OSDN Git Service

20c6ad8c5aa4048d156beb0dee6749ba4846c7ef
[kybernetes/Kybernetes.git] / base / view / BaseForm.Designer.cs
1 namespace com.andoutomo.kybernetes.view\r
2 {\r
3     partial class BaseForm\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(BaseForm));\r
32             this.pnlTask = new System.Windows.Forms.Panel();\r
33             this.txtInput = new System.Windows.Forms.TextBox();\r
34             this.expData = new System.Windows.Forms.SaveFileDialog();\r
35             this.dmpData = new System.Windows.Forms.SaveFileDialog();\r
36             this.selSh = new System.Windows.Forms.OpenFileDialog();\r
37             this.BGColorDlg = new System.Windows.Forms.ColorDialog();\r
38             this.FRColorDlg = new System.Windows.Forms.ColorDialog();\r
39             this.splBase = new System.Windows.Forms.SplitContainer();\r
40             this.splConsole = new System.Windows.Forms.SplitContainer();\r
41             this.rConsole = new System.Windows.Forms.TextBox();\r
42             this.tab2 = new System.Windows.Forms.TabPage();\r
43             this.rTotalConsole = new System.Windows.Forms.RichTextBox();\r
44             this.tab1 = new System.Windows.Forms.TabPage();\r
45             this.rEstConsole = new System.Windows.Forms.RichTextBox();\r
46             this.tabInfo = new System.Windows.Forms.TabControl();\r
47             ((System.ComponentModel.ISupportInitialize)(this.splBase)).BeginInit();\r
48             this.splBase.Panel1.SuspendLayout();\r
49             this.splBase.Panel2.SuspendLayout();\r
50             this.splBase.SuspendLayout();\r
51             ((System.ComponentModel.ISupportInitialize)(this.splConsole)).BeginInit();\r
52             this.splConsole.Panel1.SuspendLayout();\r
53             this.splConsole.Panel2.SuspendLayout();\r
54             this.splConsole.SuspendLayout();\r
55             this.tab2.SuspendLayout();\r
56             this.tab1.SuspendLayout();\r
57             this.tabInfo.SuspendLayout();\r
58             this.SuspendLayout();\r
59             // \r
60             // pnlTask\r
61             // \r
62             this.pnlTask.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
63             | System.Windows.Forms.AnchorStyles.Left) \r
64             | System.Windows.Forms.AnchorStyles.Right)));\r
65             this.pnlTask.AutoScroll = true;\r
66             this.pnlTask.BackColor = System.Drawing.Color.Black;\r
67             this.pnlTask.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));\r
68             this.pnlTask.ForeColor = System.Drawing.Color.White;\r
69             this.pnlTask.Location = new System.Drawing.Point(3, 3);\r
70             this.pnlTask.Name = "pnlTask";\r
71             this.pnlTask.Size = new System.Drawing.Size(836, 491);\r
72             this.pnlTask.TabIndex = 0;\r
73             // \r
74             // txtInput\r
75             // \r
76             this.txtInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) \r
77             | System.Windows.Forms.AnchorStyles.Right)));\r
78             this.txtInput.BackColor = System.Drawing.Color.Black;\r
79             this.txtInput.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));\r
80             this.txtInput.ForeColor = System.Drawing.Color.White;\r
81             this.txtInput.Location = new System.Drawing.Point(3, 261);\r
82             this.txtInput.Name = "txtInput";\r
83             this.txtInput.Size = new System.Drawing.Size(441, 19);\r
84             this.txtInput.TabIndex = 1;\r
85             this.txtInput.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtInput_KeyDown);\r
86             // \r
87             // expData\r
88             // \r
89             this.expData.DefaultExt = "csv";\r
90             this.expData.Filter = "CSV ファイル(*.csv)|*.csv|すべてのファイル(*.*)|*.*";\r
91             // \r
92             // dmpData\r
93             // \r
94             this.dmpData.DefaultExt = "db";\r
95             this.dmpData.Filter = "SQLite DB ファイル(*.db)|*.db|すべてのファイル(*.*)|*.*";\r
96             // \r
97             // selSh\r
98             // \r
99             this.selSh.DefaultExt = "kysh";\r
100             this.selSh.FileName = "batch.kysh";\r
101             this.selSh.Filter = "Kybernetes shell(*.kysh)|*.kysh|すべてのファイル(*.*)|*.*";\r
102             this.selSh.Title = "スクリプトの選択";\r
103             // \r
104             // FRColorDlg\r
105             // \r
106             this.FRColorDlg.Color = System.Drawing.Color.White;\r
107             // \r
108             // splBase\r
109             // \r
110             this.splBase.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
111             | System.Windows.Forms.AnchorStyles.Left) \r
112             | System.Windows.Forms.AnchorStyles.Right)));\r
113             this.splBase.Location = new System.Drawing.Point(0, 0);\r
114             this.splBase.Name = "splBase";\r
115             this.splBase.Orientation = System.Windows.Forms.Orientation.Horizontal;\r
116             // \r
117             // splBase.Panel1\r
118             // \r
119             this.splBase.Panel1.Controls.Add(this.pnlTask);\r
120             // \r
121             // splBase.Panel2\r
122             // \r
123             this.splBase.Panel2.Controls.Add(this.splConsole);\r
124             this.splBase.Size = new System.Drawing.Size(840, 780);\r
125             this.splBase.SplitterDistance = 493;\r
126             this.splBase.TabIndex = 0;\r
127             this.splBase.TabStop = false;\r
128             this.splBase.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splBase_SplitterMoved);\r
129             // \r
130             // splConsole\r
131             // \r
132             this.splConsole.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
133             | System.Windows.Forms.AnchorStyles.Left) \r
134             | System.Windows.Forms.AnchorStyles.Right)));\r
135             this.splConsole.Location = new System.Drawing.Point(0, 0);\r
136             this.splConsole.Name = "splConsole";\r
137             // \r
138             // splConsole.Panel1\r
139             // \r
140             this.splConsole.Panel1.Controls.Add(this.rConsole);\r
141             this.splConsole.Panel1.Controls.Add(this.txtInput);\r
142             // \r
143             // splConsole.Panel2\r
144             // \r
145             this.splConsole.Panel2.Controls.Add(this.tabInfo);\r
146             this.splConsole.Size = new System.Drawing.Size(836, 282);\r
147             this.splConsole.SplitterDistance = 447;\r
148             this.splConsole.TabIndex = 1;\r
149             this.splConsole.TabStop = false;\r
150             this.splConsole.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splConsole_SplitterMoved);\r
151             // \r
152             // rConsole\r
153             // \r
154             this.rConsole.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
155             | System.Windows.Forms.AnchorStyles.Left) \r
156             | System.Windows.Forms.AnchorStyles.Right)));\r
157             this.rConsole.BackColor = System.Drawing.Color.Black;\r
158             this.rConsole.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
159             this.rConsole.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));\r
160             this.rConsole.ForeColor = System.Drawing.Color.White;\r
161             this.rConsole.Location = new System.Drawing.Point(3, 3);\r
162             this.rConsole.Multiline = true;\r
163             this.rConsole.Name = "rConsole";\r
164             this.rConsole.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;\r
165             this.rConsole.Size = new System.Drawing.Size(441, 258);\r
166             this.rConsole.TabIndex = 0;\r
167             this.rConsole.TabStop = false;\r
168             this.rConsole.MouseUp += new System.Windows.Forms.MouseEventHandler(this.rConsole_MouseUp);\r
169             // \r
170             // tab2\r
171             // \r
172             this.tab2.Controls.Add(this.rTotalConsole);\r
173             this.tab2.Location = new System.Drawing.Point(4, 22);\r
174             this.tab2.Name = "tab2";\r
175             this.tab2.Padding = new System.Windows.Forms.Padding(3);\r
176             this.tab2.Size = new System.Drawing.Size(381, 256);\r
177             this.tab2.TabIndex = 1;\r
178             this.tab2.Text = "total";\r
179             this.tab2.UseVisualStyleBackColor = true;\r
180             // \r
181             // rTotalConsole\r
182             // \r
183             this.rTotalConsole.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
184             | System.Windows.Forms.AnchorStyles.Left) \r
185             | System.Windows.Forms.AnchorStyles.Right)));\r
186             this.rTotalConsole.BackColor = System.Drawing.Color.Black;\r
187             this.rTotalConsole.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
188             this.rTotalConsole.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));\r
189             this.rTotalConsole.ForeColor = System.Drawing.Color.White;\r
190             this.rTotalConsole.Location = new System.Drawing.Point(0, 0);\r
191             this.rTotalConsole.Name = "rTotalConsole";\r
192             this.rTotalConsole.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;\r
193             this.rTotalConsole.Size = new System.Drawing.Size(380, 256);\r
194             this.rTotalConsole.TabIndex = 0;\r
195             this.rTotalConsole.TabStop = false;\r
196             this.rTotalConsole.Text = "";\r
197             this.rTotalConsole.MouseUp += new System.Windows.Forms.MouseEventHandler(this.rForcastConsole_MouseUp);\r
198             // \r
199             // tab1\r
200             // \r
201             this.tab1.CausesValidation = false;\r
202             this.tab1.Controls.Add(this.rEstConsole);\r
203             this.tab1.Location = new System.Drawing.Point(4, 22);\r
204             this.tab1.Name = "tab1";\r
205             this.tab1.Padding = new System.Windows.Forms.Padding(3);\r
206             this.tab1.Size = new System.Drawing.Size(381, 256);\r
207             this.tab1.TabIndex = 0;\r
208             this.tab1.Text = "estimate";\r
209             this.tab1.UseVisualStyleBackColor = true;\r
210             // \r
211             // rEstConsole\r
212             // \r
213             this.rEstConsole.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
214             | System.Windows.Forms.AnchorStyles.Left) \r
215             | System.Windows.Forms.AnchorStyles.Right)));\r
216             this.rEstConsole.BackColor = System.Drawing.Color.Black;\r
217             this.rEstConsole.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
218             this.rEstConsole.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));\r
219             this.rEstConsole.ForeColor = System.Drawing.Color.White;\r
220             this.rEstConsole.Location = new System.Drawing.Point(0, 0);\r
221             this.rEstConsole.Name = "rEstConsole";\r
222             this.rEstConsole.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;\r
223             this.rEstConsole.Size = new System.Drawing.Size(380, 256);\r
224             this.rEstConsole.TabIndex = 0;\r
225             this.rEstConsole.TabStop = false;\r
226             this.rEstConsole.Text = "";\r
227             this.rEstConsole.MouseUp += new System.Windows.Forms.MouseEventHandler(this.rSubConsole_MouseUp);\r
228             // \r
229             // tabInfo\r
230             // \r
231             this.tabInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
232             | System.Windows.Forms.AnchorStyles.Left) \r
233             | System.Windows.Forms.AnchorStyles.Right)));\r
234             this.tabInfo.Controls.Add(this.tab1);\r
235             this.tabInfo.Controls.Add(this.tab2);\r
236             this.tabInfo.Location = new System.Drawing.Point(0, 0);\r
237             this.tabInfo.Name = "tabInfo";\r
238             this.tabInfo.SelectedIndex = 0;\r
239             this.tabInfo.Size = new System.Drawing.Size(389, 282);\r
240             this.tabInfo.TabIndex = 1;\r
241             this.tabInfo.TabStop = false;\r
242             this.tabInfo.SelectedIndexChanged += new System.EventHandler(this.tabInfo_SelectedIndexChanged);\r
243             this.tabInfo.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tabInfo_MouseUp);\r
244             // \r
245             // BaseForm\r
246             // \r
247             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
248             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
249             this.ClientSize = new System.Drawing.Size(844, 782);\r
250             this.Controls.Add(this.splBase);\r
251             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
252             this.Name = "BaseForm";\r
253             this.Text = "Kybernetes v1.0.0";\r
254             this.splBase.Panel1.ResumeLayout(false);\r
255             this.splBase.Panel2.ResumeLayout(false);\r
256             ((System.ComponentModel.ISupportInitialize)(this.splBase)).EndInit();\r
257             this.splBase.ResumeLayout(false);\r
258             this.splConsole.Panel1.ResumeLayout(false);\r
259             this.splConsole.Panel1.PerformLayout();\r
260             this.splConsole.Panel2.ResumeLayout(false);\r
261             ((System.ComponentModel.ISupportInitialize)(this.splConsole)).EndInit();\r
262             this.splConsole.ResumeLayout(false);\r
263             this.tab2.ResumeLayout(false);\r
264             this.tab1.ResumeLayout(false);\r
265             this.tabInfo.ResumeLayout(false);\r
266             this.ResumeLayout(false);\r
267 \r
268         }\r
269 \r
270         #endregion\r
271 \r
272         private System.Windows.Forms.Panel pnlTask;\r
273         private System.Windows.Forms.TextBox txtInput;\r
274         private System.Windows.Forms.SaveFileDialog expData;\r
275         private System.Windows.Forms.SaveFileDialog dmpData;\r
276         private System.Windows.Forms.OpenFileDialog selSh;\r
277         private System.Windows.Forms.ColorDialog BGColorDlg;\r
278         private System.Windows.Forms.ColorDialog FRColorDlg;\r
279         private System.Windows.Forms.SplitContainer splBase;\r
280         private System.Windows.Forms.SplitContainer splConsole;\r
281         private System.Windows.Forms.TextBox rConsole;\r
282         private System.Windows.Forms.TabControl tabInfo;\r
283         private System.Windows.Forms.TabPage tab1;\r
284         private System.Windows.Forms.RichTextBox rEstConsole;\r
285         private System.Windows.Forms.TabPage tab2;\r
286         private System.Windows.Forms.RichTextBox rTotalConsole;\r
287     }\r
288 }\r
289 \r