remove pointless name and text parameters from MenuStripEx
This commit is contained in:
parent
3dba6857bc
commit
9e2b2a9b91
|
@ -139,9 +139,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
//
|
||||
// MenuStrip
|
||||
//
|
||||
this.MenuStrip.Name = "MenuStrip";
|
||||
this.MenuStrip.TabIndex = 9;
|
||||
this.MenuStrip.Text = "menuStrip1";
|
||||
//
|
||||
// LogWindow
|
||||
//
|
||||
|
|
|
@ -405,9 +405,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
this.amstradCPCToolStripMenuItem,
|
||||
this.HelpSubMenu});
|
||||
this.MainformMenu.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
|
||||
this.MainformMenu.Name = "MainformMenu";
|
||||
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);
|
||||
//
|
||||
|
|
|
@ -149,9 +149,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
this.FileSubMenu,
|
||||
this.OptionsSubMenu,
|
||||
this.helpToolStripMenuItem});
|
||||
this.BotMenu.Name = "BotMenu";
|
||||
this.BotMenu.TabIndex = 0;
|
||||
this.BotMenu.Text = "menuStrip1";
|
||||
//
|
||||
// FileSubMenu
|
||||
//
|
||||
|
|
|
@ -63,9 +63,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
//
|
||||
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.FileSubMenu});
|
||||
this.menuStrip1.Name = "menuStrip1";
|
||||
this.menuStrip1.TabIndex = 2;
|
||||
this.menuStrip1.Text = "menuStrip1";
|
||||
//
|
||||
// FileSubMenu
|
||||
//
|
||||
|
|
|
@ -157,9 +157,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
this.FileSubMenu,
|
||||
this.CheatsSubMenu,
|
||||
this.OptionsSubMenu});
|
||||
this.CheatsMenu.Name = "CheatsMenu";
|
||||
this.CheatsMenu.TabIndex = 2;
|
||||
this.CheatsMenu.Text = "menuStrip1";
|
||||
//
|
||||
// FileSubMenu
|
||||
//
|
||||
|
|
|
@ -70,9 +70,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.fileToolStripMenuItem,
|
||||
this.DebugSubMenu});
|
||||
this.menuStrip1.Name = "menuStrip1";
|
||||
this.menuStrip1.TabIndex = 1;
|
||||
this.menuStrip1.Text = "menuStrip1";
|
||||
//
|
||||
// fileToolStripMenuItem
|
||||
//
|
||||
|
|
|
@ -159,9 +159,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
//
|
||||
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.fileToolStripMenuItem});
|
||||
this.menuStrip1.Name = "menuStrip1";
|
||||
this.menuStrip1.TabIndex = 11;
|
||||
this.menuStrip1.Text = "menuStrip1";
|
||||
//
|
||||
// fileToolStripMenuItem
|
||||
//
|
||||
|
|
|
@ -105,9 +105,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
this.EditMenuItem,
|
||||
this.OptionsSubMenu,
|
||||
this.SettingsSubMenu});
|
||||
this.HexMenuStrip.Name = "HexMenuStrip";
|
||||
this.HexMenuStrip.TabIndex = 1;
|
||||
this.HexMenuStrip.Text = "menuStrip1";
|
||||
//
|
||||
// FileSubMenu
|
||||
//
|
||||
|
|
|
@ -178,9 +178,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
this.ScriptSubMenu,
|
||||
this.SettingsSubMenu,
|
||||
this.HelpSubMenu});
|
||||
this.menuStrip1.Name = "menuStrip1";
|
||||
this.menuStrip1.TabIndex = 1;
|
||||
this.menuStrip1.Text = "menuStrip1";
|
||||
//
|
||||
// FileSubMenu
|
||||
//
|
||||
|
|
|
@ -144,9 +144,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
//
|
||||
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.FileSubMenu});
|
||||
this.menuStrip1.Name = "menuStrip1";
|
||||
this.menuStrip1.TabIndex = 5;
|
||||
this.menuStrip1.Text = "menuStrip1";
|
||||
//
|
||||
// FileSubMenu
|
||||
//
|
||||
|
|
|
@ -127,9 +127,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
//
|
||||
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.FileSubMenu});
|
||||
this.menuStrip1.Name = "menuStrip1";
|
||||
this.menuStrip1.TabIndex = 1;
|
||||
this.menuStrip1.Text = "menuStrip1";
|
||||
//
|
||||
// FileSubMenu
|
||||
//
|
||||
|
|
|
@ -452,10 +452,8 @@ namespace BizHawk.Client.EmuHawk
|
|||
this.FileSubMenu,
|
||||
this.PatternSubMenu,
|
||||
this.SettingsSubMenu});
|
||||
this.NesPPUMenu.Name = "NesPPUMenu";
|
||||
this.NesPPUMenu.Padding = new System.Windows.Forms.Padding(8, 2, 0, 2);
|
||||
this.NesPPUMenu.TabIndex = 10;
|
||||
this.NesPPUMenu.Text = "menuStrip1";
|
||||
//
|
||||
// FileSubMenu
|
||||
//
|
||||
|
|
|
@ -61,9 +61,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
//
|
||||
this.PceBgViewerMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.ViewerSubMenu});
|
||||
this.PceBgViewerMenu.Name = "PceBgViewerMenu";
|
||||
this.PceBgViewerMenu.TabIndex = 2;
|
||||
this.PceBgViewerMenu.Text = "menuStrip1";
|
||||
//
|
||||
// ViewerSubMenu
|
||||
//
|
||||
|
|
|
@ -247,9 +247,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
//
|
||||
// SoundMenuStrip
|
||||
//
|
||||
this.SoundMenuStrip.Name = "SoundMenuStrip";
|
||||
this.SoundMenuStrip.TabIndex = 4;
|
||||
this.SoundMenuStrip.Text = "menuStrip1";
|
||||
//
|
||||
// PCESoundDebugger
|
||||
//
|
||||
|
|
|
@ -126,9 +126,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
//
|
||||
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.FileSubMenu});
|
||||
this.menuStrip1.Name = "menuStrip1";
|
||||
this.menuStrip1.TabIndex = 8;
|
||||
this.menuStrip1.Text = "menuStrip1";
|
||||
//
|
||||
// FileSubMenu
|
||||
//
|
||||
|
|
|
@ -115,9 +115,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
//
|
||||
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.FileSubMenu});
|
||||
this.menuStrip1.Name = "menuStrip1";
|
||||
this.menuStrip1.TabIndex = 5;
|
||||
this.menuStrip1.Text = "menuStrip1";
|
||||
//
|
||||
// FileSubMenu
|
||||
//
|
||||
|
|
|
@ -275,9 +275,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
//
|
||||
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.fileToolStripMenuItem});
|
||||
this.menuStrip1.Name = "menuStrip1";
|
||||
this.menuStrip1.TabIndex = 33;
|
||||
this.menuStrip1.Text = "menuStrip1";
|
||||
//
|
||||
// fileToolStripMenuItem
|
||||
//
|
||||
|
|
|
@ -214,9 +214,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
this.SettingsSubMenu,
|
||||
this.ColumnsSubMenu,
|
||||
this.HelpSubMenu});
|
||||
this.TASMenu.Name = "TASMenu";
|
||||
this.TASMenu.TabIndex = 0;
|
||||
this.TASMenu.Text = "menuStrip1";
|
||||
this.TASMenu.MenuActivate += new System.EventHandler(this.TASMenu_MenuActivate);
|
||||
this.TASMenu.MenuDeactivate += new System.EventHandler(this.TASMenu_MenuDeactivate);
|
||||
//
|
||||
|
|
|
@ -178,9 +178,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
this.toolStripMenuItem1,
|
||||
this.KeyPadSubMenu,
|
||||
this.SettingsSubMenu});
|
||||
this.menuStrip1.Name = "menuStrip1";
|
||||
this.menuStrip1.TabIndex = 0;
|
||||
this.menuStrip1.Text = "menuStrip1";
|
||||
//
|
||||
// KeyPadSubMenu
|
||||
//
|
||||
|
|
|
@ -125,9 +125,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
this.FileSubMenu,
|
||||
this.EditSubMenu,
|
||||
this.OptionsSubMenu});
|
||||
this.menuStrip1.Name = "menuStrip1";
|
||||
this.menuStrip1.TabIndex = 2;
|
||||
this.menuStrip1.Text = "menuStrip1";
|
||||
//
|
||||
// FileSubMenu
|
||||
//
|
||||
|
|
|
@ -97,9 +97,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
this.PadMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.PadsSubMenu,
|
||||
this.SettingsSubMenu});
|
||||
this.PadMenu.Name = "PadMenu";
|
||||
this.PadMenu.TabIndex = 7;
|
||||
this.PadMenu.Text = "menuStrip1";
|
||||
//
|
||||
// PadsSubMenu
|
||||
//
|
||||
|
|
|
@ -272,9 +272,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
this.settingsToolStripMenuItem,
|
||||
this.searchToolStripMenuItem,
|
||||
this.optionsToolStripMenuItem});
|
||||
this.RamSearchMenu.Name = "RamSearchMenu";
|
||||
this.RamSearchMenu.TabIndex = 4;
|
||||
this.RamSearchMenu.Text = "menuStrip1";
|
||||
//
|
||||
// fileToolStripMenuItem
|
||||
//
|
||||
|
|
|
@ -411,9 +411,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
this.FileSubMenu,
|
||||
this.WatchesSubMenu,
|
||||
this.OptionsSubMenu});
|
||||
this.RamWatchMenu.Name = "RamWatchMenu";
|
||||
this.RamWatchMenu.TabIndex = 3;
|
||||
this.RamWatchMenu.Text = "menuStrip1";
|
||||
//
|
||||
// FileSubMenu
|
||||
//
|
||||
|
|
|
@ -16,6 +16,12 @@ namespace BizHawk.WinForms.Controls
|
|||
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
|
||||
public new Point Location => new Point(0, 0);
|
||||
|
||||
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
|
||||
public new string Text => "";
|
||||
|
||||
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
|
||||
public new string Name => Guid.NewGuid().ToString();
|
||||
|
||||
protected override void WndProc(ref Message m)
|
||||
{
|
||||
base.WndProc(ref m);
|
||||
|
|
Loading…
Reference in New Issue