OSDN Git Service

v1.1.6.6
[kybernetes/Kybernetes.git] / base / view / BaseForm.Designer.cs
index a718644..20c6ad8 100644 (file)
             this.splBase = new System.Windows.Forms.SplitContainer();\r
             this.splConsole = new System.Windows.Forms.SplitContainer();\r
             this.rConsole = new System.Windows.Forms.TextBox();\r
-            this.tabInfo = new System.Windows.Forms.TabControl();\r
-            this.tab1 = new System.Windows.Forms.TabPage();\r
-            this.rEstConsole = new System.Windows.Forms.RichTextBox();\r
             this.tab2 = new System.Windows.Forms.TabPage();\r
             this.rTotalConsole = new System.Windows.Forms.RichTextBox();\r
+            this.tab1 = new System.Windows.Forms.TabPage();\r
+            this.rEstConsole = new System.Windows.Forms.RichTextBox();\r
+            this.tabInfo = new System.Windows.Forms.TabControl();\r
             ((System.ComponentModel.ISupportInitialize)(this.splBase)).BeginInit();\r
             this.splBase.Panel1.SuspendLayout();\r
             this.splBase.Panel2.SuspendLayout();\r
@@ -52,9 +52,9 @@
             this.splConsole.Panel1.SuspendLayout();\r
             this.splConsole.Panel2.SuspendLayout();\r
             this.splConsole.SuspendLayout();\r
-            this.tabInfo.SuspendLayout();\r
-            this.tab1.SuspendLayout();\r
             this.tab2.SuspendLayout();\r
+            this.tab1.SuspendLayout();\r
+            this.tabInfo.SuspendLayout();\r
             this.SuspendLayout();\r
             // \r
             // pnlTask\r
@@ -68,7 +68,7 @@
             this.pnlTask.ForeColor = System.Drawing.Color.White;\r
             this.pnlTask.Location = new System.Drawing.Point(3, 3);\r
             this.pnlTask.Name = "pnlTask";\r
-            this.pnlTask.Size = new System.Drawing.Size(836, 479);\r
+            this.pnlTask.Size = new System.Drawing.Size(836, 491);\r
             this.pnlTask.TabIndex = 0;\r
             // \r
             // txtInput\r
@@ -78,9 +78,9 @@
             this.txtInput.BackColor = System.Drawing.Color.Black;\r
             this.txtInput.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));\r
             this.txtInput.ForeColor = System.Drawing.Color.White;\r
-            this.txtInput.Location = new System.Drawing.Point(1, 255);\r
+            this.txtInput.Location = new System.Drawing.Point(3, 261);\r
             this.txtInput.Name = "txtInput";\r
-            this.txtInput.Size = new System.Drawing.Size(450, 19);\r
+            this.txtInput.Size = new System.Drawing.Size(441, 19);\r
             this.txtInput.TabIndex = 1;\r
             this.txtInput.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtInput_KeyDown);\r
             // \r
             // splBase.Panel2\r
             // \r
             this.splBase.Panel2.Controls.Add(this.splConsole);\r
-            this.splBase.Size = new System.Drawing.Size(840, 761);\r
-            this.splBase.SplitterDistance = 481;\r
+            this.splBase.Size = new System.Drawing.Size(840, 780);\r
+            this.splBase.SplitterDistance = 493;\r
             this.splBase.TabIndex = 0;\r
             this.splBase.TabStop = false;\r
             this.splBase.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splBase_SplitterMoved);\r
             // splConsole.Panel2\r
             // \r
             this.splConsole.Panel2.Controls.Add(this.tabInfo);\r
-            this.splConsole.Size = new System.Drawing.Size(836, 275);\r
+            this.splConsole.Size = new System.Drawing.Size(836, 282);\r
             this.splConsole.SplitterDistance = 447;\r
             this.splConsole.TabIndex = 1;\r
             this.splConsole.TabStop = false;\r
             | System.Windows.Forms.AnchorStyles.Right)));\r
             this.rConsole.BackColor = System.Drawing.Color.Black;\r
             this.rConsole.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
