namespace Lugens.Passer { partial class AddEngineForm { /// /// 必要なデザイナ変数です。 /// 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.label_name = new System.Windows.Forms.Label(); this.label_shortcut = new System.Windows.Forms.Label(); this.textBox_name = new System.Windows.Forms.TextBox(); this.button_ok = new System.Windows.Forms.Button(); this.button_cancel = new System.Windows.Forms.Button(); this.label_bar = new System.Windows.Forms.Label(); this.label_shortcut_duplicate = new System.Windows.Forms.Label(); this.label_args = new System.Windows.Forms.Label(); this.textBox_display = new System.Windows.Forms.TextBox(); this.textBox_shortcut = new Lugens.Components.HotKeyTextBox(); this.label1 = new System.Windows.Forms.Label(); this.textBox_url = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.button_icon_get = new System.Windows.Forms.Button(); this.button_icon = new System.Windows.Forms.Button(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.label_engine_duplicate = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label_name // this.label_name.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label_name.Location = new System.Drawing.Point(38, 16); this.label_name.Name = "label_name"; this.label_name.Size = new System.Drawing.Size(52, 16); this.label_name.TabIndex = 13; this.label_name.Text = "エンジン名"; this.label_name.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label_shortcut // this.label_shortcut.Location = new System.Drawing.Point(5, 126); this.label_shortcut.Name = "label_shortcut"; this.label_shortcut.Size = new System.Drawing.Size(89, 17); this.label_shortcut.TabIndex = 14; this.label_shortcut.Text = "ショートカットキー"; this.label_shortcut.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textBox_name // this.textBox_name.Location = new System.Drawing.Point(96, 13); this.textBox_name.Name = "textBox_name"; this.textBox_name.Size = new System.Drawing.Size(204, 19); this.textBox_name.TabIndex = 0; this.textBox_name.TextChanged += new System.EventHandler(this.textBox_name_TextChanged); // // button_ok // this.button_ok.FlatStyle = System.Windows.Forms.FlatStyle.System; this.button_ok.Location = new System.Drawing.Point(164, 172); this.button_ok.Name = "button_ok"; this.button_ok.Size = new System.Drawing.Size(64, 24); this.button_ok.TabIndex = 7; 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(252, 172); this.button_cancel.Name = "button_cancel"; this.button_cancel.Size = new System.Drawing.Size(64, 24); this.button_cancel.TabIndex = 8; this.button_cancel.Text = "キャンセル"; this.button_cancel.Click += new System.EventHandler(this.button_cancel_Click); // // label_bar // this.label_bar.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.label_bar.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label_bar.Location = new System.Drawing.Point(7, 157); this.label_bar.Name = "label_bar"; this.label_bar.Size = new System.Drawing.Size(456, 2); this.label_bar.TabIndex = 5; // // label_shortcut_duplicate // this.label_shortcut_duplicate.AutoSize = true; this.label_shortcut_duplicate.ForeColor = System.Drawing.Color.Red; this.label_shortcut_duplicate.Location = new System.Drawing.Point(306, 128); this.label_shortcut_duplicate.Name = "label_shortcut_duplicate"; this.label_shortcut_duplicate.Size = new System.Drawing.Size(120, 12); this.label_shortcut_duplicate.TabIndex = 27; this.label_shortcut_duplicate.Text = "※他で使用されています"; this.label_shortcut_duplicate.Visible = false; // // label_args // this.label_args.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label_args.Location = new System.Drawing.Point(40, 95); this.label_args.Name = "label_args"; this.label_args.Size = new System.Drawing.Size(52, 16); this.label_args.TabIndex = 33; this.label_args.Text = "表示名"; this.label_args.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textBox_display // this.textBox_display.Location = new System.Drawing.Point(96, 92); this.textBox_display.Name = "textBox_display"; this.textBox_display.Size = new System.Drawing.Size(366, 19); this.textBox_display.TabIndex = 4; // // textBox_shortcut // this.textBox_shortcut.AcceptKeys = null; this.textBox_shortcut.DefaultText = "なし"; this.textBox_shortcut.HotKeycode = 0; this.textBox_shortcut.ImeMode = System.Windows.Forms.ImeMode.Disable; this.textBox_shortcut.Location = new System.Drawing.Point(95, 124); this.textBox_shortcut.Name = "textBox_shortcut"; this.textBox_shortcut.Size = new System.Drawing.Size(205, 19); this.textBox_shortcut.TabIndex = 5; this.textBox_shortcut.Text = "なし"; this.textBox_shortcut.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.textBox_shortcut.TextChanged += new System.EventHandler(this.textBox_shortcut_TextChanged); // // label1 // this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label1.Location = new System.Drawing.Point(39, 48); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(52, 16); this.label1.TabIndex = 37; this.label1.Text = "URL"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textBox_url // this.textBox_url.Location = new System.Drawing.Point(95, 45); this.textBox_url.Name = "textBox_url"; this.textBox_url.Size = new System.Drawing.Size(284, 19); this.textBox_url.TabIndex = 2; // // label2 // this.label2.AutoSize = true; this.label2.ForeColor = System.Drawing.Color.Black; this.label2.Location = new System.Drawing.Point(94, 67); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(178, 12); this.label2.TabIndex = 38; this.label2.Text = "※キーワードに %s を指定してください"; this.label2.Visible = false; // // button_icon_get // this.button_icon_get.FlatStyle = System.Windows.Forms.FlatStyle.System; this.button_icon_get.Location = new System.Drawing.Point(384, 42); this.button_icon_get.Name = "button_icon_get"; this.button_icon_get.Size = new System.Drawing.Size(78, 24); this.button_icon_get.TabIndex = 3; this.button_icon_get.Text = "アイコン取得"; this.button_icon_get.Click += new System.EventHandler(this.button_icon_get_Click); // // button_icon // this.button_icon.BackColor = System.Drawing.Color.Transparent; this.button_icon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.button_icon.Location = new System.Drawing.Point(306, 10); this.button_icon.Name = "button_icon"; this.button_icon.Size = new System.Drawing.Size(24, 24); this.button_icon.TabIndex = 1; this.button_icon.UseVisualStyleBackColor = false; this.button_icon.Click += new System.EventHandler(this.button_icon_Click); // // openFileDialog // this.openFileDialog.Filter = "ICONファイル(*.ico)|*.ico|すべてのファイル(*.*)|*.*"; // // label_engine_duplicate // this.label_engine_duplicate.AutoSize = true; this.label_engine_duplicate.ForeColor = System.Drawing.Color.Red; this.label_engine_duplicate.Location = new System.Drawing.Point(336, 16); this.label_engine_duplicate.Name = "label_engine_duplicate"; this.label_engine_duplicate.Size = new System.Drawing.Size(88, 12); this.label_engine_duplicate.TabIndex = 39; this.label_engine_duplicate.Text = "※重複しています"; this.label_engine_duplicate.Visible = false; // // AddEngineForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(478, 210); this.ControlBox = false; this.Controls.Add(this.label_engine_duplicate); this.Controls.Add(this.button_icon); this.Controls.Add(this.button_icon_get); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.textBox_url); this.Controls.Add(this.label_args); this.Controls.Add(this.textBox_display); this.Controls.Add(this.label_shortcut_duplicate); this.Controls.Add(this.textBox_shortcut); this.Controls.Add(this.label_name); this.Controls.Add(this.label_shortcut); this.Controls.Add(this.textBox_name); this.Controls.Add(this.button_ok); this.Controls.Add(this.button_cancel); this.Controls.Add(this.label_bar); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximumSize = new System.Drawing.Size(484, 238); this.MinimumSize = new System.Drawing.Size(484, 238); this.Name = "AddEngineForm"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "検索エンジン追加"; this.TopMost = true; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label_name; private System.Windows.Forms.Label label_shortcut; private System.Windows.Forms.TextBox textBox_name; private System.Windows.Forms.Button button_ok; private System.Windows.Forms.Button button_cancel; private System.Windows.Forms.Label label_bar; private Lugens.Components.HotKeyTextBox textBox_shortcut; private System.Windows.Forms.Label label_shortcut_duplicate; private System.Windows.Forms.Label label_args; private System.Windows.Forms.TextBox textBox_display; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox textBox_url; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button button_icon_get; private System.Windows.Forms.Button button_icon; private System.Windows.Forms.OpenFileDialog openFileDialog; private System.Windows.Forms.Label label_engine_duplicate; } }