Regenerate MainForm.Designer.cs

this is not a functional change. I changed something, did ctrl+z and saved.
This commit is contained in:
Morilli 2024-06-23 02:53:49 +02:00
parent e1af631af6
commit 3841d88268
1 changed files with 377 additions and 378 deletions

View File

@ -57,7 +57,6 @@ namespace BizHawk.Client.EmuHawk
this.toolStripSeparator21 = new BizHawk.WinForms.Controls.ToolStripSeparatorEx();
this.AutoloadLastSlotMenuItem = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.SaveSlotSubMenu = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.SelectSlot0MenuItem = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.SelectSlot1MenuItem = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.SelectSlot2MenuItem = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.SelectSlot3MenuItem = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
@ -67,6 +66,7 @@ namespace BizHawk.Client.EmuHawk
this.SelectSlot7MenuItem = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.SelectSlot8MenuItem = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.SelectSlot9MenuItem = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.SelectSlot0MenuItem = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.PreviousSlotMenuItem = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.NextSlotMenuItem = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.toolStripSeparator5 = new BizHawk.WinForms.Controls.ToolStripSeparatorEx();
@ -134,6 +134,7 @@ namespace BizHawk.Client.EmuHawk
this.toolStripMenuItem4 = new BizHawk.WinForms.Controls.ToolStripSeparatorEx();
this.DisplayStatusBarMenuItem = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.DisplayMessagesMenuItem = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.toolStripSeparator8 = new BizHawk.WinForms.Controls.ToolStripSeparatorEx();
this.DisplayLogWindowMenuItem = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.ConfigSubMenu = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.ControllersMenuItem = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
@ -205,9 +206,9 @@ namespace BizHawk.Client.EmuHawk
this.GameSharkConverterMenuItem = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.toolStripSeparator29 = new BizHawk.WinForms.Controls.ToolStripSeparatorEx();
this.MultiDiskBundlerFileMenuItem = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.BatchRunnerMenuItem = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.ExternalToolMenuItem = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.dummyExternalTool = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.BatchRunnerMenuItem = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.RetroAchievementsMenuItem = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.StartRetroAchievementsMenuItem = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.NESSubMenu = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
@ -259,14 +260,14 @@ namespace BizHawk.Client.EmuHawk
this.ColecoUseSGMMenuItem = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.N64SubMenu = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.N64PluginSettingsMenuItem = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.Ares64SubMenu = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.Ares64SettingsMenuItem = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.N64ControllerSettingsMenuItem = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.toolStripSeparator23 = new BizHawk.WinForms.Controls.ToolStripSeparatorEx();
this.N64CircularAnalogRangeMenuItem = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.Ares64CircularAnalogRangeMenuItem = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.MupenStyleLagMenuItem = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.N64ExpansionSlotMenuItem = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.Ares64SubMenu = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.Ares64SettingsMenuItem = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.Ares64CircularAnalogRangeMenuItem = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.GBLSubMenu = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.GBLsettingsToolStripMenuItem = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.AppleSubMenu = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
@ -372,7 +373,6 @@ namespace BizHawk.Client.EmuHawk
this.ShowMenuContextMenuSeparator = new BizHawk.WinForms.Controls.ToolStripSeparatorEx();
this.ShowMenuContextMenuItem = new BizHawk.WinForms.Controls.ToolStripMenuItemEx();
this.timerMouseIdle = new System.Windows.Forms.Timer(this.components);
this.toolStripSeparator8 = new BizHawk.WinForms.Controls.ToolStripSeparatorEx();
this.MainformMenu.SuspendLayout();
this.MainStatusBar.SuspendLayout();
this.MainFormContextMenu.SuspendLayout();
@ -528,7 +528,6 @@ namespace BizHawk.Client.EmuHawk
//
// AutosaveLastSlotMenuItem
//
this.AutosaveLastSlotMenuItem.Name = "AutosaveLastSlotMenuItem";
this.AutosaveLastSlotMenuItem.Text = "Autosave Last Slot";
this.AutosaveLastSlotMenuItem.Click += new System.EventHandler(this.AutosaveLastSlotMenuItem_Click);
//
@ -633,11 +632,6 @@ namespace BizHawk.Client.EmuHawk
this.SaveSlotSubMenu.Text = "Save S&lot";
this.SaveSlotSubMenu.DropDownOpened += new System.EventHandler(this.SaveSlotSubMenu_DropDownOpened);
//
// SelectSlot0MenuItem
//
this.SelectSlot0MenuItem.Text = "Select Slot 10";
this.SelectSlot0MenuItem.Click += new System.EventHandler(this.SelectSlotMenuItems_Click);
//
// SelectSlot1MenuItem
//
this.SelectSlot1MenuItem.Text = "Select Slot 1";
@ -683,6 +677,11 @@ namespace BizHawk.Client.EmuHawk
this.SelectSlot9MenuItem.Text = "Select Slot 9";
this.SelectSlot9MenuItem.Click += new System.EventHandler(this.SelectSlotMenuItems_Click);
//
// SelectSlot0MenuItem
//
this.SelectSlot0MenuItem.Text = "Select Slot 10";
this.SelectSlot0MenuItem.Click += new System.EventHandler(this.SelectSlotMenuItems_Click);
//
// PreviousSlotMenuItem
//
this.PreviousSlotMenuItem.Text = "Previous Slot";
@ -866,7 +865,7 @@ namespace BizHawk.Client.EmuHawk
//
this.CaptureLuaMenuItem.CheckOnClick = true;
this.CaptureLuaMenuItem.Name = "CaptureLuaMenuItem";
this.CaptureLuaMenuItem.Size = new System.Drawing.Size(225, 22);
this.CaptureLuaMenuItem.Size = new System.Drawing.Size(232, 22);
this.CaptureLuaMenuItem.Text = "Capture Lua";
this.CaptureLuaMenuItem.Click += new System.EventHandler(this.CaptureLuaMenuItem_Click);
//
@ -1399,17 +1398,6 @@ namespace BizHawk.Client.EmuHawk
this.BasicBotMenuItem.Text = "Basic Bot";
this.BasicBotMenuItem.Click += new System.EventHandler(this.BasicBotMenuItem_Click);
//
// RetroAchievementsMenuItem
//
this.RetroAchievementsMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
StartRetroAchievementsMenuItem});
this.RetroAchievementsMenuItem.Text = "&RetroAchievements";
//
// StartRetroAchievementsMenuItem
//
this.StartRetroAchievementsMenuItem.Text = "&Start RetroAchievements";
this.StartRetroAchievementsMenuItem.Click += new System.EventHandler(this.StartRetroAchievementsMenuItem_Click);
//
// CheatsMenuItem
//
this.CheatsMenuItem.Text = "Cheats";
@ -1425,6 +1413,12 @@ namespace BizHawk.Client.EmuHawk
this.MultiDiskBundlerFileMenuItem.Text = "Multi-disk Bundler";
this.MultiDiskBundlerFileMenuItem.Click += new System.EventHandler(this.MultidiskBundlerMenuItem_Click);
//
// BatchRunnerMenuItem
//
this.BatchRunnerMenuItem.Text = "Batch Runner...";
this.BatchRunnerMenuItem.Visible = false;
this.BatchRunnerMenuItem.Click += new System.EventHandler(this.BatchRunnerMenuItem_Click);
//
// ExternalToolMenuItem
//
this.ExternalToolMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
@ -1436,11 +1430,16 @@ namespace BizHawk.Client.EmuHawk
//
this.dummyExternalTool.Text = "None";
//
// BatchRunnerMenuItem
// RetroAchievementsMenuItem
//
this.BatchRunnerMenuItem.Text = "Batch Runner...";
this.BatchRunnerMenuItem.Visible = false;
this.BatchRunnerMenuItem.Click += new System.EventHandler(this.BatchRunnerMenuItem_Click);
this.RetroAchievementsMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.StartRetroAchievementsMenuItem});
this.RetroAchievementsMenuItem.Text = "&RetroAchievements";
//
// StartRetroAchievementsMenuItem
//
this.StartRetroAchievementsMenuItem.Text = "&Start RetroAchievements";
this.StartRetroAchievementsMenuItem.Click += new System.EventHandler(this.StartRetroAchievementsMenuItem_Click);
//
// NESSubMenu
//
@ -2758,7 +2757,7 @@ namespace BizHawk.Client.EmuHawk
private BizHawk.WinForms.Controls.ToolStripMenuItemEx AmstradCPCNonSyncSettingsToolStripMenuItem;
private BizHawk.WinForms.Controls.ToolStripSeparatorEx toolStripSeparator8;
private System.Windows.Forms.ToolStripMenuItem CaptureLuaMenuItem;
private System.Windows.Forms.ToolStripMenuItem AutosaveLastSlotMenuItem;
private ToolStripSeparatorEx toolStripSeparator24;
private ToolStripMenuItemEx AutosaveLastSlotMenuItem;
}
}