Merge pull request #47 from jeffythedragonslayer/master

Memory Access Counter columns are wider so ... does not appear
This commit is contained in:
NovaSquirrel 2021-10-19 23:09:55 -04:00 committed by GitHub
commit dd9e689880
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 916 additions and 895 deletions

View file

@ -57,9 +57,10 @@
// //
this.lblViewMemoryType.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lblViewMemoryType.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.lblViewMemoryType.AutoSize = true; this.lblViewMemoryType.AutoSize = true;
this.lblViewMemoryType.Location = new System.Drawing.Point(3, 7); this.lblViewMemoryType.Location = new System.Drawing.Point(8, 16);
this.lblViewMemoryType.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
this.lblViewMemoryType.Name = "lblViewMemoryType"; this.lblViewMemoryType.Name = "lblViewMemoryType";
this.lblViewMemoryType.Size = new System.Drawing.Size(33, 13); this.lblViewMemoryType.Size = new System.Drawing.Size(85, 32);
this.lblViewMemoryType.TabIndex = 0; this.lblViewMemoryType.TabIndex = 0;
this.lblViewMemoryType.Text = "View:"; this.lblViewMemoryType.Text = "View:";
// //
@ -68,9 +69,10 @@
this.cboMemoryType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cboMemoryType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.cboMemoryType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboMemoryType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboMemoryType.FormattingEnabled = true; this.cboMemoryType.FormattingEnabled = true;
this.cboMemoryType.Location = new System.Drawing.Point(42, 3); this.cboMemoryType.Location = new System.Drawing.Point(109, 7);
this.cboMemoryType.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
this.cboMemoryType.Name = "cboMemoryType"; this.cboMemoryType.Name = "cboMemoryType";
this.cboMemoryType.Size = new System.Drawing.Size(162, 21); this.cboMemoryType.Size = new System.Drawing.Size(425, 39);
this.cboMemoryType.TabIndex = 1; this.cboMemoryType.TabIndex = 1;
this.cboMemoryType.SelectedIndexChanged += new System.EventHandler(this.cboMemoryType_SelectedIndexChanged); this.cboMemoryType.SelectedIndexChanged += new System.EventHandler(this.cboMemoryType_SelectedIndexChanged);
// //
@ -91,17 +93,17 @@
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 48F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(641, 343); this.tableLayoutPanel1.Size = new System.Drawing.Size(1709, 818);
this.tableLayoutPanel1.TabIndex = 3; this.tableLayoutPanel1.TabIndex = 3;
// //
// btnReset // btnReset
// //
this.btnReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnReset.Location = new System.Drawing.Point(566, 320); this.btnReset.Location = new System.Drawing.Point(1509, 763);
this.btnReset.Margin = new System.Windows.Forms.Padding(0); this.btnReset.Margin = new System.Windows.Forms.Padding(0);
this.btnReset.Name = "btnReset"; this.btnReset.Name = "btnReset";
this.btnReset.Size = new System.Drawing.Size(75, 23); this.btnReset.Size = new System.Drawing.Size(200, 55);
this.btnReset.TabIndex = 5; this.btnReset.TabIndex = 5;
this.btnReset.Text = "Reset"; this.btnReset.Text = "Reset";
this.btnReset.UseVisualStyleBackColor = true; this.btnReset.UseVisualStyleBackColor = true;
@ -115,22 +117,23 @@
this.tableLayoutPanel3.Controls.Add(this.picWatchHelp, 0, 0); this.tableLayoutPanel3.Controls.Add(this.picWatchHelp, 0, 0);
this.tableLayoutPanel3.Controls.Add(this.lblHint, 1, 0); this.tableLayoutPanel3.Controls.Add(this.lblHint, 1, 0);
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 320); this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 763);
this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(0);
this.tableLayoutPanel3.Name = "tableLayoutPanel3"; this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.tableLayoutPanel3.RowCount = 2; this.tableLayoutPanel3.RowCount = 2;
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel3.Size = new System.Drawing.Size(566, 23); this.tableLayoutPanel3.Size = new System.Drawing.Size(1509, 55);
this.tableLayoutPanel3.TabIndex = 2; this.tableLayoutPanel3.TabIndex = 2;
// //
// picWatchHelp // picWatchHelp
// //
this.picWatchHelp.Anchor = System.Windows.Forms.AnchorStyles.Left; this.picWatchHelp.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.picWatchHelp.Image = global::Mesen.GUI.Properties.Resources.Warning; this.picWatchHelp.Image = global::Mesen.GUI.Properties.Resources.Warning;
this.picWatchHelp.Location = new System.Drawing.Point(3, 3); this.picWatchHelp.Location = new System.Drawing.Point(8, 7);
this.picWatchHelp.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
this.picWatchHelp.Name = "picWatchHelp"; this.picWatchHelp.Name = "picWatchHelp";
this.picWatchHelp.Size = new System.Drawing.Size(16, 16); this.picWatchHelp.Size = new System.Drawing.Size(43, 38);
this.picWatchHelp.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.picWatchHelp.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.picWatchHelp.TabIndex = 2; this.picWatchHelp.TabIndex = 2;
this.picWatchHelp.TabStop = false; this.picWatchHelp.TabStop = false;
@ -139,9 +142,10 @@
// //
this.lblHint.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lblHint.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.lblHint.AutoSize = true; this.lblHint.AutoSize = true;
this.lblHint.Location = new System.Drawing.Point(25, 4); this.lblHint.Location = new System.Drawing.Point(67, 10);
this.lblHint.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
this.lblHint.Name = "lblHint"; this.lblHint.Name = "lblHint";
this.lblHint.Size = new System.Drawing.Size(530, 13); this.lblHint.Size = new System.Drawing.Size(1399, 32);
this.lblHint.TabIndex = 0; this.lblHint.TabIndex = 0;
this.lblHint.Text = "Uninitialized read column is only accurate if the debugger was active when the ga" + this.lblHint.Text = "Uninitialized read column is only accurate if the debugger was active when the ga" +
"me was loaded/power cycled"; "me was loaded/power cycled";
@ -161,7 +165,7 @@
this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 1; this.tableLayoutPanel2.RowCount = 1;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(641, 27); this.tableLayoutPanel2.Size = new System.Drawing.Size(1709, 64);
this.tableLayoutPanel2.TabIndex = 6; this.tableLayoutPanel2.TabIndex = 6;
// //
// lstCounters // lstCounters
@ -179,60 +183,63 @@
this.tableLayoutPanel1.SetColumnSpan(this.lstCounters, 2); this.tableLayoutPanel1.SetColumnSpan(this.lstCounters, 2);
this.lstCounters.Dock = System.Windows.Forms.DockStyle.Fill; this.lstCounters.Dock = System.Windows.Forms.DockStyle.Fill;
this.lstCounters.FullRowSelect = true; this.lstCounters.FullRowSelect = true;
this.lstCounters.Location = new System.Drawing.Point(0, 27); this.lstCounters.HideSelection = false;
this.lstCounters.Location = new System.Drawing.Point(0, 64);
this.lstCounters.Margin = new System.Windows.Forms.Padding(0); this.lstCounters.Margin = new System.Windows.Forms.Padding(0);
this.lstCounters.Name = "lstCounters"; this.lstCounters.Name = "lstCounters";
this.lstCounters.Size = new System.Drawing.Size(641, 293); this.lstCounters.Size = new System.Drawing.Size(1709, 699);
this.lstCounters.TabIndex = 7; this.lstCounters.TabIndex = 7;
this.lstCounters.UseCompatibleStateImageBehavior = false; this.lstCounters.UseCompatibleStateImageBehavior = false;
this.lstCounters.View = System.Windows.Forms.View.Details; this.lstCounters.View = System.Windows.Forms.View.Details;
this.lstCounters.VirtualMode = true; this.lstCounters.VirtualMode = true;
this.lstCounters.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lstCounters_ColumnClick); this.lstCounters.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lstCounters_ColumnClick);
this.lstCounters.RetrieveVirtualItem += new System.Windows.Forms.RetrieveVirtualItemEventHandler(this.lstCounters_RetrieveVirtualItem); this.lstCounters.RetrieveVirtualItem += new System.Windows.Forms.RetrieveVirtualItemEventHandler(this.lstCounters_RetrieveVirtualItem);
this.lstCounters.SelectedIndexChanged += new System.EventHandler(this.lstCounters_SelectedIndexChanged);
// //
// columnHeader1 // columnHeader1
// //
this.columnHeader1.Text = "Address"; this.columnHeader1.Text = "Address";
this.columnHeader1.Width = 120;
// //
// columnHeader9 // columnHeader9
// //
this.columnHeader9.Text = "Value"; this.columnHeader9.Text = "Value";
this.columnHeader9.Width = 40; this.columnHeader9.Width = 120;
// //
// columnHeader2 // columnHeader2
// //
this.columnHeader2.Text = "Reads"; this.columnHeader2.Text = "Reads";
this.columnHeader2.Width = 70; this.columnHeader2.Width = 140;
// //
// columnHeader6 // columnHeader6
// //
this.columnHeader6.Text = "Last Read"; this.columnHeader6.Text = "Last Read";
this.columnHeader6.Width = 70; this.columnHeader6.Width = 140;
// //
// columnHeader3 // columnHeader3
// //
this.columnHeader3.Text = "Writes"; this.columnHeader3.Text = "Writes";
this.columnHeader3.Width = 70; this.columnHeader3.Width = 140;
// //
// columnHeader7 // columnHeader7
// //
this.columnHeader7.Text = "Last Write"; this.columnHeader7.Text = "Last Write";
this.columnHeader7.Width = 70; this.columnHeader7.Width = 140;
// //
// columnHeader4 // columnHeader4
// //
this.columnHeader4.Text = "Executes"; this.columnHeader4.Text = "Executes";
this.columnHeader4.Width = 70; this.columnHeader4.Width = 140;
// //
// columnHeader8 // columnHeader8
// //
this.columnHeader8.Text = "Last Exec"; this.columnHeader8.Text = "Last Exec";
this.columnHeader8.Width = 70; this.columnHeader8.Width = 140;
// //
// columnHeader5 // columnHeader5
// //
this.columnHeader5.Text = "Uninit Read"; this.columnHeader5.Text = "Uninit Read";
this.columnHeader5.Width = 70; this.columnHeader5.Width = 160;
// //
// toolTip // toolTip
// //
@ -243,12 +250,12 @@
// //
// ctrlMemoryAccessCounters // ctrlMemoryAccessCounters
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(16F, 31F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.tableLayoutPanel1); this.Controls.Add(this.tableLayoutPanel1);
this.Margin = new System.Windows.Forms.Padding(0); this.Margin = new System.Windows.Forms.Padding(0);
this.Name = "ctrlMemoryAccessCounters"; this.Name = "ctrlMemoryAccessCounters";
this.Size = new System.Drawing.Size(641, 343); this.Size = new System.Drawing.Size(1709, 818);
this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel3.ResumeLayout(false); this.tableLayoutPanel3.ResumeLayout(false);
this.tableLayoutPanel3.PerformLayout(); this.tableLayoutPanel3.PerformLayout();

