make the word "autoload" consistently spelled/capitalized/hyphenated across all menus

This commit is contained in:
adelikat 2013-11-07 16:11:21 +00:00
parent a3ff05fd82
commit 17c68d34d0
11 changed files with 8660 additions and 8656 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -28,166 +28,167 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
this.components = new System.ComponentModel.Container(); this.components = new System.ComponentModel.Container();
this.listBoxWidgets = new System.Windows.Forms.ListBox(); this.listBoxWidgets = new System.Windows.Forms.ListBox();
this.panel1 = new System.Windows.Forms.Panel(); this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label();
this.buttonShowWidget = new System.Windows.Forms.Button(); this.buttonShowWidget = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox1 = new System.Windows.Forms.GroupBox();
this.buttonRefresh = new System.Windows.Forms.Button(); this.buttonRefresh = new System.Windows.Forms.Button();
this.hScrollBar1 = new System.Windows.Forms.HScrollBar(); this.hScrollBar1 = new System.Windows.Forms.HScrollBar();
this.radioButtonManual = new System.Windows.Forms.RadioButton(); this.radioButtonManual = new System.Windows.Forms.RadioButton();
this.radioButtonScanline = new System.Windows.Forms.RadioButton(); this.radioButtonScanline = new System.Windows.Forms.RadioButton();
this.radioButtonFrame = new System.Windows.Forms.RadioButton(); this.radioButtonFrame = new System.Windows.Forms.RadioButton();
this.labelClipboard = new System.Windows.Forms.Label(); this.labelClipboard = new System.Windows.Forms.Label();
this.timerMessage = new System.Windows.Forms.Timer(this.components); this.timerMessage = new System.Windows.Forms.Timer(this.components);
this.groupBox1.SuspendLayout(); this.groupBox1.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// listBoxWidgets // listBoxWidgets
// //
this.listBoxWidgets.Location = new System.Drawing.Point(12, 25); this.listBoxWidgets.Location = new System.Drawing.Point(12, 25);
this.listBoxWidgets.Name = "listBoxWidgets"; this.listBoxWidgets.Name = "listBoxWidgets";
this.listBoxWidgets.Size = new System.Drawing.Size(137, 160); this.listBoxWidgets.Size = new System.Drawing.Size(137, 160);
this.listBoxWidgets.TabIndex = 0; this.listBoxWidgets.TabIndex = 0;
this.listBoxWidgets.DoubleClick += new System.EventHandler(this.listBoxWidgets_DoubleClick); this.listBoxWidgets.DoubleClick += new System.EventHandler(this.listBoxWidgets_DoubleClick);
// //
// panel1 // panel1
// //
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
this.panel1.AutoScroll = true; this.panel1.AutoScroll = true;
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel1.Location = new System.Drawing.Point(155, 0); this.panel1.Location = new System.Drawing.Point(155, 0);
this.panel1.Name = "panel1"; this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(481, 405); this.panel1.Size = new System.Drawing.Size(481, 405);
this.panel1.TabIndex = 1; this.panel1.TabIndex = 1;
// //
// label1 // label1
// //
this.label1.AutoSize = true; this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1"; this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(92, 13); this.label1.Size = new System.Drawing.Size(92, 13);
this.label1.TabIndex = 2; this.label1.TabIndex = 2;
this.label1.Text = "Available widgets:"; this.label1.Text = "Available widgets:";
// //
// buttonShowWidget // buttonShowWidget
// //
this.buttonShowWidget.Location = new System.Drawing.Point(29, 191); this.buttonShowWidget.Location = new System.Drawing.Point(29, 191);
this.buttonShowWidget.Name = "buttonShowWidget"; this.buttonShowWidget.Name = "buttonShowWidget";
this.buttonShowWidget.Size = new System.Drawing.Size(75, 23); this.buttonShowWidget.Size = new System.Drawing.Size(75, 23);
this.buttonShowWidget.TabIndex = 3; this.buttonShowWidget.TabIndex = 3;
this.buttonShowWidget.Text = "Show >>"; this.buttonShowWidget.Text = "Show >>";
this.buttonShowWidget.UseVisualStyleBackColor = true; this.buttonShowWidget.UseVisualStyleBackColor = true;
this.buttonShowWidget.Click += new System.EventHandler(this.buttonShowWidget_Click); this.buttonShowWidget.Click += new System.EventHandler(this.buttonShowWidget_Click);
// //
// groupBox1 // groupBox1
// //
this.groupBox1.Controls.Add(this.buttonRefresh); this.groupBox1.Controls.Add(this.buttonRefresh);
this.groupBox1.Controls.Add(this.hScrollBar1); this.groupBox1.Controls.Add(this.hScrollBar1);
this.groupBox1.Controls.Add(this.radioButtonManual); this.groupBox1.Controls.Add(this.radioButtonManual);
this.groupBox1.Controls.Add(this.radioButtonScanline); this.groupBox1.Controls.Add(this.radioButtonScanline);
this.groupBox1.Controls.Add(this.radioButtonFrame); this.groupBox1.Controls.Add(this.radioButtonFrame);
this.groupBox1.Location = new System.Drawing.Point(15, 220); this.groupBox1.Location = new System.Drawing.Point(15, 220);
this.groupBox1.Name = "groupBox1"; this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(134, 133); this.groupBox1.Size = new System.Drawing.Size(134, 133);
this.groupBox1.TabIndex = 4; this.groupBox1.TabIndex = 4;
this.groupBox1.TabStop = false; this.groupBox1.TabStop = false;
this.groupBox1.Text = "Refresh"; this.groupBox1.Text = "Refresh";
// //
// buttonRefresh // buttonRefresh
// //
this.buttonRefresh.Location = new System.Drawing.Point(6, 104); this.buttonRefresh.Location = new System.Drawing.Point(6, 104);
this.buttonRefresh.Name = "buttonRefresh"; this.buttonRefresh.Name = "buttonRefresh";
this.buttonRefresh.Size = new System.Drawing.Size(75, 23); this.buttonRefresh.Size = new System.Drawing.Size(75, 23);
this.buttonRefresh.TabIndex = 4; this.buttonRefresh.TabIndex = 4;
this.buttonRefresh.Text = "Refresh"; this.buttonRefresh.Text = "Refresh";
this.buttonRefresh.UseVisualStyleBackColor = true; this.buttonRefresh.UseVisualStyleBackColor = true;
this.buttonRefresh.Click += new System.EventHandler(this.buttonRefresh_Click); this.buttonRefresh.Click += new System.EventHandler(this.buttonRefresh_Click);
// //
// hScrollBar1 // hScrollBar1
// //
this.hScrollBar1.LargeChange = 20; this.hScrollBar1.LargeChange = 20;
this.hScrollBar1.Location = new System.Drawing.Point(3, 62); this.hScrollBar1.Location = new System.Drawing.Point(3, 62);
this.hScrollBar1.Maximum = 246; this.hScrollBar1.Maximum = 246;
this.hScrollBar1.Name = "hScrollBar1"; this.hScrollBar1.Name = "hScrollBar1";
this.hScrollBar1.Size = new System.Drawing.Size(128, 16); this.hScrollBar1.Size = new System.Drawing.Size(128, 16);
this.hScrollBar1.TabIndex = 3; this.hScrollBar1.TabIndex = 3;
this.hScrollBar1.ValueChanged += new System.EventHandler(this.hScrollBar1_ValueChanged); this.hScrollBar1.ValueChanged += new System.EventHandler(this.hScrollBar1_ValueChanged);
// //
// radioButtonManual // radioButtonManual
// //
this.radioButtonManual.AutoSize = true; this.radioButtonManual.AutoSize = true;
this.radioButtonManual.Location = new System.Drawing.Point(6, 81); this.radioButtonManual.Location = new System.Drawing.Point(6, 81);
this.radioButtonManual.Name = "radioButtonManual"; this.radioButtonManual.Name = "radioButtonManual";
this.radioButtonManual.Size = new System.Drawing.Size(60, 17); this.radioButtonManual.Size = new System.Drawing.Size(60, 17);
this.radioButtonManual.TabIndex = 2; this.radioButtonManual.TabIndex = 2;
this.radioButtonManual.TabStop = true; this.radioButtonManual.TabStop = true;
this.radioButtonManual.Text = "Manual"; this.radioButtonManual.Text = "Manual";
this.radioButtonManual.UseVisualStyleBackColor = true; this.radioButtonManual.UseVisualStyleBackColor = true;
this.radioButtonManual.CheckedChanged += new System.EventHandler(this.radioButtonManual_CheckedChanged); this.radioButtonManual.CheckedChanged += new System.EventHandler(this.radioButtonManual_CheckedChanged);
// //
// radioButtonScanline // radioButtonScanline
// //
this.radioButtonScanline.AutoSize = true; this.radioButtonScanline.AutoSize = true;
this.radioButtonScanline.Location = new System.Drawing.Point(6, 42); this.radioButtonScanline.Location = new System.Drawing.Point(6, 42);
this.radioButtonScanline.Name = "radioButtonScanline"; this.radioButtonScanline.Name = "radioButtonScanline";
this.radioButtonScanline.Size = new System.Drawing.Size(66, 17); this.radioButtonScanline.Size = new System.Drawing.Size(66, 17);
this.radioButtonScanline.TabIndex = 1; this.radioButtonScanline.TabIndex = 1;
this.radioButtonScanline.Text = "Scanline"; this.radioButtonScanline.Text = "Scanline";
this.radioButtonScanline.UseVisualStyleBackColor = true; this.radioButtonScanline.UseVisualStyleBackColor = true;
this.radioButtonScanline.CheckedChanged += new System.EventHandler(this.radioButtonScanline_CheckedChanged); this.radioButtonScanline.CheckedChanged += new System.EventHandler(this.radioButtonScanline_CheckedChanged);
// //
// radioButtonFrame // radioButtonFrame
// //
this.radioButtonFrame.AutoSize = true; this.radioButtonFrame.AutoSize = true;
this.radioButtonFrame.Location = new System.Drawing.Point(6, 19); this.radioButtonFrame.Location = new System.Drawing.Point(6, 19);
this.radioButtonFrame.Name = "radioButtonFrame"; this.radioButtonFrame.Name = "radioButtonFrame";
this.radioButtonFrame.Size = new System.Drawing.Size(54, 17); this.radioButtonFrame.Size = new System.Drawing.Size(54, 17);
this.radioButtonFrame.TabIndex = 0; this.radioButtonFrame.TabIndex = 0;
this.radioButtonFrame.Text = "Frame"; this.radioButtonFrame.Text = "Frame";
this.radioButtonFrame.UseVisualStyleBackColor = true; this.radioButtonFrame.UseVisualStyleBackColor = true;
this.radioButtonFrame.CheckedChanged += new System.EventHandler(this.radioButtonFrame_CheckedChanged); this.radioButtonFrame.CheckedChanged += new System.EventHandler(this.radioButtonFrame_CheckedChanged);
// //
// labelClipboard // labelClipboard
// //
this.labelClipboard.AutoSize = true; this.labelClipboard.AutoSize = true;
this.labelClipboard.Location = new System.Drawing.Point(9, 356); this.labelClipboard.Location = new System.Drawing.Point(9, 356);
this.labelClipboard.MaximumSize = new System.Drawing.Size(145, 0); this.labelClipboard.MaximumSize = new System.Drawing.Size(145, 0);
this.labelClipboard.Name = "labelClipboard"; this.labelClipboard.Name = "labelClipboard";
this.labelClipboard.Size = new System.Drawing.Size(117, 26); this.labelClipboard.Size = new System.Drawing.Size(117, 26);
this.labelClipboard.TabIndex = 5; this.labelClipboard.TabIndex = 5;
this.labelClipboard.Text = "CTRL + C: Copy under mouse to clipboard."; this.labelClipboard.Text = "CTRL + C: Copy under mouse to clipboard.";
// //
// timerMessage // timerMessage
// //
this.timerMessage.Interval = 5000; this.timerMessage.Interval = 5000;
this.timerMessage.Tick += new System.EventHandler(this.timerMessage_Tick); this.timerMessage.Tick += new System.EventHandler(this.timerMessage_Tick);
// //
// GBAGPUView // GBAGPUView
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(636, 405); this.ClientSize = new System.Drawing.Size(636, 405);
this.Controls.Add(this.labelClipboard); this.Controls.Add(this.labelClipboard);
this.Controls.Add(this.groupBox1); this.Controls.Add(this.groupBox1);
this.Controls.Add(this.buttonShowWidget); this.Controls.Add(this.buttonShowWidget);
this.Controls.Add(this.label1); this.Controls.Add(this.label1);
this.Controls.Add(this.panel1); this.Controls.Add(this.panel1);
this.Controls.Add(this.listBoxWidgets); this.Controls.Add(this.listBoxWidgets);
this.KeyPreview = true; this.KeyPreview = true;
this.Name = "GBAGPUView"; this.Name = "GBAGPUView";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show; this.ShowIcon = false;
this.Text = "GBA GPU Viewer"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.GBAGPUView_FormClosed); this.Text = "GBA GPU Viewer";
this.Load += new System.EventHandler(this.GBAGPUView_Load); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.GBAGPUView_FormClosed);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.GBAGPUView_KeyDown); this.Load += new System.EventHandler(this.GBAGPUView_Load);
this.groupBox1.ResumeLayout(false); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.GBAGPUView_KeyDown);
this.groupBox1.PerformLayout(); this.groupBox1.ResumeLayout(false);
this.ResumeLayout(false); this.groupBox1.PerformLayout();
this.PerformLayout(); this.ResumeLayout(false);
this.PerformLayout();
} }

