1111 lines
No EOL
55 KiB
C#
1111 lines
No EOL
55 KiB
C#
namespace Mesen.GUI.Debugger
|
|
{
|
|
partial class frmEventViewer
|
|
{
|
|
/// <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 Windows Form 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()
|
|
{
|
|
this.tabMain = new System.Windows.Forms.TabControl();
|
|
this.tpgPpuView = new System.Windows.Forms.TabPage();
|
|
this.ctrlEventViewerPpuView = new Mesen.GUI.Debugger.Controls.ctrlEventViewerPpuView();
|
|
this.grpShow = new System.Windows.Forms.GroupBox();
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.picControlRead = new Mesen.GUI.Debugger.ctrlColorPicker();
|
|
this.picControlWrite = new Mesen.GUI.Debugger.ctrlColorPicker();
|
|
this.picApuRead = new Mesen.GUI.Debugger.ctrlColorPicker();
|
|
this.picApuWrite = new Mesen.GUI.Debugger.ctrlColorPicker();
|
|
this.chkShowControlRegisterReads = new System.Windows.Forms.CheckBox();
|
|
this.chkShowControlRegisterWrites = new System.Windows.Forms.CheckBox();
|
|
this.chkShowNtscBorders = new System.Windows.Forms.CheckBox();
|
|
this.lblPpuWrites = new System.Windows.Forms.Label();
|
|
this.chkShowMapperRegisterWrites = new System.Windows.Forms.CheckBox();
|
|
this.chkShowPreviousFrameEvents = new System.Windows.Forms.CheckBox();
|
|
this.chkWrite2000 = new System.Windows.Forms.CheckBox();
|
|
this.picWrite2000 = new Mesen.GUI.Debugger.ctrlColorPicker();
|
|
this.chkWrite2001 = new System.Windows.Forms.CheckBox();
|
|
this.chkWrite2003 = new System.Windows.Forms.CheckBox();
|
|
this.chkWrite2004 = new System.Windows.Forms.CheckBox();
|
|
this.chkWrite2005 = new System.Windows.Forms.CheckBox();
|
|
this.chkWrite2006 = new System.Windows.Forms.CheckBox();
|
|
this.chkWrite2007 = new System.Windows.Forms.CheckBox();
|
|
this.picWrite2001 = new Mesen.GUI.Debugger.ctrlColorPicker();
|
|
this.picWrite2003 = new Mesen.GUI.Debugger.ctrlColorPicker();
|
|
this.lblPpuReads = new System.Windows.Forms.Label();
|
|
this.chkRead2002 = new System.Windows.Forms.CheckBox();
|
|
this.chkRead2004 = new System.Windows.Forms.CheckBox();
|
|
this.chkRead2007 = new System.Windows.Forms.CheckBox();
|
|
this.picRead2002 = new Mesen.GUI.Debugger.ctrlColorPicker();
|
|
this.picRead2004 = new Mesen.GUI.Debugger.ctrlColorPicker();
|
|
this.picRead2007 = new Mesen.GUI.Debugger.ctrlColorPicker();
|
|
this.picWrite2004 = new Mesen.GUI.Debugger.ctrlColorPicker();
|
|
this.picWrite2005 = new Mesen.GUI.Debugger.ctrlColorPicker();
|
|
this.picWrite2007 = new Mesen.GUI.Debugger.ctrlColorPicker();
|
|
this.picWrite2006 = new Mesen.GUI.Debugger.ctrlColorPicker();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.chkShowMapperRegisterReads = new System.Windows.Forms.CheckBox();
|
|
this.picMapperRead = new Mesen.GUI.Debugger.ctrlColorPicker();
|
|
this.picMapperWrite = new Mesen.GUI.Debugger.ctrlColorPicker();
|
|
this.chkShowIrq = new System.Windows.Forms.CheckBox();
|
|
this.chkShowNmi = new System.Windows.Forms.CheckBox();
|
|
this.chkShowSpriteZero = new System.Windows.Forms.CheckBox();
|
|
this.chkBreakpoints = new System.Windows.Forms.CheckBox();
|
|
this.chkShowDmcDmaRead = new System.Windows.Forms.CheckBox();
|
|
this.picIrq = new Mesen.GUI.Debugger.ctrlColorPicker();
|
|
this.picNmi = new Mesen.GUI.Debugger.ctrlColorPicker();
|
|
this.picSpriteZeroHit = new Mesen.GUI.Debugger.ctrlColorPicker();
|
|
this.picBreakpoint = new Mesen.GUI.Debugger.ctrlColorPicker();
|
|
this.picDmcDmaRead = new Mesen.GUI.Debugger.ctrlColorPicker();
|
|
this.chkShowApuRegisterWrites = new System.Windows.Forms.CheckBox();
|
|
this.chkShowApuRegisterReads = new System.Windows.Forms.CheckBox();
|
|
this.tpgListView = new System.Windows.Forms.TabPage();
|
|
this.ctrlEventViewerListView = new Mesen.GUI.Debugger.Controls.ctrlEventViewerListView();
|
|
this.menuStrip1 = new Mesen.GUI.Controls.ctrlMesenMenuStrip();
|
|
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuClose = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuRefresh = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuAutoRefreshSpeed = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuAutoRefreshLow = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuAutoRefreshNormal = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuAutoRefreshHigh = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.mnuAutoRefresh = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuRefreshOnBreak = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.mnuResetColors = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.mnuZoomIn = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuZoomOut = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tabMain.SuspendLayout();
|
|
this.tpgPpuView.SuspendLayout();
|
|
this.grpShow.SuspendLayout();
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.picControlRead)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picControlWrite)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picApuRead)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picApuWrite)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picWrite2000)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picWrite2001)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picWrite2003)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picRead2002)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picRead2004)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picRead2007)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picWrite2004)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picWrite2005)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picWrite2007)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picWrite2006)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picMapperRead)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picMapperWrite)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picIrq)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picNmi)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picSpriteZeroHit)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picBreakpoint)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picDmcDmaRead)).BeginInit();
|
|
this.tpgListView.SuspendLayout();
|
|
this.menuStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// tabMain
|
|
//
|
|
this.tabMain.Controls.Add(this.tpgPpuView);
|
|
this.tabMain.Controls.Add(this.tpgListView);
|
|
this.tabMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabMain.Location = new System.Drawing.Point(0, 24);
|
|
this.tabMain.Name = "tabMain";
|
|
this.tabMain.SelectedIndex = 0;
|
|
this.tabMain.Size = new System.Drawing.Size(790, 534);
|
|
this.tabMain.TabIndex = 0;
|
|
this.tabMain.SelectedIndexChanged += new System.EventHandler(this.tabMain_SelectedIndexChanged);
|
|
//
|
|
// tpgPpuView
|
|
//
|
|
this.tpgPpuView.Controls.Add(this.ctrlEventViewerPpuView);
|
|
this.tpgPpuView.Controls.Add(this.grpShow);
|
|
this.tpgPpuView.Location = new System.Drawing.Point(4, 22);
|
|
this.tpgPpuView.Name = "tpgPpuView";
|
|
this.tpgPpuView.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tpgPpuView.Size = new System.Drawing.Size(782, 508);
|
|
this.tpgPpuView.TabIndex = 0;
|
|
this.tpgPpuView.Text = "PPU View";
|
|
this.tpgPpuView.UseVisualStyleBackColor = true;
|
|
//
|
|
// ctrlEventViewerPpuView
|
|
//
|
|
this.ctrlEventViewerPpuView.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.ctrlEventViewerPpuView.Location = new System.Drawing.Point(3, 3);
|
|
this.ctrlEventViewerPpuView.Name = "ctrlEventViewerPpuView";
|
|
this.ctrlEventViewerPpuView.Size = new System.Drawing.Size(571, 502);
|
|
this.ctrlEventViewerPpuView.TabIndex = 0;
|
|
//
|
|
// grpShow
|
|
//
|
|
this.grpShow.Controls.Add(this.tableLayoutPanel2);
|
|
this.grpShow.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.grpShow.Location = new System.Drawing.Point(574, 3);
|
|
this.grpShow.Name = "grpShow";
|
|
this.grpShow.Size = new System.Drawing.Size(205, 502);
|
|
this.grpShow.TabIndex = 3;
|
|
this.grpShow.TabStop = false;
|
|
this.grpShow.Text = "Show...";
|
|
//
|
|
// tableLayoutPanel2
|
|
//
|
|
this.tableLayoutPanel2.ColumnCount = 4;
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 31F));
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 44F));
|
|
this.tableLayoutPanel2.Controls.Add(this.picControlRead, 3, 14);
|
|
this.tableLayoutPanel2.Controls.Add(this.picControlWrite, 3, 13);
|
|
this.tableLayoutPanel2.Controls.Add(this.picApuRead, 3, 12);
|
|
this.tableLayoutPanel2.Controls.Add(this.picApuWrite, 3, 11);
|
|
this.tableLayoutPanel2.Controls.Add(this.chkShowControlRegisterReads, 0, 14);
|
|
this.tableLayoutPanel2.Controls.Add(this.chkShowControlRegisterWrites, 0, 13);
|
|
this.tableLayoutPanel2.Controls.Add(this.chkShowNtscBorders, 0, 24);
|
|
this.tableLayoutPanel2.Controls.Add(this.lblPpuWrites, 0, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.chkShowMapperRegisterWrites, 0, 9);
|
|
this.tableLayoutPanel2.Controls.Add(this.chkShowPreviousFrameEvents, 0, 23);
|
|
this.tableLayoutPanel2.Controls.Add(this.chkWrite2000, 0, 1);
|
|
this.tableLayoutPanel2.Controls.Add(this.picWrite2000, 1, 1);
|
|
this.tableLayoutPanel2.Controls.Add(this.chkWrite2001, 0, 2);
|
|
this.tableLayoutPanel2.Controls.Add(this.chkWrite2003, 0, 3);
|
|
this.tableLayoutPanel2.Controls.Add(this.chkWrite2004, 0, 4);
|
|
this.tableLayoutPanel2.Controls.Add(this.chkWrite2005, 2, 1);
|
|
this.tableLayoutPanel2.Controls.Add(this.chkWrite2006, 2, 2);
|
|
this.tableLayoutPanel2.Controls.Add(this.chkWrite2007, 2, 3);
|
|
this.tableLayoutPanel2.Controls.Add(this.picWrite2001, 1, 2);
|
|
this.tableLayoutPanel2.Controls.Add(this.picWrite2003, 1, 3);
|
|
this.tableLayoutPanel2.Controls.Add(this.lblPpuReads, 0, 5);
|
|
this.tableLayoutPanel2.Controls.Add(this.chkRead2002, 0, 6);
|
|
this.tableLayoutPanel2.Controls.Add(this.chkRead2004, 0, 7);
|
|
this.tableLayoutPanel2.Controls.Add(this.chkRead2007, 2, 6);
|
|
this.tableLayoutPanel2.Controls.Add(this.picRead2002, 1, 6);
|
|
this.tableLayoutPanel2.Controls.Add(this.picRead2004, 1, 7);
|
|
this.tableLayoutPanel2.Controls.Add(this.picRead2007, 3, 6);
|
|
this.tableLayoutPanel2.Controls.Add(this.picWrite2004, 1, 4);
|
|
this.tableLayoutPanel2.Controls.Add(this.picWrite2005, 3, 1);
|
|
this.tableLayoutPanel2.Controls.Add(this.picWrite2007, 3, 3);
|
|
this.tableLayoutPanel2.Controls.Add(this.picWrite2006, 3, 2);
|
|
this.tableLayoutPanel2.Controls.Add(this.label1, 0, 8);
|
|
this.tableLayoutPanel2.Controls.Add(this.chkShowMapperRegisterReads, 0, 10);
|
|
this.tableLayoutPanel2.Controls.Add(this.picMapperRead, 3, 10);
|
|
this.tableLayoutPanel2.Controls.Add(this.picMapperWrite, 3, 9);
|
|
this.tableLayoutPanel2.Controls.Add(this.chkShowIrq, 0, 16);
|
|
this.tableLayoutPanel2.Controls.Add(this.chkShowNmi, 0, 17);
|
|
this.tableLayoutPanel2.Controls.Add(this.chkShowSpriteZero, 0, 18);
|
|
this.tableLayoutPanel2.Controls.Add(this.chkBreakpoints, 0, 22);
|
|
this.tableLayoutPanel2.Controls.Add(this.chkShowDmcDmaRead, 0, 20);
|
|
this.tableLayoutPanel2.Controls.Add(this.picIrq, 3, 16);
|
|
this.tableLayoutPanel2.Controls.Add(this.picNmi, 3, 17);
|
|
this.tableLayoutPanel2.Controls.Add(this.picSpriteZeroHit, 3, 18);
|
|
this.tableLayoutPanel2.Controls.Add(this.picBreakpoint, 3, 22);
|
|
this.tableLayoutPanel2.Controls.Add(this.picDmcDmaRead, 3, 20);
|
|
this.tableLayoutPanel2.Controls.Add(this.chkShowApuRegisterWrites, 0, 11);
|
|
this.tableLayoutPanel2.Controls.Add(this.chkShowApuRegisterReads, 0, 12);
|
|
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
|
|
this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
this.tableLayoutPanel2.RowCount = 26;
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel2.Size = new System.Drawing.Size(199, 483);
|
|
this.tableLayoutPanel2.TabIndex = 2;
|
|
//
|
|
// picControlRead
|
|
//
|
|
this.picControlRead.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.picControlRead.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picControlRead.Location = new System.Drawing.Point(158, 302);
|
|
this.picControlRead.Name = "picControlRead";
|
|
this.picControlRead.Size = new System.Drawing.Size(14, 14);
|
|
this.picControlRead.TabIndex = 75;
|
|
this.picControlRead.TabStop = false;
|
|
this.picControlRead.BackColorChanged += new System.EventHandler(this.picColor_BackColorChanged);
|
|
//
|
|
// picControlWrite
|
|
//
|
|
this.picControlWrite.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.picControlWrite.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picControlWrite.Location = new System.Drawing.Point(158, 282);
|
|
this.picControlWrite.Name = "picControlWrite";
|
|
this.picControlWrite.Size = new System.Drawing.Size(14, 14);
|
|
this.picControlWrite.TabIndex = 74;
|
|
this.picControlWrite.TabStop = false;
|
|
this.picControlWrite.BackColorChanged += new System.EventHandler(this.picColor_BackColorChanged);
|
|
//
|
|
// picApuRead
|
|
//
|
|
this.picApuRead.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.picApuRead.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picApuRead.Location = new System.Drawing.Point(158, 262);
|
|
this.picApuRead.Name = "picApuRead";
|
|
this.picApuRead.Size = new System.Drawing.Size(14, 14);
|
|
this.picApuRead.TabIndex = 73;
|
|
this.picApuRead.TabStop = false;
|
|
this.picApuRead.BackColorChanged += new System.EventHandler(this.picColor_BackColorChanged);
|
|
//
|
|
// picApuWrite
|
|
//
|
|
this.picApuWrite.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.picApuWrite.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picApuWrite.Location = new System.Drawing.Point(158, 242);
|
|
this.picApuWrite.Name = "picApuWrite";
|
|
this.picApuWrite.Size = new System.Drawing.Size(14, 14);
|
|
this.picApuWrite.TabIndex = 72;
|
|
this.picApuWrite.TabStop = false;
|
|
this.picApuWrite.BackColorChanged += new System.EventHandler(this.picColor_BackColorChanged);
|
|
//
|
|
// chkShowControlRegisterReads
|
|
//
|
|
this.chkShowControlRegisterReads.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.chkShowControlRegisterReads.AutoSize = true;
|
|
this.tableLayoutPanel2.SetColumnSpan(this.chkShowControlRegisterReads, 3);
|
|
this.chkShowControlRegisterReads.Location = new System.Drawing.Point(3, 300);
|
|
this.chkShowControlRegisterReads.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
this.chkShowControlRegisterReads.Name = "chkShowControlRegisterReads";
|
|
this.chkShowControlRegisterReads.Size = new System.Drawing.Size(135, 17);
|
|
this.chkShowControlRegisterReads.TabIndex = 71;
|
|
this.chkShowControlRegisterReads.Text = "Control Register Reads";
|
|
this.chkShowControlRegisterReads.UseVisualStyleBackColor = true;
|
|
this.chkShowControlRegisterReads.Click += new System.EventHandler(this.chkShowHide_Click);
|
|
//
|
|
// chkShowControlRegisterWrites
|
|
//
|
|
this.chkShowControlRegisterWrites.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.chkShowControlRegisterWrites.AutoSize = true;
|
|
this.tableLayoutPanel2.SetColumnSpan(this.chkShowControlRegisterWrites, 3);
|
|
this.chkShowControlRegisterWrites.Location = new System.Drawing.Point(3, 280);
|
|
this.chkShowControlRegisterWrites.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
this.chkShowControlRegisterWrites.Name = "chkShowControlRegisterWrites";
|
|
this.chkShowControlRegisterWrites.Size = new System.Drawing.Size(134, 17);
|
|
this.chkShowControlRegisterWrites.TabIndex = 70;
|
|
this.chkShowControlRegisterWrites.Text = "Control Register Writes";
|
|
this.chkShowControlRegisterWrites.UseVisualStyleBackColor = true;
|
|
this.chkShowControlRegisterWrites.Click += new System.EventHandler(this.chkShowHide_Click);
|
|
//
|
|
// chkShowNtscBorders
|
|
//
|
|
this.chkShowNtscBorders.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.chkShowNtscBorders.AutoSize = true;
|
|
this.tableLayoutPanel2.SetColumnSpan(this.chkShowNtscBorders, 4);
|
|
this.chkShowNtscBorders.Location = new System.Drawing.Point(3, 439);
|
|
this.chkShowNtscBorders.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
this.chkShowNtscBorders.Name = "chkShowNtscBorders";
|
|
this.chkShowNtscBorders.Size = new System.Drawing.Size(123, 17);
|
|
this.chkShowNtscBorders.TabIndex = 67;
|
|
this.chkShowNtscBorders.Text = "Show NTSC borders";
|
|
this.chkShowNtscBorders.UseVisualStyleBackColor = true;
|
|
this.chkShowNtscBorders.Click += new System.EventHandler(this.chkShowHide_Click);
|
|
//
|
|
// lblPpuWrites
|
|
//
|
|
this.lblPpuWrites.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.lblPpuWrites.AutoSize = true;
|
|
this.tableLayoutPanel2.SetColumnSpan(this.lblPpuWrites, 4);
|
|
this.lblPpuWrites.ForeColor = System.Drawing.SystemColors.GrayText;
|
|
this.lblPpuWrites.Location = new System.Drawing.Point(0, 5);
|
|
this.lblPpuWrites.Margin = new System.Windows.Forms.Padding(0, 0, 3, 2);
|
|
this.lblPpuWrites.Name = "lblPpuWrites";
|
|
this.lblPpuWrites.Size = new System.Drawing.Size(104, 13);
|
|
this.lblPpuWrites.TabIndex = 36;
|
|
this.lblPpuWrites.Text = "PPU Register Writes";
|
|
//
|
|
// chkShowMapperRegisterWrites
|
|
//
|
|
this.chkShowMapperRegisterWrites.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.chkShowMapperRegisterWrites.AutoSize = true;
|
|
this.tableLayoutPanel2.SetColumnSpan(this.chkShowMapperRegisterWrites, 3);
|
|
this.chkShowMapperRegisterWrites.Location = new System.Drawing.Point(3, 200);
|
|
this.chkShowMapperRegisterWrites.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
this.chkShowMapperRegisterWrites.Name = "chkShowMapperRegisterWrites";
|
|
this.chkShowMapperRegisterWrites.Size = new System.Drawing.Size(137, 17);
|
|
this.chkShowMapperRegisterWrites.TabIndex = 6;
|
|
this.chkShowMapperRegisterWrites.Text = "Mapper Register Writes";
|
|
this.chkShowMapperRegisterWrites.UseVisualStyleBackColor = true;
|
|
this.chkShowMapperRegisterWrites.Click += new System.EventHandler(this.chkShowHide_Click);
|
|
//
|
|
// chkShowPreviousFrameEvents
|
|
//
|
|
this.chkShowPreviousFrameEvents.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.chkShowPreviousFrameEvents.AutoSize = true;
|
|
this.tableLayoutPanel2.SetColumnSpan(this.chkShowPreviousFrameEvents, 4);
|
|
this.chkShowPreviousFrameEvents.Location = new System.Drawing.Point(3, 420);
|
|
this.chkShowPreviousFrameEvents.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
this.chkShowPreviousFrameEvents.Name = "chkShowPreviousFrameEvents";
|
|
this.chkShowPreviousFrameEvents.Size = new System.Drawing.Size(167, 17);
|
|
this.chkShowPreviousFrameEvents.TabIndex = 8;
|
|
this.chkShowPreviousFrameEvents.Text = "Show previous frame\'s events";
|
|
this.chkShowPreviousFrameEvents.UseVisualStyleBackColor = true;
|
|
this.chkShowPreviousFrameEvents.Click += new System.EventHandler(this.chkShowPreviousFrameEvents_Click);
|
|
//
|
|
// chkWrite2000
|
|
//
|
|
this.chkWrite2000.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.chkWrite2000.AutoSize = true;
|
|
this.chkWrite2000.Location = new System.Drawing.Point(3, 21);
|
|
this.chkWrite2000.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
this.chkWrite2000.Name = "chkWrite2000";
|
|
this.chkWrite2000.Size = new System.Drawing.Size(56, 17);
|
|
this.chkWrite2000.TabIndex = 37;
|
|
this.chkWrite2000.Text = "$2000";
|
|
this.chkWrite2000.UseVisualStyleBackColor = true;
|
|
this.chkWrite2000.Click += new System.EventHandler(this.chkShowHide_Click);
|
|
//
|
|
// picWrite2000
|
|
//
|
|
this.picWrite2000.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.picWrite2000.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picWrite2000.Location = new System.Drawing.Point(65, 23);
|
|
this.picWrite2000.Name = "picWrite2000";
|
|
this.picWrite2000.Size = new System.Drawing.Size(14, 14);
|
|
this.picWrite2000.TabIndex = 38;
|
|
this.picWrite2000.TabStop = false;
|
|
this.picWrite2000.BackColorChanged += new System.EventHandler(this.picColor_BackColorChanged);
|
|
//
|
|
// chkWrite2001
|
|
//
|
|
this.chkWrite2001.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.chkWrite2001.AutoSize = true;
|
|
this.chkWrite2001.Location = new System.Drawing.Point(3, 41);
|
|
this.chkWrite2001.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
this.chkWrite2001.Name = "chkWrite2001";
|
|
this.chkWrite2001.Size = new System.Drawing.Size(56, 17);
|
|
this.chkWrite2001.TabIndex = 39;
|
|
this.chkWrite2001.Text = "$2001";
|
|
this.chkWrite2001.UseVisualStyleBackColor = true;
|
|
this.chkWrite2001.Click += new System.EventHandler(this.chkShowHide_Click);
|
|
//
|
|
// chkWrite2003
|
|
//
|
|
this.chkWrite2003.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.chkWrite2003.AutoSize = true;
|
|
this.chkWrite2003.Location = new System.Drawing.Point(3, 61);
|
|
this.chkWrite2003.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
this.chkWrite2003.Name = "chkWrite2003";
|
|
this.chkWrite2003.Size = new System.Drawing.Size(56, 17);
|
|
this.chkWrite2003.TabIndex = 40;
|
|
this.chkWrite2003.Text = "$2003";
|
|
this.chkWrite2003.UseVisualStyleBackColor = true;
|
|
this.chkWrite2003.Click += new System.EventHandler(this.chkShowHide_Click);
|
|
//
|
|
// chkWrite2004
|
|
//
|
|
this.chkWrite2004.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.chkWrite2004.AutoSize = true;
|
|
this.chkWrite2004.Location = new System.Drawing.Point(3, 81);
|
|
this.chkWrite2004.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
this.chkWrite2004.Name = "chkWrite2004";
|
|
this.chkWrite2004.Size = new System.Drawing.Size(56, 17);
|
|
this.chkWrite2004.TabIndex = 41;
|
|
this.chkWrite2004.Text = "$2004";
|
|
this.chkWrite2004.UseVisualStyleBackColor = true;
|
|
this.chkWrite2004.Click += new System.EventHandler(this.chkShowHide_Click);
|
|
//
|
|
// chkWrite2005
|
|
//
|
|
this.chkWrite2005.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.chkWrite2005.AutoSize = true;
|
|
this.chkWrite2005.Location = new System.Drawing.Point(96, 21);
|
|
this.chkWrite2005.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
this.chkWrite2005.Name = "chkWrite2005";
|
|
this.chkWrite2005.Size = new System.Drawing.Size(56, 17);
|
|
this.chkWrite2005.TabIndex = 42;
|
|
this.chkWrite2005.Text = "$2005";
|
|
this.chkWrite2005.UseVisualStyleBackColor = true;
|
|
this.chkWrite2005.Click += new System.EventHandler(this.chkShowHide_Click);
|
|
//
|
|
// chkWrite2006
|
|
//
|
|
this.chkWrite2006.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.chkWrite2006.AutoSize = true;
|
|
this.chkWrite2006.Location = new System.Drawing.Point(96, 41);
|
|
this.chkWrite2006.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
this.chkWrite2006.Name = "chkWrite2006";
|
|
this.chkWrite2006.Size = new System.Drawing.Size(56, 17);
|
|
this.chkWrite2006.TabIndex = 43;
|
|
this.chkWrite2006.Text = "$2006";
|
|
this.chkWrite2006.UseVisualStyleBackColor = true;
|
|
this.chkWrite2006.Click += new System.EventHandler(this.chkShowHide_Click);
|
|
//
|
|
// chkWrite2007
|
|
//
|
|
this.chkWrite2007.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.chkWrite2007.AutoSize = true;
|
|
this.chkWrite2007.Location = new System.Drawing.Point(96, 61);
|
|
this.chkWrite2007.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
this.chkWrite2007.Name = "chkWrite2007";
|
|
this.chkWrite2007.Size = new System.Drawing.Size(56, 17);
|
|
this.chkWrite2007.TabIndex = 44;
|
|
this.chkWrite2007.Text = "$2007";
|
|
this.chkWrite2007.UseVisualStyleBackColor = true;
|
|
this.chkWrite2007.Click += new System.EventHandler(this.chkShowHide_Click);
|
|
//
|
|
// picWrite2001
|
|
//
|
|
this.picWrite2001.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.picWrite2001.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picWrite2001.Location = new System.Drawing.Point(65, 43);
|
|
this.picWrite2001.Name = "picWrite2001";
|
|
this.picWrite2001.Size = new System.Drawing.Size(14, 14);
|
|
this.picWrite2001.TabIndex = 45;
|
|
this.picWrite2001.TabStop = false;
|
|
this.picWrite2001.BackColorChanged += new System.EventHandler(this.picColor_BackColorChanged);
|
|
//
|
|
// picWrite2003
|
|
//
|
|
this.picWrite2003.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.picWrite2003.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picWrite2003.Location = new System.Drawing.Point(65, 63);
|
|
this.picWrite2003.Name = "picWrite2003";
|
|
this.picWrite2003.Size = new System.Drawing.Size(14, 14);
|
|
this.picWrite2003.TabIndex = 46;
|
|
this.picWrite2003.TabStop = false;
|
|
this.picWrite2003.BackColorChanged += new System.EventHandler(this.picColor_BackColorChanged);
|
|
//
|
|
// lblPpuReads
|
|
//
|
|
this.lblPpuReads.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.lblPpuReads.AutoSize = true;
|
|
this.tableLayoutPanel2.SetColumnSpan(this.lblPpuReads, 4);
|
|
this.lblPpuReads.ForeColor = System.Drawing.SystemColors.GrayText;
|
|
this.lblPpuReads.Location = new System.Drawing.Point(0, 115);
|
|
this.lblPpuReads.Margin = new System.Windows.Forms.Padding(0, 0, 3, 2);
|
|
this.lblPpuReads.Name = "lblPpuReads";
|
|
this.lblPpuReads.Size = new System.Drawing.Size(105, 13);
|
|
this.lblPpuReads.TabIndex = 51;
|
|
this.lblPpuReads.Text = "PPU Register Reads";
|
|
//
|
|
// chkRead2002
|
|
//
|
|
this.chkRead2002.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.chkRead2002.AutoSize = true;
|
|
this.chkRead2002.Location = new System.Drawing.Point(3, 131);
|
|
this.chkRead2002.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
this.chkRead2002.Name = "chkRead2002";
|
|
this.chkRead2002.Size = new System.Drawing.Size(56, 17);
|
|
this.chkRead2002.TabIndex = 52;
|
|
this.chkRead2002.Text = "$2002";
|
|
this.chkRead2002.UseVisualStyleBackColor = true;
|
|
this.chkRead2002.Click += new System.EventHandler(this.chkShowHide_Click);
|
|
//
|
|
// chkRead2004
|
|
//
|
|
this.chkRead2004.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.chkRead2004.AutoSize = true;
|
|
this.chkRead2004.Location = new System.Drawing.Point(3, 151);
|
|
this.chkRead2004.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
this.chkRead2004.Name = "chkRead2004";
|
|
this.chkRead2004.Size = new System.Drawing.Size(56, 17);
|
|
this.chkRead2004.TabIndex = 53;
|
|
this.chkRead2004.Text = "$2004";
|
|
this.chkRead2004.UseVisualStyleBackColor = true;
|
|
this.chkRead2004.Click += new System.EventHandler(this.chkShowHide_Click);
|
|
//
|
|
// chkRead2007
|
|
//
|
|
this.chkRead2007.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.chkRead2007.AutoSize = true;
|
|
this.chkRead2007.Location = new System.Drawing.Point(96, 131);
|
|
this.chkRead2007.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
this.chkRead2007.Name = "chkRead2007";
|
|
this.chkRead2007.Size = new System.Drawing.Size(56, 17);
|
|
this.chkRead2007.TabIndex = 54;
|
|
this.chkRead2007.Text = "$2007";
|
|
this.chkRead2007.UseVisualStyleBackColor = true;
|
|
this.chkRead2007.Click += new System.EventHandler(this.chkShowHide_Click);
|
|
//
|
|
// picRead2002
|
|
//
|
|
this.picRead2002.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.picRead2002.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picRead2002.Location = new System.Drawing.Point(65, 133);
|
|
this.picRead2002.Name = "picRead2002";
|
|
this.picRead2002.Size = new System.Drawing.Size(14, 14);
|
|
this.picRead2002.TabIndex = 55;
|
|
this.picRead2002.TabStop = false;
|
|
this.picRead2002.BackColorChanged += new System.EventHandler(this.picColor_BackColorChanged);
|
|
//
|
|
// picRead2004
|
|
//
|
|
this.picRead2004.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.picRead2004.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picRead2004.Location = new System.Drawing.Point(65, 153);
|
|
this.picRead2004.Name = "picRead2004";
|
|
this.picRead2004.Size = new System.Drawing.Size(13, 13);
|
|
this.picRead2004.TabIndex = 56;
|
|
this.picRead2004.TabStop = false;
|
|
this.picRead2004.BackColorChanged += new System.EventHandler(this.picColor_BackColorChanged);
|
|
//
|
|
// picRead2007
|
|
//
|
|
this.picRead2007.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.picRead2007.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picRead2007.Location = new System.Drawing.Point(158, 133);
|
|
this.picRead2007.Name = "picRead2007";
|
|
this.picRead2007.Size = new System.Drawing.Size(14, 14);
|
|
this.picRead2007.TabIndex = 57;
|
|
this.picRead2007.TabStop = false;
|
|
this.picRead2007.BackColorChanged += new System.EventHandler(this.picColor_BackColorChanged);
|
|
//
|
|
// picWrite2004
|
|
//
|
|
this.picWrite2004.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.picWrite2004.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picWrite2004.Location = new System.Drawing.Point(65, 83);
|
|
this.picWrite2004.Name = "picWrite2004";
|
|
this.picWrite2004.Size = new System.Drawing.Size(14, 14);
|
|
this.picWrite2004.TabIndex = 47;
|
|
this.picWrite2004.TabStop = false;
|
|
this.picWrite2004.BackColorChanged += new System.EventHandler(this.picColor_BackColorChanged);
|
|
//
|
|
// picWrite2005
|
|
//
|
|
this.picWrite2005.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.picWrite2005.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picWrite2005.Location = new System.Drawing.Point(158, 23);
|
|
this.picWrite2005.Name = "picWrite2005";
|
|
this.picWrite2005.Size = new System.Drawing.Size(14, 14);
|
|
this.picWrite2005.TabIndex = 48;
|
|
this.picWrite2005.TabStop = false;
|
|
this.picWrite2005.BackColorChanged += new System.EventHandler(this.picColor_BackColorChanged);
|
|
//
|
|
// picWrite2007
|
|
//
|
|
this.picWrite2007.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.picWrite2007.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picWrite2007.Location = new System.Drawing.Point(158, 63);
|
|
this.picWrite2007.Name = "picWrite2007";
|
|
this.picWrite2007.Size = new System.Drawing.Size(14, 14);
|
|
this.picWrite2007.TabIndex = 50;
|
|
this.picWrite2007.TabStop = false;
|
|
this.picWrite2007.BackColorChanged += new System.EventHandler(this.picColor_BackColorChanged);
|
|
//
|
|
// picWrite2006
|
|
//
|
|
this.picWrite2006.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.picWrite2006.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picWrite2006.Location = new System.Drawing.Point(158, 43);
|
|
this.picWrite2006.Name = "picWrite2006";
|
|
this.picWrite2006.Size = new System.Drawing.Size(14, 14);
|
|
this.picWrite2006.TabIndex = 49;
|
|
this.picWrite2006.TabStop = false;
|
|
this.picWrite2006.BackColorChanged += new System.EventHandler(this.picColor_BackColorChanged);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.label1.AutoSize = true;
|
|
this.tableLayoutPanel2.SetColumnSpan(this.label1, 4);
|
|
this.label1.ForeColor = System.Drawing.SystemColors.GrayText;
|
|
this.label1.Location = new System.Drawing.Point(0, 184);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(0, 0, 3, 2);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(38, 13);
|
|
this.label1.TabIndex = 58;
|
|
this.label1.Text = "Others";
|
|
//
|
|
// chkShowMapperRegisterReads
|
|
//
|
|
this.chkShowMapperRegisterReads.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.chkShowMapperRegisterReads.AutoSize = true;
|
|
this.tableLayoutPanel2.SetColumnSpan(this.chkShowMapperRegisterReads, 3);
|
|
this.chkShowMapperRegisterReads.Location = new System.Drawing.Point(3, 220);
|
|
this.chkShowMapperRegisterReads.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
this.chkShowMapperRegisterReads.Name = "chkShowMapperRegisterReads";
|
|
this.chkShowMapperRegisterReads.Size = new System.Drawing.Size(138, 17);
|
|
this.chkShowMapperRegisterReads.TabIndex = 5;
|
|
this.chkShowMapperRegisterReads.Text = "Mapper Register Reads";
|
|
this.chkShowMapperRegisterReads.UseVisualStyleBackColor = true;
|
|
this.chkShowMapperRegisterReads.Click += new System.EventHandler(this.chkShowHide_Click);
|
|
//
|
|
// picMapperRead
|
|
//
|
|
this.picMapperRead.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.picMapperRead.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picMapperRead.Location = new System.Drawing.Point(158, 222);
|
|
this.picMapperRead.Name = "picMapperRead";
|
|
this.picMapperRead.Size = new System.Drawing.Size(14, 14);
|
|
this.picMapperRead.TabIndex = 62;
|
|
this.picMapperRead.TabStop = false;
|
|
this.picMapperRead.BackColorChanged += new System.EventHandler(this.picColor_BackColorChanged);
|
|
//
|
|
// picMapperWrite
|
|
//
|
|
this.picMapperWrite.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.picMapperWrite.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picMapperWrite.Location = new System.Drawing.Point(158, 202);
|
|
this.picMapperWrite.Name = "picMapperWrite";
|
|
this.picMapperWrite.Size = new System.Drawing.Size(14, 14);
|
|
this.picMapperWrite.TabIndex = 59;
|
|
this.picMapperWrite.TabStop = false;
|
|
this.picMapperWrite.BackColorChanged += new System.EventHandler(this.picColor_BackColorChanged);
|
|
//
|
|
// chkShowIrq
|
|
//
|
|
this.chkShowIrq.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.chkShowIrq.AutoSize = true;
|
|
this.chkShowIrq.Location = new System.Drawing.Point(3, 320);
|
|
this.chkShowIrq.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
this.chkShowIrq.Name = "chkShowIrq";
|
|
this.chkShowIrq.Size = new System.Drawing.Size(45, 17);
|
|
this.chkShowIrq.TabIndex = 2;
|
|
this.chkShowIrq.Text = "IRQ";
|
|
this.chkShowIrq.UseVisualStyleBackColor = true;
|
|
this.chkShowIrq.Click += new System.EventHandler(this.chkShowHide_Click);
|
|
//
|
|
// chkShowNmi
|
|
//
|
|
this.chkShowNmi.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.chkShowNmi.AutoSize = true;
|
|
this.chkShowNmi.Location = new System.Drawing.Point(3, 340);
|
|
this.chkShowNmi.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
this.chkShowNmi.Name = "chkShowNmi";
|
|
this.chkShowNmi.Size = new System.Drawing.Size(46, 17);
|
|
this.chkShowNmi.TabIndex = 3;
|
|
this.chkShowNmi.Text = "NMI";
|
|
this.chkShowNmi.UseVisualStyleBackColor = true;
|
|
this.chkShowNmi.Click += new System.EventHandler(this.chkShowHide_Click);
|
|
//
|
|
// chkShowSpriteZero
|
|
//
|
|
this.chkShowSpriteZero.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.chkShowSpriteZero.AutoSize = true;
|
|
this.tableLayoutPanel2.SetColumnSpan(this.chkShowSpriteZero, 2);
|
|
this.chkShowSpriteZero.Location = new System.Drawing.Point(3, 360);
|
|
this.chkShowSpriteZero.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
this.chkShowSpriteZero.Name = "chkShowSpriteZero";
|
|
this.chkShowSpriteZero.Size = new System.Drawing.Size(78, 17);
|
|
this.chkShowSpriteZero.TabIndex = 4;
|
|
this.chkShowSpriteZero.Text = "Sprite 0 Hit";
|
|
this.chkShowSpriteZero.UseVisualStyleBackColor = true;
|
|
this.chkShowSpriteZero.Click += new System.EventHandler(this.chkShowHide_Click);
|
|
//
|
|
// chkBreakpoints
|
|
//
|
|
this.chkBreakpoints.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.chkBreakpoints.AutoSize = true;
|
|
this.tableLayoutPanel2.SetColumnSpan(this.chkBreakpoints, 3);
|
|
this.chkBreakpoints.Location = new System.Drawing.Point(3, 400);
|
|
this.chkBreakpoints.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
this.chkBreakpoints.Name = "chkBreakpoints";
|
|
this.chkBreakpoints.Size = new System.Drawing.Size(121, 17);
|
|
this.chkBreakpoints.TabIndex = 7;
|
|
this.chkBreakpoints.Text = "Marked Breakpoints";
|
|
this.chkBreakpoints.UseVisualStyleBackColor = true;
|
|
this.chkBreakpoints.Click += new System.EventHandler(this.chkShowHide_Click);
|
|
//
|
|
// chkShowDmcDmaRead
|
|
//
|
|
this.chkShowDmcDmaRead.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.chkShowDmcDmaRead.AutoSize = true;
|
|
this.tableLayoutPanel2.SetColumnSpan(this.chkShowDmcDmaRead, 3);
|
|
this.chkShowDmcDmaRead.Location = new System.Drawing.Point(3, 380);
|
|
this.chkShowDmcDmaRead.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
this.chkShowDmcDmaRead.Name = "chkShowDmcDmaRead";
|
|
this.chkShowDmcDmaRead.Size = new System.Drawing.Size(106, 17);
|
|
this.chkShowDmcDmaRead.TabIndex = 65;
|
|
this.chkShowDmcDmaRead.Text = "DMC DMA Read";
|
|
this.chkShowDmcDmaRead.UseVisualStyleBackColor = true;
|
|
this.chkShowDmcDmaRead.Click += new System.EventHandler(this.chkShowHide_Click);
|
|
//
|
|
// picIrq
|
|
//
|
|
this.picIrq.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.picIrq.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picIrq.Location = new System.Drawing.Point(158, 322);
|
|
this.picIrq.Name = "picIrq";
|
|
this.picIrq.Size = new System.Drawing.Size(14, 14);
|
|
this.picIrq.TabIndex = 60;
|
|
this.picIrq.TabStop = false;
|
|
this.picIrq.BackColorChanged += new System.EventHandler(this.picColor_BackColorChanged);
|
|
//
|
|
// picNmi
|
|
//
|
|
this.picNmi.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.picNmi.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picNmi.Location = new System.Drawing.Point(158, 342);
|
|
this.picNmi.Name = "picNmi";
|
|
this.picNmi.Size = new System.Drawing.Size(14, 14);
|
|
this.picNmi.TabIndex = 63;
|
|
this.picNmi.TabStop = false;
|
|
this.picNmi.BackColorChanged += new System.EventHandler(this.picColor_BackColorChanged);
|
|
//
|
|
// picSpriteZeroHit
|
|
//
|
|
this.picSpriteZeroHit.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.picSpriteZeroHit.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picSpriteZeroHit.Location = new System.Drawing.Point(158, 362);
|
|
this.picSpriteZeroHit.Name = "picSpriteZeroHit";
|
|
this.picSpriteZeroHit.Size = new System.Drawing.Size(14, 14);
|
|
this.picSpriteZeroHit.TabIndex = 61;
|
|
this.picSpriteZeroHit.TabStop = false;
|
|
this.picSpriteZeroHit.BackColorChanged += new System.EventHandler(this.picColor_BackColorChanged);
|
|
//
|
|
// picBreakpoint
|
|
//
|
|
this.picBreakpoint.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.picBreakpoint.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picBreakpoint.Location = new System.Drawing.Point(158, 402);
|
|
this.picBreakpoint.Name = "picBreakpoint";
|
|
this.picBreakpoint.Size = new System.Drawing.Size(14, 14);
|
|
this.picBreakpoint.TabIndex = 64;
|
|
this.picBreakpoint.TabStop = false;
|
|
this.picBreakpoint.BackColorChanged += new System.EventHandler(this.picColor_BackColorChanged);
|
|
//
|
|
// picDmcDmaRead
|
|
//
|
|
this.picDmcDmaRead.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.picDmcDmaRead.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picDmcDmaRead.Location = new System.Drawing.Point(158, 382);
|
|
this.picDmcDmaRead.Name = "picDmcDmaRead";
|
|
this.picDmcDmaRead.Size = new System.Drawing.Size(14, 14);
|
|
this.picDmcDmaRead.TabIndex = 66;
|
|
this.picDmcDmaRead.TabStop = false;
|
|
this.picDmcDmaRead.BackColorChanged += new System.EventHandler(this.picColor_BackColorChanged);
|
|
//
|
|
// chkShowApuRegisterWrites
|
|
//
|
|
this.chkShowApuRegisterWrites.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.chkShowApuRegisterWrites.AutoSize = true;
|
|
this.tableLayoutPanel2.SetColumnSpan(this.chkShowApuRegisterWrites, 3);
|
|
this.chkShowApuRegisterWrites.Location = new System.Drawing.Point(3, 240);
|
|
this.chkShowApuRegisterWrites.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
this.chkShowApuRegisterWrites.Name = "chkShowApuRegisterWrites";
|
|
this.chkShowApuRegisterWrites.Size = new System.Drawing.Size(123, 17);
|
|
this.chkShowApuRegisterWrites.TabIndex = 69;
|
|
this.chkShowApuRegisterWrites.Text = "APU Register Writes";
|
|
this.chkShowApuRegisterWrites.UseVisualStyleBackColor = true;
|
|
this.chkShowApuRegisterWrites.Click += new System.EventHandler(this.chkShowHide_Click);
|
|
//
|
|
// chkShowApuRegisterReads
|
|
//
|
|
this.chkShowApuRegisterReads.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.chkShowApuRegisterReads.AutoSize = true;
|
|
this.tableLayoutPanel2.SetColumnSpan(this.chkShowApuRegisterReads, 3);
|
|
this.chkShowApuRegisterReads.Location = new System.Drawing.Point(3, 260);
|
|
this.chkShowApuRegisterReads.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
this.chkShowApuRegisterReads.Name = "chkShowApuRegisterReads";
|
|
this.chkShowApuRegisterReads.Size = new System.Drawing.Size(124, 17);
|
|
this.chkShowApuRegisterReads.TabIndex = 68;
|
|
this.chkShowApuRegisterReads.Text = "APU Register Reads";
|
|
this.chkShowApuRegisterReads.UseVisualStyleBackColor = true;
|
|
this.chkShowApuRegisterReads.Click += new System.EventHandler(this.chkShowHide_Click);
|
|
//
|
|
// tpgListView
|
|
//
|
|
this.tpgListView.Controls.Add(this.ctrlEventViewerListView);
|
|
this.tpgListView.Location = new System.Drawing.Point(4, 22);
|
|
this.tpgListView.Name = "tpgListView";
|
|
this.tpgListView.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tpgListView.Size = new System.Drawing.Size(782, 535);
|
|
this.tpgListView.TabIndex = 1;
|
|
this.tpgListView.Text = "List View";
|
|
this.tpgListView.UseVisualStyleBackColor = true;
|
|
//
|
|
// ctrlEventViewerListView
|
|
//
|
|
this.ctrlEventViewerListView.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.ctrlEventViewerListView.Location = new System.Drawing.Point(3, 3);
|
|
this.ctrlEventViewerListView.Name = "ctrlEventViewerListView";
|
|
this.ctrlEventViewerListView.Size = new System.Drawing.Size(776, 529);
|
|
this.ctrlEventViewerListView.TabIndex = 0;
|
|
//
|
|
// menuStrip1
|
|
//
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.fileToolStripMenuItem,
|
|
this.viewToolStripMenuItem});
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
this.menuStrip1.Size = new System.Drawing.Size(790, 24);
|
|
this.menuStrip1.TabIndex = 3;
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
//
|
|
// fileToolStripMenuItem
|
|
//
|
|
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.mnuClose});
|
|
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
|
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
|
|
this.fileToolStripMenuItem.Text = "File";
|
|
//
|
|
// mnuClose
|
|
//
|
|
this.mnuClose.Image = global::Mesen.GUI.Properties.Resources.Exit;
|
|
this.mnuClose.Name = "mnuClose";
|
|
this.mnuClose.Size = new System.Drawing.Size(103, 22);
|
|
this.mnuClose.Text = "Close";
|
|
this.mnuClose.Click += new System.EventHandler(this.mnuClose_Click);
|
|
//
|
|
// viewToolStripMenuItem
|
|
//
|
|
this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.mnuRefresh,
|
|
this.mnuAutoRefreshSpeed,
|
|
this.toolStripSeparator1,
|
|
this.mnuAutoRefresh,
|
|
this.mnuRefreshOnBreak,
|
|
this.toolStripMenuItem1,
|
|
this.mnuResetColors,
|
|
this.toolStripMenuItem2,
|
|
this.mnuZoomIn,
|
|
this.mnuZoomOut});
|
|
this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
|
|
this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
|
|
this.viewToolStripMenuItem.Text = "View";
|
|
//
|
|
// mnuRefresh
|
|
//
|
|
this.mnuRefresh.Image = global::Mesen.GUI.Properties.Resources.Reset;
|
|
this.mnuRefresh.Name = "mnuRefresh";
|
|
this.mnuRefresh.Size = new System.Drawing.Size(198, 22);
|
|
this.mnuRefresh.Text = "Refresh";
|
|
this.mnuRefresh.Click += new System.EventHandler(this.mnuRefresh_Click);
|
|
//
|
|
// mnuAutoRefreshSpeed
|
|
//
|
|
this.mnuAutoRefreshSpeed.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.mnuAutoRefreshLow,
|
|
this.mnuAutoRefreshNormal,
|
|
this.mnuAutoRefreshHigh});
|
|
this.mnuAutoRefreshSpeed.Image = global::Mesen.GUI.Properties.Resources.Speed;
|
|
this.mnuAutoRefreshSpeed.Name = "mnuAutoRefreshSpeed";
|
|
this.mnuAutoRefreshSpeed.Size = new System.Drawing.Size(198, 22);
|
|
this.mnuAutoRefreshSpeed.Text = "Auto-refresh Speed";
|
|
//
|
|
// mnuAutoRefreshLow
|
|
//
|
|
this.mnuAutoRefreshLow.Name = "mnuAutoRefreshLow";
|
|
this.mnuAutoRefreshLow.Size = new System.Drawing.Size(159, 22);
|
|
this.mnuAutoRefreshLow.Text = "Low (15 FPS)";
|
|
//
|
|
// mnuAutoRefreshNormal
|
|
//
|
|
this.mnuAutoRefreshNormal.Name = "mnuAutoRefreshNormal";
|
|
this.mnuAutoRefreshNormal.Size = new System.Drawing.Size(159, 22);
|
|
this.mnuAutoRefreshNormal.Text = "Normal (30 FPS)";
|
|
//
|
|
// mnuAutoRefreshHigh
|
|
//
|
|
this.mnuAutoRefreshHigh.Name = "mnuAutoRefreshHigh";
|
|
this.mnuAutoRefreshHigh.Size = new System.Drawing.Size(159, 22);
|
|
this.mnuAutoRefreshHigh.Text = "High (60 FPS)";
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(195, 6);
|
|
//
|
|
// mnuAutoRefresh
|
|
//
|
|
this.mnuAutoRefresh.Checked = true;
|
|
this.mnuAutoRefresh.CheckOnClick = true;
|
|
this.mnuAutoRefresh.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.mnuAutoRefresh.Name = "mnuAutoRefresh";
|
|
this.mnuAutoRefresh.Size = new System.Drawing.Size(198, 22);
|
|
this.mnuAutoRefresh.Text = "Auto-refresh";
|
|
this.mnuAutoRefresh.CheckedChanged += new System.EventHandler(this.mnuAutoRefresh_CheckedChanged);
|
|
//
|
|
// mnuRefreshOnBreak
|
|
//
|
|
this.mnuRefreshOnBreak.CheckOnClick = true;
|
|
this.mnuRefreshOnBreak.Name = "mnuRefreshOnBreak";
|
|
this.mnuRefreshOnBreak.Size = new System.Drawing.Size(198, 22);
|
|
this.mnuRefreshOnBreak.Text = "Refresh on pause/break";
|
|
this.mnuRefreshOnBreak.Click += new System.EventHandler(this.mnuRefreshOnBreak_Click);
|
|
//
|
|
// toolStripMenuItem1
|
|
//
|
|
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
|
this.toolStripMenuItem1.Size = new System.Drawing.Size(195, 6);
|
|
//
|
|
// mnuResetColors
|
|
//
|
|
this.mnuResetColors.Name = "mnuResetColors";
|
|
this.mnuResetColors.Size = new System.Drawing.Size(198, 22);
|
|
this.mnuResetColors.Text = "Reset colors to default";
|
|
this.mnuResetColors.Click += new System.EventHandler(this.mnuResetColors_Click);
|
|
//
|
|
// toolStripMenuItem2
|
|
//
|
|
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
|
|
this.toolStripMenuItem2.Size = new System.Drawing.Size(195, 6);
|
|
//
|
|
// mnuZoomIn
|
|
//
|
|
this.mnuZoomIn.Name = "mnuZoomIn";
|
|
this.mnuZoomIn.Size = new System.Drawing.Size(198, 22);
|
|
this.mnuZoomIn.Text = "Zoom In";
|
|
//
|
|
// mnuZoomOut
|
|
//
|
|
this.mnuZoomOut.Name = "mnuZoomOut";
|
|
this.mnuZoomOut.Size = new System.Drawing.Size(198, 22);
|
|
this.mnuZoomOut.Text = "Zoom Out";
|
|
//
|
|
// frmEventViewer
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(790, 558);
|
|
this.Controls.Add(this.tabMain);
|
|
this.Controls.Add(this.menuStrip1);
|
|
this.Name = "frmEventViewer";
|
|
this.Text = "Event Viewer";
|
|
this.tabMain.ResumeLayout(false);
|
|
this.tpgPpuView.ResumeLayout(false);
|
|
this.grpShow.ResumeLayout(false);
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
this.tableLayoutPanel2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.picControlRead)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picControlWrite)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picApuRead)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picApuWrite)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picWrite2000)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picWrite2001)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picWrite2003)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picRead2002)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picRead2004)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picRead2007)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picWrite2004)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picWrite2005)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picWrite2007)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picWrite2006)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picMapperRead)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picMapperWrite)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picIrq)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picNmi)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picSpriteZeroHit)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picBreakpoint)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picDmcDmaRead)).EndInit();
|
|
this.tpgListView.ResumeLayout(false);
|
|
this.menuStrip1.ResumeLayout(false);
|
|
this.menuStrip1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TabControl tabMain;
|
|
private System.Windows.Forms.TabPage tpgPpuView;
|
|
private Controls.ctrlEventViewerPpuView ctrlEventViewerPpuView;
|
|
private Mesen.GUI.Controls.ctrlMesenMenuStrip menuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuClose;
|
|
private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
private System.Windows.Forms.CheckBox chkShowMapperRegisterReads;
|
|
private System.Windows.Forms.CheckBox chkShowNmi;
|
|
private System.Windows.Forms.CheckBox chkShowIrq;
|
|
private System.Windows.Forms.CheckBox chkShowMapperRegisterWrites;
|
|
private System.Windows.Forms.CheckBox chkShowSpriteZero;
|
|
private System.Windows.Forms.CheckBox chkBreakpoints;
|
|
private System.Windows.Forms.GroupBox grpShow;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuRefreshOnBreak;
|
|
private System.Windows.Forms.TabPage tpgListView;
|
|
private Controls.ctrlEventViewerListView ctrlEventViewerListView;
|
|
private System.Windows.Forms.CheckBox chkShowPreviousFrameEvents;
|
|
private System.Windows.Forms.Label lblPpuWrites;
|
|
private System.Windows.Forms.CheckBox chkWrite2000;
|
|
private ctrlColorPicker picWrite2000;
|
|
private System.Windows.Forms.CheckBox chkWrite2001;
|
|
private System.Windows.Forms.CheckBox chkWrite2003;
|
|
private System.Windows.Forms.CheckBox chkWrite2004;
|
|
private System.Windows.Forms.CheckBox chkWrite2005;
|
|
private System.Windows.Forms.CheckBox chkWrite2006;
|
|
private System.Windows.Forms.CheckBox chkWrite2007;
|
|
private ctrlColorPicker picWrite2001;
|
|
private ctrlColorPicker picWrite2003;
|
|
private ctrlColorPicker picWrite2004;
|
|
private ctrlColorPicker picWrite2005;
|
|
private ctrlColorPicker picWrite2006;
|
|
private ctrlColorPicker picWrite2007;
|
|
private System.Windows.Forms.Label lblPpuReads;
|
|
private System.Windows.Forms.CheckBox chkRead2002;
|
|
private System.Windows.Forms.CheckBox chkRead2004;
|
|
private System.Windows.Forms.CheckBox chkRead2007;
|
|
private ctrlColorPicker picRead2002;
|
|
private ctrlColorPicker picRead2004;
|
|
private ctrlColorPicker picRead2007;
|
|
private System.Windows.Forms.Label label1;
|
|
private ctrlColorPicker picMapperWrite;
|
|
private ctrlColorPicker picIrq;
|
|
private ctrlColorPicker picSpriteZeroHit;
|
|
private ctrlColorPicker picMapperRead;
|
|
private ctrlColorPicker picNmi;
|
|
private ctrlColorPicker picBreakpoint;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuResetColors;
|
|
private System.Windows.Forms.CheckBox chkShowDmcDmaRead;
|
|
private ctrlColorPicker picDmcDmaRead;
|
|
private System.Windows.Forms.CheckBox chkShowNtscBorders;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuZoomIn;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuZoomOut;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuRefresh;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuAutoRefreshSpeed;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuAutoRefreshLow;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuAutoRefreshNormal;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuAutoRefreshHigh;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuAutoRefresh;
|
|
private ctrlColorPicker picControlRead;
|
|
private ctrlColorPicker picControlWrite;
|
|
private ctrlColorPicker picApuRead;
|
|
private ctrlColorPicker picApuWrite;
|
|
private System.Windows.Forms.CheckBox chkShowControlRegisterReads;
|
|
private System.Windows.Forms.CheckBox chkShowControlRegisterWrites;
|
|
private System.Windows.Forms.CheckBox chkShowApuRegisterWrites;
|
|
private System.Windows.Forms.CheckBox chkShowApuRegisterReads;
|
|
}
|
|
} |