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 68 by william, Wed May 9 16:14:39 2012 UTC vs.
Revision 69 by william, Wed May 9 16:45:44 2012 UTC

# Line 32 | Line 32
32              this.tabControl1 = new System.Windows.Forms.TabControl();
33              this.MainTab = new System.Windows.Forms.TabPage();
34              this.tabPage2 = new System.Windows.Forms.TabPage();
35 +            this.logwriter = new RomCheater.Logging.LogWriter();
36              this.mainmnu = new System.Windows.Forms.MenuStrip();
37              this.mnuFile = new System.Windows.Forms.ToolStripMenuItem();
38              this.mnuItemExit = new System.Windows.Forms.ToolStripMenuItem();
38            this.logwriter = new RomCheater.Logging.LogWriter();
39              this.mnuTools = new System.Windows.Forms.ToolStripMenuItem();
40              this.mnuItemConfig = new System.Windows.Forms.ToolStripMenuItem();
41 +            this.mnuItemOpenProcess = new System.Windows.Forms.ToolStripMenuItem();
42 +            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
43              ((System.ComponentModel.ISupportInitialize)(this.main_split)).BeginInit();
44              this.main_split.Panel1.SuspendLayout();
45              this.main_split.Panel2.SuspendLayout();
# Line 96 | Line 98
98              this.tabPage2.Text = "tabPage2";
99              this.tabPage2.UseVisualStyleBackColor = true;
100              //
101 +            // logwriter
102 +            //
103 +            this.logwriter.Dock = System.Windows.Forms.DockStyle.Fill;
104 +            this.logwriter.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
105 +            this.logwriter.Location = new System.Drawing.Point(0, 0);
106 +            this.logwriter.Margin = new System.Windows.Forms.Padding(0);
107 +            this.logwriter.Name = "logwriter";
108 +            this.logwriter.RedirectConsoleOutput = true;
109 +            this.logwriter.Size = new System.Drawing.Size(1225, 146);
110 +            this.logwriter.TabIndex = 2;
111 +            //
112              // mainmnu
113              //
114              this.mainmnu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
# Line 110 | Line 123
123              // mnuFile
124              //
125              this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
126 +            this.mnuItemOpenProcess,
127 +            this.toolStripSeparator1,
128              this.mnuItemExit});
129              this.mnuFile.Name = "mnuFile";
130              this.mnuFile.Size = new System.Drawing.Size(37, 20);
# Line 118 | Line 133
133              // mnuItemExit
134              //
135              this.mnuItemExit.Name = "mnuItemExit";
136 <            this.mnuItemExit.Size = new System.Drawing.Size(92, 22);
136 >            this.mnuItemExit.Size = new System.Drawing.Size(152, 22);
137              this.mnuItemExit.Text = "&Exit";
138              this.mnuItemExit.Click += new System.EventHandler(this.mnuItemExit_Click);
139              //
125            // logwriter
126            //
127            this.logwriter.Dock = System.Windows.Forms.DockStyle.Fill;
128            this.logwriter.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
129            this.logwriter.Location = new System.Drawing.Point(0, 0);
130            this.logwriter.Margin = new System.Windows.Forms.Padding(0);
131            this.logwriter.Name = "logwriter";
132            this.logwriter.RedirectConsoleOutput = true;
133            this.logwriter.Size = new System.Drawing.Size(1225, 146);
134            this.logwriter.TabIndex = 2;
135            //
140              // mnuTools
141              //
142              this.mnuTools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
# Line 148 | Line 152
152              this.mnuItemConfig.Text = "&Config";
153              this.mnuItemConfig.Click += new System.EventHandler(this.mnuItemConfig_Click);
154              //
155 +            // mnuItemOpenProcess
156 +            //
157 +            this.mnuItemOpenProcess.Name = "mnuItemOpenProcess";
158 +            this.mnuItemOpenProcess.Size = new System.Drawing.Size(152, 22);
159 +            this.mnuItemOpenProcess.Text = "&Open process";
160 +            this.mnuItemOpenProcess.Click += new System.EventHandler(this.mnuItemOpenProcess_Click);
161 +            //
162 +            // toolStripSeparator1
163 +            //
164 +            this.toolStripSeparator1.Name = "toolStripSeparator1";
165 +            this.toolStripSeparator1.Size = new System.Drawing.Size(149, 6);
166 +            //
167              // Main
168              //
169              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
# Line 183 | Line 199
199          private RomCheater.Logging.LogWriter logwriter;
200          private System.Windows.Forms.ToolStripMenuItem mnuTools;
201          private System.Windows.Forms.ToolStripMenuItem mnuItemConfig;
202 +        private System.Windows.Forms.ToolStripMenuItem mnuItemOpenProcess;
203 +        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
204      }
205   }
206  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines