OSDN Git Service

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