OSDN Git Service

v1.1.6.6
[kybernetes/Kybernetes.git] / base / view / TimeAreaSetting.Designer.cs
1 namespace com.andoutomo.kybernetes.view\r
2 {\r
3     partial class TimeAreaSetting\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(TimeAreaSetting));\r
32             this.TimeareaListBox = new System.Windows.Forms.ListBox();\r
33             this.txtArea = new System.Windows.Forms.TextBox();\r
34             this.txtFrom = new System.Windows.Forms.TextBox();\r
35             this.txtTo = new System.Windows.Forms.TextBox();\r
36             this.label1 = new System.Windows.Forms.Label();\r
37             this.btnClose = new System.Windows.Forms.Button();\r
38             this.btnAply = new System.Windows.Forms.Button();\r
39             this.btnAdd = new System.Windows.Forms.Button();\r
40             this.SuspendLayout();\r
41             // \r
42             // TimeareaListBox\r
43             // \r
44             this.TimeareaListBox.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));\r
45             this.TimeareaListBox.FormattingEnabled = true;\r
46             this.TimeareaListBox.ItemHeight = 12;\r
47             this.TimeareaListBox.Location = new System.Drawing.Point(3, 12);\r
48             this.TimeareaListBox.Name = "TimeareaListBox";\r
49             this.TimeareaListBox.Size = new System.Drawing.Size(236, 148);\r
50             this.TimeareaListBox.TabIndex = 7;\r
51             this.TimeareaListBox.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);\r
52             // \r
53             // txtArea\r
54             // \r
55             this.txtArea.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));\r
56             this.txtArea.Location = new System.Drawing.Point(78, 166);\r
57             this.txtArea.MaxLength = 1;\r
58             this.txtArea.Name = "txtArea";\r
59             this.txtArea.Size = new System.Drawing.Size(19, 19);\r
60             this.txtArea.TabIndex = 1;\r
61             // \r
62             // txtFrom\r
63             // \r
64             this.txtFrom.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));\r
65             this.txtFrom.Location = new System.Drawing.Point(103, 166);\r
66             this.txtFrom.MaxLength = 5;\r
67             this.txtFrom.Name = "txtFrom";\r
68             this.txtFrom.Size = new System.Drawing.Size(50, 19);\r
69             this.txtFrom.TabIndex = 2;\r
70             // \r
71             // txtTo\r
72             // \r
73             this.txtTo.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));\r
74             this.txtTo.Location = new System.Drawing.Point(187, 166);\r
75             this.txtTo.MaxLength = 5;\r
76             this.txtTo.Name = "txtTo";\r
77             this.txtTo.Size = new System.Drawing.Size(50, 19);\r
78             this.txtTo.TabIndex = 3;\r
79             // \r
80             // label1\r
81             // \r
82             this.label1.AutoSize = true;\r
83             this.label1.Font = new System.Drawing.Font("MS UI Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));\r
84             this.label1.Location = new System.Drawing.Point(159, 168);\r
85             this.label1.Name = "label1";\r
86             this.label1.Size = new System.Drawing.Size(22, 15);\r
87             this.label1.TabIndex = 3;\r
88             this.label1.Text = "~";\r
89             // \r
90             // btnClose\r
91             // \r
92             this.btnClose.Location = new System.Drawing.Point(175, 194);\r
93             this.btnClose.Name = "btnClose";\r
94             this.btnClose.Size = new System.Drawing.Size(66, 19);\r
95             this.btnClose.TabIndex = 6;\r
96             this.btnClose.Text = "閉じる";\r
97             this.btnClose.UseVisualStyleBackColor = true;\r
98             this.btnClose.Click += new System.EventHandler(this.btnClose_Click);\r
99             // \r
100             // btnAply\r
101             // \r
102             this.btnAply.Location = new System.Drawing.Point(103, 194);\r
103             this.btnAply.Name = "btnAply";\r
104             this.btnAply.Size = new System.Drawing.Size(66, 19);\r
105             this.btnAply.TabIndex = 5;\r
106             this.btnAply.Text = "適用";\r
107             this.btnAply.UseVisualStyleBackColor = true;\r
108             this.btnAply.Click += new System.EventHandler(this.btnAply_Click);\r
109             // \r
110             // btnAdd\r
111             // \r
112             this.btnAdd.Location = new System.Drawing.Point(31, 194);\r
113             this.btnAdd.Name = "btnAdd";\r
114             this.btnAdd.Size = new System.Drawing.Size(66, 19);\r
115             this.btnAdd.TabIndex = 4;\r
116             this.btnAdd.Text = "追加";\r
117             this.btnAdd.UseVisualStyleBackColor = true;\r
118             this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);\r
119             // \r
120             // TimeAreaSetting\r
121             // \r
122             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
123             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
124             this.ClientSize = new System.Drawing.Size(249, 221);\r
125             this.ControlBox = false;\r
126             this.Controls.Add(this.btnAdd);\r
127             this.Controls.Add(this.btnAply);\r
128             this.Controls.Add(this.btnClose);\r
129             this.Controls.Add(this.label1);\r
130             this.Controls.Add(this.txtTo);\r
131             this.Controls.Add(this.txtFrom);\r
132             this.Controls.Add(this.txtArea);\r
133             this.Controls.Add(this.TimeareaListBox);\r
134             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
135             this.MaximumSize = new System.Drawing.Size(265, 259);\r
136             this.MinimumSize = new System.Drawing.Size(265, 259);\r
137             this.Name = "TimeAreaSetting";\r
138             this.ShowInTaskbar = false;\r
139             this.Text = "Kybernetes Input System";\r
140             this.ResumeLayout(false);\r
141             this.PerformLayout();\r
142 \r
143         }\r
144 \r
145         #endregion\r
146 \r
147         private System.Windows.Forms.ListBox TimeareaListBox;\r
148         private System.Windows.Forms.TextBox txtArea;\r
149         private System.Windows.Forms.TextBox txtFrom;\r
150         private System.Windows.Forms.TextBox txtTo;\r
151         private System.Windows.Forms.Label label1;\r
152         private System.Windows.Forms.Button btnClose;\r
153         private System.Windows.Forms.Button btnAply;\r
154         private System.Windows.Forms.Button btnAdd;\r
155     }\r
156 }