namespace Lugens.Passer { partial class EditCommandForm { /// /// 必要なデザイナ変数です。 /// private System.ComponentModel.IContainer components = null; /// /// 使用中のリソースをすべてクリーンアップします。 /// /// マネージ リソースが破棄される場合 true、破棄されない場合は false です。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows フォーム デザイナで生成されたコード /// /// デザイナ サポートに必要なメソッドです。このメソッドの内容を /// コード エディタで変更しないでください。 /// private void InitializeComponent() { this.button_ok = new System.Windows.Forms.Button(); this.button_cancel = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.button_view = new System.Windows.Forms.Button(); this.textBox_target = new System.Windows.Forms.TextBox(); this.label_target = new System.Windows.Forms.Label(); this.textBox_command = new System.Windows.Forms.TextBox(); this.label_name = new System.Windows.Forms.Label(); this.label_comment = new System.Windows.Forms.Label(); this.textBox_comment = new System.Windows.Forms.TextBox(); this.label_path = new System.Windows.Forms.Label(); this.textBox_path = new System.Windows.Forms.TextBox(); this.label_arguments = new System.Windows.Forms.Label(); this.textBox_arguments = new System.Windows.Forms.TextBox(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.label2 = new System.Windows.Forms.Label(); this.textBox_select = new System.Windows.Forms.TextBox(); this.label_duplicate = new System.Windows.Forms.Label(); this.SuspendLayout(); // // button_ok // this.button_ok.DialogResult = System.Windows.Forms.DialogResult.OK; this.button_ok.FlatStyle = System.Windows.Forms.FlatStyle.System; this.button_ok.Location = new System.Drawing.Point(198, 198); this.button_ok.Name = "button_ok"; this.button_ok.Size = new System.Drawing.Size(64, 24); this.button_ok.TabIndex = 20; this.button_ok.Text = "OK"; this.button_ok.Click += new System.EventHandler(this.button_ok_Click); // // button_cancel // this.button_cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.button_cancel.FlatStyle = System.Windows.Forms.FlatStyle.System; this.button_cancel.Location = new System.Drawing.Point(281, 198); this.button_cancel.Name = "button_cancel"; this.button_cancel.Size = new System.Drawing.Size(64, 24); this.button_cancel.TabIndex = 21; this.button_cancel.Text = "キャンセル"; // // label1 // this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label1.Location = new System.Drawing.Point(12, 191); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(520, 2); this.label1.TabIndex = 19; // // button_view // this.button_view.FlatStyle = System.Windows.Forms.FlatStyle.System; this.button_view.Location = new System.Drawing.Point(490, 62); this.button_view.Name = "button_view"; this.button_view.Size = new System.Drawing.Size(40, 19); this.button_view.TabIndex = 18; this.button_view.Text = "参照"; this.button_view.Click += new System.EventHandler(this.button_view_Click); // // textBox_target // this.textBox_target.Location = new System.Drawing.Point(70, 62); this.textBox_target.Name = "textBox_target"; this.textBox_target.Size = new System.Drawing.Size(414, 19); this.textBox_target.TabIndex = 6; // // label_target // this.label_target.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label_target.Location = new System.Drawing.Point(16, 65); this.label_target.Name = "label_target"; this.label_target.Size = new System.Drawing.Size(52, 16); this.label_target.TabIndex = 5; this.label_target.Text = "ファイル名"; this.label_target.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textBox_command // this.textBox_command.Location = new System.Drawing.Point(70, 37); this.textBox_command.Name = "textBox_command"; this.textBox_command.Size = new System.Drawing.Size(238, 19); this.textBox_command.TabIndex = 4; this.textBox_command.TextChanged += new System.EventHandler(this.textBox_command_TextChanged); // // label_name // this.label_name.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label_name.Location = new System.Drawing.Point(16, 40); this.label_name.Name = "label_name"; this.label_name.Size = new System.Drawing.Size(52, 16); this.label_name.TabIndex = 3; this.label_name.Text = "コマンド名"; this.label_name.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label_comment // this.label_comment.Location = new System.Drawing.Point(26, 137); this.label_comment.Name = "label_comment"; this.label_comment.Size = new System.Drawing.Size(42, 19); this.label_comment.TabIndex = 19; this.label_comment.Text = "コメント"; this.label_comment.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textBox_comment // this.textBox_comment.AcceptsReturn = true; this.textBox_comment.AcceptsTab = true; this.textBox_comment.Location = new System.Drawing.Point(70, 137); this.textBox_comment.Multiline = true; this.textBox_comment.Name = "textBox_comment"; this.textBox_comment.Size = new System.Drawing.Size(460, 48); this.textBox_comment.TabIndex = 20; // // label_path // this.label_path.Location = new System.Drawing.Point(40, 90); this.label_path.Name = "label_path"; this.label_path.Size = new System.Drawing.Size(28, 14); this.label_path.TabIndex = 21; this.label_path.Text = "パス"; this.label_path.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textBox_path // this.textBox_path.Location = new System.Drawing.Point(70, 87); this.textBox_path.Name = "textBox_path"; this.textBox_path.Size = new System.Drawing.Size(460, 19); this.textBox_path.TabIndex = 22; // // label_arguments // this.label_arguments.Location = new System.Drawing.Point(35, 115); this.label_arguments.Name = "label_arguments"; this.label_arguments.Size = new System.Drawing.Size(33, 16); this.label_arguments.TabIndex = 23; this.label_arguments.Text = "引数"; this.label_arguments.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textBox_arguments // this.textBox_arguments.Location = new System.Drawing.Point(70, 112); this.textBox_arguments.Name = "textBox_arguments"; this.textBox_arguments.Size = new System.Drawing.Size(460, 19); this.textBox_arguments.TabIndex = 24; // // openFileDialog1 // this.openFileDialog1.Filter = "すべてのファイル (*.*)|*.*"; // // label2 // this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label2.Location = new System.Drawing.Point(39, 15); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(29, 16); this.label2.TabIndex = 25; this.label2.Text = "選択"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textBox_select // this.textBox_select.Location = new System.Drawing.Point(70, 12); this.textBox_select.Name = "textBox_select"; this.textBox_select.ReadOnly = true; this.textBox_select.Size = new System.Drawing.Size(238, 19); this.textBox_select.TabIndex = 26; // // label_duplicate // this.label_duplicate.AutoSize = true; this.label_duplicate.ForeColor = System.Drawing.Color.Red; this.label_duplicate.Location = new System.Drawing.Point(310, 40); this.label_duplicate.Name = "label_duplicate"; this.label_duplicate.Size = new System.Drawing.Size(232, 12); this.label_duplicate.TabIndex = 27; this.label_duplicate.Text = "※先頭文字に入力された記号は使用できません"; this.label_duplicate.Visible = false; // // EditCommandForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.button_cancel; this.ClientSize = new System.Drawing.Size(544, 230); this.Controls.Add(this.label_duplicate); this.Controls.Add(this.label2); this.Controls.Add(this.textBox_select); this.Controls.Add(this.label_name); this.Controls.Add(this.label_path); this.Controls.Add(this.textBox_command); this.Controls.Add(this.textBox_path); this.Controls.Add(this.label_target); this.Controls.Add(this.label_arguments); this.Controls.Add(this.button_view); this.Controls.Add(this.textBox_target); this.Controls.Add(this.textBox_arguments); this.Controls.Add(this.button_ok); this.Controls.Add(this.button_cancel); this.Controls.Add(this.label1); this.Controls.Add(this.label_comment); this.Controls.Add(this.textBox_comment); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "EditCommandForm"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "コマンド編集"; this.TopMost = true; this.VisibleChanged += new System.EventHandler(this.EditCommandForm_VisibleChanged); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button_ok; private System.Windows.Forms.Button button_cancel; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button_view; private System.Windows.Forms.TextBox textBox_target; private System.Windows.Forms.Label label_target; private System.Windows.Forms.TextBox textBox_command; private System.Windows.Forms.Label label_name; private System.Windows.Forms.Label label_comment; private System.Windows.Forms.TextBox textBox_comment; private System.Windows.Forms.Label label_path; private System.Windows.Forms.TextBox textBox_path; private System.Windows.Forms.Label label_arguments; private System.Windows.Forms.TextBox textBox_arguments; private System.Windows.Forms.OpenFileDialog openFileDialog1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBox_select; private System.Windows.Forms.Label label_duplicate; } }