Mesen-SX/UI/Debugger/Controls/ctrlGsuStatus.Designer.cs

779 lines
30 KiB
C#
Raw Normal View History

2019-07-30 22:34:52 -04:00
namespace Mesen.GUI.Debugger.Controls
{
partial class ctrlGsuStatus
{
/// <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()
{
this.grpSpc = new System.Windows.Forms.GroupBox();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.label1 = new System.Windows.Forms.Label();
this.lblR0 = new System.Windows.Forms.Label();
this.txtR0 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtR1 = new System.Windows.Forms.TextBox();
this.txtR2 = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.txtR3 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.txtR4 = new System.Windows.Forms.TextBox();
this.txtR8 = new System.Windows.Forms.TextBox();
this.txtR12 = new System.Windows.Forms.TextBox();
this.txtR5 = new System.Windows.Forms.TextBox();
this.txtR9 = new System.Windows.Forms.TextBox();
this.txtR13 = new System.Windows.Forms.TextBox();
this.txtR6 = new System.Windows.Forms.TextBox();
this.txtR10 = new System.Windows.Forms.TextBox();
this.txtR14 = new System.Windows.Forms.TextBox();
this.txtR7 = new System.Windows.Forms.TextBox();
this.txtR11 = new System.Windows.Forms.TextBox();
this.txtR15 = new System.Windows.Forms.TextBox();
this.label17 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.txtSrc = new System.Windows.Forms.TextBox();
this.txtDest = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.txtSFR = new System.Windows.Forms.TextBox();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.chkPrefix = new System.Windows.Forms.CheckBox();
this.chkAlt2 = new System.Windows.Forms.CheckBox();
this.chkZero = new System.Windows.Forms.CheckBox();
this.chkCarry = new System.Windows.Forms.CheckBox();
this.chkNegative = new System.Windows.Forms.CheckBox();
this.chkOverflow = new System.Windows.Forms.CheckBox();
this.chkAlt1 = new System.Windows.Forms.CheckBox();
this.chkIrq = new System.Windows.Forms.CheckBox();
this.chkRomRead = new System.Windows.Forms.CheckBox();
this.chkRunning = new System.Windows.Forms.CheckBox();
this.label19 = new System.Windows.Forms.Label();
this.txtProgramBank = new System.Windows.Forms.TextBox();
this.txtRamBank = new System.Windows.Forms.TextBox();
this.txtRomBank = new System.Windows.Forms.TextBox();
this.label20 = new System.Windows.Forms.Label();
this.label21 = new System.Windows.Forms.Label();
this.grpSpc.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.SuspendLayout();
//
// grpSpc
//
this.grpSpc.Controls.Add(this.tableLayoutPanel1);
this.grpSpc.Dock = System.Windows.Forms.DockStyle.Top;
this.grpSpc.Location = new System.Drawing.Point(0, 0);
this.grpSpc.Name = "grpSpc";
this.grpSpc.Size = new System.Drawing.Size(342, 226);
this.grpSpc.TabIndex = 0;
this.grpSpc.TabStop = false;
this.grpSpc.Text = "GSU (Super FX)";
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 9;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Controls.Add(this.label1, 2, 0);
this.tableLayoutPanel1.Controls.Add(this.lblR0, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.txtR0, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.label2, 4, 0);
this.tableLayoutPanel1.Controls.Add(this.txtR1, 3, 0);
this.tableLayoutPanel1.Controls.Add(this.txtR2, 5, 0);
this.tableLayoutPanel1.Controls.Add(this.label6, 6, 0);
this.tableLayoutPanel1.Controls.Add(this.txtR3, 7, 0);
this.tableLayoutPanel1.Controls.Add(this.label3, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.label4, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.label5, 2, 1);
this.tableLayoutPanel1.Controls.Add(this.label8, 4, 1);
this.tableLayoutPanel1.Controls.Add(this.label9, 6, 1);
this.tableLayoutPanel1.Controls.Add(this.label10, 2, 2);
this.tableLayoutPanel1.Controls.Add(this.label11, 4, 2);
this.tableLayoutPanel1.Controls.Add(this.label12, 6, 2);
this.tableLayoutPanel1.Controls.Add(this.label13, 0, 3);
this.tableLayoutPanel1.Controls.Add(this.label14, 2, 3);
this.tableLayoutPanel1.Controls.Add(this.label15, 4, 3);
this.tableLayoutPanel1.Controls.Add(this.label16, 6, 3);
this.tableLayoutPanel1.Controls.Add(this.txtR4, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.txtR8, 1, 2);
this.tableLayoutPanel1.Controls.Add(this.txtR12, 1, 3);
this.tableLayoutPanel1.Controls.Add(this.txtR5, 3, 1);
this.tableLayoutPanel1.Controls.Add(this.txtR9, 3, 2);
this.tableLayoutPanel1.Controls.Add(this.txtR13, 3, 3);
this.tableLayoutPanel1.Controls.Add(this.txtR6, 5, 1);
this.tableLayoutPanel1.Controls.Add(this.txtR10, 5, 2);
this.tableLayoutPanel1.Controls.Add(this.txtR14, 5, 3);
this.tableLayoutPanel1.Controls.Add(this.txtR7, 7, 1);
this.tableLayoutPanel1.Controls.Add(this.txtR11, 7, 2);
this.tableLayoutPanel1.Controls.Add(this.txtR15, 7, 3);
this.tableLayoutPanel1.Controls.Add(this.label17, 0, 4);
this.tableLayoutPanel1.Controls.Add(this.label18, 2, 4);
this.tableLayoutPanel1.Controls.Add(this.txtSrc, 1, 4);
this.tableLayoutPanel1.Controls.Add(this.txtDest, 3, 4);
this.tableLayoutPanel1.Controls.Add(this.label7, 0, 5);
this.tableLayoutPanel1.Controls.Add(this.txtSFR, 1, 5);
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 7);
this.tableLayoutPanel1.Controls.Add(this.label19, 6, 4);
this.tableLayoutPanel1.Controls.Add(this.txtProgramBank, 7, 4);
this.tableLayoutPanel1.Controls.Add(this.txtRamBank, 7, 5);
this.tableLayoutPanel1.Controls.Add(this.txtRomBank, 5, 5);
this.tableLayoutPanel1.Controls.Add(this.label20, 6, 5);
this.tableLayoutPanel1.Controls.Add(this.label21, 4, 5);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 16);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 10;
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());
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.Size = new System.Drawing.Size(336, 207);
this.tableLayoutPanel1.TabIndex = 0;
//
// label1
//
this.label1.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(87, 6);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(24, 13);
this.label1.TabIndex = 2;
this.label1.Text = "R1:";
//
// lblR0
//
this.lblR0.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.lblR0.AutoSize = true;
this.lblR0.Location = new System.Drawing.Point(3, 6);
this.lblR0.Name = "lblR0";
this.lblR0.Size = new System.Drawing.Size(24, 13);
this.lblR0.TabIndex = 0;
this.lblR0.Text = "R0:";
//
// txtR0
//
this.txtR0.Location = new System.Drawing.Point(41, 3);
this.txtR0.Name = "txtR0";
this.txtR0.Size = new System.Drawing.Size(40, 20);
this.txtR0.TabIndex = 1;
this.txtR0.Text = "DDDD";
//
// label2
//
this.label2.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(171, 6);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(24, 13);
this.label2.TabIndex = 3;
this.label2.Text = "R2:";
//
// txtR1
//
this.txtR1.Location = new System.Drawing.Point(125, 3);
this.txtR1.Name = "txtR1";
this.txtR1.Size = new System.Drawing.Size(40, 20);
this.txtR1.TabIndex = 4;
//
// txtR2
//
this.txtR2.Location = new System.Drawing.Point(209, 3);
this.txtR2.Name = "txtR2";
this.txtR2.Size = new System.Drawing.Size(40, 20);
this.txtR2.TabIndex = 5;
//
// label6
//
this.label6.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(255, 6);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(24, 13);
this.label6.TabIndex = 12;
this.label6.Text = "R3:";
//
// txtR3
//
this.txtR3.Location = new System.Drawing.Point(292, 3);
this.txtR3.Name = "txtR3";
this.txtR3.Size = new System.Drawing.Size(40, 20);
this.txtR3.TabIndex = 13;
this.txtR3.Text = "DDDD";
//
// label3
//
this.label3.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(3, 32);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(24, 13);
this.label3.TabIndex = 17;
this.label3.Text = "R4:";
//
// label4
//
this.label4.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(3, 58);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(24, 13);
this.label4.TabIndex = 18;
this.label4.Text = "R8:";
//
// label5
//
this.label5.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(87, 32);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(24, 13);
this.label5.TabIndex = 19;
this.label5.Text = "R5:";
//
// label8
//
this.label8.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(171, 32);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(24, 13);
this.label8.TabIndex = 20;
this.label8.Text = "R6:";
//
// label9
//
this.label9.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(255, 32);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(24, 13);
this.label9.TabIndex = 21;
this.label9.Text = "R7:";
//
// label10
//
this.label10.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(87, 58);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(24, 13);
this.label10.TabIndex = 22;
this.label10.Text = "R9:";
//
// label11
//
this.label11.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(171, 58);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(30, 13);
this.label11.TabIndex = 23;
this.label11.Text = "R10:";
//
// label12
//
this.label12.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(255, 58);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(30, 13);
this.label12.TabIndex = 24;
this.label12.Text = "R11:";
//
// label13
//
this.label13.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(3, 84);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(30, 13);
this.label13.TabIndex = 25;
this.label13.Text = "R12:";
//
// label14
//
this.label14.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(87, 84);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(30, 13);
this.label14.TabIndex = 26;
this.label14.Text = "R13:";
//
// label15
//
this.label15.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(171, 84);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(30, 13);
this.label15.TabIndex = 27;
this.label15.Text = "R14:";
//
// label16
//
this.label16.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(255, 84);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(30, 13);
this.label16.TabIndex = 28;
this.label16.Text = "R15:";
//
// txtR4
//
this.txtR4.Location = new System.Drawing.Point(41, 29);
this.txtR4.Name = "txtR4";
this.txtR4.Size = new System.Drawing.Size(40, 20);
this.txtR4.TabIndex = 29;
this.txtR4.Text = "DDDD";
//
// txtR8
//
this.txtR8.Location = new System.Drawing.Point(41, 55);
this.txtR8.Name = "txtR8";
this.txtR8.Size = new System.Drawing.Size(40, 20);
this.txtR8.TabIndex = 30;
this.txtR8.Text = "DDDD";
//
// txtR12
//
this.txtR12.Location = new System.Drawing.Point(41, 81);
this.txtR12.Name = "txtR12";
this.txtR12.Size = new System.Drawing.Size(40, 20);
this.txtR12.TabIndex = 31;
this.txtR12.Text = "DDDD";
//
// txtR5
//
this.txtR5.Location = new System.Drawing.Point(125, 29);
this.txtR5.Name = "txtR5";
this.txtR5.Size = new System.Drawing.Size(40, 20);
this.txtR5.TabIndex = 32;
this.txtR5.Text = "DDDD";
//
// txtR9
//
this.txtR9.Location = new System.Drawing.Point(125, 55);
this.txtR9.Name = "txtR9";
this.txtR9.Size = new System.Drawing.Size(40, 20);
this.txtR9.TabIndex = 33;
this.txtR9.Text = "DDDD";
//
// txtR13
//
this.txtR13.Location = new System.Drawing.Point(125, 81);
this.txtR13.Name = "txtR13";
this.txtR13.Size = new System.Drawing.Size(40, 20);
this.txtR13.TabIndex = 34;
this.txtR13.Text = "DDDD";
//
// txtR6
//
this.txtR6.Location = new System.Drawing.Point(209, 29);
this.txtR6.Name = "txtR6";
this.txtR6.Size = new System.Drawing.Size(40, 20);
this.txtR6.TabIndex = 35;
this.txtR6.Text = "DDDD";
//
// txtR10
//
this.txtR10.Location = new System.Drawing.Point(209, 55);
this.txtR10.Name = "txtR10";
this.txtR10.Size = new System.Drawing.Size(40, 20);
this.txtR10.TabIndex = 36;
this.txtR10.Text = "DDDD";
//
// txtR14
//
this.txtR14.Location = new System.Drawing.Point(209, 81);
this.txtR14.Name = "txtR14";
this.txtR14.Size = new System.Drawing.Size(40, 20);
this.txtR14.TabIndex = 37;
this.txtR14.Text = "DDDD";
//
// txtR7
//
this.txtR7.Location = new System.Drawing.Point(292, 29);
this.txtR7.Name = "txtR7";
this.txtR7.Size = new System.Drawing.Size(40, 20);
this.txtR7.TabIndex = 38;
this.txtR7.Text = "DDDD";
//
// txtR11
//
this.txtR11.Location = new System.Drawing.Point(292, 55);
this.txtR11.Name = "txtR11";
this.txtR11.Size = new System.Drawing.Size(40, 20);
this.txtR11.TabIndex = 39;
this.txtR11.Text = "DDDD";
//
// txtR15
//
this.txtR15.Location = new System.Drawing.Point(292, 81);
this.txtR15.Name = "txtR15";
this.txtR15.Size = new System.Drawing.Size(40, 20);
this.txtR15.TabIndex = 40;
this.txtR15.Text = "DDDD";
//
// label17
//
this.label17.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(3, 110);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(32, 13);
this.label17.TabIndex = 41;
this.label17.Text = "SRC:";
//
// label18
//
this.label18.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(87, 110);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(32, 13);
this.label18.TabIndex = 42;
this.label18.Text = "DST:";
//
// txtSrc
//
this.txtSrc.Location = new System.Drawing.Point(41, 107);
this.txtSrc.Name = "txtSrc";
this.txtSrc.Size = new System.Drawing.Size(40, 20);
this.txtSrc.TabIndex = 43;
//
// txtDest
//
this.txtDest.Location = new System.Drawing.Point(125, 107);
this.txtDest.Name = "txtDest";
this.txtDest.Size = new System.Drawing.Size(40, 20);
this.txtDest.TabIndex = 44;
//
// label7
//
this.label7.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(3, 136);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(31, 13);
this.label7.TabIndex = 14;
this.label7.Text = "SFR:";
//
// txtSFR
//
this.txtSFR.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.txtSFR.Location = new System.Drawing.Point(41, 133);
this.txtSFR.Name = "txtSFR";
this.txtSFR.Size = new System.Drawing.Size(40, 20);
this.txtSFR.TabIndex = 15;
this.txtSFR.Text = "DD";
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 6;
this.tableLayoutPanel1.SetColumnSpan(this.tableLayoutPanel2, 7);
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.Controls.Add(this.chkPrefix, 0, 1);
this.tableLayoutPanel2.Controls.Add(this.chkAlt2, 0, 1);
this.tableLayoutPanel2.Controls.Add(this.chkZero, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.chkCarry, 1, 0);
this.tableLayoutPanel2.Controls.Add(this.chkNegative, 2, 0);
this.tableLayoutPanel2.Controls.Add(this.chkOverflow, 3, 0);
this.tableLayoutPanel2.Controls.Add(this.chkAlt1, 0, 1);
this.tableLayoutPanel2.Controls.Add(this.chkIrq, 1, 1);
this.tableLayoutPanel2.Controls.Add(this.chkRomRead, 4, 0);
this.tableLayoutPanel2.Controls.Add(this.chkRunning, 4, 1);
this.tableLayoutPanel2.Location = new System.Drawing.Point(41, 159);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 2;
this.tableLayoutPanel1.SetRowSpan(this.tableLayoutPanel2, 2);
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel2.Size = new System.Drawing.Size(288, 46);
this.tableLayoutPanel2.TabIndex = 16;
//
// chkPrefix
//
this.chkPrefix.AutoSize = true;
this.chkPrefix.Location = new System.Drawing.Point(103, 26);
this.chkPrefix.Name = "chkPrefix";
this.chkPrefix.Size = new System.Drawing.Size(33, 17);
this.chkPrefix.TabIndex = 27;
this.chkPrefix.Text = "B";
this.chkPrefix.UseVisualStyleBackColor = true;
//
// chkAlt2
//
this.chkAlt2.AutoSize = true;
this.chkAlt2.Location = new System.Drawing.Point(53, 26);
this.chkAlt2.Name = "chkAlt2";
this.chkAlt2.Size = new System.Drawing.Size(44, 17);
this.chkAlt2.TabIndex = 26;
this.chkAlt2.Text = "Alt2";
this.chkAlt2.UseVisualStyleBackColor = true;
//
// chkZero
//
this.chkZero.AutoSize = true;
this.chkZero.Location = new System.Drawing.Point(3, 3);
this.chkZero.Name = "chkZero";
this.chkZero.Size = new System.Drawing.Size(33, 17);
this.chkZero.TabIndex = 21;
this.chkZero.Text = "Z";
this.chkZero.UseVisualStyleBackColor = true;
//
// chkCarry
//
this.chkCarry.AutoSize = true;
this.chkCarry.Location = new System.Drawing.Point(53, 3);
this.chkCarry.Name = "chkCarry";
this.chkCarry.Size = new System.Drawing.Size(33, 17);
this.chkCarry.TabIndex = 23;
this.chkCarry.Text = "C";
this.chkCarry.UseVisualStyleBackColor = true;
//
// chkNegative
//
this.chkNegative.AutoSize = true;
this.chkNegative.Location = new System.Drawing.Point(103, 3);
this.chkNegative.Name = "chkNegative";
this.chkNegative.Size = new System.Drawing.Size(33, 17);
this.chkNegative.TabIndex = 17;
this.chkNegative.Text = "S";
this.chkNegative.UseVisualStyleBackColor = true;
//
// chkOverflow
//
this.chkOverflow.AutoSize = true;
this.chkOverflow.Location = new System.Drawing.Point(142, 3);
this.chkOverflow.Name = "chkOverflow";
this.chkOverflow.Size = new System.Drawing.Size(33, 17);
this.chkOverflow.TabIndex = 20;
this.chkOverflow.Text = "V";
this.chkOverflow.UseVisualStyleBackColor = true;
//
// chkAlt1
//
this.chkAlt1.AutoSize = true;
this.chkAlt1.Location = new System.Drawing.Point(3, 26);
this.chkAlt1.Name = "chkAlt1";
this.chkAlt1.Size = new System.Drawing.Size(44, 17);
this.chkAlt1.TabIndex = 19;
this.chkAlt1.Text = "Alt1";
this.chkAlt1.UseVisualStyleBackColor = true;
//
// chkIrq
//
this.chkIrq.AutoSize = true;
this.chkIrq.Location = new System.Drawing.Point(142, 26);
this.chkIrq.Name = "chkIrq";
this.chkIrq.Size = new System.Drawing.Size(45, 17);
this.chkIrq.TabIndex = 18;
this.chkIrq.Text = "IRQ";
this.chkIrq.UseVisualStyleBackColor = true;
//
// chkRomRead
//
this.chkRomRead.AutoSize = true;
this.chkRomRead.Location = new System.Drawing.Point(193, 3);
this.chkRomRead.Name = "chkRomRead";
this.chkRomRead.Size = new System.Drawing.Size(80, 17);
this.chkRomRead.TabIndex = 24;
this.chkRomRead.Text = "ROM Read";
this.chkRomRead.UseVisualStyleBackColor = true;
//
// chkRunning
//
this.chkRunning.AutoSize = true;
this.chkRunning.Location = new System.Drawing.Point(193, 26);
this.chkRunning.Name = "chkRunning";
this.chkRunning.Size = new System.Drawing.Size(66, 17);
this.chkRunning.TabIndex = 25;
this.chkRunning.Text = "Running";
this.chkRunning.UseVisualStyleBackColor = true;
//
// label19
//
this.label19.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(255, 110);
this.label19.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(32, 13);
this.label19.TabIndex = 45;
this.label19.Text = "PBR:";
//
// txtProgramBank
//
this.txtProgramBank.Location = new System.Drawing.Point(292, 107);
this.txtProgramBank.Name = "txtProgramBank";
this.txtProgramBank.Size = new System.Drawing.Size(25, 20);
this.txtProgramBank.TabIndex = 46;
this.txtProgramBank.Text = "DD";
//
// txtRamBank
//
this.txtRamBank.Location = new System.Drawing.Point(292, 133);
this.txtRamBank.Name = "txtRamBank";
this.txtRamBank.Size = new System.Drawing.Size(25, 20);
this.txtRamBank.TabIndex = 49;
this.txtRamBank.Text = "DD";
//
// txtRomBank
//
this.txtRomBank.Location = new System.Drawing.Point(209, 133);
this.txtRomBank.Name = "txtRomBank";
this.txtRomBank.Size = new System.Drawing.Size(25, 20);
this.txtRomBank.TabIndex = 50;
this.txtRomBank.Text = "DD";
//
// label20
//
this.label20.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(255, 136);
this.label20.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(34, 13);
this.label20.TabIndex = 47;
this.label20.Text = "RAM:";
//
// label21
//
this.label21.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(171, 136);
this.label21.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(35, 13);
this.label21.TabIndex = 48;
this.label21.Text = "ROM:";
//
// ctrlGsuStatus
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.grpSpc);
this.Name = "ctrlGsuStatus";
this.Size = new System.Drawing.Size(342, 225);
this.grpSpc.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox grpSpc;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label lblR0;
private System.Windows.Forms.TextBox txtR0;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtR1;
private System.Windows.Forms.TextBox txtR2;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtR3;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtSFR;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.CheckBox chkRunning;
private System.Windows.Forms.CheckBox chkRomRead;
private System.Windows.Forms.CheckBox chkCarry;
private System.Windows.Forms.CheckBox chkZero;
private System.Windows.Forms.CheckBox chkIrq;
private System.Windows.Forms.CheckBox chkAlt1;
private System.Windows.Forms.CheckBox chkNegative;
private System.Windows.Forms.CheckBox chkOverflow;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.TextBox txtR4;
private System.Windows.Forms.TextBox txtR8;
private System.Windows.Forms.TextBox txtR12;
private System.Windows.Forms.TextBox txtR5;
private System.Windows.Forms.TextBox txtR9;
private System.Windows.Forms.TextBox txtR13;
private System.Windows.Forms.TextBox txtR6;
private System.Windows.Forms.TextBox txtR10;
private System.Windows.Forms.TextBox txtR14;
private System.Windows.Forms.TextBox txtR7;
private System.Windows.Forms.TextBox txtR11;
private System.Windows.Forms.TextBox txtR15;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.TextBox txtSrc;
private System.Windows.Forms.TextBox txtDest;
private System.Windows.Forms.CheckBox chkAlt2;
private System.Windows.Forms.CheckBox chkPrefix;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.TextBox txtProgramBank;
private System.Windows.Forms.TextBox txtRamBank;
private System.Windows.Forms.TextBox txtRomBank;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Label label21;
}
}