Merge pull request #47 from jeffythedragonslayer/master
Memory Access Counter columns are wider so ... does not appear
This commit is contained in:
commit
dd9e689880
4 changed files with 916 additions and 895 deletions
|
@ -27,146 +27,150 @@
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private void InitializeComponent()
|
private void InitializeComponent()
|
||||||
{
|
{
|
||||||
this.components = new System.ComponentModel.Container();
|
this.components = new System.ComponentModel.Container();
|
||||||
this.lblViewMemoryType = new System.Windows.Forms.Label();
|
this.lblViewMemoryType = new System.Windows.Forms.Label();
|
||||||
this.cboMemoryType = new Mesen.GUI.Debugger.Controls.ctrlMemoryType();
|
this.cboMemoryType = new Mesen.GUI.Debugger.Controls.ctrlMemoryType();
|
||||||
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
||||||
this.btnReset = new System.Windows.Forms.Button();
|
this.btnReset = new System.Windows.Forms.Button();
|
||||||
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
||||||
this.picWatchHelp = new System.Windows.Forms.PictureBox();
|
this.picWatchHelp = new System.Windows.Forms.PictureBox();
|
||||||
this.lblHint = new System.Windows.Forms.Label();
|
this.lblHint = new System.Windows.Forms.Label();
|
||||||
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
||||||
this.lstCounters = new Mesen.GUI.Controls.DoubleBufferedListView();
|
this.lstCounters = new Mesen.GUI.Controls.DoubleBufferedListView();
|
||||||
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||||
this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||||
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||||
this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||||
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||||
this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||||
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||||
this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||||
this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||||
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
||||||
this.tableLayoutPanel1.SuspendLayout();
|
this.tableLayoutPanel1.SuspendLayout();
|
||||||
this.tableLayoutPanel3.SuspendLayout();
|
this.tableLayoutPanel3.SuspendLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.picWatchHelp)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.picWatchHelp)).BeginInit();
|
||||||
this.tableLayoutPanel2.SuspendLayout();
|
this.tableLayoutPanel2.SuspendLayout();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
//
|
//
|
||||||
// lblViewMemoryType
|
// lblViewMemoryType
|
||||||
//
|
//
|
||||||
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.Name = "lblViewMemoryType";
|
this.lblViewMemoryType.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
|
||||||
this.lblViewMemoryType.Size = new System.Drawing.Size(33, 13);
|
this.lblViewMemoryType.Name = "lblViewMemoryType";
|
||||||
this.lblViewMemoryType.TabIndex = 0;
|
this.lblViewMemoryType.Size = new System.Drawing.Size(85, 32);
|
||||||
this.lblViewMemoryType.Text = "View:";
|
this.lblViewMemoryType.TabIndex = 0;
|
||||||
//
|
this.lblViewMemoryType.Text = "View:";
|
||||||
// cboMemoryType
|
//
|
||||||
//
|
// cboMemoryType
|
||||||
this.cboMemoryType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
//
|
||||||
this.cboMemoryType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.cboMemoryType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
||||||
this.cboMemoryType.FormattingEnabled = true;
|
this.cboMemoryType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||||
this.cboMemoryType.Location = new System.Drawing.Point(42, 3);
|
this.cboMemoryType.FormattingEnabled = true;
|
||||||
this.cboMemoryType.Name = "cboMemoryType";
|
this.cboMemoryType.Location = new System.Drawing.Point(109, 7);
|
||||||
this.cboMemoryType.Size = new System.Drawing.Size(162, 21);
|
this.cboMemoryType.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
|
||||||
this.cboMemoryType.TabIndex = 1;
|
this.cboMemoryType.Name = "cboMemoryType";
|
||||||
this.cboMemoryType.SelectedIndexChanged += new System.EventHandler(this.cboMemoryType_SelectedIndexChanged);
|
this.cboMemoryType.Size = new System.Drawing.Size(425, 39);
|
||||||
//
|
this.cboMemoryType.TabIndex = 1;
|
||||||
// tableLayoutPanel1
|
this.cboMemoryType.SelectedIndexChanged += new System.EventHandler(this.cboMemoryType_SelectedIndexChanged);
|
||||||
//
|
//
|
||||||
this.tableLayoutPanel1.ColumnCount = 2;
|
// tableLayoutPanel1
|
||||||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
//
|
||||||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
this.tableLayoutPanel1.ColumnCount = 2;
|
||||||
this.tableLayoutPanel1.Controls.Add(this.btnReset, 1, 2);
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||||
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 2);
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
||||||
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
|
this.tableLayoutPanel1.Controls.Add(this.btnReset, 1, 2);
|
||||||
this.tableLayoutPanel1.Controls.Add(this.lstCounters, 0, 1);
|
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 2);
|
||||||
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
|
||||||
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
this.tableLayoutPanel1.Controls.Add(this.lstCounters, 0, 1);
|
||||||
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
||||||
this.tableLayoutPanel1.RowCount = 3;
|
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
|
||||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
||||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
this.tableLayoutPanel1.RowCount = 3;
|
||||||
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.Percent, 100F));
|
||||||
this.tableLayoutPanel1.Size = new System.Drawing.Size(641, 343);
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
||||||
this.tableLayoutPanel1.TabIndex = 3;
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 48F));
|
||||||
//
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(1709, 818);
|
||||||
// btnReset
|
this.tableLayoutPanel1.TabIndex = 3;
|
||||||
//
|
//
|
||||||
this.btnReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
// btnReset
|
||||||
this.btnReset.Location = new System.Drawing.Point(566, 320);
|
//
|
||||||
this.btnReset.Margin = new System.Windows.Forms.Padding(0);
|
this.btnReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||||
this.btnReset.Name = "btnReset";
|
this.btnReset.Location = new System.Drawing.Point(1509, 763);
|
||||||
this.btnReset.Size = new System.Drawing.Size(75, 23);
|
this.btnReset.Margin = new System.Windows.Forms.Padding(0);
|
||||||
this.btnReset.TabIndex = 5;
|
this.btnReset.Name = "btnReset";
|
||||||
this.btnReset.Text = "Reset";
|
this.btnReset.Size = new System.Drawing.Size(200, 55);
|
||||||
this.btnReset.UseVisualStyleBackColor = true;
|
this.btnReset.TabIndex = 5;
|
||||||
this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
|
this.btnReset.Text = "Reset";
|
||||||
//
|
this.btnReset.UseVisualStyleBackColor = true;
|
||||||
// tableLayoutPanel3
|
this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
|
||||||
//
|
//
|
||||||
this.tableLayoutPanel3.ColumnCount = 2;
|
// tableLayoutPanel3
|
||||||
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
//
|
||||||
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
this.tableLayoutPanel3.ColumnCount = 2;
|
||||||
this.tableLayoutPanel3.Controls.Add(this.picWatchHelp, 0, 0);
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
||||||
this.tableLayoutPanel3.Controls.Add(this.lblHint, 1, 0);
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||||
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tableLayoutPanel3.Controls.Add(this.picWatchHelp, 0, 0);
|
||||||
this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 320);
|
this.tableLayoutPanel3.Controls.Add(this.lblHint, 1, 0);
|
||||||
this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(0);
|
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
|
this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 763);
|
||||||
this.tableLayoutPanel3.RowCount = 2;
|
this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(0);
|
||||||
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
|
||||||
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
this.tableLayoutPanel3.RowCount = 2;
|
||||||
this.tableLayoutPanel3.Size = new System.Drawing.Size(566, 23);
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
||||||
this.tableLayoutPanel3.TabIndex = 2;
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||||
//
|
this.tableLayoutPanel3.Size = new System.Drawing.Size(1509, 55);
|
||||||
// picWatchHelp
|
this.tableLayoutPanel3.TabIndex = 2;
|
||||||
//
|
//
|
||||||
this.picWatchHelp.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
// picWatchHelp
|
||||||
this.picWatchHelp.Image = global::Mesen.GUI.Properties.Resources.Warning;
|
//
|
||||||
this.picWatchHelp.Location = new System.Drawing.Point(3, 3);
|
this.picWatchHelp.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
||||||
this.picWatchHelp.Name = "picWatchHelp";
|
this.picWatchHelp.Image = global::Mesen.GUI.Properties.Resources.Warning;
|
||||||
this.picWatchHelp.Size = new System.Drawing.Size(16, 16);
|
this.picWatchHelp.Location = new System.Drawing.Point(8, 7);
|
||||||
this.picWatchHelp.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
this.picWatchHelp.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
|
||||||
this.picWatchHelp.TabIndex = 2;
|
this.picWatchHelp.Name = "picWatchHelp";
|
||||||
this.picWatchHelp.TabStop = false;
|
this.picWatchHelp.Size = new System.Drawing.Size(43, 38);
|
||||||
//
|
this.picWatchHelp.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||||||
// lblHint
|
this.picWatchHelp.TabIndex = 2;
|
||||||
//
|
this.picWatchHelp.TabStop = false;
|
||||||
this.lblHint.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
//
|
||||||
this.lblHint.AutoSize = true;
|
// lblHint
|
||||||
this.lblHint.Location = new System.Drawing.Point(25, 4);
|
//
|
||||||
this.lblHint.Name = "lblHint";
|
this.lblHint.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
||||||
this.lblHint.Size = new System.Drawing.Size(530, 13);
|
this.lblHint.AutoSize = true;
|
||||||
this.lblHint.TabIndex = 0;
|
this.lblHint.Location = new System.Drawing.Point(67, 10);
|
||||||
this.lblHint.Text = "Uninitialized read column is only accurate if the debugger was active when the ga" +
|
this.lblHint.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
|
||||||
|
this.lblHint.Name = "lblHint";
|
||||||
|
this.lblHint.Size = new System.Drawing.Size(1399, 32);
|
||||||
|
this.lblHint.TabIndex = 0;
|
||||||
|
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";
|
||||||
this.lblHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.lblHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
//
|
//
|
||||||
// tableLayoutPanel2
|
// tableLayoutPanel2
|
||||||
//
|
//
|
||||||
this.tableLayoutPanel2.ColumnCount = 2;
|
this.tableLayoutPanel2.ColumnCount = 2;
|
||||||
this.tableLayoutPanel1.SetColumnSpan(this.tableLayoutPanel2, 2);
|
this.tableLayoutPanel1.SetColumnSpan(this.tableLayoutPanel2, 2);
|
||||||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
||||||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||||
this.tableLayoutPanel2.Controls.Add(this.cboMemoryType, 1, 0);
|
this.tableLayoutPanel2.Controls.Add(this.cboMemoryType, 1, 0);
|
||||||
this.tableLayoutPanel2.Controls.Add(this.lblViewMemoryType, 0, 0);
|
this.tableLayoutPanel2.Controls.Add(this.lblViewMemoryType, 0, 0);
|
||||||
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
|
||||||
this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
|
this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
|
||||||
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
|
||||||
//
|
//
|
||||||
this.lstCounters.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
this.lstCounters.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
||||||
this.columnHeader1,
|
this.columnHeader1,
|
||||||
this.columnHeader9,
|
this.columnHeader9,
|
||||||
this.columnHeader2,
|
this.columnHeader2,
|
||||||
|
@ -176,86 +180,89 @@
|
||||||
this.columnHeader4,
|
this.columnHeader4,
|
||||||
this.columnHeader8,
|
this.columnHeader8,
|
||||||
this.columnHeader5});
|
this.columnHeader5});
|
||||||
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.Margin = new System.Windows.Forms.Padding(0);
|
this.lstCounters.Location = new System.Drawing.Point(0, 64);
|
||||||
this.lstCounters.Name = "lstCounters";
|
this.lstCounters.Margin = new System.Windows.Forms.Padding(0);
|
||||||
this.lstCounters.Size = new System.Drawing.Size(641, 293);
|
this.lstCounters.Name = "lstCounters";
|
||||||
this.lstCounters.TabIndex = 7;
|
this.lstCounters.Size = new System.Drawing.Size(1709, 699);
|
||||||
this.lstCounters.UseCompatibleStateImageBehavior = false;
|
this.lstCounters.TabIndex = 7;
|
||||||
this.lstCounters.View = System.Windows.Forms.View.Details;
|
this.lstCounters.UseCompatibleStateImageBehavior = false;
|
||||||
this.lstCounters.VirtualMode = true;
|
this.lstCounters.View = System.Windows.Forms.View.Details;
|
||||||
this.lstCounters.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lstCounters_ColumnClick);
|
this.lstCounters.VirtualMode = true;
|
||||||
this.lstCounters.RetrieveVirtualItem += new System.Windows.Forms.RetrieveVirtualItemEventHandler(this.lstCounters_RetrieveVirtualItem);
|
this.lstCounters.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lstCounters_ColumnClick);
|
||||||
//
|
this.lstCounters.RetrieveVirtualItem += new System.Windows.Forms.RetrieveVirtualItemEventHandler(this.lstCounters_RetrieveVirtualItem);
|
||||||
// columnHeader1
|
this.lstCounters.SelectedIndexChanged += new System.EventHandler(this.lstCounters_SelectedIndexChanged);
|
||||||
//
|
//
|
||||||
this.columnHeader1.Text = "Address";
|
// columnHeader1
|
||||||
//
|
//
|
||||||
// columnHeader9
|
this.columnHeader1.Text = "Address";
|
||||||
//
|
this.columnHeader1.Width = 120;
|
||||||
this.columnHeader9.Text = "Value";
|
//
|
||||||
this.columnHeader9.Width = 40;
|
// columnHeader9
|
||||||
//
|
//
|
||||||
// columnHeader2
|
this.columnHeader9.Text = "Value";
|
||||||
//
|
this.columnHeader9.Width = 120;
|
||||||
this.columnHeader2.Text = "Reads";
|
//
|
||||||
this.columnHeader2.Width = 70;
|
// columnHeader2
|
||||||
//
|
//
|
||||||
// columnHeader6
|
this.columnHeader2.Text = "Reads";
|
||||||
//
|
this.columnHeader2.Width = 140;
|
||||||
this.columnHeader6.Text = "Last Read";
|
//
|
||||||
this.columnHeader6.Width = 70;
|
// columnHeader6
|
||||||
//
|
//
|
||||||
// columnHeader3
|
this.columnHeader6.Text = "Last Read";
|
||||||
//
|
this.columnHeader6.Width = 140;
|
||||||
this.columnHeader3.Text = "Writes";
|
//
|
||||||
this.columnHeader3.Width = 70;
|
// columnHeader3
|
||||||
//
|
//
|
||||||
// columnHeader7
|
this.columnHeader3.Text = "Writes";
|
||||||
//
|
this.columnHeader3.Width = 140;
|
||||||
this.columnHeader7.Text = "Last Write";
|
//
|
||||||
this.columnHeader7.Width = 70;
|
// columnHeader7
|
||||||
//
|
//
|
||||||
// columnHeader4
|
this.columnHeader7.Text = "Last Write";
|
||||||
//
|
this.columnHeader7.Width = 140;
|
||||||
this.columnHeader4.Text = "Executes";
|
//
|
||||||
this.columnHeader4.Width = 70;
|
// columnHeader4
|
||||||
//
|
//
|
||||||
// columnHeader8
|
this.columnHeader4.Text = "Executes";
|
||||||
//
|
this.columnHeader4.Width = 140;
|
||||||
this.columnHeader8.Text = "Last Exec";
|
//
|
||||||
this.columnHeader8.Width = 70;
|
// columnHeader8
|
||||||
//
|
//
|
||||||
// columnHeader5
|
this.columnHeader8.Text = "Last Exec";
|
||||||
//
|
this.columnHeader8.Width = 140;
|
||||||
this.columnHeader5.Text = "Uninit Read";
|
//
|
||||||
this.columnHeader5.Width = 70;
|
// columnHeader5
|
||||||
//
|
//
|
||||||
// toolTip
|
this.columnHeader5.Text = "Uninit Read";
|
||||||
//
|
this.columnHeader5.Width = 160;
|
||||||
this.toolTip.AutomaticDelay = 0;
|
//
|
||||||
this.toolTip.AutoPopDelay = 32700;
|
// toolTip
|
||||||
this.toolTip.InitialDelay = 10;
|
//
|
||||||
this.toolTip.ReshowDelay = 10;
|
this.toolTip.AutomaticDelay = 0;
|
||||||
//
|
this.toolTip.AutoPopDelay = 32700;
|
||||||
// ctrlMemoryAccessCounters
|
this.toolTip.InitialDelay = 10;
|
||||||
//
|
this.toolTip.ReshowDelay = 10;
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
//
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
// ctrlMemoryAccessCounters
|
||||||
this.Controls.Add(this.tableLayoutPanel1);
|
//
|
||||||
this.Margin = new System.Windows.Forms.Padding(0);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(16F, 31F);
|
||||||
this.Name = "ctrlMemoryAccessCounters";
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
this.Size = new System.Drawing.Size(641, 343);
|
this.Controls.Add(this.tableLayoutPanel1);
|
||||||
this.tableLayoutPanel1.ResumeLayout(false);
|
this.Margin = new System.Windows.Forms.Padding(0);
|
||||||
this.tableLayoutPanel3.ResumeLayout(false);
|
this.Name = "ctrlMemoryAccessCounters";
|
||||||
this.tableLayoutPanel3.PerformLayout();
|
this.Size = new System.Drawing.Size(1709, 818);
|
||||||
((System.ComponentModel.ISupportInitialize)(this.picWatchHelp)).EndInit();
|
this.tableLayoutPanel1.ResumeLayout(false);
|
||||||
this.tableLayoutPanel2.ResumeLayout(false);
|
this.tableLayoutPanel3.ResumeLayout(false);
|
||||||
this.tableLayoutPanel2.PerformLayout();
|
this.tableLayoutPanel3.PerformLayout();
|
||||||
this.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.picWatchHelp)).EndInit();
|
||||||
|
this.tableLayoutPanel2.ResumeLayout(false);
|
||||||
|
this.tableLayoutPanel2.PerformLayout();
|
||||||
|
this.ResumeLayout(false);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -186,5 +186,10 @@ namespace Mesen.GUI.Debugger.Controls
|
||||||
ExecStamp,
|
ExecStamp,
|
||||||
UninitRead,
|
UninitRead,
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
private void lstCounters_SelectedIndexChanged(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
1357
UI/Debugger/MemoryTools/frmMemoryTools.Designer.cs
generated
1357
UI/Debugger/MemoryTools/frmMemoryTools.Designer.cs
generated
File diff suppressed because it is too large
Load diff
|
@ -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>
|
Loading…
Add table
Reference in a new issue