OSDN Git Service

no message
[passer/Passer2.git] / passer / AddCommandForm.Designer.cs
1 namespace Lugens.Passer
2 {
3     partial class AddCommandForm
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.button_ok = new System.Windows.Forms.Button();
32             this.button_cancel = new System.Windows.Forms.Button();
33             this.label1 = new System.Windows.Forms.Label();
34             this.button_view = new System.Windows.Forms.Button();
35             this.textBox_target = new System.Windows.Forms.TextBox();
36             this.label_target = new System.Windows.Forms.Label();
37             this.textBox_command = new System.Windows.Forms.TextBox();
38             this.label_name = new System.Windows.Forms.Label();
39             this.label_comment = new System.Windows.Forms.Label();
40             this.textBox_comment = new System.Windows.Forms.TextBox();
41             this.label_path = new System.Windows.Forms.Label();
42             this.textBox_path = new System.Windows.Forms.TextBox();
43             this.label_arguments = new System.Windows.Forms.Label();
44             this.textBox_arguments = new System.Windows.Forms.TextBox();
45             this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
46             this.label_duplicate = new System.Windows.Forms.Label();
47             this.SuspendLayout();
48             // 
49             // button_ok
50             // 
51             this.button_ok.FlatStyle = System.Windows.Forms.FlatStyle.System;
52             this.button_ok.Location = new System.Drawing.Point(199, 180);
53             this.button_ok.Name = "button_ok";
54             this.button_ok.Size = new System.Drawing.Size(64, 24);
55             this.button_ok.TabIndex = 6;
56             this.button_ok.Text = "OK";
57             this.button_ok.Click += new System.EventHandler(this.button_ok_Click);
58             // 
59             // button_cancel
60             // 
61             this.button_cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
62             this.button_cancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
63             this.button_cancel.Location = new System.Drawing.Point(282, 180);
64             this.button_cancel.Name = "button_cancel";
65             this.button_cancel.Size = new System.Drawing.Size(64, 24);
66             this.button_cancel.TabIndex = 7;
67             this.button_cancel.Text = "キャンセル";
68             this.button_cancel.Click += new System.EventHandler(this.button_cancel_Click);
69             // 
70             // label1
71             // 
72             this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
73             this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
74             this.label1.Location = new System.Drawing.Point(12, 170);
75             this.label1.Name = "label1";
76             this.label1.Size = new System.Drawing.Size(520, 2);
77             this.label1.TabIndex = 0;
78             // 
79             // button_view
80             // 
81             this.button_view.FlatStyle = System.Windows.Forms.FlatStyle.System;
82             this.button_view.Location = new System.Drawing.Point(490, 40);
83             this.button_view.Name = "button_view";
84             this.button_view.Size = new System.Drawing.Size(40, 19);
85             this.button_view.TabIndex = 2;
86             this.button_view.Text = "参照";
87             this.button_view.Click += new System.EventHandler(this.button_view_Click);
88             // 
89             // textBox_target
90             // 
91             this.textBox_target.Location = new System.Drawing.Point(70, 40);
92             this.textBox_target.Name = "textBox_target";
93             this.textBox_target.Size = new System.Drawing.Size(414, 19);
94             this.textBox_target.TabIndex = 1;
95             // 
96             // label_target
97             // 
98             this.label_target.FlatStyle = System.Windows.Forms.FlatStyle.System;
99             this.label_target.Location = new System.Drawing.Point(16, 43);
100             this.label_target.Name = "label_target";
101             this.label_target.Size = new System.Drawing.Size(48, 16);
102             this.label_target.TabIndex = 0;
103             this.label_target.Text = "ファイル名";
104             // 
105             // textBox_command
106             // 
107             this.textBox_command.Location = new System.Drawing.Point(70, 15);
108             this.textBox_command.Name = "textBox_command";
109             this.textBox_command.Size = new System.Drawing.Size(238, 19);
110             this.textBox_command.TabIndex = 0;
111             this.textBox_command.TextChanged += new System.EventHandler(this.textBox_command_TextChanged);
112             // 
113             // label_name
114             // 
115             this.label_name.FlatStyle = System.Windows.Forms.FlatStyle.System;
116             this.label_name.Location = new System.Drawing.Point(16, 18);
117             this.label_name.Name = "label_name";
118             this.label_name.Size = new System.Drawing.Size(52, 16);
119             this.label_name.TabIndex = 0;
120             this.label_name.Text = "コマンド名";
121             // 
122             // label_comment
123             // 
124             this.label_comment.Location = new System.Drawing.Point(26, 129);
125             this.label_comment.Name = "label_comment";
126             this.label_comment.Size = new System.Drawing.Size(39, 19);
127             this.label_comment.TabIndex = 0;
128             this.label_comment.Text = "コメント";
129             // 
130             // textBox_comment
131             // 
132             this.textBox_comment.AcceptsReturn = true;
133             this.textBox_comment.AcceptsTab = true;
134             this.textBox_comment.Location = new System.Drawing.Point(70, 115);
135             this.textBox_comment.Multiline = true;
136             this.textBox_comment.Name = "textBox_comment";
137             this.textBox_comment.Size = new System.Drawing.Size(460, 48);
138             this.textBox_comment.TabIndex = 5;
139             // 
140             // label_path
141             // 
142             this.label_path.Location = new System.Drawing.Point(40, 68);
143             this.label_path.Name = "label_path";
144             this.label_path.Size = new System.Drawing.Size(24, 14);
145             this.label_path.TabIndex = 0;
146             this.label_path.Text = "パス";
147             // 
148             // textBox_path
149             // 
150             this.textBox_path.Location = new System.Drawing.Point(70, 65);
151             this.textBox_path.Name = "textBox_path";
152             this.textBox_path.Size = new System.Drawing.Size(460, 19);
153             this.textBox_path.TabIndex = 3;
154             // 
155             // label_arguments
156             // 
157             this.label_arguments.Location = new System.Drawing.Point(35, 93);
158             this.label_arguments.Name = "label_arguments";
159             this.label_arguments.Size = new System.Drawing.Size(29, 16);
160             this.label_arguments.TabIndex = 0;
161             this.label_arguments.Text = "引数";
162             // 
163             // textBox_arguments
164             // 
165             this.textBox_arguments.Location = new System.Drawing.Point(70, 90);
166             this.textBox_arguments.Name = "textBox_arguments";
167             this.textBox_arguments.Size = new System.Drawing.Size(460, 19);
168             this.textBox_arguments.TabIndex = 4;
169             // 
170             // openFileDialog1
171             // 
172             this.openFileDialog1.Filter = "すべてのファイル (*.*)|*.*";
173             // 
174             // label_duplicate
175             // 
176             this.label_duplicate.AutoSize = true;
177             this.label_duplicate.ForeColor = System.Drawing.Color.Red;
178             this.label_duplicate.Location = new System.Drawing.Point(310, 18);
179             this.label_duplicate.Name = "label_duplicate";
180             this.label_duplicate.Size = new System.Drawing.Size(232, 12);
181             this.label_duplicate.TabIndex = 8;
182             this.label_duplicate.Text = "※先頭文字に入力された記号は使用できません";
183             this.label_duplicate.Visible = false;
184             // 
185             // AddCommandForm
186             // 
187             this.AllowDrop = true;
188             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
189             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
190             this.ClientSize = new System.Drawing.Size(544, 214);
191             this.ControlBox = false;
192             this.Controls.Add(this.label_duplicate);
193             this.Controls.Add(this.label_name);
194             this.Controls.Add(this.label_path);
195             this.Controls.Add(this.textBox_command);
196             this.Controls.Add(this.textBox_path);
197             this.Controls.Add(this.label_target);
198             this.Controls.Add(this.label_arguments);
199             this.Controls.Add(this.button_view);
200             this.Controls.Add(this.textBox_target);
201             this.Controls.Add(this.textBox_arguments);
202             this.Controls.Add(this.button_ok);
203             this.Controls.Add(this.button_cancel);
204             this.Controls.Add(this.label1);
205             this.Controls.Add(this.label_comment);
206             this.Controls.Add(this.textBox_comment);
207             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
208             this.Name = "AddCommandForm";
209             this.ShowIcon = false;
210             this.ShowInTaskbar = false;
211             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
212             this.Text = "コマンド追加";
213             this.TopMost = true;
214             this.Load += new System.EventHandler(this.AddCommandForm_Load);
215             this.VisibleChanged += new System.EventHandler(this.AddCommandForm_VisibleChanged);
216             this.DragDrop += new System.Windows.Forms.DragEventHandler(this.AddCommandForm_DragDrop);
217             this.DragEnter += new System.Windows.Forms.DragEventHandler(this.AddCommandForm_DragEnter);
218             this.ResumeLayout(false);
219             this.PerformLayout();
220
221         }
222
223         #endregion
224
225         private System.Windows.Forms.Button button_ok;
226         private System.Windows.Forms.Button button_cancel;
227         private System.Windows.Forms.Label label1;
228         private System.Windows.Forms.Button button_view;
229         private System.Windows.Forms.TextBox textBox_target;
230         private System.Windows.Forms.Label label_target;
231         private System.Windows.Forms.TextBox textBox_command;
232         private System.Windows.Forms.Label label_name;
233         private System.Windows.Forms.Label label_comment;
234         private System.Windows.Forms.TextBox textBox_comment;
235         private System.Windows.Forms.Label label_path;
236         private System.Windows.Forms.TextBox textBox_path;
237         private System.Windows.Forms.Label label_arguments;
238         private System.Windows.Forms.TextBox textBox_arguments;
239         private System.Windows.Forms.OpenFileDialog openFileDialog1;
240         private System.Windows.Forms.Label label_duplicate;
241     }
242 }