View file

@ -186,5 +186,10 @@ namespace Mesen.GUI.Debugger.Controls
ExecStamp, ExecStamp,
UninitRead, UninitRead,
} }
private void lstCounters_SelectedIndexChanged(object sender, EventArgs e)
{
}
} }
} }

View file

@ -120,7 +120,7 @@
this.ctrlHexViewer.Location = new System.Drawing.Point(0, 0); this.ctrlHexViewer.Location = new System.Drawing.Point(0, 0);
this.ctrlHexViewer.Margin = new System.Windows.Forms.Padding(0); this.ctrlHexViewer.Margin = new System.Windows.Forms.Padding(0);
this.ctrlHexViewer.Name = "ctrlHexViewer"; this.ctrlHexViewer.Name = "ctrlHexViewer";
this.ctrlHexViewer.Size = new System.Drawing.Size(606, 343); this.ctrlHexViewer.Size = new System.Drawing.Size(1617, 824);
this.ctrlHexViewer.TabIndex = 0; this.ctrlHexViewer.TabIndex = 0;
this.ctrlHexViewer.TextZoom = 100; this.ctrlHexViewer.TextZoom = 100;
this.ctrlHexViewer.RequiredWidthChanged += new System.EventHandler(this.ctrlHexViewer_RequiredWidthChanged); this.ctrlHexViewer.RequiredWidthChanged += new System.EventHandler(this.ctrlHexViewer_RequiredWidthChanged);
@ -135,7 +135,7 @@
this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(207, 27); this.flowLayoutPanel1.Size = new System.Drawing.Size(542, 53);
this.flowLayoutPanel1.TabIndex = 1; this.flowLayoutPanel1.TabIndex = 1;
this.flowLayoutPanel1.WrapContents = false; this.flowLayoutPanel1.WrapContents = false;
// //
@ -143,9 +143,10 @@
// //
this.lblViewMemoryType.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lblViewMemoryType.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.lblViewMemoryType.AutoSize = true; this.lblViewMemoryType.AutoSize = true;
this.lblViewMemoryType.Location = new System.Drawing.Point(3, 7); this.lblViewMemoryType.Location = new System.Drawing.Point(8, 10);
this.lblViewMemoryType.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
this.lblViewMemoryType.Name = "lblViewMemoryType"; this.lblViewMemoryType.Name = "lblViewMemoryType";
this.lblViewMemoryType.Size = new System.Drawing.Size(33, 13); this.lblViewMemoryType.Size = new System.Drawing.Size(85, 32);
this.lblViewMemoryType.TabIndex = 0; this.lblViewMemoryType.TabIndex = 0;
this.lblViewMemoryType.Text = "View:"; this.lblViewMemoryType.Text = "View:";
// //
@ -154,21 +155,25 @@
this.cboMemoryType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cboMemoryType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.cboMemoryType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboMemoryType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboMemoryType.FormattingEnabled = true; this.cboMemoryType.FormattingEnabled = true;
this.cboMemoryType.Location = new System.Drawing.Point(42, 3); this.cboMemoryType.Location = new System.Drawing.Point(109, 7);
this.cboMemoryType.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
this.cboMemoryType.Name = "cboMemoryType"; this.cboMemoryType.Name = "cboMemoryType";
this.cboMemoryType.Size = new System.Drawing.Size(162, 21); this.cboMemoryType.Size = new System.Drawing.Size(425, 39);
this.cboMemoryType.TabIndex = 1; this.cboMemoryType.TabIndex = 1;
this.cboMemoryType.SelectedIndexChanged += new System.EventHandler(this.cboMemoryType_SelectedIndexChanged); this.cboMemoryType.SelectedIndexChanged += new System.EventHandler(this.cboMemoryType_SelectedIndexChanged);
// //
// menuStrip1 // menuStrip1
// //
this.menuStrip1.GripMargin = new System.Windows.Forms.Padding(2, 2, 0, 2);
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(40, 40);
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem, this.fileToolStripMenuItem,
this.mnuView, this.mnuView,
this.toolStripMenuItem1}); this.toolStripMenuItem1});
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(614, 24); this.menuStrip1.Padding = new System.Windows.Forms.Padding(16, 5, 0, 5);
this.menuStrip1.Size = new System.Drawing.Size(1637, 55);
this.menuStrip1.TabIndex = 2; this.menuStrip1.TabIndex = 2;
this.menuStrip1.Text = "menuStrip1"; this.menuStrip1.Text = "menuStrip1";
// //
@ -183,14 +188,14 @@
this.toolStripMenuItem4, this.toolStripMenuItem4,
this.mnuClose}); this.mnuClose});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Size = new System.Drawing.Size(87, 45);
this.fileToolStripMenuItem.Text = "File"; this.fileToolStripMenuItem.Text = "File";
// //
// mnuImport // mnuImport
// //
this.mnuImport.Image = global::Mesen.GUI.Properties.Resources.Import; this.mnuImport.Image = global::Mesen.GUI.Properties.Resources.Import;
this.mnuImport.Name = "mnuImport"; this.mnuImport.Name = "mnuImport";
this.mnuImport.Size = new System.Drawing.Size(181, 22); this.mnuImport.Size = new System.Drawing.Size(451, 54);
this.mnuImport.Text = "Import"; this.mnuImport.Text = "Import";
this.mnuImport.Click += new System.EventHandler(this.mnuImport_Click); this.mnuImport.Click += new System.EventHandler(this.mnuImport_Click);
// //
@ -198,39 +203,39 @@
// //
this.mnuExport.Image = global::Mesen.GUI.Properties.Resources.Export; this.mnuExport.Image = global::Mesen.GUI.Properties.Resources.Export;
this.mnuExport.Name = "mnuExport"; this.mnuExport.Name = "mnuExport";
this.mnuExport.Size = new System.Drawing.Size(181, 22); this.mnuExport.Size = new System.Drawing.Size(451, 54);
this.mnuExport.Text = "Export"; this.mnuExport.Text = "Export";
this.mnuExport.Click += new System.EventHandler(this.mnuExport_Click); this.mnuExport.Click += new System.EventHandler(this.mnuExport_Click);
// //
// toolStripMenuItem3 // toolStripMenuItem3
// //
this.toolStripMenuItem3.Name = "toolStripMenuItem3"; this.toolStripMenuItem3.Name = "toolStripMenuItem3";
this.toolStripMenuItem3.Size = new System.Drawing.Size(178, 6); this.toolStripMenuItem3.Size = new System.Drawing.Size(448, 6);
// //
// mnuLoadTblFile // mnuLoadTblFile
// //
this.mnuLoadTblFile.Name = "mnuLoadTblFile"; this.mnuLoadTblFile.Name = "mnuLoadTblFile";
this.mnuLoadTblFile.Size = new System.Drawing.Size(181, 22); this.mnuLoadTblFile.Size = new System.Drawing.Size(451, 54);
this.mnuLoadTblFile.Text = "Load TBL file"; this.mnuLoadTblFile.Text = "Load TBL file";
this.mnuLoadTblFile.Click += new System.EventHandler(this.mnuLoadTblFile_Click); this.mnuLoadTblFile.Click += new System.EventHandler(this.mnuLoadTblFile_Click);
// //
// mnuResetTblMappings // mnuResetTblMappings
// //
this.mnuResetTblMappings.Name = "mnuResetTblMappings"; this.mnuResetTblMappings.Name = "mnuResetTblMappings";
this.mnuResetTblMappings.Size = new System.Drawing.Size(181, 22); this.mnuResetTblMappings.Size = new System.Drawing.Size(451, 54);
this.mnuResetTblMappings.Text = "Reset TBL mappings"; this.mnuResetTblMappings.Text = "Reset TBL mappings";
this.mnuResetTblMappings.Click += new System.EventHandler(this.mnuResetTblMappings_Click); this.mnuResetTblMappings.Click += new System.EventHandler(this.mnuResetTblMappings_Click);
// //
// toolStripMenuItem4 // toolStripMenuItem4
// //
this.toolStripMenuItem4.Name = "toolStripMenuItem4"; this.toolStripMenuItem4.Name = "toolStripMenuItem4";
this.toolStripMenuItem4.Size = new System.Drawing.Size(178, 6); this.toolStripMenuItem4.Size = new System.Drawing.Size(448, 6);
// //
// mnuClose // mnuClose
// //
this.mnuClose.Image = global::Mesen.GUI.Properties.Resources.Exit; this.mnuClose.Image = global::Mesen.GUI.Properties.Resources.Exit;
this.mnuClose.Name = "mnuClose"; this.mnuClose.Name = "mnuClose";
this.mnuClose.Size = new System.Drawing.Size(181, 22); this.mnuClose.Size = new System.Drawing.Size(451, 54);
this.mnuClose.Text = "Close"; this.mnuClose.Text = "Close";
this.mnuClose.Click += new System.EventHandler(this.mnuClose_Click); this.mnuClose.Click += new System.EventHandler(this.mnuClose_Click);
// //
@ -256,7 +261,7 @@
this.mnuByteEditingMode, this.mnuByteEditingMode,
this.mnuHighlightCurrentRowColumn}); this.mnuHighlightCurrentRowColumn});
this.mnuView.Name = "mnuView"; this.mnuView.Name = "mnuView";
this.mnuView.Size = new System.Drawing.Size(44, 20); this.mnuView.Size = new System.Drawing.Size(106, 45);
this.mnuView.Text = "View"; this.mnuView.Text = "View";
// //
// highlightToolStripMenuItem // highlightToolStripMenuItem
@ -268,14 +273,14 @@
this.toolStripMenuItem6, this.toolStripMenuItem6,
this.fadeSpeedToolStripMenuItem}); this.fadeSpeedToolStripMenuItem});
this.highlightToolStripMenuItem.Name = "highlightToolStripMenuItem"; this.highlightToolStripMenuItem.Name = "highlightToolStripMenuItem";
this.highlightToolStripMenuItem.Size = new System.Drawing.Size(256, 22); this.highlightToolStripMenuItem.Size = new System.Drawing.Size(646, 54);
this.highlightToolStripMenuItem.Text = "Memory Access Highlighting"; this.highlightToolStripMenuItem.Text = "Memory Access Highlighting";
// //
// mnuHighlightExecution // mnuHighlightExecution
// //
this.mnuHighlightExecution.CheckOnClick = true; this.mnuHighlightExecution.CheckOnClick = true;
this.mnuHighlightExecution.Name = "mnuHighlightExecution"; this.mnuHighlightExecution.Name = "mnuHighlightExecution";
this.mnuHighlightExecution.Size = new System.Drawing.Size(133, 22); this.mnuHighlightExecution.Size = new System.Drawing.Size(336, 54);
this.mnuHighlightExecution.Text = "Execution"; this.mnuHighlightExecution.Text = "Execution";
this.mnuHighlightExecution.Click += new System.EventHandler(this.mnuColorProviderOptions_Click); this.mnuHighlightExecution.Click += new System.EventHandler(this.mnuColorProviderOptions_Click);
// //
@ -283,7 +288,7 @@
// //
this.mnuHighlightWrites.CheckOnClick = true; this.mnuHighlightWrites.CheckOnClick = true;
this.mnuHighlightWrites.Name = "mnuHighlightWrites"; this.mnuHighlightWrites.Name = "mnuHighlightWrites";
this.mnuHighlightWrites.Size = new System.Drawing.Size(133, 22); this.mnuHighlightWrites.Size = new System.Drawing.Size(336, 54);
this.mnuHighlightWrites.Text = "Writes"; this.mnuHighlightWrites.Text = "Writes";
this.mnuHighlightWrites.Click += new System.EventHandler(this.mnuColorProviderOptions_Click); this.mnuHighlightWrites.Click += new System.EventHandler(this.mnuColorProviderOptions_Click);
// //
@ -291,14 +296,14 @@
// //
this.mnuHightlightReads.CheckOnClick = true; this.mnuHightlightReads.CheckOnClick = true;
this.mnuHightlightReads.Name = "mnuHightlightReads"; this.mnuHightlightReads.Name = "mnuHightlightReads";
this.mnuHightlightReads.Size = new System.Drawing.Size(133, 22); this.mnuHightlightReads.Size = new System.Drawing.Size(336, 54);
this.mnuHightlightReads.Text = "Reads"; this.mnuHightlightReads.Text = "Reads";
this.mnuHightlightReads.Click += new System.EventHandler(this.mnuColorProviderOptions_Click); this.mnuHightlightReads.Click += new System.EventHandler(this.mnuColorProviderOptions_Click);
// //
// toolStripMenuItem6 // toolStripMenuItem6
// //
this.toolStripMenuItem6.Name = "toolStripMenuItem6"; this.toolStripMenuItem6.Name = "toolStripMenuItem6";
this.toolStripMenuItem6.Size = new System.Drawing.Size(130, 6); this.toolStripMenuItem6.Size = new System.Drawing.Size(333, 6);
// //
// fadeSpeedToolStripMenuItem // fadeSpeedToolStripMenuItem
// //
@ -310,13 +315,13 @@
this.toolStripMenuItem7, this.toolStripMenuItem7,
this.mnuCustomFadeSpeed}); this.mnuCustomFadeSpeed});
this.fadeSpeedToolStripMenuItem.Name = "fadeSpeedToolStripMenuItem"; this.fadeSpeedToolStripMenuItem.Name = "fadeSpeedToolStripMenuItem";
this.fadeSpeedToolStripMenuItem.Size = new System.Drawing.Size(133, 22); this.fadeSpeedToolStripMenuItem.Size = new System.Drawing.Size(336, 54);
this.fadeSpeedToolStripMenuItem.Text = "Fade speed"; this.fadeSpeedToolStripMenuItem.Text = "Fade speed";
// //
// mnuFadeSlow // mnuFadeSlow
// //
this.mnuFadeSlow.Name = "mnuFadeSlow"; this.mnuFadeSlow.Name = "mnuFadeSlow";
this.mnuFadeSlow.Size = new System.Drawing.Size(136, 22); this.mnuFadeSlow.Size = new System.Drawing.Size(342, 54);
this.mnuFadeSlow.Text = "Slow"; this.mnuFadeSlow.Text = "Slow";
this.mnuFadeSlow.Click += new System.EventHandler(this.mnuFadeSpeed_Click); this.mnuFadeSlow.Click += new System.EventHandler(this.mnuFadeSpeed_Click);
// //
@ -325,33 +330,33 @@
this.mnuFadeNormal.Checked = true; this.mnuFadeNormal.Checked = true;
this.mnuFadeNormal.CheckState = System.Windows.Forms.CheckState.Checked; this.mnuFadeNormal.CheckState = System.Windows.Forms.CheckState.Checked;
this.mnuFadeNormal.Name = "mnuFadeNormal"; this.mnuFadeNormal.Name = "mnuFadeNormal";
this.mnuFadeNormal.Size = new System.Drawing.Size(136, 22); this.mnuFadeNormal.Size = new System.Drawing.Size(342, 54);
this.mnuFadeNormal.Text = "Normal"; this.mnuFadeNormal.Text = "Normal";
this.mnuFadeNormal.Click += new System.EventHandler(this.mnuFadeSpeed_Click); this.mnuFadeNormal.Click += new System.EventHandler(this.mnuFadeSpeed_Click);
// //
// mnuFadeFast // mnuFadeFast
// //
this.mnuFadeFast.Name = "mnuFadeFast"; this.mnuFadeFast.Name = "mnuFadeFast";
this.mnuFadeFast.Size = new System.Drawing.Size(136, 22); this.mnuFadeFast.Size = new System.Drawing.Size(342, 54);
this.mnuFadeFast.Text = "Fast"; this.mnuFadeFast.Text = "Fast";
this.mnuFadeFast.Click += new System.EventHandler(this.mnuFadeSpeed_Click); this.mnuFadeFast.Click += new System.EventHandler(this.mnuFadeSpeed_Click);
// //
// mnuFadeNever // mnuFadeNever
// //
this.mnuFadeNever.Name = "mnuFadeNever"; this.mnuFadeNever.Name = "mnuFadeNever";
this.mnuFadeNever.Size = new System.Drawing.Size(136, 22); this.mnuFadeNever.Size = new System.Drawing.Size(342, 54);
this.mnuFadeNever.Text = "Do not fade"; this.mnuFadeNever.Text = "Do not fade";
this.mnuFadeNever.Click += new System.EventHandler(this.mnuFadeSpeed_Click); this.mnuFadeNever.Click += new System.EventHandler(this.mnuFadeSpeed_Click);
// //
// toolStripMenuItem7 // toolStripMenuItem7
// //
this.toolStripMenuItem7.Name = "toolStripMenuItem7"; this.toolStripMenuItem7.Name = "toolStripMenuItem7";
this.toolStripMenuItem7.Size = new System.Drawing.Size(133, 6); this.toolStripMenuItem7.Size = new System.Drawing.Size(339, 6);
// //
// mnuCustomFadeSpeed // mnuCustomFadeSpeed
// //
this.mnuCustomFadeSpeed.Name = "mnuCustomFadeSpeed"; this.mnuCustomFadeSpeed.Name = "mnuCustomFadeSpeed";
this.mnuCustomFadeSpeed.Size = new System.Drawing.Size(136, 22); this.mnuCustomFadeSpeed.Size = new System.Drawing.Size(342, 54);
this.mnuCustomFadeSpeed.Text = "Custom..."; this.mnuCustomFadeSpeed.Text = "Custom...";
this.mnuCustomFadeSpeed.Click += new System.EventHandler(this.mnuCustomFadeSpeed_Click); this.mnuCustomFadeSpeed.Click += new System.EventHandler(this.mnuCustomFadeSpeed_Click);
// //
@ -364,14 +369,14 @@
this.mnuHighlightCodeBytes, this.mnuHighlightCodeBytes,
this.mnuHighlightDataBytes}); this.mnuHighlightDataBytes});
this.dataTypeHighlightingToolStripMenuItem.Name = "dataTypeHighlightingToolStripMenuItem"; this.dataTypeHighlightingToolStripMenuItem.Name = "dataTypeHighlightingToolStripMenuItem";
this.dataTypeHighlightingToolStripMenuItem.Size = new System.Drawing.Size(256, 22); this.dataTypeHighlightingToolStripMenuItem.Size = new System.Drawing.Size(646, 54);
this.dataTypeHighlightingToolStripMenuItem.Text = "Data Type Highlighting"; this.dataTypeHighlightingToolStripMenuItem.Text = "Data Type Highlighting";
// //
// mnuHighlightLabelledBytes // mnuHighlightLabelledBytes
// //
this.mnuHighlightLabelledBytes.CheckOnClick = true; this.mnuHighlightLabelledBytes.CheckOnClick = true;
this.mnuHighlightLabelledBytes.Name = "mnuHighlightLabelledBytes"; this.mnuHighlightLabelledBytes.Name = "mnuHighlightLabelledBytes";
this.mnuHighlightLabelledBytes.Size = new System.Drawing.Size(196, 22); this.mnuHighlightLabelledBytes.Size = new System.Drawing.Size(493, 54);
this.mnuHighlightLabelledBytes.Text = "Labeled bytes"; this.mnuHighlightLabelledBytes.Text = "Labeled bytes";
this.mnuHighlightLabelledBytes.Click += new System.EventHandler(this.mnuColorProviderOptions_Click); this.mnuHighlightLabelledBytes.Click += new System.EventHandler(this.mnuColorProviderOptions_Click);
// //
@ -379,20 +384,20 @@
// //
this.mnuHighlightBreakpoints.CheckOnClick = true; this.mnuHighlightBreakpoints.CheckOnClick = true;
this.mnuHighlightBreakpoints.Name = "mnuHighlightBreakpoints"; this.mnuHighlightBreakpoints.Name = "mnuHighlightBreakpoints";
this.mnuHighlightBreakpoints.Size = new System.Drawing.Size(196, 22); this.mnuHighlightBreakpoints.Size = new System.Drawing.Size(493, 54);
this.mnuHighlightBreakpoints.Text = "Breakpoints"; this.mnuHighlightBreakpoints.Text = "Breakpoints";
this.mnuHighlightBreakpoints.Click += new System.EventHandler(this.mnuColorProviderOptions_Click); this.mnuHighlightBreakpoints.Click += new System.EventHandler(this.mnuColorProviderOptions_Click);
// //
// toolStripMenuItem8 // toolStripMenuItem8
// //
this.toolStripMenuItem8.Name = "toolStripMenuItem8"; this.toolStripMenuItem8.Name = "toolStripMenuItem8";
this.toolStripMenuItem8.Size = new System.Drawing.Size(193, 6); this.toolStripMenuItem8.Size = new System.Drawing.Size(490, 6);
// //
// mnuHighlightCodeBytes // mnuHighlightCodeBytes
// //
this.mnuHighlightCodeBytes.CheckOnClick = true; this.mnuHighlightCodeBytes.CheckOnClick = true;
this.mnuHighlightCodeBytes.Name = "mnuHighlightCodeBytes"; this.mnuHighlightCodeBytes.Name = "mnuHighlightCodeBytes";
this.mnuHighlightCodeBytes.Size = new System.Drawing.Size(196, 22); this.mnuHighlightCodeBytes.Size = new System.Drawing.Size(493, 54);
this.mnuHighlightCodeBytes.Text = "Code bytes (PRG ROM)"; this.mnuHighlightCodeBytes.Text = "Code bytes (PRG ROM)";
this.mnuHighlightCodeBytes.Click += new System.EventHandler(this.mnuColorProviderOptions_Click); this.mnuHighlightCodeBytes.Click += new System.EventHandler(this.mnuColorProviderOptions_Click);
// //
@ -400,7 +405,7 @@
// //
this.mnuHighlightDataBytes.CheckOnClick = true; this.mnuHighlightDataBytes.CheckOnClick = true;
this.mnuHighlightDataBytes.Name = "mnuHighlightDataBytes"; this.mnuHighlightDataBytes.Name = "mnuHighlightDataBytes";
this.mnuHighlightDataBytes.Size = new System.Drawing.Size(196, 22); this.mnuHighlightDataBytes.Size = new System.Drawing.Size(493, 54);
this.mnuHighlightDataBytes.Text = "Data bytes (PRG ROM)"; this.mnuHighlightDataBytes.Text = "Data bytes (PRG ROM)";
this.mnuHighlightDataBytes.Click += new System.EventHandler(this.mnuColorProviderOptions_Click); this.mnuHighlightDataBytes.Click += new System.EventHandler(this.mnuColorProviderOptions_Click);
// //
@ -412,14 +417,14 @@
this.mnuHideWrittenBytes, this.mnuHideWrittenBytes,
this.mnuHideExecutedBytes}); this.mnuHideExecutedBytes});
this.fadeToolStripMenuItem.Name = "fadeToolStripMenuItem"; this.fadeToolStripMenuItem.Name = "fadeToolStripMenuItem";
this.fadeToolStripMenuItem.Size = new System.Drawing.Size(256, 22); this.fadeToolStripMenuItem.Size = new System.Drawing.Size(646, 54);
this.fadeToolStripMenuItem.Text = "De-emphasize"; this.fadeToolStripMenuItem.Text = "De-emphasize";
// //
// mnuHideUnusedBytes // mnuHideUnusedBytes
// //
this.mnuHideUnusedBytes.CheckOnClick = true; this.mnuHideUnusedBytes.CheckOnClick = true;
this.mnuHideUnusedBytes.Name = "mnuHideUnusedBytes"; this.mnuHideUnusedBytes.Name = "mnuHideUnusedBytes";
this.mnuHideUnusedBytes.Size = new System.Drawing.Size(152, 22); this.mnuHideUnusedBytes.Size = new System.Drawing.Size(384, 54);
this.mnuHideUnusedBytes.Text = "Unused bytes"; this.mnuHideUnusedBytes.Text = "Unused bytes";
this.mnuHideUnusedBytes.Click += new System.EventHandler(this.mnuColorProviderOptions_Click); this.mnuHideUnusedBytes.Click += new System.EventHandler(this.mnuColorProviderOptions_Click);
// //
@ -427,7 +432,7 @@
// //
this.mnuHideReadBytes.CheckOnClick = true; this.mnuHideReadBytes.CheckOnClick = true;
this.mnuHideReadBytes.Name = "mnuHideReadBytes"; this.mnuHideReadBytes.Name = "mnuHideReadBytes";
this.mnuHideReadBytes.Size = new System.Drawing.Size(152, 22); this.mnuHideReadBytes.Size = new System.Drawing.Size(384, 54);
this.mnuHideReadBytes.Text = "Read bytes"; this.mnuHideReadBytes.Text = "Read bytes";
this.mnuHideReadBytes.Click += new System.EventHandler(this.mnuColorProviderOptions_Click); this.mnuHideReadBytes.Click += new System.EventHandler(this.mnuColorProviderOptions_Click);
// //
@ -435,7 +440,7 @@
// //
this.mnuHideWrittenBytes.CheckOnClick = true; this.mnuHideWrittenBytes.CheckOnClick = true;
this.mnuHideWrittenBytes.Name = "mnuHideWrittenBytes"; this.mnuHideWrittenBytes.Name = "mnuHideWrittenBytes";
this.mnuHideWrittenBytes.Size = new System.Drawing.Size(152, 22); this.mnuHideWrittenBytes.Size = new System.Drawing.Size(384, 54);
this.mnuHideWrittenBytes.Text = "Written bytes"; this.mnuHideWrittenBytes.Text = "Written bytes";
this.mnuHideWrittenBytes.Click += new System.EventHandler(this.mnuColorProviderOptions_Click); this.mnuHideWrittenBytes.Click += new System.EventHandler(this.mnuColorProviderOptions_Click);
// //
@ -443,20 +448,20 @@
// //
this.mnuHideExecutedBytes.CheckOnClick = true; this.mnuHideExecutedBytes.CheckOnClick = true;
this.mnuHideExecutedBytes.Name = "mnuHideExecutedBytes"; this.mnuHideExecutedBytes.Name = "mnuHideExecutedBytes";
this.mnuHideExecutedBytes.Size = new System.Drawing.Size(152, 22); this.mnuHideExecutedBytes.Size = new System.Drawing.Size(384, 54);
this.mnuHideExecutedBytes.Text = "Executed bytes"; this.mnuHideExecutedBytes.Text = "Executed bytes";
this.mnuHideExecutedBytes.Click += new System.EventHandler(this.mnuColorProviderOptions_Click); this.mnuHideExecutedBytes.Click += new System.EventHandler(this.mnuColorProviderOptions_Click);
// //
// toolStripMenuItem5 // toolStripMenuItem5
// //
this.toolStripMenuItem5.Name = "toolStripMenuItem5"; this.toolStripMenuItem5.Name = "toolStripMenuItem5";
this.toolStripMenuItem5.Size = new System.Drawing.Size(253, 6); this.toolStripMenuItem5.Size = new System.Drawing.Size(643, 6);
// //
// mnuConfigureColors // mnuConfigureColors
// //
this.mnuConfigureColors.Image = global::Mesen.GUI.Properties.Resources.PipetteSmall; this.mnuConfigureColors.Image = global::Mesen.GUI.Properties.Resources.PipetteSmall;
this.mnuConfigureColors.Name = "mnuConfigureColors"; this.mnuConfigureColors.Name = "mnuConfigureColors";
this.mnuConfigureColors.Size = new System.Drawing.Size(256, 22); this.mnuConfigureColors.Size = new System.Drawing.Size(646, 54);
this.mnuConfigureColors.Text = "Configure Colors"; this.mnuConfigureColors.Text = "Configure Colors";
this.mnuConfigureColors.Click += new System.EventHandler(this.mnuConfigureColors_Click); this.mnuConfigureColors.Click += new System.EventHandler(this.mnuConfigureColors_Click);
// //
@ -472,14 +477,14 @@
this.mnuHighDensityMode}); this.mnuHighDensityMode});
this.fontSizeToolStripMenuItem.Image = global::Mesen.GUI.Properties.Resources.Font; this.fontSizeToolStripMenuItem.Image = global::Mesen.GUI.Properties.Resources.Font;
this.fontSizeToolStripMenuItem.Name = "fontSizeToolStripMenuItem"; this.fontSizeToolStripMenuItem.Name = "fontSizeToolStripMenuItem";
this.fontSizeToolStripMenuItem.Size = new System.Drawing.Size(256, 22); this.fontSizeToolStripMenuItem.Size = new System.Drawing.Size(646, 54);
this.fontSizeToolStripMenuItem.Text = "Font Options"; this.fontSizeToolStripMenuItem.Text = "Font Options";
// //
// mnuIncreaseFontSize // mnuIncreaseFontSize
// //
this.mnuIncreaseFontSize.Name = "mnuIncreaseFontSize"; this.mnuIncreaseFontSize.Name = "mnuIncreaseFontSize";
this.mnuIncreaseFontSize.ShortcutKeyDisplayString = ""; this.mnuIncreaseFontSize.ShortcutKeyDisplayString = "";
this.mnuIncreaseFontSize.Size = new System.Drawing.Size(217, 22); this.mnuIncreaseFontSize.Size = new System.Drawing.Size(549, 54);
this.mnuIncreaseFontSize.Text = "Increase"; this.mnuIncreaseFontSize.Text = "Increase";
this.mnuIncreaseFontSize.Click += new System.EventHandler(this.mnuIncreaseFontSize_Click); this.mnuIncreaseFontSize.Click += new System.EventHandler(this.mnuIncreaseFontSize_Click);
// //
@ -487,7 +492,7 @@
// //
this.mnuDecreaseFontSize.Name = "mnuDecreaseFontSize"; this.mnuDecreaseFontSize.Name = "mnuDecreaseFontSize";
this.mnuDecreaseFontSize.ShortcutKeyDisplayString = ""; this.mnuDecreaseFontSize.ShortcutKeyDisplayString = "";
this.mnuDecreaseFontSize.Size = new System.Drawing.Size(217, 22); this.mnuDecreaseFontSize.Size = new System.Drawing.Size(549, 54);
this.mnuDecreaseFontSize.Text = "Decrease"; this.mnuDecreaseFontSize.Text = "Decrease";
this.mnuDecreaseFontSize.Click += new System.EventHandler(this.mnuDecreaseFontSize_Click); this.mnuDecreaseFontSize.Click += new System.EventHandler(this.mnuDecreaseFontSize_Click);
// //
@ -495,32 +500,32 @@
// //
this.mnuResetFontSize.Name = "mnuResetFontSize"; this.mnuResetFontSize.Name = "mnuResetFontSize";
this.mnuResetFontSize.ShortcutKeyDisplayString = ""; this.mnuResetFontSize.ShortcutKeyDisplayString = "";
this.mnuResetFontSize.Size = new System.Drawing.Size(217, 22); this.mnuResetFontSize.Size = new System.Drawing.Size(549, 54);
this.mnuResetFontSize.Text = "Reset to Default"; this.mnuResetFontSize.Text = "Reset to Default";
this.mnuResetFontSize.Click += new System.EventHandler(this.mnuResetFontSize_Click); this.mnuResetFontSize.Click += new System.EventHandler(this.mnuResetFontSize_Click);
// //
// toolStripMenuItem12 // toolStripMenuItem12
// //
this.toolStripMenuItem12.Name = "toolStripMenuItem12"; this.toolStripMenuItem12.Name = "toolStripMenuItem12";
this.toolStripMenuItem12.Size = new System.Drawing.Size(214, 6); this.toolStripMenuItem12.Size = new System.Drawing.Size(546, 6);
// //
// mnuSelectFont // mnuSelectFont
// //
this.mnuSelectFont.Name = "mnuSelectFont"; this.mnuSelectFont.Name = "mnuSelectFont";
this.mnuSelectFont.Size = new System.Drawing.Size(217, 22); this.mnuSelectFont.Size = new System.Drawing.Size(549, 54);
this.mnuSelectFont.Text = "Select Font..."; this.mnuSelectFont.Text = "Select Font...";
this.mnuSelectFont.Click += new System.EventHandler(this.mnuSelectFont_Click); this.mnuSelectFont.Click += new System.EventHandler(this.mnuSelectFont_Click);
// //
// toolStripMenuItem13 // toolStripMenuItem13
// //
this.toolStripMenuItem13.Name = "toolStripMenuItem13"; this.toolStripMenuItem13.Name = "toolStripMenuItem13";
this.toolStripMenuItem13.Size = new System.Drawing.Size(214, 6); this.toolStripMenuItem13.Size = new System.Drawing.Size(546, 6);
// //
// mnuHighDensityMode // mnuHighDensityMode
// //
this.mnuHighDensityMode.CheckOnClick = true; this.mnuHighDensityMode.CheckOnClick = true;
this.mnuHighDensityMode.Name = "mnuHighDensityMode"; this.mnuHighDensityMode.Name = "mnuHighDensityMode";
this.mnuHighDensityMode.Size = new System.Drawing.Size(217, 22); this.mnuHighDensityMode.Size = new System.Drawing.Size(549, 54);
this.mnuHighDensityMode.Text = "Use high text density mode"; this.mnuHighDensityMode.Text = "Use high text density mode";
this.mnuHighDensityMode.CheckedChanged += new System.EventHandler(this.mnuHighDensityMode_CheckedChanged); this.mnuHighDensityMode.CheckedChanged += new System.EventHandler(this.mnuHighDensityMode_CheckedChanged);
// //
@ -532,47 +537,47 @@
this.mnuAutoRefreshHigh}); this.mnuAutoRefreshHigh});
this.autorefreshSpeedToolStripMenuItem.Image = global::Mesen.GUI.Properties.Resources.Speed; this.autorefreshSpeedToolStripMenuItem.Image = global::Mesen.GUI.Properties.Resources.Speed;
this.autorefreshSpeedToolStripMenuItem.Name = "autorefreshSpeedToolStripMenuItem"; this.autorefreshSpeedToolStripMenuItem.Name = "autorefreshSpeedToolStripMenuItem";
this.autorefreshSpeedToolStripMenuItem.Size = new System.Drawing.Size(256, 22); this.autorefreshSpeedToolStripMenuItem.Size = new System.Drawing.Size(646, 54);
this.autorefreshSpeedToolStripMenuItem.Text = "Auto-refresh Speed"; this.autorefreshSpeedToolStripMenuItem.Text = "Auto-refresh Speed";
// //
// mnuAutoRefreshLow // mnuAutoRefreshLow
// //
this.mnuAutoRefreshLow.Name = "mnuAutoRefreshLow"; this.mnuAutoRefreshLow.Name = "mnuAutoRefreshLow";
this.mnuAutoRefreshLow.Size = new System.Drawing.Size(159, 22); this.mnuAutoRefreshLow.Size = new System.Drawing.Size(396, 54);
this.mnuAutoRefreshLow.Text = "Low (10 FPS)"; this.mnuAutoRefreshLow.Text = "Low (10 FPS)";
this.mnuAutoRefreshLow.Click += new System.EventHandler(this.mnuAutoRefreshSpeed_Click); this.mnuAutoRefreshLow.Click += new System.EventHandler(this.mnuAutoRefreshSpeed_Click);
// //
// mnuAutoRefreshNormal // mnuAutoRefreshNormal
// //
this.mnuAutoRefreshNormal.Name = "mnuAutoRefreshNormal"; this.mnuAutoRefreshNormal.Name = "mnuAutoRefreshNormal";
this.mnuAutoRefreshNormal.Size = new System.Drawing.Size(159, 22); this.mnuAutoRefreshNormal.Size = new System.Drawing.Size(396, 54);
this.mnuAutoRefreshNormal.Text = "Normal (30 FPS)"; this.mnuAutoRefreshNormal.Text = "Normal (30 FPS)";
this.mnuAutoRefreshNormal.Click += new System.EventHandler(this.mnuAutoRefreshSpeed_Click); this.mnuAutoRefreshNormal.Click += new System.EventHandler(this.mnuAutoRefreshSpeed_Click);
// //
// mnuAutoRefreshHigh // mnuAutoRefreshHigh
// //
this.mnuAutoRefreshHigh.Name = "mnuAutoRefreshHigh"; this.mnuAutoRefreshHigh.Name = "mnuAutoRefreshHigh";
this.mnuAutoRefreshHigh.Size = new System.Drawing.Size(159, 22); this.mnuAutoRefreshHigh.Size = new System.Drawing.Size(396, 54);
this.mnuAutoRefreshHigh.Text = "High (60 FPS)"; this.mnuAutoRefreshHigh.Text = "High (60 FPS)";
this.mnuAutoRefreshHigh.Click += new System.EventHandler(this.mnuAutoRefreshSpeed_Click); this.mnuAutoRefreshHigh.Click += new System.EventHandler(this.mnuAutoRefreshSpeed_Click);
// //
// toolStripMenuItem2 // toolStripMenuItem2
// //
this.toolStripMenuItem2.Name = "toolStripMenuItem2"; this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(253, 6); this.toolStripMenuItem2.Size = new System.Drawing.Size(643, 6);
// //
// mnuRefresh // mnuRefresh
// //
this.mnuRefresh.Image = global::Mesen.GUI.Properties.Resources.Refresh; this.mnuRefresh.Image = global::Mesen.GUI.Properties.Resources.Refresh;
this.mnuRefresh.Name = "mnuRefresh"; this.mnuRefresh.Name = "mnuRefresh";
this.mnuRefresh.Size = new System.Drawing.Size(256, 22); this.mnuRefresh.Size = new System.Drawing.Size(646, 54);
this.mnuRefresh.Text = "Refresh"; this.mnuRefresh.Text = "Refresh";
this.mnuRefresh.Click += new System.EventHandler(this.mnuRefresh_Click); this.mnuRefresh.Click += new System.EventHandler(this.mnuRefresh_Click);
// //
// toolStripMenuItem9 // toolStripMenuItem9
// //
this.toolStripMenuItem9.Name = "toolStripMenuItem9"; this.toolStripMenuItem9.Name = "toolStripMenuItem9";
this.toolStripMenuItem9.Size = new System.Drawing.Size(253, 6); this.toolStripMenuItem9.Size = new System.Drawing.Size(643, 6);
// //
// mnuAutoRefresh // mnuAutoRefresh
// //
@ -580,7 +585,7 @@
this.mnuAutoRefresh.CheckOnClick = true; this.mnuAutoRefresh.CheckOnClick = true;
this.mnuAutoRefresh.CheckState = System.Windows.Forms.CheckState.Checked; this.mnuAutoRefresh.CheckState = System.Windows.Forms.CheckState.Checked;
this.mnuAutoRefresh.Name = "mnuAutoRefresh"; this.mnuAutoRefresh.Name = "mnuAutoRefresh";
this.mnuAutoRefresh.Size = new System.Drawing.Size(256, 22); this.mnuAutoRefresh.Size = new System.Drawing.Size(646, 54);
this.mnuAutoRefresh.Text = "Auto-refresh"; this.mnuAutoRefresh.Text = "Auto-refresh";
// //
// mnuShowCharacters // mnuShowCharacters
@ -589,26 +594,26 @@
this.mnuShowCharacters.CheckOnClick = true; this.mnuShowCharacters.CheckOnClick = true;
this.mnuShowCharacters.CheckState = System.Windows.Forms.CheckState.Checked; this.mnuShowCharacters.CheckState = System.Windows.Forms.CheckState.Checked;
this.mnuShowCharacters.Name = "mnuShowCharacters"; this.mnuShowCharacters.Name = "mnuShowCharacters";
this.mnuShowCharacters.Size = new System.Drawing.Size(256, 22); this.mnuShowCharacters.Size = new System.Drawing.Size(646, 54);
this.mnuShowCharacters.Text = "Show characters"; this.mnuShowCharacters.Text = "Show characters";
// //
// mnuShowLabelInfoOnMouseOver // mnuShowLabelInfoOnMouseOver
// //
this.mnuShowLabelInfoOnMouseOver.CheckOnClick = true; this.mnuShowLabelInfoOnMouseOver.CheckOnClick = true;
this.mnuShowLabelInfoOnMouseOver.Name = "mnuShowLabelInfoOnMouseOver"; this.mnuShowLabelInfoOnMouseOver.Name = "mnuShowLabelInfoOnMouseOver";
this.mnuShowLabelInfoOnMouseOver.Size = new System.Drawing.Size(256, 22); this.mnuShowLabelInfoOnMouseOver.Size = new System.Drawing.Size(646, 54);
this.mnuShowLabelInfoOnMouseOver.Text = "Show label tooltip on mouseover"; this.mnuShowLabelInfoOnMouseOver.Text = "Show label tooltip on mouseover";
// //
// toolStripMenuItem10 // toolStripMenuItem10
// //
this.toolStripMenuItem10.Name = "toolStripMenuItem10"; this.toolStripMenuItem10.Name = "toolStripMenuItem10";
this.toolStripMenuItem10.Size = new System.Drawing.Size(253, 6); this.toolStripMenuItem10.Size = new System.Drawing.Size(643, 6);
// //
// mnuIgnoreRedundantWrites // mnuIgnoreRedundantWrites
// //
this.mnuIgnoreRedundantWrites.CheckOnClick = true; this.mnuIgnoreRedundantWrites.CheckOnClick = true;
this.mnuIgnoreRedundantWrites.Name = "mnuIgnoreRedundantWrites"; this.mnuIgnoreRedundantWrites.Name = "mnuIgnoreRedundantWrites";
this.mnuIgnoreRedundantWrites.Size = new System.Drawing.Size(256, 22); this.mnuIgnoreRedundantWrites.Size = new System.Drawing.Size(646, 54);
this.mnuIgnoreRedundantWrites.Text = "Ignore writes that do not alter data"; this.mnuIgnoreRedundantWrites.Text = "Ignore writes that do not alter data";
this.mnuIgnoreRedundantWrites.Visible = false; this.mnuIgnoreRedundantWrites.Visible = false;
// //
@ -616,7 +621,7 @@
// //
this.mnuEnablePerByteNavigation.CheckOnClick = true; this.mnuEnablePerByteNavigation.CheckOnClick = true;
this.mnuEnablePerByteNavigation.Name = "mnuEnablePerByteNavigation"; this.mnuEnablePerByteNavigation.Name = "mnuEnablePerByteNavigation";
this.mnuEnablePerByteNavigation.Size = new System.Drawing.Size(256, 22); this.mnuEnablePerByteNavigation.Size = new System.Drawing.Size(646, 54);
this.mnuEnablePerByteNavigation.Text = "Use per-byte left/right navigation"; this.mnuEnablePerByteNavigation.Text = "Use per-byte left/right navigation";
this.mnuEnablePerByteNavigation.CheckedChanged += new System.EventHandler(this.mnuEnablePerByteNavigation_CheckedChanged); this.mnuEnablePerByteNavigation.CheckedChanged += new System.EventHandler(this.mnuEnablePerByteNavigation_CheckedChanged);
// //
@ -624,7 +629,7 @@
// //
this.mnuByteEditingMode.CheckOnClick = true; this.mnuByteEditingMode.CheckOnClick = true;
this.mnuByteEditingMode.Name = "mnuByteEditingMode"; this.mnuByteEditingMode.Name = "mnuByteEditingMode";
this.mnuByteEditingMode.Size = new System.Drawing.Size(256, 22); this.mnuByteEditingMode.Size = new System.Drawing.Size(646, 54);
this.mnuByteEditingMode.Text = "Use per-byte editing mode"; this.mnuByteEditingMode.Text = "Use per-byte editing mode";
this.mnuByteEditingMode.CheckedChanged += new System.EventHandler(this.mnuByteEditingMode_CheckedChanged); this.mnuByteEditingMode.CheckedChanged += new System.EventHandler(this.mnuByteEditingMode_CheckedChanged);
// //
@ -632,7 +637,7 @@
// //
this.mnuHighlightCurrentRowColumn.CheckOnClick = true; this.mnuHighlightCurrentRowColumn.CheckOnClick = true;
this.mnuHighlightCurrentRowColumn.Name = "mnuHighlightCurrentRowColumn"; this.mnuHighlightCurrentRowColumn.Name = "mnuHighlightCurrentRowColumn";
this.mnuHighlightCurrentRowColumn.Size = new System.Drawing.Size(256, 22); this.mnuHighlightCurrentRowColumn.Size = new System.Drawing.Size(646, 54);
this.mnuHighlightCurrentRowColumn.Text = "Highlight current row/column"; this.mnuHighlightCurrentRowColumn.Text = "Highlight current row/column";
this.mnuHighlightCurrentRowColumn.CheckedChanged += new System.EventHandler(this.mnuHighlightCurrentRowColumn_CheckedChanged); this.mnuHighlightCurrentRowColumn.CheckedChanged += new System.EventHandler(this.mnuHighlightCurrentRowColumn_CheckedChanged);
// //
@ -646,34 +651,34 @@
this.mnuFindNext, this.mnuFindNext,
this.mnuFindPrev}); this.mnuFindPrev});
this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(54, 20); this.toolStripMenuItem1.Size = new System.Drawing.Size(130, 45);
this.toolStripMenuItem1.Text = "Search"; this.toolStripMenuItem1.Text = "Search";
// //
// mnuGoToAll // mnuGoToAll
// //
this.mnuGoToAll.Image = global::Mesen.GUI.Properties.Resources.Find; this.mnuGoToAll.Image = global::Mesen.GUI.Properties.Resources.Find;
this.mnuGoToAll.Name = "mnuGoToAll"; this.mnuGoToAll.Name = "mnuGoToAll";
this.mnuGoToAll.Size = new System.Drawing.Size(145, 22); this.mnuGoToAll.Size = new System.Drawing.Size(361, 54);
this.mnuGoToAll.Text = "Go to All"; this.mnuGoToAll.Text = "Go to All";
this.mnuGoToAll.Click += new System.EventHandler(this.mnuGoToAll_Click); this.mnuGoToAll.Click += new System.EventHandler(this.mnuGoToAll_Click);
// //
// mnuGoTo // mnuGoTo
// //
this.mnuGoTo.Name = "mnuGoTo"; this.mnuGoTo.Name = "mnuGoTo";
this.mnuGoTo.Size = new System.Drawing.Size(145, 22); this.mnuGoTo.Size = new System.Drawing.Size(361, 54);
this.mnuGoTo.Text = "Go To..."; this.mnuGoTo.Text = "Go To...";
this.mnuGoTo.Click += new System.EventHandler(this.mnuGoTo_Click); this.mnuGoTo.Click += new System.EventHandler(this.mnuGoTo_Click);
// //
// toolStripMenuItem14 // toolStripMenuItem14
// //
this.toolStripMenuItem14.Name = "toolStripMenuItem14"; this.toolStripMenuItem14.Name = "toolStripMenuItem14";
this.toolStripMenuItem14.Size = new System.Drawing.Size(142, 6); this.toolStripMenuItem14.Size = new System.Drawing.Size(358, 6);
// //
// mnuFind // mnuFind
// //
this.mnuFind.Image = global::Mesen.GUI.Properties.Resources.Find; this.mnuFind.Image = global::Mesen.GUI.Properties.Resources.Find;
this.mnuFind.Name = "mnuFind"; this.mnuFind.Name = "mnuFind";
this.mnuFind.Size = new System.Drawing.Size(145, 22); this.mnuFind.Size = new System.Drawing.Size(361, 54);
this.mnuFind.Text = "Find..."; this.mnuFind.Text = "Find...";
this.mnuFind.Click += new System.EventHandler(this.mnuFind_Click); this.mnuFind.Click += new System.EventHandler(this.mnuFind_Click);
// //
@ -681,7 +686,7 @@
// //
this.mnuFindNext.Image = global::Mesen.GUI.Properties.Resources.NextArrow; this.mnuFindNext.Image = global::Mesen.GUI.Properties.Resources.NextArrow;
this.mnuFindNext.Name = "mnuFindNext"; this.mnuFindNext.Name = "mnuFindNext";
this.mnuFindNext.Size = new System.Drawing.Size(145, 22); this.mnuFindNext.Size = new System.Drawing.Size(361, 54);
this.mnuFindNext.Text = "Find Next"; this.mnuFindNext.Text = "Find Next";
this.mnuFindNext.Click += new System.EventHandler(this.mnuFindNext_Click); this.mnuFindNext.Click += new System.EventHandler(this.mnuFindNext_Click);
// //
@ -689,7 +694,7 @@
// //
this.mnuFindPrev.Image = global::Mesen.GUI.Properties.Resources.PreviousArrow; this.mnuFindPrev.Image = global::Mesen.GUI.Properties.Resources.PreviousArrow;
this.mnuFindPrev.Name = "mnuFindPrev"; this.mnuFindPrev.Name = "mnuFindPrev";
this.mnuFindPrev.Size = new System.Drawing.Size(145, 22); this.mnuFindPrev.Size = new System.Drawing.Size(361, 54);
this.mnuFindPrev.Text = "Find Previous"; this.mnuFindPrev.Text = "Find Previous";
this.mnuFindPrev.Click += new System.EventHandler(this.mnuFindPrev_Click); this.mnuFindPrev.Click += new System.EventHandler(this.mnuFindPrev_Click);
// //
@ -701,7 +706,7 @@
this.pnlMain.Location = new System.Drawing.Point(0, 0); this.pnlMain.Location = new System.Drawing.Point(0, 0);
this.pnlMain.Margin = new System.Windows.Forms.Padding(0); this.pnlMain.Margin = new System.Windows.Forms.Padding(0);
this.pnlMain.Name = "pnlMain"; this.pnlMain.Name = "pnlMain";
this.pnlMain.Size = new System.Drawing.Size(606, 343); this.pnlMain.Size = new System.Drawing.Size(1617, 824);
this.pnlMain.TabIndex = 4; this.pnlMain.TabIndex = 4;
// //
// tabMain // tabMain
@ -709,19 +714,21 @@
this.tabMain.Controls.Add(this.tpgMemoryViewer); this.tabMain.Controls.Add(this.tpgMemoryViewer);
this.tabMain.Controls.Add(this.tpgAccessCounters); this.tabMain.Controls.Add(this.tpgAccessCounters);
this.tabMain.Dock = System.Windows.Forms.DockStyle.Fill; this.tabMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabMain.Location = new System.Drawing.Point(0, 24); this.tabMain.Location = new System.Drawing.Point(0, 55);
this.tabMain.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
this.tabMain.Name = "tabMain"; this.tabMain.Name = "tabMain";
this.tabMain.SelectedIndex = 0; this.tabMain.SelectedIndex = 0;
this.tabMain.Size = new System.Drawing.Size(614, 369); this.tabMain.Size = new System.Drawing.Size(1637, 882);
this.tabMain.TabIndex = 5; this.tabMain.TabIndex = 5;
this.tabMain.SelectedIndexChanged += new System.EventHandler(this.tabMain_SelectedIndexChanged); this.tabMain.SelectedIndexChanged += new System.EventHandler(this.tabMain_SelectedIndexChanged);
// //
// tpgMemoryViewer // tpgMemoryViewer
// //
this.tpgMemoryViewer.Controls.Add(this.pnlMain); this.tpgMemoryViewer.Controls.Add(this.pnlMain);
this.tpgMemoryViewer.Location = new System.Drawing.Point(4, 22); this.tpgMemoryViewer.Location = new System.Drawing.Point(10, 48);
this.tpgMemoryViewer.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
this.tpgMemoryViewer.Name = "tpgMemoryViewer"; this.tpgMemoryViewer.Name = "tpgMemoryViewer";
this.tpgMemoryViewer.Size = new System.Drawing.Size(606, 343); this.tpgMemoryViewer.Size = new System.Drawing.Size(1617, 824);
this.tpgMemoryViewer.TabIndex = 0; this.tpgMemoryViewer.TabIndex = 0;
this.tpgMemoryViewer.Text = "Memory Viewer"; this.tpgMemoryViewer.Text = "Memory Viewer";
this.tpgMemoryViewer.UseVisualStyleBackColor = true; this.tpgMemoryViewer.UseVisualStyleBackColor = true;
@ -729,9 +736,10 @@
// tpgAccessCounters // tpgAccessCounters
// //
this.tpgAccessCounters.Controls.Add(this.ctrlMemoryAccessCounters); this.tpgAccessCounters.Controls.Add(this.ctrlMemoryAccessCounters);
this.tpgAccessCounters.Location = new System.Drawing.Point(4, 22); this.tpgAccessCounters.Location = new System.Drawing.Point(10, 48);
this.tpgAccessCounters.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
this.tpgAccessCounters.Name = "tpgAccessCounters"; this.tpgAccessCounters.Name = "tpgAccessCounters";
this.tpgAccessCounters.Size = new System.Drawing.Size(606, 343); this.tpgAccessCounters.Size = new System.Drawing.Size(1617, 824);
this.tpgAccessCounters.TabIndex = 1; this.tpgAccessCounters.TabIndex = 1;
this.tpgAccessCounters.Text = "Access Counters"; this.tpgAccessCounters.Text = "Access Counters";
this.tpgAccessCounters.UseVisualStyleBackColor = true; this.tpgAccessCounters.UseVisualStyleBackColor = true;
@ -742,18 +750,19 @@
this.ctrlMemoryAccessCounters.Location = new System.Drawing.Point(0, 0); this.ctrlMemoryAccessCounters.Location = new System.Drawing.Point(0, 0);
this.ctrlMemoryAccessCounters.Margin = new System.Windows.Forms.Padding(0); this.ctrlMemoryAccessCounters.Margin = new System.Windows.Forms.Padding(0);
this.ctrlMemoryAccessCounters.Name = "ctrlMemoryAccessCounters"; this.ctrlMemoryAccessCounters.Name = "ctrlMemoryAccessCounters";
this.ctrlMemoryAccessCounters.Size = new System.Drawing.Size(606, 343); this.ctrlMemoryAccessCounters.Size = new System.Drawing.Size(1617, 824);
this.ctrlMemoryAccessCounters.TabIndex = 0; this.ctrlMemoryAccessCounters.TabIndex = 0;
// //
// frmMemoryTools // frmMemoryTools
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(16F, 31F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(614, 393); this.ClientSize = new System.Drawing.Size(1637, 937);
this.Controls.Add(this.tabMain); this.Controls.Add(this.tabMain);
this.Controls.Add(this.menuStrip1); this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1; this.MainMenuStrip = this.menuStrip1;
this.MinimumSize = new System.Drawing.Size(429, 337); this.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
this.MinimumSize = new System.Drawing.Size(1091, 682);
this.Name = "frmMemoryTools"; this.Name = "frmMemoryTools";
this.Text = "Memory Tools"; this.Text = "Memory Tools";
this.Controls.SetChildIndex(this.menuStrip1, 0); this.Controls.SetChildIndex(this.menuStrip1, 0);

View file

@ -121,6 +121,6 @@
<value>17, 17</value> <value>17, 17</value>
</metadata> </metadata>
<metadata name="menuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="menuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>107, 17</value> <value>195, 17</value>
</metadata> </metadata>
</root> </root>