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 146 by william, Fri May 11 12:14:10 2012 UTC vs.
Revision 147 by william, Sun May 27 23:05:18 2012 UTC

# Line 50 | Line 50
50              this.mnuItemExit = new System.Windows.Forms.ToolStripMenuItem();
51              this.mnuTools = new System.Windows.Forms.ToolStripMenuItem();
52              this.mnuItemConfig = new System.Windows.Forms.ToolStripMenuItem();
53            this.dockPanel = new WeifenLuo.WinFormsUI.Docking.DockPanel();
53              this.mnuView = new System.Windows.Forms.ToolStripMenuItem();
54              this.mnuItemShowLogWindow = new System.Windows.Forms.ToolStripMenuItem();
55 +            this.dockPanel = new WeifenLuo.WinFormsUI.Docking.DockPanel();
56 +            this.mnuHelp = new System.Windows.Forms.ToolStripMenuItem();
57 +            this.mnuItemHelpAbout = new System.Windows.Forms.ToolStripMenuItem();
58              this.mainmnu.SuspendLayout();
59              this.SuspendLayout();
60              //
# Line 61 | Line 63
63              this.mainmnu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
64              this.mnuFile,
65              this.mnuTools,
66 <            this.mnuView});
66 >            this.mnuView,
67 >            this.mnuHelp});
68              this.mainmnu.Location = new System.Drawing.Point(0, 0);
69              this.mainmnu.Name = "mainmnu";
70              this.mainmnu.Size = new System.Drawing.Size(1229, 24);
# Line 112 | Line 115
115              this.mnuItemConfig.Text = "&Config";
116              this.mnuItemConfig.Click += new System.EventHandler(this.mnuItemConfig_Click);
117              //
118 +            // mnuView
119 +            //
120 +            this.mnuView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
121 +            this.mnuItemShowLogWindow});
122 +            this.mnuView.Name = "mnuView";
123 +            this.mnuView.Size = new System.Drawing.Size(44, 20);
124 +            this.mnuView.Text = "&View";
125 +            //
126 +            // mnuItemShowLogWindow
127 +            //
128 +            this.mnuItemShowLogWindow.Name = "mnuItemShowLogWindow";
129 +            this.mnuItemShowLogWindow.Size = new System.Drawing.Size(173, 22);
130 +            this.mnuItemShowLogWindow.Text = "&Show Log Window";
131 +            this.mnuItemShowLogWindow.Click += new System.EventHandler(this.mnuItemShowLogWindow_Click);
132 +            //
133              // dockPanel
134              //
135              this.dockPanel.ActiveAutoHideContent = null;
# Line 170 | Line 188
188              this.dockPanel.Skin = dockPanelSkin1;
189              this.dockPanel.TabIndex = 3;
190              //
191 <            // mnuView
191 >            // mnuHelp
192              //
193 <            this.mnuView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
194 <            this.mnuItemShowLogWindow});
195 <            this.mnuView.Name = "mnuView";
196 <            this.mnuView.Size = new System.Drawing.Size(44, 20);
197 <            this.mnuView.Text = "&View";
198 <            //
199 <            // mnuItemShowLogWindow
200 <            //
201 <            this.mnuItemShowLogWindow.Name = "mnuItemShowLogWindow";
202 <            this.mnuItemShowLogWindow.Size = new System.Drawing.Size(173, 22);
203 <            this.mnuItemShowLogWindow.Text = "&Show Log Window";
204 <            this.mnuItemShowLogWindow.Click += new System.EventHandler(this.mnuItemShowLogWindow_Click);
193 >            this.mnuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
194 >            this.mnuItemHelpAbout});
195 >            this.mnuHelp.Name = "mnuHelp";
196 >            this.mnuHelp.Size = new System.Drawing.Size(44, 20);
197 >            this.mnuHelp.Text = "&Help";
198 >            //
199 >            // mnuItemHelpAbout
200 >            //
201 >            this.mnuItemHelpAbout.Name = "mnuItemHelpAbout";
202 >            this.mnuItemHelpAbout.Size = new System.Drawing.Size(152, 22);
203 >            this.mnuItemHelpAbout.Text = "&About";
204 >            this.mnuItemHelpAbout.Click += new System.EventHandler(this.mnuItemHelpAbout_Click);
205              //
206              // Main
207              //
# Line 216 | Line 234
234          private WeifenLuo.WinFormsUI.Docking.DockPanel dockPanel;
235          private System.Windows.Forms.ToolStripMenuItem mnuView;
236          private System.Windows.Forms.ToolStripMenuItem mnuItemShowLogWindow;
237 +        private System.Windows.Forms.ToolStripMenuItem mnuHelp;
238 +        private System.Windows.Forms.ToolStripMenuItem mnuItemHelpAbout;
239      }
240   }
241  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines