Mesen-X/GUI.NET/Debugger/frmEventViewerColors.Designer.cs

602 lines
28 KiB
C#
Raw Normal View History

namespace Mesen.GUI.Debugger
{
partial class frmEventViewerColors
{
/// <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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.lblBreakpoint = new System.Windows.Forms.Label();
this.lblPpuRegisters = new System.Windows.Forms.Label();
this.lblMapperWrite = new System.Windows.Forms.Label();
this.lblOthers = new System.Windows.Forms.Label();
this.picWrite2005 = new System.Windows.Forms.PictureBox();
this.lblWrite2001 = new System.Windows.Forms.Label();
this.picWrite2003 = new System.Windows.Forms.PictureBox();
this.picWrite2001 = new System.Windows.Forms.PictureBox();
this.picWrite2004 = new System.Windows.Forms.PictureBox();
this.lblWrite2000 = new System.Windows.Forms.Label();
this.picWrite2000 = new System.Windows.Forms.PictureBox();
this.picMapperRead = new System.Windows.Forms.PictureBox();
this.lblMapperRead = new System.Windows.Forms.Label();
this.picMapperWrite = new System.Windows.Forms.PictureBox();
this.lblIrq = new System.Windows.Forms.Label();
this.picIrq = new System.Windows.Forms.PictureBox();
this.picWrite2006 = new System.Windows.Forms.PictureBox();
this.lblNmi = new System.Windows.Forms.Label();
this.picNmi = new System.Windows.Forms.PictureBox();
this.lblWrite2003 = new System.Windows.Forms.Label();
this.lblWrite2005 = new System.Windows.Forms.Label();
this.lblWrite2004 = new System.Windows.Forms.Label();
this.lblWrite2006 = new System.Windows.Forms.Label();
this.lblRead2002 = new System.Windows.Forms.Label();
this.lblWrite2007 = new System.Windows.Forms.Label();
this.picWrite2007 = new System.Windows.Forms.PictureBox();
this.picRead2002 = new System.Windows.Forms.PictureBox();
this.lblRead2004 = new System.Windows.Forms.Label();
this.lblRead2007 = new System.Windows.Forms.Label();
this.picRead2004 = new System.Windows.Forms.PictureBox();
this.picRead2007 = new System.Windows.Forms.PictureBox();
this.lblSpriteZeroHit = new System.Windows.Forms.Label();
this.picSpriteZeroHit = new System.Windows.Forms.PictureBox();
this.picBreakpoint = new System.Windows.Forms.PictureBox();
this.btnReset = new System.Windows.Forms.Button();
this.baseConfigPanel.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picWrite2005)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picWrite2003)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picWrite2001)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picWrite2004)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picWrite2000)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picMapperRead)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picMapperWrite)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picIrq)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picWrite2006)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picNmi)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picWrite2007)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picRead2002)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picRead2004)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picRead2007)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picSpriteZeroHit)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picBreakpoint)).BeginInit();
this.SuspendLayout();
//
// baseConfigPanel
//
this.baseConfigPanel.Controls.Add(this.btnReset);
this.baseConfigPanel.Location = new System.Drawing.Point(0, 349);
this.baseConfigPanel.Size = new System.Drawing.Size(406, 29);
this.baseConfigPanel.Controls.SetChildIndex(this.btnReset, 0);
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 6;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 49.99998F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.00002F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.Controls.Add(this.lblBreakpoint, 3, 9);
this.tableLayoutPanel1.Controls.Add(this.lblPpuRegisters, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.lblMapperWrite, 0, 7);
this.tableLayoutPanel1.Controls.Add(this.lblOthers, 0, 6);
this.tableLayoutPanel1.Controls.Add(this.picWrite2005, 1, 3);
this.tableLayoutPanel1.Controls.Add(this.lblWrite2001, 3, 1);
this.tableLayoutPanel1.Controls.Add(this.picWrite2003, 1, 2);
this.tableLayoutPanel1.Controls.Add(this.picWrite2001, 4, 1);
this.tableLayoutPanel1.Controls.Add(this.picWrite2004, 4, 2);
this.tableLayoutPanel1.Controls.Add(this.lblWrite2000, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.picWrite2000, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.picMapperRead, 1, 7);
this.tableLayoutPanel1.Controls.Add(this.lblMapperRead, 3, 7);
this.tableLayoutPanel1.Controls.Add(this.picMapperWrite, 4, 7);
this.tableLayoutPanel1.Controls.Add(this.lblIrq, 0, 8);
this.tableLayoutPanel1.Controls.Add(this.picIrq, 1, 8);
this.tableLayoutPanel1.Controls.Add(this.picWrite2006, 4, 3);
this.tableLayoutPanel1.Controls.Add(this.lblNmi, 3, 8);
this.tableLayoutPanel1.Controls.Add(this.picNmi, 4, 8);
this.tableLayoutPanel1.Controls.Add(this.lblWrite2003, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.lblWrite2005, 0, 3);
this.tableLayoutPanel1.Controls.Add(this.lblWrite2004, 3, 2);
this.tableLayoutPanel1.Controls.Add(this.lblWrite2006, 3, 3);
this.tableLayoutPanel1.Controls.Add(this.lblRead2002, 3, 4);
this.tableLayoutPanel1.Controls.Add(this.lblWrite2007, 0, 4);
this.tableLayoutPanel1.Controls.Add(this.picWrite2007, 1, 4);
this.tableLayoutPanel1.Controls.Add(this.picRead2002, 4, 4);
this.tableLayoutPanel1.Controls.Add(this.lblRead2004, 0, 5);
this.tableLayoutPanel1.Controls.Add(this.lblRead2007, 3, 5);
this.tableLayoutPanel1.Controls.Add(this.picRead2004, 1, 5);
this.tableLayoutPanel1.Controls.Add(this.picRead2007, 4, 5);
this.tableLayoutPanel1.Controls.Add(this.lblSpriteZeroHit, 0, 9);
this.tableLayoutPanel1.Controls.Add(this.picSpriteZeroHit, 1, 9);
this.tableLayoutPanel1.Controls.Add(this.picBreakpoint, 4, 9);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 11;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
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());
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());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(406, 378);
this.tableLayoutPanel1.TabIndex = 2;
//
// lblBreakpoint
//
this.lblBreakpoint.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.lblBreakpoint.AutoSize = true;
this.lblBreakpoint.Location = new System.Drawing.Point(215, 318);
this.lblBreakpoint.Name = "lblBreakpoint";
this.lblBreakpoint.Size = new System.Drawing.Size(61, 13);
this.lblBreakpoint.TabIndex = 42;
this.lblBreakpoint.Text = "Breakpoint:";
//
// lblPpuRegisters
//
this.lblPpuRegisters.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblPpuRegisters.AutoSize = true;
this.tableLayoutPanel1.SetColumnSpan(this.lblPpuRegisters, 3);
this.lblPpuRegisters.ForeColor = System.Drawing.SystemColors.GrayText;
this.lblPpuRegisters.Location = new System.Drawing.Point(0, 7);
this.lblPpuRegisters.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
this.lblPpuRegisters.Name = "lblPpuRegisters";
this.lblPpuRegisters.Size = new System.Drawing.Size(76, 13);
this.lblPpuRegisters.TabIndex = 41;
this.lblPpuRegisters.Text = "PPU Registers";
//
// lblMapperWrite
//
this.lblMapperWrite.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.lblMapperWrite.AutoSize = true;
this.lblMapperWrite.Location = new System.Drawing.Point(3, 242);
this.lblMapperWrite.Name = "lblMapperWrite";
this.lblMapperWrite.Size = new System.Drawing.Size(113, 13);
this.lblMapperWrite.TabIndex = 25;
this.lblMapperWrite.Text = "Mapper Register Write";
//
// lblOthers
//
this.lblOthers.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblOthers.AutoSize = true;
this.tableLayoutPanel1.SetColumnSpan(this.lblOthers, 3);
this.lblOthers.ForeColor = System.Drawing.SystemColors.GrayText;
this.lblOthers.Location = new System.Drawing.Point(0, 217);
this.lblOthers.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
this.lblOthers.Name = "lblOthers";
this.lblOthers.Size = new System.Drawing.Size(38, 13);
this.lblOthers.TabIndex = 24;
this.lblOthers.Text = "Others";
//
// picWrite2005
//
this.picWrite2005.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.picWrite2005.Cursor = System.Windows.Forms.Cursors.Hand;
this.picWrite2005.Location = new System.Drawing.Point(157, 99);
this.picWrite2005.Name = "picWrite2005";
this.picWrite2005.Size = new System.Drawing.Size(32, 32);
this.picWrite2005.TabIndex = 7;
this.picWrite2005.TabStop = false;
this.picWrite2005.Click += new System.EventHandler(this.picColorPicker_Click);
//
// lblWrite2001
//
this.lblWrite2001.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.lblWrite2001.AutoSize = true;
this.lblWrite2001.Location = new System.Drawing.Point(215, 32);
this.lblWrite2001.Name = "lblWrite2001";
this.lblWrite2001.Size = new System.Drawing.Size(54, 13);
this.lblWrite2001.TabIndex = 10;
this.lblWrite2001.Text = "W: $2001";
//
// picWrite2003
//
this.picWrite2003.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.picWrite2003.Cursor = System.Windows.Forms.Cursors.Hand;
this.picWrite2003.Location = new System.Drawing.Point(157, 61);
this.picWrite2003.Name = "picWrite2003";
this.picWrite2003.Size = new System.Drawing.Size(32, 32);
this.picWrite2003.TabIndex = 6;
this.picWrite2003.TabStop = false;
this.picWrite2003.Click += new System.EventHandler(this.picColorPicker_Click);
//
// picWrite2001
//
this.picWrite2001.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.picWrite2001.Cursor = System.Windows.Forms.Cursors.Hand;
this.picWrite2001.Location = new System.Drawing.Point(370, 23);
this.picWrite2001.Name = "picWrite2001";
this.picWrite2001.Size = new System.Drawing.Size(32, 32);
this.picWrite2001.TabIndex = 8;
this.picWrite2001.TabStop = false;
this.picWrite2001.Click += new System.EventHandler(this.picColorPicker_Click);
//
// picWrite2004
//
this.picWrite2004.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.picWrite2004.Cursor = System.Windows.Forms.Cursors.Hand;
this.picWrite2004.Location = new System.Drawing.Point(370, 61);
this.picWrite2004.Name = "picWrite2004";
this.picWrite2004.Size = new System.Drawing.Size(32, 32);
this.picWrite2004.TabIndex = 12;
this.picWrite2004.TabStop = false;
this.picWrite2004.Click += new System.EventHandler(this.picColorPicker_Click);
//
// lblWrite2000
//
this.lblWrite2000.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.lblWrite2000.AutoSize = true;
this.lblWrite2000.Location = new System.Drawing.Point(3, 32);
this.lblWrite2000.Name = "lblWrite2000";
this.lblWrite2000.Size = new System.Drawing.Size(54, 13);
this.lblWrite2000.TabIndex = 11;
this.lblWrite2000.Text = "W: $2000";
//
// picWrite2000
//
this.picWrite2000.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.picWrite2000.Cursor = System.Windows.Forms.Cursors.Hand;
this.picWrite2000.Location = new System.Drawing.Point(157, 23);
this.picWrite2000.Name = "picWrite2000";
this.picWrite2000.Size = new System.Drawing.Size(32, 32);
this.picWrite2000.TabIndex = 9;
this.picWrite2000.TabStop = false;
this.picWrite2000.Click += new System.EventHandler(this.picColorPicker_Click);
//
// picMapperRead
//
this.picMapperRead.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.picMapperRead.Cursor = System.Windows.Forms.Cursors.Hand;
this.picMapperRead.Location = new System.Drawing.Point(157, 233);
this.picMapperRead.Name = "picMapperRead";
this.picMapperRead.Size = new System.Drawing.Size(32, 32);
this.picMapperRead.TabIndex = 26;
this.picMapperRead.TabStop = false;
this.picMapperRead.Click += new System.EventHandler(this.picColorPicker_Click);
//
// lblMapperRead
//
this.lblMapperRead.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.lblMapperRead.AutoSize = true;
this.lblMapperRead.Location = new System.Drawing.Point(215, 242);
this.lblMapperRead.Name = "lblMapperRead";
this.lblMapperRead.Size = new System.Drawing.Size(114, 13);
this.lblMapperRead.TabIndex = 27;
this.lblMapperRead.Text = "Mapper Register Read";
//
// picMapperWrite
//
this.picMapperWrite.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.picMapperWrite.Cursor = System.Windows.Forms.Cursors.Hand;
this.picMapperWrite.Location = new System.Drawing.Point(370, 233);
this.picMapperWrite.Name = "picMapperWrite";
this.picMapperWrite.Size = new System.Drawing.Size(32, 32);
this.picMapperWrite.TabIndex = 28;
this.picMapperWrite.TabStop = false;
this.picMapperWrite.Click += new System.EventHandler(this.picColorPicker_Click);
//
// lblIrq
//
this.lblIrq.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.lblIrq.AutoSize = true;
this.lblIrq.Location = new System.Drawing.Point(3, 280);
this.lblIrq.Name = "lblIrq";
this.lblIrq.Size = new System.Drawing.Size(29, 13);
this.lblIrq.TabIndex = 31;
this.lblIrq.Text = "IRQ:";
//
// picIrq
//
this.picIrq.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.picIrq.Cursor = System.Windows.Forms.Cursors.Hand;
this.picIrq.Location = new System.Drawing.Point(157, 271);
this.picIrq.Name = "picIrq";
this.picIrq.Size = new System.Drawing.Size(32, 32);
this.picIrq.TabIndex = 32;
this.picIrq.TabStop = false;
this.picIrq.Click += new System.EventHandler(this.picColorPicker_Click);
//
// picWrite2006
//
this.picWrite2006.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.picWrite2006.Cursor = System.Windows.Forms.Cursors.Hand;
this.picWrite2006.Location = new System.Drawing.Point(370, 99);
this.picWrite2006.Name = "picWrite2006";
this.picWrite2006.Size = new System.Drawing.Size(32, 32);
this.picWrite2006.TabIndex = 36;
this.picWrite2006.TabStop = false;
this.picWrite2006.Click += new System.EventHandler(this.picColorPicker_Click);
//
// lblNmi
//
this.lblNmi.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.lblNmi.AutoSize = true;
this.lblNmi.Location = new System.Drawing.Point(215, 280);
this.lblNmi.Name = "lblNmi";
this.lblNmi.Size = new System.Drawing.Size(30, 13);
this.lblNmi.TabIndex = 29;
this.lblNmi.Text = "NMI:";
//
// picNmi
//
this.picNmi.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.picNmi.Cursor = System.Windows.Forms.Cursors.Hand;
this.picNmi.Location = new System.Drawing.Point(370, 271);
this.picNmi.Name = "picNmi";
this.picNmi.Size = new System.Drawing.Size(32, 32);
this.picNmi.TabIndex = 30;
this.picNmi.TabStop = false;
this.picNmi.Click += new System.EventHandler(this.picColorPicker_Click);
//
// lblWrite2003
//
this.lblWrite2003.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.lblWrite2003.AutoSize = true;
this.lblWrite2003.Location = new System.Drawing.Point(3, 70);
this.lblWrite2003.Name = "lblWrite2003";
this.lblWrite2003.Size = new System.Drawing.Size(54, 13);
this.lblWrite2003.TabIndex = 2;
this.lblWrite2003.Text = "W: $2003";
//
// lblWrite2005
//
this.lblWrite2005.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.lblWrite2005.AutoSize = true;
this.lblWrite2005.Location = new System.Drawing.Point(3, 108);
this.lblWrite2005.Name = "lblWrite2005";
this.lblWrite2005.Size = new System.Drawing.Size(54, 13);
this.lblWrite2005.TabIndex = 16;
this.lblWrite2005.Text = "W: $2005";
//
// lblWrite2004
//
this.lblWrite2004.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.lblWrite2004.AutoSize = true;
this.lblWrite2004.Location = new System.Drawing.Point(215, 70);
this.lblWrite2004.Name = "lblWrite2004";
this.lblWrite2004.Size = new System.Drawing.Size(54, 13);
this.lblWrite2004.TabIndex = 1;
this.lblWrite2004.Text = "W: $2004";
//
// lblWrite2006
//
this.lblWrite2006.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.lblWrite2006.AutoSize = true;
this.lblWrite2006.Location = new System.Drawing.Point(215, 108);
this.lblWrite2006.Name = "lblWrite2006";
this.lblWrite2006.Size = new System.Drawing.Size(54, 13);
this.lblWrite2006.TabIndex = 4;
this.lblWrite2006.Text = "W: $2006";
//
// lblRead2002
//
this.lblRead2002.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.lblRead2002.AutoSize = true;
this.lblRead2002.Location = new System.Drawing.Point(215, 146);
this.lblRead2002.Name = "lblRead2002";
this.lblRead2002.Size = new System.Drawing.Size(51, 13);
this.lblRead2002.TabIndex = 0;
this.lblRead2002.Text = "R: $2002";
//
// lblWrite2007
//
this.lblWrite2007.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.lblWrite2007.AutoSize = true;
this.lblWrite2007.Location = new System.Drawing.Point(3, 146);
this.lblWrite2007.Name = "lblWrite2007";
this.lblWrite2007.Size = new System.Drawing.Size(54, 13);
this.lblWrite2007.TabIndex = 35;
this.lblWrite2007.Text = "W: $2007";
//
// picWrite2007
//
this.picWrite2007.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.picWrite2007.Cursor = System.Windows.Forms.Cursors.Hand;
this.picWrite2007.Location = new System.Drawing.Point(157, 137);
this.picWrite2007.Name = "picWrite2007";
this.picWrite2007.Size = new System.Drawing.Size(32, 32);
this.picWrite2007.TabIndex = 17;
this.picWrite2007.TabStop = false;
this.picWrite2007.Click += new System.EventHandler(this.picColorPicker_Click);
//
// picRead2002
//
this.picRead2002.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.picRead2002.Cursor = System.Windows.Forms.Cursors.Hand;
this.picRead2002.Location = new System.Drawing.Point(370, 137);
this.picRead2002.Name = "picRead2002";
this.picRead2002.Size = new System.Drawing.Size(32, 32);
this.picRead2002.TabIndex = 5;
this.picRead2002.TabStop = false;
this.picRead2002.Click += new System.EventHandler(this.picColorPicker_Click);
//
// lblRead2004
//
this.lblRead2004.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.lblRead2004.AutoSize = true;
this.lblRead2004.Location = new System.Drawing.Point(3, 184);
this.lblRead2004.Name = "lblRead2004";
this.lblRead2004.Size = new System.Drawing.Size(51, 13);
this.lblRead2004.TabIndex = 37;
this.lblRead2004.Text = "R: $2004";
//
// lblRead2007
//
this.lblRead2007.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.lblRead2007.AutoSize = true;
this.lblRead2007.Location = new System.Drawing.Point(215, 184);
this.lblRead2007.Name = "lblRead2007";
this.lblRead2007.Size = new System.Drawing.Size(51, 13);
this.lblRead2007.TabIndex = 38;
this.lblRead2007.Text = "R: $2007";
//
// picRead2004
//
this.picRead2004.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.picRead2004.Cursor = System.Windows.Forms.Cursors.Hand;
this.picRead2004.Location = new System.Drawing.Point(157, 175);
this.picRead2004.Name = "picRead2004";
this.picRead2004.Size = new System.Drawing.Size(32, 32);
this.picRead2004.TabIndex = 39;
this.picRead2004.TabStop = false;
this.picRead2004.Click += new System.EventHandler(this.picColorPicker_Click);
//
// picRead2007
//
this.picRead2007.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.picRead2007.Cursor = System.Windows.Forms.Cursors.Hand;
this.picRead2007.Location = new System.Drawing.Point(370, 175);
this.picRead2007.Name = "picRead2007";
this.picRead2007.Size = new System.Drawing.Size(32, 32);
this.picRead2007.TabIndex = 40;
this.picRead2007.TabStop = false;
this.picRead2007.Click += new System.EventHandler(this.picColorPicker_Click);
//
// lblSpriteZeroHit
//
this.lblSpriteZeroHit.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.lblSpriteZeroHit.AutoSize = true;
this.lblSpriteZeroHit.Location = new System.Drawing.Point(3, 318);
this.lblSpriteZeroHit.Name = "lblSpriteZeroHit";
this.lblSpriteZeroHit.Size = new System.Drawing.Size(62, 13);
this.lblSpriteZeroHit.TabIndex = 33;
this.lblSpriteZeroHit.Text = "Sprite 0 Hit:";
//
// picSpriteZeroHit
//
this.picSpriteZeroHit.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.picSpriteZeroHit.Cursor = System.Windows.Forms.Cursors.Hand;
this.picSpriteZeroHit.Location = new System.Drawing.Point(157, 309);
this.picSpriteZeroHit.Name = "picSpriteZeroHit";
this.picSpriteZeroHit.Size = new System.Drawing.Size(32, 32);
this.picSpriteZeroHit.TabIndex = 34;
this.picSpriteZeroHit.TabStop = false;
this.picSpriteZeroHit.Click += new System.EventHandler(this.picColorPicker_Click);
//
// picBreakpoint
//
this.picBreakpoint.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.picBreakpoint.Cursor = System.Windows.Forms.Cursors.Hand;
this.picBreakpoint.Location = new System.Drawing.Point(370, 309);
this.picBreakpoint.Name = "picBreakpoint";
this.picBreakpoint.Size = new System.Drawing.Size(32, 32);
this.picBreakpoint.TabIndex = 43;
this.picBreakpoint.TabStop = false;
this.picBreakpoint.Click += new System.EventHandler(this.picColorPicker_Click);
//
// btnReset
//
this.btnReset.Location = new System.Drawing.Point(3, 3);
this.btnReset.Name = "btnReset";
this.btnReset.Size = new System.Drawing.Size(102, 23);
this.btnReset.TabIndex = 3;
this.btnReset.Text = "Use default colors";
this.btnReset.UseVisualStyleBackColor = true;
this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
//
// frmEventViewerColors
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(406, 378);
this.Controls.Add(this.tableLayoutPanel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmEventViewerColors";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Configure Colors...";
this.Controls.SetChildIndex(this.tableLayoutPanel1, 0);
this.Controls.SetChildIndex(this.baseConfigPanel, 0);
this.baseConfigPanel.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.picWrite2005)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picWrite2003)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picWrite2001)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picWrite2004)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picWrite2000)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picMapperRead)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picMapperWrite)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picIrq)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picWrite2006)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picNmi)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picWrite2007)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picRead2002)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picRead2004)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picRead2007)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picSpriteZeroHit)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picBreakpoint)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Label lblWrite2006;
private System.Windows.Forms.Label lblWrite2003;
private System.Windows.Forms.Label lblRead2002;
private System.Windows.Forms.Label lblWrite2004;
private System.Windows.Forms.PictureBox picWrite2000;
private System.Windows.Forms.PictureBox picWrite2001;
private System.Windows.Forms.PictureBox picWrite2005;
private System.Windows.Forms.PictureBox picWrite2003;
private System.Windows.Forms.PictureBox picRead2002;
private System.Windows.Forms.Label lblWrite2001;
private System.Windows.Forms.Label lblWrite2000;
private System.Windows.Forms.PictureBox picWrite2004;
private System.Windows.Forms.Button btnReset;
private System.Windows.Forms.Label lblWrite2005;
private System.Windows.Forms.PictureBox picWrite2007;
private System.Windows.Forms.Label lblOthers;
private System.Windows.Forms.Label lblMapperWrite;
private System.Windows.Forms.PictureBox picMapperRead;
private System.Windows.Forms.Label lblMapperRead;
private System.Windows.Forms.PictureBox picMapperWrite;
private System.Windows.Forms.Label lblNmi;
private System.Windows.Forms.PictureBox picNmi;
private System.Windows.Forms.Label lblIrq;
private System.Windows.Forms.PictureBox picIrq;
private System.Windows.Forms.Label lblSpriteZeroHit;
private System.Windows.Forms.PictureBox picSpriteZeroHit;
private System.Windows.Forms.Label lblWrite2007;
private System.Windows.Forms.PictureBox picWrite2006;
private System.Windows.Forms.Label lblPpuRegisters;
private System.Windows.Forms.Label lblRead2004;
private System.Windows.Forms.Label lblRead2007;
private System.Windows.Forms.PictureBox picRead2004;
private System.Windows.Forms.PictureBox picRead2007;
private System.Windows.Forms.Label lblBreakpoint;
private System.Windows.Forms.PictureBox picBreakpoint;
}
}