ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/Main.Designer.cs
(Generate patch)

Comparing trunk/RomCheater/Main.Designer.cs (file contents):
Revision 15 by william, Wed May 9 06:22:05 2012 UTC vs.
Revision 16 by william, Wed May 9 06:28:44 2012 UTC

# Line 32 | Line 32
32              this.mainmnu = new System.Windows.Forms.MenuStrip();
33              this.mnuFile = new System.Windows.Forms.ToolStripMenuItem();
34              this.mnuItemExit = new System.Windows.Forms.ToolStripMenuItem();
35 <            this.txtStatus = new System.Windows.Forms.RichTextBox();
36 <            this.StatusToolStrip = new System.Windows.Forms.ToolStrip();
35 >            this.txtLog = new System.Windows.Forms.RichTextBox();
36 >            this.tabControl1 = new System.Windows.Forms.TabControl();
37 >            this.MainTab = new System.Windows.Forms.TabPage();
38 >            this.tabPage2 = new System.Windows.Forms.TabPage();
39 >            this.Status_control_flow = new System.Windows.Forms.FlowLayoutPanel();
40 >            this.btnCopyLogToClipboard = new System.Windows.Forms.Button();
41              ((System.ComponentModel.ISupportInitialize)(this.main_split)).BeginInit();
42 +            this.main_split.Panel1.SuspendLayout();
43              this.main_split.Panel2.SuspendLayout();
44              this.main_split.SuspendLayout();
45              this.mainmnu.SuspendLayout();
46 +            this.tabControl1.SuspendLayout();
47 +            this.Status_control_flow.SuspendLayout();
48              this.SuspendLayout();
49              //
50              // main_split
# Line 48 | Line 55
55              this.main_split.Name = "main_split";
56              this.main_split.Orientation = System.Windows.Forms.Orientation.Horizontal;
57              //
58 +            // main_split.Panel1
59 +            //
60 +            this.main_split.Panel1.Controls.Add(this.tabControl1);
61 +            //
62              // main_split.Panel2
63              //
64 <            this.main_split.Panel2.Controls.Add(this.txtStatus);
65 <            this.main_split.Panel2.Controls.Add(this.StatusToolStrip);
64 >            this.main_split.Panel2.Controls.Add(this.txtLog);
65 >            this.main_split.Panel2.Controls.Add(this.Status_control_flow);
66              this.main_split.Size = new System.Drawing.Size(1229, 688);
67 <            this.main_split.SplitterDistance = 461;
67 >            this.main_split.SplitterDistance = 534;
68              this.main_split.TabIndex = 0;
69              //
70              // mainmnu
# Line 81 | Line 92
92              this.mnuItemExit.Text = "&Exit";
93              this.mnuItemExit.Click += new System.EventHandler(this.mnuItemExit_Click);
94              //
95 <            // txtStatus
95 >            // txtLog
96              //
97 <            this.txtStatus.BackColor = System.Drawing.SystemColors.ControlLight;
98 <            this.txtStatus.Dock = System.Windows.Forms.DockStyle.Fill;
99 <            this.txtStatus.Location = new System.Drawing.Point(0, 25);
100 <            this.txtStatus.Name = "txtStatus";
101 <            this.txtStatus.ReadOnly = true;
102 <            this.txtStatus.Size = new System.Drawing.Size(1225, 194);
103 <            this.txtStatus.TabIndex = 0;
104 <            this.txtStatus.Text = "";
105 <            //
106 <            // StatusToolStrip
107 <            //
108 <            this.StatusToolStrip.Location = new System.Drawing.Point(0, 0);
109 <            this.StatusToolStrip.Name = "StatusToolStrip";
110 <            this.StatusToolStrip.Size = new System.Drawing.Size(1225, 25);
111 <            this.StatusToolStrip.TabIndex = 1;
112 <            this.StatusToolStrip.Text = "toolStrip1";
97 >            this.txtLog.BackColor = System.Drawing.SystemColors.ControlDark;
98 >            this.txtLog.Dock = System.Windows.Forms.DockStyle.Fill;
99 >            this.txtLog.Location = new System.Drawing.Point(0, 0);
100 >            this.txtLog.Name = "txtLog";
101 >            this.txtLog.ReadOnly = true;
102 >            this.txtLog.Size = new System.Drawing.Size(1225, 118);
103 >            this.txtLog.TabIndex = 0;
104 >            this.txtLog.Text = "";
105 >            //
106 >            // tabControl1
107 >            //
108 >            this.tabControl1.Controls.Add(this.MainTab);
109 >            this.tabControl1.Controls.Add(this.tabPage2);
110 >            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
111 >            this.tabControl1.Location = new System.Drawing.Point(0, 0);
112 >            this.tabControl1.Name = "tabControl1";
113 >            this.tabControl1.SelectedIndex = 0;
114 >            this.tabControl1.Size = new System.Drawing.Size(1225, 530);
115 >            this.tabControl1.TabIndex = 0;
116 >            //
117 >            // MainTab
118 >            //
119 >            this.MainTab.Location = new System.Drawing.Point(4, 22);
120 >            this.MainTab.Name = "MainTab";
121 >            this.MainTab.Padding = new System.Windows.Forms.Padding(3);
122 >            this.MainTab.Size = new System.Drawing.Size(1217, 504);
123 >            this.MainTab.TabIndex = 0;
124 >            this.MainTab.Text = "tabPage1";
125 >            this.MainTab.UseVisualStyleBackColor = true;
126 >            //
127 >            // tabPage2
128 >            //
129 >            this.tabPage2.Location = new System.Drawing.Point(4, 22);
130 >            this.tabPage2.Name = "tabPage2";
131 >            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
132 >            this.tabPage2.Size = new System.Drawing.Size(192, 74);
133 >            this.tabPage2.TabIndex = 1;
134 >            this.tabPage2.Text = "tabPage2";
135 >            this.tabPage2.UseVisualStyleBackColor = true;
136 >            //
137 >            // Status_control_flow
138 >            //
139 >            this.Status_control_flow.Controls.Add(this.btnCopyLogToClipboard);
140 >            this.Status_control_flow.Dock = System.Windows.Forms.DockStyle.Bottom;
141 >            this.Status_control_flow.Location = new System.Drawing.Point(0, 118);
142 >            this.Status_control_flow.Name = "Status_control_flow";
143 >            this.Status_control_flow.Size = new System.Drawing.Size(1225, 28);
144 >            this.Status_control_flow.TabIndex = 1;
145 >            //
146 >            // btnCopyLogToClipboard
147 >            //
148 >            this.btnCopyLogToClipboard.AutoSize = true;
149 >            this.btnCopyLogToClipboard.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
150 >            this.btnCopyLogToClipboard.Location = new System.Drawing.Point(3, 3);
151 >            this.btnCopyLogToClipboard.Name = "btnCopyLogToClipboard";
152 >            this.btnCopyLogToClipboard.Size = new System.Drawing.Size(125, 23);
153 >            this.btnCopyLogToClipboard.TabIndex = 0;
154 >            this.btnCopyLogToClipboard.Text = "Copy Log To Clipboard";
155 >            this.btnCopyLogToClipboard.UseVisualStyleBackColor = true;
156 >            this.btnCopyLogToClipboard.Click += new System.EventHandler(this.btnCopyLogToClipboard_Click);
157              //
158              // Main
159              //
160              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
161              this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
162 +            this.BackColor = System.Drawing.SystemColors.ControlLight;
163              this.ClientSize = new System.Drawing.Size(1229, 712);
164              this.Controls.Add(this.main_split);
165              this.Controls.Add(this.mainmnu);
166              this.Name = "Main";
167              this.Text = "Form1";
168 +            this.main_split.Panel1.ResumeLayout(false);
169              this.main_split.Panel2.ResumeLayout(false);
113            this.main_split.Panel2.PerformLayout();
170              ((System.ComponentModel.ISupportInitialize)(this.main_split)).EndInit();
171              this.main_split.ResumeLayout(false);
172              this.mainmnu.ResumeLayout(false);
173              this.mainmnu.PerformLayout();
174 +            this.tabControl1.ResumeLayout(false);
175 +            this.Status_control_flow.ResumeLayout(false);
176 +            this.Status_control_flow.PerformLayout();
177              this.ResumeLayout(false);
178              this.PerformLayout();
179  
# Line 126 | Line 185
185          private System.Windows.Forms.MenuStrip mainmnu;
186          private System.Windows.Forms.ToolStripMenuItem mnuFile;
187          private System.Windows.Forms.ToolStripMenuItem mnuItemExit;
188 <        private System.Windows.Forms.RichTextBox txtStatus;
189 <        private System.Windows.Forms.ToolStrip StatusToolStrip;
188 >        private System.Windows.Forms.RichTextBox txtLog;
189 >        private System.Windows.Forms.TabControl tabControl1;
190 >        private System.Windows.Forms.TabPage MainTab;
191 >        private System.Windows.Forms.TabPage tabPage2;
192 >        private System.Windows.Forms.FlowLayoutPanel Status_control_flow;
193 >        private System.Windows.Forms.Button btnCopyLogToClipboard;
194      }
195   }
196  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines