make the word "autoload" consistently spelled/capitalized/hyphenated across all menus
This commit is contained in:
parent
a3ff05fd82
commit
17c68d34d0
|
@ -407,7 +407,7 @@
|
|||
//
|
||||
this.OpenRomMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.OpenFile;
|
||||
this.OpenRomMenuItem.Name = "OpenRomMenuItem";
|
||||
this.OpenRomMenuItem.Size = new System.Drawing.Size(140, 22);
|
||||
this.OpenRomMenuItem.Size = new System.Drawing.Size(152, 22);
|
||||
this.OpenRomMenuItem.Text = "Open ROM";
|
||||
this.OpenRomMenuItem.Click += new System.EventHandler(this.OpenRomMenuItem_Click);
|
||||
//
|
||||
|
@ -417,7 +417,7 @@
|
|||
this.toolStripSeparator3});
|
||||
this.RecentRomSubMenu.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Recent;
|
||||
this.RecentRomSubMenu.Name = "RecentRomSubMenu";
|
||||
this.RecentRomSubMenu.Size = new System.Drawing.Size(140, 22);
|
||||
this.RecentRomSubMenu.Size = new System.Drawing.Size(152, 22);
|
||||
this.RecentRomSubMenu.Text = "Recent ROM";
|
||||
this.RecentRomSubMenu.DropDownOpened += new System.EventHandler(this.RecentRomMenuItem_DropDownOpened);
|
||||
//
|
||||
|
@ -430,14 +430,14 @@
|
|||
//
|
||||
this.CloseRomMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Close;
|
||||
this.CloseRomMenuItem.Name = "CloseRomMenuItem";
|
||||
this.CloseRomMenuItem.Size = new System.Drawing.Size(140, 22);
|
||||
this.CloseRomMenuItem.Size = new System.Drawing.Size(152, 22);
|
||||
this.CloseRomMenuItem.Text = "&Close ROM";
|
||||
this.CloseRomMenuItem.Click += new System.EventHandler(this.CloseRomMenuItem_Click);
|
||||
//
|
||||
// toolStripMenuItem1
|
||||
//
|
||||
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
||||
this.toolStripMenuItem1.Size = new System.Drawing.Size(137, 6);
|
||||
this.toolStripMenuItem1.Size = new System.Drawing.Size(149, 6);
|
||||
//
|
||||
// SaveStateSubMenu
|
||||
//
|
||||
|
@ -455,7 +455,7 @@
|
|||
this.toolStripSeparator6,
|
||||
this.SaveNamedStateMenuItem});
|
||||
this.SaveStateSubMenu.Name = "SaveStateSubMenu";
|
||||
this.SaveStateSubMenu.Size = new System.Drawing.Size(140, 22);
|
||||
this.SaveStateSubMenu.Size = new System.Drawing.Size(152, 22);
|
||||
this.SaveStateSubMenu.Text = "Save State";
|
||||
this.SaveStateSubMenu.DropDownOpened += new System.EventHandler(this.SaveStateSubMenu_DropDownOpened);
|
||||
//
|
||||
|
@ -559,7 +559,7 @@
|
|||
this.toolStripSeparator21,
|
||||
this.AutoloadLastSlotMenuItem});
|
||||
this.LoadStateSubMenu.Name = "LoadStateSubMenu";
|
||||
this.LoadStateSubMenu.Size = new System.Drawing.Size(140, 22);
|
||||
this.LoadStateSubMenu.Size = new System.Drawing.Size(152, 22);
|
||||
this.LoadStateSubMenu.Text = "Load State";
|
||||
this.LoadStateSubMenu.DropDownOpened += new System.EventHandler(this.LoadStateSubMenu_DropDownOpened);
|
||||
//
|
||||
|
@ -654,7 +654,7 @@
|
|||
//
|
||||
this.AutoloadLastSlotMenuItem.Name = "AutoloadLastSlotMenuItem";
|
||||
this.AutoloadLastSlotMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||
this.AutoloadLastSlotMenuItem.Text = "AutoLoad last Slot";
|
||||
this.AutoloadLastSlotMenuItem.Text = "Autoload last Slot";
|
||||
this.AutoloadLastSlotMenuItem.Click += new System.EventHandler(this.AutoloadLastSlotMenuItem_Click);
|
||||
//
|
||||
// SaveSlotSubMenu
|
||||
|
@ -676,7 +676,7 @@
|
|||
this.SaveToCurrentSlotMenuItem,
|
||||
this.LoadCurrentSlotMenuItem});
|
||||
this.SaveSlotSubMenu.Name = "SaveSlotSubMenu";
|
||||
this.SaveSlotSubMenu.Size = new System.Drawing.Size(140, 22);
|
||||
this.SaveSlotSubMenu.Size = new System.Drawing.Size(152, 22);
|
||||
this.SaveSlotSubMenu.Text = "SaveSlot";
|
||||
this.SaveSlotSubMenu.DropDownOpened += new System.EventHandler(this.SaveSlotSubMenu_DropDownOpened);
|
||||
//
|
||||
|
@ -788,7 +788,7 @@
|
|||
// toolStripMenuItem2
|
||||
//
|
||||
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
|
||||
this.toolStripMenuItem2.Size = new System.Drawing.Size(137, 6);
|
||||
this.toolStripMenuItem2.Size = new System.Drawing.Size(149, 6);
|
||||
//
|
||||
// MovieSubMenu
|
||||
//
|
||||
|
@ -808,7 +808,7 @@
|
|||
this.AutomaticallyBackupMoviesMenuItem,
|
||||
this.FullMovieLoadstatesMenuItem});
|
||||
this.MovieSubMenu.Name = "MovieSubMenu";
|
||||
this.MovieSubMenu.Size = new System.Drawing.Size(140, 22);
|
||||
this.MovieSubMenu.Size = new System.Drawing.Size(152, 22);
|
||||
this.MovieSubMenu.Text = "Movie";
|
||||
this.MovieSubMenu.DropDownOpened += new System.EventHandler(this.MovieSubMenu_DropDownOpened);
|
||||
//
|
||||
|
@ -838,7 +838,7 @@
|
|||
// toolStripSeparator16
|
||||
//
|
||||
this.toolStripSeparator16.Name = "toolStripSeparator16";
|
||||
this.toolStripSeparator16.Size = new System.Drawing.Size(57, 6);
|
||||
this.toolStripSeparator16.Size = new System.Drawing.Size(149, 6);
|
||||
//
|
||||
// RecordMovieMenuItem
|
||||
//
|
||||
|
@ -930,7 +930,7 @@
|
|||
this.toolStripSeparator19,
|
||||
this.CaptureOSDMenuItem});
|
||||
this.AVSubMenu.Name = "AVSubMenu";
|
||||
this.AVSubMenu.Size = new System.Drawing.Size(140, 22);
|
||||
this.AVSubMenu.Size = new System.Drawing.Size(152, 22);
|
||||
this.AVSubMenu.Text = "AVI/WAV";
|
||||
this.AVSubMenu.DropDownOpened += new System.EventHandler(this.AVSubMenu_DropDownOpened);
|
||||
//
|
||||
|
@ -971,7 +971,7 @@
|
|||
this.toolStripSeparator20,
|
||||
this.ScreenshotCaptureOSDMenuItem1});
|
||||
this.ScreenshotSubMenu.Name = "ScreenshotSubMenu";
|
||||
this.ScreenshotSubMenu.Size = new System.Drawing.Size(140, 22);
|
||||
this.ScreenshotSubMenu.Size = new System.Drawing.Size(152, 22);
|
||||
this.ScreenshotSubMenu.Text = "Screenshot";
|
||||
this.ScreenshotSubMenu.DropDownOpening += new System.EventHandler(this.ScreenshotSubMenu_DropDownOpening);
|
||||
//
|
||||
|
@ -1013,13 +1013,13 @@
|
|||
// toolStripSeparator4
|
||||
//
|
||||
this.toolStripSeparator4.Name = "toolStripSeparator4";
|
||||
this.toolStripSeparator4.Size = new System.Drawing.Size(137, 6);
|
||||
this.toolStripSeparator4.Size = new System.Drawing.Size(149, 6);
|
||||
//
|
||||
// ExitMenuItem
|
||||
//
|
||||
this.ExitMenuItem.Name = "ExitMenuItem";
|
||||
this.ExitMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
|
||||
this.ExitMenuItem.Size = new System.Drawing.Size(140, 22);
|
||||
this.ExitMenuItem.Size = new System.Drawing.Size(152, 22);
|
||||
this.ExitMenuItem.Text = "Exit";
|
||||
this.ExitMenuItem.Click += new System.EventHandler(this.ExitMenuItem_Click);
|
||||
//
|
||||
|
@ -2708,9 +2708,9 @@
|
|||
this.Slot0StatusButton.Text = "0";
|
||||
this.Slot0StatusButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.SlotStatusButtons_MouseUp);
|
||||
//
|
||||
// CheatStatus
|
||||
// CheatStatusButton
|
||||
//
|
||||
this.CheatStatusButton.Name = "CheatStatus";
|
||||
this.CheatStatusButton.Name = "CheatStatusButton";
|
||||
this.CheatStatusButton.Size = new System.Drawing.Size(0, 17);
|
||||
this.CheatStatusButton.Click += new System.EventHandler(this.FreezeStatus_Click);
|
||||
//
|
||||
|
|
|
@ -35,17 +35,17 @@
|
|||
this.label5 = new System.Windows.Forms.Label();
|
||||
this.label6 = new System.Windows.Forms.Label();
|
||||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||||
this.bmpViewBG = new BmpView();
|
||||
this.bmpViewWin = new BmpView();
|
||||
this.bmpViewBG = new BizHawk.Client.EmuHawk.BmpView();
|
||||
this.bmpViewWin = new BizHawk.Client.EmuHawk.BmpView();
|
||||
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||||
this.bmpViewTiles1 = new BmpView();
|
||||
this.bmpViewTiles2 = new BmpView();
|
||||
this.bmpViewTiles1 = new BizHawk.Client.EmuHawk.BmpView();
|
||||
this.bmpViewTiles2 = new BizHawk.Client.EmuHawk.BmpView();
|
||||
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
||||
this.label7 = new System.Windows.Forms.Label();
|
||||
this.bmpViewBGPal = new BmpView();
|
||||
this.bmpViewSPPal = new BmpView();
|
||||
this.bmpViewBGPal = new BizHawk.Client.EmuHawk.BmpView();
|
||||
this.bmpViewSPPal = new BizHawk.Client.EmuHawk.BmpView();
|
||||
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
||||
this.bmpViewOAM = new BmpView();
|
||||
this.bmpViewOAM = new BizHawk.Client.EmuHawk.BmpView();
|
||||
this.groupBox5 = new System.Windows.Forms.GroupBox();
|
||||
this.hScrollBarScanline = new System.Windows.Forms.HScrollBar();
|
||||
this.labelScanline = new System.Windows.Forms.Label();
|
||||
|
@ -55,9 +55,9 @@
|
|||
this.radioButtonRefreshFrame = new System.Windows.Forms.RadioButton();
|
||||
this.groupBoxDetails = new System.Windows.Forms.GroupBox();
|
||||
this.labelDetails = new System.Windows.Forms.Label();
|
||||
this.bmpViewDetails = new BmpView();
|
||||
this.bmpViewDetails = new BizHawk.Client.EmuHawk.BmpView();
|
||||
this.groupBoxMemory = new System.Windows.Forms.GroupBox();
|
||||
this.bmpViewMemory = new BmpView();
|
||||
this.bmpViewMemory = new BizHawk.Client.EmuHawk.BmpView();
|
||||
this.labelMemory = new System.Windows.Forms.Label();
|
||||
this.groupBox6 = new System.Windows.Forms.GroupBox();
|
||||
this.labelClipboard = new System.Windows.Forms.Label();
|
||||
|
@ -471,9 +471,9 @@
|
|||
this.checkBoxAutoLoad.AutoSize = true;
|
||||
this.checkBoxAutoLoad.Location = new System.Drawing.Point(6, 19);
|
||||
this.checkBoxAutoLoad.Name = "checkBoxAutoLoad";
|
||||
this.checkBoxAutoLoad.Size = new System.Drawing.Size(75, 17);
|
||||
this.checkBoxAutoLoad.Size = new System.Drawing.Size(68, 17);
|
||||
this.checkBoxAutoLoad.TabIndex = 0;
|
||||
this.checkBoxAutoLoad.Text = "Auto-Load";
|
||||
this.checkBoxAutoLoad.Text = "Autoload";
|
||||
this.checkBoxAutoLoad.UseVisualStyleBackColor = true;
|
||||
this.checkBoxAutoLoad.CheckedChanged += new System.EventHandler(this.checkBoxAutoLoad_CheckedChanged);
|
||||
//
|
||||
|
|
|
@ -179,6 +179,7 @@
|
|||
this.Controls.Add(this.listBoxWidgets);
|
||||
this.KeyPreview = true;
|
||||
this.Name = "GBAGPUView";
|
||||
this.ShowIcon = false;
|
||||
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
|
||||
this.Text = "GBA GPU Viewer";
|
||||
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.GBAGPUView_FormClosed);
|
||||
|
|
|
@ -347,7 +347,7 @@
|
|||
//
|
||||
this.autoloadToolStripMenuItem.Name = "autoloadToolStripMenuItem";
|
||||
this.autoloadToolStripMenuItem.Size = new System.Drawing.Size(192, 22);
|
||||
this.autoloadToolStripMenuItem.Text = "Auto-load";
|
||||
this.autoloadToolStripMenuItem.Text = "Autoload";
|
||||
this.autoloadToolStripMenuItem.Click += new System.EventHandler(this.autoloadToolStripMenuItem_Click);
|
||||
//
|
||||
// customColorsToolStripMenuItem
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NESDebugger));
|
||||
this.DebugView = new VirtualListView();
|
||||
this.DebugView = new BizHawk.Client.EmuHawk.VirtualListView();
|
||||
this.Address = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.Instruction = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.menuStrip1 = new MenuStripEx();
|
||||
|
@ -74,6 +74,7 @@
|
|||
//
|
||||
// menuStrip1
|
||||
//
|
||||
this.menuStrip1.ClickThrough = true;
|
||||
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.fileToolStripMenuItem,
|
||||
this.debugToolStripMenuItem,
|
||||
|
@ -89,7 +90,7 @@
|
|||
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.exitToolStripMenuItem});
|
||||
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
||||
this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
|
||||
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
|
||||
this.fileToolStripMenuItem.Text = "&File";
|
||||
//
|
||||
// exitToolStripMenuItem
|
||||
|
@ -103,7 +104,7 @@
|
|||
// debugToolStripMenuItem
|
||||
//
|
||||
this.debugToolStripMenuItem.Name = "debugToolStripMenuItem";
|
||||
this.debugToolStripMenuItem.Size = new System.Drawing.Size(50, 20);
|
||||
this.debugToolStripMenuItem.Size = new System.Drawing.Size(54, 20);
|
||||
this.debugToolStripMenuItem.Text = "&Debug";
|
||||
//
|
||||
// optionsToolStripMenuItem
|
||||
|
@ -114,33 +115,33 @@
|
|||
this.toolStripSeparator1,
|
||||
this.restoreOriginalSizeToolStripMenuItem});
|
||||
this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
|
||||
this.optionsToolStripMenuItem.Size = new System.Drawing.Size(56, 20);
|
||||
this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
|
||||
this.optionsToolStripMenuItem.Text = "&Options";
|
||||
this.optionsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.optionsToolStripMenuItem_DropDownOpened);
|
||||
//
|
||||
// autoloadToolStripMenuItem
|
||||
//
|
||||
this.autoloadToolStripMenuItem.Name = "autoloadToolStripMenuItem";
|
||||
this.autoloadToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
|
||||
this.autoloadToolStripMenuItem.Text = "Auto-load";
|
||||
this.autoloadToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
|
||||
this.autoloadToolStripMenuItem.Text = "Autoload";
|
||||
this.autoloadToolStripMenuItem.Click += new System.EventHandler(this.autoloadToolStripMenuItem_Click);
|
||||
//
|
||||
// saveWindowPositionToolStripMenuItem
|
||||
//
|
||||
this.saveWindowPositionToolStripMenuItem.Name = "saveWindowPositionToolStripMenuItem";
|
||||
this.saveWindowPositionToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
|
||||
this.saveWindowPositionToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
|
||||
this.saveWindowPositionToolStripMenuItem.Text = "Save window position";
|
||||
this.saveWindowPositionToolStripMenuItem.Click += new System.EventHandler(this.saveWindowPositionToolStripMenuItem_Click);
|
||||
//
|
||||
// toolStripSeparator1
|
||||
//
|
||||
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
||||
this.toolStripSeparator1.Size = new System.Drawing.Size(185, 6);
|
||||
this.toolStripSeparator1.Size = new System.Drawing.Size(186, 6);
|
||||
//
|
||||
// restoreOriginalSizeToolStripMenuItem
|
||||
//
|
||||
this.restoreOriginalSizeToolStripMenuItem.Name = "restoreOriginalSizeToolStripMenuItem";
|
||||
this.restoreOriginalSizeToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
|
||||
this.restoreOriginalSizeToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
|
||||
this.restoreOriginalSizeToolStripMenuItem.Text = "Restore Window Size";
|
||||
this.restoreOriginalSizeToolStripMenuItem.Click += new System.EventHandler(this.restoreOriginalSizeToolStripMenuItem_Click);
|
||||
//
|
||||
|
|
|
@ -33,9 +33,9 @@
|
|||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.CompareBox = new HexTextBox();
|
||||
this.ValueBox = new HexTextBox();
|
||||
this.AddressBox = new HexTextBox();
|
||||
this.CompareBox = new BizHawk.Client.EmuHawk.HexTextBox();
|
||||
this.ValueBox = new BizHawk.Client.EmuHawk.HexTextBox();
|
||||
this.AddressBox = new BizHawk.Client.EmuHawk.HexTextBox();
|
||||
this.AddCheat = new System.Windows.Forms.Button();
|
||||
this.ButtonPanel = new System.Windows.Forms.Panel();
|
||||
this.N = new System.Windows.Forms.Button();
|
||||
|
@ -433,7 +433,7 @@
|
|||
this.OptionsSubMenu});
|
||||
this.MenuStrip.Location = new System.Drawing.Point(0, 0);
|
||||
this.MenuStrip.Name = "MenuStrip";
|
||||
this.MenuStrip.Size = new System.Drawing.Size(292, 24);
|
||||
this.MenuStrip.Size = new System.Drawing.Size(302, 24);
|
||||
this.MenuStrip.TabIndex = 8;
|
||||
this.MenuStrip.Text = "menuStrip1";
|
||||
//
|
||||
|
@ -453,7 +453,7 @@
|
|||
//
|
||||
this.AutoloadMenuItem.Name = "AutoloadMenuItem";
|
||||
this.AutoloadMenuItem.Size = new System.Drawing.Size(191, 22);
|
||||
this.AutoloadMenuItem.Text = "Auto-load";
|
||||
this.AutoloadMenuItem.Text = "Autoload";
|
||||
this.AutoloadMenuItem.Click += new System.EventHandler(this.AutoloadMenuItem_Click);
|
||||
//
|
||||
// SaveWindowPositionMenuItem
|
||||
|
@ -480,7 +480,7 @@
|
|||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(292, 260);
|
||||
this.ClientSize = new System.Drawing.Size(302, 263);
|
||||
this.Controls.Add(this.ClearButton);
|
||||
this.Controls.Add(this.Encoding);
|
||||
this.Controls.Add(this.groupBox1);
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||||
this.NameTableView = new BizHawk.Client.EmuHawk.NameTableViewer();
|
||||
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||||
this.screenshotAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.saveImageClipboardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
|
@ -68,7 +69,6 @@
|
|||
this.label6 = new System.Windows.Forms.Label();
|
||||
this.RefreshRate = new System.Windows.Forms.TrackBar();
|
||||
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
||||
this.NameTableView = new NameTableViewer();
|
||||
this.groupBox1.SuspendLayout();
|
||||
this.contextMenuStrip1.SuspendLayout();
|
||||
this.menuStrip1.SuspendLayout();
|
||||
|
@ -88,6 +88,18 @@
|
|||
this.groupBox1.TabIndex = 0;
|
||||
this.groupBox1.TabStop = false;
|
||||
//
|
||||
// NameTableView
|
||||
//
|
||||
this.NameTableView.BackColor = System.Drawing.Color.Transparent;
|
||||
this.NameTableView.ContextMenuStrip = this.contextMenuStrip1;
|
||||
this.NameTableView.Location = new System.Drawing.Point(17, 19);
|
||||
this.NameTableView.Name = "NameTableView";
|
||||
this.NameTableView.Size = new System.Drawing.Size(512, 480);
|
||||
this.NameTableView.TabIndex = 0;
|
||||
this.NameTableView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.NESNameTableViewer_KeyDown);
|
||||
this.NameTableView.MouseLeave += new System.EventHandler(this.NameTableView_MouseLeave);
|
||||
this.NameTableView.MouseMove += new System.Windows.Forms.MouseEventHandler(this.NameTableView_MouseMove);
|
||||
//
|
||||
// contextMenuStrip1
|
||||
//
|
||||
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
|
@ -121,6 +133,7 @@
|
|||
//
|
||||
// menuStrip1
|
||||
//
|
||||
this.menuStrip1.ClickThrough = true;
|
||||
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.fileToolStripMenuItem,
|
||||
this.optionsToolStripMenuItem});
|
||||
|
@ -184,7 +197,7 @@
|
|||
//
|
||||
this.autoloadToolStripMenuItem.Name = "autoloadToolStripMenuItem";
|
||||
this.autoloadToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
|
||||
this.autoloadToolStripMenuItem.Text = "Auto-load";
|
||||
this.autoloadToolStripMenuItem.Text = "Autoload";
|
||||
this.autoloadToolStripMenuItem.Click += new System.EventHandler(this.autoloadToolStripMenuItem_Click);
|
||||
//
|
||||
// saveWindowPositionToolStripMenuItem
|
||||
|
@ -441,18 +454,6 @@
|
|||
this.RefreshRate.TickFrequency = 4;
|
||||
this.RefreshRate.Value = 1;
|
||||
//
|
||||
// NameTableView
|
||||
//
|
||||
this.NameTableView.BackColor = System.Drawing.Color.Transparent;
|
||||
this.NameTableView.ContextMenuStrip = this.contextMenuStrip1;
|
||||
this.NameTableView.Location = new System.Drawing.Point(17, 19);
|
||||
this.NameTableView.Name = "NameTableView";
|
||||
this.NameTableView.Size = new System.Drawing.Size(512, 480);
|
||||
this.NameTableView.TabIndex = 0;
|
||||
this.NameTableView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.NESNameTableViewer_KeyDown);
|
||||
this.NameTableView.MouseLeave += new System.EventHandler(this.NameTableView_MouseLeave);
|
||||
this.NameTableView.MouseMove += new System.Windows.Forms.MouseEventHandler(this.NameTableView_MouseMove);
|
||||
//
|
||||
// NESNameTableViewer
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
|
|
|
@ -33,13 +33,13 @@
|
|||
this.PatternGroup = new System.Windows.Forms.GroupBox();
|
||||
this.Table1PaletteLabel = new System.Windows.Forms.Label();
|
||||
this.Table0PaletteLabel = new System.Windows.Forms.Label();
|
||||
this.PatternView = new PatternViewer();
|
||||
this.PatternView = new BizHawk.Client.EmuHawk.PatternViewer();
|
||||
this.PatternContext = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||||
this.saveImageToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.imageToClipboardToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.refreshToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.PalettesGroup = new System.Windows.Forms.GroupBox();
|
||||
this.PaletteView = new PaletteViewer();
|
||||
this.PaletteView = new BizHawk.Client.EmuHawk.PaletteViewer();
|
||||
this.PaletteContext = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||||
this.saveImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.imageToClipboardToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
||||
|
@ -55,7 +55,7 @@
|
|||
this.ValueLabel = new System.Windows.Forms.Label();
|
||||
this.AddressLabel = new System.Windows.Forms.Label();
|
||||
this.SpriteViewerBox = new System.Windows.Forms.GroupBox();
|
||||
this.SpriteView = new SpriteViewer();
|
||||
this.SpriteView = new BizHawk.Client.EmuHawk.SpriteViewer();
|
||||
this.SpriteContext = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||||
this.saveImageToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.imageToClipboardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
|
@ -462,6 +462,7 @@
|
|||
//
|
||||
// menuStrip1
|
||||
//
|
||||
this.menuStrip1.ClickThrough = true;
|
||||
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.fileToolStripMenuItem,
|
||||
this.patternToolStripMenuItem,
|
||||
|
@ -485,63 +486,63 @@
|
|||
this.toolStripSeparator2,
|
||||
this.exitToolStripMenuItem});
|
||||
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
||||
this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
|
||||
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
|
||||
this.fileToolStripMenuItem.Text = "&File";
|
||||
//
|
||||
// savePaletteScreenshotToolStripMenuItem
|
||||
//
|
||||
this.savePaletteScreenshotToolStripMenuItem.Name = "savePaletteScreenshotToolStripMenuItem";
|
||||
this.savePaletteScreenshotToolStripMenuItem.Size = new System.Drawing.Size(206, 22);
|
||||
this.savePaletteScreenshotToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
|
||||
this.savePaletteScreenshotToolStripMenuItem.Text = "Save Palette Screenshot...";
|
||||
this.savePaletteScreenshotToolStripMenuItem.Click += new System.EventHandler(this.savePaletteScreenshotToolStripMenuItem_Click);
|
||||
//
|
||||
// savePatternScreenshotToolStripMenuItem
|
||||
//
|
||||
this.savePatternScreenshotToolStripMenuItem.Name = "savePatternScreenshotToolStripMenuItem";
|
||||
this.savePatternScreenshotToolStripMenuItem.Size = new System.Drawing.Size(206, 22);
|
||||
this.savePatternScreenshotToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
|
||||
this.savePatternScreenshotToolStripMenuItem.Text = "Save Pattern Screenshot...";
|
||||
//
|
||||
// saveSpriteScreenshotToolStripMenuItem
|
||||
//
|
||||
this.saveSpriteScreenshotToolStripMenuItem.Name = "saveSpriteScreenshotToolStripMenuItem";
|
||||
this.saveSpriteScreenshotToolStripMenuItem.Size = new System.Drawing.Size(206, 22);
|
||||
this.saveSpriteScreenshotToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
|
||||
this.saveSpriteScreenshotToolStripMenuItem.Text = "Save Sprite Screenshot...";
|
||||
//
|
||||
// toolStripSeparator1
|
||||
//
|
||||
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
||||
this.toolStripSeparator1.Size = new System.Drawing.Size(203, 6);
|
||||
this.toolStripSeparator1.Size = new System.Drawing.Size(209, 6);
|
||||
//
|
||||
// savePaletteToClipboardToolStripMenuItem
|
||||
//
|
||||
this.savePaletteToClipboardToolStripMenuItem.Name = "savePaletteToClipboardToolStripMenuItem";
|
||||
this.savePaletteToClipboardToolStripMenuItem.Size = new System.Drawing.Size(206, 22);
|
||||
this.savePaletteToClipboardToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
|
||||
this.savePaletteToClipboardToolStripMenuItem.Text = "Copy Palette to Clipboard";
|
||||
this.savePaletteToClipboardToolStripMenuItem.Click += new System.EventHandler(this.savePaletteToClipboardToolStripMenuItem_Click);
|
||||
//
|
||||
// copyPatternToClipboardToolStripMenuItem
|
||||
//
|
||||
this.copyPatternToClipboardToolStripMenuItem.Name = "copyPatternToClipboardToolStripMenuItem";
|
||||
this.copyPatternToClipboardToolStripMenuItem.Size = new System.Drawing.Size(206, 22);
|
||||
this.copyPatternToClipboardToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
|
||||
this.copyPatternToClipboardToolStripMenuItem.Text = "Copy Pattern to Clipboard";
|
||||
this.copyPatternToClipboardToolStripMenuItem.Click += new System.EventHandler(this.copyPatternToClipboardToolStripMenuItem_Click);
|
||||
//
|
||||
// copySpriteToClipboardToolStripMenuItem
|
||||
//
|
||||
this.copySpriteToClipboardToolStripMenuItem.Name = "copySpriteToClipboardToolStripMenuItem";
|
||||
this.copySpriteToClipboardToolStripMenuItem.Size = new System.Drawing.Size(206, 22);
|
||||
this.copySpriteToClipboardToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
|
||||
this.copySpriteToClipboardToolStripMenuItem.Text = "Copy Sprite to Clipboard";
|
||||
this.copySpriteToClipboardToolStripMenuItem.Click += new System.EventHandler(this.copySpriteToClipboardToolStripMenuItem_Click);
|
||||
//
|
||||
// toolStripSeparator2
|
||||
//
|
||||
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
||||
this.toolStripSeparator2.Size = new System.Drawing.Size(203, 6);
|
||||
this.toolStripSeparator2.Size = new System.Drawing.Size(209, 6);
|
||||
//
|
||||
// exitToolStripMenuItem
|
||||
//
|
||||
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
|
||||
this.exitToolStripMenuItem.Size = new System.Drawing.Size(206, 22);
|
||||
this.exitToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
|
||||
this.exitToolStripMenuItem.Text = "E&xit";
|
||||
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
|
||||
//
|
||||
|
@ -551,7 +552,7 @@
|
|||
this.table0PaletteToolStripMenuItem,
|
||||
this.table1PaletteToolStripMenuItem1});
|
||||
this.patternToolStripMenuItem.Name = "patternToolStripMenuItem";
|
||||
this.patternToolStripMenuItem.Size = new System.Drawing.Size(55, 20);
|
||||
this.patternToolStripMenuItem.Size = new System.Drawing.Size(57, 20);
|
||||
this.patternToolStripMenuItem.Text = "&Pattern";
|
||||
this.patternToolStripMenuItem.DropDownOpened += new System.EventHandler(this.toolStripDropDownButton2_DropDownOpened);
|
||||
//
|
||||
|
@ -567,7 +568,7 @@
|
|||
this.Table0P6,
|
||||
this.Table0P7});
|
||||
this.table0PaletteToolStripMenuItem.Name = "table0PaletteToolStripMenuItem";
|
||||
this.table0PaletteToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
||||
this.table0PaletteToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
|
||||
this.table0PaletteToolStripMenuItem.Text = "Table 0 Palette";
|
||||
//
|
||||
// Table0P0
|
||||
|
@ -638,7 +639,7 @@
|
|||
this.Table1P6,
|
||||
this.Table1P7});
|
||||
this.table1PaletteToolStripMenuItem1.Name = "table1PaletteToolStripMenuItem1";
|
||||
this.table1PaletteToolStripMenuItem1.Size = new System.Drawing.Size(146, 22);
|
||||
this.table1PaletteToolStripMenuItem1.Size = new System.Drawing.Size(151, 22);
|
||||
this.table1PaletteToolStripMenuItem1.Text = "Table 1 Palette";
|
||||
//
|
||||
// Table1P0
|
||||
|
@ -703,21 +704,21 @@
|
|||
this.autoLoadToolStripMenuItem1,
|
||||
this.saveWindowPositionToolStripMenuItem1});
|
||||
this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
|
||||
this.settingsToolStripMenuItem.Size = new System.Drawing.Size(58, 20);
|
||||
this.settingsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
|
||||
this.settingsToolStripMenuItem.Text = "&Settings";
|
||||
this.settingsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.toolStripDropDownButton1_DropDownOpened);
|
||||
//
|
||||
// autoLoadToolStripMenuItem1
|
||||
//
|
||||
this.autoLoadToolStripMenuItem1.Name = "autoLoadToolStripMenuItem1";
|
||||
this.autoLoadToolStripMenuItem1.Size = new System.Drawing.Size(179, 22);
|
||||
this.autoLoadToolStripMenuItem1.Text = "Auto-load";
|
||||
this.autoLoadToolStripMenuItem1.Size = new System.Drawing.Size(191, 22);
|
||||
this.autoLoadToolStripMenuItem1.Text = "Autoload";
|
||||
this.autoLoadToolStripMenuItem1.Click += new System.EventHandler(this.autoloadToolStripMenuItem_Click);
|
||||
//
|
||||
// saveWindowPositionToolStripMenuItem1
|
||||
//
|
||||
this.saveWindowPositionToolStripMenuItem1.Name = "saveWindowPositionToolStripMenuItem1";
|
||||
this.saveWindowPositionToolStripMenuItem1.Size = new System.Drawing.Size(179, 22);
|
||||
this.saveWindowPositionToolStripMenuItem1.Size = new System.Drawing.Size(191, 22);
|
||||
this.saveWindowPositionToolStripMenuItem1.Text = "Save Window Position";
|
||||
this.saveWindowPositionToolStripMenuItem1.Click += new System.EventHandler(this.saveWindowPositionToolStripMenuItem_Click);
|
||||
//
|
||||
|
@ -735,7 +736,7 @@
|
|||
// toolStripStatusLabel1
|
||||
//
|
||||
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
||||
this.toolStripStatusLabel1.Size = new System.Drawing.Size(319, 17);
|
||||
this.toolStripStatusLabel1.Size = new System.Drawing.Size(348, 17);
|
||||
this.toolStripStatusLabel1.Text = "Use CTRL+C to copy the pane under the mouse to the clipboard.";
|
||||
//
|
||||
// messagetimer
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
this.autoloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.saveWindowPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||||
this.canvas = new PCEBGCanvas();
|
||||
this.canvas = new BizHawk.Client.EmuHawk.PCEBGCanvas();
|
||||
this.groupBox5 = new System.Windows.Forms.GroupBox();
|
||||
this.label7 = new System.Windows.Forms.Label();
|
||||
this.label6 = new System.Windows.Forms.Label();
|
||||
|
@ -123,7 +123,7 @@
|
|||
//
|
||||
this.autoloadToolStripMenuItem.Name = "autoloadToolStripMenuItem";
|
||||
this.autoloadToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
|
||||
this.autoloadToolStripMenuItem.Text = "&Auto-load";
|
||||
this.autoloadToolStripMenuItem.Text = "&Autoload";
|
||||
this.autoloadToolStripMenuItem.Click += new System.EventHandler(this.autoloadToolStripMenuItem_Click);
|
||||
//
|
||||
// saveWindowPositionToolStripMenuItem
|
||||
|
|
|
@ -112,26 +112,26 @@
|
|||
this.label2193813 = new System.Windows.Forms.Label();
|
||||
this.txtScreenCGADSUB_AddSub = new System.Windows.Forms.TextBox();
|
||||
this.label36 = new System.Windows.Forms.Label();
|
||||
this.checkTMOBJ = new CustomCheckBox();
|
||||
this.checkTSOBJ = new CustomCheckBox();
|
||||
this.checkMathBK = new CustomCheckBox();
|
||||
this.label35 = new HorizontalLine();
|
||||
this.checkMathBG4 = new CustomCheckBox();
|
||||
this.checkMathBG3 = new CustomCheckBox();
|
||||
this.checkMathBG2 = new CustomCheckBox();
|
||||
this.checkMathBG1 = new CustomCheckBox();
|
||||
this.checkTMOBJ = new BizHawk.Client.EmuHawk.CustomCheckBox();
|
||||
this.checkTSOBJ = new BizHawk.Client.EmuHawk.CustomCheckBox();
|
||||
this.checkMathBK = new BizHawk.Client.EmuHawk.CustomCheckBox();
|
||||
this.label35 = new BizHawk.Client.EmuHawk.HorizontalLine();
|
||||
this.checkMathBG4 = new BizHawk.Client.EmuHawk.CustomCheckBox();
|
||||
this.checkMathBG3 = new BizHawk.Client.EmuHawk.CustomCheckBox();
|
||||
this.checkMathBG2 = new BizHawk.Client.EmuHawk.CustomCheckBox();
|
||||
this.checkMathBG1 = new BizHawk.Client.EmuHawk.CustomCheckBox();
|
||||
this.label33 = new System.Windows.Forms.Label();
|
||||
this.checkMathOBJ = new CustomCheckBox();
|
||||
this.checkMathOBJ = new BizHawk.Client.EmuHawk.CustomCheckBox();
|
||||
this.lblTS = new System.Windows.Forms.Label();
|
||||
this.checkTSBG4 = new CustomCheckBox();
|
||||
this.checkTSBG3 = new CustomCheckBox();
|
||||
this.checkTSBG2 = new CustomCheckBox();
|
||||
this.checkTSBG1 = new CustomCheckBox();
|
||||
this.checkTSBG4 = new BizHawk.Client.EmuHawk.CustomCheckBox();
|
||||
this.checkTSBG3 = new BizHawk.Client.EmuHawk.CustomCheckBox();
|
||||
this.checkTSBG2 = new BizHawk.Client.EmuHawk.CustomCheckBox();
|
||||
this.checkTSBG1 = new BizHawk.Client.EmuHawk.CustomCheckBox();
|
||||
this.lblTM = new System.Windows.Forms.Label();
|
||||
this.checkTMBG4 = new CustomCheckBox();
|
||||
this.checkTMBG3 = new CustomCheckBox();
|
||||
this.checkTMBG2 = new CustomCheckBox();
|
||||
this.checkTMBG1 = new CustomCheckBox();
|
||||
this.checkTMBG4 = new BizHawk.Client.EmuHawk.CustomCheckBox();
|
||||
this.checkTMBG3 = new BizHawk.Client.EmuHawk.CustomCheckBox();
|
||||
this.checkTMBG2 = new BizHawk.Client.EmuHawk.CustomCheckBox();
|
||||
this.checkTMBG1 = new BizHawk.Client.EmuHawk.CustomCheckBox();
|
||||
this.label32 = new System.Windows.Forms.Label();
|
||||
this.label31 = new System.Windows.Forms.Label();
|
||||
this.label25 = new System.Windows.Forms.Label();
|
||||
|
@ -189,7 +189,7 @@
|
|||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.txtBG1SizeBits = new System.Windows.Forms.TextBox();
|
||||
this.groupBox5 = new System.Windows.Forms.GroupBox();
|
||||
this.paletteViewer = new SNESGraphicsViewer();
|
||||
this.paletteViewer = new BizHawk.Client.EmuHawk.SNESGraphicsViewer();
|
||||
this.tabctrlDetails = new System.Windows.Forms.TabControl();
|
||||
this.tpPalette = new System.Windows.Forms.TabPage();
|
||||
this.label53 = new System.Windows.Forms.Label();
|
||||
|
@ -212,7 +212,7 @@
|
|||
this.txtTileBpp = new System.Windows.Forms.TextBox();
|
||||
this.label42 = new System.Windows.Forms.Label();
|
||||
this.txtTileAddress = new System.Windows.Forms.TextBox();
|
||||
this.viewerTile = new SNESGraphicsViewer();
|
||||
this.viewerTile = new BizHawk.Client.EmuHawk.SNESGraphicsViewer();
|
||||
this.tpMapEntry = new System.Windows.Forms.TabPage();
|
||||
this.textBox2 = new System.Windows.Forms.TextBox();
|
||||
this.checkMapEntryVFlip = new System.Windows.Forms.CheckBox();
|
||||
|
@ -227,7 +227,7 @@
|
|||
this.txtMapEntryPrio = new System.Windows.Forms.TextBox();
|
||||
this.txtMapEntryLocation = new System.Windows.Forms.TextBox();
|
||||
this.txtMapEntryTileNum = new System.Windows.Forms.TextBox();
|
||||
this.viewerMapEntryTile = new SNESGraphicsViewer();
|
||||
this.viewerMapEntryTile = new BizHawk.Client.EmuHawk.SNESGraphicsViewer();
|
||||
this.tpOBJ = new System.Windows.Forms.TabPage();
|
||||
this.txtObjPriority = new System.Windows.Forms.TextBox();
|
||||
this.label50 = new System.Windows.Forms.Label();
|
||||
|
@ -246,9 +246,9 @@
|
|||
this.label43 = new System.Windows.Forms.Label();
|
||||
this.cbObjHFlip = new System.Windows.Forms.CheckBox();
|
||||
this.label44 = new System.Windows.Forms.Label();
|
||||
this.viewerObj = new SNESGraphicsViewer();
|
||||
this.viewerObj = new BizHawk.Client.EmuHawk.SNESGraphicsViewer();
|
||||
this.viewerPanel = new System.Windows.Forms.Panel();
|
||||
this.viewer = new SNESGraphicsViewer();
|
||||
this.viewer = new BizHawk.Client.EmuHawk.SNESGraphicsViewer();
|
||||
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
||||
this.messagetimer = new System.Windows.Forms.Timer(this.components);
|
||||
this.menuStrip1.SuspendLayout();
|
||||
|
@ -337,7 +337,7 @@
|
|||
//
|
||||
this.autoloadToolStripMenuItem.Name = "autoloadToolStripMenuItem";
|
||||
this.autoloadToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
|
||||
this.autoloadToolStripMenuItem.Text = "Auto-load";
|
||||
this.autoloadToolStripMenuItem.Text = "Autoload";
|
||||
this.autoloadToolStripMenuItem.Click += new System.EventHandler(this.autoloadToolStripMenuItem_Click);
|
||||
//
|
||||
// saveWindowPositionToolStripMenuItem
|
||||
|
|
|
@ -110,7 +110,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
public static ToolStripMenuItem GenerateAutoLoadItem(RecentFiles recent)
|
||||
{
|
||||
var auto = new ToolStripMenuItem { Text = "&Auto-Load", Checked = recent.AutoLoad };
|
||||
var auto = new ToolStripMenuItem { Text = "&Autoload", Checked = recent.AutoLoad };
|
||||
auto.Click += (o, ev) => recent.ToggleAutoLoad();
|
||||
return auto;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue