OSDN Git Service

64bitWindowsでは起動時に再初期化(Unhook/Hook)を行うようにした(ログイン直後動作しない問題の対処療法的対策)
[dokopop/dokopop.git] / amodi / amodi / MainForm.Designer.cs
1 namespace amodi
2 {
3     partial class AutoMODIMainForm
4     {
5         /// <summary>
6         /// 必要なデザイナー変数です。
7         /// </summary>
8         private System.ComponentModel.IContainer components = null;
9
10         /// <summary>
11         /// 使用中のリソースをすべてクリーンアップします。
12         /// </summary>
13         /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param>
14         protected override void Dispose(bool disposing)
15         {
16             if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             base.Dispose(disposing);
21         }
22
23         #region Windows フォーム デザイナーで生成されたコード
24
25         /// <summary>
26         /// デザイナー サポートに必要なメソッドです。このメソッドの内容を
27         /// コード エディターで変更しないでください。
28         /// </summary>
29         private void InitializeComponent()
30         {
31             this.components = new System.ComponentModel.Container();
32             this.tbText = new System.Windows.Forms.TextBox();
33             this.btnDoOCR = new System.Windows.Forms.Button();
34             this.tbFileName = new System.Windows.Forms.TextBox();
35             this.lbFileName = new System.Windows.Forms.Label();
36             this.lbStatus = new System.Windows.Forms.Label();
37             this.tbInfo = new System.Windows.Forms.TextBox();
38             this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
39             this.miCapturePage = new System.Windows.Forms.ToolStripMenuItem();
40             this.miUseDefLang = new System.Windows.Forms.ToolStripMenuItem();
41             this.miDebugMode = new System.Windows.Forms.ToolStripMenuItem();
42             this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
43             this.miExit = new System.Windows.Forms.ToolStripMenuItem();
44             this.lbPoint = new System.Windows.Forms.Label();
45             this.contextMenuStrip1.SuspendLayout();
46             this.SuspendLayout();
47             // 
48             // tbText
49             // 
50             this.tbText.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
51                         | System.Windows.Forms.AnchorStyles.Left)
52                         | System.Windows.Forms.AnchorStyles.Right)));
53             this.tbText.Location = new System.Drawing.Point(15, 117);
54             this.tbText.Multiline = true;
55             this.tbText.Name = "tbText";
56             this.tbText.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
57             this.tbText.Size = new System.Drawing.Size(265, 199);
58             this.tbText.TabIndex = 7;
59             // 
60             // btnDoOCR
61             // 
62             this.btnDoOCR.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
63                         | System.Windows.Forms.AnchorStyles.Right)));
64             this.btnDoOCR.Location = new System.Drawing.Point(87, 54);
65             this.btnDoOCR.Name = "btnDoOCR";
66             this.btnDoOCR.Size = new System.Drawing.Size(98, 28);
67             this.btnDoOCR.TabIndex = 6;
68             this.btnDoOCR.Text = "Do OCR";
69             this.btnDoOCR.UseVisualStyleBackColor = true;
70             this.btnDoOCR.Click += new System.EventHandler(this.btnDoOCR_Click);
71             // 
72             // tbFileName
73             // 
74             this.tbFileName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
75                         | System.Windows.Forms.AnchorStyles.Right)));
76             this.tbFileName.Location = new System.Drawing.Point(12, 29);
77             this.tbFileName.Name = "tbFileName";
78             this.tbFileName.Size = new System.Drawing.Size(267, 19);
79             this.tbFileName.TabIndex = 5;
80             // 
81             // lbFileName
82             // 
83             this.lbFileName.AutoSize = true;
84             this.lbFileName.Location = new System.Drawing.Point(13, 9);
85             this.lbFileName.Name = "lbFileName";
86             this.lbFileName.Size = new System.Drawing.Size(53, 12);
87             this.lbFileName.TabIndex = 4;
88             this.lbFileName.Text = "&Filename:";
89             // 
90             // lbStatus
91             // 
92             this.lbStatus.AutoSize = true;
93             this.lbStatus.Location = new System.Drawing.Point(22, 94);
94             this.lbStatus.Name = "lbStatus";
95             this.lbStatus.Size = new System.Drawing.Size(38, 12);
96             this.lbStatus.TabIndex = 8;
97             this.lbStatus.Text = "Status";
98             // 
99             // tbInfo
100             // 
101             this.tbInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
102                         | System.Windows.Forms.AnchorStyles.Right)));
103             this.tbInfo.Location = new System.Drawing.Point(16, 322);
104             this.tbInfo.Multiline = true;
105             this.tbInfo.Name = "tbInfo";
106             this.tbInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
107             this.tbInfo.Size = new System.Drawing.Size(262, 51);
108             this.tbInfo.TabIndex = 9;
109             // 
110             // contextMenuStrip1
111             // 
112             this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
113             this.miCapturePage,
114             this.miUseDefLang,
115             this.miDebugMode,
116             this.toolStripMenuItem1,
117             this.miExit});
118             this.contextMenuStrip1.Name = "contextMenuStrip1";
119             this.contextMenuStrip1.Size = new System.Drawing.Size(296, 98);
120             // 
121             // miCapturePage
122             // 
123             this.miCapturePage.Name = "miCapturePage";
124             this.miCapturePage.Size = new System.Drawing.Size(295, 22);
125             this.miCapturePage.Text = "Capture &Page";
126             this.miCapturePage.Click += new System.EventHandler(this.miCapturePage_Click);
127             // 
128             // miUseDefLang
129             // 
130             this.miUseDefLang.Name = "miUseDefLang";
131             this.miUseDefLang.Size = new System.Drawing.Size(295, 22);
132             this.miUseDefLang.Text = "Use Default Language (Experimental)";
133             this.miUseDefLang.Click += new System.EventHandler(this.miUseDefLang_Click);
134             // 
135             // miDebugMode
136             // 
137             this.miDebugMode.Name = "miDebugMode";
138             this.miDebugMode.Size = new System.Drawing.Size(295, 22);
139             this.miDebugMode.Text = "&Debug Mode";
140             this.miDebugMode.Click += new System.EventHandler(this.miDebugMode_Click);
141             // 
142             // toolStripMenuItem1
143             // 
144             this.toolStripMenuItem1.Name = "toolStripMenuItem1";
145             this.toolStripMenuItem1.Size = new System.Drawing.Size(292, 6);
146             // 
147             // miExit
148             // 
149             this.miExit.Name = "miExit";
150             this.miExit.ShortcutKeyDisplayString = "Ctrl+W";
151             this.miExit.Size = new System.Drawing.Size(295, 22);
152             this.miExit.Text = "E&xit";
153             this.miExit.Click += new System.EventHandler(this.miExit_Click);
154             // 
155             // lbPoint
156             // 
157             this.lbPoint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
158             this.lbPoint.AutoSize = true;
159             this.lbPoint.Location = new System.Drawing.Point(205, 66);
160             this.lbPoint.Name = "lbPoint";
161             this.lbPoint.Size = new System.Drawing.Size(31, 12);
162             this.lbPoint.TabIndex = 10;
163             this.lbPoint.Text = "Point";
164             // 
165             // AutoMODIMainForm
166             // 
167             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
168             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
169             this.ClientSize = new System.Drawing.Size(292, 384);
170             this.ContextMenuStrip = this.contextMenuStrip1;
171             this.Controls.Add(this.lbPoint);
172             this.Controls.Add(this.tbInfo);
173             this.Controls.Add(this.lbStatus);
174             this.Controls.Add(this.tbText);
175             this.Controls.Add(this.btnDoOCR);
176             this.Controls.Add(this.tbFileName);
177             this.Controls.Add(this.lbFileName);
178             this.Name = "AutoMODIMainForm";
179             this.Text = "Auto MODI";
180             this.Activated += new System.EventHandler(this.AutoMODIMainForm_Activated);
181             this.contextMenuStrip1.ResumeLayout(false);
182             this.ResumeLayout(false);
183             this.PerformLayout();
184
185         }
186
187         #endregion
188
189         private System.Windows.Forms.TextBox tbText;
190         private System.Windows.Forms.Button btnDoOCR;
191         private System.Windows.Forms.TextBox tbFileName;
192         private System.Windows.Forms.Label lbFileName;
193         private System.Windows.Forms.Label lbStatus;
194         private System.Windows.Forms.TextBox tbInfo;
195         private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
196         private System.Windows.Forms.ToolStripMenuItem miExit;
197         private System.Windows.Forms.ToolStripMenuItem miCapturePage;
198                 private System.Windows.Forms.ToolStripMenuItem miDebugMode;
199                 private System.Windows.Forms.ToolStripMenuItem miUseDefLang;
200                 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
201         private System.Windows.Forms.Label lbPoint;
202     }
203 }
204