Mesen-SX/UI/Debugger/Controls/ctrlNecDspStatus.Designer.cs
2020-02-23 22:24:58 -05:00

646 lines
25 KiB
C#

namespace Mesen.GUI.Debugger.Controls
{
partial class ctrlNecDspStatus
{
/// <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.grpNecDsp = new System.Windows.Forms.GroupBox();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
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.txtTR = new System.Windows.Forms.TextBox();
this.txtRP = new System.Windows.Forms.TextBox();
this.txtK = new System.Windows.Forms.TextBox();
this.txtTRB = new System.Windows.Forms.TextBox();
this.txtDP = new System.Windows.Forms.TextBox();
this.txtL = new System.Windows.Forms.TextBox();
this.txtPC = new System.Windows.Forms.TextBox();
this.txtDR = new System.Windows.Forms.TextBox();
this.txtM = new System.Windows.Forms.TextBox();
this.txtSP = new System.Windows.Forms.TextBox();
this.txtSR = new System.Windows.Forms.TextBox();
this.txtN = new System.Windows.Forms.TextBox();
this.label17 = new System.Windows.Forms.Label();
this.txtA = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.txtB = new System.Windows.Forms.TextBox();
this.tlpFlagsA = new System.Windows.Forms.TableLayoutPanel();
this.chkZeroA = new System.Windows.Forms.CheckBox();
this.chkCarryA = new System.Windows.Forms.CheckBox();
this.chkOverflow1A = new System.Windows.Forms.CheckBox();
this.chkOverflow0A = new System.Windows.Forms.CheckBox();
this.chkSign0A = new System.Windows.Forms.CheckBox();
this.chkSign1A = new System.Windows.Forms.CheckBox();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.chkCarryB = new System.Windows.Forms.CheckBox();
this.chkZeroB = new System.Windows.Forms.CheckBox();
this.chkOverflow0B = new System.Windows.Forms.CheckBox();
this.chkOverflow1B = new System.Windows.Forms.CheckBox();
this.chkSign0B = new System.Windows.Forms.CheckBox();
this.chkSign1B = new System.Windows.Forms.CheckBox();
this.grpNecDsp.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.tlpFlagsA.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.SuspendLayout();
//
// grpNecDsp
//
this.grpNecDsp.Controls.Add(this.tableLayoutPanel1);
this.grpNecDsp.Dock = System.Windows.Forms.DockStyle.Top;
this.grpNecDsp.Location = new System.Drawing.Point(0, 0);
this.grpNecDsp.Name = "grpNecDsp";
this.grpNecDsp.Size = new System.Drawing.Size(325, 150);
this.grpNecDsp.TabIndex = 0;
this.grpNecDsp.TabStop = false;
this.grpNecDsp.Text = "DSP";
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 8;
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.Controls.Add(this.label3, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.label4, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.label5, 2, 0);
this.tableLayoutPanel1.Controls.Add(this.label8, 4, 0);
this.tableLayoutPanel1.Controls.Add(this.label9, 6, 0);
this.tableLayoutPanel1.Controls.Add(this.label10, 2, 1);
this.tableLayoutPanel1.Controls.Add(this.label11, 4, 1);
this.tableLayoutPanel1.Controls.Add(this.label12, 6, 1);
this.tableLayoutPanel1.Controls.Add(this.label13, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.label14, 2, 2);
this.tableLayoutPanel1.Controls.Add(this.label15, 4, 2);
this.tableLayoutPanel1.Controls.Add(this.label16, 6, 2);
this.tableLayoutPanel1.Controls.Add(this.txtTR, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.txtRP, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.txtK, 1, 2);
this.tableLayoutPanel1.Controls.Add(this.txtTRB, 3, 0);
this.tableLayoutPanel1.Controls.Add(this.txtDP, 3, 1);
this.tableLayoutPanel1.Controls.Add(this.txtL, 3, 2);
this.tableLayoutPanel1.Controls.Add(this.txtPC, 5, 0);
this.tableLayoutPanel1.Controls.Add(this.txtDR, 5, 1);
this.tableLayoutPanel1.Controls.Add(this.txtM, 5, 2);
this.tableLayoutPanel1.Controls.Add(this.txtSP, 7, 0);
this.tableLayoutPanel1.Controls.Add(this.txtSR, 7, 1);
this.tableLayoutPanel1.Controls.Add(this.txtN, 7, 2);
this.tableLayoutPanel1.Controls.Add(this.label17, 0, 3);
this.tableLayoutPanel1.Controls.Add(this.txtA, 1, 3);
this.tableLayoutPanel1.Controls.Add(this.label7, 0, 4);
this.tableLayoutPanel1.Controls.Add(this.txtB, 1, 4);
this.tableLayoutPanel1.Controls.Add(this.tlpFlagsA, 2, 3);
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 2, 4);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 16);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 9;
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(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(319, 131);
this.tableLayoutPanel1.TabIndex = 0;
//
// label3
//
this.label3.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(3, 6);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(25, 13);
this.label3.TabIndex = 17;
this.label3.Text = "TR:";
//
// label4
//
this.label4.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(3, 32);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(25, 13);
this.label4.TabIndex = 18;
this.label4.Text = "RP:";
//
// label5
//
this.label5.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(80, 6);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(32, 13);
this.label5.TabIndex = 19;
this.label5.Text = "TRB:";
//
// label8
//
this.label8.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(164, 6);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(24, 13);
this.label8.TabIndex = 20;
this.label8.Text = "PC:";
//
// label9
//
this.label9.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(242, 6);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(24, 13);
this.label9.TabIndex = 21;
this.label9.Text = "SP:";
//
// label10
//
this.label10.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(80, 32);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(25, 13);
this.label10.TabIndex = 22;
this.label10.Text = "DP:";
//
// label11
//
this.label11.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(164, 32);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(26, 13);
this.label11.TabIndex = 23;
this.label11.Text = "DR:";
//
// label12
//
this.label12.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(242, 32);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(25, 13);
this.label12.TabIndex = 24;
this.label12.Text = "SR:";
//
// label13
//
this.label13.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(3, 58);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(17, 13);
this.label13.TabIndex = 25;
this.label13.Text = "K:";
//
// label14
//
this.label14.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(80, 58);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(16, 13);
this.label14.TabIndex = 26;
this.label14.Text = "L:";
//
// label15
//
this.label15.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(164, 58);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(19, 13);
this.label15.TabIndex = 27;
this.label15.Text = "M:";
//
// label16
//
this.label16.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(242, 58);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(18, 13);
this.label16.TabIndex = 28;
this.label16.Text = "N:";
//
// txtTR
//
this.txtTR.Location = new System.Drawing.Point(34, 3);
this.txtTR.Name = "txtTR";
this.txtTR.Size = new System.Drawing.Size(40, 20);
this.txtTR.TabIndex = 29;
this.txtTR.Text = "DDDD";
//
// txtRP
//
this.txtRP.Location = new System.Drawing.Point(34, 29);
this.txtRP.Name = "txtRP";
this.txtRP.Size = new System.Drawing.Size(40, 20);
this.txtRP.TabIndex = 30;
this.txtRP.Text = "DDDD";
//
// txtK
//
this.txtK.Location = new System.Drawing.Point(34, 55);
this.txtK.Name = "txtK";
this.txtK.Size = new System.Drawing.Size(40, 20);
this.txtK.TabIndex = 31;
this.txtK.Text = "DDDD";
//
// txtTRB
//
this.txtTRB.Location = new System.Drawing.Point(118, 3);
this.txtTRB.Name = "txtTRB";
this.txtTRB.Size = new System.Drawing.Size(40, 20);
this.txtTRB.TabIndex = 32;
this.txtTRB.Text = "DDDD";
//
// txtDP
//
this.txtDP.Location = new System.Drawing.Point(118, 29);
this.txtDP.Name = "txtDP";
this.txtDP.Size = new System.Drawing.Size(40, 20);
this.txtDP.TabIndex = 33;
this.txtDP.Text = "DDDD";
//
// txtL
//
this.txtL.Location = new System.Drawing.Point(118, 55);
this.txtL.Name = "txtL";
this.txtL.Size = new System.Drawing.Size(40, 20);
this.txtL.TabIndex = 34;
this.txtL.Text = "DDDD";
//
// txtPC
//
this.txtPC.Location = new System.Drawing.Point(196, 3);
this.txtPC.Name = "txtPC";
this.txtPC.Size = new System.Drawing.Size(40, 20);
this.txtPC.TabIndex = 35;
this.txtPC.Text = "DDDD";
//
// txtDR
//
this.txtDR.Location = new System.Drawing.Point(196, 29);
this.txtDR.Name = "txtDR";
this.txtDR.Size = new System.Drawing.Size(40, 20);
this.txtDR.TabIndex = 36;
this.txtDR.Text = "DDDD";
//
// txtM
//
this.txtM.Location = new System.Drawing.Point(196, 55);
this.txtM.Name = "txtM";
this.txtM.Size = new System.Drawing.Size(40, 20);
this.txtM.TabIndex = 37;
this.txtM.Text = "DDDD";
//
// txtSP
//
this.txtSP.Location = new System.Drawing.Point(273, 3);
this.txtSP.Name = "txtSP";
this.txtSP.Size = new System.Drawing.Size(40, 20);
this.txtSP.TabIndex = 38;
this.txtSP.Text = "DDDD";
//
// txtSR
//
this.txtSR.Location = new System.Drawing.Point(273, 29);
this.txtSR.Name = "txtSR";
this.txtSR.Size = new System.Drawing.Size(40, 20);
this.txtSR.TabIndex = 39;
this.txtSR.Text = "DDDD";
//
// txtN
//
this.txtN.Location = new System.Drawing.Point(273, 55);
this.txtN.Name = "txtN";
this.txtN.Size = new System.Drawing.Size(40, 20);
this.txtN.TabIndex = 40;
this.txtN.Text = "DDDD";
//
// label17
//
this.label17.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(3, 84);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(17, 13);
this.label17.TabIndex = 41;
this.label17.Text = "A:";
//
// txtA
//
this.txtA.Location = new System.Drawing.Point(34, 81);
this.txtA.Name = "txtA";
this.txtA.Size = new System.Drawing.Size(40, 20);
this.txtA.TabIndex = 43;
//
// label7
//
this.label7.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(3, 110);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(17, 13);
this.label7.TabIndex = 14;
this.label7.Text = "B:";
//
// txtB
//
this.txtB.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.txtB.Location = new System.Drawing.Point(34, 107);
this.txtB.Name = "txtB";
this.txtB.Size = new System.Drawing.Size(40, 20);
this.txtB.TabIndex = 15;
this.txtB.Text = "DD";
//
// tlpFlagsA
//
this.tlpFlagsA.ColumnCount = 6;
this.tableLayoutPanel1.SetColumnSpan(this.tlpFlagsA, 6);
this.tlpFlagsA.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tlpFlagsA.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tlpFlagsA.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tlpFlagsA.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tlpFlagsA.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tlpFlagsA.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tlpFlagsA.Controls.Add(this.chkCarryA, 0, 0);
this.tlpFlagsA.Controls.Add(this.chkZeroA, 1, 0);
this.tlpFlagsA.Controls.Add(this.chkOverflow0A, 2, 0);
this.tlpFlagsA.Controls.Add(this.chkOverflow1A, 3, 0);
this.tlpFlagsA.Controls.Add(this.chkSign0A, 4, 0);
this.tlpFlagsA.Controls.Add(this.chkSign1A, 5, 0);
this.tlpFlagsA.Dock = System.Windows.Forms.DockStyle.Fill;
this.tlpFlagsA.Location = new System.Drawing.Point(80, 81);
this.tlpFlagsA.Name = "tlpFlagsA";
this.tlpFlagsA.RowCount = 1;
this.tlpFlagsA.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tlpFlagsA.Size = new System.Drawing.Size(236, 20);
this.tlpFlagsA.TabIndex = 16;
//
// chkZeroA
//
this.chkZeroA.AutoSize = true;
this.chkZeroA.Location = new System.Drawing.Point(33, 3);
this.chkZeroA.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
this.chkZeroA.Name = "chkZeroA";
this.chkZeroA.Size = new System.Drawing.Size(33, 17);
this.chkZeroA.TabIndex = 21;
this.chkZeroA.Text = "Z";
this.chkZeroA.UseVisualStyleBackColor = true;
//
// chkCarryA
//
this.chkCarryA.AutoSize = true;
this.chkCarryA.Location = new System.Drawing.Point(0, 3);
this.chkCarryA.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
this.chkCarryA.Name = "chkCarryA";
this.chkCarryA.Size = new System.Drawing.Size(33, 17);
this.chkCarryA.TabIndex = 23;
this.chkCarryA.Text = "C";
this.chkCarryA.UseVisualStyleBackColor = true;
//
// chkOverflow1A
//
this.chkOverflow1A.AutoSize = true;
this.chkOverflow1A.Location = new System.Drawing.Point(105, 3);
this.chkOverflow1A.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
this.chkOverflow1A.Name = "chkOverflow1A";
this.chkOverflow1A.Size = new System.Drawing.Size(39, 17);
this.chkOverflow1A.TabIndex = 17;
this.chkOverflow1A.Text = "V1";
this.chkOverflow1A.UseVisualStyleBackColor = true;
//
// chkOverflow0A
//
this.chkOverflow0A.AutoSize = true;
this.chkOverflow0A.Location = new System.Drawing.Point(66, 3);
this.chkOverflow0A.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
this.chkOverflow0A.Name = "chkOverflow0A";
this.chkOverflow0A.Size = new System.Drawing.Size(39, 17);
this.chkOverflow0A.TabIndex = 20;
this.chkOverflow0A.Text = "V0";
this.chkOverflow0A.UseVisualStyleBackColor = true;
//
// chkSign0A
//
this.chkSign0A.AutoSize = true;
this.chkSign0A.Location = new System.Drawing.Point(144, 3);
this.chkSign0A.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
this.chkSign0A.Name = "chkSign0A";
this.chkSign0A.Size = new System.Drawing.Size(39, 17);
this.chkSign0A.TabIndex = 24;
this.chkSign0A.Text = "S0";
this.chkSign0A.UseVisualStyleBackColor = true;
//
// chkSign1A
//
this.chkSign1A.AutoSize = true;
this.chkSign1A.Location = new System.Drawing.Point(183, 3);
this.chkSign1A.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
this.chkSign1A.Name = "chkSign1A";
this.chkSign1A.Size = new System.Drawing.Size(39, 17);
this.chkSign1A.TabIndex = 25;
this.chkSign1A.Text = "S1";
this.chkSign1A.UseVisualStyleBackColor = true;
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 6;
this.tableLayoutPanel1.SetColumnSpan(this.tableLayoutPanel2, 6);
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.chkCarryB, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.chkZeroB, 1, 0);
this.tableLayoutPanel2.Controls.Add(this.chkOverflow0B, 2, 0);
this.tableLayoutPanel2.Controls.Add(this.chkOverflow1B, 3, 0);
this.tableLayoutPanel2.Controls.Add(this.chkSign0B, 4, 0);
this.tableLayoutPanel2.Controls.Add(this.chkSign1B, 5, 0);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(80, 107);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 1;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel2.Size = new System.Drawing.Size(236, 20);
this.tableLayoutPanel2.TabIndex = 44;
//
// chkCarryB
//
this.chkCarryB.AutoSize = true;
this.chkCarryB.Location = new System.Drawing.Point(0, 3);
this.chkCarryB.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
this.chkCarryB.Name = "chkCarryB";
this.chkCarryB.Size = new System.Drawing.Size(33, 17);
this.chkCarryB.TabIndex = 23;
this.chkCarryB.Text = "C";
this.chkCarryB.UseVisualStyleBackColor = true;
//
// chkZeroB
//
this.chkZeroB.AutoSize = true;
this.chkZeroB.Location = new System.Drawing.Point(33, 3);
this.chkZeroB.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
this.chkZeroB.Name = "chkZeroB";
this.chkZeroB.Size = new System.Drawing.Size(33, 17);
this.chkZeroB.TabIndex = 21;
this.chkZeroB.Text = "Z";
this.chkZeroB.UseVisualStyleBackColor = true;
//
// chkOverflow0B
//
this.chkOverflow0B.AutoSize = true;
this.chkOverflow0B.Location = new System.Drawing.Point(66, 3);
this.chkOverflow0B.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
this.chkOverflow0B.Name = "chkOverflow0B";
this.chkOverflow0B.Size = new System.Drawing.Size(39, 17);
this.chkOverflow0B.TabIndex = 20;
this.chkOverflow0B.Text = "V0";
this.chkOverflow0B.UseVisualStyleBackColor = true;
//
// chkOverflow1B
//
this.chkOverflow1B.AutoSize = true;
this.chkOverflow1B.Location = new System.Drawing.Point(105, 3);
this.chkOverflow1B.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
this.chkOverflow1B.Name = "chkOverflow1B";
this.chkOverflow1B.Size = new System.Drawing.Size(39, 17);
this.chkOverflow1B.TabIndex = 17;
this.chkOverflow1B.Text = "V1";
this.chkOverflow1B.UseVisualStyleBackColor = true;
//
// chkSign0B
//
this.chkSign0B.AutoSize = true;
this.chkSign0B.Location = new System.Drawing.Point(144, 3);
this.chkSign0B.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
this.chkSign0B.Name = "chkSign0B";
this.chkSign0B.Size = new System.Drawing.Size(39, 17);
this.chkSign0B.TabIndex = 24;
this.chkSign0B.Text = "S0";
this.chkSign0B.UseVisualStyleBackColor = true;
//
// chkSign1B
//
this.chkSign1B.AutoSize = true;
this.chkSign1B.Location = new System.Drawing.Point(183, 3);
this.chkSign1B.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
this.chkSign1B.Name = "chkSign1B";
this.chkSign1B.Size = new System.Drawing.Size(39, 17);
this.chkSign1B.TabIndex = 25;
this.chkSign1B.Text = "S1";
this.chkSign1B.UseVisualStyleBackColor = true;
//
// ctrlNecDspStatus
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.grpNecDsp);
this.Name = "ctrlNecDspStatus";
this.Size = new System.Drawing.Size(325, 150);
this.grpNecDsp.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.tlpFlagsA.ResumeLayout(false);
this.tlpFlagsA.PerformLayout();
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox grpNecDsp;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtB;
private System.Windows.Forms.TableLayoutPanel tlpFlagsA;
private System.Windows.Forms.CheckBox chkSign0A;
private System.Windows.Forms.CheckBox chkCarryA;
private System.Windows.Forms.CheckBox chkZeroA;
private System.Windows.Forms.CheckBox chkOverflow1A;
private System.Windows.Forms.CheckBox chkOverflow0A;
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 txtTR;
private System.Windows.Forms.TextBox txtRP;
private System.Windows.Forms.TextBox txtK;
private System.Windows.Forms.TextBox txtTRB;
private System.Windows.Forms.TextBox txtDP;
private System.Windows.Forms.TextBox txtL;
private System.Windows.Forms.TextBox txtPC;
private System.Windows.Forms.TextBox txtDR;
private System.Windows.Forms.TextBox txtM;
private System.Windows.Forms.TextBox txtSP;
private System.Windows.Forms.TextBox txtSR;
private System.Windows.Forms.TextBox txtN;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.TextBox txtA;
private System.Windows.Forms.CheckBox chkSign1A;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.CheckBox chkCarryB;
private System.Windows.Forms.CheckBox chkZeroB;
private System.Windows.Forms.CheckBox chkOverflow0B;
private System.Windows.Forms.CheckBox chkOverflow1B;
private System.Windows.Forms.CheckBox chkSign0B;
private System.Windows.Forms.CheckBox chkSign1B;
}
}