File diff suppressed because it is too large Load Diff

View File

@ -28,138 +28,139 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NESDebugger)); 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.Address = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.Instruction = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.Instruction = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.menuStrip1 = new MenuStripEx(); this.menuStrip1 = new MenuStripEx();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.debugToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.debugToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.autoloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.autoloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveWindowPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveWindowPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.restoreOriginalSizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.restoreOriginalSizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1.SuspendLayout(); this.menuStrip1.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// DebugView // DebugView
// //
this.DebugView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) this.DebugView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
this.DebugView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.DebugView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.Address, this.Address,
this.Instruction}); this.Instruction});
this.DebugView.GridLines = true; this.DebugView.GridLines = true;
this.DebugView.ItemCount = 0; this.DebugView.ItemCount = 0;
this.DebugView.Location = new System.Drawing.Point(12, 40); this.DebugView.Location = new System.Drawing.Point(12, 40);
this.DebugView.Name = "DebugView"; this.DebugView.Name = "DebugView";
this.DebugView.selectedItem = -1; this.DebugView.selectedItem = -1;
this.DebugView.Size = new System.Drawing.Size(241, 351); this.DebugView.Size = new System.Drawing.Size(241, 351);
this.DebugView.TabIndex = 0; this.DebugView.TabIndex = 0;
this.DebugView.UseCompatibleStateImageBehavior = false; this.DebugView.UseCompatibleStateImageBehavior = false;
this.DebugView.View = System.Windows.Forms.View.Details; this.DebugView.View = System.Windows.Forms.View.Details;
// //
// Address // Address
// //
this.Address.Text = "Address"; this.Address.Text = "Address";
this.Address.Width = 94; this.Address.Width = 94;
// //
// Instruction // Instruction
// //
this.Instruction.Text = "Instruction"; this.Instruction.Text = "Instruction";
this.Instruction.Width = 143; this.Instruction.Width = 143;
// //
// menuStrip1 // menuStrip1
// //
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menuStrip1.ClickThrough = true;
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem, this.fileToolStripMenuItem,
this.debugToolStripMenuItem, this.debugToolStripMenuItem,
this.optionsToolStripMenuItem}); this.optionsToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(470, 24); this.menuStrip1.Size = new System.Drawing.Size(470, 24);
this.menuStrip1.TabIndex = 1; this.menuStrip1.TabIndex = 1;
this.menuStrip1.Text = "menuStrip1"; this.menuStrip1.Text = "menuStrip1";
// //
// fileToolStripMenuItem // fileToolStripMenuItem
// //
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.exitToolStripMenuItem}); this.exitToolStripMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; 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"; this.fileToolStripMenuItem.Text = "&File";
// //
// exitToolStripMenuItem // exitToolStripMenuItem
// //
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4))); this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
this.exitToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.exitToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.exitToolStripMenuItem.Text = "E&xit"; this.exitToolStripMenuItem.Text = "E&xit";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
// //
// debugToolStripMenuItem // debugToolStripMenuItem
// //
this.debugToolStripMenuItem.Name = "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"; this.debugToolStripMenuItem.Text = "&Debug";
// //
// optionsToolStripMenuItem // optionsToolStripMenuItem
// //
this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.autoloadToolStripMenuItem, this.autoloadToolStripMenuItem,
this.saveWindowPositionToolStripMenuItem, this.saveWindowPositionToolStripMenuItem,
this.toolStripSeparator1, this.toolStripSeparator1,
this.restoreOriginalSizeToolStripMenuItem}); this.restoreOriginalSizeToolStripMenuItem});
this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; 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.Text = "&Options";
this.optionsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.optionsToolStripMenuItem_DropDownOpened); this.optionsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.optionsToolStripMenuItem_DropDownOpened);
// //
// autoloadToolStripMenuItem // autoloadToolStripMenuItem
// //
this.autoloadToolStripMenuItem.Name = "autoloadToolStripMenuItem"; this.autoloadToolStripMenuItem.Name = "autoloadToolStripMenuItem";
this.autoloadToolStripMenuItem.Size = new System.Drawing.Size(188, 22); this.autoloadToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
this.autoloadToolStripMenuItem.Text = "Auto-load"; this.autoloadToolStripMenuItem.Text = "Autoload";
this.autoloadToolStripMenuItem.Click += new System.EventHandler(this.autoloadToolStripMenuItem_Click); this.autoloadToolStripMenuItem.Click += new System.EventHandler(this.autoloadToolStripMenuItem_Click);
// //
// saveWindowPositionToolStripMenuItem // saveWindowPositionToolStripMenuItem
// //
this.saveWindowPositionToolStripMenuItem.Name = "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.Text = "Save window position";
this.saveWindowPositionToolStripMenuItem.Click += new System.EventHandler(this.saveWindowPositionToolStripMenuItem_Click); this.saveWindowPositionToolStripMenuItem.Click += new System.EventHandler(this.saveWindowPositionToolStripMenuItem_Click);
// //
// toolStripSeparator1 // toolStripSeparator1
// //
this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(185, 6); this.toolStripSeparator1.Size = new System.Drawing.Size(186, 6);
// //
// restoreOriginalSizeToolStripMenuItem // restoreOriginalSizeToolStripMenuItem
// //
this.restoreOriginalSizeToolStripMenuItem.Name = "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.Text = "Restore Window Size";
this.restoreOriginalSizeToolStripMenuItem.Click += new System.EventHandler(this.restoreOriginalSizeToolStripMenuItem_Click); this.restoreOriginalSizeToolStripMenuItem.Click += new System.EventHandler(this.restoreOriginalSizeToolStripMenuItem_Click);
// //
// NESDebugger // NESDebugger
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(470, 403); this.ClientSize = new System.Drawing.Size(470, 403);
this.Controls.Add(this.DebugView); this.Controls.Add(this.DebugView);
this.Controls.Add(this.menuStrip1); this.Controls.Add(this.menuStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menuStrip1; this.MainMenuStrip = this.menuStrip1;
this.Name = "NESDebugger"; this.Name = "NESDebugger";
this.Text = "NES Debugger"; this.Text = "NES Debugger";
this.Load += new System.EventHandler(this.NESDebugger_Load); this.Load += new System.EventHandler(this.NESDebugger_Load);
this.menuStrip1.ResumeLayout(false); this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout(); this.menuStrip1.PerformLayout();
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout(); this.PerformLayout();
} }

View File

