OSDN Git Service

v1.1.6.6
[kybernetes/Kybernetes.git] / base / view / TemplateBox.Designer.cs
1 namespace com.andoutomo.kybernetes.view\r
2 {\r
3     partial class TemplateBox\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(TemplateBox));\r
32             this.listTemplate = new System.Windows.Forms.ListBox();\r
33             this.btnClose = new System.Windows.Forms.Button();\r
34             this.btnApply = new System.Windows.Forms.Button();\r
35             this.btnRemove = new System.Windows.Forms.Button();\r
36             this.lblContents = new System.Windows.Forms.Label();\r
37             this.SuspendLayout();\r
38             // \r
39             // listTemplate\r
40             // \r
41             this.listTemplate.FormattingEnabled = true;\r
42             this.listTemplate.ItemHeight = 12;\r
43             this.listTemplate.Location = new System.Drawing.Point(3, 4);\r
44             this.listTemplate.Name = "listTemplate";\r
45             this.listTemplate.Size = new System.Drawing.Size(277, 184);\r
46             this.listTemplate.TabIndex = 0;\r
47             this.listTemplate.SelectedIndexChanged += new System.EventHandler(this.listTemplate_SelectedIndexChanged);\r
48             // \r
49             // btnClose\r
50             // \r
51             this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;\r
52             this.btnClose.Location = new System.Drawing.Point(201, 231);\r
53             this.btnClose.Name = "btnClose";\r
54             this.btnClose.Size = new System.Drawing.Size(75, 23);\r
55             this.btnClose.TabIndex = 3;\r
56             this.btnClose.Text = "閉じる";\r
57             this.btnClose.UseVisualStyleBackColor = true;\r
58             this.btnClose.Click += new System.EventHandler(this.btnClose_Click);\r
59             // \r
60             // btnApply\r
61             // \r
62             this.btnApply.Location = new System.Drawing.Point(120, 231);\r
63             this.btnApply.Name = "btnApply";\r
64             this.btnApply.Size = new System.Drawing.Size(75, 23);\r
65             this.btnApply.TabIndex = 2;\r
66             this.btnApply.Text = "適用";\r
67             this.btnApply.UseVisualStyleBackColor = true;\r
68             this.btnApply.Click += new System.EventHandler(this.btnApply_Click);\r
69             // \r
70             // btnRemove\r
71             // \r
72             this.btnRemove.Location = new System.Drawing.Point(39, 230);\r
73             this.btnRemove.Name = "btnRemove";\r
74             this.btnRemove.Size = new System.Drawing.Size(75, 23);\r
75             this.btnRemove.TabIndex = 1;\r
76             this.btnRemove.Text = "削除";\r
77             this.btnRemove.UseVisualStyleBackColor = true;\r
78             this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);\r
79             // \r
80             // lblContents\r
81             // \r
82             this.lblContents.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));\r
83             this.lblContents.Location = new System.Drawing.Point(4, 201);\r
84             this.lblContents.Name = "lblContents";\r
85             this.lblContents.Size = new System.Drawing.Size(276, 16);\r
86             this.lblContents.TabIndex = 4;\r
87             this.lblContents.Text = " ";\r
88             // \r
89             // TemplateBox\r
90             // \r
91             this.AcceptButton = this.btnApply;\r
92             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
93             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
94             this.CancelButton = this.btnClose;\r
95             this.ClientSize = new System.Drawing.Size(284, 262);\r
96             this.ControlBox = false;\r
97             this.Controls.Add(this.lblContents);\r
98             this.Controls.Add(this.btnRemove);\r
99             this.Controls.Add(this.btnApply);\r
100             this.Controls.Add(this.btnClose);\r
101             this.Controls.Add(this.listTemplate);\r
102             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
103             this.MaximumSize = new System.Drawing.Size(300, 300);\r
104             this.MinimumSize = new System.Drawing.Size(300, 300);\r
105             this.Name = "TemplateBox";\r
106             this.ShowInTaskbar = false;\r
107             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
108             this.Text = "Kybernetes Input System";\r
109             this.ResumeLayout(false);\r
110 \r
111         }\r
112 \r
113         #endregion\r
114 \r
115         private System.Windows.Forms.ListBox listTemplate;\r
116         private System.Windows.Forms.Button btnClose;\r
117         private System.Windows.Forms.Button btnApply;\r
118         private System.Windows.Forms.Button btnRemove;\r
119         private System.Windows.Forms.Label lblContents;\r
120     }\r
121 }