2016-12-01 19:38:48 -05:00
|
|
|
|
namespace Mesen.GUI.Debugger.Controls
|
|
|
|
|
{
|
|
|
|
|
partial class ctrlMemoryAccessCounters
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if(disposing && (components != null)) {
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region Component Designer generated code
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
2017-10-06 18:26:02 -04:00
|
|
|
|
this.components = new System.ComponentModel.Container();
|
2016-12-01 19:38:48 -05:00
|
|
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
|
|
this.lblViewMemoryType = new System.Windows.Forms.Label();
|
|
|
|
|
this.cboMemoryType = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
2017-09-16 22:02:05 -04:00
|
|
|
|
this.ctrlScrollableTextbox = new Mesen.GUI.Debugger.ctrlScrollableTextbox();
|
2016-12-01 19:38:48 -05:00
|
|
|
|
this.btnReset = new System.Windows.Forms.Button();
|
2017-12-31 10:51:05 -05:00
|
|
|
|
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.picHelp = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.chkHighlightUninitRead = new System.Windows.Forms.CheckBox();
|
2016-12-01 19:38:48 -05:00
|
|
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
2017-09-16 22:02:05 -04:00
|
|
|
|
this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
|
|
this.lblSort = new System.Windows.Forms.Label();
|
|
|
|
|
this.cboSort = new System.Windows.Forms.ComboBox();
|
2017-10-06 18:26:02 -04:00
|
|
|
|
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
2016-12-01 19:38:48 -05:00
|
|
|
|
this.flowLayoutPanel1.SuspendLayout();
|
|
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
2017-10-06 18:26:02 -04:00
|
|
|
|
this.tableLayoutPanel3.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picHelp)).BeginInit();
|
2017-12-31 10:51:05 -05:00
|
|
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
|
|
|
this.flowLayoutPanel2.SuspendLayout();
|
2016-12-01 19:38:48 -05:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// flowLayoutPanel1
|
|
|
|
|
//
|
2017-09-16 22:02:05 -04:00
|
|
|
|
this.flowLayoutPanel1.AutoSize = true;
|
|
|
|
|
this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
2016-12-01 19:38:48 -05:00
|
|
|
|
this.flowLayoutPanel1.Controls.Add(this.lblViewMemoryType);
|
|
|
|
|
this.flowLayoutPanel1.Controls.Add(this.cboMemoryType);
|
2017-09-16 22:02:05 -04:00
|
|
|
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
2017-10-06 18:26:02 -04:00
|
|
|
|
this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
|
2016-12-01 19:38:48 -05:00
|
|
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
2017-09-16 22:02:05 -04:00
|
|
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(166, 27);
|
2016-12-01 19:38:48 -05:00
|
|
|
|
this.flowLayoutPanel1.TabIndex = 2;
|
2017-09-16 22:02:05 -04:00
|
|
|
|
this.flowLayoutPanel1.WrapContents = false;
|
2016-12-01 19:38:48 -05:00
|
|
|
|
//
|
|
|
|
|
// lblViewMemoryType
|
|
|
|
|
//
|
|
|
|
|
this.lblViewMemoryType.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
|
|
this.lblViewMemoryType.AutoSize = true;
|
|
|
|
|
this.lblViewMemoryType.Location = new System.Drawing.Point(3, 7);
|
|
|
|
|
this.lblViewMemoryType.Name = "lblViewMemoryType";
|
|
|
|
|
this.lblViewMemoryType.Size = new System.Drawing.Size(33, 13);
|
|
|
|
|
this.lblViewMemoryType.TabIndex = 0;
|
|
|
|
|
this.lblViewMemoryType.Text = "View:";
|
|
|
|
|
//
|
|
|
|
|
// cboMemoryType
|
|
|
|
|
//
|
|
|
|
|
this.cboMemoryType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.cboMemoryType.FormattingEnabled = true;
|
|
|
|
|
this.cboMemoryType.Items.AddRange(new object[] {
|
|
|
|
|
"Console RAM",
|
|
|
|
|
"PRG ROM",
|
|
|
|
|
"Cartridge Save RAM",
|
|
|
|
|
"Cartridge Work RAM"});
|
|
|
|
|
this.cboMemoryType.Location = new System.Drawing.Point(42, 3);
|
|
|
|
|
this.cboMemoryType.Name = "cboMemoryType";
|
|
|
|
|
this.cboMemoryType.Size = new System.Drawing.Size(121, 21);
|
|
|
|
|
this.cboMemoryType.TabIndex = 1;
|
|
|
|
|
this.cboMemoryType.SelectedIndexChanged += new System.EventHandler(this.cboMemoryType_SelectedIndexChanged);
|
|
|
|
|
//
|
|
|
|
|
// tableLayoutPanel1
|
|
|
|
|
//
|
|
|
|
|
this.tableLayoutPanel1.ColumnCount = 2;
|
|
|
|
|
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.Controls.Add(this.ctrlScrollableTextbox, 0, 1);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.btnReset, 1, 2);
|
2017-10-06 18:26:02 -04:00
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 2);
|
2016-12-01 19:38:48 -05:00
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
|
|
|
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
2017-12-31 10:51:05 -05:00
|
|
|
|
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0, 0, 0, 0);
|
2016-12-01 19:38:48 -05:00
|
|
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
|
|
this.tableLayoutPanel1.RowCount = 3;
|
|
|
|
|
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());
|
2017-10-06 18:26:02 -04:00
|
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
2016-12-01 19:38:48 -05:00
|
|
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(514, 307);
|
|
|
|
|
this.tableLayoutPanel1.TabIndex = 3;
|
|
|
|
|
//
|
2017-09-16 22:02:05 -04:00
|
|
|
|
// ctrlScrollableTextbox
|
2016-12-01 19:38:48 -05:00
|
|
|
|
//
|
2017-09-16 22:02:05 -04:00
|
|
|
|
this.ctrlScrollableTextbox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
this.tableLayoutPanel1.SetColumnSpan(this.ctrlScrollableTextbox, 2);
|
|
|
|
|
this.ctrlScrollableTextbox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.ctrlScrollableTextbox.FontSize = 13F;
|
2017-12-31 10:51:05 -05:00
|
|
|
|
this.ctrlScrollableTextbox.Location = new System.Drawing.Point(0, 27);
|
|
|
|
|
this.ctrlScrollableTextbox.Margin = new System.Windows.Forms.Padding(0, 0, 0, 0);
|
2017-09-16 22:02:05 -04:00
|
|
|
|
this.ctrlScrollableTextbox.Name = "ctrlScrollableTextbox";
|
|
|
|
|
this.ctrlScrollableTextbox.ShowContentNotes = false;
|
|
|
|
|
this.ctrlScrollableTextbox.ShowLineNumberNotes = false;
|
|
|
|
|
this.ctrlScrollableTextbox.ShowSingleContentLineNotes = true;
|
|
|
|
|
this.ctrlScrollableTextbox.ShowSingleLineLineNumberNotes = false;
|
2017-12-31 10:51:05 -05:00
|
|
|
|
this.ctrlScrollableTextbox.Size = new System.Drawing.Size(514, 251);
|
2017-09-16 22:02:05 -04:00
|
|
|
|
this.ctrlScrollableTextbox.TabIndex = 0;
|
2016-12-01 19:38:48 -05:00
|
|
|
|
//
|
2017-12-31 10:51:05 -05:00
|
|
|
|
// btnReset
|
|
|
|
|
//
|
|
|
|
|
this.btnReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.btnReset.Location = new System.Drawing.Point(436, 281);
|
|
|
|
|
this.btnReset.Name = "btnReset";
|
|
|
|
|
this.btnReset.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.btnReset.TabIndex = 5;
|
|
|
|
|
this.btnReset.Text = "Reset Counts";
|
|
|
|
|
this.btnReset.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
|
|
|
|
|
//
|
|
|
|
|
// tableLayoutPanel3
|
|
|
|
|
//
|
|
|
|
|
this.tableLayoutPanel3.ColumnCount = 3;
|
|
|
|
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
|
|
|
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.Controls.Add(this.picHelp, 1, 0);
|
|
|
|
|
this.tableLayoutPanel3.Controls.Add(this.chkHighlightUninitRead, 0, 0);
|
|
|
|
|
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 278);
|
|
|
|
|
this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
|
|
|
|
|
this.tableLayoutPanel3.RowCount = 1;
|
|
|
|
|
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.Absolute, 29F));
|
|
|
|
|
this.tableLayoutPanel3.Size = new System.Drawing.Size(433, 29);
|
|
|
|
|
this.tableLayoutPanel3.TabIndex = 2;
|
|
|
|
|
//
|
|
|
|
|
// picHelp
|
|
|
|
|
//
|
|
|
|
|
this.picHelp.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
|
|
this.picHelp.Image = global::Mesen.GUI.Properties.Resources.Help;
|
|
|
|
|
this.picHelp.Location = new System.Drawing.Point(201, 6);
|
|
|
|
|
this.picHelp.Name = "picHelp";
|
|
|
|
|
this.picHelp.Size = new System.Drawing.Size(16, 16);
|
|
|
|
|
this.picHelp.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
|
|
|
this.picHelp.TabIndex = 5;
|
|
|
|
|
this.picHelp.TabStop = false;
|
|
|
|
|
//
|
2016-12-01 19:38:48 -05:00
|
|
|
|
// chkHighlightUninitRead
|
|
|
|
|
//
|
|
|
|
|
this.chkHighlightUninitRead.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
|
|
this.chkHighlightUninitRead.AutoSize = true;
|
2017-10-06 18:26:02 -04:00
|
|
|
|
this.chkHighlightUninitRead.Location = new System.Drawing.Point(3, 6);
|
2016-12-01 19:38:48 -05:00
|
|
|
|
this.chkHighlightUninitRead.Name = "chkHighlightUninitRead";
|
2017-10-06 18:26:02 -04:00
|
|
|
|
this.chkHighlightUninitRead.Size = new System.Drawing.Size(192, 17);
|
2016-12-01 19:38:48 -05:00
|
|
|
|
this.chkHighlightUninitRead.TabIndex = 4;
|
2017-10-06 18:26:02 -04:00
|
|
|
|
this.chkHighlightUninitRead.Text = "Highlight uninitialized memory reads";
|
2016-12-01 19:38:48 -05:00
|
|
|
|
this.chkHighlightUninitRead.UseVisualStyleBackColor = true;
|
|
|
|
|
this.chkHighlightUninitRead.CheckedChanged += new System.EventHandler(this.chkHighlightUninitRead_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// tableLayoutPanel2
|
|
|
|
|
//
|
2017-09-16 22:02:05 -04:00
|
|
|
|
this.tableLayoutPanel2.AutoSize = true;
|
|
|
|
|
this.tableLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
2016-12-01 19:38:48 -05:00
|
|
|
|
this.tableLayoutPanel2.ColumnCount = 2;
|
|
|
|
|
this.tableLayoutPanel1.SetColumnSpan(this.tableLayoutPanel2, 2);
|
|
|
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel1, 0, 0);
|
2017-09-16 22:02:05 -04:00
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel2, 1, 0);
|
2016-12-01 19:38:48 -05:00
|
|
|
|
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
|
2017-09-16 22:02:05 -04:00
|
|
|
|
this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
|
2016-12-01 19:38:48 -05:00
|
|
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
|
|
|
this.tableLayoutPanel2.RowCount = 1;
|
|
|
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
2017-09-16 22:02:05 -04:00
|
|
|
|
this.tableLayoutPanel2.Size = new System.Drawing.Size(514, 27);
|
2016-12-01 19:38:48 -05:00
|
|
|
|
this.tableLayoutPanel2.TabIndex = 6;
|
|
|
|
|
//
|
2017-09-16 22:02:05 -04:00
|
|
|
|
// flowLayoutPanel2
|
|
|
|
|
//
|
|
|
|
|
this.flowLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.flowLayoutPanel2.AutoSize = true;
|
|
|
|
|
this.flowLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
|
|
|
this.flowLayoutPanel2.Controls.Add(this.lblSort);
|
|
|
|
|
this.flowLayoutPanel2.Controls.Add(this.cboSort);
|
|
|
|
|
this.flowLayoutPanel2.Location = new System.Drawing.Point(338, 0);
|
2017-10-06 18:26:02 -04:00
|
|
|
|
this.flowLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
|
2017-09-16 22:02:05 -04:00
|
|
|
|
this.flowLayoutPanel2.Name = "flowLayoutPanel2";
|
|
|
|
|
this.flowLayoutPanel2.Size = new System.Drawing.Size(176, 27);
|
|
|
|
|
this.flowLayoutPanel2.TabIndex = 3;
|
|
|
|
|
this.flowLayoutPanel2.WrapContents = false;
|
|
|
|
|
//
|
|
|
|
|
// lblSort
|
|
|
|
|
//
|
|
|
|
|
this.lblSort.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
|
|
this.lblSort.AutoSize = true;
|
|
|
|
|
this.lblSort.Location = new System.Drawing.Point(3, 7);
|
|
|
|
|
this.lblSort.Name = "lblSort";
|
|
|
|
|
this.lblSort.Size = new System.Drawing.Size(43, 13);
|
|
|
|
|
this.lblSort.TabIndex = 0;
|
|
|
|
|
this.lblSort.Text = "Sort by:";
|
|
|
|
|
//
|
|
|
|
|
// cboSort
|
|
|
|
|
//
|
|
|
|
|
this.cboSort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.cboSort.FormattingEnabled = true;
|
|
|
|
|
this.cboSort.Items.AddRange(new object[] {
|
|
|
|
|
"Address",
|
|
|
|
|
"Read Count",
|
|
|
|
|
"Write Count",
|
|
|
|
|
"Execute Count",
|
|
|
|
|
"Uninitialized Reads"});
|
|
|
|
|
this.cboSort.Location = new System.Drawing.Point(52, 3);
|
|
|
|
|
this.cboSort.Name = "cboSort";
|
|
|
|
|
this.cboSort.Size = new System.Drawing.Size(121, 21);
|
|
|
|
|
this.cboSort.TabIndex = 1;
|
|
|
|
|
this.cboSort.SelectedIndexChanged += new System.EventHandler(this.cboSort_SelectedIndexChanged);
|
|
|
|
|
//
|
2017-10-06 18:26:02 -04:00
|
|
|
|
// toolTip
|
|
|
|
|
//
|
|
|
|
|
this.toolTip.AutomaticDelay = 0;
|
|
|
|
|
this.toolTip.AutoPopDelay = 32700;
|
|
|
|
|
this.toolTip.InitialDelay = 10;
|
|
|
|
|
this.toolTip.ReshowDelay = 10;
|
|
|
|
|
//
|
2016-12-01 19:38:48 -05:00
|
|
|
|
// ctrlMemoryAccessCounters
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
2017-10-06 18:26:02 -04:00
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(0);
|
2016-12-01 19:38:48 -05:00
|
|
|
|
this.Name = "ctrlMemoryAccessCounters";
|
|
|
|
|
this.Size = new System.Drawing.Size(514, 307);
|
|
|
|
|
this.flowLayoutPanel1.ResumeLayout(false);
|
|
|
|
|
this.flowLayoutPanel1.PerformLayout();
|
|
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel1.PerformLayout();
|
2017-12-31 10:51:05 -05:00
|
|
|
|
this.tableLayoutPanel3.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel3.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picHelp)).EndInit();
|
2017-09-16 22:02:05 -04:00
|
|
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel2.PerformLayout();
|
2016-12-01 19:38:48 -05:00
|
|
|
|
this.flowLayoutPanel2.ResumeLayout(false);
|
|
|
|
|
this.flowLayoutPanel2.PerformLayout();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private ctrlScrollableTextbox ctrlScrollableTextbox;
|
|
|
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
|
|
|
private System.Windows.Forms.Label lblViewMemoryType;
|
|
|
|
|
private System.Windows.Forms.ComboBox cboMemoryType;
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
|
|
|
|
|
private System.Windows.Forms.Label lblSort;
|
|
|
|
|
private System.Windows.Forms.ComboBox cboSort;
|
|
|
|
|
private System.Windows.Forms.CheckBox chkHighlightUninitRead;
|
|
|
|
|
private System.Windows.Forms.Button btnReset;
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
2017-10-06 18:26:02 -04:00
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
|
|
|
|
|
private System.Windows.Forms.PictureBox picHelp;
|
|
|
|
|
private System.Windows.Forms.ToolTip toolTip;
|
2016-12-01 19:38:48 -05:00
|
|
|
|
}
|
|
|
|
|
}
|