@ -28,484 +28,484 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
this.GameGenieCode = new System.Windows.Forms.TextBox(); this.GameGenieCode = new System.Windows.Forms.TextBox();
this.GameGenieCodeBox = new System.Windows.Forms.GroupBox(); this.GameGenieCodeBox = new System.Windows.Forms.GroupBox();
this.label3 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label();
this.CompareBox = new HexTextBox(); this.CompareBox = new BizHawk.Client.EmuHawk.HexTextBox();
this.ValueBox = new HexTextBox(); this.ValueBox = new BizHawk.Client.EmuHawk.HexTextBox();
this.AddressBox = new HexTextBox(); this.AddressBox = new BizHawk.Client.EmuHawk.HexTextBox();
this.AddCheat = new System.Windows.Forms.Button(); this.AddCheat = new System.Windows.Forms.Button();
this.ButtonPanel = new System.Windows.Forms.Panel(); this.ButtonPanel = new System.Windows.Forms.Panel();
this.N = new System.Windows.Forms.Button(); this.N = new System.Windows.Forms.Button();
this.V = new System.Windows.Forms.Button(); this.V = new System.Windows.Forms.Button();
this.S = new System.Windows.Forms.Button(); this.S = new System.Windows.Forms.Button();
this.K = new System.Windows.Forms.Button(); this.K = new System.Windows.Forms.Button();
this.U = new System.Windows.Forms.Button(); this.U = new System.Windows.Forms.Button();
this.X = new System.Windows.Forms.Button(); this.X = new System.Windows.Forms.Button();
this.O = new System.Windows.Forms.Button(); this.O = new System.Windows.Forms.Button();
this.Y = new System.Windows.Forms.Button(); this.Y = new System.Windows.Forms.Button();
this.L = new System.Windows.Forms.Button(); this.L = new System.Windows.Forms.Button();
this.E = new System.Windows.Forms.Button(); this.E = new System.Windows.Forms.Button();
this.T = new System.Windows.Forms.Button(); this.T = new System.Windows.Forms.Button();
this.I = new System.Windows.Forms.Button(); this.I = new System.Windows.Forms.Button();
this.G = new System.Windows.Forms.Button(); this.G = new System.Windows.Forms.Button();
this.Z = new System.Windows.Forms.Button(); this.Z = new System.Windows.Forms.Button();
this.P = new System.Windows.Forms.Button(); this.P = new System.Windows.Forms.Button();
this.A = new System.Windows.Forms.Button(); this.A = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label6 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label();
this.Encoding = new System.Windows.Forms.CheckBox(); this.Encoding = new System.Windows.Forms.CheckBox();
this.ClearButton = new System.Windows.Forms.Button(); this.ClearButton = new System.Windows.Forms.Button();
this.MenuStrip = new MenuStripEx(); this.MenuStrip = new MenuStripEx();
this.OptionsSubMenu = new System.Windows.Forms.ToolStripMenuItem(); this.OptionsSubMenu = new System.Windows.Forms.ToolStripMenuItem();
this.AutoloadMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.AutoloadMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.SaveWindowPositionMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.SaveWindowPositionMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.ExitMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ExitMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.GameGenieCodeBox.SuspendLayout(); this.GameGenieCodeBox.SuspendLayout();
this.ButtonPanel.SuspendLayout(); this.ButtonPanel.SuspendLayout();
this.groupBox1.SuspendLayout(); this.groupBox1.SuspendLayout();
this.MenuStrip.SuspendLayout(); this.MenuStrip.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// GameGenieCode // GameGenieCode
// //
this.GameGenieCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.GameGenieCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.GameGenieCode.Location = new System.Drawing.Point(6, 19); this.GameGenieCode.Location = new System.Drawing.Point(6, 19);
this.GameGenieCode.MaxLength = 8; this.GameGenieCode.MaxLength = 8;
this.GameGenieCode.Name = "GameGenieCode"; this.GameGenieCode.Name = "GameGenieCode";
this.GameGenieCode.Size = new System.Drawing.Size(102, 20); this.GameGenieCode.Size = new System.Drawing.Size(102, 20);
this.GameGenieCode.TabIndex = 20; this.GameGenieCode.TabIndex = 20;
this.GameGenieCode.TextChanged += new System.EventHandler(this.GameGenieCode_TextChanged); this.GameGenieCode.TextChanged += new System.EventHandler(this.GameGenieCode_TextChanged);
this.GameGenieCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.GameGenieCode_KeyDown); this.GameGenieCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.GameGenieCode_KeyDown);
this.GameGenieCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.GameGenieCode_KeyPress); this.GameGenieCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.GameGenieCode_KeyPress);
// //
// GameGenieCodeBox // GameGenieCodeBox
// //
this.GameGenieCodeBox.Controls.Add(this.GameGenieCode); this.GameGenieCodeBox.Controls.Add(this.GameGenieCode);
this.GameGenieCodeBox.Location = new System.Drawing.Point(31, 103); this.GameGenieCodeBox.Location = new System.Drawing.Point(31, 103);
this.GameGenieCodeBox.Name = "GameGenieCodeBox"; this.GameGenieCodeBox.Name = "GameGenieCodeBox";
this.GameGenieCodeBox.Size = new System.Drawing.Size(119, 54); this.GameGenieCodeBox.Size = new System.Drawing.Size(119, 54);
this.GameGenieCodeBox.TabIndex = 1; this.GameGenieCodeBox.TabIndex = 1;
this.GameGenieCodeBox.TabStop = false; this.GameGenieCodeBox.TabStop = false;
this.GameGenieCodeBox.Text = "Game Genie Code"; this.GameGenieCodeBox.Text = "Game Genie Code";
// //
// label3 // label3
// //
this.label3.AutoSize = true; this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(8, 68); this.label3.Location = new System.Drawing.Point(8, 68);
this.label3.Name = "label3"; this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(34, 13); this.label3.Size = new System.Drawing.Size(34, 13);
this.label3.TabIndex = 5; this.label3.TabIndex = 5;
this.label3.Text = "Value"; this.label3.Text = "Value";
// //
// label2 // label2
// //
this.label2.AutoSize = true; this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(8, 42); this.label2.Location = new System.Drawing.Point(8, 42);
this.label2.Name = "label2"; this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(49, 13); this.label2.Size = new System.Drawing.Size(49, 13);
this.label2.TabIndex = 4; this.label2.TabIndex = 4;
this.label2.Text = "Compare"; this.label2.Text = "Compare";
// //
// label1 // label1
// //
this.label1.AutoSize = true; this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(8, 16); this.label1.Location = new System.Drawing.Point(8, 16);
this.label1.Name = "label1"; this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(45, 13); this.label1.Size = new System.Drawing.Size(45, 13);
this.label1.TabIndex = 3; this.label1.TabIndex = 3;
this.label1.Text = "Address"; this.label1.Text = "Address";
// //
// CompareBox // CompareBox
// //
this.CompareBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.CompareBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.CompareBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.CompareBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.CompareBox.Location = new System.Drawing.Point(88, 39); this.CompareBox.Location = new System.Drawing.Point(88, 39);
this.CompareBox.MaxLength = 2; this.CompareBox.MaxLength = 2;
this.CompareBox.Name = "CompareBox"; this.CompareBox.Name = "CompareBox";
this.CompareBox.Nullable = true; this.CompareBox.Nullable = true;
this.CompareBox.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.CompareBox.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.CompareBox.Size = new System.Drawing.Size(20, 20); this.CompareBox.Size = new System.Drawing.Size(20, 20);
this.CompareBox.TabIndex = 22; this.CompareBox.TabIndex = 22;
this.CompareBox.TextChanged += new System.EventHandler(this.CompareBox_TextChanged); this.CompareBox.TextChanged += new System.EventHandler(this.CompareBox_TextChanged);
// //
// ValueBox // ValueBox
// //
this.ValueBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.ValueBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.ValueBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.ValueBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.ValueBox.Location = new System.Drawing.Point(88, 65); this.ValueBox.Location = new System.Drawing.Point(88, 65);
this.ValueBox.MaxLength = 2; this.ValueBox.MaxLength = 2;
this.ValueBox.Name = "ValueBox"; this.ValueBox.Name = "ValueBox";
this.ValueBox.Nullable = true; this.ValueBox.Nullable = true;
this.ValueBox.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.ValueBox.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.ValueBox.Size = new System.Drawing.Size(20, 20); this.ValueBox.Size = new System.Drawing.Size(20, 20);
this.ValueBox.TabIndex = 23; this.ValueBox.TabIndex = 23;
this.ValueBox.TextChanged += new System.EventHandler(this.ValueBox_TextChanged); this.ValueBox.TextChanged += new System.EventHandler(this.ValueBox_TextChanged);
// //
// AddressBox // AddressBox
// //
this.AddressBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.AddressBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.AddressBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.AddressBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.AddressBox.Location = new System.Drawing.Point(76, 13); this.AddressBox.Location = new System.Drawing.Point(76, 13);
this.AddressBox.MaxLength = 4; this.AddressBox.MaxLength = 4;
this.AddressBox.Name = "AddressBox"; this.AddressBox.Name = "AddressBox";
this.AddressBox.Nullable = true; this.AddressBox.Nullable = true;
this.AddressBox.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.AddressBox.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.AddressBox.Size = new System.Drawing.Size(32, 20); this.AddressBox.Size = new System.Drawing.Size(32, 20);
this.AddressBox.TabIndex = 21; this.AddressBox.TabIndex = 21;
this.AddressBox.TextChanged += new System.EventHandler(this.AddressBox_TextChanged); this.AddressBox.TextChanged += new System.EventHandler(this.AddressBox_TextChanged);
// //
// AddCheat // AddCheat
// //
this.AddCheat.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.AddCheat.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.AddCheat.Location = new System.Drawing.Point(202, 230); this.AddCheat.Location = new System.Drawing.Point(202, 230);
this.AddCheat.Name = "AddCheat"; this.AddCheat.Name = "AddCheat";
this.AddCheat.Size = new System.Drawing.Size(69, 21); this.AddCheat.Size = new System.Drawing.Size(69, 21);
this.AddCheat.TabIndex = 33; this.AddCheat.TabIndex = 33;
this.AddCheat.Text = "&Add Cheat"; this.AddCheat.Text = "&Add Cheat";
this.AddCheat.UseVisualStyleBackColor = true; this.AddCheat.UseVisualStyleBackColor = true;
this.AddCheat.Click += new System.EventHandler(this.AddCheat_Click); this.AddCheat.Click += new System.EventHandler(this.AddCheat_Click);
// //
// ButtonPanel // ButtonPanel
// //
this.ButtonPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.ButtonPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.ButtonPanel.Controls.Add(this.N); this.ButtonPanel.Controls.Add(this.N);
this.ButtonPanel.Controls.Add(this.V); this.ButtonPanel.Controls.Add(this.V);
this.ButtonPanel.Controls.Add(this.S); this.ButtonPanel.Controls.Add(this.S);
this.ButtonPanel.Controls.Add(this.K); this.ButtonPanel.Controls.Add(this.K);
this.ButtonPanel.Controls.Add(this.U); this.ButtonPanel.Controls.Add(this.U);
this.ButtonPanel.Controls.Add(this.X); this.ButtonPanel.Controls.Add(this.X);
this.ButtonPanel.Controls.Add(this.O); this.ButtonPanel.Controls.Add(this.O);
this.ButtonPanel.Controls.Add(this.Y); this.ButtonPanel.Controls.Add(this.Y);
this.ButtonPanel.Controls.Add(this.L); this.ButtonPanel.Controls.Add(this.L);
this.ButtonPanel.Controls.Add(this.E); this.ButtonPanel.Controls.Add(this.E);
this.ButtonPanel.Controls.Add(this.T); this.ButtonPanel.Controls.Add(this.T);
this.ButtonPanel.Controls.Add(this.I); this.ButtonPanel.Controls.Add(this.I);
this.ButtonPanel.Controls.Add(this.G); this.ButtonPanel.Controls.Add(this.G);
this.ButtonPanel.Controls.Add(this.Z); this.ButtonPanel.Controls.Add(this.Z);
this.ButtonPanel.Controls.Add(this.P); this.ButtonPanel.Controls.Add(this.P);
this.ButtonPanel.Controls.Add(this.A); this.ButtonPanel.Controls.Add(this.A);
this.ButtonPanel.Location = new System.Drawing.Point(31, 30); this.ButtonPanel.Location = new System.Drawing.Point(31, 30);
this.ButtonPanel.Name = "ButtonPanel"; this.ButtonPanel.Name = "ButtonPanel";
this.ButtonPanel.Size = new System.Drawing.Size(240, 67); this.ButtonPanel.Size = new System.Drawing.Size(240, 67);
this.ButtonPanel.TabIndex = 4; this.ButtonPanel.TabIndex = 4;
// //
// N // N
// //
this.N.Location = new System.Drawing.Point(206, 35); this.N.Location = new System.Drawing.Point(206, 35);
this.N.Name = "N"; this.N.Name = "N";
this.N.Size = new System.Drawing.Size(26, 23); this.N.Size = new System.Drawing.Size(26, 23);
this.N.TabIndex = 16; this.N.TabIndex = 16;
this.N.Text = "N"; this.N.Text = "N";
this.N.UseVisualStyleBackColor = true; this.N.UseVisualStyleBackColor = true;
this.N.Click += new System.EventHandler(this.Keypad_Click); this.N.Click += new System.EventHandler(this.Keypad_Click);
// //
// V // V
// //
this.V.Location = new System.Drawing.Point(149, 35); this.V.Location = new System.Drawing.Point(149, 35);
this.V.Name = "V"; this.V.Name = "V";
this.V.Size = new System.Drawing.Size(26, 23); this.V.Size = new System.Drawing.Size(26, 23);
this.V.TabIndex = 14; this.V.TabIndex = 14;
this.V.Text = "V"; this.V.Text = "V";
this.V.UseVisualStyleBackColor = true; this.V.UseVisualStyleBackColor = true;
this.V.Click += new System.EventHandler(this.Keypad_Click); this.V.Click += new System.EventHandler(this.Keypad_Click);
// //
// S // S
// //
this.S.Location = new System.Drawing.Point(91, 35); this.S.Location = new System.Drawing.Point(91, 35);
this.S.Name = "S"; this.S.Name = "S";
this.S.Size = new System.Drawing.Size(26, 23); this.S.Size = new System.Drawing.Size(26, 23);
this.S.TabIndex = 12; this.S.TabIndex = 12;
this.S.Text = "S"; this.S.Text = "S";
this.S.UseVisualStyleBackColor = true; this.S.UseVisualStyleBackColor = true;
this.S.Click += new System.EventHandler(this.Keypad_Click); this.S.Click += new System.EventHandler(this.Keypad_Click);
// //
// K // K
// //
this.K.Location = new System.Drawing.Point(34, 35); this.K.Location = new System.Drawing.Point(34, 35);
this.K.Name = "K"; this.K.Name = "K";
this.K.Size = new System.Drawing.Size(26, 23); this.K.Size = new System.Drawing.Size(26, 23);
this.K.TabIndex = 10; this.K.TabIndex = 10;
this.K.Text = "K"; this.K.Text = "K";
this.K.UseVisualStyleBackColor = true; this.K.UseVisualStyleBackColor = true;
this.K.Click += new System.EventHandler(this.Keypad_Click); this.K.Click += new System.EventHandler(this.Keypad_Click);
// //
// U // U
// //
this.U.Location = new System.Drawing.Point(206, 5); this.U.Location = new System.Drawing.Point(206, 5);
this.U.Name = "U"; this.U.Name = "U";
this.U.Size = new System.Drawing.Size(26, 23); this.U.Size = new System.Drawing.Size(26, 23);
this.U.TabIndex = 8; this.U.TabIndex = 8;
this.U.Text = "U"; this.U.Text = "U";
this.U.UseVisualStyleBackColor = true; this.U.UseVisualStyleBackColor = true;
this.U.Click += new System.EventHandler(this.Keypad_Click); this.U.Click += new System.EventHandler(this.Keypad_Click);
// //
// X // X
// //
this.X.Location = new System.Drawing.Point(149, 6); this.X.Location = new System.Drawing.Point(149, 6);
this.X.Name = "X"; this.X.Name = "X";
this.X.Size = new System.Drawing.Size(26, 23); this.X.Size = new System.Drawing.Size(26, 23);
this.X.TabIndex = 6; this.X.TabIndex = 6;
this.X.Text = "X"; this.X.Text = "X";
this.X.UseVisualStyleBackColor = true; this.X.UseVisualStyleBackColor = true;
this.X.Click += new System.EventHandler(this.Keypad_Click); this.X.Click += new System.EventHandler(this.Keypad_Click);
// //
// O // O
// //
this.O.Location = new System.Drawing.Point(91, 6); this.O.Location = new System.Drawing.Point(91, 6);
this.O.Name = "O"; this.O.Name = "O";
this.O.Size = new System.Drawing.Size(26, 23); this.O.Size = new System.Drawing.Size(26, 23);
this.O.TabIndex = 4; this.O.TabIndex = 4;
this.O.Text = "O"; this.O.Text = "O";
this.O.UseVisualStyleBackColor = true; this.O.UseVisualStyleBackColor = true;
this.O.Click += new System.EventHandler(this.Keypad_Click); this.O.Click += new System.EventHandler(this.Keypad_Click);
// //
// Y // Y
// //
this.Y.Location = new System.Drawing.Point(178, 35); this.Y.Location = new System.Drawing.Point(178, 35);
this.Y.Name = "Y"; this.Y.Name = "Y";
this.Y.Size = new System.Drawing.Size(26, 23); this.Y.Size = new System.Drawing.Size(26, 23);
this.Y.TabIndex = 15; this.Y.TabIndex = 15;
this.Y.Text = "Y"; this.Y.Text = "Y";
this.Y.UseVisualStyleBackColor = true; this.Y.UseVisualStyleBackColor = true;
this.Y.Click += new System.EventHandler(this.Keypad_Click); this.Y.Click += new System.EventHandler(this.Keypad_Click);
// //
// L // L
// //
this.L.Location = new System.Drawing.Point(178, 5); this.L.Location = new System.Drawing.Point(178, 5);
this.L.Name = "L"; this.L.Name = "L";
this.L.Size = new System.Drawing.Size(26, 23); this.L.Size = new System.Drawing.Size(26, 23);
this.L.TabIndex = 7; this.L.TabIndex = 7;
this.L.Text = "L"; this.L.Text = "L";
this.L.UseVisualStyleBackColor = true; this.L.UseVisualStyleBackColor = true;
this.L.Click += new System.EventHandler(this.Keypad_Click); this.L.Click += new System.EventHandler(this.Keypad_Click);
// //
// E // E
// //
this.E.Location = new System.Drawing.Point(34, 6); this.E.Location = new System.Drawing.Point(34, 6);
this.E.Name = "E"; this.E.Name = "E";
this.E.Size = new System.Drawing.Size(26, 23); this.E.Size = new System.Drawing.Size(26, 23);
this.E.TabIndex = 2; this.E.TabIndex = 2;
this.E.Text = "E"; this.E.Text = "E";
this.E.UseVisualStyleBackColor = true; this.E.UseVisualStyleBackColor = true;
this.E.Click += new System.EventHandler(this.Keypad_Click); this.E.Click += new System.EventHandler(this.Keypad_Click);
// //
// T // T
// //
this.T.Location = new System.Drawing.Point(121, 35); this.T.Location = new System.Drawing.Point(121, 35);
this.T.Name = "T"; this.T.Name = "T";
this.T.Size = new System.Drawing.Size(26, 23); this.T.Size = new System.Drawing.Size(26, 23);
this.T.TabIndex = 13; this.T.TabIndex = 13;
this.T.Text = "T"; this.T.Text = "T";
this.T.UseVisualStyleBackColor = true; this.T.UseVisualStyleBackColor = true;
this.T.Click += new System.EventHandler(this.Keypad_Click); this.T.Click += new System.EventHandler(this.Keypad_Click);
// //
// I // I
// //
this.I.Location = new System.Drawing.Point(63, 35); this.I.Location = new System.Drawing.Point(63, 35);
this.I.Name = "I"; this.I.Name = "I";
this.I.Size = new System.Drawing.Size(26, 23); this.I.Size = new System.Drawing.Size(26, 23);
this.I.TabIndex = 11; this.I.TabIndex = 11;
this.I.Text = "I"; this.I.Text = "I";
this.I.UseVisualStyleBackColor = true; this.I.UseVisualStyleBackColor = true;
this.I.Click += new System.EventHandler(this.Keypad_Click); this.I.Click += new System.EventHandler(this.Keypad_Click);
// //
// G // G
// //
this.G.Location = new System.Drawing.Point(6, 35); this.G.Location = new System.Drawing.Point(6, 35);
this.G.Name = "G"; this.G.Name = "G";
this.G.Size = new System.Drawing.Size(26, 23); this.G.Size = new System.Drawing.Size(26, 23);
this.G.TabIndex = 9; this.G.TabIndex = 9;
this.G.Text = "G"; this.G.Text = "G";
this.G.UseVisualStyleBackColor = true; this.G.UseVisualStyleBackColor = true;
this.G.Click += new System.EventHandler(this.Keypad_Click); this.G.Click += new System.EventHandler(this.Keypad_Click);
// //
// Z // Z
// //
this.Z.Location = new System.Drawing.Point(121, 6); this.Z.Location = new System.Drawing.Point(121, 6);
this.Z.Name = "Z"; this.Z.Name = "Z";
this.Z.Size = new System.Drawing.Size(26, 23); this.Z.Size = new System.Drawing.Size(26, 23);
this.Z.TabIndex = 5; this.Z.TabIndex = 5;
this.Z.Text = "Z"; this.Z.Text = "Z";
this.Z.UseVisualStyleBackColor = true; this.Z.UseVisualStyleBackColor = true;
this.Z.Click += new System.EventHandler(this.Keypad_Click); this.Z.Click += new System.EventHandler(this.Keypad_Click);
// //
// P // P
// //
this.P.Location = new System.Drawing.Point(63, 6); this.P.Location = new System.Drawing.Point(63, 6);
this.P.Name = "P"; this.P.Name = "P";
this.P.Size = new System.Drawing.Size(26, 23); this.P.Size = new System.Drawing.Size(26, 23);
this.P.TabIndex = 3; this.P.TabIndex = 3;
this.P.Text = "P"; this.P.Text = "P";
this.P.UseVisualStyleBackColor = true; this.P.UseVisualStyleBackColor = true;
this.P.Click += new System.EventHandler(this.Keypad_Click); this.P.Click += new System.EventHandler(this.Keypad_Click);
// //
// A // A
// //
this.A.Location = new System.Drawing.Point(6, 5); this.A.Location = new System.Drawing.Point(6, 5);
this.A.Name = "A"; this.A.Name = "A";
this.A.Size = new System.Drawing.Size(26, 23); this.A.Size = new System.Drawing.Size(26, 23);
this.A.TabIndex = 1; this.A.TabIndex = 1;
this.A.Text = "A"; this.A.Text = "A";
this.A.UseVisualStyleBackColor = true; this.A.UseVisualStyleBackColor = true;
this.A.Click += new System.EventHandler(this.Keypad_Click); this.A.Click += new System.EventHandler(this.Keypad_Click);
// //
// groupBox1 // groupBox1
// //
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.AddressBox); this.groupBox1.Controls.Add(this.AddressBox);
this.groupBox1.Controls.Add(this.ValueBox); this.groupBox1.Controls.Add(this.ValueBox);
this.groupBox1.Controls.Add(this.CompareBox); this.groupBox1.Controls.Add(this.CompareBox);
this.groupBox1.Location = new System.Drawing.Point(31, 158); this.groupBox1.Location = new System.Drawing.Point(31, 158);
this.groupBox1.Name = "groupBox1"; this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(119, 93); this.groupBox1.Size = new System.Drawing.Size(119, 93);
this.groupBox1.TabIndex = 5; this.groupBox1.TabIndex = 5;
this.groupBox1.TabStop = false; this.groupBox1.TabStop = false;
// //
// label6 // label6
// //
this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label6.AutoSize = true; this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(70, 69); this.label6.Location = new System.Drawing.Point(70, 69);
this.label6.Name = "label6"; this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(18, 13); this.label6.Size = new System.Drawing.Size(18, 13);
this.label6.TabIndex = 9; this.label6.TabIndex = 9;
this.label6.Text = "0x"; this.label6.Text = "0x";
// //
// label5 // label5
// //
this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label5.AutoSize = true; this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(70, 42); this.label5.Location = new System.Drawing.Point(70, 42);
this.label5.Name = "label5"; this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(18, 13); this.label5.Size = new System.Drawing.Size(18, 13);
this.label5.TabIndex = 8; this.label5.TabIndex = 8;
this.label5.Text = "0x"; this.label5.Text = "0x";
// //
// label4 // label4
// //
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label4.AutoSize = true; this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(58, 16); this.label4.Location = new System.Drawing.Point(58, 16);
this.label4.Name = "label4"; this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(18, 13); this.label4.Size = new System.Drawing.Size(18, 13);
this.label4.TabIndex = 7; this.label4.TabIndex = 7;
this.label4.Text = "0x"; this.label4.Text = "0x";
// //
// Encoding // Encoding
// //
this.Encoding.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.Encoding.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.Encoding.Appearance = System.Windows.Forms.Appearance.Button; this.Encoding.Appearance = System.Windows.Forms.Appearance.Button;
this.Encoding.AutoSize = true; this.Encoding.AutoSize = true;
this.Encoding.Location = new System.Drawing.Point(217, 119); this.Encoding.Location = new System.Drawing.Point(217, 119);
this.Encoding.Name = "Encoding"; this.Encoding.Name = "Encoding";
this.Encoding.Size = new System.Drawing.Size(54, 23); this.Encoding.Size = new System.Drawing.Size(54, 23);
this.Encoding.TabIndex = 31; this.Encoding.TabIndex = 31;
this.Encoding.Text = "Encode"; this.Encoding.Text = "Encode";
this.Encoding.UseVisualStyleBackColor = true; this.Encoding.UseVisualStyleBackColor = true;
// //
// ClearButton // ClearButton
// //
this.ClearButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.ClearButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.ClearButton.Location = new System.Drawing.Point(217, 148); this.ClearButton.Location = new System.Drawing.Point(217, 148);
this.ClearButton.Name = "ClearButton"; this.ClearButton.Name = "ClearButton";
this.ClearButton.Size = new System.Drawing.Size(54, 23); this.ClearButton.Size = new System.Drawing.Size(54, 23);
this.ClearButton.TabIndex = 32; this.ClearButton.TabIndex = 32;
this.ClearButton.Text = "&Clear"; this.ClearButton.Text = "&Clear";
this.ClearButton.UseVisualStyleBackColor = true; this.ClearButton.UseVisualStyleBackColor = true;
this.ClearButton.Click += new System.EventHandler(this.ClearButton_Click); this.ClearButton.Click += new System.EventHandler(this.ClearButton_Click);
// //
// MenuStrip // MenuStrip
// //
this.MenuStrip.ClickThrough = true; this.MenuStrip.ClickThrough = true;
this.MenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.MenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.OptionsSubMenu}); this.OptionsSubMenu});
this.MenuStrip.Location = new System.Drawing.Point(0, 0); this.MenuStrip.Location = new System.Drawing.Point(0, 0);
this.MenuStrip.Name = "MenuStrip"; 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.TabIndex = 8;
this.MenuStrip.Text = "menuStrip1"; this.MenuStrip.Text = "menuStrip1";
// //
// OptionsSubMenu // OptionsSubMenu
// //
this.OptionsSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.OptionsSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.AutoloadMenuItem, this.AutoloadMenuItem,
this.SaveWindowPositionMenuItem, this.SaveWindowPositionMenuItem,
this.toolStripSeparator1, this.toolStripSeparator1,
this.ExitMenuItem}); this.ExitMenuItem});
this.OptionsSubMenu.Name = "OptionsSubMenu"; this.OptionsSubMenu.Name = "OptionsSubMenu";
this.OptionsSubMenu.Size = new System.Drawing.Size(61, 20); this.OptionsSubMenu.Size = new System.Drawing.Size(61, 20);
this.OptionsSubMenu.Text = "&Options"; this.OptionsSubMenu.Text = "&Options";
this.OptionsSubMenu.DropDownOpened += new System.EventHandler(this.OptionsSubMenu_DropDownOpened); this.OptionsSubMenu.DropDownOpened += new System.EventHandler(this.OptionsSubMenu_DropDownOpened);
// //
// AutoloadMenuItem // AutoloadMenuItem
// //
this.AutoloadMenuItem.Name = "AutoloadMenuItem"; this.AutoloadMenuItem.Name = "AutoloadMenuItem";
this.AutoloadMenuItem.Size = new System.Drawing.Size(191, 22); 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); this.AutoloadMenuItem.Click += new System.EventHandler(this.AutoloadMenuItem_Click);
// //
// SaveWindowPositionMenuItem // SaveWindowPositionMenuItem
// //
this.SaveWindowPositionMenuItem.Name = "SaveWindowPositionMenuItem"; this.SaveWindowPositionMenuItem.Name = "SaveWindowPositionMenuItem";
this.SaveWindowPositionMenuItem.Size = new System.Drawing.Size(191, 22); this.SaveWindowPositionMenuItem.Size = new System.Drawing.Size(191, 22);
this.SaveWindowPositionMenuItem.Text = "Save Window Position"; this.SaveWindowPositionMenuItem.Text = "Save Window Position";
this.SaveWindowPositionMenuItem.Click += new System.EventHandler(this.SaveWindowPositionMenuItem_Click); this.SaveWindowPositionMenuItem.Click += new System.EventHandler(this.SaveWindowPositionMenuItem_Click);
// //
// toolStripSeparator1 // toolStripSeparator1
// //
this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(188, 6); this.toolStripSeparator1.Size = new System.Drawing.Size(188, 6);
// //
// ExitMenuItem // ExitMenuItem
// //
this.ExitMenuItem.Name = "ExitMenuItem"; this.ExitMenuItem.Name = "ExitMenuItem";
this.ExitMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4))); this.ExitMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
this.ExitMenuItem.Size = new System.Drawing.Size(191, 22); this.ExitMenuItem.Size = new System.Drawing.Size(191, 22);
this.ExitMenuItem.Text = "E&xit"; this.ExitMenuItem.Text = "E&xit";
this.ExitMenuItem.Click += new System.EventHandler(this.ExitMenuItem_Click); this.ExitMenuItem.Click += new System.EventHandler(this.ExitMenuItem_Click);
// //
// NESGameGenie // NESGameGenie
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 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.ClearButton);
this.Controls.Add(this.Encoding); this.Controls.Add(this.Encoding);
this.Controls.Add(this.groupBox1); this.Controls.Add(this.groupBox1);
this.Controls.Add(this.ButtonPanel); this.Controls.Add(this.ButtonPanel);
this.Controls.Add(this.AddCheat); this.Controls.Add(this.AddCheat);
this.Controls.Add(this.GameGenieCodeBox); this.Controls.Add(this.GameGenieCodeBox);
this.Controls.Add(this.MenuStrip); this.Controls.Add(this.MenuStrip);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.MainMenuStrip = this.MenuStrip; this.MainMenuStrip = this.MenuStrip;
this.MaximizeBox = false; this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(312, 302); this.MaximumSize = new System.Drawing.Size(312, 302);
this.MinimumSize = new System.Drawing.Size(312, 295); this.MinimumSize = new System.Drawing.Size(312, 295);
this.Name = "NESGameGenie"; this.Name = "NESGameGenie";
this.ShowIcon = false; this.ShowIcon = false;
this.Text = "NES Game Genie Encoder / Decoder"; this.Text = "NES Game Genie Encoder / Decoder";
this.Load += new System.EventHandler(this.NESGameGenie_Load); this.Load += new System.EventHandler(this.NESGameGenie_Load);
this.GameGenieCodeBox.ResumeLayout(false); this.GameGenieCodeBox.ResumeLayout(false);
this.GameGenieCodeBox.PerformLayout(); this.GameGenieCodeBox.PerformLayout();
this.ButtonPanel.ResumeLayout(false); this.ButtonPanel.ResumeLayout(false);
this.groupBox1.ResumeLayout(false); this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout(); this.groupBox1.PerformLayout();
this.MenuStrip.ResumeLayout(false); this.MenuStrip.ResumeLayout(false);
this.MenuStrip.PerformLayout(); this.MenuStrip.PerformLayout();
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout(); this.PerformLayout();
} }

View File

@ -28,465 +28,466 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
this.components = new System.ComponentModel.Container(); this.components = new System.ComponentModel.Container();
this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox1 = new System.Windows.Forms.GroupBox();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.NameTableView = new BizHawk.Client.EmuHawk.NameTableViewer();
this.screenshotAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.saveImageClipboardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.screenshotAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.refreshImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveImageClipboardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1 = new MenuStripEx(); this.refreshImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.menuStrip1 = new MenuStripEx();
this.screenshotToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.screenshotToClipboardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.screenshotToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.screenshotToClipboardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.autoloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveWindowPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.autoloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.saveWindowPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.txtScanline = new System.Windows.Forms.TextBox(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.rbNametableNW = new System.Windows.Forms.RadioButton(); this.txtScanline = new System.Windows.Forms.TextBox();
this.rbNametableNE = new System.Windows.Forms.RadioButton(); this.rbNametableNW = new System.Windows.Forms.RadioButton();
this.rbNametableSW = new System.Windows.Forms.RadioButton(); this.rbNametableNE = new System.Windows.Forms.RadioButton();
this.rbNametableSE = new System.Windows.Forms.RadioButton(); this.rbNametableSW = new System.Windows.Forms.RadioButton();
this.rbNametableAll = new System.Windows.Forms.RadioButton(); this.rbNametableSE = new System.Windows.Forms.RadioButton();
this.groupBox2 = new System.Windows.Forms.GroupBox(); this.rbNametableAll = new System.Windows.Forms.RadioButton();
this.groupBox3 = new System.Windows.Forms.GroupBox(); this.groupBox2 = new System.Windows.Forms.GroupBox();
this.groupBox4 = new System.Windows.Forms.GroupBox(); this.groupBox3 = new System.Windows.Forms.GroupBox();
this.PaletteLabel = new System.Windows.Forms.Label(); this.groupBox4 = new System.Windows.Forms.GroupBox();
this.label5 = new System.Windows.Forms.Label(); this.PaletteLabel = new System.Windows.Forms.Label();
this.TableLabel = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label(); this.TableLabel = new System.Windows.Forms.Label();
this.PPUAddressLabel = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label();
this.XYLabel = new System.Windows.Forms.Label(); this.PPUAddressLabel = new System.Windows.Forms.Label();
this.TileIDLabel = new System.Windows.Forms.Label(); this.XYLabel = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label(); this.TileIDLabel = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label();
this.groupBox5 = new System.Windows.Forms.GroupBox(); this.label1 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label(); this.groupBox5 = new System.Windows.Forms.GroupBox();
this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label();
this.RefreshRate = new System.Windows.Forms.TrackBar(); this.label6 = new System.Windows.Forms.Label();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.RefreshRate = new System.Windows.Forms.TrackBar();
this.NameTableView = new NameTableViewer(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.groupBox1.SuspendLayout(); this.groupBox1.SuspendLayout();
this.contextMenuStrip1.SuspendLayout(); this.contextMenuStrip1.SuspendLayout();
this.menuStrip1.SuspendLayout(); this.menuStrip1.SuspendLayout();
this.groupBox2.SuspendLayout(); this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout(); this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout(); this.groupBox4.SuspendLayout();
this.groupBox5.SuspendLayout(); this.groupBox5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.RefreshRate)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.RefreshRate)).BeginInit();
this.SuspendLayout(); this.SuspendLayout();
// //
// groupBox1 // groupBox1
// //
this.groupBox1.Controls.Add(this.NameTableView); this.groupBox1.Controls.Add(this.NameTableView);
this.groupBox1.Location = new System.Drawing.Point(12, 36); this.groupBox1.Location = new System.Drawing.Point(12, 36);
this.groupBox1.Name = "groupBox1"; this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(545, 513); this.groupBox1.Size = new System.Drawing.Size(545, 513);
this.groupBox1.TabIndex = 0; this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false; this.groupBox1.TabStop = false;
// //
// contextMenuStrip1 // NameTableView
// //
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 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[] {
this.screenshotAsToolStripMenuItem, this.screenshotAsToolStripMenuItem,
this.saveImageClipboardToolStripMenuItem, this.saveImageClipboardToolStripMenuItem,
this.refreshImageToolStripMenuItem}); this.refreshImageToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(248, 70); this.contextMenuStrip1.Size = new System.Drawing.Size(248, 70);
// //
// screenshotAsToolStripMenuItem // screenshotAsToolStripMenuItem
// //
this.screenshotAsToolStripMenuItem.Name = "screenshotAsToolStripMenuItem"; this.screenshotAsToolStripMenuItem.Name = "screenshotAsToolStripMenuItem";
this.screenshotAsToolStripMenuItem.Size = new System.Drawing.Size(247, 22); this.screenshotAsToolStripMenuItem.Size = new System.Drawing.Size(247, 22);
this.screenshotAsToolStripMenuItem.Text = "&Save Image..."; this.screenshotAsToolStripMenuItem.Text = "&Save Image...";
this.screenshotAsToolStripMenuItem.Click += new System.EventHandler(this.screenshotAsToolStripMenuItem_Click); this.screenshotAsToolStripMenuItem.Click += new System.EventHandler(this.screenshotAsToolStripMenuItem_Click);
// //
// saveImageClipboardToolStripMenuItem // saveImageClipboardToolStripMenuItem
// //
this.saveImageClipboardToolStripMenuItem.Name = "saveImageClipboardToolStripMenuItem"; this.saveImageClipboardToolStripMenuItem.Name = "saveImageClipboardToolStripMenuItem";
this.saveImageClipboardToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+C"; this.saveImageClipboardToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+C";
this.saveImageClipboardToolStripMenuItem.Size = new System.Drawing.Size(247, 22); this.saveImageClipboardToolStripMenuItem.Size = new System.Drawing.Size(247, 22);
this.saveImageClipboardToolStripMenuItem.Text = "&Copy Image to clipboard"; this.saveImageClipboardToolStripMenuItem.Text = "&Copy Image to clipboard";
this.saveImageClipboardToolStripMenuItem.Click += new System.EventHandler(this.saveImageClipboardToolStripMenuItem_Click); this.saveImageClipboardToolStripMenuItem.Click += new System.EventHandler(this.saveImageClipboardToolStripMenuItem_Click);
// //
// refreshImageToolStripMenuItem // refreshImageToolStripMenuItem
// //
this.refreshImageToolStripMenuItem.Name = "refreshImageToolStripMenuItem"; this.refreshImageToolStripMenuItem.Name = "refreshImageToolStripMenuItem";
this.refreshImageToolStripMenuItem.Size = new System.Drawing.Size(247, 22); this.refreshImageToolStripMenuItem.Size = new System.Drawing.Size(247, 22);
this.refreshImageToolStripMenuItem.Text = "&Refresh Image"; this.refreshImageToolStripMenuItem.Text = "&Refresh Image";
this.refreshImageToolStripMenuItem.Click += new System.EventHandler(this.refreshImageToolStripMenuItem_Click); this.refreshImageToolStripMenuItem.Click += new System.EventHandler(this.refreshImageToolStripMenuItem_Click);
// //
// menuStrip1 // menuStrip1
// //
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menuStrip1.ClickThrough = true;
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem, this.fileToolStripMenuItem,
this.optionsToolStripMenuItem}); this.optionsToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(679, 24); this.menuStrip1.Size = new System.Drawing.Size(679, 24);
this.menuStrip1.TabIndex = 1; this.menuStrip1.TabIndex = 1;
this.menuStrip1.Text = "menuStrip1"; this.menuStrip1.Text = "menuStrip1";
// //
// fileToolStripMenuItem // fileToolStripMenuItem
// //
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.screenshotToolStripMenuItem, this.screenshotToolStripMenuItem,
this.screenshotToClipboardToolStripMenuItem, this.screenshotToClipboardToolStripMenuItem,
this.toolStripSeparator2, this.toolStripSeparator2,
this.exitToolStripMenuItem}); this.exitToolStripMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
this.fileToolStripMenuItem.Text = "&File"; this.fileToolStripMenuItem.Text = "&File";
// //
// screenshotToolStripMenuItem // screenshotToolStripMenuItem
// //
this.screenshotToolStripMenuItem.Name = "screenshotToolStripMenuItem"; this.screenshotToolStripMenuItem.Name = "screenshotToolStripMenuItem";
this.screenshotToolStripMenuItem.Size = new System.Drawing.Size(243, 22); this.screenshotToolStripMenuItem.Size = new System.Drawing.Size(243, 22);
this.screenshotToolStripMenuItem.Text = "Save Screenshot &As..."; this.screenshotToolStripMenuItem.Text = "Save Screenshot &As...";
this.screenshotToolStripMenuItem.Click += new System.EventHandler(this.screenshotToolStripMenuItem_Click); this.screenshotToolStripMenuItem.Click += new System.EventHandler(this.screenshotToolStripMenuItem_Click);
// //
// screenshotToClipboardToolStripMenuItem // screenshotToClipboardToolStripMenuItem
// //
this.screenshotToClipboardToolStripMenuItem.Name = "screenshotToClipboardToolStripMenuItem"; this.screenshotToClipboardToolStripMenuItem.Name = "screenshotToClipboardToolStripMenuItem";
this.screenshotToClipboardToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+C"; this.screenshotToClipboardToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+C";
this.screenshotToClipboardToolStripMenuItem.Size = new System.Drawing.Size(243, 22); this.screenshotToClipboardToolStripMenuItem.Size = new System.Drawing.Size(243, 22);
this.screenshotToClipboardToolStripMenuItem.Text = "Screenshot to &Clipboard"; this.screenshotToClipboardToolStripMenuItem.Text = "Screenshot to &Clipboard";
this.screenshotToClipboardToolStripMenuItem.Click += new System.EventHandler(this.screenshotToClipboardToolStripMenuItem_Click); this.screenshotToClipboardToolStripMenuItem.Click += new System.EventHandler(this.screenshotToClipboardToolStripMenuItem_Click);
// //
// toolStripSeparator2 // toolStripSeparator2
// //
this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(240, 6); this.toolStripSeparator2.Size = new System.Drawing.Size(240, 6);
// //
// exitToolStripMenuItem // exitToolStripMenuItem
// //
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4))); this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
this.exitToolStripMenuItem.Size = new System.Drawing.Size(243, 22); this.exitToolStripMenuItem.Size = new System.Drawing.Size(243, 22);
this.exitToolStripMenuItem.Text = "E&xit"; this.exitToolStripMenuItem.Text = "E&xit";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
// //
// optionsToolStripMenuItem // optionsToolStripMenuItem
// //
this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.autoloadToolStripMenuItem, this.autoloadToolStripMenuItem,
this.saveWindowPositionToolStripMenuItem, this.saveWindowPositionToolStripMenuItem,
this.toolStripSeparator1}); this.toolStripSeparator1});
this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20); this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
this.optionsToolStripMenuItem.Text = "&Options"; this.optionsToolStripMenuItem.Text = "&Options";
this.optionsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.optionsToolStripMenuItem_DropDownOpened); this.optionsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.optionsToolStripMenuItem_DropDownOpened);
// //
// autoloadToolStripMenuItem // autoloadToolStripMenuItem
// //
this.autoloadToolStripMenuItem.Name = "autoloadToolStripMenuItem"; this.autoloadToolStripMenuItem.Name = "autoloadToolStripMenuItem";
this.autoloadToolStripMenuItem.Size = new System.Drawing.Size(191, 22); 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); this.autoloadToolStripMenuItem.Click += new System.EventHandler(this.autoloadToolStripMenuItem_Click);
// //
// saveWindowPositionToolStripMenuItem // saveWindowPositionToolStripMenuItem
// //
this.saveWindowPositionToolStripMenuItem.Name = "saveWindowPositionToolStripMenuItem"; this.saveWindowPositionToolStripMenuItem.Name = "saveWindowPositionToolStripMenuItem";
this.saveWindowPositionToolStripMenuItem.Size = new System.Drawing.Size(191, 22); this.saveWindowPositionToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
this.saveWindowPositionToolStripMenuItem.Text = "Save Window Position"; this.saveWindowPositionToolStripMenuItem.Text = "Save Window Position";
this.saveWindowPositionToolStripMenuItem.Click += new System.EventHandler(this.saveWindowPositionToolStripMenuItem_Click); this.saveWindowPositionToolStripMenuItem.Click += new System.EventHandler(this.saveWindowPositionToolStripMenuItem_Click);
// //
// toolStripSeparator1 // toolStripSeparator1
// //
this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(188, 6); this.toolStripSeparator1.Size = new System.Drawing.Size(188, 6);
// //
// txtScanline // txtScanline
// //
this.txtScanline.Location = new System.Drawing.Point(4, 19); this.txtScanline.Location = new System.Drawing.Point(4, 19);
this.txtScanline.Name = "txtScanline"; this.txtScanline.Name = "txtScanline";
this.txtScanline.Size = new System.Drawing.Size(60, 20); this.txtScanline.Size = new System.Drawing.Size(60, 20);
this.txtScanline.TabIndex = 2; this.txtScanline.TabIndex = 2;
this.txtScanline.Text = "0"; this.txtScanline.Text = "0";
this.txtScanline.TextChanged += new System.EventHandler(this.txtScanline_TextChanged); this.txtScanline.TextChanged += new System.EventHandler(this.txtScanline_TextChanged);
// //
// rbNametableNW // rbNametableNW
// //
this.rbNametableNW.AutoSize = true; this.rbNametableNW.AutoSize = true;
this.rbNametableNW.Location = new System.Drawing.Point(6, 19); this.rbNametableNW.Location = new System.Drawing.Point(6, 19);
this.rbNametableNW.Name = "rbNametableNW"; this.rbNametableNW.Name = "rbNametableNW";
this.rbNametableNW.Size = new System.Drawing.Size(14, 13); this.rbNametableNW.Size = new System.Drawing.Size(14, 13);
this.rbNametableNW.TabIndex = 4; this.rbNametableNW.TabIndex = 4;
this.toolTip1.SetToolTip(this.rbNametableNW, "0x2000"); this.toolTip1.SetToolTip(this.rbNametableNW, "0x2000");
this.rbNametableNW.UseVisualStyleBackColor = true; this.rbNametableNW.UseVisualStyleBackColor = true;
this.rbNametableNW.CheckedChanged += new System.EventHandler(this.rbNametable_CheckedChanged); this.rbNametableNW.CheckedChanged += new System.EventHandler(this.rbNametable_CheckedChanged);
// //
// rbNametableNE // rbNametableNE
// //
this.rbNametableNE.AutoSize = true; this.rbNametableNE.AutoSize = true;
this.rbNametableNE.Location = new System.Drawing.Point(56, 19); this.rbNametableNE.Location = new System.Drawing.Point(56, 19);
this.rbNametableNE.Name = "rbNametableNE"; this.rbNametableNE.Name = "rbNametableNE";
this.rbNametableNE.Size = new System.Drawing.Size(14, 13); this.rbNametableNE.Size = new System.Drawing.Size(14, 13);
this.rbNametableNE.TabIndex = 5; this.rbNametableNE.TabIndex = 5;
this.toolTip1.SetToolTip(this.rbNametableNE, "0x2400"); this.toolTip1.SetToolTip(this.rbNametableNE, "0x2400");
this.rbNametableNE.UseVisualStyleBackColor = true; this.rbNametableNE.UseVisualStyleBackColor = true;
this.rbNametableNE.CheckedChanged += new System.EventHandler(this.rbNametable_CheckedChanged); this.rbNametableNE.CheckedChanged += new System.EventHandler(this.rbNametable_CheckedChanged);
// //
// rbNametableSW // rbNametableSW
// //
this.rbNametableSW.AutoSize = true; this.rbNametableSW.AutoSize = true;
this.rbNametableSW.Location = new System.Drawing.Point(6, 57); this.rbNametableSW.Location = new System.Drawing.Point(6, 57);
this.rbNametableSW.Name = "rbNametableSW"; this.rbNametableSW.Name = "rbNametableSW";
this.rbNametableSW.Size = new System.Drawing.Size(14, 13); this.rbNametableSW.Size = new System.Drawing.Size(14, 13);
this.rbNametableSW.TabIndex = 6; this.rbNametableSW.TabIndex = 6;
this.toolTip1.SetToolTip(this.rbNametableSW, "0x2800"); this.toolTip1.SetToolTip(this.rbNametableSW, "0x2800");
this.rbNametableSW.UseVisualStyleBackColor = true; this.rbNametableSW.UseVisualStyleBackColor = true;
this.rbNametableSW.CheckedChanged += new System.EventHandler(this.rbNametable_CheckedChanged); this.rbNametableSW.CheckedChanged += new System.EventHandler(this.rbNametable_CheckedChanged);
// //
// rbNametableSE // rbNametableSE
// //
this.rbNametableSE.AutoSize = true; this.rbNametableSE.AutoSize = true;
this.rbNametableSE.Location = new System.Drawing.Point(56, 57); this.rbNametableSE.Location = new System.Drawing.Point(56, 57);
this.rbNametableSE.Name = "rbNametableSE"; this.rbNametableSE.Name = "rbNametableSE";
this.rbNametableSE.Size = new System.Drawing.Size(14, 13); this.rbNametableSE.Size = new System.Drawing.Size(14, 13);
this.rbNametableSE.TabIndex = 7; this.rbNametableSE.TabIndex = 7;
this.toolTip1.SetToolTip(this.rbNametableSE, "0x2C00"); this.toolTip1.SetToolTip(this.rbNametableSE, "0x2C00");
this.rbNametableSE.UseVisualStyleBackColor = true; this.rbNametableSE.UseVisualStyleBackColor = true;
this.rbNametableSE.CheckedChanged += new System.EventHandler(this.rbNametable_CheckedChanged); this.rbNametableSE.CheckedChanged += new System.EventHandler(this.rbNametable_CheckedChanged);
// //
// rbNametableAll // rbNametableAll
// //
this.rbNametableAll.AutoSize = true; this.rbNametableAll.AutoSize = true;
this.rbNametableAll.Checked = true; this.rbNametableAll.Checked = true;
this.rbNametableAll.Location = new System.Drawing.Point(31, 38); this.rbNametableAll.Location = new System.Drawing.Point(31, 38);
this.rbNametableAll.Name = "rbNametableAll"; this.rbNametableAll.Name = "rbNametableAll";
this.rbNametableAll.Size = new System.Drawing.Size(14, 13); this.rbNametableAll.Size = new System.Drawing.Size(14, 13);
this.rbNametableAll.TabIndex = 9; this.rbNametableAll.TabIndex = 9;
this.rbNametableAll.TabStop = true; this.rbNametableAll.TabStop = true;
this.toolTip1.SetToolTip(this.rbNametableAll, "All"); this.toolTip1.SetToolTip(this.rbNametableAll, "All");
this.rbNametableAll.UseVisualStyleBackColor = true; this.rbNametableAll.UseVisualStyleBackColor = true;
this.rbNametableAll.CheckedChanged += new System.EventHandler(this.rbNametable_CheckedChanged); this.rbNametableAll.CheckedChanged += new System.EventHandler(this.rbNametable_CheckedChanged);
// //
// groupBox2 // groupBox2
// //
this.groupBox2.Controls.Add(this.rbNametableNW); this.groupBox2.Controls.Add(this.rbNametableNW);
this.groupBox2.Controls.Add(this.rbNametableNE); this.groupBox2.Controls.Add(this.rbNametableNE);
this.groupBox2.Controls.Add(this.rbNametableAll); this.groupBox2.Controls.Add(this.rbNametableAll);
this.groupBox2.Controls.Add(this.rbNametableSW); this.groupBox2.Controls.Add(this.rbNametableSW);
this.groupBox2.Controls.Add(this.rbNametableSE); this.groupBox2.Controls.Add(this.rbNametableSE);
this.groupBox2.Location = new System.Drawing.Point(563, 94); this.groupBox2.Location = new System.Drawing.Point(563, 94);
this.groupBox2.Name = "groupBox2"; this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(76, 79); this.groupBox2.Size = new System.Drawing.Size(76, 79);
this.groupBox2.TabIndex = 11; this.groupBox2.TabIndex = 11;
this.groupBox2.TabStop = false; this.groupBox2.TabStop = false;
this.groupBox2.Text = "Nametable"; this.groupBox2.Text = "Nametable";
// //
// groupBox3 // groupBox3
// //
this.groupBox3.Controls.Add(this.txtScanline); this.groupBox3.Controls.Add(this.txtScanline);
this.groupBox3.Location = new System.Drawing.Point(563, 36); this.groupBox3.Location = new System.Drawing.Point(563, 36);
this.groupBox3.Name = "groupBox3"; this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(76, 52); this.groupBox3.Size = new System.Drawing.Size(76, 52);
this.groupBox3.TabIndex = 12; this.groupBox3.TabIndex = 12;
this.groupBox3.TabStop = false; this.groupBox3.TabStop = false;
this.groupBox3.Text = "Scanline"; this.groupBox3.Text = "Scanline";
// //
// groupBox4 // groupBox4
// //
this.groupBox4.Controls.Add(this.PaletteLabel); this.groupBox4.Controls.Add(this.PaletteLabel);
this.groupBox4.Controls.Add(this.label5); this.groupBox4.Controls.Add(this.label5);
this.groupBox4.Controls.Add(this.TableLabel); this.groupBox4.Controls.Add(this.TableLabel);
this.groupBox4.Controls.Add(this.label4); this.groupBox4.Controls.Add(this.label4);
this.groupBox4.Controls.Add(this.PPUAddressLabel); this.groupBox4.Controls.Add(this.PPUAddressLabel);
this.groupBox4.Controls.Add(this.XYLabel); this.groupBox4.Controls.Add(this.XYLabel);
this.groupBox4.Controls.Add(this.TileIDLabel); this.groupBox4.Controls.Add(this.TileIDLabel);
this.groupBox4.Controls.Add(this.label3); this.groupBox4.Controls.Add(this.label3);
this.groupBox4.Controls.Add(this.label2); this.groupBox4.Controls.Add(this.label2);
this.groupBox4.Controls.Add(this.label1); this.groupBox4.Controls.Add(this.label1);
this.groupBox4.Location = new System.Drawing.Point(563, 179); this.groupBox4.Location = new System.Drawing.Point(563, 179);
this.groupBox4.Name = "groupBox4"; this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(108, 128); this.groupBox4.Size = new System.Drawing.Size(108, 128);
this.groupBox4.TabIndex = 13; this.groupBox4.TabIndex = 13;
this.groupBox4.TabStop = false; this.groupBox4.TabStop = false;
this.groupBox4.Text = "Properties"; this.groupBox4.Text = "Properties";
// //
// PaletteLabel // PaletteLabel
// //
this.PaletteLabel.AutoSize = true; this.PaletteLabel.AutoSize = true;
this.PaletteLabel.Location = new System.Drawing.Point(64, 96); this.PaletteLabel.Location = new System.Drawing.Point(64, 96);
this.PaletteLabel.Name = "PaletteLabel"; this.PaletteLabel.Name = "PaletteLabel";
this.PaletteLabel.Size = new System.Drawing.Size(22, 13); this.PaletteLabel.Size = new System.Drawing.Size(22, 13);
this.PaletteLabel.TabIndex = 9; this.PaletteLabel.TabIndex = 9;
this.PaletteLabel.Text = " "; this.PaletteLabel.Text = " ";
// //
// label5 // label5
// //
this.label5.AutoSize = true; this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(6, 96); this.label5.Location = new System.Drawing.Point(6, 96);
this.label5.Name = "label5"; this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(43, 13); this.label5.Size = new System.Drawing.Size(43, 13);
this.label5.TabIndex = 8; this.label5.TabIndex = 8;
this.label5.Text = "Palette:"; this.label5.Text = "Palette:";
// //
// TableLabel // TableLabel
// //
this.TableLabel.AutoSize = true; this.TableLabel.AutoSize = true;
this.TableLabel.Location = new System.Drawing.Point(64, 78); this.TableLabel.Location = new System.Drawing.Point(64, 78);
this.TableLabel.Name = "TableLabel"; this.TableLabel.Name = "TableLabel";
this.TableLabel.Size = new System.Drawing.Size(22, 13); this.TableLabel.Size = new System.Drawing.Size(22, 13);
this.TableLabel.TabIndex = 7; this.TableLabel.TabIndex = 7;
this.TableLabel.Text = " "; this.TableLabel.Text = " ";
// //
// label4 // label4
// //
this.label4.AutoSize = true; this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(6, 78); this.label4.Location = new System.Drawing.Point(6, 78);
this.label4.Name = "label4"; this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(37, 13); this.label4.Size = new System.Drawing.Size(37, 13);
this.label4.TabIndex = 6; this.label4.TabIndex = 6;
this.label4.Text = "Table:"; this.label4.Text = "Table:";
// //
// PPUAddressLabel // PPUAddressLabel
// //
this.PPUAddressLabel.AutoSize = true; this.PPUAddressLabel.AutoSize = true;
this.PPUAddressLabel.Location = new System.Drawing.Point(64, 60); this.PPUAddressLabel.Location = new System.Drawing.Point(64, 60);
this.PPUAddressLabel.Name = "PPUAddressLabel"; this.PPUAddressLabel.Name = "PPUAddressLabel";
this.PPUAddressLabel.Size = new System.Drawing.Size(22, 13); this.PPUAddressLabel.Size = new System.Drawing.Size(22, 13);
this.PPUAddressLabel.TabIndex = 5; this.PPUAddressLabel.TabIndex = 5;
this.PPUAddressLabel.Text = " "; this.PPUAddressLabel.Text = " ";
// //
// XYLabel // XYLabel
// //
this.XYLabel.AutoSize = true; this.XYLabel.AutoSize = true;
this.XYLabel.Location = new System.Drawing.Point(64, 43); this.XYLabel.Location = new System.Drawing.Point(64, 43);
this.XYLabel.Name = "XYLabel"; this.XYLabel.Name = "XYLabel";
this.XYLabel.Size = new System.Drawing.Size(22, 13); this.XYLabel.Size = new System.Drawing.Size(22, 13);
this.XYLabel.TabIndex = 4; this.XYLabel.TabIndex = 4;
this.XYLabel.Text = " "; this.XYLabel.Text = " ";
// //
// TileIDLabel // TileIDLabel
// //
this.TileIDLabel.AutoSize = true; this.TileIDLabel.AutoSize = true;
this.TileIDLabel.Location = new System.Drawing.Point(64, 26); this.TileIDLabel.Location = new System.Drawing.Point(64, 26);
this.TileIDLabel.Name = "TileIDLabel"; this.TileIDLabel.Name = "TileIDLabel";
this.TileIDLabel.Size = new System.Drawing.Size(22, 13); this.TileIDLabel.Size = new System.Drawing.Size(22, 13);
this.TileIDLabel.TabIndex = 3; this.TileIDLabel.TabIndex = 3;
this.TileIDLabel.Text = " "; this.TileIDLabel.Text = " ";
// //
// label3 // label3
// //
this.label3.AutoSize = true; this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 60); this.label3.Location = new System.Drawing.Point(6, 60);
this.label3.Name = "label3"; this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(57, 13); this.label3.Size = new System.Drawing.Size(57, 13);
this.label3.TabIndex = 2; this.label3.TabIndex = 2;
this.label3.Text = "PPU Addr:"; this.label3.Text = "PPU Addr:";
// //
// label2 // label2
// //
this.label2.AutoSize = true; this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(6, 43); this.label2.Location = new System.Drawing.Point(6, 43);
this.label2.Name = "label2"; this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(35, 13); this.label2.Size = new System.Drawing.Size(35, 13);
this.label2.TabIndex = 1; this.label2.TabIndex = 1;
this.label2.Text = "X / Y:"; this.label2.Text = "X / Y:";
// //
// label1 // label1
// //
this.label1.AutoSize = true; this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 26); this.label1.Location = new System.Drawing.Point(6, 26);
this.label1.Name = "label1"; this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 13); this.label1.Size = new System.Drawing.Size(41, 13);
this.label1.TabIndex = 0; this.label1.TabIndex = 0;
this.label1.Text = "Tile ID:"; this.label1.Text = "Tile ID:";
// //
// groupBox5 // groupBox5
// //
this.groupBox5.Controls.Add(this.label7); this.groupBox5.Controls.Add(this.label7);
this.groupBox5.Controls.Add(this.label6); this.groupBox5.Controls.Add(this.label6);
this.groupBox5.Controls.Add(this.RefreshRate); this.groupBox5.Controls.Add(this.RefreshRate);
this.groupBox5.Location = new System.Drawing.Point(563, 313); this.groupBox5.Location = new System.Drawing.Point(563, 313);
this.groupBox5.Name = "groupBox5"; this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(108, 236); this.groupBox5.Size = new System.Drawing.Size(108, 236);
this.groupBox5.TabIndex = 14; this.groupBox5.TabIndex = 14;
this.groupBox5.TabStop = false; this.groupBox5.TabStop = false;
this.groupBox5.Text = "Refresh"; this.groupBox5.Text = "Refresh";
// //
// label7 // label7
// //
this.label7.AutoSize = true; this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(7, 186); this.label7.Location = new System.Drawing.Point(7, 186);
this.label7.Name = "label7"; this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(31, 13); this.label7.Size = new System.Drawing.Size(31, 13);
this.label7.TabIndex = 2; this.label7.TabIndex = 2;
this.label7.Text = "More"; this.label7.Text = "More";
// //
// label6 // label6
// //
this.label6.AutoSize = true; this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(7, 32); this.label6.Location = new System.Drawing.Point(7, 32);
this.label6.Name = "label6"; this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(29, 13); this.label6.Size = new System.Drawing.Size(29, 13);
this.label6.TabIndex = 1; this.label6.TabIndex = 1;
this.label6.Text = "Less"; this.label6.Text = "Less";
// //
// RefreshRate // RefreshRate
// //
this.RefreshRate.LargeChange = 2; this.RefreshRate.LargeChange = 2;
this.RefreshRate.Location = new System.Drawing.Point(9, 47); this.RefreshRate.Location = new System.Drawing.Point(9, 47);
this.RefreshRate.Maximum = 8; this.RefreshRate.Maximum = 8;
this.RefreshRate.Minimum = 1; this.RefreshRate.Minimum = 1;
this.RefreshRate.Name = "RefreshRate"; this.RefreshRate.Name = "RefreshRate";
this.RefreshRate.Orientation = System.Windows.Forms.Orientation.Vertical; this.RefreshRate.Orientation = System.Windows.Forms.Orientation.Vertical;
this.RefreshRate.Size = new System.Drawing.Size(45, 136); this.RefreshRate.Size = new System.Drawing.Size(45, 136);
this.RefreshRate.TabIndex = 0; this.RefreshRate.TabIndex = 0;
this.RefreshRate.TickFrequency = 4; this.RefreshRate.TickFrequency = 4;
this.RefreshRate.Value = 1; this.RefreshRate.Value = 1;
// //
// NameTableView // NESNameTableViewer
// //
this.NameTableView.BackColor = System.Drawing.Color.Transparent; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.NameTableView.ContextMenuStrip = this.contextMenuStrip1; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.NameTableView.Location = new System.Drawing.Point(17, 19); this.ClientSize = new System.Drawing.Size(679, 561);
this.NameTableView.Name = "NameTableView"; this.Controls.Add(this.groupBox5);
this.NameTableView.Size = new System.Drawing.Size(512, 480); this.Controls.Add(this.groupBox4);
this.NameTableView.TabIndex = 0; this.Controls.Add(this.groupBox3);
this.NameTableView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.NESNameTableViewer_KeyDown); this.Controls.Add(this.groupBox2);
this.NameTableView.MouseLeave += new System.EventHandler(this.NameTableView_MouseLeave); this.Controls.Add(this.groupBox1);
this.NameTableView.MouseMove += new System.Windows.Forms.MouseEventHandler(this.NameTableView_MouseMove); this.Controls.Add(this.menuStrip1);
// this.MainMenuStrip = this.menuStrip1;
// NESNameTableViewer this.MinimumSize = new System.Drawing.Size(687, 588);
// this.Name = "NESNameTableViewer";
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.ShowIcon = false;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Text = "NES Nametable Viewer";
this.ClientSize = new System.Drawing.Size(679, 561); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.NESNameTableViewer_FormClosed);
this.Controls.Add(this.groupBox5); this.Load += new System.EventHandler(this.NESNameTableViewer_Load);
this.Controls.Add(this.groupBox4); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.NESNameTableViewer_KeyDown);
this.Controls.Add(this.groupBox3); this.groupBox1.ResumeLayout(false);
this.Controls.Add(this.groupBox2); this.contextMenuStrip1.ResumeLayout(false);
this.Controls.Add(this.groupBox1); this.menuStrip1.ResumeLayout(false);
this.Controls.Add(this.menuStrip1); this.menuStrip1.PerformLayout();
this.MainMenuStrip = this.menuStrip1; this.groupBox2.ResumeLayout(false);
this.MinimumSize = new System.Drawing.Size(687, 588); this.groupBox2.PerformLayout();
this.Name = "NESNameTableViewer"; this.groupBox3.ResumeLayout(false);
this.ShowIcon = false; this.groupBox3.PerformLayout();
this.Text = "NES Nametable Viewer"; this.groupBox4.ResumeLayout(false);
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.NESNameTableViewer_FormClosed); this.groupBox4.PerformLayout();
this.Load += new System.EventHandler(this.NESNameTableViewer_Load); this.groupBox5.ResumeLayout(false);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.NESNameTableViewer_KeyDown); this.groupBox5.PerformLayout();
this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.RefreshRate)).EndInit();
this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false);
this.menuStrip1.ResumeLayout(false); this.PerformLayout();
this.menuStrip1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.RefreshRate)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
} }

