OSDN Git Service

Signed-off-by: AndouTomo <tomando.clar02@gmail.com>
[opmleditor/trunc.git] / forms / FrmSearch.Designer.cs
1 namespace OPMLEditor.Forms\r
2 {\r
3     partial class FrmSearch\r
4     {\r
5         /// <summary>\r
6         /// 必要なデザイナー変数です。\r
7         /// </summary>\r
8         private System.ComponentModel.IContainer components = null;\r
9 \r
10         /// <summary>\r
11         /// 使用中のリソースをすべてクリーンアップします。\r
12         /// </summary>\r
13         /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param>\r
14         protected override void Dispose(bool disposing)\r
15         {\r
16             if (disposing && (components != null))\r
17             {\r
18                 components.Dispose();\r
19             }\r
20             base.Dispose(disposing);\r
21         }\r
22 \r
23         #region Windows フォーム デザイナーで生成されたコード\r
24 \r
25         /// <summary>\r
26         /// デザイナー サポートに必要なメソッドです。このメソッドの内容を\r
27         /// コード エディターで変更しないでください。\r
28         /// </summary>\r
29         private void InitializeComponent()\r
30         {\r
31             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSearch));\r
32             this.txtSearch = new System.Windows.Forms.TextBox();\r
33             this.btnSearch = new System.Windows.Forms.Button();\r
34             this.btnCancel = new System.Windows.Forms.Button();\r
35             this.SuspendLayout();\r
36             // \r
37             // txtSearch\r
38             // \r
39             this.txtSearch.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));\r
40             this.txtSearch.Location = new System.Drawing.Point(12, 12);\r
41             this.txtSearch.Name = "txtSearch";\r
42             this.txtSearch.Size = new System.Drawing.Size(416, 23);\r
43             this.txtSearch.TabIndex = 0;\r
44             this.txtSearch.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtSearch_KeyPress);\r
45             this.txtSearch.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtSearch_Keydown);\r
46             // \r
47             // btnSearch\r
48             // \r
49             this.btnSearch.Location = new System.Drawing.Point(352, 42);\r
50             this.btnSearch.Name = "btnSearch";\r
51             this.btnSearch.Size = new System.Drawing.Size(75, 23);\r
52             this.btnSearch.TabIndex = 1;\r
53             this.btnSearch.Text = "検索";\r
54             this.btnSearch.UseVisualStyleBackColor = true;\r
55             this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);\r
56             // \r
57             // btnCancel\r
58             // \r
59             this.btnCancel.Location = new System.Drawing.Point(271, 41);\r
60             this.btnCancel.Name = "btnCancel";\r
61             this.btnCancel.Size = new System.Drawing.Size(75, 23);\r
62             this.btnCancel.TabIndex = 2;\r
63             this.btnCancel.Text = "キャンセル";\r
64             this.btnCancel.UseVisualStyleBackColor = true;\r
65             this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);\r
66             // \r
67             // FrmSearch\r
68             // \r
69             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
70             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
71             this.ClientSize = new System.Drawing.Size(455, 93);\r
72             this.Controls.Add(this.btnCancel);\r
73             this.Controls.Add(this.btnSearch);\r
74             this.Controls.Add(this.txtSearch);\r
75             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
76             this.Name = "FrmSearch";\r
77             this.Text = "検索";\r
78             this.ResumeLayout(false);\r
79             this.PerformLayout();\r
80 \r
81         }\r
82 \r
83         #endregion\r
84 \r
85         private System.Windows.Forms.TextBox txtSearch;\r
86         private System.Windows.Forms.Button btnSearch;\r
87         private System.Windows.Forms.Button btnCancel;\r
88     }\r
89 }