OSDN Git Service

3b894dcdb15dba84a6036c2b62a317205dcf0013
[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.rSubConsole = new System.Windows.Forms.RichTextBox();\r
42             this.rConsole = new System.Windows.Forms.TextBox();\r
43             ((System.ComponentModel.ISupportInitialize)(this.splBase)).BeginInit();\r
44             this.splBase.Panel1.SuspendLayout();\r
45             this.splBase.Panel2.SuspendLayout();\r
46             this.splBase.SuspendLayout();\r
47             ((System.ComponentModel.ISupportInitialize)(this.splConsole)).BeginInit();\r
48             this.splConsole.Panel1.SuspendLayout();\r
49             this.splConsole.Panel2.SuspendLayout();\r
50             this.splConsole.SuspendLayout();\r
51             this.SuspendLayout();\r
52             // \r
53             // pnlTask\r
54             // \r
55             this.pnlTask.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
56             | System.Windows.Forms.AnchorStyles.Left) \r
57             | System.Windows.Forms.AnchorStyles.Right)));\r
58             this.pnlTask.AutoScroll = true;\r
59             this.pnlTask.BackColor = System.Drawing.Color.Black;\r
60             this.pnlTask.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
61             this.pnlTask.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));\r
62             this.pnlTask.ForeColor = System.Drawing.Color.White;\r
63             this.pnlTask.Location = new System.Drawing.Point(3, 3);\r
64             this.pnlTask.Name = "pnlTask";\r
65             this.pnlTask.Size = new System.Drawing.Size(836, 479);\r
66             this.pnlTask.TabIndex = 0;\r
67             // \r
68             // txtInput\r
69             // \r
70             this.txtInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) \r
71             | System.Windows.Forms.AnchorStyles.Right)));\r
72             this.txtInput.BackColor = System.Drawing.Color.Black;\r
73             this.txtInput.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));\r
74             this.txtInput.ForeColor = System.Drawing.Color.White;\r
75             this.txtInput.Location = new System.Drawing.Point(3, 255);\r
76             this.txtInput.Name = "txtInput";\r
77             this.txtInput.Size = new System.Drawing.Size(450, 19);\r
78             this.txtInput.TabIndex = 1;\r
79             this.txtInput.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtInput_KeyDown);\r
80             // \r
81             // expData\r
82             // \r
83             this.expData.DefaultExt = "csv";\r
84             this.expData.Filter = "CSV ファイル(*.csv)|*.csv|すべてのファイル(*.*)|*.*";\r
85             // \r
86             // dmpData\r
87             // \r
88             this.dmpData.DefaultExt = "db";\r
89             this.dmpData.Filter = "SQLite DB ファイル(*.db)|*.db|すべてのファイル(*.*)|*.*";\r
90             // \r
91             // selSh\r
92             // \r
93             this.selSh.DefaultExt = "kysh";\r
94             this.selSh.FileName = "batch.kysh";\r
95             this.selSh.Filter = "Kybernetes shell(*.kysh)|*.kysh|すべてのファイル(*.*)|*.*";\r
96             this.selSh.Title = "スクリプトの選択";\r
97             // \r
98             // FRColorDlg\r
99             // \r
100             this.FRColorDlg.Color = System.Drawing.Color.White;\r
101             // \r
102             // splBase\r
103             // \r
104             this.splBase.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
105             | System.Windows.Forms.AnchorStyles.Left) \r
106             | System.Windows.Forms.AnchorStyles.Right)));\r
107             this.splBase.Location = new System.Drawing.Point(0, 0);\r
108             this.splBase.Name = "splBase";\r
109             this.splBase.Orientation = System.Windows.Forms.Orientation.Horizontal;\r
110             // \r
111             // splBase.Panel1\r
112             // \r
113             this.splBase.Panel1.Controls.Add(this.pnlTask);\r
114             // \r
115             // splBase.Panel2\r
116             // \r
117             this.splBase.Panel2.Controls.Add(this.splConsole);\r
118             this.splBase.Size = new System.Drawing.Size(840, 761);\r
119             this.splBase.SplitterDistance = 481;\r
120             this.splBase.TabIndex = 0;\r
121             this.splBase.TabStop = false;\r
122             this.splBase.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splBase_SplitterMoved);\r
123             // \r
124             // splConsole\r
125             // \r
126             this.splConsole.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
127             | System.Windows.Forms.AnchorStyles.Left) \r
128             | System.Windows.Forms.AnchorStyles.Right)));\r
129             this.splConsole.Location = new System.Drawing.Point(0, 0);\r
130             this.splConsole.Name = "splConsole";\r
131             // \r
132             // splConsole.Panel1\r
133             // \r
134             this.splConsole.Panel1.Controls.Add(this.rConsole);\r
135             this.splConsole.Panel1.Controls.Add(this.txtInput);\r
136             // \r
137             // splConsole.Panel2\r
138             // \r
139             this.splConsole.Panel2.Controls.Add(this.rSubConsole);\r
140             this.splConsole.Size = new System.Drawing.Size(836, 275);\r
141             this.splConsole.SplitterDistance = 447;\r
142             this.splConsole.TabIndex = 1;\r
143             this.splConsole.TabStop = false;\r
144             this.splConsole.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splConsole_SplitterMoved);\r
145             // \r
146             // rSubConsole\r
147             // \r
148             this.rSubConsole.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
149             | System.Windows.Forms.AnchorStyles.Left) \r
150             | System.Windows.Forms.AnchorStyles.Right)));\r
151             this.rSubConsole.BackColor = System.Drawing.Color.Black;\r
152             this.rSubConsole.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));\r
153             this.rSubConsole.ForeColor = System.Drawing.Color.White;\r
154             this.rSubConsole.Location = new System.Drawing.Point(0, 0);\r
155             this.rSubConsole.Name = "rSubConsole";\r
156             this.rSubConsole.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;\r
157             this.rSubConsole.Size = new System.Drawing.Size(388, 275);\r
158             this.rSubConsole.TabIndex = 0;\r
159             this.rSubConsole.TabStop = false;\r
160             this.rSubConsole.Text = "";\r
161             this.rSubConsole.MouseUp += new System.Windows.Forms.MouseEventHandler(this.rSubConsole_MouseUp);\r
162             // \r
163             // rConsole\r
164             // \r
165             this.rConsole.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
166             | System.Windows.Forms.AnchorStyles.Left) \r
167             | System.Windows.Forms.AnchorStyles.Right)));\r
168             this.rConsole.BackColor = System.Drawing.Color.Black;\r
169             this.rConsole.ForeColor = System.Drawing.Color.White;\r
170             this.rConsole.Location = new System.Drawing.Point(3, 0);\r
171             this.rConsole.Multiline = true;\r
172             this.rConsole.Name = "rConsole";\r
173             this.rConsole.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;\r
174             this.rConsole.Size = new System.Drawing.Size(448, 255);\r
175             this.rConsole.TabIndex = 2;\r
176             this.rConsole.TabStop = false;\r
177             this.rConsole.MouseUp += new System.Windows.Forms.MouseEventHandler(this.rConsole_MouseUp);\r
178             // \r
179             // BaseForm\r
180             // \r
181             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
182             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
183             this.ClientSize = new System.Drawing.Size(844, 763);\r
184             this.Controls.Add(this.splBase);\r
185             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
186             this.Name = "BaseForm";\r
187             this.Text = "Kybernetes v1.0.0";\r
188             this.splBase.Panel1.ResumeLayout(false);\r
189             this.splBase.Panel2.ResumeLayout(false);\r
190             ((System.ComponentModel.ISupportInitialize)(this.splBase)).EndInit();\r
191             this.splBase.ResumeLayout(false);\r
192             this.splConsole.Panel1.ResumeLayout(false);\r
193             this.splConsole.Panel1.PerformLayout();\r
194             this.splConsole.Panel2.ResumeLayout(false);\r
195             ((System.ComponentModel.ISupportInitialize)(this.splConsole)).EndInit();\r
196             this.splConsole.ResumeLayout(false);\r
197             this.ResumeLayout(false);\r
198 \r
199         }\r
200 \r
201         #endregion\r
202 \r
203         private System.Windows.Forms.Panel pnlTask;\r
204         private System.Windows.Forms.TextBox txtInput;\r
205         private System.Windows.Forms.SaveFileDialog expData;\r
206         private System.Windows.Forms.SaveFileDialog dmpData;\r
207         private System.Windows.Forms.OpenFileDialog selSh;\r
208         private System.Windows.Forms.ColorDialog BGColorDlg;\r
209         private System.Windows.Forms.ColorDialog FRColorDlg;\r
210         private System.Windows.Forms.SplitContainer splBase;\r
211         private System.Windows.Forms.SplitContainer splConsole;\r
212         private System.Windows.Forms.RichTextBox rSubConsole;\r
213         private System.Windows.Forms.TextBox rConsole;\r
214     }\r
215 }\r
216 \r