File diff suppressed because it is too large Load Diff

View File

@ -28,275 +28,275 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
this.menuStrip1 = new MenuStripEx(); this.menuStrip1 = new MenuStripEx();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.vDC1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.vDC1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.vCD2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.vCD2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.autoloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.autoloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveWindowPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveWindowPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.groupBox1 = new System.Windows.Forms.GroupBox(); 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.groupBox5 = new System.Windows.Forms.GroupBox();
this.label7 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label();
this.RefreshRate = new System.Windows.Forms.TrackBar(); this.RefreshRate = new System.Windows.Forms.TrackBar();
this.groupBox4 = new System.Windows.Forms.GroupBox(); this.groupBox4 = new System.Windows.Forms.GroupBox();
this.PaletteLabel = new System.Windows.Forms.Label(); this.PaletteLabel = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label();
this.PPUAddressLabel = new System.Windows.Forms.Label(); this.PPUAddressLabel = new System.Windows.Forms.Label();
this.XYLabel = new System.Windows.Forms.Label(); this.XYLabel = new System.Windows.Forms.Label();
this.TileIDLabel = new System.Windows.Forms.Label(); this.TileIDLabel = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label();
this.menuStrip1.SuspendLayout(); this.menuStrip1.SuspendLayout();
this.groupBox1.SuspendLayout(); this.groupBox1.SuspendLayout();
this.groupBox5.SuspendLayout(); this.groupBox5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.RefreshRate)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.RefreshRate)).BeginInit();
this.groupBox4.SuspendLayout(); this.groupBox4.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// menuStrip1 // menuStrip1
// //
this.menuStrip1.ClickThrough = true; this.menuStrip1.ClickThrough = true;
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem, this.fileToolStripMenuItem,
this.optionsToolStripMenuItem}); this.optionsToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(676, 24); this.menuStrip1.Size = new System.Drawing.Size(676, 24);
this.menuStrip1.TabIndex = 2; this.menuStrip1.TabIndex = 2;
this.menuStrip1.Text = "menuStrip1"; this.menuStrip1.Text = "menuStrip1";
// //
// fileToolStripMenuItem // fileToolStripMenuItem
// //
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.vDC1ToolStripMenuItem, this.vDC1ToolStripMenuItem,
this.vCD2ToolStripMenuItem, this.vCD2ToolStripMenuItem,
this.toolStripSeparator1, this.toolStripSeparator1,
this.exitToolStripMenuItem}); this.exitToolStripMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Size = new System.Drawing.Size(54, 20); this.fileToolStripMenuItem.Size = new System.Drawing.Size(54, 20);
this.fileToolStripMenuItem.Text = "&Viewer"; this.fileToolStripMenuItem.Text = "&Viewer";
this.fileToolStripMenuItem.DropDownOpened += new System.EventHandler(this.fileToolStripMenuItem_DropDownOpened); this.fileToolStripMenuItem.DropDownOpened += new System.EventHandler(this.fileToolStripMenuItem_DropDownOpened);
// //
// vDC1ToolStripMenuItem // vDC1ToolStripMenuItem
// //
this.vDC1ToolStripMenuItem.Name = "vDC1ToolStripMenuItem"; this.vDC1ToolStripMenuItem.Name = "vDC1ToolStripMenuItem";
this.vDC1ToolStripMenuItem.Size = new System.Drawing.Size(134, 22); this.vDC1ToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
this.vDC1ToolStripMenuItem.Text = "VDC&1"; this.vDC1ToolStripMenuItem.Text = "VDC&1";
this.vDC1ToolStripMenuItem.Click += new System.EventHandler(this.vDC1ToolStripMenuItem_Click); this.vDC1ToolStripMenuItem.Click += new System.EventHandler(this.vDC1ToolStripMenuItem_Click);
// //
// vCD2ToolStripMenuItem // vCD2ToolStripMenuItem
// //
this.vCD2ToolStripMenuItem.Name = "vCD2ToolStripMenuItem"; this.vCD2ToolStripMenuItem.Name = "vCD2ToolStripMenuItem";
this.vCD2ToolStripMenuItem.Size = new System.Drawing.Size(134, 22); this.vCD2ToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
this.vCD2ToolStripMenuItem.Text = "VCD&2"; this.vCD2ToolStripMenuItem.Text = "VCD&2";
this.vCD2ToolStripMenuItem.Click += new System.EventHandler(this.vCD2ToolStripMenuItem_Click); this.vCD2ToolStripMenuItem.Click += new System.EventHandler(this.vCD2ToolStripMenuItem_Click);
// //
// toolStripSeparator1 // toolStripSeparator1
// //
this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(131, 6); this.toolStripSeparator1.Size = new System.Drawing.Size(131, 6);
// //
// exitToolStripMenuItem // exitToolStripMenuItem
// //
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.ShortcutKeyDisplayString = "Alt+F4"; this.exitToolStripMenuItem.ShortcutKeyDisplayString = "Alt+F4";
this.exitToolStripMenuItem.Size = new System.Drawing.Size(134, 22); this.exitToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
this.exitToolStripMenuItem.Text = "E&xit"; this.exitToolStripMenuItem.Text = "E&xit";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
// //
// optionsToolStripMenuItem // optionsToolStripMenuItem
// //
this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.autoloadToolStripMenuItem, this.autoloadToolStripMenuItem,
this.saveWindowPositionToolStripMenuItem}); this.saveWindowPositionToolStripMenuItem});
this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20); this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
this.optionsToolStripMenuItem.Text = "&Options"; this.optionsToolStripMenuItem.Text = "&Options";
this.optionsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.optionsToolStripMenuItem_DropDownOpened); this.optionsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.optionsToolStripMenuItem_DropDownOpened);
// //
// autoloadToolStripMenuItem // autoloadToolStripMenuItem
// //
this.autoloadToolStripMenuItem.Name = "autoloadToolStripMenuItem"; this.autoloadToolStripMenuItem.Name = "autoloadToolStripMenuItem";
this.autoloadToolStripMenuItem.Size = new System.Drawing.Size(191, 22); 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); this.autoloadToolStripMenuItem.Click += new System.EventHandler(this.autoloadToolStripMenuItem_Click);
// //
// saveWindowPositionToolStripMenuItem // saveWindowPositionToolStripMenuItem
// //
this.saveWindowPositionToolStripMenuItem.Name = "saveWindowPositionToolStripMenuItem"; this.saveWindowPositionToolStripMenuItem.Name = "saveWindowPositionToolStripMenuItem";
this.saveWindowPositionToolStripMenuItem.Size = new System.Drawing.Size(191, 22); this.saveWindowPositionToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
this.saveWindowPositionToolStripMenuItem.Text = "&Save Window position"; this.saveWindowPositionToolStripMenuItem.Text = "&Save Window position";
this.saveWindowPositionToolStripMenuItem.Click += new System.EventHandler(this.saveWindowPositionToolStripMenuItem_Click); this.saveWindowPositionToolStripMenuItem.Click += new System.EventHandler(this.saveWindowPositionToolStripMenuItem_Click);
// //
// groupBox1 // groupBox1
// //
this.groupBox1.Controls.Add(this.canvas); this.groupBox1.Controls.Add(this.canvas);
this.groupBox1.Location = new System.Drawing.Point(12, 27); this.groupBox1.Location = new System.Drawing.Point(12, 27);
this.groupBox1.Name = "groupBox1"; this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(529, 536); this.groupBox1.Size = new System.Drawing.Size(529, 536);
this.groupBox1.TabIndex = 3; this.groupBox1.TabIndex = 3;
this.groupBox1.TabStop = false; this.groupBox1.TabStop = false;
// //
// canvas // canvas
// //
this.canvas.BackColor = System.Drawing.SystemColors.ControlLightLight; this.canvas.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.canvas.Location = new System.Drawing.Point(8, 15); this.canvas.Location = new System.Drawing.Point(8, 15);
this.canvas.Name = "canvas"; this.canvas.Name = "canvas";
this.canvas.Size = new System.Drawing.Size(512, 513); this.canvas.Size = new System.Drawing.Size(512, 513);
this.canvas.TabIndex = 0; this.canvas.TabIndex = 0;
this.canvas.MouseMove += new System.Windows.Forms.MouseEventHandler(this.canvas_MouseMove); this.canvas.MouseMove += new System.Windows.Forms.MouseEventHandler(this.canvas_MouseMove);
// //
// groupBox5 // groupBox5
// //
this.groupBox5.Controls.Add(this.label7); this.groupBox5.Controls.Add(this.label7);
this.groupBox5.Controls.Add(this.label6); this.groupBox5.Controls.Add(this.label6);
this.groupBox5.Controls.Add(this.RefreshRate); this.groupBox5.Controls.Add(this.RefreshRate);
this.groupBox5.Location = new System.Drawing.Point(554, 122); this.groupBox5.Location = new System.Drawing.Point(554, 122);
this.groupBox5.Name = "groupBox5"; this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(108, 236); this.groupBox5.Size = new System.Drawing.Size(108, 236);
this.groupBox5.TabIndex = 15; this.groupBox5.TabIndex = 15;
this.groupBox5.TabStop = false; this.groupBox5.TabStop = false;
this.groupBox5.Text = "Refresh"; this.groupBox5.Text = "Refresh";
// //
// label7 // label7
// //
this.label7.AutoSize = true; this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(7, 186); this.label7.Location = new System.Drawing.Point(7, 186);
this.label7.Name = "label7"; this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(31, 13); this.label7.Size = new System.Drawing.Size(31, 13);
this.label7.TabIndex = 2; this.label7.TabIndex = 2;
this.label7.Text = "More"; this.label7.Text = "More";
// //
// label6 // label6
// //
this.label6.AutoSize = true; this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(7, 32); this.label6.Location = new System.Drawing.Point(7, 32);
this.label6.Name = "label6"; this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(29, 13); this.label6.Size = new System.Drawing.Size(29, 13);
this.label6.TabIndex = 1; this.label6.TabIndex = 1;
this.label6.Text = "Less"; this.label6.Text = "Less";
// //
// RefreshRate // RefreshRate
// //
this.RefreshRate.LargeChange = 2; this.RefreshRate.LargeChange = 2;
this.RefreshRate.Location = new System.Drawing.Point(9, 47); this.RefreshRate.Location = new System.Drawing.Point(9, 47);
this.RefreshRate.Maximum = 16; this.RefreshRate.Maximum = 16;
this.RefreshRate.Minimum = 1; this.RefreshRate.Minimum = 1;
this.RefreshRate.Name = "RefreshRate"; this.RefreshRate.Name = "RefreshRate";
this.RefreshRate.Orientation = System.Windows.Forms.Orientation.Vertical; this.RefreshRate.Orientation = System.Windows.Forms.Orientation.Vertical;
this.RefreshRate.Size = new System.Drawing.Size(45, 136); this.RefreshRate.Size = new System.Drawing.Size(45, 136);
this.RefreshRate.TabIndex = 0; this.RefreshRate.TabIndex = 0;
this.RefreshRate.TickFrequency = 4; this.RefreshRate.TickFrequency = 4;
this.RefreshRate.Value = 16; this.RefreshRate.Value = 16;
// //
// groupBox4 // groupBox4
// //
this.groupBox4.Controls.Add(this.PaletteLabel); this.groupBox4.Controls.Add(this.PaletteLabel);
this.groupBox4.Controls.Add(this.label5); this.groupBox4.Controls.Add(this.label5);
this.groupBox4.Controls.Add(this.PPUAddressLabel); this.groupBox4.Controls.Add(this.PPUAddressLabel);
this.groupBox4.Controls.Add(this.XYLabel); this.groupBox4.Controls.Add(this.XYLabel);
this.groupBox4.Controls.Add(this.TileIDLabel); this.groupBox4.Controls.Add(this.TileIDLabel);
this.groupBox4.Controls.Add(this.label2); this.groupBox4.Controls.Add(this.label2);
this.groupBox4.Controls.Add(this.label1); this.groupBox4.Controls.Add(this.label1);
this.groupBox4.Location = new System.Drawing.Point(554, 28); this.groupBox4.Location = new System.Drawing.Point(554, 28);
this.groupBox4.Name = "groupBox4"; this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(108, 87); this.groupBox4.Size = new System.Drawing.Size(108, 87);
this.groupBox4.TabIndex = 16; this.groupBox4.TabIndex = 16;
this.groupBox4.TabStop = false; this.groupBox4.TabStop = false;
this.groupBox4.Text = "Properties"; this.groupBox4.Text = "Properties";
// //
// PaletteLabel // PaletteLabel
// //
this.PaletteLabel.AutoSize = true; this.PaletteLabel.AutoSize = true;
this.PaletteLabel.Location = new System.Drawing.Point(64, 60); this.PaletteLabel.Location = new System.Drawing.Point(64, 60);
this.PaletteLabel.Name = "PaletteLabel"; this.PaletteLabel.Name = "PaletteLabel";
this.PaletteLabel.Size = new System.Drawing.Size(22, 13); this.PaletteLabel.Size = new System.Drawing.Size(22, 13);
this.PaletteLabel.TabIndex = 9; this.PaletteLabel.TabIndex = 9;
this.PaletteLabel.Text = " "; this.PaletteLabel.Text = " ";
// //
// label5 // label5
// //
this.label5.AutoSize = true; this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(6, 60); this.label5.Location = new System.Drawing.Point(6, 60);
this.label5.Name = "label5"; this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(43, 13); this.label5.Size = new System.Drawing.Size(43, 13);
this.label5.TabIndex = 8; this.label5.TabIndex = 8;
this.label5.Text = "Palette:"; this.label5.Text = "Palette:";
// //
// PPUAddressLabel // PPUAddressLabel
// //
this.PPUAddressLabel.AutoSize = true; this.PPUAddressLabel.AutoSize = true;
this.PPUAddressLabel.Location = new System.Drawing.Point(64, 60); this.PPUAddressLabel.Location = new System.Drawing.Point(64, 60);
this.PPUAddressLabel.Name = "PPUAddressLabel"; this.PPUAddressLabel.Name = "PPUAddressLabel";
this.PPUAddressLabel.Size = new System.Drawing.Size(22, 13); this.PPUAddressLabel.Size = new System.Drawing.Size(22, 13);
this.PPUAddressLabel.TabIndex = 5; this.PPUAddressLabel.TabIndex = 5;
this.PPUAddressLabel.Text = " "; this.PPUAddressLabel.Text = " ";
// //
// XYLabel // XYLabel
// //
this.XYLabel.AutoSize = true; this.XYLabel.AutoSize = true;
this.XYLabel.Location = new System.Drawing.Point(64, 43); this.XYLabel.Location = new System.Drawing.Point(64, 43);
this.XYLabel.Name = "XYLabel"; this.XYLabel.Name = "XYLabel";
this.XYLabel.Size = new System.Drawing.Size(22, 13); this.XYLabel.Size = new System.Drawing.Size(22, 13);
this.XYLabel.TabIndex = 4; this.XYLabel.TabIndex = 4;
this.XYLabel.Text = " "; this.XYLabel.Text = " ";
// //
// TileIDLabel // TileIDLabel
// //
this.TileIDLabel.AutoSize = true; this.TileIDLabel.AutoSize = true;
this.TileIDLabel.Location = new System.Drawing.Point(64, 26); this.TileIDLabel.Location = new System.Drawing.Point(64, 26);
this.TileIDLabel.Name = "TileIDLabel"; this.TileIDLabel.Name = "TileIDLabel";
this.TileIDLabel.Size = new System.Drawing.Size(22, 13); this.TileIDLabel.Size = new System.Drawing.Size(22, 13);
this.TileIDLabel.TabIndex = 3; this.TileIDLabel.TabIndex = 3;
this.TileIDLabel.Text = " "; this.TileIDLabel.Text = " ";
// //
// label2 // label2
// //
this.label2.AutoSize = true; this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(6, 43); this.label2.Location = new System.Drawing.Point(6, 43);
this.label2.Name = "label2"; this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(35, 13); this.label2.Size = new System.Drawing.Size(35, 13);
this.label2.TabIndex = 1; this.label2.TabIndex = 1;
this.label2.Text = "X / Y:"; this.label2.Text = "X / Y:";
// //
// label1 // label1
// //
this.label1.AutoSize = true; this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 26); this.label1.Location = new System.Drawing.Point(6, 26);
this.label1.Name = "label1"; this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 13); this.label1.Size = new System.Drawing.Size(41, 13);
this.label1.TabIndex = 0; this.label1.TabIndex = 0;
this.label1.Text = "Tile ID:"; this.label1.Text = "Tile ID:";
// //
// PCEBGViewer // PCEBGViewer
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(676, 575); this.ClientSize = new System.Drawing.Size(676, 575);
this.Controls.Add(this.groupBox4); this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox5); this.Controls.Add(this.groupBox5);
this.Controls.Add(this.groupBox1); this.Controls.Add(this.groupBox1);
this.Controls.Add(this.menuStrip1); this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1; this.MainMenuStrip = this.menuStrip1;
this.Name = "PCEBGViewer"; this.Name = "PCEBGViewer";
this.ShowIcon = false; this.ShowIcon = false;
this.Text = "Background Viewer"; this.Text = "Background Viewer";
this.Load += new System.EventHandler(this.PCEBGViewer_Load); this.Load += new System.EventHandler(this.PCEBGViewer_Load);
this.menuStrip1.ResumeLayout(false); this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout(); this.menuStrip1.PerformLayout();
this.groupBox1.ResumeLayout(false); this.groupBox1.ResumeLayout(false);
this.groupBox5.ResumeLayout(false); this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout(); this.groupBox5.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.RefreshRate)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.RefreshRate)).EndInit();
this.groupBox4.ResumeLayout(false); this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout(); this.groupBox4.PerformLayout();
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout(); this.PerformLayout();
} }

File diff suppressed because it is too large Load Diff

View File

@ -110,7 +110,7 @@ namespace BizHawk.Client.EmuHawk
public static ToolStripMenuItem GenerateAutoLoadItem(RecentFiles recent) 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(); auto.Click += (o, ev) => recent.ToggleAutoLoad();
return auto; return auto;
} }