--- trunk/RomCheater/Main.Designer.cs 2012/05/09 06:22:05 15 +++ trunk/RomCheater/Main.Designer.cs 2012/05/09 06:28:44 16 @@ -32,12 +32,19 @@ this.mainmnu = new System.Windows.Forms.MenuStrip(); this.mnuFile = new System.Windows.Forms.ToolStripMenuItem(); this.mnuItemExit = new System.Windows.Forms.ToolStripMenuItem(); - this.txtStatus = new System.Windows.Forms.RichTextBox(); - this.StatusToolStrip = new System.Windows.Forms.ToolStrip(); + this.txtLog = new System.Windows.Forms.RichTextBox(); + this.tabControl1 = new System.Windows.Forms.TabControl(); + this.MainTab = new System.Windows.Forms.TabPage(); + this.tabPage2 = new System.Windows.Forms.TabPage(); + this.Status_control_flow = new System.Windows.Forms.FlowLayoutPanel(); + this.btnCopyLogToClipboard = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.main_split)).BeginInit(); + this.main_split.Panel1.SuspendLayout(); this.main_split.Panel2.SuspendLayout(); this.main_split.SuspendLayout(); this.mainmnu.SuspendLayout(); + this.tabControl1.SuspendLayout(); + this.Status_control_flow.SuspendLayout(); this.SuspendLayout(); // // main_split @@ -48,12 +55,16 @@ this.main_split.Name = "main_split"; this.main_split.Orientation = System.Windows.Forms.Orientation.Horizontal; // + // main_split.Panel1 + // + this.main_split.Panel1.Controls.Add(this.tabControl1); + // // main_split.Panel2 // - this.main_split.Panel2.Controls.Add(this.txtStatus); - this.main_split.Panel2.Controls.Add(this.StatusToolStrip); + this.main_split.Panel2.Controls.Add(this.txtLog); + this.main_split.Panel2.Controls.Add(this.Status_control_flow); this.main_split.Size = new System.Drawing.Size(1229, 688); - this.main_split.SplitterDistance = 461; + this.main_split.SplitterDistance = 534; this.main_split.TabIndex = 0; // // mainmnu @@ -81,40 +92,88 @@ this.mnuItemExit.Text = "&Exit"; this.mnuItemExit.Click += new System.EventHandler(this.mnuItemExit_Click); // - // txtStatus + // txtLog // - this.txtStatus.BackColor = System.Drawing.SystemColors.ControlLight; - this.txtStatus.Dock = System.Windows.Forms.DockStyle.Fill; - this.txtStatus.Location = new System.Drawing.Point(0, 25); - this.txtStatus.Name = "txtStatus"; - this.txtStatus.ReadOnly = true; - this.txtStatus.Size = new System.Drawing.Size(1225, 194); - this.txtStatus.TabIndex = 0; - this.txtStatus.Text = ""; - // - // StatusToolStrip - // - this.StatusToolStrip.Location = new System.Drawing.Point(0, 0); - this.StatusToolStrip.Name = "StatusToolStrip"; - this.StatusToolStrip.Size = new System.Drawing.Size(1225, 25); - this.StatusToolStrip.TabIndex = 1; - this.StatusToolStrip.Text = "toolStrip1"; + this.txtLog.BackColor = System.Drawing.SystemColors.ControlDark; + this.txtLog.Dock = System.Windows.Forms.DockStyle.Fill; + this.txtLog.Location = new System.Drawing.Point(0, 0); + this.txtLog.Name = "txtLog"; + this.txtLog.ReadOnly = true; + this.txtLog.Size = new System.Drawing.Size(1225, 118); + this.txtLog.TabIndex = 0; + this.txtLog.Text = ""; + // + // tabControl1 + // + this.tabControl1.Controls.Add(this.MainTab); + this.tabControl1.Controls.Add(this.tabPage2); + this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; + this.tabControl1.Location = new System.Drawing.Point(0, 0); + this.tabControl1.Name = "tabControl1"; + this.tabControl1.SelectedIndex = 0; + this.tabControl1.Size = new System.Drawing.Size(1225, 530); + this.tabControl1.TabIndex = 0; + // + // MainTab + // + this.MainTab.Location = new System.Drawing.Point(4, 22); + this.MainTab.Name = "MainTab"; + this.MainTab.Padding = new System.Windows.Forms.Padding(3); + this.MainTab.Size = new System.Drawing.Size(1217, 504); + this.MainTab.TabIndex = 0; + this.MainTab.Text = "tabPage1"; + this.MainTab.UseVisualStyleBackColor = true; + // + // tabPage2 + // + this.tabPage2.Location = new System.Drawing.Point(4, 22); + this.tabPage2.Name = "tabPage2"; + this.tabPage2.Padding = new System.Windows.Forms.Padding(3); + this.tabPage2.Size = new System.Drawing.Size(192, 74); + this.tabPage2.TabIndex = 1; + this.tabPage2.Text = "tabPage2"; + this.tabPage2.UseVisualStyleBackColor = true; + // + // Status_control_flow + // + this.Status_control_flow.Controls.Add(this.btnCopyLogToClipboard); + this.Status_control_flow.Dock = System.Windows.Forms.DockStyle.Bottom; + this.Status_control_flow.Location = new System.Drawing.Point(0, 118); + this.Status_control_flow.Name = "Status_control_flow"; + this.Status_control_flow.Size = new System.Drawing.Size(1225, 28); + this.Status_control_flow.TabIndex = 1; + // + // btnCopyLogToClipboard + // + this.btnCopyLogToClipboard.AutoSize = true; + this.btnCopyLogToClipboard.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.btnCopyLogToClipboard.Location = new System.Drawing.Point(3, 3); + this.btnCopyLogToClipboard.Name = "btnCopyLogToClipboard"; + this.btnCopyLogToClipboard.Size = new System.Drawing.Size(125, 23); + this.btnCopyLogToClipboard.TabIndex = 0; + this.btnCopyLogToClipboard.Text = "Copy Log To Clipboard"; + this.btnCopyLogToClipboard.UseVisualStyleBackColor = true; + this.btnCopyLogToClipboard.Click += new System.EventHandler(this.btnCopyLogToClipboard_Click); // // Main // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.BackColor = System.Drawing.SystemColors.ControlLight; this.ClientSize = new System.Drawing.Size(1229, 712); this.Controls.Add(this.main_split); this.Controls.Add(this.mainmnu); this.Name = "Main"; this.Text = "Form1"; + this.main_split.Panel1.ResumeLayout(false); this.main_split.Panel2.ResumeLayout(false); - this.main_split.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.main_split)).EndInit(); this.main_split.ResumeLayout(false); this.mainmnu.ResumeLayout(false); this.mainmnu.PerformLayout(); + this.tabControl1.ResumeLayout(false); + this.Status_control_flow.ResumeLayout(false); + this.Status_control_flow.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); @@ -126,8 +185,12 @@ private System.Windows.Forms.MenuStrip mainmnu; private System.Windows.Forms.ToolStripMenuItem mnuFile; private System.Windows.Forms.ToolStripMenuItem mnuItemExit; - private System.Windows.Forms.RichTextBox txtStatus; - private System.Windows.Forms.ToolStrip StatusToolStrip; + private System.Windows.Forms.RichTextBox txtLog; + private System.Windows.Forms.TabControl tabControl1; + private System.Windows.Forms.TabPage MainTab; + private System.Windows.Forms.TabPage tabPage2; + private System.Windows.Forms.FlowLayoutPanel Status_control_flow; + private System.Windows.Forms.Button btnCopyLogToClipboard; } } |