OSDN Git Service

no message
[passer/Passer2.git] / passer / AddSentenceForm.Designer.cs
1 namespace Lugens.Passer
2 {
3     partial class AddSentenceForm
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.label_name = new System.Windows.Forms.Label();
32             this.label_shortcut = new System.Windows.Forms.Label();
33             this.textBox_name = new System.Windows.Forms.TextBox();
34             this.label_type = new System.Windows.Forms.Label();
35             this.button_ok = new System.Windows.Forms.Button();
36             this.button_cancel = new System.Windows.Forms.Button();
37             this.label_bar = new System.Windows.Forms.Label();
38             this.label_sentence = new System.Windows.Forms.Label();
39             this.textBox_value = new System.Windows.Forms.TextBox();
40             this.comboBox_type = new System.Windows.Forms.ComboBox();
41             this.comboBox_group = new System.Windows.Forms.ComboBox();
42             this.label_group = new System.Windows.Forms.Label();
43             this.label_dupulicate = new System.Windows.Forms.Label();
44             this.label_macro = new System.Windows.Forms.Label();
45             this.comboBox_macroName = new System.Windows.Forms.ComboBox();
46             this.label_summary = new System.Windows.Forms.Label();
47             this.textBox_summary = new System.Windows.Forms.TextBox();
48             this.label_args = new System.Windows.Forms.Label();
49             this.textBox_args = new System.Windows.Forms.TextBox();
50             this.textBox_description = new System.Windows.Forms.TextBox();
51             this.label_description = new System.Windows.Forms.Label();
52             this.textBox_shortcut = new Lugens.Components.HotKeyTextBox();
53             this.SuspendLayout();
54             // 
55             // label_name
56             // 
57             this.label_name.FlatStyle = System.Windows.Forms.FlatStyle.System;
58             this.label_name.Location = new System.Drawing.Point(38, 16);
59             this.label_name.Name = "label_name";
60             this.label_name.Size = new System.Drawing.Size(52, 16);
61             this.label_name.TabIndex = 13;
62             this.label_name.Text = "設定名";
63             this.label_name.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
64             // 
65             // label_shortcut
66             // 
67             this.label_shortcut.Location = new System.Drawing.Point(5, 79);
68             this.label_shortcut.Name = "label_shortcut";
69             this.label_shortcut.Size = new System.Drawing.Size(89, 17);
70             this.label_shortcut.TabIndex = 14;
71             this.label_shortcut.Text = "ショートカットキー";
72             this.label_shortcut.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
73             // 
74             // textBox_name
75             // 
76             this.textBox_name.Location = new System.Drawing.Point(96, 13);
77             this.textBox_name.Name = "textBox_name";
78             this.textBox_name.Size = new System.Drawing.Size(204, 19);
79             this.textBox_name.TabIndex = 0;
80             // 
81             // label_type
82             // 
83             this.label_type.FlatStyle = System.Windows.Forms.FlatStyle.System;
84             this.label_type.Location = new System.Drawing.Point(186, 48);
85             this.label_type.Name = "label_type";
86             this.label_type.Size = new System.Drawing.Size(27, 16);
87             this.label_type.TabIndex = 15;
88             this.label_type.Text = "タイプ";
89             this.label_type.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
90             // 
91             // button_ok
92             // 
93             this.button_ok.FlatStyle = System.Windows.Forms.FlatStyle.System;
94             this.button_ok.Location = new System.Drawing.Point(165, 334);
95             this.button_ok.Name = "button_ok";
96             this.button_ok.Size = new System.Drawing.Size(64, 24);
97             this.button_ok.TabIndex = 6;
98             this.button_ok.Text = "OK";
99             this.button_ok.Click += new System.EventHandler(this.button_ok_Click);
100             // 
101             // button_cancel
102             // 
103             this.button_cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
104             this.button_cancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
105             this.button_cancel.Location = new System.Drawing.Point(248, 334);
106             this.button_cancel.Name = "button_cancel";
107             this.button_cancel.Size = new System.Drawing.Size(64, 24);
108             this.button_cancel.TabIndex = 7;
109             this.button_cancel.Text = "キャンセル";
110             this.button_cancel.Click += new System.EventHandler(this.button_cancel_Click);
111             // 
112             // label_bar
113             // 
114             this.label_bar.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
115             this.label_bar.FlatStyle = System.Windows.Forms.FlatStyle.System;
116             this.label_bar.Location = new System.Drawing.Point(10, 318);
117             this.label_bar.Name = "label_bar";
118             this.label_bar.Size = new System.Drawing.Size(456, 2);
119             this.label_bar.TabIndex = 5;
120             // 
121             // label_sentence
122             // 
123             this.label_sentence.Location = new System.Drawing.Point(50, 110);
124             this.label_sentence.Name = "label_sentence";
125             this.label_sentence.Size = new System.Drawing.Size(42, 19);
126             this.label_sentence.TabIndex = 11;
127             this.label_sentence.Text = "定型文";
128             this.label_sentence.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
129             // 
130             // textBox_value
131             // 
132             this.textBox_value.AcceptsReturn = true;
133             this.textBox_value.AcceptsTab = true;
134             this.textBox_value.Location = new System.Drawing.Point(95, 110);
135             this.textBox_value.Multiline = true;
136             this.textBox_value.Name = "textBox_value";
137             this.textBox_value.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
138             this.textBox_value.Size = new System.Drawing.Size(367, 194);
139             this.textBox_value.TabIndex = 4;
140             // 
141             // comboBox_type
142             // 
143             this.comboBox_type.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
144             this.comboBox_type.FormattingEnabled = true;
145             this.comboBox_type.Items.AddRange(new object[] {
146             "定型文",
147             "スクリプト",
148             "マクロ"});
149             this.comboBox_type.Location = new System.Drawing.Point(219, 44);
150             this.comboBox_type.Name = "comboBox_type";
151             this.comboBox_type.Size = new System.Drawing.Size(81, 20);
152             this.comboBox_type.TabIndex = 2;
153             this.comboBox_type.SelectedIndexChanged += new System.EventHandler(this.comboBox_type_SelectedIndexChanged);
154             // 
155             // comboBox_group
156             // 
157             this.comboBox_group.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
158             this.comboBox_group.FormattingEnabled = true;
159             this.comboBox_group.Items.AddRange(new object[] {
160             "1",
161             "2",
162             "3",
163             "4",
164             "5"});
165             this.comboBox_group.Location = new System.Drawing.Point(96, 44);
166             this.comboBox_group.Name = "comboBox_group";
167             this.comboBox_group.Size = new System.Drawing.Size(78, 20);
168             this.comboBox_group.TabIndex = 1;
169             // 
170             // label_group
171             // 
172             this.label_group.FlatStyle = System.Windows.Forms.FlatStyle.System;
173             this.label_group.Location = new System.Drawing.Point(52, 48);
174             this.label_group.Name = "label_group";
175             this.label_group.Size = new System.Drawing.Size(40, 16);
176             this.label_group.TabIndex = 25;
177             this.label_group.Text = "グループ";
178             this.label_group.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
179             // 
180             // label_dupulicate
181             // 
182             this.label_dupulicate.AutoSize = true;
183             this.label_dupulicate.ForeColor = System.Drawing.Color.Red;
184             this.label_dupulicate.Location = new System.Drawing.Point(306, 81);
185             this.label_dupulicate.Name = "label_dupulicate";
186             this.label_dupulicate.Size = new System.Drawing.Size(153, 12);
187             this.label_dupulicate.TabIndex = 27;
188             this.label_dupulicate.Text = "※ホットキーで使用されています";
189             this.label_dupulicate.Visible = false;
190             // 
191             // label_macro
192             // 
193             this.label_macro.Location = new System.Drawing.Point(47, 110);
194             this.label_macro.Name = "label_macro";
195             this.label_macro.Size = new System.Drawing.Size(47, 17);
196             this.label_macro.TabIndex = 28;
197             this.label_macro.Text = "マクロ";
198             this.label_macro.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
199             // 
200             // comboBox_macroName
201             // 
202             this.comboBox_macroName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
203             this.comboBox_macroName.FormattingEnabled = true;
204             this.comboBox_macroName.Location = new System.Drawing.Point(96, 109);
205             this.comboBox_macroName.Name = "comboBox_macroName";
206             this.comboBox_macroName.Size = new System.Drawing.Size(204, 20);
207             this.comboBox_macroName.TabIndex = 29;
208             this.comboBox_macroName.SelectedIndexChanged += new System.EventHandler(this.comboBox_macroName_SelectedIndexChanged);
209             // 
210             // label_summary
211             // 
212             this.label_summary.FlatStyle = System.Windows.Forms.FlatStyle.System;
213             this.label_summary.Location = new System.Drawing.Point(40, 179);
214             this.label_summary.Name = "label_summary";
215             this.label_summary.Size = new System.Drawing.Size(52, 16);
216             this.label_summary.TabIndex = 30;
217             this.label_summary.Text = "概要";
218             this.label_summary.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
219             // 
220             // textBox_summary
221             // 
222             this.textBox_summary.Location = new System.Drawing.Point(96, 176);
223             this.textBox_summary.Name = "textBox_summary";
224             this.textBox_summary.ReadOnly = true;
225             this.textBox_summary.Size = new System.Drawing.Size(367, 19);
226             this.textBox_summary.TabIndex = 31;
227             // 
228             // label_args
229             // 
230             this.label_args.FlatStyle = System.Windows.Forms.FlatStyle.System;
231             this.label_args.Location = new System.Drawing.Point(40, 145);
232             this.label_args.Name = "label_args";
233             this.label_args.Size = new System.Drawing.Size(52, 16);
234             this.label_args.TabIndex = 33;
235             this.label_args.Text = "引数";
236             this.label_args.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
237             // 
238             // textBox_args
239             // 
240             this.textBox_args.Location = new System.Drawing.Point(96, 142);
241             this.textBox_args.Name = "textBox_args";
242             this.textBox_args.Size = new System.Drawing.Size(363, 19);
243             this.textBox_args.TabIndex = 32;
244             // 
245             // textBox_description
246             // 
247             this.textBox_description.Location = new System.Drawing.Point(95, 210);
248             this.textBox_description.Multiline = true;
249             this.textBox_description.Name = "textBox_description";
250             this.textBox_description.ReadOnly = true;
251             this.textBox_description.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
252             this.textBox_description.Size = new System.Drawing.Size(367, 92);
253             this.textBox_description.TabIndex = 34;
254             // 
255             // label_description
256             // 
257             this.label_description.FlatStyle = System.Windows.Forms.FlatStyle.System;
258             this.label_description.Location = new System.Drawing.Point(40, 213);
259             this.label_description.Name = "label_description";
260             this.label_description.Size = new System.Drawing.Size(52, 16);
261             this.label_description.TabIndex = 35;
262             this.label_description.Text = "説明";
263             this.label_description.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
264             // 
265             // textBox_shortcut
266             // 
267             this.textBox_shortcut.AcceptKeys = null;
268             this.textBox_shortcut.DefaultText = "なし";
269             this.textBox_shortcut.HotKeycode = 0;
270             this.textBox_shortcut.ImeMode = System.Windows.Forms.ImeMode.Disable;
271             this.textBox_shortcut.Location = new System.Drawing.Point(95, 77);
272             this.textBox_shortcut.Name = "textBox_shortcut";
273             this.textBox_shortcut.Size = new System.Drawing.Size(205, 19);
274             this.textBox_shortcut.TabIndex = 3;
275             this.textBox_shortcut.Text = "なし";
276             this.textBox_shortcut.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
277             this.textBox_shortcut.TextChanged += new System.EventHandler(this.textBox_shortcut_TextChanged);
278             // 
279             // AddSentenceForm
280             // 
281             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
282             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
283             this.ClientSize = new System.Drawing.Size(492, 396);
284             this.ControlBox = false;
285             this.Controls.Add(this.label_description);
286             this.Controls.Add(this.textBox_description);
287             this.Controls.Add(this.label_args);
288             this.Controls.Add(this.textBox_args);
289             this.Controls.Add(this.textBox_summary);
290             this.Controls.Add(this.label_summary);
291             this.Controls.Add(this.comboBox_macroName);
292             this.Controls.Add(this.label_macro);
293             this.Controls.Add(this.label_dupulicate);
294             this.Controls.Add(this.textBox_shortcut);
295             this.Controls.Add(this.label_group);
296             this.Controls.Add(this.comboBox_group);
297             this.Controls.Add(this.comboBox_type);
298             this.Controls.Add(this.label_name);
299             this.Controls.Add(this.label_shortcut);
300             this.Controls.Add(this.textBox_name);
301             this.Controls.Add(this.label_type);
302             this.Controls.Add(this.button_ok);
303             this.Controls.Add(this.button_cancel);
304             this.Controls.Add(this.label_bar);
305             this.Controls.Add(this.label_sentence);
306             this.Controls.Add(this.textBox_value);
307             this.MinimumSize = new System.Drawing.Size(484, 404);
308             this.Name = "AddSentenceForm";
309             this.ShowInTaskbar = false;
310             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
311             this.Text = "定型文追加";
312             this.TopMost = true;
313             this.VisibleChanged += new System.EventHandler(this.AddSentenceForm_VisibleChanged);
314             this.Resize += new System.EventHandler(this.AddSentenceForm_Resize);
315             this.ResumeLayout(false);
316             this.PerformLayout();
317
318         }
319
320         #endregion
321
322         private System.Windows.Forms.Label label_name;
323         private System.Windows.Forms.Label label_shortcut;
324         private System.Windows.Forms.TextBox textBox_name;
325         private System.Windows.Forms.Label label_type;
326         private System.Windows.Forms.Button button_ok;
327         private System.Windows.Forms.Button button_cancel;
328         private System.Windows.Forms.Label label_bar;
329         private System.Windows.Forms.Label label_sentence;
330         private System.Windows.Forms.TextBox textBox_value;
331         private System.Windows.Forms.ComboBox comboBox_type;
332         private System.Windows.Forms.ComboBox comboBox_group;
333         private System.Windows.Forms.Label label_group;
334         private Lugens.Components.HotKeyTextBox textBox_shortcut;
335         private System.Windows.Forms.Label label_dupulicate;
336         private System.Windows.Forms.Label label_macro;
337         private System.Windows.Forms.ComboBox comboBox_macroName;
338         private System.Windows.Forms.Label label_summary;
339         private System.Windows.Forms.TextBox textBox_summary;
340         private System.Windows.Forms.Label label_args;
341         private System.Windows.Forms.TextBox textBox_args;
342         private System.Windows.Forms.TextBox textBox_description;
343         private System.Windows.Forms.Label label_description;
344     }
345 }