Moved Save/Load Named State menu items into Save & Load submenus
This commit is contained in:
parent
156c379855
commit
5c847f50cd
|
@ -76,8 +76,6 @@
|
|||
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.saveToCurrentSlotToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.loadCurrentSlotToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.saveNamedStateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.loadNamedStateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.screenshotF12ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
||||
|
@ -107,6 +105,10 @@
|
|||
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.helpToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.saveNamedStateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.loadNamedStateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.menuStrip1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
|
@ -135,8 +137,6 @@
|
|||
this.saveStateToolStripMenuItem,
|
||||
this.loadStateToolStripMenuItem,
|
||||
this.saveSlotToolStripMenuItem,
|
||||
this.saveNamedStateToolStripMenuItem,
|
||||
this.loadNamedStateToolStripMenuItem,
|
||||
this.toolStripMenuItem2,
|
||||
this.screenshotF12ToolStripMenuItem,
|
||||
this.toolStripSeparator4,
|
||||
|
@ -150,7 +150,7 @@
|
|||
//
|
||||
this.openROMToolStripMenuItem.Name = "openROMToolStripMenuItem";
|
||||
this.openROMToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
|
||||
this.openROMToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
|
||||
this.openROMToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
|
||||
this.openROMToolStripMenuItem.Text = "Open ROM";
|
||||
this.openROMToolStripMenuItem.Click += new System.EventHandler(this.openROMToolStripMenuItem_Click);
|
||||
//
|
||||
|
@ -162,7 +162,7 @@
|
|||
this.clearToolStripMenuItem,
|
||||
this.autoloadMostRecentToolStripMenuItem});
|
||||
this.recentROMToolStripMenuItem.Name = "recentROMToolStripMenuItem";
|
||||
this.recentROMToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
|
||||
this.recentROMToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
|
||||
this.recentROMToolStripMenuItem.Text = "Recent ROM";
|
||||
this.recentROMToolStripMenuItem.DropDownOpened += new System.EventHandler(this.recentROMToolStripMenuItem_DropDownOpened);
|
||||
//
|
||||
|
@ -194,14 +194,14 @@
|
|||
// closeROMToolStripMenuItem
|
||||
//
|
||||
this.closeROMToolStripMenuItem.Name = "closeROMToolStripMenuItem";
|
||||
this.closeROMToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
|
||||
this.closeROMToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
|
||||
this.closeROMToolStripMenuItem.Text = "&Close ROM";
|
||||
this.closeROMToolStripMenuItem.Click += new System.EventHandler(this.closeROMToolStripMenuItem_Click);
|
||||
//
|
||||
// toolStripMenuItem1
|
||||
//
|
||||
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
||||
this.toolStripMenuItem1.Size = new System.Drawing.Size(209, 6);
|
||||
this.toolStripMenuItem1.Size = new System.Drawing.Size(174, 6);
|
||||
//
|
||||
// saveStateToolStripMenuItem
|
||||
//
|
||||
|
@ -215,16 +215,18 @@
|
|||
this.savestate7toolStripMenuItem,
|
||||
this.savestate8toolStripMenuItem,
|
||||
this.savestate9toolStripMenuItem,
|
||||
this.savestate0toolStripMenuItem});
|
||||
this.savestate0toolStripMenuItem,
|
||||
this.toolStripSeparator6,
|
||||
this.saveNamedStateToolStripMenuItem});
|
||||
this.saveStateToolStripMenuItem.Name = "saveStateToolStripMenuItem";
|
||||
this.saveStateToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
|
||||
this.saveStateToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
|
||||
this.saveStateToolStripMenuItem.Text = "Save State";
|
||||
//
|
||||
// savestate1toolStripMenuItem
|
||||
//
|
||||
this.savestate1toolStripMenuItem.Name = "savestate1toolStripMenuItem";
|
||||
this.savestate1toolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.F1)));
|
||||
this.savestate1toolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
||||
this.savestate1toolStripMenuItem.Size = new System.Drawing.Size(212, 22);
|
||||
this.savestate1toolStripMenuItem.Text = "1";
|
||||
this.savestate1toolStripMenuItem.Click += new System.EventHandler(this.savestate1toolStripMenuItem_Click);
|
||||
//
|
||||
|
@ -232,7 +234,7 @@
|
|||
//
|
||||
this.savestate2toolStripMenuItem.Name = "savestate2toolStripMenuItem";
|
||||
this.savestate2toolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.F2)));
|
||||
this.savestate2toolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
||||
this.savestate2toolStripMenuItem.Size = new System.Drawing.Size(212, 22);
|
||||
this.savestate2toolStripMenuItem.Text = "2";
|
||||
this.savestate2toolStripMenuItem.Click += new System.EventHandler(this.savestate2toolStripMenuItem_Click);
|
||||
//
|
||||
|
@ -240,7 +242,7 @@
|
|||
//
|
||||
this.savestate3toolStripMenuItem.Name = "savestate3toolStripMenuItem";
|
||||
this.savestate3toolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.F3)));
|
||||
this.savestate3toolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
||||
this.savestate3toolStripMenuItem.Size = new System.Drawing.Size(212, 22);
|
||||
this.savestate3toolStripMenuItem.Text = "3";
|
||||
this.savestate3toolStripMenuItem.Click += new System.EventHandler(this.savestate3toolStripMenuItem_Click);
|
||||
//
|
||||
|
@ -248,7 +250,7 @@
|
|||
//
|
||||
this.savestate4toolStripMenuItem.Name = "savestate4toolStripMenuItem";
|
||||
this.savestate4toolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.F4)));
|
||||
this.savestate4toolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
||||
this.savestate4toolStripMenuItem.Size = new System.Drawing.Size(212, 22);
|
||||
this.savestate4toolStripMenuItem.Text = "4";
|
||||
this.savestate4toolStripMenuItem.Click += new System.EventHandler(this.savestate4toolStripMenuItem_Click);
|
||||
//
|
||||
|
@ -256,7 +258,7 @@
|
|||
//
|
||||
this.savestate5toolStripMenuItem.Name = "savestate5toolStripMenuItem";
|
||||
this.savestate5toolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.F5)));
|
||||
this.savestate5toolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
||||
this.savestate5toolStripMenuItem.Size = new System.Drawing.Size(212, 22);
|
||||
this.savestate5toolStripMenuItem.Text = "5";
|
||||
this.savestate5toolStripMenuItem.Click += new System.EventHandler(this.savestate5toolStripMenuItem_Click);
|
||||
//
|
||||
|
@ -264,7 +266,7 @@
|
|||
//
|
||||
this.savestate6toolStripMenuItem.Name = "savestate6toolStripMenuItem";
|
||||
this.savestate6toolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.F6)));
|
||||
this.savestate6toolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
||||
this.savestate6toolStripMenuItem.Size = new System.Drawing.Size(212, 22);
|
||||
this.savestate6toolStripMenuItem.Text = "6";
|
||||
this.savestate6toolStripMenuItem.Click += new System.EventHandler(this.savestate6toolStripMenuItem_Click);
|
||||
//
|
||||
|
@ -272,7 +274,7 @@
|
|||
//
|
||||
this.savestate7toolStripMenuItem.Name = "savestate7toolStripMenuItem";
|
||||
this.savestate7toolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.F7)));
|
||||
this.savestate7toolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
||||
this.savestate7toolStripMenuItem.Size = new System.Drawing.Size(212, 22);
|
||||
this.savestate7toolStripMenuItem.Text = "7";
|
||||
this.savestate7toolStripMenuItem.Click += new System.EventHandler(this.savestate7toolStripMenuItem_Click);
|
||||
//
|
||||
|
@ -280,7 +282,7 @@
|
|||
//
|
||||
this.savestate8toolStripMenuItem.Name = "savestate8toolStripMenuItem";
|
||||
this.savestate8toolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.F8)));
|
||||
this.savestate8toolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
||||
this.savestate8toolStripMenuItem.Size = new System.Drawing.Size(212, 22);
|
||||
this.savestate8toolStripMenuItem.Text = "8";
|
||||
this.savestate8toolStripMenuItem.Click += new System.EventHandler(this.savestate8toolStripMenuItem_Click);
|
||||
//
|
||||
|
@ -288,7 +290,7 @@
|
|||
//
|
||||
this.savestate9toolStripMenuItem.Name = "savestate9toolStripMenuItem";
|
||||
this.savestate9toolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.F9)));
|
||||
this.savestate9toolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
||||
this.savestate9toolStripMenuItem.Size = new System.Drawing.Size(212, 22);
|
||||
this.savestate9toolStripMenuItem.Text = "9";
|
||||
this.savestate9toolStripMenuItem.Click += new System.EventHandler(this.savestate9toolStripMenuItem_Click);
|
||||
//
|
||||
|
@ -296,7 +298,7 @@
|
|||
//
|
||||
this.savestate0toolStripMenuItem.Name = "savestate0toolStripMenuItem";
|
||||
this.savestate0toolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.F10)));
|
||||
this.savestate0toolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
||||
this.savestate0toolStripMenuItem.Size = new System.Drawing.Size(212, 22);
|
||||
this.savestate0toolStripMenuItem.Text = "0";
|
||||
this.savestate0toolStripMenuItem.Click += new System.EventHandler(this.savestate0toolStripMenuItem_Click);
|
||||
//
|
||||
|
@ -312,16 +314,18 @@
|
|||
this.loadstate7toolStripMenuItem,
|
||||
this.loadstate8toolStripMenuItem,
|
||||
this.loadstate9toolStripMenuItem,
|
||||
this.loadstate0toolStripMenuItem});
|
||||
this.loadstate0toolStripMenuItem,
|
||||
this.toolStripSeparator7,
|
||||
this.loadNamedStateToolStripMenuItem});
|
||||
this.loadStateToolStripMenuItem.Name = "loadStateToolStripMenuItem";
|
||||
this.loadStateToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
|
||||
this.loadStateToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
|
||||
this.loadStateToolStripMenuItem.Text = "Load State";
|
||||
//
|
||||
// loadstate1toolStripMenuItem
|
||||
//
|
||||
this.loadstate1toolStripMenuItem.Name = "loadstate1toolStripMenuItem";
|
||||
this.loadstate1toolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F1;
|
||||
this.loadstate1toolStripMenuItem.Size = new System.Drawing.Size(116, 22);
|
||||
this.loadstate1toolStripMenuItem.Size = new System.Drawing.Size(210, 22);
|
||||
this.loadstate1toolStripMenuItem.Text = "1";
|
||||
this.loadstate1toolStripMenuItem.Click += new System.EventHandler(this.loadstate1toolStripMenuItem_Click);
|
||||
//
|
||||
|
@ -329,7 +333,7 @@
|
|||
//
|
||||
this.loadstate2toolStripMenuItem.Name = "loadstate2toolStripMenuItem";
|
||||
this.loadstate2toolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F2;
|
||||
this.loadstate2toolStripMenuItem.Size = new System.Drawing.Size(116, 22);
|
||||
this.loadstate2toolStripMenuItem.Size = new System.Drawing.Size(210, 22);
|
||||
this.loadstate2toolStripMenuItem.Text = "2";
|
||||
this.loadstate2toolStripMenuItem.Click += new System.EventHandler(this.loadstate2toolStripMenuItem_Click);
|
||||
//
|
||||
|
@ -337,7 +341,7 @@
|
|||
//
|
||||
this.loadstate3toolStripMenuItem.Name = "loadstate3toolStripMenuItem";
|
||||
this.loadstate3toolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F3;
|
||||
this.loadstate3toolStripMenuItem.Size = new System.Drawing.Size(116, 22);
|
||||
this.loadstate3toolStripMenuItem.Size = new System.Drawing.Size(210, 22);
|
||||
this.loadstate3toolStripMenuItem.Text = "3";
|
||||
this.loadstate3toolStripMenuItem.Click += new System.EventHandler(this.loadstate3toolStripMenuItem_Click);
|
||||
//
|
||||
|
@ -345,7 +349,7 @@
|
|||
//
|
||||
this.loadstate4toolStripMenuItem.Name = "loadstate4toolStripMenuItem";
|
||||
this.loadstate4toolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F4;
|
||||
this.loadstate4toolStripMenuItem.Size = new System.Drawing.Size(116, 22);
|
||||
this.loadstate4toolStripMenuItem.Size = new System.Drawing.Size(210, 22);
|
||||
this.loadstate4toolStripMenuItem.Text = "4";
|
||||
this.loadstate4toolStripMenuItem.Click += new System.EventHandler(this.loadstate4toolStripMenuItem_Click);
|
||||
//
|
||||
|
@ -353,7 +357,7 @@
|
|||
//
|
||||
this.loadstate5toolStripMenuItem.Name = "loadstate5toolStripMenuItem";
|
||||
this.loadstate5toolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5;
|
||||
this.loadstate5toolStripMenuItem.Size = new System.Drawing.Size(116, 22);
|
||||
this.loadstate5toolStripMenuItem.Size = new System.Drawing.Size(210, 22);
|
||||
this.loadstate5toolStripMenuItem.Text = "5";
|
||||
this.loadstate5toolStripMenuItem.Click += new System.EventHandler(this.loadstate5toolStripMenuItem_Click);
|
||||
//
|
||||
|
@ -361,7 +365,7 @@
|
|||
//
|
||||
this.loadstate6toolStripMenuItem.Name = "loadstate6toolStripMenuItem";
|
||||
this.loadstate6toolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F6;
|
||||
this.loadstate6toolStripMenuItem.Size = new System.Drawing.Size(116, 22);
|
||||
this.loadstate6toolStripMenuItem.Size = new System.Drawing.Size(210, 22);
|
||||
this.loadstate6toolStripMenuItem.Text = "6";
|
||||
this.loadstate6toolStripMenuItem.Click += new System.EventHandler(this.loadstate6toolStripMenuItem_Click);
|
||||
//
|
||||
|
@ -369,7 +373,7 @@
|
|||
//
|
||||
this.loadstate7toolStripMenuItem.Name = "loadstate7toolStripMenuItem";
|
||||
this.loadstate7toolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F7;
|
||||
this.loadstate7toolStripMenuItem.Size = new System.Drawing.Size(116, 22);
|
||||
this.loadstate7toolStripMenuItem.Size = new System.Drawing.Size(210, 22);
|
||||
this.loadstate7toolStripMenuItem.Text = "7";
|
||||
this.loadstate7toolStripMenuItem.Click += new System.EventHandler(this.loadstate7toolStripMenuItem_Click);
|
||||
//
|
||||
|
@ -377,7 +381,7 @@
|
|||
//
|
||||
this.loadstate8toolStripMenuItem.Name = "loadstate8toolStripMenuItem";
|
||||
this.loadstate8toolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F8;
|
||||
this.loadstate8toolStripMenuItem.Size = new System.Drawing.Size(116, 22);
|
||||
this.loadstate8toolStripMenuItem.Size = new System.Drawing.Size(210, 22);
|
||||
this.loadstate8toolStripMenuItem.Text = "8";
|
||||
this.loadstate8toolStripMenuItem.Click += new System.EventHandler(this.loadstate8toolStripMenuItem_Click);
|
||||
//
|
||||
|
@ -385,7 +389,7 @@
|
|||
//
|
||||
this.loadstate9toolStripMenuItem.Name = "loadstate9toolStripMenuItem";
|
||||
this.loadstate9toolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F9;
|
||||
this.loadstate9toolStripMenuItem.Size = new System.Drawing.Size(116, 22);
|
||||
this.loadstate9toolStripMenuItem.Size = new System.Drawing.Size(210, 22);
|
||||
this.loadstate9toolStripMenuItem.Text = "9";
|
||||
this.loadstate9toolStripMenuItem.Click += new System.EventHandler(this.loadstate9toolStripMenuItem_Click);
|
||||
//
|
||||
|
@ -393,7 +397,7 @@
|
|||
//
|
||||
this.loadstate0toolStripMenuItem.Name = "loadstate0toolStripMenuItem";
|
||||
this.loadstate0toolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F10;
|
||||
this.loadstate0toolStripMenuItem.Size = new System.Drawing.Size(116, 22);
|
||||
this.loadstate0toolStripMenuItem.Size = new System.Drawing.Size(210, 22);
|
||||
this.loadstate0toolStripMenuItem.Text = "0";
|
||||
this.loadstate0toolStripMenuItem.Click += new System.EventHandler(this.loadstate0toolStripMenuItem_Click);
|
||||
//
|
||||
|
@ -416,7 +420,7 @@
|
|||
this.saveToCurrentSlotToolStripMenuItem,
|
||||
this.loadCurrentSlotToolStripMenuItem});
|
||||
this.saveSlotToolStripMenuItem.Name = "saveSlotToolStripMenuItem";
|
||||
this.saveSlotToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
|
||||
this.saveSlotToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
|
||||
this.saveSlotToolStripMenuItem.Text = "SaveSlot";
|
||||
//
|
||||
// selectSlot10ToolStripMenuItem
|
||||
|
@ -522,44 +526,29 @@
|
|||
this.loadCurrentSlotToolStripMenuItem.Text = "Load Current Slot";
|
||||
this.loadCurrentSlotToolStripMenuItem.Click += new System.EventHandler(this.loadCurrentSlotToolStripMenuItem_Click);
|
||||
//
|
||||
// saveNamedStateToolStripMenuItem
|
||||
//
|
||||
this.saveNamedStateToolStripMenuItem.Name = "saveNamedStateToolStripMenuItem";
|
||||
this.saveNamedStateToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
|
||||
this.saveNamedStateToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
|
||||
this.saveNamedStateToolStripMenuItem.Text = "Save Named State";
|
||||
this.saveNamedStateToolStripMenuItem.Click += new System.EventHandler(this.saveStateToolStripMenuItem_Click);
|
||||
//
|
||||
// loadNamedStateToolStripMenuItem
|
||||
//
|
||||
this.loadNamedStateToolStripMenuItem.Name = "loadNamedStateToolStripMenuItem";
|
||||
this.loadNamedStateToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L)));
|
||||
this.loadNamedStateToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
|
||||
this.loadNamedStateToolStripMenuItem.Text = "Load Named State";
|
||||
//
|
||||
// toolStripMenuItem2
|
||||
//
|
||||
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
|
||||
this.toolStripMenuItem2.Size = new System.Drawing.Size(209, 6);
|
||||
this.toolStripMenuItem2.Size = new System.Drawing.Size(174, 6);
|
||||
//
|
||||
// screenshotF12ToolStripMenuItem
|
||||
//
|
||||
this.screenshotF12ToolStripMenuItem.Name = "screenshotF12ToolStripMenuItem";
|
||||
this.screenshotF12ToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F12;
|
||||
this.screenshotF12ToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
|
||||
this.screenshotF12ToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
|
||||
this.screenshotF12ToolStripMenuItem.Text = "Screenshot";
|
||||
this.screenshotF12ToolStripMenuItem.Click += new System.EventHandler(this.screenshotF12ToolStripMenuItem_Click);
|
||||
//
|
||||
// toolStripSeparator4
|
||||
//
|
||||
this.toolStripSeparator4.Name = "toolStripSeparator4";
|
||||
this.toolStripSeparator4.Size = new System.Drawing.Size(209, 6);
|
||||
this.toolStripSeparator4.Size = new System.Drawing.Size(174, 6);
|
||||
//
|
||||
// exitToolStripMenuItem
|
||||
//
|
||||
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
|
||||
this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
|
||||
this.exitToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
|
||||
this.exitToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
|
||||
this.exitToolStripMenuItem.Text = "Exit";
|
||||
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
|
||||
//
|
||||
|
@ -706,14 +695,14 @@
|
|||
// rAMWatchToolStripMenuItem
|
||||
//
|
||||
this.rAMWatchToolStripMenuItem.Name = "rAMWatchToolStripMenuItem";
|
||||
this.rAMWatchToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
||||
this.rAMWatchToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
|
||||
this.rAMWatchToolStripMenuItem.Text = "RAM &Watch";
|
||||
this.rAMWatchToolStripMenuItem.Click += new System.EventHandler(this.RAMWatchToolStripMenuItem_Click);
|
||||
//
|
||||
// rAMSearchToolStripMenuItem
|
||||
//
|
||||
this.rAMSearchToolStripMenuItem.Name = "rAMSearchToolStripMenuItem";
|
||||
this.rAMSearchToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
||||
this.rAMSearchToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
|
||||
this.rAMSearchToolStripMenuItem.Text = "RAM &Search";
|
||||
this.rAMSearchToolStripMenuItem.Click += new System.EventHandler(this.rAMSearchToolStripMenuItem_Click);
|
||||
//
|
||||
|
@ -721,21 +710,21 @@
|
|||
//
|
||||
this.debuggerToolStripMenuItem.Enabled = false;
|
||||
this.debuggerToolStripMenuItem.Name = "debuggerToolStripMenuItem";
|
||||
this.debuggerToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
||||
this.debuggerToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
|
||||
this.debuggerToolStripMenuItem.Text = "&Debugger";
|
||||
//
|
||||
// hexEditorToolStripMenuItem
|
||||
//
|
||||
this.hexEditorToolStripMenuItem.Enabled = false;
|
||||
this.hexEditorToolStripMenuItem.Name = "hexEditorToolStripMenuItem";
|
||||
this.hexEditorToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
||||
this.hexEditorToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
|
||||
this.hexEditorToolStripMenuItem.Text = "&Hex Editor";
|
||||
//
|
||||
// luaConsoleToolStripMenuItem
|
||||
//
|
||||
this.luaConsoleToolStripMenuItem.Enabled = false;
|
||||
this.luaConsoleToolStripMenuItem.Name = "luaConsoleToolStripMenuItem";
|
||||
this.luaConsoleToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
||||
this.luaConsoleToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
|
||||
this.luaConsoleToolStripMenuItem.Text = "Lua Console";
|
||||
//
|
||||
// helpToolStripMenuItem
|
||||
|
@ -763,6 +752,30 @@
|
|||
this.aboutToolStripMenuItem.Text = "&About";
|
||||
this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
|
||||
//
|
||||
// saveNamedStateToolStripMenuItem
|
||||
//
|
||||
this.saveNamedStateToolStripMenuItem.Name = "saveNamedStateToolStripMenuItem";
|
||||
this.saveNamedStateToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
|
||||
this.saveNamedStateToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
|
||||
this.saveNamedStateToolStripMenuItem.Text = "Save Named State";
|
||||
//
|
||||
// toolStripSeparator6
|
||||
//
|
||||
this.toolStripSeparator6.Name = "toolStripSeparator6";
|
||||
this.toolStripSeparator6.Size = new System.Drawing.Size(209, 6);
|
||||
//
|
||||
// loadNamedStateToolStripMenuItem
|
||||
//
|
||||
this.loadNamedStateToolStripMenuItem.Name = "loadNamedStateToolStripMenuItem";
|
||||
this.loadNamedStateToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L)));
|
||||
this.loadNamedStateToolStripMenuItem.Size = new System.Drawing.Size(210, 22);
|
||||
this.loadNamedStateToolStripMenuItem.Text = "Load Named State";
|
||||
//
|
||||
// toolStripSeparator7
|
||||
//
|
||||
this.toolStripSeparator7.Name = "toolStripSeparator7";
|
||||
this.toolStripSeparator7.Size = new System.Drawing.Size(207, 6);
|
||||
//
|
||||
// MainForm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
|
@ -810,8 +823,6 @@
|
|||
private System.Windows.Forms.ToolStripMenuItem loadstate8toolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem loadstate9toolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem loadstate0toolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem saveNamedStateToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem loadNamedStateToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem emulationToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem configToolStripMenuItem;
|
||||
|
@ -861,6 +872,10 @@
|
|||
private System.Windows.Forms.ToolStripMenuItem saveToCurrentSlotToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem loadCurrentSlotToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem closeROMToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
|
||||
private System.Windows.Forms.ToolStripMenuItem saveNamedStateToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
|
||||
private System.Windows.Forms.ToolStripMenuItem loadNamedStateToolStripMenuItem;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue