Mud Designer:

- Deleted the Editors folder within the solution
 - Disabled the Edit Menu Item until it's menu items can be implemented
 - File->Exit now works
 - Help->About now works.
This commit is contained in:
Scionwest_cp 2010-01-09 18:19:14 -08:00
parent 774a5d9edd
commit 30a5ce61a3
4 changed files with 31 additions and 97 deletions

View file

@ -124,8 +124,9 @@
// mnuExit
//
this.mnuExit.Name = "mnuExit";
this.mnuExit.Size = new System.Drawing.Size(92, 22);
this.mnuExit.Size = new System.Drawing.Size(152, 22);
this.mnuExit.Text = "Exit";
this.mnuExit.Click += new System.EventHandler(this.mnuExit_Click);
//
// mnuEdit
//
@ -136,6 +137,7 @@
this.mnuSearch,
this.toolStripMenuItem4,
this.mnuPreferences});
this.mnuEdit.Enabled = false;
this.mnuEdit.Name = "mnuEdit";
this.mnuEdit.Size = new System.Drawing.Size(39, 20);
this.mnuEdit.Text = "Edit";
@ -380,8 +382,9 @@
// mnuAbout
//
this.mnuAbout.Name = "mnuAbout";
this.mnuAbout.Size = new System.Drawing.Size(107, 22);
this.mnuAbout.Size = new System.Drawing.Size(152, 22);
this.mnuAbout.Text = "About";
this.mnuAbout.Click += new System.EventHandler(this.mnuAbout_Click);
//
// containerMain
//