+            this.rConsole.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));\r
             this.rConsole.ForeColor = System.Drawing.Color.White;\r
             this.rConsole.Location = new System.Drawing.Point(3, 3);\r
             this.rConsole.Multiline = true;\r
             this.rConsole.Name = "rConsole";\r
             this.rConsole.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;\r
-            this.rConsole.Size = new System.Drawing.Size(441, 250);\r
+            this.rConsole.Size = new System.Drawing.Size(441, 258);\r
             this.rConsole.TabIndex = 0;\r
             this.rConsole.TabStop = false;\r
             this.rConsole.MouseUp += new System.Windows.Forms.MouseEventHandler(this.rConsole_MouseUp);\r
             // \r
-            // tabInfo\r
+            // tab2\r
             // \r
-            this.tabInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
+            this.tab2.Controls.Add(this.rTotalConsole);\r
+            this.tab2.Location = new System.Drawing.Point(4, 22);\r
+            this.tab2.Name = "tab2";\r
+            this.tab2.Padding = new System.Windows.Forms.Padding(3);\r
+            this.tab2.Size = new System.Drawing.Size(381, 256);\r
+            this.tab2.TabIndex = 1;\r
+            this.tab2.Text = "total";\r
+            this.tab2.UseVisualStyleBackColor = true;\r
+            // \r
+            // rTotalConsole\r
+            // \r
+            this.rTotalConsole.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
             | System.Windows.Forms.AnchorStyles.Left) \r
             | System.Windows.Forms.AnchorStyles.Right)));\r
-            this.tabInfo.Controls.Add(this.tab1);\r
-            this.tabInfo.Controls.Add(this.tab2);\r
-            this.tabInfo.Location = new System.Drawing.Point(0, 0);\r
-            this.tabInfo.Name = "tabInfo";\r
-            this.tabInfo.SelectedIndex = 0;\r
-            this.tabInfo.Size = new System.Drawing.Size(389, 275);\r
-            this.tabInfo.TabIndex = 1;\r
-            this.tabInfo.TabStop = false;\r
-            this.tabInfo.SelectedIndexChanged += new System.EventHandler(this.tabInfo_SelectedIndexChanged);\r
-            this.tabInfo.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tabInfo_MouseUp);\r
+            this.rTotalConsole.BackColor = System.Drawing.Color.Black;\r
+            this.rTotalConsole.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
+            this.rTotalConsole.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));\r
+            this.rTotalConsole.ForeColor = System.Drawing.Color.White;\r
+            this.rTotalConsole.Location = new System.Drawing.Point(0, 0);\r
+            this.rTotalConsole.Name = "rTotalConsole";\r
+            this.rTotalConsole.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;\r
+            this.rTotalConsole.Size = new System.Drawing.Size(380, 256);\r
+            this.rTotalConsole.TabIndex = 0;\r
+            this.rTotalConsole.TabStop = false;\r
+            this.rTotalConsole.Text = "";\r
+            this.rTotalConsole.MouseUp += new System.Windows.Forms.MouseEventHandler(this.rForcastConsole_MouseUp);\r
             // \r
             // tab1\r
             // \r
             this.tab1.Location = new System.Drawing.Point(4, 22);\r
             this.tab1.Name = "tab1";\r
             this.tab1.Padding = new System.Windows.Forms.Padding(3);\r
-            this.tab1.Size = new System.Drawing.Size(381, 249);\r
+            this.tab1.Size = new System.Drawing.Size(381, 256);\r
             this.tab1.TabIndex = 0;\r
             this.tab1.Text = "estimate";\r
             this.tab1.UseVisualStyleBackColor = true;\r
             this.rEstConsole.Location = new System.Drawing.Point(0, 0);\r
             this.rEstConsole.Name = "rEstConsole";\r
             this.rEstConsole.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;\r
-            this.rEstConsole.Size = new System.Drawing.Size(380, 249);\r
+            this.rEstConsole.Size = new System.Drawing.Size(380, 256);\r
             this.rEstConsole.TabIndex = 0;\r
             this.rEstConsole.TabStop = false;\r
             this.rEstConsole.Text = "";\r
             this.rEstConsole.MouseUp += new System.Windows.Forms.MouseEventHandler(this.rSubConsole_MouseUp);\r
             // \r
-            // tab2\r
-            // \r
-            this.tab2.Controls.Add(this.rTotalConsole);\r
-            this.tab2.Location = new System.Drawing.Point(4, 22);\r
-            this.tab2.Name = "tab2";\r
-            this.tab2.Padding = new System.Windows.Forms.Padding(3);\r
-            this.tab2.Size = new System.Drawing.Size(381, 249);\r
-            this.tab2.TabIndex = 1;\r
-            this.tab2.Text = "total";\r
-            this.tab2.UseVisualStyleBackColor = true;\r
-            // \r
-            // rTotalConsole\r
+            // tabInfo\r
             // \r
-            this.rTotalConsole.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
+            this.tabInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
             | System.Windows.Forms.AnchorStyles.Left) \r
             | System.Windows.Forms.AnchorStyles.Right)));\r
-            this.rTotalConsole.BackColor = System.Drawing.Color.Black;\r
-            this.rTotalConsole.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
-            this.rTotalConsole.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));\r
-            this.rTotalConsole.ForeColor = System.Drawing.Color.White;\r
-            this.rTotalConsole.Location = new System.Drawing.Point(0, 0);\r
-            this.rTotalConsole.Name = "rTotalConsole";\r
-            this.rTotalConsole.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;\r
-            this.rTotalConsole.Size = new System.Drawing.Size(380, 249);\r
-            this.rTotalConsole.TabIndex = 0;\r
-            this.rTotalConsole.TabStop = false;\r
-            this.rTotalConsole.Text = "";\r
-            this.rTotalConsole.MouseUp += new System.Windows.Forms.MouseEventHandler(this.rForcastConsole_MouseUp);\r
+            this.tabInfo.Controls.Add(this.tab1);\r
+            this.tabInfo.Controls.Add(this.tab2);\r
+            this.tabInfo.Location = new System.Drawing.Point(0, 0);\r
+            this.tabInfo.Name = "tabInfo";\r
+            this.tabInfo.SelectedIndex = 0;\r
+            this.tabInfo.Size = new System.Drawing.Size(389, 282);\r
+            this.tabInfo.TabIndex = 1;\r
+            this.tabInfo.TabStop = false;\r
+            this.tabInfo.SelectedIndexChanged += new System.EventHandler(this.tabInfo_SelectedIndexChanged);\r
+            this.tabInfo.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tabInfo_MouseUp);\r
             // \r
             // BaseForm\r
             // \r
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
-            this.ClientSize = new System.Drawing.Size(844, 763);\r
+            this.ClientSize = new System.Drawing.Size(844, 782);\r
             this.Controls.Add(this.splBase);\r
             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
             this.Name = "BaseForm";\r
             this.splConsole.Panel2.ResumeLayout(false);\r
             ((System.ComponentModel.ISupportInitialize)(this.splConsole)).EndInit();\r
             this.splConsole.ResumeLayout(false);\r
-            this.tabInfo.ResumeLayout(false);\r
-            this.tab1.ResumeLayout(false);\r
             this.tab2.ResumeLayout(false);\r
+            this.tab1.ResumeLayout(false);\r
+            this.tabInfo.ResumeLayout(false);\r
             this.ResumeLayout(false);\r
 \r
         }\r
         private System.Windows.Forms.ColorDialog FRColorDlg;\r
         private System.Windows.Forms.SplitContainer splBase;\r
         private System.Windows.Forms.SplitContainer splConsole;\r
-        private System.Windows.Forms.RichTextBox rEstConsole;\r
         private System.Windows.Forms.TextBox rConsole;\r
         private System.Windows.Forms.TabControl tabInfo;\r
         private System.Windows.Forms.TabPage tab1;\r
+        private System.Windows.Forms.RichTextBox rEstConsole;\r
         private System.Windows.Forms.TabPage tab2;\r
         private System.Windows.Forms.RichTextBox rTotalConsole;\r
     }\r