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 151 by william, Sun May 27 23:33:54 2012 UTC vs.
Revision 152 by william, Mon May 28 02:01:34 2012 UTC

# Line 53 | Line 53
53              this.mnuView = new System.Windows.Forms.ToolStripMenuItem();
54              this.mnuItemShowLogWindow = new System.Windows.Forms.ToolStripMenuItem();
55              this.mnuItemShowRamDumpDialog = new System.Windows.Forms.ToolStripMenuItem();
56 +            this.mnuItemShowPIDSelector = new System.Windows.Forms.ToolStripMenuItem();
57              this.mnuHelp = new System.Windows.Forms.ToolStripMenuItem();
58              this.mnuItemHelpAbout = new System.Windows.Forms.ToolStripMenuItem();
59              this.dockPanel = new WeifenLuo.WinFormsUI.Docking.DockPanel();
59            this.mnuItemShowPIDSelector = new System.Windows.Forms.ToolStripMenuItem();
60              this.mainmnu.SuspendLayout();
61              this.SuspendLayout();
62              //
# Line 86 | Line 86
86              // mnuItemOpenProcess
87              //
88              this.mnuItemOpenProcess.Name = "mnuItemOpenProcess";
89 <            this.mnuItemOpenProcess.Size = new System.Drawing.Size(152, 22);
89 >            this.mnuItemOpenProcess.Size = new System.Drawing.Size(146, 22);
90              this.mnuItemOpenProcess.Text = "&Open process";
91              this.mnuItemOpenProcess.Click += new System.EventHandler(this.mnuItemOpenProcess_Click);
92              //
93              // toolStripSeparator1
94              //
95              this.toolStripSeparator1.Name = "toolStripSeparator1";
96 <            this.toolStripSeparator1.Size = new System.Drawing.Size(149, 6);
96 >            this.toolStripSeparator1.Size = new System.Drawing.Size(143, 6);
97              //
98              // mnuItemExit
99              //
100              this.mnuItemExit.Name = "mnuItemExit";
101 <            this.mnuItemExit.Size = new System.Drawing.Size(152, 22);
101 >            this.mnuItemExit.Size = new System.Drawing.Size(146, 22);
102              this.mnuItemExit.Text = "&Exit";
103              this.mnuItemExit.Click += new System.EventHandler(this.mnuItemExit_Click);
104              //
# Line 113 | Line 113
113              // mnuItemConfig
114              //
115              this.mnuItemConfig.Name = "mnuItemConfig";
116 <            this.mnuItemConfig.Size = new System.Drawing.Size(152, 22);
116 >            this.mnuItemConfig.Size = new System.Drawing.Size(110, 22);
117              this.mnuItemConfig.Text = "&Config";
118              this.mnuItemConfig.Click += new System.EventHandler(this.mnuItemConfig_Click);
119              //
# Line 141 | Line 141
141              this.mnuItemShowRamDumpDialog.Text = "&Ram Dump Dialog";
142              this.mnuItemShowRamDumpDialog.Click += new System.EventHandler(this.mnuItemShowRamDumpDialog_Click);
143              //
144 +            // mnuItemShowPIDSelector
145 +            //
146 +            this.mnuItemShowPIDSelector.Name = "mnuItemShowPIDSelector";
147 +            this.mnuItemShowPIDSelector.Size = new System.Drawing.Size(185, 22);
148 +            this.mnuItemShowPIDSelector.Text = "&Show Process Selctor";
149 +            this.mnuItemShowPIDSelector.Click += new System.EventHandler(this.mnuItemShowPIDSelector_Click);
150 +            //
151              // mnuHelp
152              //
153              this.mnuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
# Line 214 | Line 221
221              this.dockPanel.Skin = dockPanelSkin1;
222              this.dockPanel.TabIndex = 3;
223              //
217            // mnuItemShowPIDSelector
218            //
219            this.mnuItemShowPIDSelector.Name = "mnuItemShowPIDSelector";
220            this.mnuItemShowPIDSelector.Size = new System.Drawing.Size(185, 22);
221            this.mnuItemShowPIDSelector.Text = "&Show Process Selctor";
222            this.mnuItemShowPIDSelector.Click += new System.EventHandler(this.mnuItemShowPIDSelector_Click);
223            //
224              // Main
225              //
226              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
# Line 231 | Line 231
231              this.Controls.Add(this.mainmnu);
232              this.Name = "Main";
233              this.Text = "Form1";
234 +            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
235              this.Load += new System.EventHandler(this.Main_Load);
236              this.Shown += new System.EventHandler(this.Main_Shown);
237              this.mainmnu.ResumeLayout(false);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines