2013-11-03 03:54:37 +00:00
|
|
|
|
namespace BizHawk.Client.EmuHawk
|
2011-01-11 02:55:51 +00:00
|
|
|
|
{
|
2013-04-23 09:09:49 +00:00
|
|
|
|
partial class MainForm
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
2011-01-11 02:55:51 +00:00
|
|
|
|
|
2012-04-16 08:18:41 +00:00
|
|
|
|
|
2011-01-11 02:55:51 +00:00
|
|
|
|
|
2013-04-23 09:09:49 +00:00
|
|
|
|
#region Windows Form Designer generated code
|
2011-01-11 02:55:51 +00:00
|
|
|
|
|
2013-04-23 09:09:49 +00:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
|
|
|
|
|
this.MainformMenu = new MenuStripEx();
|
|
|
|
|
this.FileSubMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.OpenRomMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.RecentRomSubMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.CloseRomMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.SaveStateSubMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SaveState1MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SaveState2MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SaveState3MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SaveState4MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SaveState5MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SaveState6MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SaveState7MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SaveState8MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SaveState9MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SaveState0MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.SaveNamedStateMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.LoadStateSubMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.LoadState1MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.LoadState2MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.LoadState3MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.LoadState4MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.LoadState5MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.LoadState6MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.LoadState7MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.LoadState8MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.LoadState9MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.LoadState0MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.LoadNamedStateMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripSeparator21 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.AutoloadLastSlotMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SaveSlotSubMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SelectSlot0MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SelectSlot1MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SelectSlot2MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SelectSlot3MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SelectSlot4MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SelectSlot5MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SelectSlot6MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SelectSlot7MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SelectSlot8MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SelectSlot9MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.PreviousSlotMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.NextSlotMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.SaveToCurrentSlotMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.LoadCurrentSlotMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.MovieSubMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.ReadonlyMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripSeparator15 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.RecentMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripSeparator16 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.RecordMovieMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.PlayMovieMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.StopMovieMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.PlayFromBeginningMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.ImportMoviesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SaveMovieMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.StopMovieWithoutSavingMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripSeparator14 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.AutomaticallyBackupMoviesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.FullMovieLoadstatesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.AVSubMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.RecordAVMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.StopAVIMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripSeparator19 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.CaptureOSDMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.ScreenshotSubMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.ScreenshotMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.ScreenshotAsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.ScreenshotClipboardMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripSeparator20 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.ScreenshotCaptureOSDMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.ExitMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.EmulationSubMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.PauseMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.RebootCoreMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.SoftResetMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.HardResetMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.ViewSubMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.WindowSizeSubMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.x1MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.x2MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.x3MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.x4MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.x5MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.mzMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SwitchToFullscreenMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.DisplayFPSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.DisplayFrameCounterMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.DisplayLagCounterMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.DisplayInputMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.DisplayRerecordCountMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.DisplaySubtitlesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.DisplayStatusBarMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.DisplayLogWindowMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.ConfigSubMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.ControllersMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.HotkeysMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2014-02-08 16:40:15 +00:00
|
|
|
|
this.DisplayConfigMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SoundMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2014-02-08 16:40:15 +00:00
|
|
|
|
this.PathsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.FirmwaresMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.MessagesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.AutofireMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.RewindOptionsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2014-04-14 16:48:45 +00:00
|
|
|
|
this.extensionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2014-05-06 01:27:56 +00:00
|
|
|
|
this.ClientOptionsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.SpeedSkipSubMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.ClickThrottleMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.AudioThrottleMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.VsyncThrottleMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripSeparator27 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.VsyncEnabledMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.MinimizeSkippingMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.NeverSkipMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.Frameskip1MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.Frameskip2MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.Frameskip3MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.Frameskip4MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.Frameskip5MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.Frameskip6MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.Frameskip7MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.Frameskip8MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.Frameskip9MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.Speed50MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.Speed75MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.Speed100MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.Speed150MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.Speed200MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.KeyPrioritySubMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.BothHkAndControllerMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.InputOverHkMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.HkOverInputMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SavestateTypeSubMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SavestateTypeDefaultMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SavestateBinaryMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SavestateTextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2014-05-04 13:57:58 +00:00
|
|
|
|
this.CoresSubMenu = new System.Windows.Forms.ToolStripMenuItem();
|
2014-05-01 02:06:03 +00:00
|
|
|
|
this.GBInSGBMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.NesInQuickNESMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2014-05-04 13:57:58 +00:00
|
|
|
|
this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.N64VideoPluginSettingsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.SaveConfigMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.LoadConfigMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.ToolBoxMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.RamWatchMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.RamSearchMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.HexEditorMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.TraceLoggerMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.TAStudioMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.VirtualPadMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.CheatsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.LuaConsoleMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripSeparator29 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.CreateDualGbXmlMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2014-01-15 02:16:06 +00:00
|
|
|
|
this.batchRunnerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.NESSubMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.NESDebuggerMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.NESPPUViewerMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.NESNametableViewerMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.NESGameGenieCodesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripSeparator17 = new System.Windows.Forms.ToolStripSeparator();
|
2014-05-16 00:53:10 +00:00
|
|
|
|
this.NesControllerSettingsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.MovieSettingsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.NESGraphicSettingsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.NESSoundChannelsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2013-12-20 22:49:35 +00:00
|
|
|
|
this.FDSControlsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.FdsEjectDiskMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.PCESubMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.PCEBGViewerMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2014-02-08 23:02:47 +00:00
|
|
|
|
this.PCEtileViewerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2014-02-19 22:26:33 +00:00
|
|
|
|
this.codeDataLoggerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.toolStripSeparator25 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.PCEAlwaysPerformSpriteLimitMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.PCEAlwaysEqualizeVolumesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.PCEArcadeCardRewindEnableMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.PCEGraphicsSettingsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SMSSubMenu = new System.Windows.Forms.ToolStripMenuItem();
|
2014-03-22 05:57:27 +00:00
|
|
|
|
this.SMSregionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SMSregionExportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SMSregionJapanToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SMSregionAutoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SMSdisplayToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SMSdisplayNtscToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SMSdisplayPalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SMSdisplayAutoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2014-03-13 04:15:05 +00:00
|
|
|
|
this.SMStoolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.SMSenableBIOSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SMSEnableFMChipMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SMSOverclockMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SMSForceStereoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SMSSpriteLimitMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2014-03-05 02:20:22 +00:00
|
|
|
|
this.SMSFix3DGameDisplayToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.ShowClippedRegionsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.HighlightActiveDisplayRegionMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripSeparator24 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.SMSGraphicsSettingsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.GGGameGenieMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2014-02-10 01:06:06 +00:00
|
|
|
|
this.SMSVDPViewerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.TI83SubMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.KeypadMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.AutoloadKeypadMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.LoadTIFileMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.AtariSubMenu = new System.Windows.Forms.ToolStripMenuItem();
|
2014-04-22 02:38:02 +00:00
|
|
|
|
this.Atari2600DebuggerMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripSeparator31 = new System.Windows.Forms.ToolStripSeparator();
|
2013-12-24 20:50:53 +00:00
|
|
|
|
this.AtariSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.GBSubMenu = new System.Windows.Forms.ToolStripMenuItem();
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.GBcoreSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.LoadGBInSGBMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripSeparator28 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.GBGPUViewerMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.GBGameGenieMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.GBASubMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.GbaGpuViewerMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SNESSubMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SNESDisplayMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SnesBg1MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SnesBg2MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SnesBg3MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SnesBg4MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SnesObj1MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SnesObj2MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SnesObj3MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SnesObj4MenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripSeparator18 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.SnesGfxDebuggerMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SnesGBInSGBMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SnesGameGenieMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SnesOptionsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.ColecoSubMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.ColecoSkipBiosMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.N64SubMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.N64PluginSettingsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2014-05-10 13:49:00 +00:00
|
|
|
|
this.N64ControllerSettingsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SaturnSubMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SaturnPreferencesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2013-12-23 16:58:20 +00:00
|
|
|
|
this.DGBSubMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.DGBsettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2013-12-23 23:03:12 +00:00
|
|
|
|
this.GenesisSubMenu = new System.Windows.Forms.ToolStripMenuItem();
|
2014-03-05 02:20:22 +00:00
|
|
|
|
this.vDPViewerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2014-04-13 22:08:46 +00:00
|
|
|
|
this.toolStripSeparator26 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.GenesisSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.HelpSubMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.OnlineHelpMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.ForumsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.AboutMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.MainStatusBar = new System.Windows.Forms.StatusStrip();
|
|
|
|
|
this.DumpStatusButton = new System.Windows.Forms.ToolStripDropDownButton();
|
|
|
|
|
this.EmuStatus = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.PlayRecordStatusButton = new System.Windows.Forms.ToolStripDropDownButton();
|
|
|
|
|
this.PauseStatusButton = new System.Windows.Forms.ToolStripDropDownButton();
|
|
|
|
|
this.RebootStatusBarIcon = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.AVIStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.LedLightStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.SaveSlotsStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.Slot1StatusButton = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.Slot2StatusButton = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.Slot3StatusButton = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.Slot4StatusButton = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.Slot5StatusButton = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.Slot6StatusButton = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.Slot7StatusButton = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.Slot8StatusButton = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.Slot9StatusButton = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.Slot0StatusButton = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.CheatStatusButton = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.KeyPriorityStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
2014-04-27 02:26:03 +00:00
|
|
|
|
this.CoreNameStatusBarButton = new System.Windows.Forms.ToolStripStatusLabel();
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.MainFormContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
|
|
this.OpenRomContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.LoadLastRomContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.StopAVContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.ContextSeparator_AfterROM = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.RecordMovieContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.PlayMovieContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.RestartMovieContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.StopMovieContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.LoadLastMovieContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.BackupMovieContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.StopNoSaveContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.ViewSubtitlesContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.AddSubtitleContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.ViewCommentsContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SaveMovieContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.ContextSeparator_AfterMovie = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.UndoSavestateContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.ContextSeparator_AfterUndo = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.ConfigContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripMenuItem();
|
2014-04-27 02:26:03 +00:00
|
|
|
|
this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripMenuItem9 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripMenuItem10 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripMenuItem11 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripMenuItem12 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripMenuItem13 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripMenuItem14 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripMenuItem15 = new System.Windows.Forms.ToolStripMenuItem();
|
2014-05-10 02:03:23 +00:00
|
|
|
|
this.customizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2014-04-27 02:26:03 +00:00
|
|
|
|
this.toolStripSeparator30 = new System.Windows.Forms.ToolStripSeparator();
|
2014-05-01 02:06:03 +00:00
|
|
|
|
this.SavestateTypeContextSubMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SavestateTypeDefaultContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SavestateBinaryContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SavestateTextContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.CoreSelectionContextSubMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.GBInSGBContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.NesInQuickNESContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2014-04-27 02:26:03 +00:00
|
|
|
|
this.toolStripSeparator37 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.toolStripMenuItem66 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripMenuItem67 = new System.Windows.Forms.ToolStripMenuItem();
|
2014-05-01 02:06:03 +00:00
|
|
|
|
this.ScreenshotContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.CloseRomContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.ClearSRAMContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.ShowMenuContextMenuSeparator = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.ShowMenuContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2014-05-16 00:53:10 +00:00
|
|
|
|
this.toolStripSeparator22 = new System.Windows.Forms.ToolStripSeparator();
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.MainformMenu.SuspendLayout();
|
|
|
|
|
this.MainStatusBar.SuspendLayout();
|
|
|
|
|
this.MainFormContextMenu.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// MainformMenu
|
|
|
|
|
//
|
|
|
|
|
this.MainformMenu.ClickThrough = true;
|
|
|
|
|
this.MainformMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.FileSubMenu,
|
|
|
|
|
this.EmulationSubMenu,
|
|
|
|
|
this.ViewSubMenu,
|
|
|
|
|
this.ConfigSubMenu,
|
2013-04-24 20:41:23 +00:00
|
|
|
|
this.toolsToolStripMenuItem,
|
2013-10-27 13:53:28 +00:00
|
|
|
|
this.NESSubMenu,
|
|
|
|
|
this.PCESubMenu,
|
|
|
|
|
this.SMSSubMenu,
|
|
|
|
|
this.TI83SubMenu,
|
|
|
|
|
this.AtariSubMenu,
|
|
|
|
|
this.GBSubMenu,
|
|
|
|
|
this.GBASubMenu,
|
|
|
|
|
this.SNESSubMenu,
|
|
|
|
|
this.ColecoSubMenu,
|
|
|
|
|
this.N64SubMenu,
|
|
|
|
|
this.SaturnSubMenu,
|
2013-12-23 16:58:20 +00:00
|
|
|
|
this.DGBSubMenu,
|
2013-12-23 23:03:12 +00:00
|
|
|
|
this.GenesisSubMenu,
|
2013-10-27 13:53:28 +00:00
|
|
|
|
this.HelpSubMenu});
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.MainformMenu.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
|
|
|
|
|
this.MainformMenu.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.MainformMenu.Name = "MainformMenu";
|
2014-05-16 00:53:10 +00:00
|
|
|
|
this.MainformMenu.Size = new System.Drawing.Size(470, 42);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.MainformMenu.TabIndex = 0;
|
|
|
|
|
this.MainformMenu.Text = "menuStrip1";
|
|
|
|
|
this.MainformMenu.MenuActivate += new System.EventHandler(this.MainformMenu_MenuActivate);
|
|
|
|
|
this.MainformMenu.MenuDeactivate += new System.EventHandler(this.MainformMenu_MenuDeactivate);
|
|
|
|
|
this.MainformMenu.Leave += new System.EventHandler(this.MainformMenu_Leave);
|
|
|
|
|
//
|
|
|
|
|
// FileSubMenu
|
|
|
|
|
//
|
|
|
|
|
this.FileSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.OpenRomMenuItem,
|
|
|
|
|
this.RecentRomSubMenu,
|
|
|
|
|
this.CloseRomMenuItem,
|
2013-04-24 20:41:23 +00:00
|
|
|
|
this.toolStripMenuItem1,
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.SaveStateSubMenu,
|
|
|
|
|
this.LoadStateSubMenu,
|
|
|
|
|
this.SaveSlotSubMenu,
|
2013-04-24 20:41:23 +00:00
|
|
|
|
this.toolStripMenuItem2,
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.MovieSubMenu,
|
|
|
|
|
this.AVSubMenu,
|
|
|
|
|
this.ScreenshotSubMenu,
|
2013-04-24 20:41:23 +00:00
|
|
|
|
this.toolStripSeparator4,
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.ExitMenuItem});
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.FileSubMenu.Name = "FileSubMenu";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.FileSubMenu.Size = new System.Drawing.Size(37, 19);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.FileSubMenu.Text = "&File";
|
|
|
|
|
this.FileSubMenu.DropDownOpened += new System.EventHandler(this.FileSubMenu_DropDownOpened);
|
|
|
|
|
//
|
|
|
|
|
// OpenRomMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.OpenRomMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.OpenFile;
|
|
|
|
|
this.OpenRomMenuItem.Name = "OpenRomMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.OpenRomMenuItem.Size = new System.Drawing.Size(140, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.OpenRomMenuItem.Text = "Open ROM";
|
|
|
|
|
this.OpenRomMenuItem.Click += new System.EventHandler(this.OpenRomMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// RecentRomSubMenu
|
|
|
|
|
//
|
|
|
|
|
this.RecentRomSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2013-09-07 03:15:29 +00:00
|
|
|
|
this.toolStripSeparator3});
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.RecentRomSubMenu.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Recent;
|
|
|
|
|
this.RecentRomSubMenu.Name = "RecentRomSubMenu";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.RecentRomSubMenu.Size = new System.Drawing.Size(140, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.RecentRomSubMenu.Text = "Recent ROM";
|
|
|
|
|
this.RecentRomSubMenu.DropDownOpened += new System.EventHandler(this.RecentRomMenuItem_DropDownOpened);
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator3
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
|
|
|
|
this.toolStripSeparator3.Size = new System.Drawing.Size(57, 6);
|
|
|
|
|
//
|
|
|
|
|
// CloseRomMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.CloseRomMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Close;
|
|
|
|
|
this.CloseRomMenuItem.Name = "CloseRomMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.CloseRomMenuItem.Size = new System.Drawing.Size(140, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.CloseRomMenuItem.Text = "&Close ROM";
|
|
|
|
|
this.CloseRomMenuItem.Click += new System.EventHandler(this.CloseRomMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripMenuItem1
|
|
|
|
|
//
|
|
|
|
|
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripMenuItem1.Size = new System.Drawing.Size(137, 6);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// SaveStateSubMenu
|
|
|
|
|
//
|
|
|
|
|
this.SaveStateSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.SaveState1MenuItem,
|
|
|
|
|
this.SaveState2MenuItem,
|
|
|
|
|
this.SaveState3MenuItem,
|
|
|
|
|
this.SaveState4MenuItem,
|
|
|
|
|
this.SaveState5MenuItem,
|
|
|
|
|
this.SaveState6MenuItem,
|
|
|
|
|
this.SaveState7MenuItem,
|
|
|
|
|
this.SaveState8MenuItem,
|
|
|
|
|
this.SaveState9MenuItem,
|
|
|
|
|
this.SaveState0MenuItem,
|
2013-04-24 20:41:23 +00:00
|
|
|
|
this.toolStripSeparator6,
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.SaveNamedStateMenuItem});
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SaveStateSubMenu.Name = "SaveStateSubMenu";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SaveStateSubMenu.Size = new System.Drawing.Size(140, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SaveStateSubMenu.Text = "Save State";
|
|
|
|
|
this.SaveStateSubMenu.DropDownOpened += new System.EventHandler(this.SaveStateSubMenu_DropDownOpened);
|
|
|
|
|
//
|
|
|
|
|
// SaveState1MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SaveState1MenuItem.Name = "SaveState1MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SaveState1MenuItem.Size = new System.Drawing.Size(178, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SaveState1MenuItem.Text = "1";
|
|
|
|
|
this.SaveState1MenuItem.Click += new System.EventHandler(this.Savestate1MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// SaveState2MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SaveState2MenuItem.Name = "SaveState2MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SaveState2MenuItem.Size = new System.Drawing.Size(178, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SaveState2MenuItem.Text = "2";
|
|
|
|
|
this.SaveState2MenuItem.Click += new System.EventHandler(this.Savestate2MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// SaveState3MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SaveState3MenuItem.Name = "SaveState3MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SaveState3MenuItem.Size = new System.Drawing.Size(178, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SaveState3MenuItem.Text = "3";
|
|
|
|
|
this.SaveState3MenuItem.Click += new System.EventHandler(this.Savestate3MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// SaveState4MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SaveState4MenuItem.Name = "SaveState4MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SaveState4MenuItem.Size = new System.Drawing.Size(178, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SaveState4MenuItem.Text = "4";
|
|
|
|
|
this.SaveState4MenuItem.Click += new System.EventHandler(this.Savestate4MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// SaveState5MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SaveState5MenuItem.Name = "SaveState5MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SaveState5MenuItem.Size = new System.Drawing.Size(178, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SaveState5MenuItem.Text = "5";
|
|
|
|
|
this.SaveState5MenuItem.Click += new System.EventHandler(this.Savestate5MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// SaveState6MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SaveState6MenuItem.Name = "SaveState6MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SaveState6MenuItem.Size = new System.Drawing.Size(178, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SaveState6MenuItem.Text = "6";
|
|
|
|
|
this.SaveState6MenuItem.Click += new System.EventHandler(this.Savestate6MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// SaveState7MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SaveState7MenuItem.Name = "SaveState7MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SaveState7MenuItem.Size = new System.Drawing.Size(178, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SaveState7MenuItem.Text = "7";
|
|
|
|
|
this.SaveState7MenuItem.Click += new System.EventHandler(this.Savestate7MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// SaveState8MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SaveState8MenuItem.Name = "SaveState8MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SaveState8MenuItem.Size = new System.Drawing.Size(178, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SaveState8MenuItem.Text = "8";
|
|
|
|
|
this.SaveState8MenuItem.Click += new System.EventHandler(this.Savestate8MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// SaveState9MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SaveState9MenuItem.Name = "SaveState9MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SaveState9MenuItem.Size = new System.Drawing.Size(178, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SaveState9MenuItem.Text = "9";
|
|
|
|
|
this.SaveState9MenuItem.Click += new System.EventHandler(this.Savestate9MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// SaveState0MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SaveState0MenuItem.Name = "SaveState0MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SaveState0MenuItem.Size = new System.Drawing.Size(178, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SaveState0MenuItem.Text = "0";
|
|
|
|
|
this.SaveState0MenuItem.Click += new System.EventHandler(this.Savestate0MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator6
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator6.Name = "toolStripSeparator6";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripSeparator6.Size = new System.Drawing.Size(175, 6);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// SaveNamedStateMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SaveNamedStateMenuItem.Name = "SaveNamedStateMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SaveNamedStateMenuItem.Size = new System.Drawing.Size(178, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SaveNamedStateMenuItem.Text = "Save Named State...";
|
|
|
|
|
this.SaveNamedStateMenuItem.Click += new System.EventHandler(this.SaveNamedStateMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// LoadStateSubMenu
|
|
|
|
|
//
|
|
|
|
|
this.LoadStateSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.LoadState1MenuItem,
|
|
|
|
|
this.LoadState2MenuItem,
|
|
|
|
|
this.LoadState3MenuItem,
|
|
|
|
|
this.LoadState4MenuItem,
|
|
|
|
|
this.LoadState5MenuItem,
|
|
|
|
|
this.LoadState6MenuItem,
|
|
|
|
|
this.LoadState7MenuItem,
|
|
|
|
|
this.LoadState8MenuItem,
|
|
|
|
|
this.LoadState9MenuItem,
|
|
|
|
|
this.LoadState0MenuItem,
|
2013-04-24 20:41:23 +00:00
|
|
|
|
this.toolStripSeparator7,
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.LoadNamedStateMenuItem,
|
2013-04-24 20:41:23 +00:00
|
|
|
|
this.toolStripSeparator21,
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.AutoloadLastSlotMenuItem});
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.LoadStateSubMenu.Name = "LoadStateSubMenu";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.LoadStateSubMenu.Size = new System.Drawing.Size(140, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.LoadStateSubMenu.Text = "Load State";
|
|
|
|
|
this.LoadStateSubMenu.DropDownOpened += new System.EventHandler(this.LoadStateSubMenu_DropDownOpened);
|
|
|
|
|
//
|
|
|
|
|
// LoadState1MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.LoadState1MenuItem.Name = "LoadState1MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.LoadState1MenuItem.Size = new System.Drawing.Size(180, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.LoadState1MenuItem.Text = "1";
|
|
|
|
|
this.LoadState1MenuItem.Click += new System.EventHandler(this.Loadstate1MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// LoadState2MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.LoadState2MenuItem.Name = "LoadState2MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.LoadState2MenuItem.Size = new System.Drawing.Size(180, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.LoadState2MenuItem.Text = "2";
|
|
|
|
|
this.LoadState2MenuItem.Click += new System.EventHandler(this.Loadstate2MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// LoadState3MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.LoadState3MenuItem.Name = "LoadState3MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.LoadState3MenuItem.Size = new System.Drawing.Size(180, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.LoadState3MenuItem.Text = "3";
|
|
|
|
|
this.LoadState3MenuItem.Click += new System.EventHandler(this.Loadstate3MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// LoadState4MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.LoadState4MenuItem.Name = "LoadState4MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.LoadState4MenuItem.Size = new System.Drawing.Size(180, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.LoadState4MenuItem.Text = "4";
|
|
|
|
|
this.LoadState4MenuItem.Click += new System.EventHandler(this.Loadstate4MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// LoadState5MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.LoadState5MenuItem.Name = "LoadState5MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.LoadState5MenuItem.Size = new System.Drawing.Size(180, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.LoadState5MenuItem.Text = "5";
|
|
|
|
|
this.LoadState5MenuItem.Click += new System.EventHandler(this.Loadstate5MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// LoadState6MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.LoadState6MenuItem.Name = "LoadState6MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.LoadState6MenuItem.Size = new System.Drawing.Size(180, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.LoadState6MenuItem.Text = "6";
|
|
|
|
|
this.LoadState6MenuItem.Click += new System.EventHandler(this.Loadstate6MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// LoadState7MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.LoadState7MenuItem.Name = "LoadState7MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.LoadState7MenuItem.Size = new System.Drawing.Size(180, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.LoadState7MenuItem.Text = "7";
|
|
|
|
|
this.LoadState7MenuItem.Click += new System.EventHandler(this.Loadstate7MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// LoadState8MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.LoadState8MenuItem.Name = "LoadState8MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.LoadState8MenuItem.Size = new System.Drawing.Size(180, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.LoadState8MenuItem.Text = "8";
|
|
|
|
|
this.LoadState8MenuItem.Click += new System.EventHandler(this.Loadstate8MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// LoadState9MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.LoadState9MenuItem.Name = "LoadState9MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.LoadState9MenuItem.Size = new System.Drawing.Size(180, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.LoadState9MenuItem.Text = "9";
|
|
|
|
|
this.LoadState9MenuItem.Click += new System.EventHandler(this.Loadstate9MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// LoadState0MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.LoadState0MenuItem.Name = "LoadState0MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.LoadState0MenuItem.Size = new System.Drawing.Size(180, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.LoadState0MenuItem.Text = "0";
|
|
|
|
|
this.LoadState0MenuItem.Click += new System.EventHandler(this.Loadstate0MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator7
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator7.Name = "toolStripSeparator7";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripSeparator7.Size = new System.Drawing.Size(177, 6);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// LoadNamedStateMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.LoadNamedStateMenuItem.Name = "LoadNamedStateMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.LoadNamedStateMenuItem.Size = new System.Drawing.Size(180, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.LoadNamedStateMenuItem.Text = "Load Named State...";
|
|
|
|
|
this.LoadNamedStateMenuItem.Click += new System.EventHandler(this.LoadNamedStateMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator21
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator21.Name = "toolStripSeparator21";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripSeparator21.Size = new System.Drawing.Size(177, 6);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// AutoloadLastSlotMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.AutoloadLastSlotMenuItem.Name = "AutoloadLastSlotMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.AutoloadLastSlotMenuItem.Size = new System.Drawing.Size(180, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.AutoloadLastSlotMenuItem.Text = "Autoload last Slot";
|
|
|
|
|
this.AutoloadLastSlotMenuItem.Click += new System.EventHandler(this.AutoloadLastSlotMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// SaveSlotSubMenu
|
|
|
|
|
//
|
|
|
|
|
this.SaveSlotSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.SelectSlot0MenuItem,
|
|
|
|
|
this.SelectSlot1MenuItem,
|
|
|
|
|
this.SelectSlot2MenuItem,
|
|
|
|
|
this.SelectSlot3MenuItem,
|
|
|
|
|
this.SelectSlot4MenuItem,
|
|
|
|
|
this.SelectSlot5MenuItem,
|
|
|
|
|
this.SelectSlot6MenuItem,
|
|
|
|
|
this.SelectSlot7MenuItem,
|
|
|
|
|
this.SelectSlot8MenuItem,
|
|
|
|
|
this.SelectSlot9MenuItem,
|
|
|
|
|
this.PreviousSlotMenuItem,
|
|
|
|
|
this.NextSlotMenuItem,
|
2013-04-24 20:41:23 +00:00
|
|
|
|
this.toolStripSeparator5,
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.SaveToCurrentSlotMenuItem,
|
|
|
|
|
this.LoadCurrentSlotMenuItem});
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SaveSlotSubMenu.Name = "SaveSlotSubMenu";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SaveSlotSubMenu.Size = new System.Drawing.Size(140, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SaveSlotSubMenu.Text = "SaveSlot";
|
|
|
|
|
this.SaveSlotSubMenu.DropDownOpened += new System.EventHandler(this.SaveSlotSubMenu_DropDownOpened);
|
|
|
|
|
//
|
|
|
|
|
// SelectSlot0MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SelectSlot0MenuItem.Name = "SelectSlot0MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SelectSlot0MenuItem.Size = new System.Drawing.Size(178, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SelectSlot0MenuItem.Text = "Select Slot 0";
|
|
|
|
|
this.SelectSlot0MenuItem.Click += new System.EventHandler(this.SelectSlotMenuItems_Click);
|
|
|
|
|
//
|
|
|
|
|
// SelectSlot1MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SelectSlot1MenuItem.Name = "SelectSlot1MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SelectSlot1MenuItem.Size = new System.Drawing.Size(178, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SelectSlot1MenuItem.Text = "Select Slot 1";
|
|
|
|
|
this.SelectSlot1MenuItem.Click += new System.EventHandler(this.SelectSlotMenuItems_Click);
|
|
|
|
|
//
|
|
|
|
|
// SelectSlot2MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SelectSlot2MenuItem.Name = "SelectSlot2MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SelectSlot2MenuItem.Size = new System.Drawing.Size(178, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SelectSlot2MenuItem.Text = "Select Slot 2";
|
|
|
|
|
this.SelectSlot2MenuItem.Click += new System.EventHandler(this.SelectSlotMenuItems_Click);
|
|
|
|
|
//
|
|
|
|
|
// SelectSlot3MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SelectSlot3MenuItem.Name = "SelectSlot3MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SelectSlot3MenuItem.Size = new System.Drawing.Size(178, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SelectSlot3MenuItem.Text = "Select Slot 3";
|
|
|
|
|
this.SelectSlot3MenuItem.Click += new System.EventHandler(this.SelectSlotMenuItems_Click);
|
|
|
|
|
//
|
|
|
|
|
// SelectSlot4MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SelectSlot4MenuItem.Name = "SelectSlot4MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SelectSlot4MenuItem.Size = new System.Drawing.Size(178, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SelectSlot4MenuItem.Text = "Select Slot 4";
|
|
|
|
|
this.SelectSlot4MenuItem.Click += new System.EventHandler(this.SelectSlotMenuItems_Click);
|
|
|
|
|
//
|
|
|
|
|
// SelectSlot5MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SelectSlot5MenuItem.Name = "SelectSlot5MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SelectSlot5MenuItem.Size = new System.Drawing.Size(178, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SelectSlot5MenuItem.Text = "Select Slot 5";
|
|
|
|
|
this.SelectSlot5MenuItem.Click += new System.EventHandler(this.SelectSlotMenuItems_Click);
|
|
|
|
|
//
|
|
|
|
|
// SelectSlot6MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SelectSlot6MenuItem.Name = "SelectSlot6MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SelectSlot6MenuItem.Size = new System.Drawing.Size(178, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SelectSlot6MenuItem.Text = "Select Slot 6";
|
|
|
|
|
this.SelectSlot6MenuItem.Click += new System.EventHandler(this.SelectSlotMenuItems_Click);
|
|
|
|
|
//
|
|
|
|
|
// SelectSlot7MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SelectSlot7MenuItem.Name = "SelectSlot7MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SelectSlot7MenuItem.Size = new System.Drawing.Size(178, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SelectSlot7MenuItem.Text = "Select Slot 7";
|
|
|
|
|
this.SelectSlot7MenuItem.Click += new System.EventHandler(this.SelectSlotMenuItems_Click);
|
|
|
|
|
//
|
|
|
|
|
// SelectSlot8MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SelectSlot8MenuItem.Name = "SelectSlot8MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SelectSlot8MenuItem.Size = new System.Drawing.Size(178, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SelectSlot8MenuItem.Text = "Select Slot 8";
|
|
|
|
|
this.SelectSlot8MenuItem.Click += new System.EventHandler(this.SelectSlotMenuItems_Click);
|
|
|
|
|
//
|
|
|
|
|
// SelectSlot9MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SelectSlot9MenuItem.Name = "SelectSlot9MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SelectSlot9MenuItem.Size = new System.Drawing.Size(178, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SelectSlot9MenuItem.Text = "Select Slot 9";
|
|
|
|
|
this.SelectSlot9MenuItem.Click += new System.EventHandler(this.SelectSlotMenuItems_Click);
|
|
|
|
|
//
|
|
|
|
|
// PreviousSlotMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.PreviousSlotMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.MoveLeft;
|
|
|
|
|
this.PreviousSlotMenuItem.Name = "PreviousSlotMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.PreviousSlotMenuItem.Size = new System.Drawing.Size(178, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.PreviousSlotMenuItem.Text = "Previous Slot";
|
|
|
|
|
this.PreviousSlotMenuItem.Click += new System.EventHandler(this.PreviousSlotMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// NextSlotMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.NextSlotMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.MoveRight;
|
|
|
|
|
this.NextSlotMenuItem.Name = "NextSlotMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.NextSlotMenuItem.Size = new System.Drawing.Size(178, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.NextSlotMenuItem.Text = "Next Slot";
|
|
|
|
|
this.NextSlotMenuItem.Click += new System.EventHandler(this.NextSlotMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator5
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator5.Name = "toolStripSeparator5";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripSeparator5.Size = new System.Drawing.Size(175, 6);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// SaveToCurrentSlotMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SaveToCurrentSlotMenuItem.Name = "SaveToCurrentSlotMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SaveToCurrentSlotMenuItem.Size = new System.Drawing.Size(178, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SaveToCurrentSlotMenuItem.Text = "Save to Current Slot";
|
|
|
|
|
this.SaveToCurrentSlotMenuItem.Click += new System.EventHandler(this.SaveToCurrentSlotMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// LoadCurrentSlotMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.LoadCurrentSlotMenuItem.Name = "LoadCurrentSlotMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.LoadCurrentSlotMenuItem.Size = new System.Drawing.Size(178, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.LoadCurrentSlotMenuItem.Text = "Load Current Slot";
|
|
|
|
|
this.LoadCurrentSlotMenuItem.Click += new System.EventHandler(this.LoadCurrentSlotMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripMenuItem2
|
|
|
|
|
//
|
|
|
|
|
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripMenuItem2.Size = new System.Drawing.Size(137, 6);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// MovieSubMenu
|
|
|
|
|
//
|
|
|
|
|
this.MovieSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.ReadonlyMenuItem,
|
2013-04-24 20:41:23 +00:00
|
|
|
|
this.toolStripSeparator15,
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.RecentMenuItem,
|
|
|
|
|
this.RecordMovieMenuItem,
|
|
|
|
|
this.PlayMovieMenuItem,
|
|
|
|
|
this.StopMovieMenuItem,
|
|
|
|
|
this.PlayFromBeginningMenuItem,
|
|
|
|
|
this.ImportMoviesMenuItem,
|
|
|
|
|
this.SaveMovieMenuItem,
|
|
|
|
|
this.StopMovieWithoutSavingMenuItem,
|
2013-04-24 20:41:23 +00:00
|
|
|
|
this.toolStripSeparator14,
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.AutomaticallyBackupMoviesMenuItem,
|
|
|
|
|
this.FullMovieLoadstatesMenuItem});
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.MovieSubMenu.Name = "MovieSubMenu";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.MovieSubMenu.Size = new System.Drawing.Size(140, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.MovieSubMenu.Text = "Movie";
|
|
|
|
|
this.MovieSubMenu.DropDownOpened += new System.EventHandler(this.MovieSubMenu_DropDownOpened);
|
|
|
|
|
//
|
|
|
|
|
// ReadonlyMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.ReadonlyMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.ReadOnly;
|
|
|
|
|
this.ReadonlyMenuItem.Name = "ReadonlyMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.ReadonlyMenuItem.Size = new System.Drawing.Size(231, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.ReadonlyMenuItem.Text = "Read-only";
|
|
|
|
|
this.ReadonlyMenuItem.Click += new System.EventHandler(this.ReadonlyMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator15
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator15.Name = "toolStripSeparator15";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripSeparator15.Size = new System.Drawing.Size(228, 6);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// RecentMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.RecentMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2013-09-07 03:15:29 +00:00
|
|
|
|
this.toolStripSeparator16});
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.RecentMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Recent;
|
|
|
|
|
this.RecentMenuItem.Name = "RecentMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.RecentMenuItem.Size = new System.Drawing.Size(231, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.RecentMenuItem.Text = "Recent";
|
|
|
|
|
this.RecentMenuItem.DropDownOpened += new System.EventHandler(this.RecentMovieSubMenu_DropDownOpened);
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator16
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator16.Name = "toolStripSeparator16";
|
|
|
|
|
this.toolStripSeparator16.Size = new System.Drawing.Size(57, 6);
|
|
|
|
|
//
|
|
|
|
|
// RecordMovieMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.RecordMovieMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.RecordHS;
|
|
|
|
|
this.RecordMovieMenuItem.Name = "RecordMovieMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.RecordMovieMenuItem.Size = new System.Drawing.Size(231, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.RecordMovieMenuItem.Text = "&Record Movie...";
|
|
|
|
|
this.RecordMovieMenuItem.Click += new System.EventHandler(this.RecordMovieMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// PlayMovieMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.PlayMovieMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Play;
|
|
|
|
|
this.PlayMovieMenuItem.Name = "PlayMovieMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.PlayMovieMenuItem.Size = new System.Drawing.Size(231, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.PlayMovieMenuItem.Text = "&Play Movie...";
|
|
|
|
|
this.PlayMovieMenuItem.Click += new System.EventHandler(this.PlayMovieMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// StopMovieMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.StopMovieMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Stop;
|
|
|
|
|
this.StopMovieMenuItem.Name = "StopMovieMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.StopMovieMenuItem.Size = new System.Drawing.Size(231, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.StopMovieMenuItem.Text = "Stop Movie";
|
|
|
|
|
this.StopMovieMenuItem.Click += new System.EventHandler(this.StopMovieMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// PlayFromBeginningMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.PlayFromBeginningMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.restart;
|
|
|
|
|
this.PlayFromBeginningMenuItem.Name = "PlayFromBeginningMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.PlayFromBeginningMenuItem.Size = new System.Drawing.Size(231, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.PlayFromBeginningMenuItem.Text = "Play from Beginning";
|
|
|
|
|
this.PlayFromBeginningMenuItem.Click += new System.EventHandler(this.PlayFromBeginningMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// ImportMoviesMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.ImportMoviesMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Import;
|
|
|
|
|
this.ImportMoviesMenuItem.Name = "ImportMoviesMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.ImportMoviesMenuItem.Size = new System.Drawing.Size(231, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.ImportMoviesMenuItem.Text = "Import Movies...";
|
|
|
|
|
this.ImportMoviesMenuItem.Click += new System.EventHandler(this.ImportMovieMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// SaveMovieMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SaveMovieMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.SaveAs;
|
|
|
|
|
this.SaveMovieMenuItem.Name = "SaveMovieMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SaveMovieMenuItem.Size = new System.Drawing.Size(231, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SaveMovieMenuItem.Text = "&Save Movie";
|
|
|
|
|
this.SaveMovieMenuItem.Click += new System.EventHandler(this.SaveMovieMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// StopMovieWithoutSavingMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.StopMovieWithoutSavingMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Stop;
|
|
|
|
|
this.StopMovieWithoutSavingMenuItem.Name = "StopMovieWithoutSavingMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.StopMovieWithoutSavingMenuItem.Size = new System.Drawing.Size(231, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.StopMovieWithoutSavingMenuItem.Text = "Stop Movie without Saving";
|
|
|
|
|
this.StopMovieWithoutSavingMenuItem.Click += new System.EventHandler(this.StopMovieWithoutSavingMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator14
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator14.Name = "toolStripSeparator14";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripSeparator14.Size = new System.Drawing.Size(228, 6);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// AutomaticallyBackupMoviesMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.AutomaticallyBackupMoviesMenuItem.Name = "AutomaticallyBackupMoviesMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.AutomaticallyBackupMoviesMenuItem.Size = new System.Drawing.Size(231, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.AutomaticallyBackupMoviesMenuItem.Text = "Automatically Backup Movies";
|
|
|
|
|
this.AutomaticallyBackupMoviesMenuItem.Click += new System.EventHandler(this.AutomaticMovieBackupMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// FullMovieLoadstatesMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.FullMovieLoadstatesMenuItem.Name = "FullMovieLoadstatesMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.FullMovieLoadstatesMenuItem.Size = new System.Drawing.Size(231, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.FullMovieLoadstatesMenuItem.Text = "Full Movie Loadstates";
|
|
|
|
|
this.FullMovieLoadstatesMenuItem.Click += new System.EventHandler(this.FullMovieLoadstatesMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// AVSubMenu
|
|
|
|
|
//
|
|
|
|
|
this.AVSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.RecordAVMenuItem,
|
|
|
|
|
this.StopAVIMenuItem,
|
2013-04-24 20:41:23 +00:00
|
|
|
|
this.toolStripSeparator19,
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.CaptureOSDMenuItem});
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.AVSubMenu.Name = "AVSubMenu";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.AVSubMenu.Size = new System.Drawing.Size(140, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.AVSubMenu.Text = "AVI/WAV";
|
|
|
|
|
this.AVSubMenu.DropDownOpened += new System.EventHandler(this.AVSubMenu_DropDownOpened);
|
|
|
|
|
//
|
|
|
|
|
// RecordAVMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.RecordAVMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.AVI;
|
|
|
|
|
this.RecordAVMenuItem.Name = "RecordAVMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.RecordAVMenuItem.Size = new System.Drawing.Size(163, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.RecordAVMenuItem.Text = "Record AVI/WAV";
|
|
|
|
|
this.RecordAVMenuItem.Click += new System.EventHandler(this.RecordAVMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// StopAVIMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.StopAVIMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Stop;
|
|
|
|
|
this.StopAVIMenuItem.Name = "StopAVIMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.StopAVIMenuItem.Size = new System.Drawing.Size(163, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.StopAVIMenuItem.Text = "Stop AVI/WAV";
|
|
|
|
|
this.StopAVIMenuItem.Click += new System.EventHandler(this.StopAVMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator19
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator19.Name = "toolStripSeparator19";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripSeparator19.Size = new System.Drawing.Size(160, 6);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// CaptureOSDMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.CaptureOSDMenuItem.Name = "CaptureOSDMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.CaptureOSDMenuItem.Size = new System.Drawing.Size(163, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.CaptureOSDMenuItem.Text = "Capture OSD";
|
|
|
|
|
this.CaptureOSDMenuItem.Click += new System.EventHandler(this.CaptureOSDMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// ScreenshotSubMenu
|
|
|
|
|
//
|
|
|
|
|
this.ScreenshotSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.ScreenshotMenuItem,
|
|
|
|
|
this.ScreenshotAsMenuItem,
|
|
|
|
|
this.ScreenshotClipboardMenuItem,
|
2013-04-24 20:41:23 +00:00
|
|
|
|
this.toolStripSeparator20,
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.ScreenshotCaptureOSDMenuItem1});
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.ScreenshotSubMenu.Name = "ScreenshotSubMenu";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.ScreenshotSubMenu.Size = new System.Drawing.Size(140, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.ScreenshotSubMenu.Text = "Screenshot";
|
|
|
|
|
this.ScreenshotSubMenu.DropDownOpening += new System.EventHandler(this.ScreenshotSubMenu_DropDownOpening);
|
|
|
|
|
//
|
|
|
|
|
// ScreenshotMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.ScreenshotMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.camera;
|
|
|
|
|
this.ScreenshotMenuItem.Name = "ScreenshotMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.ScreenshotMenuItem.Size = new System.Drawing.Size(245, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.ScreenshotMenuItem.Text = "Screenshot";
|
|
|
|
|
this.ScreenshotMenuItem.Click += new System.EventHandler(this.ScreenshotMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// ScreenshotAsMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.ScreenshotAsMenuItem.Name = "ScreenshotAsMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.ScreenshotAsMenuItem.Size = new System.Drawing.Size(245, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.ScreenshotAsMenuItem.Text = "Screenshot As...";
|
|
|
|
|
this.ScreenshotAsMenuItem.Click += new System.EventHandler(this.ScreenshotAsMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// ScreenshotClipboardMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.ScreenshotClipboardMenuItem.Name = "ScreenshotClipboardMenuItem";
|
|
|
|
|
this.ScreenshotClipboardMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.ScreenshotClipboardMenuItem.Size = new System.Drawing.Size(245, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.ScreenshotClipboardMenuItem.Text = "Screenshot -> Clipboard";
|
|
|
|
|
this.ScreenshotClipboardMenuItem.Click += new System.EventHandler(this.ScreenshotClipboardMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator20
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator20.Name = "toolStripSeparator20";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripSeparator20.Size = new System.Drawing.Size(242, 6);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// ScreenshotCaptureOSDMenuItem1
|
|
|
|
|
//
|
|
|
|
|
this.ScreenshotCaptureOSDMenuItem1.Name = "ScreenshotCaptureOSDMenuItem1";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.ScreenshotCaptureOSDMenuItem1.Size = new System.Drawing.Size(245, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.ScreenshotCaptureOSDMenuItem1.Text = "Capture OSD";
|
|
|
|
|
this.ScreenshotCaptureOSDMenuItem1.Click += new System.EventHandler(this.ScreenshotCaptureOSDMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator4
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator4.Name = "toolStripSeparator4";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripSeparator4.Size = new System.Drawing.Size(137, 6);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// ExitMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.ExitMenuItem.Name = "ExitMenuItem";
|
|
|
|
|
this.ExitMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.ExitMenuItem.Size = new System.Drawing.Size(140, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.ExitMenuItem.Text = "Exit";
|
|
|
|
|
this.ExitMenuItem.Click += new System.EventHandler(this.ExitMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// EmulationSubMenu
|
|
|
|
|
//
|
|
|
|
|
this.EmulationSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.PauseMenuItem,
|
|
|
|
|
this.RebootCoreMenuItem,
|
2013-04-24 20:41:23 +00:00
|
|
|
|
this.toolStripSeparator1,
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.SoftResetMenuItem,
|
|
|
|
|
this.HardResetMenuItem});
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.EmulationSubMenu.Name = "EmulationSubMenu";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.EmulationSubMenu.Size = new System.Drawing.Size(73, 19);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.EmulationSubMenu.Text = "&Emulation";
|
|
|
|
|
this.EmulationSubMenu.DropDownOpened += new System.EventHandler(this.emulationToolStripMenuItem_DropDownOpened);
|
|
|
|
|
//
|
|
|
|
|
// PauseMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.PauseMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Pause;
|
|
|
|
|
this.PauseMenuItem.Name = "PauseMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.PauseMenuItem.Size = new System.Drawing.Size(140, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.PauseMenuItem.Text = "&Pause";
|
|
|
|
|
this.PauseMenuItem.Click += new System.EventHandler(this.PauseMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// RebootCoreMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.RebootCoreMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.reboot;
|
|
|
|
|
this.RebootCoreMenuItem.Name = "RebootCoreMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.RebootCoreMenuItem.Size = new System.Drawing.Size(140, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.RebootCoreMenuItem.Text = "&Reboot Core";
|
|
|
|
|
this.RebootCoreMenuItem.Click += new System.EventHandler(this.PowerMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator1
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(137, 6);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// SoftResetMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SoftResetMenuItem.Name = "SoftResetMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SoftResetMenuItem.Size = new System.Drawing.Size(140, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SoftResetMenuItem.Text = "&Soft Reset";
|
|
|
|
|
this.SoftResetMenuItem.Click += new System.EventHandler(this.SoftResetMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// HardResetMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.HardResetMenuItem.Name = "HardResetMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.HardResetMenuItem.Size = new System.Drawing.Size(140, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.HardResetMenuItem.Text = "&Hard Reset";
|
|
|
|
|
this.HardResetMenuItem.Click += new System.EventHandler(this.HardResetMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// ViewSubMenu
|
|
|
|
|
//
|
|
|
|
|
this.ViewSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.WindowSizeSubMenu,
|
|
|
|
|
this.SwitchToFullscreenMenuItem,
|
2013-04-24 20:41:23 +00:00
|
|
|
|
this.toolStripSeparator2,
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.DisplayFPSMenuItem,
|
|
|
|
|
this.DisplayFrameCounterMenuItem,
|
|
|
|
|
this.DisplayLagCounterMenuItem,
|
|
|
|
|
this.DisplayInputMenuItem,
|
|
|
|
|
this.DisplayRerecordCountMenuItem,
|
|
|
|
|
this.DisplaySubtitlesMenuItem,
|
2013-04-24 20:41:23 +00:00
|
|
|
|
this.toolStripMenuItem4,
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.DisplayStatusBarMenuItem,
|
|
|
|
|
this.DisplayLogWindowMenuItem});
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.ViewSubMenu.Name = "ViewSubMenu";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.ViewSubMenu.Size = new System.Drawing.Size(44, 19);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.ViewSubMenu.Text = "&View";
|
|
|
|
|
this.ViewSubMenu.DropDownOpened += new System.EventHandler(this.ViewSubMenu_DropDownOpened);
|
|
|
|
|
//
|
|
|
|
|
// WindowSizeSubMenu
|
|
|
|
|
//
|
|
|
|
|
this.WindowSizeSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2013-04-24 20:41:23 +00:00
|
|
|
|
this.x1MenuItem,
|
|
|
|
|
this.x2MenuItem,
|
|
|
|
|
this.x3MenuItem,
|
|
|
|
|
this.x4MenuItem,
|
|
|
|
|
this.x5MenuItem,
|
|
|
|
|
this.mzMenuItem});
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.WindowSizeSubMenu.Name = "WindowSizeSubMenu";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.WindowSizeSubMenu.Size = new System.Drawing.Size(198, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.WindowSizeSubMenu.Text = "&Window Size";
|
|
|
|
|
this.WindowSizeSubMenu.DropDownOpened += new System.EventHandler(this.WindowSizeSubMenu_DropDownOpened);
|
|
|
|
|
//
|
|
|
|
|
// x1MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.x1MenuItem.Name = "x1MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.x1MenuItem.Size = new System.Drawing.Size(96, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.x1MenuItem.Text = "&1x";
|
|
|
|
|
this.x1MenuItem.Click += new System.EventHandler(this.WindowSize_Click);
|
|
|
|
|
//
|
|
|
|
|
// x2MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.x2MenuItem.Name = "x2MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.x2MenuItem.Size = new System.Drawing.Size(96, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.x2MenuItem.Text = "&2x";
|
|
|
|
|
this.x2MenuItem.Click += new System.EventHandler(this.WindowSize_Click);
|
|
|
|
|
//
|
|
|
|
|
// x3MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.x3MenuItem.Name = "x3MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.x3MenuItem.Size = new System.Drawing.Size(96, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.x3MenuItem.Text = "&3x";
|
|
|
|
|
this.x3MenuItem.Click += new System.EventHandler(this.WindowSize_Click);
|
|
|
|
|
//
|
|
|
|
|
// x4MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.x4MenuItem.Name = "x4MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.x4MenuItem.Size = new System.Drawing.Size(96, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.x4MenuItem.Text = "&4x";
|
|
|
|
|
this.x4MenuItem.Click += new System.EventHandler(this.WindowSize_Click);
|
|
|
|
|
//
|
|
|
|
|
// x5MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.x5MenuItem.Name = "x5MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.x5MenuItem.Size = new System.Drawing.Size(96, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.x5MenuItem.Text = "&5x";
|
|
|
|
|
this.x5MenuItem.Click += new System.EventHandler(this.WindowSize_Click);
|
|
|
|
|
//
|
|
|
|
|
// mzMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.mzMenuItem.Name = "mzMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.mzMenuItem.Size = new System.Drawing.Size(96, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.mzMenuItem.Text = "&Max";
|
|
|
|
|
this.mzMenuItem.Click += new System.EventHandler(this.WindowSize_Click);
|
|
|
|
|
//
|
|
|
|
|
// SwitchToFullscreenMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SwitchToFullscreenMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Fullscreen;
|
|
|
|
|
this.SwitchToFullscreenMenuItem.Name = "SwitchToFullscreenMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SwitchToFullscreenMenuItem.Size = new System.Drawing.Size(198, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SwitchToFullscreenMenuItem.Text = "Switch to Fullscreen";
|
|
|
|
|
this.SwitchToFullscreenMenuItem.Click += new System.EventHandler(this.SwitchToFullscreenMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator2
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripSeparator2.Size = new System.Drawing.Size(195, 6);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// DisplayFPSMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.DisplayFPSMenuItem.Name = "DisplayFPSMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.DisplayFPSMenuItem.Size = new System.Drawing.Size(198, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.DisplayFPSMenuItem.Text = "Display FPS";
|
|
|
|
|
this.DisplayFPSMenuItem.Click += new System.EventHandler(this.DisplayFPSMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// DisplayFrameCounterMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.DisplayFrameCounterMenuItem.Name = "DisplayFrameCounterMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.DisplayFrameCounterMenuItem.Size = new System.Drawing.Size(198, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.DisplayFrameCounterMenuItem.Text = "Display FrameCounter";
|
|
|
|
|
this.DisplayFrameCounterMenuItem.Click += new System.EventHandler(this.DisplayFrameCounterMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// DisplayLagCounterMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.DisplayLagCounterMenuItem.Name = "DisplayLagCounterMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.DisplayLagCounterMenuItem.Size = new System.Drawing.Size(198, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.DisplayLagCounterMenuItem.Text = "Display Lag Counter";
|
|
|
|
|
this.DisplayLagCounterMenuItem.Click += new System.EventHandler(this.DisplayLagCounterMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// DisplayInputMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.DisplayInputMenuItem.Name = "DisplayInputMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.DisplayInputMenuItem.Size = new System.Drawing.Size(198, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.DisplayInputMenuItem.Text = "Display Input";
|
|
|
|
|
this.DisplayInputMenuItem.Click += new System.EventHandler(this.DisplayInputMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// DisplayRerecordCountMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.DisplayRerecordCountMenuItem.Name = "DisplayRerecordCountMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.DisplayRerecordCountMenuItem.Size = new System.Drawing.Size(198, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.DisplayRerecordCountMenuItem.Text = "Display Rerecord Count";
|
|
|
|
|
this.DisplayRerecordCountMenuItem.Click += new System.EventHandler(this.DisplayRerecordsMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// DisplaySubtitlesMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.DisplaySubtitlesMenuItem.Name = "DisplaySubtitlesMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.DisplaySubtitlesMenuItem.Size = new System.Drawing.Size(198, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.DisplaySubtitlesMenuItem.Text = "Display Subtitles";
|
|
|
|
|
this.DisplaySubtitlesMenuItem.Click += new System.EventHandler(this.DisplaySubtitlesMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripMenuItem4
|
|
|
|
|
//
|
|
|
|
|
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripMenuItem4.Size = new System.Drawing.Size(195, 6);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// DisplayStatusBarMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.DisplayStatusBarMenuItem.Name = "DisplayStatusBarMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.DisplayStatusBarMenuItem.Size = new System.Drawing.Size(198, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.DisplayStatusBarMenuItem.Text = "Display Status Bar";
|
|
|
|
|
this.DisplayStatusBarMenuItem.Click += new System.EventHandler(this.DisplayStatusBarMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// DisplayLogWindowMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.DisplayLogWindowMenuItem.Name = "DisplayLogWindowMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.DisplayLogWindowMenuItem.Size = new System.Drawing.Size(198, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.DisplayLogWindowMenuItem.Text = "Display Log Window";
|
|
|
|
|
this.DisplayLogWindowMenuItem.Click += new System.EventHandler(this.DisplayLogWindowMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// ConfigSubMenu
|
|
|
|
|
//
|
|
|
|
|
this.ConfigSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.ControllersMenuItem,
|
|
|
|
|
this.HotkeysMenuItem,
|
2014-02-04 21:06:00 +00:00
|
|
|
|
this.DisplayConfigMenuItem,
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.SoundMenuItem,
|
2014-02-04 21:06:00 +00:00
|
|
|
|
this.PathsMenuItem,
|
|
|
|
|
this.FirmwaresMenuItem,
|
|
|
|
|
this.MessagesMenuItem,
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.AutofireMenuItem,
|
|
|
|
|
this.RewindOptionsMenuItem,
|
2014-04-14 16:48:45 +00:00
|
|
|
|
this.extensionsToolStripMenuItem,
|
2014-05-06 01:27:56 +00:00
|
|
|
|
this.ClientOptionsMenuItem,
|
2013-04-24 20:41:23 +00:00
|
|
|
|
this.toolStripSeparator9,
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.SpeedSkipSubMenu,
|
|
|
|
|
this.KeyPrioritySubMenu,
|
|
|
|
|
this.SavestateTypeSubMenu,
|
2014-05-04 13:57:58 +00:00
|
|
|
|
this.CoresSubMenu,
|
2013-04-24 20:41:23 +00:00
|
|
|
|
this.toolStripSeparator10,
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.SaveConfigMenuItem,
|
2014-04-30 22:06:54 +00:00
|
|
|
|
this.LoadConfigMenuItem});
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.ConfigSubMenu.Name = "ConfigSubMenu";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.ConfigSubMenu.Size = new System.Drawing.Size(55, 19);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.ConfigSubMenu.Text = "&Config";
|
|
|
|
|
this.ConfigSubMenu.DropDownOpened += new System.EventHandler(this.ConfigSubMenu_DropDownOpened);
|
|
|
|
|
//
|
|
|
|
|
// ControllersMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.ControllersMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.GameController;
|
|
|
|
|
this.ControllersMenuItem.Name = "ControllersMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.ControllersMenuItem.Size = new System.Drawing.Size(159, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.ControllersMenuItem.Text = "&Controllers...";
|
|
|
|
|
this.ControllersMenuItem.Click += new System.EventHandler(this.ControllersMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// HotkeysMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.HotkeysMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.HotKeys;
|
|
|
|
|
this.HotkeysMenuItem.Name = "HotkeysMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.HotkeysMenuItem.Size = new System.Drawing.Size(159, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.HotkeysMenuItem.Text = "&Hotkeys...";
|
|
|
|
|
this.HotkeysMenuItem.Click += new System.EventHandler(this.HotkeysMenuItem_Click);
|
|
|
|
|
//
|
2014-02-08 16:40:15 +00:00
|
|
|
|
// DisplayConfigMenuItem
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
2014-02-08 16:40:15 +00:00
|
|
|
|
this.DisplayConfigMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("DisplayConfigMenuItem.Image")));
|
|
|
|
|
this.DisplayConfigMenuItem.Name = "DisplayConfigMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.DisplayConfigMenuItem.Size = new System.Drawing.Size(159, 22);
|
2014-02-08 16:40:15 +00:00
|
|
|
|
this.DisplayConfigMenuItem.Text = "Display...";
|
|
|
|
|
this.DisplayConfigMenuItem.Click += new System.EventHandler(this.DisplayConfigMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// SoundMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SoundMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.AudioHS;
|
|
|
|
|
this.SoundMenuItem.Name = "SoundMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SoundMenuItem.Size = new System.Drawing.Size(159, 22);
|
2014-02-08 16:40:15 +00:00
|
|
|
|
this.SoundMenuItem.Text = "&Sound...";
|
|
|
|
|
this.SoundMenuItem.Click += new System.EventHandler(this.SoundMenuItem_Click);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// PathsMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.PathsMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.CopyFolderHS;
|
|
|
|
|
this.PathsMenuItem.Name = "PathsMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.PathsMenuItem.Size = new System.Drawing.Size(159, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.PathsMenuItem.Text = "Paths...";
|
|
|
|
|
this.PathsMenuItem.Click += new System.EventHandler(this.PathsMenuItem_Click);
|
|
|
|
|
//
|
2014-02-08 16:40:15 +00:00
|
|
|
|
// FirmwaresMenuItem
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
2014-02-08 16:40:15 +00:00
|
|
|
|
this.FirmwaresMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("FirmwaresMenuItem.Image")));
|
|
|
|
|
this.FirmwaresMenuItem.Name = "FirmwaresMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.FirmwaresMenuItem.Size = new System.Drawing.Size(159, 22);
|
2014-04-27 02:26:03 +00:00
|
|
|
|
this.FirmwaresMenuItem.Text = "&Firmwares...";
|
2014-02-08 16:40:15 +00:00
|
|
|
|
this.FirmwaresMenuItem.Click += new System.EventHandler(this.FirmwaresMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// MessagesMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.MessagesMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.MessageConfig;
|
|
|
|
|
this.MessagesMenuItem.Name = "MessagesMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.MessagesMenuItem.Size = new System.Drawing.Size(159, 22);
|
2014-02-08 16:40:15 +00:00
|
|
|
|
this.MessagesMenuItem.Text = "&Messages...";
|
|
|
|
|
this.MessagesMenuItem.Click += new System.EventHandler(this.MessagesMenuItem_Click);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// AutofireMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.AutofireMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Lightning;
|
|
|
|
|
this.AutofireMenuItem.Name = "AutofireMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.AutofireMenuItem.Size = new System.Drawing.Size(159, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.AutofireMenuItem.Text = "&Autofire...";
|
|
|
|
|
this.AutofireMenuItem.Click += new System.EventHandler(this.AutofireMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// RewindOptionsMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.RewindOptionsMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Previous;
|
|
|
|
|
this.RewindOptionsMenuItem.Name = "RewindOptionsMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.RewindOptionsMenuItem.Size = new System.Drawing.Size(159, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.RewindOptionsMenuItem.Text = "&Rewind...";
|
|
|
|
|
this.RewindOptionsMenuItem.Click += new System.EventHandler(this.RewindOptionsMenuItem_Click);
|
|
|
|
|
//
|
2014-04-14 16:48:45 +00:00
|
|
|
|
// extensionsToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.extensionsToolStripMenuItem.Name = "extensionsToolStripMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.extensionsToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
|
2014-04-14 16:48:45 +00:00
|
|
|
|
this.extensionsToolStripMenuItem.Text = "File Extensions...";
|
2014-05-10 14:50:47 +00:00
|
|
|
|
this.extensionsToolStripMenuItem.Click += new System.EventHandler(this.FileExtensionsMenuItem_Click);
|
2014-04-14 16:48:45 +00:00
|
|
|
|
//
|
2014-05-06 01:27:56 +00:00
|
|
|
|
// ClientOptionsMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.ClientOptionsMenuItem.Name = "ClientOptionsMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.ClientOptionsMenuItem.Size = new System.Drawing.Size(159, 22);
|
2014-05-06 01:27:56 +00:00
|
|
|
|
this.ClientOptionsMenuItem.Text = "&Customize...";
|
2014-05-10 14:50:47 +00:00
|
|
|
|
this.ClientOptionsMenuItem.Click += new System.EventHandler(this.CustomizeMenuItem_Click);
|
2014-05-06 01:27:56 +00:00
|
|
|
|
//
|
2013-12-04 02:43:40 +00:00
|
|
|
|
// toolStripSeparator9
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator9.Name = "toolStripSeparator9";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripSeparator9.Size = new System.Drawing.Size(156, 6);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// SpeedSkipSubMenu
|
|
|
|
|
//
|
|
|
|
|
this.SpeedSkipSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.ClickThrottleMenuItem,
|
|
|
|
|
this.AudioThrottleMenuItem,
|
|
|
|
|
this.VsyncThrottleMenuItem,
|
2013-04-24 20:41:23 +00:00
|
|
|
|
this.toolStripSeparator27,
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.VsyncEnabledMenuItem,
|
2013-04-24 20:41:23 +00:00
|
|
|
|
this.toolStripMenuItem3,
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.MinimizeSkippingMenuItem,
|
|
|
|
|
this.NeverSkipMenuItem,
|
|
|
|
|
this.Frameskip1MenuItem,
|
|
|
|
|
this.Frameskip2MenuItem,
|
|
|
|
|
this.Frameskip3MenuItem,
|
|
|
|
|
this.Frameskip4MenuItem,
|
|
|
|
|
this.Frameskip5MenuItem,
|
|
|
|
|
this.Frameskip6MenuItem,
|
|
|
|
|
this.Frameskip7MenuItem,
|
|
|
|
|
this.Frameskip8MenuItem,
|
|
|
|
|
this.Frameskip9MenuItem,
|
2013-04-24 20:41:23 +00:00
|
|
|
|
this.toolStripMenuItem5,
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.Speed50MenuItem,
|
|
|
|
|
this.Speed75MenuItem,
|
|
|
|
|
this.Speed100MenuItem,
|
|
|
|
|
this.Speed150MenuItem,
|
|
|
|
|
this.Speed200MenuItem});
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SpeedSkipSubMenu.Name = "SpeedSkipSubMenu";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SpeedSkipSubMenu.Size = new System.Drawing.Size(159, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SpeedSkipSubMenu.Text = "Speed/Skip";
|
|
|
|
|
this.SpeedSkipSubMenu.DropDownOpened += new System.EventHandler(this.FrameSkipMenuItem_DropDownOpened);
|
|
|
|
|
//
|
|
|
|
|
// ClickThrottleMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.ClickThrottleMenuItem.Name = "ClickThrottleMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.ClickThrottleMenuItem.Size = new System.Drawing.Size(202, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.ClickThrottleMenuItem.Text = "Clock Throttle";
|
|
|
|
|
this.ClickThrottleMenuItem.Click += new System.EventHandler(this.ClickThrottleMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// AudioThrottleMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.AudioThrottleMenuItem.Name = "AudioThrottleMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.AudioThrottleMenuItem.Size = new System.Drawing.Size(202, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.AudioThrottleMenuItem.Text = "Audio Throttle";
|
|
|
|
|
this.AudioThrottleMenuItem.Click += new System.EventHandler(this.AudioThrottleMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// VsyncThrottleMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.VsyncThrottleMenuItem.Name = "VsyncThrottleMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.VsyncThrottleMenuItem.Size = new System.Drawing.Size(202, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.VsyncThrottleMenuItem.Text = "VSync Throttle";
|
|
|
|
|
this.VsyncThrottleMenuItem.Click += new System.EventHandler(this.VsyncThrottleMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator27
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator27.Name = "toolStripSeparator27";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripSeparator27.Size = new System.Drawing.Size(199, 6);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// VsyncEnabledMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.VsyncEnabledMenuItem.Name = "VsyncEnabledMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.VsyncEnabledMenuItem.Size = new System.Drawing.Size(202, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.VsyncEnabledMenuItem.Text = "VSync Enabled";
|
|
|
|
|
this.VsyncEnabledMenuItem.Click += new System.EventHandler(this.VsyncEnabledMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripMenuItem3
|
|
|
|
|
//
|
|
|
|
|
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripMenuItem3.Size = new System.Drawing.Size(199, 6);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// MinimizeSkippingMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.MinimizeSkippingMenuItem.Name = "MinimizeSkippingMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.MinimizeSkippingMenuItem.Size = new System.Drawing.Size(202, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.MinimizeSkippingMenuItem.Text = "Auto-minimize skipping";
|
|
|
|
|
this.MinimizeSkippingMenuItem.Click += new System.EventHandler(this.MinimizeSkippingMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// NeverSkipMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.NeverSkipMenuItem.Name = "NeverSkipMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.NeverSkipMenuItem.Size = new System.Drawing.Size(202, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.NeverSkipMenuItem.Text = "0 (never skip)";
|
|
|
|
|
this.NeverSkipMenuItem.Click += new System.EventHandler(this.NeverSkipMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// Frameskip1MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.Frameskip1MenuItem.Name = "Frameskip1MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.Frameskip1MenuItem.Size = new System.Drawing.Size(202, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.Frameskip1MenuItem.Text = "1";
|
|
|
|
|
this.Frameskip1MenuItem.Click += new System.EventHandler(this.Frameskip1MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// Frameskip2MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.Frameskip2MenuItem.Name = "Frameskip2MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.Frameskip2MenuItem.Size = new System.Drawing.Size(202, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.Frameskip2MenuItem.Text = "2";
|
|
|
|
|
this.Frameskip2MenuItem.Click += new System.EventHandler(this.Frameskip2MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// Frameskip3MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.Frameskip3MenuItem.Name = "Frameskip3MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.Frameskip3MenuItem.Size = new System.Drawing.Size(202, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.Frameskip3MenuItem.Text = "3";
|
|
|
|
|
this.Frameskip3MenuItem.Click += new System.EventHandler(this.Frameskip3MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// Frameskip4MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.Frameskip4MenuItem.Name = "Frameskip4MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.Frameskip4MenuItem.Size = new System.Drawing.Size(202, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.Frameskip4MenuItem.Text = "4";
|
|
|
|
|
this.Frameskip4MenuItem.Click += new System.EventHandler(this.Frameskip4MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// Frameskip5MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.Frameskip5MenuItem.Name = "Frameskip5MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.Frameskip5MenuItem.Size = new System.Drawing.Size(202, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.Frameskip5MenuItem.Text = "5";
|
|
|
|
|
this.Frameskip5MenuItem.Click += new System.EventHandler(this.Frameskip5MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// Frameskip6MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.Frameskip6MenuItem.Name = "Frameskip6MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.Frameskip6MenuItem.Size = new System.Drawing.Size(202, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.Frameskip6MenuItem.Text = "6";
|
|
|
|
|
this.Frameskip6MenuItem.Click += new System.EventHandler(this.Frameskip6MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// Frameskip7MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.Frameskip7MenuItem.Name = "Frameskip7MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.Frameskip7MenuItem.Size = new System.Drawing.Size(202, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.Frameskip7MenuItem.Text = "7";
|
|
|
|
|
this.Frameskip7MenuItem.Click += new System.EventHandler(this.Frameskip7MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// Frameskip8MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.Frameskip8MenuItem.Name = "Frameskip8MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.Frameskip8MenuItem.Size = new System.Drawing.Size(202, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.Frameskip8MenuItem.Text = "8";
|
|
|
|
|
this.Frameskip8MenuItem.Click += new System.EventHandler(this.Frameskip8MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// Frameskip9MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.Frameskip9MenuItem.Name = "Frameskip9MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.Frameskip9MenuItem.Size = new System.Drawing.Size(202, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.Frameskip9MenuItem.Text = "9";
|
|
|
|
|
this.Frameskip9MenuItem.Click += new System.EventHandler(this.Frameskip9MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripMenuItem5
|
|
|
|
|
//
|
|
|
|
|
this.toolStripMenuItem5.Name = "toolStripMenuItem5";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripMenuItem5.Size = new System.Drawing.Size(199, 6);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// Speed50MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.Speed50MenuItem.Name = "Speed50MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.Speed50MenuItem.Size = new System.Drawing.Size(202, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.Speed50MenuItem.Text = "Speed 50%";
|
|
|
|
|
this.Speed50MenuItem.Click += new System.EventHandler(this.Speed50MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// Speed75MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.Speed75MenuItem.Name = "Speed75MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.Speed75MenuItem.Size = new System.Drawing.Size(202, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.Speed75MenuItem.Text = "Speed 75%";
|
|
|
|
|
this.Speed75MenuItem.Click += new System.EventHandler(this.Speed75MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// Speed100MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.Speed100MenuItem.Name = "Speed100MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.Speed100MenuItem.Size = new System.Drawing.Size(202, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.Speed100MenuItem.Text = "Speed 100%";
|
|
|
|
|
this.Speed100MenuItem.Click += new System.EventHandler(this.Speed100MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// Speed150MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.Speed150MenuItem.Name = "Speed150MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.Speed150MenuItem.Size = new System.Drawing.Size(202, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.Speed150MenuItem.Text = "Speed 150%";
|
|
|
|
|
this.Speed150MenuItem.Click += new System.EventHandler(this.Speed150MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// Speed200MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.Speed200MenuItem.Name = "Speed200MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.Speed200MenuItem.Size = new System.Drawing.Size(202, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.Speed200MenuItem.Text = "Speed 200%";
|
|
|
|
|
this.Speed200MenuItem.Click += new System.EventHandler(this.Speed200MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// KeyPrioritySubMenu
|
|
|
|
|
//
|
|
|
|
|
this.KeyPrioritySubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.BothHkAndControllerMenuItem,
|
|
|
|
|
this.InputOverHkMenuItem,
|
|
|
|
|
this.HkOverInputMenuItem});
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.KeyPrioritySubMenu.Name = "KeyPrioritySubMenu";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.KeyPrioritySubMenu.Size = new System.Drawing.Size(159, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.KeyPrioritySubMenu.Text = "Key Priority";
|
|
|
|
|
this.KeyPrioritySubMenu.DropDownOpened += new System.EventHandler(this.KeyPriorityMenuItem_DropDownOpened);
|
|
|
|
|
//
|
|
|
|
|
// BothHkAndControllerMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.BothHkAndControllerMenuItem.Name = "BothHkAndControllerMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.BothHkAndControllerMenuItem.Size = new System.Drawing.Size(229, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.BothHkAndControllerMenuItem.Text = "Both Hotkeys and Controllers";
|
|
|
|
|
this.BothHkAndControllerMenuItem.Click += new System.EventHandler(this.BothHkAndControllerMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// InputOverHkMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.InputOverHkMenuItem.Name = "InputOverHkMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.InputOverHkMenuItem.Size = new System.Drawing.Size(229, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.InputOverHkMenuItem.Text = "Input overrides Hotkeys";
|
|
|
|
|
this.InputOverHkMenuItem.Click += new System.EventHandler(this.InputOverHkMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// HkOverInputMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.HkOverInputMenuItem.Name = "HkOverInputMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.HkOverInputMenuItem.Size = new System.Drawing.Size(229, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.HkOverInputMenuItem.Text = "Hotkeys override Input";
|
|
|
|
|
this.HkOverInputMenuItem.Click += new System.EventHandler(this.HkOverInputMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// SavestateTypeSubMenu
|
|
|
|
|
//
|
|
|
|
|
this.SavestateTypeSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.SavestateTypeDefaultMenuItem,
|
|
|
|
|
this.SavestateBinaryMenuItem,
|
|
|
|
|
this.SavestateTextMenuItem});
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SavestateTypeSubMenu.Name = "SavestateTypeSubMenu";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SavestateTypeSubMenu.Size = new System.Drawing.Size(159, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SavestateTypeSubMenu.Text = "Savestate Type";
|
|
|
|
|
this.SavestateTypeSubMenu.DropDownOpened += new System.EventHandler(this.SavestateTypeMenuItem_DropDownOpened);
|
|
|
|
|
//
|
|
|
|
|
// SavestateTypeDefaultMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SavestateTypeDefaultMenuItem.Name = "SavestateTypeDefaultMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SavestateTypeDefaultMenuItem.Size = new System.Drawing.Size(112, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SavestateTypeDefaultMenuItem.Text = "Default";
|
|
|
|
|
this.SavestateTypeDefaultMenuItem.Click += new System.EventHandler(this.SavestateTypeDefaultMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// SavestateBinaryMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SavestateBinaryMenuItem.Name = "SavestateBinaryMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SavestateBinaryMenuItem.Size = new System.Drawing.Size(112, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SavestateBinaryMenuItem.Text = "Binary";
|
|
|
|
|
this.SavestateBinaryMenuItem.Click += new System.EventHandler(this.SavestateBinaryMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// SavestateTextMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SavestateTextMenuItem.Name = "SavestateTextMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SavestateTextMenuItem.Size = new System.Drawing.Size(112, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SavestateTextMenuItem.Text = "Text";
|
|
|
|
|
this.SavestateTextMenuItem.Click += new System.EventHandler(this.SavestateTextMenuItem_Click);
|
|
|
|
|
//
|
2014-05-04 13:57:58 +00:00
|
|
|
|
// CoresSubMenu
|
2014-04-25 01:19:57 +00:00
|
|
|
|
//
|
2014-05-04 13:57:58 +00:00
|
|
|
|
this.CoresSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2014-05-01 02:06:03 +00:00
|
|
|
|
this.GBInSGBMenuItem,
|
2014-05-04 13:57:58 +00:00
|
|
|
|
this.NesInQuickNESMenuItem,
|
|
|
|
|
this.toolStripSeparator8,
|
|
|
|
|
this.N64VideoPluginSettingsMenuItem});
|
|
|
|
|
this.CoresSubMenu.Name = "CoresSubMenu";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.CoresSubMenu.Size = new System.Drawing.Size(159, 22);
|
2014-05-04 13:57:58 +00:00
|
|
|
|
this.CoresSubMenu.Text = "Cores";
|
2014-05-10 14:50:47 +00:00
|
|
|
|
this.CoresSubMenu.DropDownOpened += new System.EventHandler(this.CoresSubMenu_DropDownOpened);
|
2014-04-25 01:19:57 +00:00
|
|
|
|
//
|
2014-05-01 02:06:03 +00:00
|
|
|
|
// GBInSGBMenuItem
|
2014-04-25 01:19:57 +00:00
|
|
|
|
//
|
2014-05-01 02:06:03 +00:00
|
|
|
|
this.GBInSGBMenuItem.Name = "GBInSGBMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.GBInSGBMenuItem.Size = new System.Drawing.Size(210, 22);
|
2014-05-01 02:06:03 +00:00
|
|
|
|
this.GBInSGBMenuItem.Text = "GB in SGB";
|
|
|
|
|
this.GBInSGBMenuItem.Click += new System.EventHandler(this.GBInSGBMenuItem_Click);
|
2014-04-25 01:19:57 +00:00
|
|
|
|
//
|
2014-05-01 02:06:03 +00:00
|
|
|
|
// NesInQuickNESMenuItem
|
2014-04-25 01:19:57 +00:00
|
|
|
|
//
|
2014-05-01 02:06:03 +00:00
|
|
|
|
this.NesInQuickNESMenuItem.Name = "NesInQuickNESMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.NesInQuickNESMenuItem.Size = new System.Drawing.Size(210, 22);
|
2014-05-01 02:06:03 +00:00
|
|
|
|
this.NesInQuickNESMenuItem.Text = "NES in QuickNES";
|
|
|
|
|
this.NesInQuickNESMenuItem.Click += new System.EventHandler(this.NesInQuickNESMenuItem_Click);
|
2014-04-25 01:19:57 +00:00
|
|
|
|
//
|
2014-05-04 13:57:58 +00:00
|
|
|
|
// toolStripSeparator8
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator8.Name = "toolStripSeparator8";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripSeparator8.Size = new System.Drawing.Size(207, 6);
|
2014-05-04 13:57:58 +00:00
|
|
|
|
//
|
|
|
|
|
// N64VideoPluginSettingsMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.N64VideoPluginSettingsMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.monitor;
|
|
|
|
|
this.N64VideoPluginSettingsMenuItem.Name = "N64VideoPluginSettingsMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.N64VideoPluginSettingsMenuItem.Size = new System.Drawing.Size(210, 22);
|
2014-05-04 13:57:58 +00:00
|
|
|
|
this.N64VideoPluginSettingsMenuItem.Text = "N64 Video Plugin Settings";
|
|
|
|
|
this.N64VideoPluginSettingsMenuItem.Click += new System.EventHandler(this.N64VideoPluginSettingsMenuItem_Click);
|
|
|
|
|
//
|
2013-12-04 02:43:40 +00:00
|
|
|
|
// toolStripSeparator10
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator10.Name = "toolStripSeparator10";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripSeparator10.Size = new System.Drawing.Size(156, 6);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// SaveConfigMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SaveConfigMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Save;
|
|
|
|
|
this.SaveConfigMenuItem.Name = "SaveConfigMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SaveConfigMenuItem.Size = new System.Drawing.Size(159, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SaveConfigMenuItem.Text = "Save Config";
|
|
|
|
|
this.SaveConfigMenuItem.Click += new System.EventHandler(this.SaveConfigMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// LoadConfigMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.LoadConfigMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.LoadConfig;
|
|
|
|
|
this.LoadConfigMenuItem.Name = "LoadConfigMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.LoadConfigMenuItem.Size = new System.Drawing.Size(159, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.LoadConfigMenuItem.Text = "Load Config";
|
|
|
|
|
this.LoadConfigMenuItem.Click += new System.EventHandler(this.LoadConfigMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolsToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.ToolBoxMenuItem,
|
2013-04-24 20:41:23 +00:00
|
|
|
|
this.toolStripSeparator12,
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.RamWatchMenuItem,
|
|
|
|
|
this.RamSearchMenuItem,
|
|
|
|
|
this.HexEditorMenuItem,
|
|
|
|
|
this.TraceLoggerMenuItem,
|
|
|
|
|
this.TAStudioMenuItem,
|
|
|
|
|
this.VirtualPadMenuItem,
|
2013-04-24 20:41:23 +00:00
|
|
|
|
this.toolStripSeparator11,
|
2013-10-27 07:54:00 +00:00
|
|
|
|
this.CheatsMenuItem,
|
|
|
|
|
this.LuaConsoleMenuItem,
|
2013-05-01 15:48:23 +00:00
|
|
|
|
this.toolStripSeparator29,
|
2014-01-15 02:16:06 +00:00
|
|
|
|
this.CreateDualGbXmlMenuItem,
|
|
|
|
|
this.batchRunnerToolStripMenuItem});
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolsToolStripMenuItem.Size = new System.Drawing.Size(48, 19);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.toolsToolStripMenuItem.Text = "&Tools";
|
|
|
|
|
this.toolsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.toolsToolStripMenuItem_DropDownOpened);
|
|
|
|
|
//
|
|
|
|
|
// ToolBoxMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.ToolBoxMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.ToolBox;
|
|
|
|
|
this.ToolBoxMenuItem.Name = "ToolBoxMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.ToolBoxMenuItem.Size = new System.Drawing.Size(183, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.ToolBoxMenuItem.Text = "&Tool Box";
|
|
|
|
|
this.ToolBoxMenuItem.Click += new System.EventHandler(this.ToolBoxMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator12
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator12.Name = "toolStripSeparator12";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripSeparator12.Size = new System.Drawing.Size(180, 6);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// RamWatchMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.RamWatchMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.watch;
|
|
|
|
|
this.RamWatchMenuItem.Name = "RamWatchMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.RamWatchMenuItem.Size = new System.Drawing.Size(183, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.RamWatchMenuItem.Text = "RAM &Watch";
|
|
|
|
|
this.RamWatchMenuItem.Click += new System.EventHandler(this.RamWatchMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// RamSearchMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.RamSearchMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.search;
|
|
|
|
|
this.RamSearchMenuItem.Name = "RamSearchMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.RamSearchMenuItem.Size = new System.Drawing.Size(183, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.RamSearchMenuItem.Text = "RAM &Search";
|
|
|
|
|
this.RamSearchMenuItem.Click += new System.EventHandler(this.RamSearchMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// HexEditorMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.HexEditorMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.poke;
|
|
|
|
|
this.HexEditorMenuItem.Name = "HexEditorMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.HexEditorMenuItem.Size = new System.Drawing.Size(183, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.HexEditorMenuItem.Text = "&Hex Editor";
|
|
|
|
|
this.HexEditorMenuItem.Click += new System.EventHandler(this.HexEditorMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// TraceLoggerMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.TraceLoggerMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.pencil;
|
|
|
|
|
this.TraceLoggerMenuItem.Name = "TraceLoggerMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.TraceLoggerMenuItem.Size = new System.Drawing.Size(183, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.TraceLoggerMenuItem.Text = "Trace &Logger";
|
|
|
|
|
this.TraceLoggerMenuItem.Click += new System.EventHandler(this.TraceLoggerMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// TAStudioMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.TAStudioMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.TAStudio;
|
|
|
|
|
this.TAStudioMenuItem.Name = "TAStudioMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.TAStudioMenuItem.Size = new System.Drawing.Size(183, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.TAStudioMenuItem.Text = "&TAStudio";
|
|
|
|
|
this.TAStudioMenuItem.Click += new System.EventHandler(this.TAStudioMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// VirtualPadMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.VirtualPadMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.GameController;
|
|
|
|
|
this.VirtualPadMenuItem.Name = "VirtualPadMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.VirtualPadMenuItem.Size = new System.Drawing.Size(183, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.VirtualPadMenuItem.Text = "Virtual Pad";
|
|
|
|
|
this.VirtualPadMenuItem.Click += new System.EventHandler(this.VirtualPadMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator11
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator11.Name = "toolStripSeparator11";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripSeparator11.Size = new System.Drawing.Size(180, 6);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// CheatsMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.CheatsMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Freeze;
|
|
|
|
|
this.CheatsMenuItem.Name = "CheatsMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.CheatsMenuItem.Size = new System.Drawing.Size(183, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.CheatsMenuItem.Text = "Cheats";
|
|
|
|
|
this.CheatsMenuItem.Click += new System.EventHandler(this.CheatsMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// LuaConsoleMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.LuaConsoleMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Lua;
|
|
|
|
|
this.LuaConsoleMenuItem.Name = "LuaConsoleMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.LuaConsoleMenuItem.Size = new System.Drawing.Size(183, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.LuaConsoleMenuItem.Text = "Lua Console";
|
|
|
|
|
this.LuaConsoleMenuItem.Click += new System.EventHandler(this.LuaConsoleMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator29
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator29.Name = "toolStripSeparator29";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripSeparator29.Size = new System.Drawing.Size(180, 6);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// CreateDualGbXmlMenuItem
|
|
|
|
|
//
|
2014-05-11 16:44:28 +00:00
|
|
|
|
this.CreateDualGbXmlMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.dual;
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.CreateDualGbXmlMenuItem.Name = "CreateDualGbXmlMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.CreateDualGbXmlMenuItem.Size = new System.Drawing.Size(183, 22);
|
2014-05-11 16:44:28 +00:00
|
|
|
|
this.CreateDualGbXmlMenuItem.Text = "Create Dual GB File...";
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.CreateDualGbXmlMenuItem.Click += new System.EventHandler(this.CreateDualGbXmlMenuItem_Click);
|
|
|
|
|
//
|
2014-01-15 02:16:06 +00:00
|
|
|
|
// batchRunnerToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.batchRunnerToolStripMenuItem.Name = "batchRunnerToolStripMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.batchRunnerToolStripMenuItem.Size = new System.Drawing.Size(183, 22);
|
2014-01-15 02:16:06 +00:00
|
|
|
|
this.batchRunnerToolStripMenuItem.Text = "Batch Runner";
|
|
|
|
|
this.batchRunnerToolStripMenuItem.Visible = false;
|
|
|
|
|
this.batchRunnerToolStripMenuItem.Click += new System.EventHandler(this.batchRunnerToolStripMenuItem_Click);
|
|
|
|
|
//
|
2013-12-04 02:43:40 +00:00
|
|
|
|
// NESSubMenu
|
|
|
|
|
//
|
|
|
|
|
this.NESSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2013-10-27 13:53:28 +00:00
|
|
|
|
this.NESDebuggerMenuItem,
|
|
|
|
|
this.NESPPUViewerMenuItem,
|
|
|
|
|
this.NESNametableViewerMenuItem,
|
|
|
|
|
this.NESGameGenieCodesMenuItem,
|
2013-04-24 20:41:23 +00:00
|
|
|
|
this.toolStripSeparator17,
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.NesControllerSettingsMenuItem,
|
2013-10-27 13:53:28 +00:00
|
|
|
|
this.NESGraphicSettingsMenuItem,
|
|
|
|
|
this.NESSoundChannelsMenuItem,
|
2014-05-16 00:53:10 +00:00
|
|
|
|
this.MovieSettingsMenuItem,
|
|
|
|
|
this.toolStripSeparator22,
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.FDSControlsMenuItem});
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.NESSubMenu.Name = "NESSubMenu";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.NESSubMenu.Size = new System.Drawing.Size(40, 19);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.NESSubMenu.Text = "&NES";
|
2013-12-20 22:49:35 +00:00
|
|
|
|
this.NESSubMenu.DropDownOpened += new System.EventHandler(this.NESSubMenu_DropDownOpened);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// NESDebuggerMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.NESDebuggerMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Bug;
|
|
|
|
|
this.NESDebuggerMenuItem.Name = "NESDebuggerMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.NESDebuggerMenuItem.Size = new System.Drawing.Size(233, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.NESDebuggerMenuItem.Text = "&Debugger";
|
|
|
|
|
this.NESDebuggerMenuItem.Click += new System.EventHandler(this.NESDebuggerMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// NESPPUViewerMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.NESPPUViewerMenuItem.Name = "NESPPUViewerMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.NESPPUViewerMenuItem.Size = new System.Drawing.Size(233, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.NESPPUViewerMenuItem.Text = "&PPU Viewer";
|
|
|
|
|
this.NESPPUViewerMenuItem.Click += new System.EventHandler(this.NESPPUViewerMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// NESNametableViewerMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.NESNametableViewerMenuItem.Name = "NESNametableViewerMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.NESNametableViewerMenuItem.Size = new System.Drawing.Size(233, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.NESNametableViewerMenuItem.Text = "&Nametable Viewer";
|
|
|
|
|
this.NESNametableViewerMenuItem.Click += new System.EventHandler(this.NESNametableViewerMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// NESGameGenieCodesMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.NESGameGenieCodesMenuItem.Name = "NESGameGenieCodesMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.NESGameGenieCodesMenuItem.Size = new System.Drawing.Size(233, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.NESGameGenieCodesMenuItem.Text = "&Game Genie Encoder/Decoder";
|
|
|
|
|
this.NESGameGenieCodesMenuItem.Click += new System.EventHandler(this.NESGameGenieCodesMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator17
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator17.Name = "toolStripSeparator17";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripSeparator17.Size = new System.Drawing.Size(230, 6);
|
|
|
|
|
//
|
2014-05-16 00:53:10 +00:00
|
|
|
|
// NesControllerSettingsMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.NesControllerSettingsMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.GameController;
|
|
|
|
|
this.NesControllerSettingsMenuItem.Name = "NesControllerSettingsMenuItem";
|
|
|
|
|
this.NesControllerSettingsMenuItem.Size = new System.Drawing.Size(233, 22);
|
|
|
|
|
this.NesControllerSettingsMenuItem.Text = "Controller Settings...";
|
|
|
|
|
this.NesControllerSettingsMenuItem.Click += new System.EventHandler(this.NesControllerSettingsMenuItem_Click);
|
|
|
|
|
//
|
2014-05-16 00:24:40 +00:00
|
|
|
|
// MovieSettingsMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.MovieSettingsMenuItem.Name = "MovieSettingsMenuItem";
|
|
|
|
|
this.MovieSettingsMenuItem.Size = new System.Drawing.Size(233, 22);
|
|
|
|
|
this.MovieSettingsMenuItem.Text = "Advanced Movie Settings...";
|
|
|
|
|
this.MovieSettingsMenuItem.Click += new System.EventHandler(this.MovieSettingsMenuItem_Click);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// NESGraphicSettingsMenuItem
|
|
|
|
|
//
|
2014-04-13 22:08:46 +00:00
|
|
|
|
this.NESGraphicSettingsMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.tvIcon;
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.NESGraphicSettingsMenuItem.Name = "NESGraphicSettingsMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.NESGraphicSettingsMenuItem.Size = new System.Drawing.Size(233, 22);
|
|
|
|
|
this.NESGraphicSettingsMenuItem.Text = "Graphics Settings...";
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.NESGraphicSettingsMenuItem.Click += new System.EventHandler(this.NESGraphicSettingsMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// NESSoundChannelsMenuItem
|
|
|
|
|
//
|
2014-04-13 22:08:46 +00:00
|
|
|
|
this.NESSoundChannelsMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.AudioHS;
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.NESSoundChannelsMenuItem.Name = "NESSoundChannelsMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.NESSoundChannelsMenuItem.Size = new System.Drawing.Size(233, 22);
|
|
|
|
|
this.NESSoundChannelsMenuItem.Text = "Sound Channels...";
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.NESSoundChannelsMenuItem.Click += new System.EventHandler(this.NESSoundChannelsMenuItem_Click);
|
|
|
|
|
//
|
2013-12-20 22:49:35 +00:00
|
|
|
|
// FDSControlsMenuItem
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
2013-12-20 22:49:35 +00:00
|
|
|
|
this.FDSControlsMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.FdsEjectDiskMenuItem});
|
|
|
|
|
this.FDSControlsMenuItem.Name = "FDSControlsMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.FDSControlsMenuItem.Size = new System.Drawing.Size(233, 22);
|
2013-12-20 22:49:35 +00:00
|
|
|
|
this.FDSControlsMenuItem.Text = "FDS Controls";
|
|
|
|
|
this.FDSControlsMenuItem.DropDownOpened += new System.EventHandler(this.FdsControlsMenuItem_DropDownOpened);
|
|
|
|
|
//
|
|
|
|
|
// FdsEjectDiskMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.FdsEjectDiskMenuItem.Name = "FdsEjectDiskMenuItem";
|
2014-05-16 00:53:10 +00:00
|
|
|
|
this.FdsEjectDiskMenuItem.Size = new System.Drawing.Size(124, 22);
|
2013-12-20 22:49:35 +00:00
|
|
|
|
this.FdsEjectDiskMenuItem.Text = "&Eject Disk";
|
|
|
|
|
this.FdsEjectDiskMenuItem.Click += new System.EventHandler(this.FdsEjectDiskMenuItem_Click);
|
|
|
|
|
//
|
2013-12-04 02:43:40 +00:00
|
|
|
|
// PCESubMenu
|
|
|
|
|
//
|
|
|
|
|
this.PCESubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2013-10-27 13:53:28 +00:00
|
|
|
|
this.PCEBGViewerMenuItem,
|
2014-02-08 16:40:15 +00:00
|
|
|
|
this.PCEtileViewerToolStripMenuItem,
|
2014-02-10 01:06:06 +00:00
|
|
|
|
this.codeDataLoggerToolStripMenuItem,
|
2013-04-24 20:41:23 +00:00
|
|
|
|
this.toolStripSeparator25,
|
2013-10-27 13:53:28 +00:00
|
|
|
|
this.PCEAlwaysPerformSpriteLimitMenuItem,
|
|
|
|
|
this.PCEAlwaysEqualizeVolumesMenuItem,
|
|
|
|
|
this.PCEArcadeCardRewindEnableMenuItem,
|
|
|
|
|
this.PCEGraphicsSettingsMenuItem});
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.PCESubMenu.Name = "PCESubMenu";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.PCESubMenu.Size = new System.Drawing.Size(40, 19);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.PCESubMenu.Text = "&PCE";
|
|
|
|
|
this.PCESubMenu.DropDownOpened += new System.EventHandler(this.PCESubMenu_DropDownOpened);
|
|
|
|
|
//
|
|
|
|
|
// PCEBGViewerMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.PCEBGViewerMenuItem.Name = "PCEBGViewerMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.PCEBGViewerMenuItem.Size = new System.Drawing.Size(259, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.PCEBGViewerMenuItem.Text = "&BG Viewer";
|
|
|
|
|
this.PCEBGViewerMenuItem.Click += new System.EventHandler(this.PCEBGViewerMenuItem_Click);
|
|
|
|
|
//
|
2014-02-08 23:02:47 +00:00
|
|
|
|
// PCEtileViewerToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.PCEtileViewerToolStripMenuItem.Name = "PCEtileViewerToolStripMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.PCEtileViewerToolStripMenuItem.Size = new System.Drawing.Size(259, 22);
|
2014-02-08 23:02:47 +00:00
|
|
|
|
this.PCEtileViewerToolStripMenuItem.Text = "&Tile Viewer";
|
2014-05-10 14:50:47 +00:00
|
|
|
|
this.PCEtileViewerToolStripMenuItem.Click += new System.EventHandler(this.PceTileViewerMenuItem_Click);
|
2014-02-08 23:02:47 +00:00
|
|
|
|
//
|
2014-02-19 22:26:33 +00:00
|
|
|
|
// codeDataLoggerToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.codeDataLoggerToolStripMenuItem.Name = "codeDataLoggerToolStripMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.codeDataLoggerToolStripMenuItem.Size = new System.Drawing.Size(259, 22);
|
2014-02-19 22:26:33 +00:00
|
|
|
|
this.codeDataLoggerToolStripMenuItem.Text = "Code-Data Logger";
|
2014-05-10 14:50:47 +00:00
|
|
|
|
this.codeDataLoggerToolStripMenuItem.Click += new System.EventHandler(this.CodeDataLoggerMenuItem_Click);
|
2014-02-19 22:26:33 +00:00
|
|
|
|
//
|
2013-12-04 02:43:40 +00:00
|
|
|
|
// toolStripSeparator25
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator25.Name = "toolStripSeparator25";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripSeparator25.Size = new System.Drawing.Size(256, 6);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// PCEAlwaysPerformSpriteLimitMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.PCEAlwaysPerformSpriteLimitMenuItem.Name = "PCEAlwaysPerformSpriteLimitMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.PCEAlwaysPerformSpriteLimitMenuItem.Size = new System.Drawing.Size(259, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.PCEAlwaysPerformSpriteLimitMenuItem.Text = "Always Perform Sprite Limit";
|
|
|
|
|
this.PCEAlwaysPerformSpriteLimitMenuItem.Click += new System.EventHandler(this.PCEAlwaysPerformSpriteLimitMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// PCEAlwaysEqualizeVolumesMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.PCEAlwaysEqualizeVolumesMenuItem.Name = "PCEAlwaysEqualizeVolumesMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.PCEAlwaysEqualizeVolumesMenuItem.Size = new System.Drawing.Size(259, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.PCEAlwaysEqualizeVolumesMenuItem.Text = "Always Equalize Volumes (PCE-CD)";
|
|
|
|
|
this.PCEAlwaysEqualizeVolumesMenuItem.Click += new System.EventHandler(this.PCEAlwaysEqualizeVolumesMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// PCEArcadeCardRewindEnableMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.PCEArcadeCardRewindEnableMenuItem.Name = "PCEArcadeCardRewindEnableMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.PCEArcadeCardRewindEnableMenuItem.Size = new System.Drawing.Size(259, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.PCEArcadeCardRewindEnableMenuItem.Text = "Arcade Card Rewind-Enable Hack";
|
|
|
|
|
this.PCEArcadeCardRewindEnableMenuItem.Click += new System.EventHandler(this.PCEArcadeCardRewindEnableMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// PCEGraphicsSettingsMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.PCEGraphicsSettingsMenuItem.Name = "PCEGraphicsSettingsMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.PCEGraphicsSettingsMenuItem.Size = new System.Drawing.Size(259, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.PCEGraphicsSettingsMenuItem.Text = "Graphics Settings";
|
|
|
|
|
this.PCEGraphicsSettingsMenuItem.Click += new System.EventHandler(this.PCEGraphicsSettingsMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// SMSSubMenu
|
|
|
|
|
//
|
|
|
|
|
this.SMSSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2014-03-22 05:57:27 +00:00
|
|
|
|
this.SMSregionToolStripMenuItem,
|
|
|
|
|
this.SMSdisplayToolStripMenuItem,
|
2014-03-13 04:15:05 +00:00
|
|
|
|
this.SMStoolStripMenuItem2,
|
|
|
|
|
this.SMSenableBIOSToolStripMenuItem,
|
2013-10-27 13:53:28 +00:00
|
|
|
|
this.SMSEnableFMChipMenuItem,
|
|
|
|
|
this.SMSOverclockMenuItem,
|
|
|
|
|
this.SMSForceStereoMenuItem,
|
|
|
|
|
this.SMSSpriteLimitMenuItem,
|
2014-03-05 02:20:22 +00:00
|
|
|
|
this.SMSFix3DGameDisplayToolStripMenuItem,
|
2013-10-27 13:53:28 +00:00
|
|
|
|
this.ShowClippedRegionsMenuItem,
|
|
|
|
|
this.HighlightActiveDisplayRegionMenuItem,
|
2013-04-24 20:41:23 +00:00
|
|
|
|
this.toolStripSeparator24,
|
2013-10-27 13:53:28 +00:00
|
|
|
|
this.SMSGraphicsSettingsMenuItem,
|
2014-02-08 23:02:47 +00:00
|
|
|
|
this.GGGameGenieMenuItem,
|
|
|
|
|
this.SMSVDPViewerToolStripMenuItem});
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SMSSubMenu.Name = "SMSSubMenu";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SMSSubMenu.Size = new System.Drawing.Size(42, 19);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SMSSubMenu.Text = "&SMS";
|
|
|
|
|
this.SMSSubMenu.DropDownOpened += new System.EventHandler(this.SMSSubMenu_DropDownOpened);
|
|
|
|
|
//
|
2014-03-22 05:57:27 +00:00
|
|
|
|
// SMSregionToolStripMenuItem
|
2014-03-13 04:15:05 +00:00
|
|
|
|
//
|
2014-03-22 05:57:27 +00:00
|
|
|
|
this.SMSregionToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.SMSregionExportToolStripMenuItem,
|
|
|
|
|
this.SMSregionJapanToolStripMenuItem,
|
|
|
|
|
this.SMSregionAutoToolStripMenuItem});
|
|
|
|
|
this.SMSregionToolStripMenuItem.Name = "SMSregionToolStripMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SMSregionToolStripMenuItem.Size = new System.Drawing.Size(241, 22);
|
2014-03-22 05:57:27 +00:00
|
|
|
|
this.SMSregionToolStripMenuItem.Text = "Region";
|
2014-03-13 04:15:05 +00:00
|
|
|
|
//
|
2014-03-22 05:57:27 +00:00
|
|
|
|
// SMSregionExportToolStripMenuItem
|
2014-03-13 04:15:05 +00:00
|
|
|
|
//
|
2014-03-22 05:57:27 +00:00
|
|
|
|
this.SMSregionExportToolStripMenuItem.Name = "SMSregionExportToolStripMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SMSregionExportToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
|
2014-03-22 05:57:27 +00:00
|
|
|
|
this.SMSregionExportToolStripMenuItem.Text = "Export";
|
|
|
|
|
this.SMSregionExportToolStripMenuItem.Click += new System.EventHandler(this.SMS_RegionExport_Click);
|
2014-03-13 04:15:05 +00:00
|
|
|
|
//
|
2014-03-22 05:57:27 +00:00
|
|
|
|
// SMSregionJapanToolStripMenuItem
|
2014-03-13 04:15:05 +00:00
|
|
|
|
//
|
2014-03-22 05:57:27 +00:00
|
|
|
|
this.SMSregionJapanToolStripMenuItem.Name = "SMSregionJapanToolStripMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SMSregionJapanToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
|
2014-03-22 05:57:27 +00:00
|
|
|
|
this.SMSregionJapanToolStripMenuItem.Text = "Japan";
|
|
|
|
|
this.SMSregionJapanToolStripMenuItem.Click += new System.EventHandler(this.SMS_RegionJapan_Click);
|
2014-03-13 04:15:05 +00:00
|
|
|
|
//
|
2014-03-22 05:57:27 +00:00
|
|
|
|
// SMSregionAutoToolStripMenuItem
|
2014-03-13 04:15:05 +00:00
|
|
|
|
//
|
2014-03-22 05:57:27 +00:00
|
|
|
|
this.SMSregionAutoToolStripMenuItem.Name = "SMSregionAutoToolStripMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SMSregionAutoToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
|
2014-03-22 05:57:27 +00:00
|
|
|
|
this.SMSregionAutoToolStripMenuItem.Text = "Auto";
|
|
|
|
|
this.SMSregionAutoToolStripMenuItem.Click += new System.EventHandler(this.SMS_RegionAuto_Click);
|
2014-03-13 04:15:05 +00:00
|
|
|
|
//
|
2014-03-22 05:57:27 +00:00
|
|
|
|
// SMSdisplayToolStripMenuItem
|
2014-03-13 04:15:05 +00:00
|
|
|
|
//
|
2014-03-22 05:57:27 +00:00
|
|
|
|
this.SMSdisplayToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.SMSdisplayNtscToolStripMenuItem,
|
|
|
|
|
this.SMSdisplayPalToolStripMenuItem,
|
|
|
|
|
this.SMSdisplayAutoToolStripMenuItem});
|
|
|
|
|
this.SMSdisplayToolStripMenuItem.Name = "SMSdisplayToolStripMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SMSdisplayToolStripMenuItem.Size = new System.Drawing.Size(241, 22);
|
2014-03-22 05:57:27 +00:00
|
|
|
|
this.SMSdisplayToolStripMenuItem.Text = "Display Type";
|
|
|
|
|
//
|
|
|
|
|
// SMSdisplayNtscToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SMSdisplayNtscToolStripMenuItem.Name = "SMSdisplayNtscToolStripMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SMSdisplayNtscToolStripMenuItem.Size = new System.Drawing.Size(104, 22);
|
2014-03-22 05:57:27 +00:00
|
|
|
|
this.SMSdisplayNtscToolStripMenuItem.Text = "NTSC";
|
|
|
|
|
this.SMSdisplayNtscToolStripMenuItem.Click += new System.EventHandler(this.SMS_DisplayNTSC_Click);
|
|
|
|
|
//
|
|
|
|
|
// SMSdisplayPalToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SMSdisplayPalToolStripMenuItem.Name = "SMSdisplayPalToolStripMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SMSdisplayPalToolStripMenuItem.Size = new System.Drawing.Size(104, 22);
|
2014-03-22 05:57:27 +00:00
|
|
|
|
this.SMSdisplayPalToolStripMenuItem.Text = "PAL";
|
|
|
|
|
this.SMSdisplayPalToolStripMenuItem.Click += new System.EventHandler(this.SMS_DisplayPAL_Click);
|
|
|
|
|
//
|
|
|
|
|
// SMSdisplayAutoToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SMSdisplayAutoToolStripMenuItem.Name = "SMSdisplayAutoToolStripMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SMSdisplayAutoToolStripMenuItem.Size = new System.Drawing.Size(104, 22);
|
2014-03-22 05:57:27 +00:00
|
|
|
|
this.SMSdisplayAutoToolStripMenuItem.Text = "Auto";
|
|
|
|
|
this.SMSdisplayAutoToolStripMenuItem.Click += new System.EventHandler(this.SMS_DisplayAuto_Click);
|
2014-03-13 04:15:05 +00:00
|
|
|
|
//
|
|
|
|
|
// SMStoolStripMenuItem2
|
|
|
|
|
//
|
|
|
|
|
this.SMStoolStripMenuItem2.Name = "SMStoolStripMenuItem2";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SMStoolStripMenuItem2.Size = new System.Drawing.Size(238, 6);
|
2014-03-13 04:15:05 +00:00
|
|
|
|
//
|
|
|
|
|
// SMSenableBIOSToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SMSenableBIOSToolStripMenuItem.Name = "SMSenableBIOSToolStripMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SMSenableBIOSToolStripMenuItem.Size = new System.Drawing.Size(241, 22);
|
2014-03-13 04:15:05 +00:00
|
|
|
|
this.SMSenableBIOSToolStripMenuItem.Text = "Enable BIOS";
|
|
|
|
|
this.SMSenableBIOSToolStripMenuItem.Click += new System.EventHandler(this.SMS_BIOS_Click);
|
|
|
|
|
//
|
2013-12-04 02:43:40 +00:00
|
|
|
|
// SMSEnableFMChipMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SMSEnableFMChipMenuItem.Name = "SMSEnableFMChipMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SMSEnableFMChipMenuItem.Size = new System.Drawing.Size(241, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SMSEnableFMChipMenuItem.Text = "&Enable FM Chip";
|
|
|
|
|
this.SMSEnableFMChipMenuItem.Click += new System.EventHandler(this.SMSEnableFMChipMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// SMSOverclockMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SMSOverclockMenuItem.Name = "SMSOverclockMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SMSOverclockMenuItem.Size = new System.Drawing.Size(241, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SMSOverclockMenuItem.Text = "&Overclock when Known Safe";
|
|
|
|
|
this.SMSOverclockMenuItem.Click += new System.EventHandler(this.SMSOverclockMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// SMSForceStereoMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SMSForceStereoMenuItem.Name = "SMSForceStereoMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SMSForceStereoMenuItem.Size = new System.Drawing.Size(241, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SMSForceStereoMenuItem.Text = "&Force Stereo Separation";
|
|
|
|
|
this.SMSForceStereoMenuItem.Click += new System.EventHandler(this.SMSForceStereoMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// SMSSpriteLimitMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SMSSpriteLimitMenuItem.Name = "SMSSpriteLimitMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SMSSpriteLimitMenuItem.Size = new System.Drawing.Size(241, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SMSSpriteLimitMenuItem.Text = "Sprite &Limit";
|
|
|
|
|
this.SMSSpriteLimitMenuItem.Click += new System.EventHandler(this.SMSSpriteLimitMenuItem_Click);
|
|
|
|
|
//
|
2014-03-05 02:20:22 +00:00
|
|
|
|
// SMSFix3DGameDisplayToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SMSFix3DGameDisplayToolStripMenuItem.Name = "SMSFix3DGameDisplayToolStripMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SMSFix3DGameDisplayToolStripMenuItem.Size = new System.Drawing.Size(241, 22);
|
2014-03-05 02:20:22 +00:00
|
|
|
|
this.SMSFix3DGameDisplayToolStripMenuItem.Text = "Fix 3D Game Display";
|
|
|
|
|
this.SMSFix3DGameDisplayToolStripMenuItem.Click += new System.EventHandler(this.SMSFix3DDisplayMenuItem_Click);
|
|
|
|
|
//
|
2013-12-04 02:43:40 +00:00
|
|
|
|
// ShowClippedRegionsMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.ShowClippedRegionsMenuItem.Name = "ShowClippedRegionsMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.ShowClippedRegionsMenuItem.Size = new System.Drawing.Size(241, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.ShowClippedRegionsMenuItem.Text = "&Show Clipped Regions";
|
|
|
|
|
this.ShowClippedRegionsMenuItem.Click += new System.EventHandler(this.ShowClippedRegionsMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// HighlightActiveDisplayRegionMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.HighlightActiveDisplayRegionMenuItem.Name = "HighlightActiveDisplayRegionMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.HighlightActiveDisplayRegionMenuItem.Size = new System.Drawing.Size(241, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.HighlightActiveDisplayRegionMenuItem.Text = "&Highlight Active Display Region";
|
|
|
|
|
this.HighlightActiveDisplayRegionMenuItem.Click += new System.EventHandler(this.HighlightActiveDisplayRegionMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator24
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator24.Name = "toolStripSeparator24";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripSeparator24.Size = new System.Drawing.Size(238, 6);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// SMSGraphicsSettingsMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SMSGraphicsSettingsMenuItem.Name = "SMSGraphicsSettingsMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SMSGraphicsSettingsMenuItem.Size = new System.Drawing.Size(241, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SMSGraphicsSettingsMenuItem.Text = "&Graphics Settings...";
|
|
|
|
|
this.SMSGraphicsSettingsMenuItem.Click += new System.EventHandler(this.SMSGraphicsSettingsMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// GGGameGenieMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.GGGameGenieMenuItem.Name = "GGGameGenieMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.GGGameGenieMenuItem.Size = new System.Drawing.Size(241, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.GGGameGenieMenuItem.Text = "&Game Genie Encoder/Decoder";
|
|
|
|
|
this.GGGameGenieMenuItem.Click += new System.EventHandler(this.GGGameGenieMenuItem_Click);
|
|
|
|
|
//
|
2014-02-10 01:06:06 +00:00
|
|
|
|
// SMSVDPViewerToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SMSVDPViewerToolStripMenuItem.Name = "SMSVDPViewerToolStripMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SMSVDPViewerToolStripMenuItem.Size = new System.Drawing.Size(241, 22);
|
2014-02-10 01:06:06 +00:00
|
|
|
|
this.SMSVDPViewerToolStripMenuItem.Text = "&VDP Viewer";
|
2014-05-10 14:50:47 +00:00
|
|
|
|
this.SMSVDPViewerToolStripMenuItem.Click += new System.EventHandler(this.SmsVdpViewerMenuItem_Click);
|
2014-02-10 01:06:06 +00:00
|
|
|
|
//
|
2013-12-04 02:43:40 +00:00
|
|
|
|
// TI83SubMenu
|
|
|
|
|
//
|
|
|
|
|
this.TI83SubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2013-10-27 13:53:28 +00:00
|
|
|
|
this.KeypadMenuItem,
|
2013-04-24 20:41:23 +00:00
|
|
|
|
this.toolStripSeparator13,
|
2013-10-27 13:53:28 +00:00
|
|
|
|
this.AutoloadKeypadMenuItem,
|
|
|
|
|
this.LoadTIFileMenuItem});
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.TI83SubMenu.Name = "TI83SubMenu";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.TI83SubMenu.Size = new System.Drawing.Size(41, 19);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.TI83SubMenu.Text = "TI83";
|
|
|
|
|
this.TI83SubMenu.DropDownOpened += new System.EventHandler(this.TI83SubMenu_DropDownOpened);
|
|
|
|
|
//
|
|
|
|
|
// KeypadMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.KeypadMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.calculator;
|
|
|
|
|
this.KeypadMenuItem.Name = "KeypadMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.KeypadMenuItem.Size = new System.Drawing.Size(165, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.KeypadMenuItem.Text = "Keypad";
|
|
|
|
|
this.KeypadMenuItem.Click += new System.EventHandler(this.KeypadMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator13
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator13.Name = "toolStripSeparator13";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripSeparator13.Size = new System.Drawing.Size(162, 6);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// AutoloadKeypadMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.AutoloadKeypadMenuItem.Checked = true;
|
|
|
|
|
this.AutoloadKeypadMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
this.AutoloadKeypadMenuItem.Name = "AutoloadKeypadMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.AutoloadKeypadMenuItem.Size = new System.Drawing.Size(165, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.AutoloadKeypadMenuItem.Text = "Autoload Keypad";
|
|
|
|
|
this.AutoloadKeypadMenuItem.Click += new System.EventHandler(this.AutoloadKeypadMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// LoadTIFileMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.LoadTIFileMenuItem.Name = "LoadTIFileMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.LoadTIFileMenuItem.Size = new System.Drawing.Size(165, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.LoadTIFileMenuItem.Text = "Load TI File";
|
|
|
|
|
this.LoadTIFileMenuItem.Click += new System.EventHandler(this.LoadTIFileMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// AtariSubMenu
|
|
|
|
|
//
|
|
|
|
|
this.AtariSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2014-04-19 19:01:13 +00:00
|
|
|
|
this.Atari2600DebuggerMenuItem,
|
|
|
|
|
this.toolStripSeparator31,
|
2013-12-24 20:50:53 +00:00
|
|
|
|
this.AtariSettingsToolStripMenuItem});
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.AtariSubMenu.Name = "AtariSubMenu";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.AtariSubMenu.Size = new System.Drawing.Size(44, 19);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.AtariSubMenu.Text = "&Atari";
|
|
|
|
|
//
|
2014-04-22 02:38:02 +00:00
|
|
|
|
// Atari2600DebuggerMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.Atari2600DebuggerMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Bug;
|
|
|
|
|
this.Atari2600DebuggerMenuItem.Name = "Atari2600DebuggerMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.Atari2600DebuggerMenuItem.Size = new System.Drawing.Size(126, 22);
|
2014-04-22 02:38:02 +00:00
|
|
|
|
this.Atari2600DebuggerMenuItem.Text = "Debugger";
|
|
|
|
|
this.Atari2600DebuggerMenuItem.Click += new System.EventHandler(this.Atari2600DebuggerMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator31
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator31.Name = "toolStripSeparator31";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripSeparator31.Size = new System.Drawing.Size(123, 6);
|
2014-04-22 02:38:02 +00:00
|
|
|
|
//
|
2013-12-24 20:50:53 +00:00
|
|
|
|
// AtariSettingsToolStripMenuItem
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
2013-12-24 20:50:53 +00:00
|
|
|
|
this.AtariSettingsToolStripMenuItem.Name = "AtariSettingsToolStripMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.AtariSettingsToolStripMenuItem.Size = new System.Drawing.Size(126, 22);
|
2013-12-24 20:50:53 +00:00
|
|
|
|
this.AtariSettingsToolStripMenuItem.Text = "Settings...";
|
|
|
|
|
this.AtariSettingsToolStripMenuItem.Click += new System.EventHandler(this.AtariSettingsToolStripMenuItem_Click);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// GBSubMenu
|
|
|
|
|
//
|
|
|
|
|
this.GBSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2014-05-12 17:24:43 +00:00
|
|
|
|
this.GBcoreSettingsToolStripMenuItem,
|
2013-10-27 13:53:28 +00:00
|
|
|
|
this.LoadGBInSGBMenuItem,
|
2013-04-24 20:41:23 +00:00
|
|
|
|
this.toolStripSeparator28,
|
2013-10-27 13:53:28 +00:00
|
|
|
|
this.GBGPUViewerMenuItem,
|
|
|
|
|
this.GBGameGenieMenuItem});
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.GBSubMenu.Name = "GBSubMenu";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.GBSubMenu.Size = new System.Drawing.Size(34, 19);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.GBSubMenu.Text = "&GB";
|
|
|
|
|
this.GBSubMenu.DropDownOpened += new System.EventHandler(this.GBSubMenu_DropDownOpened);
|
|
|
|
|
//
|
2014-05-16 00:24:40 +00:00
|
|
|
|
// GBcoreSettingsToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.GBcoreSettingsToolStripMenuItem.Name = "GBcoreSettingsToolStripMenuItem";
|
|
|
|
|
this.GBcoreSettingsToolStripMenuItem.Size = new System.Drawing.Size(233, 22);
|
|
|
|
|
this.GBcoreSettingsToolStripMenuItem.Text = "Core Settings";
|
|
|
|
|
this.GBcoreSettingsToolStripMenuItem.Click += new System.EventHandler(this.GBcoreSettingsToolStripMenuItem_Click);
|
|
|
|
|
//
|
2013-12-04 02:43:40 +00:00
|
|
|
|
// LoadGBInSGBMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.LoadGBInSGBMenuItem.Name = "LoadGBInSGBMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.LoadGBInSGBMenuItem.Size = new System.Drawing.Size(233, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.LoadGBInSGBMenuItem.Text = "Load GB in SGB";
|
|
|
|
|
this.LoadGBInSGBMenuItem.Click += new System.EventHandler(this.LoadGBInSGBMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator28
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator28.Name = "toolStripSeparator28";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripSeparator28.Size = new System.Drawing.Size(230, 6);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// GBGPUViewerMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.GBGPUViewerMenuItem.Name = "GBGPUViewerMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.GBGPUViewerMenuItem.Size = new System.Drawing.Size(233, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.GBGPUViewerMenuItem.Text = "GPU Viewer";
|
|
|
|
|
this.GBGPUViewerMenuItem.Click += new System.EventHandler(this.GBGPUViewerMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// GBGameGenieMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.GBGameGenieMenuItem.Name = "GBGameGenieMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.GBGameGenieMenuItem.Size = new System.Drawing.Size(233, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.GBGameGenieMenuItem.Text = "&Game Genie Encoder/Decoder";
|
|
|
|
|
this.GBGameGenieMenuItem.Click += new System.EventHandler(this.GBGameGenieMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// GBASubMenu
|
|
|
|
|
//
|
|
|
|
|
this.GBASubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2013-10-27 13:53:28 +00:00
|
|
|
|
this.GbaGpuViewerMenuItem});
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.GBASubMenu.Name = "GBASubMenu";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.GBASubMenu.Size = new System.Drawing.Size(42, 19);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.GBASubMenu.Text = "GBA";
|
|
|
|
|
//
|
|
|
|
|
// GbaGpuViewerMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.GbaGpuViewerMenuItem.Name = "GbaGpuViewerMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.GbaGpuViewerMenuItem.Size = new System.Drawing.Size(135, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.GbaGpuViewerMenuItem.Text = "GPU Viewer";
|
|
|
|
|
this.GbaGpuViewerMenuItem.Click += new System.EventHandler(this.GbaGpuViewerMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// SNESSubMenu
|
|
|
|
|
//
|
|
|
|
|
this.SNESSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2013-10-27 13:53:28 +00:00
|
|
|
|
this.SNESDisplayMenuItem,
|
2013-04-24 20:41:23 +00:00
|
|
|
|
this.toolStripSeparator18,
|
2013-10-27 13:53:28 +00:00
|
|
|
|
this.SnesGfxDebuggerMenuItem,
|
|
|
|
|
this.SnesGBInSGBMenuItem,
|
|
|
|
|
this.SnesGameGenieMenuItem,
|
|
|
|
|
this.SnesOptionsMenuItem});
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SNESSubMenu.Name = "SNESSubMenu";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SNESSubMenu.Size = new System.Drawing.Size(46, 19);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SNESSubMenu.Text = "&SNES";
|
|
|
|
|
this.SNESSubMenu.DropDownOpened += new System.EventHandler(this.SNESSubMenu_DropDownOpened);
|
|
|
|
|
//
|
|
|
|
|
// SNESDisplayMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SNESDisplayMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2013-10-27 13:53:28 +00:00
|
|
|
|
this.SnesBg1MenuItem,
|
|
|
|
|
this.SnesBg2MenuItem,
|
|
|
|
|
this.SnesBg3MenuItem,
|
|
|
|
|
this.SnesBg4MenuItem,
|
|
|
|
|
this.SnesObj1MenuItem,
|
|
|
|
|
this.SnesObj2MenuItem,
|
|
|
|
|
this.SnesObj3MenuItem,
|
|
|
|
|
this.SnesObj4MenuItem});
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SNESDisplayMenuItem.Name = "SNESDisplayMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SNESDisplayMenuItem.Size = new System.Drawing.Size(233, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SNESDisplayMenuItem.Text = "Display";
|
|
|
|
|
this.SNESDisplayMenuItem.DropDownOpened += new System.EventHandler(this.SNESDisplayMenuItem_DropDownOpened);
|
|
|
|
|
//
|
|
|
|
|
// SnesBg1MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SnesBg1MenuItem.Name = "SnesBg1MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SnesBg1MenuItem.Size = new System.Drawing.Size(103, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SnesBg1MenuItem.Text = "BG 1";
|
|
|
|
|
this.SnesBg1MenuItem.Click += new System.EventHandler(this.SnesBg1MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// SnesBg2MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SnesBg2MenuItem.Name = "SnesBg2MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SnesBg2MenuItem.Size = new System.Drawing.Size(103, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SnesBg2MenuItem.Text = "BG 2";
|
|
|
|
|
this.SnesBg2MenuItem.Click += new System.EventHandler(this.SnesBg2MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// SnesBg3MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SnesBg3MenuItem.Name = "SnesBg3MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SnesBg3MenuItem.Size = new System.Drawing.Size(103, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SnesBg3MenuItem.Text = "BG 3";
|
|
|
|
|
this.SnesBg3MenuItem.Click += new System.EventHandler(this.SnesBg3MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// SnesBg4MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SnesBg4MenuItem.Name = "SnesBg4MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SnesBg4MenuItem.Size = new System.Drawing.Size(103, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SnesBg4MenuItem.Text = "BG 4";
|
|
|
|
|
this.SnesBg4MenuItem.Click += new System.EventHandler(this.SnesBg4MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// SnesObj1MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SnesObj1MenuItem.Name = "SnesObj1MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SnesObj1MenuItem.Size = new System.Drawing.Size(103, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SnesObj1MenuItem.Text = "OBJ 1";
|
|
|
|
|
this.SnesObj1MenuItem.Click += new System.EventHandler(this.SnesObj1MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// SnesObj2MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SnesObj2MenuItem.Name = "SnesObj2MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SnesObj2MenuItem.Size = new System.Drawing.Size(103, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SnesObj2MenuItem.Text = "OBJ 2";
|
|
|
|
|
this.SnesObj2MenuItem.Click += new System.EventHandler(this.SnesObj2MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// SnesObj3MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SnesObj3MenuItem.Name = "SnesObj3MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SnesObj3MenuItem.Size = new System.Drawing.Size(103, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SnesObj3MenuItem.Text = "OBJ 3";
|
|
|
|
|
this.SnesObj3MenuItem.Click += new System.EventHandler(this.SnesObj3MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// SnesObj4MenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SnesObj4MenuItem.Name = "SnesObj4MenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SnesObj4MenuItem.Size = new System.Drawing.Size(103, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SnesObj4MenuItem.Text = "OBJ 4";
|
|
|
|
|
this.SnesObj4MenuItem.Click += new System.EventHandler(this.SnesObj4MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator18
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator18.Name = "toolStripSeparator18";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripSeparator18.Size = new System.Drawing.Size(230, 6);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// SnesGfxDebuggerMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SnesGfxDebuggerMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Bug;
|
|
|
|
|
this.SnesGfxDebuggerMenuItem.Name = "SnesGfxDebuggerMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SnesGfxDebuggerMenuItem.Size = new System.Drawing.Size(233, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SnesGfxDebuggerMenuItem.Text = "Graphics Debugger";
|
|
|
|
|
this.SnesGfxDebuggerMenuItem.Click += new System.EventHandler(this.SnesGfxDebuggerMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// SnesGBInSGBMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SnesGBInSGBMenuItem.Name = "SnesGBInSGBMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SnesGBInSGBMenuItem.Size = new System.Drawing.Size(233, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SnesGBInSGBMenuItem.Text = "Load GB in SGB";
|
|
|
|
|
this.SnesGBInSGBMenuItem.Click += new System.EventHandler(this.SnesGBInSGBMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// SnesGameGenieMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SnesGameGenieMenuItem.Name = "SnesGameGenieMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SnesGameGenieMenuItem.Size = new System.Drawing.Size(233, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SnesGameGenieMenuItem.Text = "&Game Genie Encoder/Decoder";
|
|
|
|
|
this.SnesGameGenieMenuItem.Click += new System.EventHandler(this.SnesGameGenieMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// SnesOptionsMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SnesOptionsMenuItem.Name = "SnesOptionsMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SnesOptionsMenuItem.Size = new System.Drawing.Size(233, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SnesOptionsMenuItem.Text = "&Options";
|
|
|
|
|
this.SnesOptionsMenuItem.Click += new System.EventHandler(this.SnesOptionsMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// ColecoSubMenu
|
|
|
|
|
//
|
|
|
|
|
this.ColecoSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2013-10-27 13:53:28 +00:00
|
|
|
|
this.ColecoSkipBiosMenuItem});
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.ColecoSubMenu.Name = "ColecoSubMenu";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.ColecoSubMenu.Size = new System.Drawing.Size(56, 19);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.ColecoSubMenu.Text = "&Coleco";
|
|
|
|
|
this.ColecoSubMenu.DropDownOpened += new System.EventHandler(this.ColecoSubMenu_DropDownOpened);
|
|
|
|
|
//
|
|
|
|
|
// ColecoSkipBiosMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.ColecoSkipBiosMenuItem.Name = "ColecoSkipBiosMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.ColecoSkipBiosMenuItem.Size = new System.Drawing.Size(152, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.ColecoSkipBiosMenuItem.Text = "&Skip BIOS intro";
|
|
|
|
|
this.ColecoSkipBiosMenuItem.Click += new System.EventHandler(this.ColecoSkipBiosMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// N64SubMenu
|
|
|
|
|
//
|
|
|
|
|
this.N64SubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2014-05-10 02:03:23 +00:00
|
|
|
|
this.N64PluginSettingsMenuItem,
|
2014-05-10 13:49:00 +00:00
|
|
|
|
this.N64ControllerSettingsMenuItem});
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.N64SubMenu.Name = "N64SubMenu";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.N64SubMenu.Size = new System.Drawing.Size(40, 19);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.N64SubMenu.Text = "N64";
|
2014-05-10 13:49:00 +00:00
|
|
|
|
this.N64SubMenu.DropDownOpened += new System.EventHandler(this.N64SubMenu_DropDownOpened);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// N64PluginSettingsMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.N64PluginSettingsMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("N64PluginSettingsMenuItem.Image")));
|
|
|
|
|
this.N64PluginSettingsMenuItem.Name = "N64PluginSettingsMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.N64PluginSettingsMenuItem.Size = new System.Drawing.Size(181, 22);
|
2014-05-10 17:30:03 +00:00
|
|
|
|
this.N64PluginSettingsMenuItem.Text = "Plugins";
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.N64PluginSettingsMenuItem.Click += new System.EventHandler(this.N64PluginSettingsMenuItem_Click);
|
|
|
|
|
//
|
2014-05-10 13:49:00 +00:00
|
|
|
|
// N64ControllerSettingsMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.N64ControllerSettingsMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.GameController;
|
|
|
|
|
this.N64ControllerSettingsMenuItem.Name = "N64ControllerSettingsMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.N64ControllerSettingsMenuItem.Size = new System.Drawing.Size(181, 22);
|
2014-05-10 13:49:00 +00:00
|
|
|
|
this.N64ControllerSettingsMenuItem.Text = "Controller Settings...";
|
|
|
|
|
this.N64ControllerSettingsMenuItem.Click += new System.EventHandler(this.N64ControllerSettingsMenuItem_Click);
|
|
|
|
|
//
|
2013-12-04 02:43:40 +00:00
|
|
|
|
// SaturnSubMenu
|
|
|
|
|
//
|
|
|
|
|
this.SaturnSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2013-10-27 13:53:28 +00:00
|
|
|
|
this.SaturnPreferencesMenuItem});
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SaturnSubMenu.Name = "SaturnSubMenu";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SaturnSubMenu.Size = new System.Drawing.Size(53, 19);
|
2013-12-23 16:58:20 +00:00
|
|
|
|
this.SaturnSubMenu.Text = "&Saturn";
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// SaturnPreferencesMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SaturnPreferencesMenuItem.Name = "SaturnPreferencesMenuItem";
|
2013-12-23 23:03:12 +00:00
|
|
|
|
this.SaturnPreferencesMenuItem.Size = new System.Drawing.Size(144, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SaturnPreferencesMenuItem.Text = "Preferences...";
|
|
|
|
|
this.SaturnPreferencesMenuItem.Click += new System.EventHandler(this.SaturnPreferencesMenuItem_Click);
|
|
|
|
|
//
|
2013-12-23 16:58:20 +00:00
|
|
|
|
// DGBSubMenu
|
|
|
|
|
//
|
|
|
|
|
this.DGBSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.DGBsettingsToolStripMenuItem});
|
|
|
|
|
this.DGBSubMenu.Name = "DGBSubMenu";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.DGBSubMenu.Size = new System.Drawing.Size(59, 19);
|
2013-12-23 16:58:20 +00:00
|
|
|
|
this.DGBSubMenu.Text = "&GB Link";
|
|
|
|
|
//
|
|
|
|
|
// DGBsettingsToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.DGBsettingsToolStripMenuItem.Name = "DGBsettingsToolStripMenuItem";
|
2014-03-05 02:20:22 +00:00
|
|
|
|
this.DGBsettingsToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
|
2013-12-23 16:58:20 +00:00
|
|
|
|
this.DGBsettingsToolStripMenuItem.Text = "Settings...";
|
|
|
|
|
this.DGBsettingsToolStripMenuItem.Click += new System.EventHandler(this.DGBsettingsToolStripMenuItem_Click);
|
|
|
|
|
//
|
2013-12-23 23:03:12 +00:00
|
|
|
|
// GenesisSubMenu
|
|
|
|
|
//
|
|
|
|
|
this.GenesisSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2014-04-13 22:08:46 +00:00
|
|
|
|
this.vDPViewerToolStripMenuItem,
|
|
|
|
|
this.toolStripSeparator26,
|
|
|
|
|
this.GenesisSettingsToolStripMenuItem});
|
2013-12-23 23:03:12 +00:00
|
|
|
|
this.GenesisSubMenu.Name = "GenesisSubMenu";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.GenesisSubMenu.Size = new System.Drawing.Size(59, 19);
|
2013-12-23 23:03:12 +00:00
|
|
|
|
this.GenesisSubMenu.Text = "&Genesis";
|
|
|
|
|
//
|
2014-03-05 02:20:22 +00:00
|
|
|
|
// vDPViewerToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.vDPViewerToolStripMenuItem.Name = "vDPViewerToolStripMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.vDPViewerToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
|
2014-03-05 02:20:22 +00:00
|
|
|
|
this.vDPViewerToolStripMenuItem.Text = "&VDP Viewer";
|
2014-05-10 14:50:47 +00:00
|
|
|
|
this.vDPViewerToolStripMenuItem.Click += new System.EventHandler(this.GenVdpViewerMenuItem_Click);
|
2014-03-05 02:20:22 +00:00
|
|
|
|
//
|
2014-04-13 22:08:46 +00:00
|
|
|
|
// toolStripSeparator26
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator26.Name = "toolStripSeparator26";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripSeparator26.Size = new System.Drawing.Size(131, 6);
|
2014-04-13 22:08:46 +00:00
|
|
|
|
//
|
|
|
|
|
// GenesisSettingsToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.GenesisSettingsToolStripMenuItem.Name = "GenesisSettingsToolStripMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.GenesisSettingsToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
|
2014-04-13 22:08:46 +00:00
|
|
|
|
this.GenesisSettingsToolStripMenuItem.Text = "&Settings...";
|
2014-05-10 14:50:47 +00:00
|
|
|
|
this.GenesisSettingsToolStripMenuItem.Click += new System.EventHandler(this.GenesisSettingsMenuItem_Click);
|
2014-04-13 22:08:46 +00:00
|
|
|
|
//
|
2013-12-04 02:43:40 +00:00
|
|
|
|
// HelpSubMenu
|
|
|
|
|
//
|
|
|
|
|
this.HelpSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2013-10-27 13:53:28 +00:00
|
|
|
|
this.OnlineHelpMenuItem,
|
|
|
|
|
this.ForumsMenuItem,
|
|
|
|
|
this.AboutMenuItem});
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.HelpSubMenu.Name = "HelpSubMenu";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.HelpSubMenu.Size = new System.Drawing.Size(44, 19);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.HelpSubMenu.Text = "&Help";
|
|
|
|
|
//
|
|
|
|
|
// OnlineHelpMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.OnlineHelpMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Help;
|
|
|
|
|
this.OnlineHelpMenuItem.Name = "OnlineHelpMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.OnlineHelpMenuItem.Size = new System.Drawing.Size(146, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.OnlineHelpMenuItem.Text = "&Online Help...";
|
|
|
|
|
this.OnlineHelpMenuItem.Click += new System.EventHandler(this.OnlineHelpMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// ForumsMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.ForumsMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.TAStudio;
|
|
|
|
|
this.ForumsMenuItem.Name = "ForumsMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.ForumsMenuItem.Size = new System.Drawing.Size(146, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.ForumsMenuItem.Text = "Forums...";
|
|
|
|
|
this.ForumsMenuItem.Click += new System.EventHandler(this.ForumsMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// AboutMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.AboutMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.CorpHawkSmall;
|
|
|
|
|
this.AboutMenuItem.Name = "AboutMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.AboutMenuItem.Size = new System.Drawing.Size(146, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.AboutMenuItem.Text = "&About";
|
|
|
|
|
this.AboutMenuItem.Click += new System.EventHandler(this.AboutMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// MainStatusBar
|
|
|
|
|
//
|
|
|
|
|
this.MainStatusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2013-10-27 15:53:37 +00:00
|
|
|
|
this.DumpStatusButton,
|
2013-04-24 20:41:23 +00:00
|
|
|
|
this.EmuStatus,
|
2013-10-27 15:53:37 +00:00
|
|
|
|
this.PlayRecordStatusButton,
|
|
|
|
|
this.PauseStatusButton,
|
2013-04-24 20:41:23 +00:00
|
|
|
|
this.RebootStatusBarIcon,
|
|
|
|
|
this.AVIStatusLabel,
|
2013-10-27 15:53:37 +00:00
|
|
|
|
this.LedLightStatusLabel,
|
|
|
|
|
this.SaveSlotsStatusLabel,
|
|
|
|
|
this.Slot1StatusButton,
|
|
|
|
|
this.Slot2StatusButton,
|
|
|
|
|
this.Slot3StatusButton,
|
|
|
|
|
this.Slot4StatusButton,
|
|
|
|
|
this.Slot5StatusButton,
|
|
|
|
|
this.Slot6StatusButton,
|
|
|
|
|
this.Slot7StatusButton,
|
|
|
|
|
this.Slot8StatusButton,
|
|
|
|
|
this.Slot9StatusButton,
|
|
|
|
|
this.Slot0StatusButton,
|
|
|
|
|
this.CheatStatusButton,
|
2014-04-25 01:19:57 +00:00
|
|
|
|
this.KeyPriorityStatusLabel,
|
|
|
|
|
this.CoreNameStatusBarButton});
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.MainStatusBar.Location = new System.Drawing.Point(0, 386);
|
|
|
|
|
this.MainStatusBar.Name = "MainStatusBar";
|
|
|
|
|
this.MainStatusBar.ShowItemToolTips = true;
|
|
|
|
|
this.MainStatusBar.Size = new System.Drawing.Size(470, 22);
|
|
|
|
|
this.MainStatusBar.SizingGrip = false;
|
|
|
|
|
this.MainStatusBar.TabIndex = 1;
|
|
|
|
|
this.MainStatusBar.Text = "0";
|
|
|
|
|
//
|
|
|
|
|
// DumpStatusButton
|
|
|
|
|
//
|
|
|
|
|
this.DumpStatusButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
|
|
this.DumpStatusButton.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Blank;
|
|
|
|
|
this.DumpStatusButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.DumpStatusButton.Name = "DumpStatusButton";
|
|
|
|
|
this.DumpStatusButton.ShowDropDownArrow = false;
|
|
|
|
|
this.DumpStatusButton.Size = new System.Drawing.Size(20, 20);
|
|
|
|
|
this.DumpStatusButton.Text = "No ROM loaded";
|
|
|
|
|
this.DumpStatusButton.Click += new System.EventHandler(this.DumpStatusButton_Click);
|
|
|
|
|
//
|
|
|
|
|
// EmuStatus
|
|
|
|
|
//
|
|
|
|
|
this.EmuStatus.Name = "EmuStatus";
|
|
|
|
|
this.EmuStatus.Size = new System.Drawing.Size(0, 17);
|
|
|
|
|
//
|
|
|
|
|
// PlayRecordStatusButton
|
|
|
|
|
//
|
|
|
|
|
this.PlayRecordStatusButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
|
|
this.PlayRecordStatusButton.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Blank;
|
|
|
|
|
this.PlayRecordStatusButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.PlayRecordStatusButton.Name = "PlayRecordStatusButton";
|
|
|
|
|
this.PlayRecordStatusButton.ShowDropDownArrow = false;
|
|
|
|
|
this.PlayRecordStatusButton.Size = new System.Drawing.Size(20, 20);
|
|
|
|
|
this.PlayRecordStatusButton.Text = "No movie is active";
|
|
|
|
|
//
|
|
|
|
|
// PauseStatusButton
|
|
|
|
|
//
|
|
|
|
|
this.PauseStatusButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
|
|
|
|
this.PauseStatusButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
|
|
this.PauseStatusButton.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Blank;
|
|
|
|
|
this.PauseStatusButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.PauseStatusButton.Name = "PauseStatusButton";
|
|
|
|
|
this.PauseStatusButton.ShowDropDownArrow = false;
|
|
|
|
|
this.PauseStatusButton.Size = new System.Drawing.Size(20, 20);
|
|
|
|
|
this.PauseStatusButton.Text = "toolStripDropDownButton1";
|
|
|
|
|
this.PauseStatusButton.ToolTipText = "Emulator is paused";
|
|
|
|
|
this.PauseStatusButton.Click += new System.EventHandler(this.PauseMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// RebootStatusBarIcon
|
|
|
|
|
//
|
|
|
|
|
this.RebootStatusBarIcon.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
|
|
this.RebootStatusBarIcon.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.reboot;
|
|
|
|
|
this.RebootStatusBarIcon.Name = "RebootStatusBarIcon";
|
|
|
|
|
this.RebootStatusBarIcon.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
|
|
|
this.RebootStatusBarIcon.Size = new System.Drawing.Size(16, 17);
|
|
|
|
|
this.RebootStatusBarIcon.Text = "Reboot";
|
|
|
|
|
this.RebootStatusBarIcon.ToolTipText = "A reboot of the core is needed for a setting change to take affect";
|
|
|
|
|
this.RebootStatusBarIcon.Click += new System.EventHandler(this.PowerMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// AVIStatusLabel
|
|
|
|
|
//
|
|
|
|
|
this.AVIStatusLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
|
|
this.AVIStatusLabel.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Blank;
|
|
|
|
|
this.AVIStatusLabel.Name = "AVIStatusLabel";
|
|
|
|
|
this.AVIStatusLabel.Size = new System.Drawing.Size(16, 17);
|
|
|
|
|
this.AVIStatusLabel.Text = "AVI Capture";
|
|
|
|
|
//
|
|
|
|
|
// LedLightStatusLabel
|
|
|
|
|
//
|
|
|
|
|
this.LedLightStatusLabel.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.LightOff;
|
|
|
|
|
this.LedLightStatusLabel.Name = "LedLightStatusLabel";
|
|
|
|
|
this.LedLightStatusLabel.Size = new System.Drawing.Size(16, 17);
|
|
|
|
|
this.LedLightStatusLabel.ToolTipText = "Disk Drive LED Light";
|
|
|
|
|
//
|
|
|
|
|
// SaveSlotsStatusLabel
|
|
|
|
|
//
|
|
|
|
|
this.SaveSlotsStatusLabel.BackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.SaveSlotsStatusLabel.Name = "SaveSlotsStatusLabel";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SaveSlotsStatusLabel.Size = new System.Drawing.Size(58, 17);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SaveSlotsStatusLabel.Text = "Save slots";
|
|
|
|
|
//
|
|
|
|
|
// Slot1StatusButton
|
|
|
|
|
//
|
|
|
|
|
this.Slot1StatusButton.Name = "Slot1StatusButton";
|
|
|
|
|
this.Slot1StatusButton.Size = new System.Drawing.Size(13, 17);
|
|
|
|
|
this.Slot1StatusButton.Text = "1";
|
|
|
|
|
this.Slot1StatusButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.SlotStatusButtons_MouseUp);
|
|
|
|
|
//
|
|
|
|
|
// Slot2StatusButton
|
|
|
|
|
//
|
|
|
|
|
this.Slot2StatusButton.Name = "Slot2StatusButton";
|
|
|
|
|
this.Slot2StatusButton.Size = new System.Drawing.Size(13, 17);
|
|
|
|
|
this.Slot2StatusButton.Text = "2";
|
|
|
|
|
this.Slot2StatusButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.SlotStatusButtons_MouseUp);
|
|
|
|
|
//
|
|
|
|
|
// Slot3StatusButton
|
|
|
|
|
//
|
|
|
|
|
this.Slot3StatusButton.Name = "Slot3StatusButton";
|
|
|
|
|
this.Slot3StatusButton.Size = new System.Drawing.Size(13, 17);
|
|
|
|
|
this.Slot3StatusButton.Text = "3";
|
|
|
|
|
this.Slot3StatusButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.SlotStatusButtons_MouseUp);
|
|
|
|
|
//
|
|
|
|
|
// Slot4StatusButton
|
|
|
|
|
//
|
|
|
|
|
this.Slot4StatusButton.Name = "Slot4StatusButton";
|
|
|
|
|
this.Slot4StatusButton.Size = new System.Drawing.Size(13, 17);
|
|
|
|
|
this.Slot4StatusButton.Text = "4";
|
|
|
|
|
this.Slot4StatusButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.SlotStatusButtons_MouseUp);
|
|
|
|
|
//
|
|
|
|
|
// Slot5StatusButton
|
|
|
|
|
//
|
|
|
|
|
this.Slot5StatusButton.Name = "Slot5StatusButton";
|
|
|
|
|
this.Slot5StatusButton.Size = new System.Drawing.Size(13, 17);
|
|
|
|
|
this.Slot5StatusButton.Text = "5";
|
|
|
|
|
this.Slot5StatusButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.SlotStatusButtons_MouseUp);
|
|
|
|
|
//
|
|
|
|
|
// Slot6StatusButton
|
|
|
|
|
//
|
|
|
|
|
this.Slot6StatusButton.Name = "Slot6StatusButton";
|
|
|
|
|
this.Slot6StatusButton.Size = new System.Drawing.Size(13, 17);
|
|
|
|
|
this.Slot6StatusButton.Text = "6";
|
|
|
|
|
this.Slot6StatusButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.SlotStatusButtons_MouseUp);
|
|
|
|
|
//
|
|
|
|
|
// Slot7StatusButton
|
|
|
|
|
//
|
|
|
|
|
this.Slot7StatusButton.Name = "Slot7StatusButton";
|
|
|
|
|
this.Slot7StatusButton.Size = new System.Drawing.Size(13, 17);
|
|
|
|
|
this.Slot7StatusButton.Text = "7";
|
|
|
|
|
this.Slot7StatusButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.SlotStatusButtons_MouseUp);
|
|
|
|
|
//
|
|
|
|
|
// Slot8StatusButton
|
|
|
|
|
//
|
|
|
|
|
this.Slot8StatusButton.Name = "Slot8StatusButton";
|
|
|
|
|
this.Slot8StatusButton.Size = new System.Drawing.Size(13, 17);
|
|
|
|
|
this.Slot8StatusButton.Text = "8";
|
|
|
|
|
this.Slot8StatusButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.SlotStatusButtons_MouseUp);
|
|
|
|
|
//
|
|
|
|
|
// Slot9StatusButton
|
|
|
|
|
//
|
|
|
|
|
this.Slot9StatusButton.Name = "Slot9StatusButton";
|
|
|
|
|
this.Slot9StatusButton.Size = new System.Drawing.Size(13, 17);
|
|
|
|
|
this.Slot9StatusButton.Text = "9";
|
|
|
|
|
this.Slot9StatusButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.SlotStatusButtons_MouseUp);
|
|
|
|
|
//
|
|
|
|
|
// Slot0StatusButton
|
|
|
|
|
//
|
|
|
|
|
this.Slot0StatusButton.Name = "Slot0StatusButton";
|
|
|
|
|
this.Slot0StatusButton.Size = new System.Drawing.Size(13, 17);
|
|
|
|
|
this.Slot0StatusButton.Text = "0";
|
|
|
|
|
this.Slot0StatusButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.SlotStatusButtons_MouseUp);
|
|
|
|
|
//
|
|
|
|
|
// CheatStatusButton
|
|
|
|
|
//
|
|
|
|
|
this.CheatStatusButton.Name = "CheatStatusButton";
|
|
|
|
|
this.CheatStatusButton.Size = new System.Drawing.Size(0, 17);
|
|
|
|
|
this.CheatStatusButton.Click += new System.EventHandler(this.FreezeStatus_Click);
|
|
|
|
|
//
|
|
|
|
|
// KeyPriorityStatusLabel
|
|
|
|
|
//
|
|
|
|
|
this.KeyPriorityStatusLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
|
|
this.KeyPriorityStatusLabel.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Both;
|
2014-04-25 01:19:57 +00:00
|
|
|
|
this.KeyPriorityStatusLabel.Margin = new System.Windows.Forms.Padding(5, 3, 5, 0);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.KeyPriorityStatusLabel.Name = "KeyPriorityStatusLabel";
|
2014-04-25 01:19:57 +00:00
|
|
|
|
this.KeyPriorityStatusLabel.Size = new System.Drawing.Size(16, 19);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.KeyPriorityStatusLabel.Text = "KeyPriority";
|
|
|
|
|
this.KeyPriorityStatusLabel.Click += new System.EventHandler(this.KeyPriorityStatusLabel_Click);
|
|
|
|
|
//
|
2014-04-27 02:26:03 +00:00
|
|
|
|
// CoreNameStatusBarButton
|
|
|
|
|
//
|
|
|
|
|
this.CoreNameStatusBarButton.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.CorpHawkSmall;
|
|
|
|
|
this.CoreNameStatusBarButton.Name = "CoreNameStatusBarButton";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.CoreNameStatusBarButton.Size = new System.Drawing.Size(71, 17);
|
2014-04-27 02:26:03 +00:00
|
|
|
|
this.CoreNameStatusBarButton.Text = "Neshawk";
|
|
|
|
|
//
|
2013-12-04 02:43:40 +00:00
|
|
|
|
// MainFormContextMenu
|
|
|
|
|
//
|
|
|
|
|
this.MainFormContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2013-10-27 15:23:41 +00:00
|
|
|
|
this.OpenRomContextMenuItem,
|
|
|
|
|
this.LoadLastRomContextMenuItem,
|
2013-11-27 21:52:49 +00:00
|
|
|
|
this.StopAVContextMenuItem,
|
2013-10-27 15:23:41 +00:00
|
|
|
|
this.ContextSeparator_AfterROM,
|
|
|
|
|
this.RecordMovieContextMenuItem,
|
|
|
|
|
this.PlayMovieContextMenuItem,
|
|
|
|
|
this.RestartMovieContextMenuItem,
|
|
|
|
|
this.StopMovieContextMenuItem,
|
|
|
|
|
this.LoadLastMovieContextMenuItem,
|
|
|
|
|
this.BackupMovieContextMenuItem,
|
|
|
|
|
this.StopNoSaveContextMenuItem,
|
|
|
|
|
this.ViewSubtitlesContextMenuItem,
|
|
|
|
|
this.AddSubtitleContextMenuItem,
|
|
|
|
|
this.ViewCommentsContextMenuItem,
|
|
|
|
|
this.SaveMovieContextMenuItem,
|
|
|
|
|
this.ContextSeparator_AfterMovie,
|
|
|
|
|
this.UndoSavestateContextMenuItem,
|
|
|
|
|
this.ContextSeparator_AfterUndo,
|
|
|
|
|
this.ConfigContextMenuItem,
|
|
|
|
|
this.ScreenshotContextMenuItem,
|
|
|
|
|
this.CloseRomContextMenuItem,
|
2013-10-11 16:32:36 +00:00
|
|
|
|
this.ClearSRAMContextMenuItem,
|
|
|
|
|
this.ShowMenuContextMenuSeparator,
|
2013-10-27 15:23:41 +00:00
|
|
|
|
this.ShowMenuContextMenuItem});
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.MainFormContextMenu.Name = "contextMenuStrip1";
|
2014-05-04 13:57:58 +00:00
|
|
|
|
this.MainFormContextMenu.Size = new System.Drawing.Size(217, 468);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.MainFormContextMenu.Closing += new System.Windows.Forms.ToolStripDropDownClosingEventHandler(this.MainFormContextMenu_Closing);
|
|
|
|
|
this.MainFormContextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.MainFormContextMenu_Opening);
|
|
|
|
|
//
|
|
|
|
|
// OpenRomContextMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.OpenRomContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.OpenFile;
|
|
|
|
|
this.OpenRomContextMenuItem.Name = "OpenRomContextMenuItem";
|
2014-04-30 22:06:54 +00:00
|
|
|
|
this.OpenRomContextMenuItem.Size = new System.Drawing.Size(216, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.OpenRomContextMenuItem.Text = "Open Rom";
|
|
|
|
|
this.OpenRomContextMenuItem.Click += new System.EventHandler(this.OpenRomMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// LoadLastRomContextMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.LoadLastRomContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Recent;
|
|
|
|
|
this.LoadLastRomContextMenuItem.Name = "LoadLastRomContextMenuItem";
|
2014-04-30 22:06:54 +00:00
|
|
|
|
this.LoadLastRomContextMenuItem.Size = new System.Drawing.Size(216, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.LoadLastRomContextMenuItem.Text = "Load Last ROM";
|
|
|
|
|
this.LoadLastRomContextMenuItem.Click += new System.EventHandler(this.LoadLastRomContextMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// StopAVContextMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.StopAVContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Stop;
|
|
|
|
|
this.StopAVContextMenuItem.Name = "StopAVContextMenuItem";
|
2014-04-30 22:06:54 +00:00
|
|
|
|
this.StopAVContextMenuItem.Size = new System.Drawing.Size(216, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.StopAVContextMenuItem.Text = "Stop AVI/WAV";
|
|
|
|
|
this.StopAVContextMenuItem.Click += new System.EventHandler(this.StopAVMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// ContextSeparator_AfterROM
|
|
|
|
|
//
|
|
|
|
|
this.ContextSeparator_AfterROM.Name = "ContextSeparator_AfterROM";
|
2014-04-30 22:06:54 +00:00
|
|
|
|
this.ContextSeparator_AfterROM.Size = new System.Drawing.Size(213, 6);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// RecordMovieContextMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.RecordMovieContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.RecordHS;
|
|
|
|
|
this.RecordMovieContextMenuItem.Name = "RecordMovieContextMenuItem";
|
2014-04-30 22:06:54 +00:00
|
|
|
|
this.RecordMovieContextMenuItem.Size = new System.Drawing.Size(216, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.RecordMovieContextMenuItem.Text = "Record Movie";
|
|
|
|
|
this.RecordMovieContextMenuItem.Click += new System.EventHandler(this.RecordMovieMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// PlayMovieContextMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.PlayMovieContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Play;
|
|
|
|
|
this.PlayMovieContextMenuItem.Name = "PlayMovieContextMenuItem";
|
2014-04-30 22:06:54 +00:00
|
|
|
|
this.PlayMovieContextMenuItem.Size = new System.Drawing.Size(216, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.PlayMovieContextMenuItem.Text = "Play Movie";
|
|
|
|
|
this.PlayMovieContextMenuItem.Click += new System.EventHandler(this.PlayMovieMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// RestartMovieContextMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.RestartMovieContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.restart;
|
|
|
|
|
this.RestartMovieContextMenuItem.Name = "RestartMovieContextMenuItem";
|
2014-04-30 22:06:54 +00:00
|
|
|
|
this.RestartMovieContextMenuItem.Size = new System.Drawing.Size(216, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.RestartMovieContextMenuItem.Text = "Restart Movie";
|
|
|
|
|
this.RestartMovieContextMenuItem.Click += new System.EventHandler(this.PlayFromBeginningMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// StopMovieContextMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.StopMovieContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Stop;
|
|
|
|
|
this.StopMovieContextMenuItem.Name = "StopMovieContextMenuItem";
|
2014-04-30 22:06:54 +00:00
|
|
|
|
this.StopMovieContextMenuItem.Size = new System.Drawing.Size(216, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.StopMovieContextMenuItem.Text = "Stop Movie";
|
|
|
|
|
this.StopMovieContextMenuItem.Click += new System.EventHandler(this.StopMovieMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// LoadLastMovieContextMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.LoadLastMovieContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Recent;
|
|
|
|
|
this.LoadLastMovieContextMenuItem.Name = "LoadLastMovieContextMenuItem";
|
2014-04-30 22:06:54 +00:00
|
|
|
|
this.LoadLastMovieContextMenuItem.Size = new System.Drawing.Size(216, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.LoadLastMovieContextMenuItem.Text = "Load Last Movie";
|
|
|
|
|
this.LoadLastMovieContextMenuItem.Click += new System.EventHandler(this.LoadLastMovieContextMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// BackupMovieContextMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.BackupMovieContextMenuItem.Name = "BackupMovieContextMenuItem";
|
2014-04-30 22:06:54 +00:00
|
|
|
|
this.BackupMovieContextMenuItem.Size = new System.Drawing.Size(216, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.BackupMovieContextMenuItem.Text = "Backup Movie";
|
|
|
|
|
this.BackupMovieContextMenuItem.Click += new System.EventHandler(this.BackupMovieContextMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// StopNoSaveContextMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.StopNoSaveContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Stop;
|
|
|
|
|
this.StopNoSaveContextMenuItem.Name = "StopNoSaveContextMenuItem";
|
2014-04-30 22:06:54 +00:00
|
|
|
|
this.StopNoSaveContextMenuItem.Size = new System.Drawing.Size(216, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.StopNoSaveContextMenuItem.Text = "Stop Movie without Saving";
|
|
|
|
|
this.StopNoSaveContextMenuItem.Click += new System.EventHandler(this.StopMovieWithoutSavingMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// ViewSubtitlesContextMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.ViewSubtitlesContextMenuItem.Name = "ViewSubtitlesContextMenuItem";
|
2014-04-30 22:06:54 +00:00
|
|
|
|
this.ViewSubtitlesContextMenuItem.Size = new System.Drawing.Size(216, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.ViewSubtitlesContextMenuItem.Text = "View Subtitles";
|
|
|
|
|
this.ViewSubtitlesContextMenuItem.Click += new System.EventHandler(this.ViewSubtitlesContextMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// AddSubtitleContextMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.AddSubtitleContextMenuItem.Name = "AddSubtitleContextMenuItem";
|
2014-04-30 22:06:54 +00:00
|
|
|
|
this.AddSubtitleContextMenuItem.Size = new System.Drawing.Size(216, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.AddSubtitleContextMenuItem.Text = "Add Subtitle";
|
|
|
|
|
this.AddSubtitleContextMenuItem.Click += new System.EventHandler(this.AddSubtitleContextMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// ViewCommentsContextMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.ViewCommentsContextMenuItem.Name = "ViewCommentsContextMenuItem";
|
2014-04-30 22:06:54 +00:00
|
|
|
|
this.ViewCommentsContextMenuItem.Size = new System.Drawing.Size(216, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.ViewCommentsContextMenuItem.Text = "View Comments";
|
|
|
|
|
this.ViewCommentsContextMenuItem.Click += new System.EventHandler(this.ViewCommentsContextMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// SaveMovieContextMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SaveMovieContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.SaveAs;
|
|
|
|
|
this.SaveMovieContextMenuItem.Name = "SaveMovieContextMenuItem";
|
2014-04-30 22:06:54 +00:00
|
|
|
|
this.SaveMovieContextMenuItem.Size = new System.Drawing.Size(216, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.SaveMovieContextMenuItem.Text = "Save Movie";
|
|
|
|
|
this.SaveMovieContextMenuItem.Click += new System.EventHandler(this.SaveMovieMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// ContextSeparator_AfterMovie
|
|
|
|
|
//
|
|
|
|
|
this.ContextSeparator_AfterMovie.Name = "ContextSeparator_AfterMovie";
|
2014-04-30 22:06:54 +00:00
|
|
|
|
this.ContextSeparator_AfterMovie.Size = new System.Drawing.Size(213, 6);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// UndoSavestateContextMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.UndoSavestateContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.undo;
|
|
|
|
|
this.UndoSavestateContextMenuItem.Name = "UndoSavestateContextMenuItem";
|
2014-04-30 22:06:54 +00:00
|
|
|
|
this.UndoSavestateContextMenuItem.Size = new System.Drawing.Size(216, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.UndoSavestateContextMenuItem.Text = "Undo Savestate";
|
|
|
|
|
this.UndoSavestateContextMenuItem.Click += new System.EventHandler(this.UndoSavestateContextMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// ContextSeparator_AfterUndo
|
|
|
|
|
//
|
|
|
|
|
this.ContextSeparator_AfterUndo.Name = "ContextSeparator_AfterUndo";
|
2014-04-30 22:06:54 +00:00
|
|
|
|
this.ContextSeparator_AfterUndo.Size = new System.Drawing.Size(213, 6);
|
|
|
|
|
//
|
2013-12-04 02:43:40 +00:00
|
|
|
|
// ConfigContextMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.ConfigContextMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2013-10-11 18:05:22 +00:00
|
|
|
|
this.toolStripMenuItem6,
|
2014-04-27 02:26:03 +00:00
|
|
|
|
this.toolStripMenuItem7,
|
|
|
|
|
this.toolStripMenuItem8,
|
|
|
|
|
this.toolStripMenuItem9,
|
|
|
|
|
this.toolStripMenuItem10,
|
|
|
|
|
this.toolStripMenuItem11,
|
|
|
|
|
this.toolStripMenuItem12,
|
|
|
|
|
this.toolStripMenuItem13,
|
|
|
|
|
this.toolStripMenuItem14,
|
|
|
|
|
this.toolStripMenuItem15,
|
2014-05-07 01:03:44 +00:00
|
|
|
|
this.customizeToolStripMenuItem,
|
2014-04-27 02:26:03 +00:00
|
|
|
|
this.toolStripSeparator30,
|
2014-05-01 02:06:03 +00:00
|
|
|
|
this.SavestateTypeContextSubMenu,
|
|
|
|
|
this.CoreSelectionContextSubMenu,
|
2014-04-27 02:26:03 +00:00
|
|
|
|
this.toolStripSeparator37,
|
|
|
|
|
this.toolStripMenuItem66,
|
|
|
|
|
this.toolStripMenuItem67});
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.ConfigContextMenuItem.Name = "ConfigContextMenuItem";
|
2014-04-30 22:06:54 +00:00
|
|
|
|
this.ConfigContextMenuItem.Size = new System.Drawing.Size(216, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.ConfigContextMenuItem.Text = "Config";
|
|
|
|
|
//
|
2014-04-27 02:26:03 +00:00
|
|
|
|
// toolStripMenuItem6
|
|
|
|
|
//
|
|
|
|
|
this.toolStripMenuItem6.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.GameController;
|
|
|
|
|
this.toolStripMenuItem6.Name = "toolStripMenuItem6";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripMenuItem6.Size = new System.Drawing.Size(159, 22);
|
2014-04-27 02:26:03 +00:00
|
|
|
|
this.toolStripMenuItem6.Text = "&Controllers...";
|
2014-04-30 22:06:54 +00:00
|
|
|
|
this.toolStripMenuItem6.Click += new System.EventHandler(this.ControllersMenuItem_Click);
|
2014-04-27 02:26:03 +00:00
|
|
|
|
//
|
|
|
|
|
// toolStripMenuItem7
|
|
|
|
|
//
|
|
|
|
|
this.toolStripMenuItem7.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.HotKeys;
|
|
|
|
|
this.toolStripMenuItem7.Name = "toolStripMenuItem7";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripMenuItem7.Size = new System.Drawing.Size(159, 22);
|
2014-04-27 02:26:03 +00:00
|
|
|
|
this.toolStripMenuItem7.Text = "&Hotkeys...";
|
2014-04-30 22:06:54 +00:00
|
|
|
|
this.toolStripMenuItem7.Click += new System.EventHandler(this.HotkeysMenuItem_Click);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
2014-04-27 02:26:03 +00:00
|
|
|
|
// toolStripMenuItem8
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
2014-04-27 02:26:03 +00:00
|
|
|
|
this.toolStripMenuItem8.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem8.Image")));
|
|
|
|
|
this.toolStripMenuItem8.Name = "toolStripMenuItem8";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripMenuItem8.Size = new System.Drawing.Size(159, 22);
|
2014-04-27 02:26:03 +00:00
|
|
|
|
this.toolStripMenuItem8.Text = "Display...";
|
2014-04-30 22:06:54 +00:00
|
|
|
|
this.toolStripMenuItem8.Click += new System.EventHandler(this.DisplayConfigMenuItem_Click);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
2014-04-27 02:26:03 +00:00
|
|
|
|
// toolStripMenuItem9
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
2014-04-27 02:26:03 +00:00
|
|
|
|
this.toolStripMenuItem9.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.AudioHS;
|
|
|
|
|
this.toolStripMenuItem9.Name = "toolStripMenuItem9";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripMenuItem9.Size = new System.Drawing.Size(159, 22);
|
2014-04-27 02:26:03 +00:00
|
|
|
|
this.toolStripMenuItem9.Text = "&Sound...";
|
2014-04-30 22:06:54 +00:00
|
|
|
|
this.toolStripMenuItem9.Click += new System.EventHandler(this.SoundMenuItem_Click);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
2014-04-27 02:26:03 +00:00
|
|
|
|
// toolStripMenuItem10
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
2014-04-27 02:26:03 +00:00
|
|
|
|
this.toolStripMenuItem10.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.CopyFolderHS;
|
|
|
|
|
this.toolStripMenuItem10.Name = "toolStripMenuItem10";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripMenuItem10.Size = new System.Drawing.Size(159, 22);
|
2014-04-27 02:26:03 +00:00
|
|
|
|
this.toolStripMenuItem10.Text = "Paths...";
|
2014-04-30 22:06:54 +00:00
|
|
|
|
this.toolStripMenuItem10.Click += new System.EventHandler(this.PathsMenuItem_Click);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
2014-04-27 02:26:03 +00:00
|
|
|
|
// toolStripMenuItem11
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
2014-04-27 02:26:03 +00:00
|
|
|
|
this.toolStripMenuItem11.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem11.Image")));
|
|
|
|
|
this.toolStripMenuItem11.Name = "toolStripMenuItem11";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripMenuItem11.Size = new System.Drawing.Size(159, 22);
|
2014-04-27 02:26:03 +00:00
|
|
|
|
this.toolStripMenuItem11.Text = "&Firmwares...";
|
2014-04-30 22:06:54 +00:00
|
|
|
|
this.toolStripMenuItem11.Click += new System.EventHandler(this.FirmwaresMenuItem_Click);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
2014-04-27 02:26:03 +00:00
|
|
|
|
// toolStripMenuItem12
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
2014-04-27 02:26:03 +00:00
|
|
|
|
this.toolStripMenuItem12.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.MessageConfig;
|
|
|
|
|
this.toolStripMenuItem12.Name = "toolStripMenuItem12";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripMenuItem12.Size = new System.Drawing.Size(159, 22);
|
2014-04-27 02:26:03 +00:00
|
|
|
|
this.toolStripMenuItem12.Text = "&Messages...";
|
2014-04-30 22:06:54 +00:00
|
|
|
|
this.toolStripMenuItem12.Click += new System.EventHandler(this.MessagesMenuItem_Click);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
2014-04-27 02:26:03 +00:00
|
|
|
|
// toolStripMenuItem13
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
2014-04-27 02:26:03 +00:00
|
|
|
|
this.toolStripMenuItem13.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Lightning;
|
|
|
|
|
this.toolStripMenuItem13.Name = "toolStripMenuItem13";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripMenuItem13.Size = new System.Drawing.Size(159, 22);
|
2014-04-27 02:26:03 +00:00
|
|
|
|
this.toolStripMenuItem13.Text = "&Autofire...";
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
2014-04-27 02:26:03 +00:00
|
|
|
|
// toolStripMenuItem14
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
2014-04-27 02:26:03 +00:00
|
|
|
|
this.toolStripMenuItem14.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Previous;
|
|
|
|
|
this.toolStripMenuItem14.Name = "toolStripMenuItem14";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripMenuItem14.Size = new System.Drawing.Size(159, 22);
|
2014-04-27 02:26:03 +00:00
|
|
|
|
this.toolStripMenuItem14.Text = "&Rewind...";
|
2014-04-30 22:06:54 +00:00
|
|
|
|
this.toolStripMenuItem14.Click += new System.EventHandler(this.RewindOptionsMenuItem_Click);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
2014-04-27 02:26:03 +00:00
|
|
|
|
// toolStripMenuItem15
|
|
|
|
|
//
|
|
|
|
|
this.toolStripMenuItem15.Name = "toolStripMenuItem15";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripMenuItem15.Size = new System.Drawing.Size(159, 22);
|
2014-04-27 02:26:03 +00:00
|
|
|
|
this.toolStripMenuItem15.Text = "File Extensions...";
|
2014-05-10 14:50:47 +00:00
|
|
|
|
this.toolStripMenuItem15.Click += new System.EventHandler(this.FileExtensionsMenuItem_Click);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
2014-05-10 02:03:23 +00:00
|
|
|
|
// customizeToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.customizeToolStripMenuItem.Name = "customizeToolStripMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.customizeToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
|
2014-05-10 02:03:23 +00:00
|
|
|
|
this.customizeToolStripMenuItem.Text = "Customize...";
|
2014-05-10 14:50:47 +00:00
|
|
|
|
this.customizeToolStripMenuItem.Click += new System.EventHandler(this.CustomizeMenuItem_Click);
|
2014-05-10 02:03:23 +00:00
|
|
|
|
//
|
2013-12-04 02:43:40 +00:00
|
|
|
|
// toolStripSeparator30
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator30.Name = "toolStripSeparator30";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripSeparator30.Size = new System.Drawing.Size(156, 6);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
2014-05-01 02:06:03 +00:00
|
|
|
|
// SavestateTypeContextSubMenu
|
2014-04-27 02:26:03 +00:00
|
|
|
|
//
|
2014-05-01 02:06:03 +00:00
|
|
|
|
this.SavestateTypeContextSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.SavestateTypeDefaultContextMenuItem,
|
|
|
|
|
this.SavestateBinaryContextMenuItem,
|
|
|
|
|
this.SavestateTextContextMenuItem});
|
|
|
|
|
this.SavestateTypeContextSubMenu.Name = "SavestateTypeContextSubMenu";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SavestateTypeContextSubMenu.Size = new System.Drawing.Size(159, 22);
|
2014-05-01 02:06:03 +00:00
|
|
|
|
this.SavestateTypeContextSubMenu.Text = "Savestate Type";
|
|
|
|
|
this.SavestateTypeContextSubMenu.DropDownOpened += new System.EventHandler(this.SavestateTypeContextSubMenu_DropDownOpened);
|
2014-04-27 02:26:03 +00:00
|
|
|
|
//
|
2014-05-01 02:06:03 +00:00
|
|
|
|
// SavestateTypeDefaultContextMenuItem
|
2014-04-27 02:26:03 +00:00
|
|
|
|
//
|
2014-05-01 02:06:03 +00:00
|
|
|
|
this.SavestateTypeDefaultContextMenuItem.Name = "SavestateTypeDefaultContextMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SavestateTypeDefaultContextMenuItem.Size = new System.Drawing.Size(112, 22);
|
2014-05-01 02:06:03 +00:00
|
|
|
|
this.SavestateTypeDefaultContextMenuItem.Text = "Default";
|
|
|
|
|
this.SavestateTypeDefaultContextMenuItem.Click += new System.EventHandler(this.SavestateTypeDefaultMenuItem_Click);
|
2014-04-27 02:26:03 +00:00
|
|
|
|
//
|
2014-05-01 02:06:03 +00:00
|
|
|
|
// SavestateBinaryContextMenuItem
|
2014-04-27 02:26:03 +00:00
|
|
|
|
//
|
2014-05-01 02:06:03 +00:00
|
|
|
|
this.SavestateBinaryContextMenuItem.Name = "SavestateBinaryContextMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SavestateBinaryContextMenuItem.Size = new System.Drawing.Size(112, 22);
|
2014-05-01 02:06:03 +00:00
|
|
|
|
this.SavestateBinaryContextMenuItem.Text = "Binary";
|
|
|
|
|
this.SavestateBinaryContextMenuItem.Click += new System.EventHandler(this.SavestateBinaryMenuItem_Click);
|
2014-04-27 02:26:03 +00:00
|
|
|
|
//
|
2014-05-01 02:06:03 +00:00
|
|
|
|
// SavestateTextContextMenuItem
|
2014-04-27 02:26:03 +00:00
|
|
|
|
//
|
2014-05-01 02:06:03 +00:00
|
|
|
|
this.SavestateTextContextMenuItem.Name = "SavestateTextContextMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.SavestateTextContextMenuItem.Size = new System.Drawing.Size(112, 22);
|
2014-05-01 02:06:03 +00:00
|
|
|
|
this.SavestateTextContextMenuItem.Text = "Text";
|
|
|
|
|
this.SavestateTextContextMenuItem.Click += new System.EventHandler(this.SavestateTextMenuItem_Click);
|
2014-04-27 02:26:03 +00:00
|
|
|
|
//
|
2014-05-01 02:06:03 +00:00
|
|
|
|
// CoreSelectionContextSubMenu
|
2014-04-27 02:26:03 +00:00
|
|
|
|
//
|
2014-05-01 02:06:03 +00:00
|
|
|
|
this.CoreSelectionContextSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.GBInSGBContextMenuItem,
|
|
|
|
|
this.NesInQuickNESContextMenuItem});
|
|
|
|
|
this.CoreSelectionContextSubMenu.Name = "CoreSelectionContextSubMenu";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.CoreSelectionContextSubMenu.Size = new System.Drawing.Size(159, 22);
|
2014-05-01 02:06:03 +00:00
|
|
|
|
this.CoreSelectionContextSubMenu.Text = "Core Selection";
|
|
|
|
|
this.CoreSelectionContextSubMenu.DropDownOpened += new System.EventHandler(this.CoreSelectionContextSubMenu_DropDownOpened);
|
2014-04-27 02:26:03 +00:00
|
|
|
|
//
|
2014-05-01 02:06:03 +00:00
|
|
|
|
// GBInSGBContextMenuItem
|
2014-04-27 02:26:03 +00:00
|
|
|
|
//
|
2014-05-01 02:06:03 +00:00
|
|
|
|
this.GBInSGBContextMenuItem.Name = "GBInSGBContextMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.GBInSGBContextMenuItem.Size = new System.Drawing.Size(163, 22);
|
2014-05-01 02:06:03 +00:00
|
|
|
|
this.GBInSGBContextMenuItem.Text = "GB in SGB";
|
|
|
|
|
this.GBInSGBContextMenuItem.Click += new System.EventHandler(this.GBInSGBMenuItem_Click);
|
2014-04-27 02:26:03 +00:00
|
|
|
|
//
|
2014-05-01 02:06:03 +00:00
|
|
|
|
// NesInQuickNESContextMenuItem
|
2014-04-27 02:26:03 +00:00
|
|
|
|
//
|
2014-05-01 02:06:03 +00:00
|
|
|
|
this.NesInQuickNESContextMenuItem.Name = "NesInQuickNESContextMenuItem";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.NesInQuickNESContextMenuItem.Size = new System.Drawing.Size(163, 22);
|
2014-05-01 02:06:03 +00:00
|
|
|
|
this.NesInQuickNESContextMenuItem.Text = "NES in QuickNES";
|
|
|
|
|
this.NesInQuickNESContextMenuItem.Click += new System.EventHandler(this.NesInQuickNESMenuItem_Click);
|
2014-04-27 02:26:03 +00:00
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator37
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator37.Name = "toolStripSeparator37";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripSeparator37.Size = new System.Drawing.Size(156, 6);
|
2014-04-27 02:26:03 +00:00
|
|
|
|
//
|
|
|
|
|
// toolStripMenuItem66
|
|
|
|
|
//
|
|
|
|
|
this.toolStripMenuItem66.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Save;
|
|
|
|
|
this.toolStripMenuItem66.Name = "toolStripMenuItem66";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripMenuItem66.Size = new System.Drawing.Size(159, 22);
|
2014-04-27 02:26:03 +00:00
|
|
|
|
this.toolStripMenuItem66.Text = "Save Config";
|
2014-04-30 22:06:54 +00:00
|
|
|
|
this.toolStripMenuItem66.Click += new System.EventHandler(this.SaveConfigMenuItem_Click);
|
2014-04-27 02:26:03 +00:00
|
|
|
|
//
|
|
|
|
|
// toolStripMenuItem67
|
|
|
|
|
//
|
|
|
|
|
this.toolStripMenuItem67.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.LoadConfig;
|
|
|
|
|
this.toolStripMenuItem67.Name = "toolStripMenuItem67";
|
2014-05-16 00:24:40 +00:00
|
|
|
|
this.toolStripMenuItem67.Size = new System.Drawing.Size(159, 22);
|
2014-04-27 02:26:03 +00:00
|
|
|
|
this.toolStripMenuItem67.Text = "Load Config";
|
2014-04-30 22:06:54 +00:00
|
|
|
|
this.toolStripMenuItem67.Click += new System.EventHandler(this.LoadConfigMenuItem_Click);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
2014-05-01 02:06:03 +00:00
|
|
|
|
// ScreenshotContextMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.ScreenshotContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.camera;
|
|
|
|
|
this.ScreenshotContextMenuItem.Name = "ScreenshotContextMenuItem";
|
|
|
|
|
this.ScreenshotContextMenuItem.Size = new System.Drawing.Size(216, 22);
|
|
|
|
|
this.ScreenshotContextMenuItem.Text = "Screenshot";
|
|
|
|
|
this.ScreenshotContextMenuItem.Click += new System.EventHandler(this.ScreenshotMenuItem_Click);
|
|
|
|
|
//
|
2013-12-04 02:43:40 +00:00
|
|
|
|
// CloseRomContextMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.CloseRomContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Close;
|
|
|
|
|
this.CloseRomContextMenuItem.Name = "CloseRomContextMenuItem";
|
2014-04-30 22:06:54 +00:00
|
|
|
|
this.CloseRomContextMenuItem.Size = new System.Drawing.Size(216, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.CloseRomContextMenuItem.Text = "Close ROM";
|
|
|
|
|
this.CloseRomContextMenuItem.Click += new System.EventHandler(this.CloseRomMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// ClearSRAMContextMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.ClearSRAMContextMenuItem.Name = "ClearSRAMContextMenuItem";
|
2014-04-30 22:06:54 +00:00
|
|
|
|
this.ClearSRAMContextMenuItem.Size = new System.Drawing.Size(216, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.ClearSRAMContextMenuItem.Text = "Close and Clear SRAM";
|
|
|
|
|
this.ClearSRAMContextMenuItem.Click += new System.EventHandler(this.ClearSRAMContextMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// ShowMenuContextMenuSeparator
|
|
|
|
|
//
|
|
|
|
|
this.ShowMenuContextMenuSeparator.Name = "ShowMenuContextMenuSeparator";
|
2014-04-30 22:06:54 +00:00
|
|
|
|
this.ShowMenuContextMenuSeparator.Size = new System.Drawing.Size(213, 6);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
//
|
|
|
|
|
// ShowMenuContextMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.ShowMenuContextMenuItem.Name = "ShowMenuContextMenuItem";
|
2014-04-30 22:06:54 +00:00
|
|
|
|
this.ShowMenuContextMenuItem.Size = new System.Drawing.Size(216, 22);
|
2013-12-04 02:43:40 +00:00
|
|
|
|
this.ShowMenuContextMenuItem.Text = "Show Menu";
|
|
|
|
|
this.ShowMenuContextMenuItem.Click += new System.EventHandler(this.ShowMenuContextMenuItem_Click);
|
|
|
|
|
//
|
2014-05-16 00:53:10 +00:00
|
|
|
|
// toolStripSeparator22
|
2014-05-12 17:24:43 +00:00
|
|
|
|
//
|
2014-05-16 00:53:10 +00:00
|
|
|
|
this.toolStripSeparator22.Name = "toolStripSeparator22";
|
|
|
|
|
this.toolStripSeparator22.Size = new System.Drawing.Size(230, 6);
|
2014-05-12 17:24:43 +00:00
|
|
|
|
//
|
2013-12-04 02:43:40 +00:00
|
|
|
|
// MainForm
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 14F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(470, 408);
|
|
|
|
|
this.Controls.Add(this.MainStatusBar);
|
|
|
|
|
this.Controls.Add(this.MainformMenu);
|
|
|
|
|
this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.MainMenuStrip = this.MainformMenu;
|
|
|
|
|
this.Name = "MainForm";
|
|
|
|
|
this.Text = "BizHawk";
|
|
|
|
|
this.Activated += new System.EventHandler(this.MainForm_Activated);
|
|
|
|
|
this.Deactivate += new System.EventHandler(this.MainForm_Deactivate);
|
|
|
|
|
this.Load += new System.EventHandler(this.MainForm_Load);
|
|
|
|
|
this.Shown += new System.EventHandler(this.MainForm_Shown);
|
|
|
|
|
this.Enter += new System.EventHandler(this.MainForm_Enter);
|
|
|
|
|
this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseClick);
|
|
|
|
|
this.Resize += new System.EventHandler(this.MainForm_Resize);
|
|
|
|
|
this.MainformMenu.ResumeLayout(false);
|
|
|
|
|
this.MainformMenu.PerformLayout();
|
|
|
|
|
this.MainStatusBar.ResumeLayout(false);
|
|
|
|
|
this.MainStatusBar.PerformLayout();
|
|
|
|
|
this.MainFormContextMenu.ResumeLayout(false);
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
2011-01-11 02:55:51 +00:00
|
|
|
|
|
2013-04-23 09:09:49 +00:00
|
|
|
|
}
|
2011-01-11 02:55:51 +00:00
|
|
|
|
|
2013-04-23 09:09:49 +00:00
|
|
|
|
#endregion
|
2011-01-11 02:55:51 +00:00
|
|
|
|
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem FileSubMenu;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem OpenRomMenuItem;
|
2013-04-23 09:09:49 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem ExitMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SaveStateSubMenu;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SaveState1MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SaveState2MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SaveState3MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SaveState4MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SaveState5MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SaveState6MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SaveState7MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SaveState8MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SaveState9MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SaveState0MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem LoadStateSubMenu;
|
2013-04-23 09:09:49 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem LoadState1MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem LoadState2MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem LoadState3MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem LoadState4MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem LoadState5MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem LoadState6MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem LoadState7MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem LoadState8MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem LoadState9MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem LoadState0MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem EmulationSubMenu;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem ViewSubMenu;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem ConfigSubMenu;
|
2013-04-23 09:09:49 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolsToolStripMenuItem;
|
2013-10-27 13:53:28 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem HelpSubMenu;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem PauseMenuItem;
|
2013-04-23 09:09:49 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem RebootCoreMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SoftResetMenuItem;
|
2013-10-27 13:53:28 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem OnlineHelpMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem AboutMenuItem;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem ControllersMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem HotkeysMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem RamWatchMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem RamSearchMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem HexEditorMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem WindowSizeSubMenu;
|
2013-04-23 09:09:49 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem DisplayFPSMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem DisplayFrameCounterMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem DisplayInputMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem DisplayLagCounterMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem LuaConsoleMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem RecentRomSubMenu;
|
2013-04-23 09:09:49 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SaveSlotSubMenu;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SelectSlot1MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SelectSlot2MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SelectSlot3MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SelectSlot4MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SelectSlot5MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SelectSlot6MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SelectSlot7MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SelectSlot8MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SelectSlot9MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SelectSlot0MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem PreviousSlotMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem NextSlotMenuItem;
|
2013-04-23 09:09:49 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SaveToCurrentSlotMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem LoadCurrentSlotMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem CloseRomMenuItem;
|
2013-04-23 09:09:49 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SaveNamedStateMenuItem;
|
2013-04-23 09:09:49 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem LoadNamedStateMenuItem;
|
2013-04-23 09:09:49 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem x1MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem x2MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem x3MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem x4MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem x5MenuItem;
|
2012-03-11 17:19:15 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem mzMenuItem;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem MovieSubMenu;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem RecentMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem RecordMovieMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem PlayMovieMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem StopMovieMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem PlayFromBeginningMenuItem;
|
2013-04-23 09:09:49 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SoundMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SpeedSkipSubMenu;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem VsyncThrottleMenuItem;
|
2011-02-21 09:48:53 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem MinimizeSkippingMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem NeverSkipMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem Frameskip1MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem Frameskip2MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem Frameskip3MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem Frameskip4MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem Frameskip5MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem Frameskip6MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem Frameskip7MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem Frameskip8MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem Frameskip9MenuItem;
|
2011-02-21 09:48:53 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem5;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem Speed50MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem Speed75MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem Speed100MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem Speed150MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem Speed200MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem ClickThrottleMenuItem;
|
2013-04-23 09:09:49 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SaveConfigMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem LoadConfigMenuItem;
|
2013-10-27 13:53:28 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem NESSubMenu;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem NESPPUViewerMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem NESGameGenieCodesMenuItem;
|
2013-04-23 09:09:49 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator11;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem CheatsMenuItem;
|
2013-10-27 13:53:28 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem NESDebuggerMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem NESNametableViewerMenuItem;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem ToolBoxMenuItem;
|
2013-04-23 09:09:49 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator12;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SwitchToFullscreenMenuItem;
|
2013-10-27 15:53:37 +00:00
|
|
|
|
private System.Windows.Forms.StatusStrip MainStatusBar;
|
2013-04-23 09:09:49 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel EmuStatus;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem MessagesMenuItem;
|
2013-10-27 13:53:28 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem TI83SubMenu;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem AutoloadKeypadMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem KeypadMenuItem;
|
2011-07-30 18:39:33 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator13;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem PathsMenuItem;
|
2013-04-23 09:09:49 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator14;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem ReadonlyMenuItem;
|
2013-04-23 09:09:49 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator15;
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator16;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem DisplayRerecordCountMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem ScreenshotSubMenu;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem ScreenshotMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem ScreenshotAsMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem TAStudioMenuItem;
|
2013-04-23 09:09:49 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem DisplayStatusBarMenuItem;
|
2011-06-10 23:09:10 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator17;
|
2013-10-27 13:53:28 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem NESGraphicSettingsMenuItem;
|
2013-10-27 15:23:41 +00:00
|
|
|
|
private System.Windows.Forms.ContextMenuStrip MainFormContextMenu;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem OpenRomContextMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem LoadLastRomContextMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator ContextSeparator_AfterROM;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem RecordMovieContextMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem PlayMovieContextMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem LoadLastMovieContextMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator ContextSeparator_AfterMovie;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem AddSubtitleContextMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem UndoSavestateContextMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator ContextSeparator_AfterUndo;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem CloseRomContextMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem BackupMovieContextMenuItem;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem AutomaticallyBackupMoviesMenuItem;
|
2013-10-27 15:23:41 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem StopMovieContextMenuItem;
|
2013-10-27 15:53:37 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripDropDownButton PauseStatusButton;
|
|
|
|
|
private System.Windows.Forms.ToolStripDropDownButton PlayRecordStatusButton;
|
|
|
|
|
private System.Windows.Forms.ToolStripDropDownButton DumpStatusButton;
|
2013-10-27 15:23:41 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem ViewSubtitlesContextMenuItem;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private MenuStripEx MainformMenu;
|
2013-10-27 13:53:28 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem GBSubMenu;
|
2013-10-27 15:53:37 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel SaveSlotsStatusLabel;
|
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel Slot1StatusButton;
|
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel Slot2StatusButton;
|
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel Slot3StatusButton;
|
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel Slot4StatusButton;
|
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel Slot5StatusButton;
|
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel Slot6StatusButton;
|
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel Slot7StatusButton;
|
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel Slot8StatusButton;
|
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel Slot9StatusButton;
|
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel Slot0StatusButton;
|
2013-10-27 15:23:41 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem ViewCommentsContextMenuItem;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem DisplayLogWindowMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem DisplaySubtitlesMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem AVSubMenu;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem RecordAVMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem StopAVIMenuItem;
|
2011-07-12 00:37:24 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel AVIStatusLabel;
|
2013-10-27 15:23:41 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem RestartMovieContextMenuItem;
|
2013-10-27 15:53:37 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel CheatStatusButton;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem AutofireMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem AutoloadLastSlotMenuItem;
|
2011-09-17 00:25:34 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator21;
|
2013-10-27 15:23:41 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem ShowMenuContextMenuItem;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem ImportMoviesMenuItem;
|
2013-10-27 13:53:28 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem ForumsMenuItem;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem ScreenshotClipboardMenuItem;
|
2013-10-27 13:53:28 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem PCESubMenu;
|
2012-03-11 15:12:48 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator25;
|
2013-10-27 13:53:28 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem PCEGraphicsSettingsMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem PCEAlwaysPerformSpriteLimitMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem PCEAlwaysEqualizeVolumesMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem PCEArcadeCardRewindEnableMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SMSSubMenu;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SMSGraphicsSettingsMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SMSEnableFMChipMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SMSOverclockMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SMSForceStereoMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SMSSpriteLimitMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem PCEBGViewerMenuItem;
|
2013-10-27 15:23:41 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem ScreenshotContextMenuItem;
|
2013-10-27 13:53:28 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem AtariSubMenu;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem NESSoundChannelsMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SNESSubMenu;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SnesGfxDebuggerMenuItem;
|
2012-09-10 19:12:34 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator18;
|
2013-10-27 13:53:28 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SNESDisplayMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SnesBg1MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SnesBg2MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SnesBg3MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SnesBg4MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SnesObj1MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SnesObj2MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SnesObj3MenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SnesObj4MenuItem;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem HardResetMenuItem;
|
2012-09-22 00:07:02 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator19;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem CaptureOSDMenuItem;
|
2012-09-22 04:04:35 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator20;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem ScreenshotCaptureOSDMenuItem1;
|
2013-10-27 13:53:28 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem LoadGBInSGBMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SnesGBInSGBMenuItem;
|
2012-09-29 23:03:51 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel RebootStatusBarIcon;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem TraceLoggerMenuItem;
|
2013-10-27 13:53:28 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem ShowClippedRegionsMenuItem;
|
2012-10-06 12:27:56 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator24;
|
2013-10-27 13:53:28 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem HighlightActiveDisplayRegionMenuItem;
|
2013-12-20 22:49:35 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem FDSControlsMenuItem;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SaveMovieMenuItem;
|
2013-10-27 15:23:41 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SaveMovieContextMenuItem;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem VirtualPadMenuItem;
|
2013-10-27 13:53:28 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem GBGPUViewerMenuItem;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem AudioThrottleMenuItem;
|
2012-11-12 17:57:11 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator27;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem VsyncEnabledMenuItem;
|
2012-11-18 02:58:18 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator28;
|
2013-10-27 13:53:28 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem ColecoSubMenu;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem ColecoSkipBiosMenuItem;
|
2013-10-27 15:53:37 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel LedLightStatusLabel;
|
2013-10-27 13:53:28 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem GBASubMenu;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem GbaGpuViewerMenuItem;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem KeyPrioritySubMenu;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem BothHkAndControllerMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem InputOverHkMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem HkOverInputMenuItem;
|
2013-10-27 15:53:37 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel KeyPriorityStatusLabel;
|
2013-10-27 13:53:28 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SnesOptionsMenuItem;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem FullMovieLoadstatesMenuItem;
|
2013-10-27 15:23:41 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem StopNoSaveContextMenuItem;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem StopMovieWithoutSavingMenuItem;
|
2013-10-27 13:53:28 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SnesGameGenieMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem GBGameGenieMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem GGGameGenieMenuItem;
|
2013-05-01 15:48:23 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator29;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem CreateDualGbXmlMenuItem;
|
2013-10-27 13:53:28 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem N64SubMenu;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem N64PluginSettingsMenuItem;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SavestateTypeSubMenu;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SavestateTypeDefaultMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SavestateBinaryMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SavestateTextMenuItem;
|
2013-10-27 13:53:28 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SaturnSubMenu;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SaturnPreferencesMenuItem;
|
2013-10-27 15:23:41 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem ConfigContextMenuItem;
|
2013-10-27 07:54:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem RewindOptionsMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem FirmwaresMenuItem;
|
2013-10-27 13:53:28 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem LoadTIFileMenuItem;
|
2013-10-11 16:32:36 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem ClearSRAMContextMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator ShowMenuContextMenuSeparator;
|
2013-11-27 21:52:49 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem StopAVContextMenuItem;
|
2013-12-20 22:49:35 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem FdsEjectDiskMenuItem;
|
2013-12-23 16:58:20 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem DGBSubMenu;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem DGBsettingsToolStripMenuItem;
|
2013-12-23 23:03:12 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem GenesisSubMenu;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem GenesisSettingsToolStripMenuItem;
|
2013-12-24 20:50:53 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem AtariSettingsToolStripMenuItem;
|
2014-01-06 23:56:30 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem MovieSettingsMenuItem;
|
2014-05-04 13:57:58 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem CoresSubMenu;
|
2014-05-01 02:06:03 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem GBInSGBMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem NesInQuickNESMenuItem;
|
2014-01-15 02:16:06 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem batchRunnerToolStripMenuItem;
|
2014-02-03 05:27:59 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem DisplayConfigMenuItem;
|
2014-02-08 16:40:15 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem PCEtileViewerToolStripMenuItem;
|
2014-02-08 23:02:47 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SMSVDPViewerToolStripMenuItem;
|
2014-02-10 01:06:06 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem codeDataLoggerToolStripMenuItem;
|
2014-02-19 22:26:33 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem vDPViewerToolStripMenuItem;
|
2014-03-05 02:20:22 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SMSFix3DGameDisplayToolStripMenuItem;
|
2014-03-13 04:15:05 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripSeparator SMStoolStripMenuItem2;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SMSenableBIOSToolStripMenuItem;
|
2014-03-22 05:57:27 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SMSregionToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SMSregionExportToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SMSregionJapanToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SMSregionAutoToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SMSdisplayToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SMSdisplayNtscToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SMSdisplayPalToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SMSdisplayAutoToolStripMenuItem;
|
2014-04-13 22:08:46 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator26;
|
2014-04-14 16:48:45 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem extensionsToolStripMenuItem;
|
2014-04-19 19:01:13 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem Atari2600DebuggerMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator31;
|
2014-04-25 01:19:57 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel CoreNameStatusBarButton;
|
2014-04-27 02:26:03 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem6;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem7;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem8;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem9;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem10;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem11;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem12;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem13;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem14;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem15;
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator30;
|
2014-05-01 02:06:03 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SavestateTypeContextSubMenu;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SavestateTypeDefaultContextMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SavestateBinaryContextMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SavestateTextContextMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem CoreSelectionContextSubMenu;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem GBInSGBContextMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem NesInQuickNESContextMenuItem;
|
2014-04-27 02:26:03 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator37;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem66;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem67;
|
2014-05-04 13:57:58 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem N64VideoPluginSettingsMenuItem;
|
2014-05-06 01:27:56 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem ClientOptionsMenuItem;
|
2014-05-07 01:03:44 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem customizeToolStripMenuItem;
|
2014-05-10 13:49:00 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem N64ControllerSettingsMenuItem;
|
2014-05-12 17:24:43 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem GBcoreSettingsToolStripMenuItem;
|
2014-05-16 00:24:40 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem NesControllerSettingsMenuItem;
|
2014-05-16 00:53:10 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator22;
|
2013-04-23 09:09:49 +00:00
|
|
|
|
}
|
2011-01-11 02:55:51 +00:00
|
|
|
|
}
|
|
|
|
|
|