2015-07-01 23:17:14 -04:00
namespace Mesen.GUI.Debugger
{
partial class ctrlConsoleStatus
{
/// <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 ( )
{
2016-11-26 17:48:11 -05:00
this . components = new System . ComponentModel . Container ( ) ;
2016-12-04 14:12:49 -05:00
System . ComponentModel . ComponentResourceManager resources = new System . ComponentModel . ComponentResourceManager ( typeof ( ctrlConsoleStatus ) ) ;
2015-07-01 23:17:14 -04:00
this . tableLayoutPanel2 = new System . Windows . Forms . TableLayoutPanel ( ) ;
this . grpPPUStatus = new System . Windows . Forms . GroupBox ( ) ;
this . tableLayoutPanel8 = new System . Windows . Forms . TableLayoutPanel ( ) ;
this . tableLayoutPanel7 = new System . Windows . Forms . TableLayoutPanel ( ) ;
2016-12-04 14:12:49 -05:00
this . txtNTAddr = new System . Windows . Forms . TextBox ( ) ;
this . lblNTAddr = new System . Windows . Forms . Label ( ) ;
2015-07-01 23:17:14 -04:00
this . lblVRAMAddr = new System . Windows . Forms . Label ( ) ;
this . lblCycle = new System . Windows . Forms . Label ( ) ;
this . txtCycle = new System . Windows . Forms . TextBox ( ) ;
this . txtVRAMAddr = new System . Windows . Forms . TextBox ( ) ;
this . chkVerticalBlank = new System . Windows . Forms . CheckBox ( ) ;
this . chkSprite0Hit = new System . Windows . Forms . CheckBox ( ) ;
this . chkSpriteOverflow = new System . Windows . Forms . CheckBox ( ) ;
2016-01-02 13:52:55 -05:00
this . lblScanline = new System . Windows . Forms . Label ( ) ;
this . txtScanline = new System . Windows . Forms . TextBox ( ) ;
2015-07-01 23:17:14 -04:00
this . grpControlMask = new System . Windows . Forms . GroupBox ( ) ;
this . tableLayoutPanel9 = new System . Windows . Forms . TableLayoutPanel ( ) ;
this . chkDrawLeftSpr = new System . Windows . Forms . CheckBox ( ) ;
this . flowLayoutPanel7 = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . lblSprAddr = new System . Windows . Forms . Label ( ) ;
this . txtSprAddr = new System . Windows . Forms . TextBox ( ) ;
this . chkSpritesEnabled = new System . Windows . Forms . CheckBox ( ) ;
this . chkBGEnabled = new System . Windows . Forms . CheckBox ( ) ;
2016-12-04 14:12:49 -05:00
this . tableLayoutPanel1 = new System . Windows . Forms . TableLayoutPanel ( ) ;
this . chkNMIOnBlank = new System . Windows . Forms . CheckBox ( ) ;
this . chkLargeSprites = new System . Windows . Forms . CheckBox ( ) ;
this . chkVerticalWrite = new System . Windows . Forms . CheckBox ( ) ;
2015-07-01 23:17:14 -04:00
this . flowLayoutPanel6 = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . lblBGAddr = new System . Windows . Forms . Label ( ) ;
this . txtBGAddr = new System . Windows . Forms . TextBox ( ) ;
this . chkDrawLeftBG = new System . Windows . Forms . CheckBox ( ) ;
this . chkGrayscale = new System . Windows . Forms . CheckBox ( ) ;
this . chkIntensifyRed = new System . Windows . Forms . CheckBox ( ) ;
this . chkIntensifyGreen = new System . Windows . Forms . CheckBox ( ) ;
this . chkIntensifyBlue = new System . Windows . Forms . CheckBox ( ) ;
this . grpCPUStatus = new System . Windows . Forms . GroupBox ( ) ;
this . tableLayoutPanel3 = new System . Windows . Forms . TableLayoutPanel ( ) ;
this . grpIRQ = new System . Windows . Forms . GroupBox ( ) ;
this . flowLayoutPanel3 = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . chkExternal = new System . Windows . Forms . CheckBox ( ) ;
this . chkFrameCounter = new System . Windows . Forms . CheckBox ( ) ;
this . chkDMC = new System . Windows . Forms . CheckBox ( ) ;
this . chkNMI = new System . Windows . Forms . CheckBox ( ) ;
this . grpFlags = new System . Windows . Forms . GroupBox ( ) ;
this . tableLayoutPanel4 = new System . Windows . Forms . TableLayoutPanel ( ) ;
this . flowLayoutPanel2 = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . lblStatus = new System . Windows . Forms . Label ( ) ;
this . txtStatus = new System . Windows . Forms . TextBox ( ) ;
this . tableLayoutPanel5 = new System . Windows . Forms . TableLayoutPanel ( ) ;
this . chkNegative = new System . Windows . Forms . CheckBox ( ) ;
this . chkOverflow = new System . Windows . Forms . CheckBox ( ) ;
this . chkReserved = new System . Windows . Forms . CheckBox ( ) ;
this . chkBreak = new System . Windows . Forms . CheckBox ( ) ;
this . chkDecimal = new System . Windows . Forms . CheckBox ( ) ;
this . chkInterrupt = new System . Windows . Forms . CheckBox ( ) ;
this . chkZero = new System . Windows . Forms . CheckBox ( ) ;
this . chkCarry = new System . Windows . Forms . CheckBox ( ) ;
this . grpStack = new System . Windows . Forms . GroupBox ( ) ;
this . tableLayoutPanel6 = new System . Windows . Forms . TableLayoutPanel ( ) ;
this . flowLayoutPanel4 = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . lblSP = new System . Windows . Forms . Label ( ) ;
this . txtSP = new System . Windows . Forms . TextBox ( ) ;
2016-12-04 14:12:49 -05:00
this . lstStack = new Mesen . GUI . Controls . DoubleBufferedListView ( ) ;
this . columnHeader1 = ( ( System . Windows . Forms . ColumnHeader ) ( new System . Windows . Forms . ColumnHeader ( ) ) ) ;
2015-07-01 23:17:14 -04:00
this . flowLayoutPanel1 = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . lblA = new System . Windows . Forms . Label ( ) ;
this . txtA = new System . Windows . Forms . TextBox ( ) ;
this . lblX = new System . Windows . Forms . Label ( ) ;
this . txtX = new System . Windows . Forms . TextBox ( ) ;
this . lblY = new System . Windows . Forms . Label ( ) ;
this . txtY = new System . Windows . Forms . TextBox ( ) ;
this . lblPC = new System . Windows . Forms . Label ( ) ;
this . txtPC = new System . Windows . Forms . TextBox ( ) ;
2016-01-02 13:52:55 -05:00
this . lblCycleCount = new System . Windows . Forms . Label ( ) ;
this . txtCycleCount = new System . Windows . Forms . TextBox ( ) ;
2016-12-04 14:12:49 -05:00
this . tableLayoutPanel10 = new System . Windows . Forms . TableLayoutPanel ( ) ;
this . btnGoto = new System . Windows . Forms . Button ( ) ;
2016-11-26 17:48:11 -05:00
this . btnApplyChanges = new System . Windows . Forms . Button ( ) ;
this . tmrButton = new System . Windows . Forms . Timer ( this . components ) ;
2016-12-04 14:12:49 -05:00
this . contextGoTo = new System . Windows . Forms . ContextMenuStrip ( this . components ) ;
this . mnuGoToIrqHandler = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . mnuGoToNmiHandler = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . mnuGoToResetHandler = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2015-07-01 23:17:14 -04:00
this . tableLayoutPanel2 . SuspendLayout ( ) ;
this . grpPPUStatus . SuspendLayout ( ) ;
this . tableLayoutPanel8 . SuspendLayout ( ) ;
this . tableLayoutPanel7 . SuspendLayout ( ) ;
this . grpControlMask . SuspendLayout ( ) ;
this . tableLayoutPanel9 . SuspendLayout ( ) ;
this . flowLayoutPanel7 . SuspendLayout ( ) ;
2016-12-04 14:12:49 -05:00
this . tableLayoutPanel1 . SuspendLayout ( ) ;
2015-07-01 23:17:14 -04:00
this . flowLayoutPanel6 . SuspendLayout ( ) ;
this . grpCPUStatus . SuspendLayout ( ) ;
this . tableLayoutPanel3 . SuspendLayout ( ) ;
this . grpIRQ . SuspendLayout ( ) ;
this . flowLayoutPanel3 . SuspendLayout ( ) ;
this . grpFlags . SuspendLayout ( ) ;
this . tableLayoutPanel4 . SuspendLayout ( ) ;
this . flowLayoutPanel2 . SuspendLayout ( ) ;
this . tableLayoutPanel5 . SuspendLayout ( ) ;
this . grpStack . SuspendLayout ( ) ;
this . tableLayoutPanel6 . SuspendLayout ( ) ;
this . flowLayoutPanel4 . SuspendLayout ( ) ;
this . flowLayoutPanel1 . SuspendLayout ( ) ;
2016-12-04 14:12:49 -05:00
this . tableLayoutPanel10 . SuspendLayout ( ) ;
this . contextGoTo . SuspendLayout ( ) ;
2015-07-01 23:17:14 -04:00
this . SuspendLayout ( ) ;
//
// tableLayoutPanel2
//
this . tableLayoutPanel2 . ColumnCount = 1 ;
this . tableLayoutPanel2 . ColumnStyles . Add ( new System . Windows . Forms . ColumnStyle ( System . Windows . Forms . SizeType . Percent , 100F ) ) ;
this . tableLayoutPanel2 . Controls . Add ( this . grpPPUStatus , 0 , 1 ) ;
this . tableLayoutPanel2 . Controls . Add ( this . grpCPUStatus , 0 , 0 ) ;
2016-12-04 14:12:49 -05:00
this . tableLayoutPanel2 . Controls . Add ( this . tableLayoutPanel10 , 0 , 2 ) ;
2015-07-01 23:17:14 -04:00
this . tableLayoutPanel2 . Dock = System . Windows . Forms . DockStyle . Fill ;
this . tableLayoutPanel2 . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . tableLayoutPanel2 . Name = "tableLayoutPanel2" ;
2016-11-26 17:48:11 -05:00
this . tableLayoutPanel2 . RowCount = 3 ;
2015-07-01 23:17:14 -04:00
this . tableLayoutPanel2 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( ) ) ;
2016-11-26 17:48:11 -05:00
this . tableLayoutPanel2 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( ) ) ;
this . tableLayoutPanel2 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( System . Windows . Forms . SizeType . Absolute , 20F ) ) ;
this . tableLayoutPanel2 . Size = new System . Drawing . Size ( 470 , 391 ) ;
2015-07-01 23:17:14 -04:00
this . tableLayoutPanel2 . TabIndex = 2 ;
//
// grpPPUStatus
//
this . grpPPUStatus . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
| System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . grpPPUStatus . Controls . Add ( this . tableLayoutPanel8 ) ;
this . grpPPUStatus . Location = new System . Drawing . Point ( 3 , 180 ) ;
this . grpPPUStatus . Name = "grpPPUStatus" ;
this . grpPPUStatus . Size = new System . Drawing . Size ( 464 , 179 ) ;
this . grpPPUStatus . TabIndex = 2 ;
this . grpPPUStatus . TabStop = false ;
this . grpPPUStatus . Text = "PPU Status" ;
//
// tableLayoutPanel8
//
this . tableLayoutPanel8 . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
| System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . tableLayoutPanel8 . ColumnCount = 2 ;
this . tableLayoutPanel8 . ColumnStyles . Add ( new System . Windows . Forms . ColumnStyle ( System . Windows . Forms . SizeType . Percent , 44.25163F ) ) ;
this . tableLayoutPanel8 . ColumnStyles . Add ( new System . Windows . Forms . ColumnStyle ( System . Windows . Forms . SizeType . Percent , 55.74837F ) ) ;
this . tableLayoutPanel8 . Controls . Add ( this . tableLayoutPanel7 , 0 , 0 ) ;
this . tableLayoutPanel8 . Controls . Add ( this . grpControlMask , 1 , 0 ) ;
this . tableLayoutPanel8 . Location = new System . Drawing . Point ( 6 , 19 ) ;
this . tableLayoutPanel8 . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . tableLayoutPanel8 . Name = "tableLayoutPanel8" ;
this . tableLayoutPanel8 . RowCount = 1 ;
this . tableLayoutPanel8 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( System . Windows . Forms . SizeType . Percent , 50F ) ) ;
this . tableLayoutPanel8 . Size = new System . Drawing . Size ( 455 , 157 ) ;
this . tableLayoutPanel8 . TabIndex = 1 ;
//
// tableLayoutPanel7
//
this . tableLayoutPanel7 . ColumnCount = 2 ;
this . tableLayoutPanel7 . ColumnStyles . Add ( new System . Windows . Forms . ColumnStyle ( ) ) ;
this . tableLayoutPanel7 . ColumnStyles . Add ( new System . Windows . Forms . ColumnStyle ( System . Windows . Forms . SizeType . Percent , 100F ) ) ;
2016-12-04 09:16:09 -05:00
this . tableLayoutPanel7 . Controls . Add ( this . txtNTAddr , 1 , 3 ) ;
this . tableLayoutPanel7 . Controls . Add ( this . lblNTAddr , 0 , 3 ) ;
2015-07-01 23:17:14 -04:00
this . tableLayoutPanel7 . Controls . Add ( this . lblVRAMAddr , 0 , 2 ) ;
this . tableLayoutPanel7 . Controls . Add ( this . lblCycle , 0 , 0 ) ;
this . tableLayoutPanel7 . Controls . Add ( this . txtCycle , 1 , 0 ) ;
this . tableLayoutPanel7 . Controls . Add ( this . txtVRAMAddr , 1 , 2 ) ;
2016-12-04 09:16:09 -05:00
this . tableLayoutPanel7 . Controls . Add ( this . chkVerticalBlank , 0 , 4 ) ;
this . tableLayoutPanel7 . Controls . Add ( this . chkSprite0Hit , 0 , 5 ) ;
this . tableLayoutPanel7 . Controls . Add ( this . chkSpriteOverflow , 0 , 6 ) ;
2015-07-01 23:17:14 -04:00
this . tableLayoutPanel7 . Controls . Add ( this . lblScanline , 0 , 1 ) ;
this . tableLayoutPanel7 . Controls . Add ( this . txtScanline , 1 , 1 ) ;
this . tableLayoutPanel7 . Location = new System . Drawing . Point ( 3 , 3 ) ;
this . tableLayoutPanel7 . Name = "tableLayoutPanel7" ;
2016-12-04 09:16:09 -05:00
this . tableLayoutPanel7 . RowCount = 7 ;
2015-07-01 23:17:14 -04:00
this . tableLayoutPanel7 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( ) ) ;
this . tableLayoutPanel7 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( ) ) ;
this . tableLayoutPanel7 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( ) ) ;
this . tableLayoutPanel7 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( ) ) ;
this . tableLayoutPanel7 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( ) ) ;
this . tableLayoutPanel7 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( ) ) ;
2016-12-04 09:16:09 -05:00
this . tableLayoutPanel7 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( ) ) ;
this . tableLayoutPanel7 . Size = new System . Drawing . Size ( 195 , 151 ) ;
2015-07-01 23:17:14 -04:00
this . tableLayoutPanel7 . TabIndex = 0 ;
//
2016-12-04 14:12:49 -05:00
// txtNTAddr
//
this . txtNTAddr . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . txtNTAddr . Location = new System . Drawing . Point ( 68 , 74 ) ;
this . txtNTAddr . Margin = new System . Windows . Forms . Padding ( 2 ) ;
this . txtNTAddr . Name = "txtNTAddr" ;
this . txtNTAddr . ReadOnly = true ;
this . txtNTAddr . Size = new System . Drawing . Size ( 58 , 20 ) ;
this . txtNTAddr . TabIndex = 1 ;
//
// lblNTAddr
//
this . lblNTAddr . Anchor = System . Windows . Forms . AnchorStyles . Left ;
this . lblNTAddr . AutoSize = true ;
this . lblNTAddr . Location = new System . Drawing . Point ( 0 , 77 ) ;
this . lblNTAddr . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . lblNTAddr . Name = "lblNTAddr" ;
this . lblNTAddr . Size = new System . Drawing . Size ( 50 , 13 ) ;
this . lblNTAddr . TabIndex = 0 ;
this . lblNTAddr . Text = "NT Addr:" ;
this . lblNTAddr . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
//
2015-07-01 23:17:14 -04:00
// lblVRAMAddr
//
this . lblVRAMAddr . Anchor = System . Windows . Forms . AnchorStyles . Left ;
this . lblVRAMAddr . AutoSize = true ;
2016-12-04 09:16:09 -05:00
this . lblVRAMAddr . Location = new System . Drawing . Point ( 0 , 53 ) ;
2015-07-01 23:17:14 -04:00
this . lblVRAMAddr . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . lblVRAMAddr . Name = "lblVRAMAddr" ;
this . lblVRAMAddr . Size = new System . Drawing . Size ( 66 , 13 ) ;
this . lblVRAMAddr . TabIndex = 5 ;
this . lblVRAMAddr . Text = "VRAM Addr:" ;
this . lblVRAMAddr . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
//
// lblCycle
//
this . lblCycle . Anchor = System . Windows . Forms . AnchorStyles . Left ;
this . lblCycle . AutoSize = true ;
2016-12-04 09:16:09 -05:00
this . lblCycle . Location = new System . Drawing . Point ( 0 , 5 ) ;
2015-07-01 23:17:14 -04:00
this . lblCycle . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . lblCycle . Name = "lblCycle" ;
this . lblCycle . Size = new System . Drawing . Size ( 36 , 13 ) ;
this . lblCycle . TabIndex = 1 ;
this . lblCycle . Text = "Cycle:" ;
this . lblCycle . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
//
// txtCycle
//
2016-12-04 09:16:09 -05:00
this . txtCycle . Location = new System . Drawing . Point ( 68 , 2 ) ;
this . txtCycle . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2015-07-01 23:17:14 -04:00
this . txtCycle . Name = "txtCycle" ;
this . txtCycle . Size = new System . Drawing . Size ( 58 , 20 ) ;
this . txtCycle . TabIndex = 2 ;
//
// txtVRAMAddr
//
2016-12-04 09:16:09 -05:00
this . txtVRAMAddr . Location = new System . Drawing . Point ( 68 , 50 ) ;
this . txtVRAMAddr . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2015-07-01 23:17:14 -04:00
this . txtVRAMAddr . Name = "txtVRAMAddr" ;
this . txtVRAMAddr . Size = new System . Drawing . Size ( 58 , 20 ) ;
this . txtVRAMAddr . TabIndex = 6 ;
//
// chkVerticalBlank
//
this . chkVerticalBlank . AutoSize = true ;
this . tableLayoutPanel7 . SetColumnSpan ( this . chkVerticalBlank , 2 ) ;
2016-12-04 09:16:09 -05:00
this . chkVerticalBlank . Location = new System . Drawing . Point ( 0 , 98 ) ;
this . chkVerticalBlank . Margin = new System . Windows . Forms . Padding ( 0 , 2 , 0 , 0 ) ;
2015-07-01 23:17:14 -04:00
this . chkVerticalBlank . Name = "chkVerticalBlank" ;
this . chkVerticalBlank . Size = new System . Drawing . Size ( 91 , 17 ) ;
this . chkVerticalBlank . TabIndex = 7 ;
this . chkVerticalBlank . Text = "Vertical Blank" ;
this . chkVerticalBlank . UseVisualStyleBackColor = true ;
//
// chkSprite0Hit
//
this . chkSprite0Hit . AutoSize = true ;
this . tableLayoutPanel7 . SetColumnSpan ( this . chkSprite0Hit , 2 ) ;
2016-12-04 09:16:09 -05:00
this . chkSprite0Hit . Location = new System . Drawing . Point ( 0 , 115 ) ;
2015-07-01 23:17:14 -04:00
this . chkSprite0Hit . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . chkSprite0Hit . Name = "chkSprite0Hit" ;
this . chkSprite0Hit . Size = new System . Drawing . Size ( 78 , 17 ) ;
this . chkSprite0Hit . TabIndex = 9 ;
this . chkSprite0Hit . Text = "Sprite 0 Hit" ;
this . chkSprite0Hit . UseVisualStyleBackColor = true ;
//
// chkSpriteOverflow
//
this . chkSpriteOverflow . AutoSize = true ;
this . tableLayoutPanel7 . SetColumnSpan ( this . chkSpriteOverflow , 2 ) ;
2016-12-04 09:16:09 -05:00
this . chkSpriteOverflow . Location = new System . Drawing . Point ( 0 , 132 ) ;
2015-07-01 23:17:14 -04:00
this . chkSpriteOverflow . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . chkSpriteOverflow . Name = "chkSpriteOverflow" ;
this . chkSpriteOverflow . Size = new System . Drawing . Size ( 98 , 17 ) ;
this . chkSpriteOverflow . TabIndex = 8 ;
this . chkSpriteOverflow . Text = "Sprite Overflow" ;
this . chkSpriteOverflow . UseVisualStyleBackColor = true ;
//
2016-01-02 13:52:55 -05:00
// lblScanline
//
this . lblScanline . Anchor = System . Windows . Forms . AnchorStyles . Left ;
this . lblScanline . AutoSize = true ;
2016-12-04 09:16:09 -05:00
this . lblScanline . Location = new System . Drawing . Point ( 0 , 29 ) ;
2016-01-02 13:52:55 -05:00
this . lblScanline . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . lblScanline . Name = "lblScanline" ;
this . lblScanline . Size = new System . Drawing . Size ( 51 , 13 ) ;
this . lblScanline . TabIndex = 3 ;
this . lblScanline . Text = "Scanline:" ;
this . lblScanline . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
//
// txtScanline
//
2016-12-04 09:16:09 -05:00
this . txtScanline . Location = new System . Drawing . Point ( 68 , 26 ) ;
this . txtScanline . Margin = new System . Windows . Forms . Padding ( 2 ) ;
2016-01-02 13:52:55 -05:00
this . txtScanline . Name = "txtScanline" ;
this . txtScanline . Size = new System . Drawing . Size ( 58 , 20 ) ;
this . txtScanline . TabIndex = 4 ;
//
2015-07-01 23:17:14 -04:00
// grpControlMask
//
2016-12-04 09:16:09 -05:00
this . grpControlMask . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2015-07-01 23:17:14 -04:00
this . grpControlMask . Controls . Add ( this . tableLayoutPanel9 ) ;
2016-12-04 09:16:09 -05:00
this . grpControlMask . Location = new System . Drawing . Point ( 210 , 0 ) ;
2016-12-04 14:12:49 -05:00
this . grpControlMask . Margin = new System . Windows . Forms . Padding ( 0 ) ;
2015-07-01 23:17:14 -04:00
this . grpControlMask . Name = "grpControlMask" ;
2016-12-04 09:16:09 -05:00
this . grpControlMask . Size = new System . Drawing . Size ( 245 , 139 ) ;
2015-07-01 23:17:14 -04:00
this . grpControlMask . TabIndex = 1 ;
this . grpControlMask . TabStop = false ;
this . grpControlMask . Text = "Control && Mask" ;
//
// tableLayoutPanel9
//
this . tableLayoutPanel9 . ColumnCount = 2 ;
2016-12-04 10:29:36 -05:00
this . tableLayoutPanel9 . ColumnStyles . Add ( new System . Windows . Forms . ColumnStyle ( System . Windows . Forms . SizeType . Percent , 56.48536F ) ) ;
this . tableLayoutPanel9 . ColumnStyles . Add ( new System . Windows . Forms . ColumnStyle ( System . Windows . Forms . SizeType . Percent , 43.51464F ) ) ;
2016-12-04 09:16:09 -05:00
this . tableLayoutPanel9 . Controls . Add ( this . chkDrawLeftSpr , 0 , 5 ) ;
this . tableLayoutPanel9 . Controls . Add ( this . flowLayoutPanel7 , 0 , 1 ) ;
this . tableLayoutPanel9 . Controls . Add ( this . chkSpritesEnabled , 0 , 3 ) ;
this . tableLayoutPanel9 . Controls . Add ( this . chkBGEnabled , 0 , 2 ) ;
this . tableLayoutPanel9 . Controls . Add ( this . tableLayoutPanel1 , 1 , 0 ) ;
this . tableLayoutPanel9 . Controls . Add ( this . flowLayoutPanel6 , 0 , 0 ) ;
this . tableLayoutPanel9 . Controls . Add ( this . chkDrawLeftBG , 0 , 4 ) ;
this . tableLayoutPanel9 . Controls . Add ( this . chkGrayscale , 1 , 2 ) ;
this . tableLayoutPanel9 . Controls . Add ( this . chkIntensifyRed , 1 , 3 ) ;
this . tableLayoutPanel9 . Controls . Add ( this . chkIntensifyGreen , 1 , 4 ) ;
this . tableLayoutPanel9 . Controls . Add ( this . chkIntensifyBlue , 1 , 5 ) ;
this . tableLayoutPanel9 . Dock = System . Windows . Forms . DockStyle . Fill ;
this . tableLayoutPanel9 . Location = new System . Drawing . Point ( 3 , 16 ) ;
2015-07-01 23:17:14 -04:00
this . tableLayoutPanel9 . Name = "tableLayoutPanel9" ;
2016-12-04 09:16:09 -05:00
this . tableLayoutPanel9 . RowCount = 6 ;
2015-07-01 23:17:14 -04:00
this . tableLayoutPanel9 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( ) ) ;
this . tableLayoutPanel9 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( ) ) ;
this . tableLayoutPanel9 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( ) ) ;
this . tableLayoutPanel9 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( ) ) ;
this . tableLayoutPanel9 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( ) ) ;
this . tableLayoutPanel9 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( System . Windows . Forms . SizeType . Absolute , 20F ) ) ;
2016-12-04 09:16:09 -05:00
this . tableLayoutPanel9 . Size = new System . Drawing . Size ( 239 , 120 ) ;
2015-07-01 23:17:14 -04:00
this . tableLayoutPanel9 . TabIndex = 1 ;
//
// chkDrawLeftSpr
//
this . chkDrawLeftSpr . AutoSize = true ;
2016-12-04 09:16:09 -05:00
this . chkDrawLeftSpr . Location = new System . Drawing . Point ( 0 , 102 ) ;
2015-07-01 23:17:14 -04:00
this . chkDrawLeftSpr . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . chkDrawLeftSpr . Name = "chkDrawLeftSpr" ;
2016-12-04 10:29:36 -05:00
this . chkDrawLeftSpr . Size = new System . Drawing . Size ( 129 , 17 ) ;
2015-07-01 23:17:14 -04:00
this . chkDrawLeftSpr . TabIndex = 23 ;
2016-12-04 10:29:36 -05:00
this . chkDrawLeftSpr . Text = "Draw left Sprites (8px)" ;
2015-07-01 23:17:14 -04:00
this . chkDrawLeftSpr . UseVisualStyleBackColor = true ;
//
// flowLayoutPanel7
//
this . flowLayoutPanel7 . Controls . Add ( this . lblSprAddr ) ;
this . flowLayoutPanel7 . Controls . Add ( this . txtSprAddr ) ;
2016-12-04 09:16:09 -05:00
this . flowLayoutPanel7 . Location = new System . Drawing . Point ( 0 , 24 ) ;
2015-07-01 23:17:14 -04:00
this . flowLayoutPanel7 . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . flowLayoutPanel7 . Name = "flowLayoutPanel7" ;
2016-12-04 09:16:09 -05:00
this . flowLayoutPanel7 . Size = new System . Drawing . Size ( 116 , 26 ) ;
2015-07-01 23:17:14 -04:00
this . flowLayoutPanel7 . TabIndex = 22 ;
//
// lblSprAddr
//
this . lblSprAddr . AutoSize = true ;
this . lblSprAddr . Dock = System . Windows . Forms . DockStyle . Fill ;
this . lblSprAddr . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . lblSprAddr . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . lblSprAddr . Name = "lblSprAddr" ;
2016-12-04 09:16:09 -05:00
this . lblSprAddr . Size = new System . Drawing . Size ( 51 , 22 ) ;
2015-07-01 23:17:14 -04:00
this . lblSprAddr . TabIndex = 0 ;
this . lblSprAddr . Text = "Spr Addr:" ;
this . lblSprAddr . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
//
// txtSprAddr
//
2016-12-04 09:16:09 -05:00
this . txtSprAddr . Location = new System . Drawing . Point ( 51 , 2 ) ;
this . txtSprAddr . Margin = new System . Windows . Forms . Padding ( 0 , 2 , 0 , 0 ) ;
2015-07-01 23:17:14 -04:00
this . txtSprAddr . Name = "txtSprAddr" ;
this . txtSprAddr . Size = new System . Drawing . Size ( 50 , 20 ) ;
this . txtSprAddr . TabIndex = 1 ;
//
// chkSpritesEnabled
//
this . chkSpritesEnabled . AutoSize = true ;
2016-12-04 09:16:09 -05:00
this . chkSpritesEnabled . Location = new System . Drawing . Point ( 0 , 68 ) ;
2015-07-01 23:17:14 -04:00
this . chkSpritesEnabled . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . chkSpritesEnabled . Name = "chkSpritesEnabled" ;
this . chkSpritesEnabled . Size = new System . Drawing . Size ( 100 , 17 ) ;
this . chkSpritesEnabled . TabIndex = 8 ;
this . chkSpritesEnabled . Text = "Sprites Enabled" ;
this . chkSpritesEnabled . UseVisualStyleBackColor = true ;
//
// chkBGEnabled
//
this . chkBGEnabled . AutoSize = true ;
2016-12-04 09:16:09 -05:00
this . chkBGEnabled . Location = new System . Drawing . Point ( 0 , 51 ) ;
2015-07-01 23:17:14 -04:00
this . chkBGEnabled . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . chkBGEnabled . Name = "chkBGEnabled" ;
this . chkBGEnabled . Size = new System . Drawing . Size ( 83 , 17 ) ;
this . chkBGEnabled . TabIndex = 7 ;
this . chkBGEnabled . Text = "BG Enabled" ;
this . chkBGEnabled . UseVisualStyleBackColor = true ;
//
2016-12-04 14:12:49 -05:00
// tableLayoutPanel1
//
this . tableLayoutPanel1 . ColumnCount = 1 ;
this . tableLayoutPanel1 . ColumnStyles . Add ( new System . Windows . Forms . ColumnStyle ( System . Windows . Forms . SizeType . Percent , 100F ) ) ;
this . tableLayoutPanel1 . Controls . Add ( this . chkNMIOnBlank , 0 , 1 ) ;
this . tableLayoutPanel1 . Controls . Add ( this . chkLargeSprites , 0 , 2 ) ;
this . tableLayoutPanel1 . Controls . Add ( this . chkVerticalWrite , 0 , 0 ) ;
this . tableLayoutPanel1 . Dock = System . Windows . Forms . DockStyle . Bottom ;
this . tableLayoutPanel1 . Location = new System . Drawing . Point ( 135 , 0 ) ;
this . tableLayoutPanel1 . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . tableLayoutPanel1 . Name = "tableLayoutPanel1" ;
this . tableLayoutPanel1 . RowCount = 3 ;
this . tableLayoutPanel9 . SetRowSpan ( this . tableLayoutPanel1 , 2 ) ;
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 ( 104 , 51 ) ;
this . tableLayoutPanel1 . TabIndex = 5 ;
//
// chkNMIOnBlank
//
this . chkNMIOnBlank . AutoSize = true ;
this . chkNMIOnBlank . Location = new System . Drawing . Point ( 0 , 17 ) ;
this . chkNMIOnBlank . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . chkNMIOnBlank . Name = "chkNMIOnBlank" ;
this . chkNMIOnBlank . Size = new System . Drawing . Size ( 97 , 17 ) ;
this . chkNMIOnBlank . TabIndex = 18 ;
this . chkNMIOnBlank . Text = "NMI on vBlank" ;
this . chkNMIOnBlank . UseVisualStyleBackColor = true ;
//
// chkLargeSprites
//
this . chkLargeSprites . AutoSize = true ;
this . chkLargeSprites . Location = new System . Drawing . Point ( 0 , 34 ) ;
this . chkLargeSprites . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . chkLargeSprites . Name = "chkLargeSprites" ;
this . chkLargeSprites . Size = new System . Drawing . Size ( 88 , 17 ) ;
this . chkLargeSprites . TabIndex = 19 ;
this . chkLargeSprites . Text = "Large Sprites" ;
this . chkLargeSprites . UseVisualStyleBackColor = true ;
//
// chkVerticalWrite
//
this . chkVerticalWrite . AutoSize = true ;
this . chkVerticalWrite . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . chkVerticalWrite . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . chkVerticalWrite . Name = "chkVerticalWrite" ;
this . chkVerticalWrite . Size = new System . Drawing . Size ( 89 , 17 ) ;
this . chkVerticalWrite . TabIndex = 17 ;
this . chkVerticalWrite . Text = "Vertical Write" ;
this . chkVerticalWrite . UseVisualStyleBackColor = true ;
//
2015-07-01 23:17:14 -04:00
// flowLayoutPanel6
//
this . flowLayoutPanel6 . Controls . Add ( this . lblBGAddr ) ;
this . flowLayoutPanel6 . Controls . Add ( this . txtBGAddr ) ;
2016-12-04 09:16:09 -05:00
this . flowLayoutPanel6 . Location = new System . Drawing . Point ( 0 , 0 ) ;
2015-07-01 23:17:14 -04:00
this . flowLayoutPanel6 . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . flowLayoutPanel6 . Name = "flowLayoutPanel6" ;
2016-12-04 09:16:09 -05:00
this . flowLayoutPanel6 . Size = new System . Drawing . Size ( 116 , 24 ) ;
2015-07-01 23:17:14 -04:00
this . flowLayoutPanel6 . TabIndex = 21 ;
//
// lblBGAddr
//
this . lblBGAddr . AutoSize = true ;
this . lblBGAddr . Dock = System . Windows . Forms . DockStyle . Fill ;
this . lblBGAddr . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . lblBGAddr . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . lblBGAddr . Name = "lblBGAddr" ;
2016-12-04 09:16:09 -05:00
this . lblBGAddr . Size = new System . Drawing . Size ( 50 , 22 ) ;
2015-07-01 23:17:14 -04:00
this . lblBGAddr . TabIndex = 0 ;
this . lblBGAddr . Text = "BG Addr:" ;
this . lblBGAddr . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
//
// txtBGAddr
//
2016-12-04 09:16:09 -05:00
this . txtBGAddr . Location = new System . Drawing . Point ( 51 , 2 ) ;
this . txtBGAddr . Margin = new System . Windows . Forms . Padding ( 1 , 2 , 0 , 0 ) ;
2015-07-01 23:17:14 -04:00
this . txtBGAddr . Name = "txtBGAddr" ;
this . txtBGAddr . Size = new System . Drawing . Size ( 50 , 20 ) ;
this . txtBGAddr . TabIndex = 1 ;
//
// chkDrawLeftBG
//
this . chkDrawLeftBG . AutoSize = true ;
2016-12-04 09:16:09 -05:00
this . chkDrawLeftBG . Location = new System . Drawing . Point ( 0 , 85 ) ;
2015-07-01 23:17:14 -04:00
this . chkDrawLeftBG . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . chkDrawLeftBG . Name = "chkDrawLeftBG" ;
this . chkDrawLeftBG . Size = new System . Drawing . Size ( 112 , 17 ) ;
this . chkDrawLeftBG . TabIndex = 13 ;
this . chkDrawLeftBG . Text = "Draw left BG (8px)" ;
this . chkDrawLeftBG . UseVisualStyleBackColor = true ;
//
// chkGrayscale
//
this . chkGrayscale . AutoSize = true ;
2016-12-04 14:12:49 -05:00
this . chkGrayscale . Location = new System . Drawing . Point ( 135 , 51 ) ;
2015-07-01 23:17:14 -04:00
this . chkGrayscale . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . chkGrayscale . Name = "chkGrayscale" ;
this . chkGrayscale . Size = new System . Drawing . Size ( 73 , 17 ) ;
this . chkGrayscale . TabIndex = 12 ;
this . chkGrayscale . Text = "Grayscale" ;
this . chkGrayscale . UseVisualStyleBackColor = true ;
//
// chkIntensifyRed
//
this . chkIntensifyRed . AutoSize = true ;
2016-12-04 14:12:49 -05:00
this . chkIntensifyRed . Location = new System . Drawing . Point ( 135 , 68 ) ;
2015-07-01 23:17:14 -04:00
this . chkIntensifyRed . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . chkIntensifyRed . Name = "chkIntensifyRed" ;
this . chkIntensifyRed . Size = new System . Drawing . Size ( 88 , 17 ) ;
this . chkIntensifyRed . TabIndex = 16 ;
this . chkIntensifyRed . Text = "Intensify Red" ;
this . chkIntensifyRed . UseVisualStyleBackColor = true ;
//
// chkIntensifyGreen
//
this . chkIntensifyGreen . AutoSize = true ;
2016-12-04 14:12:49 -05:00
this . chkIntensifyGreen . Location = new System . Drawing . Point ( 135 , 85 ) ;
2015-07-01 23:17:14 -04:00
this . chkIntensifyGreen . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . chkIntensifyGreen . Name = "chkIntensifyGreen" ;
this . chkIntensifyGreen . Size = new System . Drawing . Size ( 97 , 17 ) ;
this . chkIntensifyGreen . TabIndex = 14 ;
this . chkIntensifyGreen . Text = "Intensify Green" ;
this . chkIntensifyGreen . UseVisualStyleBackColor = true ;
//
// chkIntensifyBlue
//
this . chkIntensifyBlue . AutoSize = true ;
2016-12-04 14:12:49 -05:00
this . chkIntensifyBlue . Location = new System . Drawing . Point ( 135 , 102 ) ;
2015-07-01 23:17:14 -04:00
this . chkIntensifyBlue . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . chkIntensifyBlue . Name = "chkIntensifyBlue" ;
this . chkIntensifyBlue . Size = new System . Drawing . Size ( 89 , 17 ) ;
this . chkIntensifyBlue . TabIndex = 24 ;
this . chkIntensifyBlue . Text = "Intensify Blue" ;
this . chkIntensifyBlue . UseVisualStyleBackColor = true ;
//
// grpCPUStatus
//
this . grpCPUStatus . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
| System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . grpCPUStatus . Controls . Add ( this . tableLayoutPanel3 ) ;
this . grpCPUStatus . Location = new System . Drawing . Point ( 3 , 3 ) ;
this . grpCPUStatus . Name = "grpCPUStatus" ;
this . grpCPUStatus . Size = new System . Drawing . Size ( 464 , 171 ) ;
this . grpCPUStatus . TabIndex = 0 ;
this . grpCPUStatus . TabStop = false ;
this . grpCPUStatus . Text = "CPU Status" ;
//
// tableLayoutPanel3
//
this . tableLayoutPanel3 . ColumnCount = 2 ;
this . tableLayoutPanel3 . ColumnStyles . Add ( new System . Windows . Forms . ColumnStyle ( System . Windows . Forms . SizeType . Percent , 100F ) ) ;
this . tableLayoutPanel3 . ColumnStyles . Add ( new System . Windows . Forms . ColumnStyle ( ) ) ;
this . tableLayoutPanel3 . Controls . Add ( this . grpIRQ , 0 , 2 ) ;
this . tableLayoutPanel3 . Controls . Add ( this . grpFlags , 0 , 1 ) ;
this . tableLayoutPanel3 . Controls . Add ( this . grpStack , 1 , 0 ) ;
this . tableLayoutPanel3 . Controls . Add ( this . flowLayoutPanel1 , 0 , 0 ) ;
this . tableLayoutPanel3 . Dock = System . Windows . Forms . DockStyle . Fill ;
this . tableLayoutPanel3 . Location = new System . Drawing . Point ( 3 , 16 ) ;
this . tableLayoutPanel3 . Name = "tableLayoutPanel3" ;
this . tableLayoutPanel3 . RowCount = 3 ;
this . tableLayoutPanel3 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( ) ) ;
this . tableLayoutPanel3 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( ) ) ;
this . tableLayoutPanel3 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( System . Windows . Forms . SizeType . Percent , 100F ) ) ;
this . tableLayoutPanel3 . Size = new System . Drawing . Size ( 458 , 152 ) ;
this . tableLayoutPanel3 . TabIndex = 0 ;
//
// grpIRQ
//
this . grpIRQ . Controls . Add ( this . flowLayoutPanel3 ) ;
this . grpIRQ . Location = new System . Drawing . Point ( 3 , 108 ) ;
this . grpIRQ . Name = "grpIRQ" ;
this . grpIRQ . Size = new System . Drawing . Size ( 348 , 41 ) ;
this . grpIRQ . TabIndex = 4 ;
this . grpIRQ . TabStop = false ;
this . grpIRQ . Text = "IRQs" ;
//
// flowLayoutPanel3
//
this . flowLayoutPanel3 . Controls . Add ( this . chkExternal ) ;
this . flowLayoutPanel3 . Controls . Add ( this . chkFrameCounter ) ;
this . flowLayoutPanel3 . Controls . Add ( this . chkDMC ) ;
this . flowLayoutPanel3 . Controls . Add ( this . chkNMI ) ;
this . flowLayoutPanel3 . Dock = System . Windows . Forms . DockStyle . Fill ;
this . flowLayoutPanel3 . Location = new System . Drawing . Point ( 3 , 16 ) ;
this . flowLayoutPanel3 . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . flowLayoutPanel3 . Name = "flowLayoutPanel3" ;
this . flowLayoutPanel3 . Size = new System . Drawing . Size ( 342 , 22 ) ;
this . flowLayoutPanel3 . TabIndex = 4 ;
//
// chkExternal
//
this . chkExternal . AutoSize = true ;
this . chkExternal . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . chkExternal . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . chkExternal . Name = "chkExternal" ;
this . chkExternal . Size = new System . Drawing . Size ( 64 , 17 ) ;
this . chkExternal . TabIndex = 1 ;
this . chkExternal . Text = "External" ;
this . chkExternal . UseVisualStyleBackColor = true ;
//
// chkFrameCounter
//
this . chkFrameCounter . AutoSize = true ;
this . chkFrameCounter . Location = new System . Drawing . Point ( 64 , 0 ) ;
this . chkFrameCounter . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . chkFrameCounter . Name = "chkFrameCounter" ;
this . chkFrameCounter . Size = new System . Drawing . Size ( 95 , 17 ) ;
this . chkFrameCounter . TabIndex = 2 ;
this . chkFrameCounter . Text = "Frame Counter" ;
this . chkFrameCounter . UseVisualStyleBackColor = true ;
//
// chkDMC
//
this . chkDMC . AutoSize = true ;
this . chkDMC . Location = new System . Drawing . Point ( 159 , 0 ) ;
this . chkDMC . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . chkDMC . Name = "chkDMC" ;
this . chkDMC . Size = new System . Drawing . Size ( 50 , 17 ) ;
this . chkDMC . TabIndex = 3 ;
this . chkDMC . Text = "DMC" ;
this . chkDMC . UseVisualStyleBackColor = true ;
//
// chkNMI
//
this . chkNMI . AutoSize = true ;
this . chkNMI . Location = new System . Drawing . Point ( 209 , 0 ) ;
this . chkNMI . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . chkNMI . Name = "chkNMI" ;
this . chkNMI . Size = new System . Drawing . Size ( 46 , 17 ) ;
this . chkNMI . TabIndex = 4 ;
this . chkNMI . Text = "NMI" ;
this . chkNMI . UseVisualStyleBackColor = true ;
//
// grpFlags
//
this . grpFlags . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
| System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . grpFlags . Controls . Add ( this . tableLayoutPanel4 ) ;
this . grpFlags . Location = new System . Drawing . Point ( 3 , 30 ) ;
this . grpFlags . Name = "grpFlags" ;
this . grpFlags . Size = new System . Drawing . Size ( 353 , 72 ) ;
this . grpFlags . TabIndex = 3 ;
this . grpFlags . TabStop = false ;
this . grpFlags . Text = "Flags" ;
//
// tableLayoutPanel4
//
this . tableLayoutPanel4 . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
| System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . tableLayoutPanel4 . ColumnCount = 1 ;
this . tableLayoutPanel4 . ColumnStyles . Add ( new System . Windows . Forms . ColumnStyle ( System . Windows . Forms . SizeType . Percent , 100F ) ) ;
this . tableLayoutPanel4 . Controls . Add ( this . flowLayoutPanel2 , 0 , 0 ) ;
this . tableLayoutPanel4 . Controls . Add ( this . tableLayoutPanel5 , 0 , 1 ) ;
this . tableLayoutPanel4 . Location = new System . Drawing . Point ( 3 , 16 ) ;
this . tableLayoutPanel4 . Name = "tableLayoutPanel4" ;
this . tableLayoutPanel4 . RowCount = 2 ;
this . tableLayoutPanel4 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( ) ) ;
this . tableLayoutPanel4 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( ) ) ;
this . tableLayoutPanel4 . Size = new System . Drawing . Size ( 347 , 53 ) ;
this . tableLayoutPanel4 . TabIndex = 0 ;
//
// flowLayoutPanel2
//
this . flowLayoutPanel2 . Controls . Add ( this . lblStatus ) ;
this . flowLayoutPanel2 . Controls . Add ( this . txtStatus ) ;
this . flowLayoutPanel2 . Dock = System . Windows . Forms . DockStyle . Fill ;
this . flowLayoutPanel2 . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . flowLayoutPanel2 . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . flowLayoutPanel2 . Name = "flowLayoutPanel2" ;
this . flowLayoutPanel2 . Size = new System . Drawing . Size ( 347 , 21 ) ;
this . flowLayoutPanel2 . TabIndex = 3 ;
//
// lblStatus
//
this . lblStatus . AutoSize = true ;
this . lblStatus . Dock = System . Windows . Forms . DockStyle . Fill ;
this . lblStatus . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . lblStatus . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . lblStatus . Name = "lblStatus" ;
this . lblStatus . Size = new System . Drawing . Size ( 40 , 20 ) ;
this . lblStatus . TabIndex = 0 ;
this . lblStatus . Text = "Status:" ;
this . lblStatus . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
//
// txtStatus
//
this . txtStatus . Location = new System . Drawing . Point ( 40 , 0 ) ;
this . txtStatus . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . txtStatus . Name = "txtStatus" ;
this . txtStatus . Size = new System . Drawing . Size ( 27 , 20 ) ;
this . txtStatus . TabIndex = 1 ;
2016-11-26 17:48:11 -05:00
this . txtStatus . TextChanged + = new System . EventHandler ( this . txtStatus_TextChanged ) ;
2015-07-01 23:17:14 -04:00
//
// tableLayoutPanel5
//
this . tableLayoutPanel5 . ColumnCount = 4 ;
this . tableLayoutPanel5 . ColumnStyles . Add ( new System . Windows . Forms . ColumnStyle ( System . Windows . Forms . SizeType . Percent , 25F ) ) ;
this . tableLayoutPanel5 . ColumnStyles . Add ( new System . Windows . Forms . ColumnStyle ( System . Windows . Forms . SizeType . Percent , 25F ) ) ;
this . tableLayoutPanel5 . ColumnStyles . Add ( new System . Windows . Forms . ColumnStyle ( System . Windows . Forms . SizeType . Percent , 25F ) ) ;
this . tableLayoutPanel5 . ColumnStyles . Add ( new System . Windows . Forms . ColumnStyle ( System . Windows . Forms . SizeType . Percent , 25F ) ) ;
this . tableLayoutPanel5 . Controls . Add ( this . chkNegative , 3 , 1 ) ;
this . tableLayoutPanel5 . Controls . Add ( this . chkOverflow , 2 , 1 ) ;
this . tableLayoutPanel5 . Controls . Add ( this . chkReserved , 1 , 1 ) ;
this . tableLayoutPanel5 . Controls . Add ( this . chkBreak , 0 , 1 ) ;
this . tableLayoutPanel5 . Controls . Add ( this . chkDecimal , 3 , 0 ) ;
this . tableLayoutPanel5 . Controls . Add ( this . chkInterrupt , 2 , 0 ) ;
this . tableLayoutPanel5 . Controls . Add ( this . chkZero , 1 , 0 ) ;
this . tableLayoutPanel5 . Controls . Add ( this . chkCarry , 0 , 0 ) ;
this . tableLayoutPanel5 . Dock = System . Windows . Forms . DockStyle . Fill ;
this . tableLayoutPanel5 . Location = new System . Drawing . Point ( 0 , 21 ) ;
this . tableLayoutPanel5 . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . tableLayoutPanel5 . Name = "tableLayoutPanel5" ;
this . tableLayoutPanel5 . RowCount = 2 ;
this . tableLayoutPanel5 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( ) ) ;
this . tableLayoutPanel5 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( ) ) ;
this . tableLayoutPanel5 . Size = new System . Drawing . Size ( 347 , 48 ) ;
this . tableLayoutPanel5 . TabIndex = 4 ;
//
// chkNegative
//
this . chkNegative . AutoSize = true ;
this . chkNegative . Location = new System . Drawing . Point ( 258 , 17 ) ;
this . chkNegative . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . chkNegative . Name = "chkNegative" ;
this . chkNegative . Size = new System . Drawing . Size ( 69 , 17 ) ;
this . chkNegative . TabIndex = 7 ;
this . chkNegative . Text = "Negative" ;
this . chkNegative . UseVisualStyleBackColor = true ;
2016-11-26 17:48:11 -05:00
this . chkNegative . Click + = new System . EventHandler ( this . chkCpuFlag_Click ) ;
2015-07-01 23:17:14 -04:00
//
// chkOverflow
//
this . chkOverflow . AutoSize = true ;
this . chkOverflow . Location = new System . Drawing . Point ( 172 , 17 ) ;
this . chkOverflow . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . chkOverflow . Name = "chkOverflow" ;
this . chkOverflow . Size = new System . Drawing . Size ( 68 , 17 ) ;
this . chkOverflow . TabIndex = 6 ;
this . chkOverflow . Text = "Overflow" ;
this . chkOverflow . UseVisualStyleBackColor = true ;
2016-11-26 17:48:11 -05:00
this . chkOverflow . Click + = new System . EventHandler ( this . chkCpuFlag_Click ) ;
2015-07-01 23:17:14 -04:00
//
// chkReserved
//
this . chkReserved . AutoSize = true ;
this . chkReserved . Location = new System . Drawing . Point ( 86 , 17 ) ;
this . chkReserved . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . chkReserved . Name = "chkReserved" ;
this . chkReserved . Size = new System . Drawing . Size ( 72 , 17 ) ;
this . chkReserved . TabIndex = 5 ;
this . chkReserved . Text = "Reserved" ;
this . chkReserved . UseVisualStyleBackColor = true ;
2016-11-26 17:48:11 -05:00
this . chkReserved . Click + = new System . EventHandler ( this . chkCpuFlag_Click ) ;
2015-07-01 23:17:14 -04:00
//
// chkBreak
//
this . chkBreak . AutoSize = true ;
this . chkBreak . Location = new System . Drawing . Point ( 0 , 17 ) ;
this . chkBreak . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . chkBreak . Name = "chkBreak" ;
this . chkBreak . Size = new System . Drawing . Size ( 54 , 17 ) ;
this . chkBreak . TabIndex = 4 ;
this . chkBreak . Text = "Break" ;
this . chkBreak . UseVisualStyleBackColor = true ;
2016-11-26 17:48:11 -05:00
this . chkBreak . Click + = new System . EventHandler ( this . chkCpuFlag_Click ) ;
2015-07-01 23:17:14 -04:00
//
// chkDecimal
//
this . chkDecimal . AutoSize = true ;
this . chkDecimal . Location = new System . Drawing . Point ( 258 , 0 ) ;
this . chkDecimal . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . chkDecimal . Name = "chkDecimal" ;
2016-12-04 09:16:09 -05:00
this . chkDecimal . Size = new System . Drawing . Size ( 63 , 17 ) ;
2015-07-01 23:17:14 -04:00
this . chkDecimal . TabIndex = 3 ;
2016-12-04 09:16:09 -05:00
this . chkDecimal . Text = "Unused" ;
2015-07-01 23:17:14 -04:00
this . chkDecimal . UseVisualStyleBackColor = true ;
2016-11-26 17:48:11 -05:00
this . chkDecimal . Click + = new System . EventHandler ( this . chkCpuFlag_Click ) ;
2015-07-01 23:17:14 -04:00
//
// chkInterrupt
//
this . chkInterrupt . AutoSize = true ;
this . chkInterrupt . Location = new System . Drawing . Point ( 172 , 0 ) ;
this . chkInterrupt . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . chkInterrupt . Name = "chkInterrupt" ;
this . chkInterrupt . Size = new System . Drawing . Size ( 65 , 17 ) ;
this . chkInterrupt . TabIndex = 2 ;
this . chkInterrupt . Text = "Interrupt" ;
this . chkInterrupt . UseVisualStyleBackColor = true ;
2016-11-26 17:48:11 -05:00
this . chkInterrupt . Click + = new System . EventHandler ( this . chkCpuFlag_Click ) ;
2015-07-01 23:17:14 -04:00
//
// chkZero
//
this . chkZero . AutoSize = true ;
this . chkZero . Location = new System . Drawing . Point ( 86 , 0 ) ;
this . chkZero . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . chkZero . Name = "chkZero" ;
this . chkZero . Size = new System . Drawing . Size ( 48 , 17 ) ;
this . chkZero . TabIndex = 1 ;
this . chkZero . Text = "Zero" ;
this . chkZero . UseVisualStyleBackColor = true ;
2016-11-26 17:48:11 -05:00
this . chkZero . Click + = new System . EventHandler ( this . chkCpuFlag_Click ) ;
2015-07-01 23:17:14 -04:00
//
// chkCarry
//
this . chkCarry . AutoSize = true ;
this . chkCarry . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . chkCarry . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . chkCarry . Name = "chkCarry" ;
this . chkCarry . Size = new System . Drawing . Size ( 50 , 17 ) ;
this . chkCarry . TabIndex = 0 ;
this . chkCarry . Text = "Carry" ;
this . chkCarry . UseVisualStyleBackColor = true ;
2016-11-26 17:48:11 -05:00
this . chkCarry . Click + = new System . EventHandler ( this . chkCpuFlag_Click ) ;
2015-07-01 23:17:14 -04:00
//
// grpStack
//
this . grpStack . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
| System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . grpStack . Controls . Add ( this . tableLayoutPanel6 ) ;
this . grpStack . Location = new System . Drawing . Point ( 362 , 3 ) ;
this . grpStack . Name = "grpStack" ;
this . tableLayoutPanel3 . SetRowSpan ( this . grpStack , 3 ) ;
this . grpStack . Size = new System . Drawing . Size ( 93 , 146 ) ;
this . grpStack . TabIndex = 1 ;
this . grpStack . TabStop = false ;
this . grpStack . Text = "Stack" ;
//
// tableLayoutPanel6
//
this . tableLayoutPanel6 . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
| System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . tableLayoutPanel6 . ColumnCount = 1 ;
this . tableLayoutPanel6 . ColumnStyles . Add ( new System . Windows . Forms . ColumnStyle ( System . Windows . Forms . SizeType . Percent , 100F ) ) ;
this . tableLayoutPanel6 . Controls . Add ( this . flowLayoutPanel4 , 0 , 0 ) ;
this . tableLayoutPanel6 . Controls . Add ( this . lstStack , 0 , 1 ) ;
this . tableLayoutPanel6 . Location = new System . Drawing . Point ( 3 , 16 ) ;
this . tableLayoutPanel6 . Name = "tableLayoutPanel6" ;
this . tableLayoutPanel6 . RowCount = 2 ;
this . tableLayoutPanel6 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( ) ) ;
this . tableLayoutPanel6 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( ) ) ;
this . tableLayoutPanel6 . Size = new System . Drawing . Size ( 87 , 124 ) ;
this . tableLayoutPanel6 . TabIndex = 1 ;
//
// flowLayoutPanel4
//
this . flowLayoutPanel4 . Controls . Add ( this . lblSP ) ;
this . flowLayoutPanel4 . Controls . Add ( this . txtSP ) ;
this . flowLayoutPanel4 . Dock = System . Windows . Forms . DockStyle . Fill ;
this . flowLayoutPanel4 . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . flowLayoutPanel4 . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . flowLayoutPanel4 . Name = "flowLayoutPanel4" ;
this . flowLayoutPanel4 . Size = new System . Drawing . Size ( 87 , 21 ) ;
this . flowLayoutPanel4 . TabIndex = 3 ;
//
// lblSP
//
this . lblSP . AutoSize = true ;
this . lblSP . Dock = System . Windows . Forms . DockStyle . Fill ;
this . lblSP . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . lblSP . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . lblSP . Name = "lblSP" ;
this . lblSP . Size = new System . Drawing . Size ( 24 , 20 ) ;
this . lblSP . TabIndex = 0 ;
this . lblSP . Text = "SP:" ;
this . lblSP . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
//
// txtSP
//
this . txtSP . Location = new System . Drawing . Point ( 24 , 0 ) ;
this . txtSP . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . txtSP . Name = "txtSP" ;
this . txtSP . Size = new System . Drawing . Size ( 49 , 20 ) ;
this . txtSP . TabIndex = 1 ;
//
2016-12-04 14:12:49 -05:00
// lstStack
//
this . lstStack . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
| System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . lstStack . Columns . AddRange ( new System . Windows . Forms . ColumnHeader [ ] {
this . columnHeader1 } ) ;
this . lstStack . FullRowSelect = true ;
this . lstStack . GridLines = true ;
this . lstStack . HeaderStyle = System . Windows . Forms . ColumnHeaderStyle . None ;
this . lstStack . Location = new System . Drawing . Point ( 3 , 24 ) ;
this . lstStack . Name = "lstStack" ;
this . lstStack . Size = new System . Drawing . Size ( 81 , 97 ) ;
this . lstStack . TabIndex = 4 ;
this . lstStack . UseCompatibleStateImageBehavior = false ;
this . lstStack . View = System . Windows . Forms . View . Details ;
//
// columnHeader1
//
this . columnHeader1 . Text = "Value" ;
//
2015-07-01 23:17:14 -04:00
// flowLayoutPanel1
//
this . flowLayoutPanel1 . Controls . Add ( this . lblA ) ;
this . flowLayoutPanel1 . Controls . Add ( this . txtA ) ;
this . flowLayoutPanel1 . Controls . Add ( this . lblX ) ;
this . flowLayoutPanel1 . Controls . Add ( this . txtX ) ;
this . flowLayoutPanel1 . Controls . Add ( this . lblY ) ;
this . flowLayoutPanel1 . Controls . Add ( this . txtY ) ;
this . flowLayoutPanel1 . Controls . Add ( this . lblPC ) ;
this . flowLayoutPanel1 . Controls . Add ( this . txtPC ) ;
2016-01-02 13:52:55 -05:00
this . flowLayoutPanel1 . Controls . Add ( this . lblCycleCount ) ;
this . flowLayoutPanel1 . Controls . Add ( this . txtCycleCount ) ;
2015-07-01 23:17:14 -04:00
this . flowLayoutPanel1 . Dock = System . Windows . Forms . DockStyle . Fill ;
this . flowLayoutPanel1 . Location = new System . Drawing . Point ( 3 , 3 ) ;
this . flowLayoutPanel1 . Name = "flowLayoutPanel1" ;
this . flowLayoutPanel1 . Size = new System . Drawing . Size ( 353 , 21 ) ;
this . flowLayoutPanel1 . TabIndex = 2 ;
//
// lblA
//
this . lblA . AutoSize = true ;
this . lblA . Dock = System . Windows . Forms . DockStyle . Fill ;
this . lblA . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . lblA . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . lblA . Name = "lblA" ;
this . lblA . Size = new System . Drawing . Size ( 17 , 20 ) ;
this . lblA . TabIndex = 0 ;
this . lblA . Text = "A:" ;
this . lblA . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
//
// txtA
//
this . txtA . Location = new System . Drawing . Point ( 17 , 0 ) ;
this . txtA . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . txtA . Name = "txtA" ;
this . txtA . Size = new System . Drawing . Size ( 27 , 20 ) ;
this . txtA . TabIndex = 1 ;
//
// lblX
//
this . lblX . AutoSize = true ;
this . lblX . Dock = System . Windows . Forms . DockStyle . Fill ;
this . lblX . Location = new System . Drawing . Point ( 44 , 0 ) ;
this . lblX . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . lblX . Name = "lblX" ;
this . lblX . Size = new System . Drawing . Size ( 17 , 20 ) ;
this . lblX . TabIndex = 2 ;
this . lblX . Text = "X:" ;
this . lblX . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
//
// txtX
//
this . txtX . Location = new System . Drawing . Point ( 61 , 0 ) ;
this . txtX . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . txtX . Name = "txtX" ;
this . txtX . Size = new System . Drawing . Size ( 27 , 20 ) ;
this . txtX . TabIndex = 3 ;
//
// lblY
//
this . lblY . AutoSize = true ;
this . lblY . Dock = System . Windows . Forms . DockStyle . Fill ;
this . lblY . Location = new System . Drawing . Point ( 88 , 0 ) ;
this . lblY . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . lblY . Name = "lblY" ;
this . lblY . Size = new System . Drawing . Size ( 17 , 20 ) ;
this . lblY . TabIndex = 4 ;
this . lblY . Text = "Y:" ;
this . lblY . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
//
// txtY
//
this . txtY . Location = new System . Drawing . Point ( 105 , 0 ) ;
this . txtY . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . txtY . Name = "txtY" ;
this . txtY . Size = new System . Drawing . Size ( 27 , 20 ) ;
this . txtY . TabIndex = 5 ;
//
// lblPC
//
this . lblPC . AutoSize = true ;
this . lblPC . Dock = System . Windows . Forms . DockStyle . Fill ;
this . lblPC . Location = new System . Drawing . Point ( 132 , 0 ) ;
this . lblPC . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . lblPC . Name = "lblPC" ;
this . lblPC . Size = new System . Drawing . Size ( 24 , 20 ) ;
this . lblPC . TabIndex = 6 ;
this . lblPC . Text = "PC:" ;
this . lblPC . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
//
// txtPC
//
this . txtPC . Location = new System . Drawing . Point ( 156 , 0 ) ;
this . txtPC . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . txtPC . Name = "txtPC" ;
this . txtPC . Size = new System . Drawing . Size ( 42 , 20 ) ;
this . txtPC . TabIndex = 7 ;
//
2016-01-02 13:52:55 -05:00
// lblCycleCount
//
this . lblCycleCount . AutoSize = true ;
this . lblCycleCount . Dock = System . Windows . Forms . DockStyle . Fill ;
this . lblCycleCount . Location = new System . Drawing . Point ( 198 , 0 ) ;
this . lblCycleCount . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . lblCycleCount . Name = "lblCycleCount" ;
this . lblCycleCount . Size = new System . Drawing . Size ( 36 , 20 ) ;
this . lblCycleCount . TabIndex = 8 ;
this . lblCycleCount . Text = "Cycle:" ;
this . lblCycleCount . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
//
// txtCycleCount
//
this . txtCycleCount . Location = new System . Drawing . Point ( 234 , 0 ) ;
this . txtCycleCount . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . txtCycleCount . Name = "txtCycleCount" ;
this . txtCycleCount . Size = new System . Drawing . Size ( 77 , 20 ) ;
this . txtCycleCount . TabIndex = 9 ;
//
2016-12-04 14:12:49 -05:00
// tableLayoutPanel10
//
this . tableLayoutPanel10 . ColumnCount = 3 ;
this . tableLayoutPanel10 . ColumnStyles . Add ( new System . Windows . Forms . ColumnStyle ( ) ) ;
this . tableLayoutPanel10 . ColumnStyles . Add ( new System . Windows . Forms . ColumnStyle ( System . Windows . Forms . SizeType . Percent , 100F ) ) ;
this . tableLayoutPanel10 . ColumnStyles . Add ( new System . Windows . Forms . ColumnStyle ( ) ) ;
this . tableLayoutPanel10 . Controls . Add ( this . btnGoto , 2 , 0 ) ;
this . tableLayoutPanel10 . Controls . Add ( this . btnApplyChanges , 0 , 0 ) ;
this . tableLayoutPanel10 . Dock = System . Windows . Forms . DockStyle . Fill ;
this . tableLayoutPanel10 . Location = new System . Drawing . Point ( 0 , 362 ) ;
this . tableLayoutPanel10 . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . tableLayoutPanel10 . Name = "tableLayoutPanel10" ;
this . tableLayoutPanel10 . RowCount = 1 ;
this . tableLayoutPanel10 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( System . Windows . Forms . SizeType . Percent , 100F ) ) ;
this . tableLayoutPanel10 . Size = new System . Drawing . Size ( 470 , 29 ) ;
this . tableLayoutPanel10 . TabIndex = 3 ;
//
// btnGoto
//
this . btnGoto . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . btnGoto . AutoSize = true ;
this . btnGoto . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "btnGoto.Image" ) ) ) ;
this . btnGoto . Location = new System . Drawing . Point ( 395 , 3 ) ;
this . btnGoto . Name = "btnGoto" ;
this . btnGoto . Size = new System . Drawing . Size ( 72 , 23 ) ;
this . btnGoto . TabIndex = 4 ;
this . btnGoto . Text = "Go To..." ;
this . btnGoto . TextImageRelation = System . Windows . Forms . TextImageRelation . TextBeforeImage ;
this . btnGoto . UseVisualStyleBackColor = true ;
this . btnGoto . Click + = new System . EventHandler ( this . btnGoto_Click ) ;
//
2016-11-26 17:48:11 -05:00
// btnApplyChanges
//
2016-12-04 14:12:49 -05:00
this . btnApplyChanges . Location = new System . Drawing . Point ( 3 , 3 ) ;
2016-11-26 17:48:11 -05:00
this . btnApplyChanges . Name = "btnApplyChanges" ;
2016-12-04 14:12:49 -05:00
this . btnApplyChanges . Size = new System . Drawing . Size ( 73 , 23 ) ;
2016-11-26 17:48:11 -05:00
this . btnApplyChanges . TabIndex = 3 ;
this . btnApplyChanges . Text = "Apply State" ;
this . btnApplyChanges . UseVisualStyleBackColor = true ;
this . btnApplyChanges . Click + = new System . EventHandler ( this . btnApplyChanges_Click ) ;
//
// tmrButton
//
this . tmrButton . Tick + = new System . EventHandler ( this . tmrButton_Tick ) ;
//
2016-12-04 14:12:49 -05:00
// contextGoTo
2016-12-04 09:16:09 -05:00
//
2016-12-04 14:12:49 -05:00
this . contextGoTo . Items . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . mnuGoToIrqHandler ,
this . mnuGoToNmiHandler ,
this . mnuGoToResetHandler } ) ;
this . contextGoTo . Name = "contextGoTo" ;
this . contextGoTo . Size = new System . Drawing . Size ( 148 , 70 ) ;
this . contextGoTo . Opening + = new System . ComponentModel . CancelEventHandler ( this . contextGoTo_Opening ) ;
2016-12-04 09:16:09 -05:00
//
2016-12-04 14:12:49 -05:00
// mnuGoToIrqHandler
2016-12-04 09:16:09 -05:00
//
2016-12-04 14:12:49 -05:00
this . mnuGoToIrqHandler . Name = "mnuGoToIrqHandler" ;
this . mnuGoToIrqHandler . Size = new System . Drawing . Size ( 152 , 22 ) ;
this . mnuGoToIrqHandler . Text = "IRQ Handler" ;
this . mnuGoToIrqHandler . Click + = new System . EventHandler ( this . mnuGoToIrqHandler_Click ) ;
2016-12-04 09:16:09 -05:00
//
2016-12-04 14:12:49 -05:00
// mnuGoToNmiHandler
2016-12-04 09:16:09 -05:00
//
2016-12-04 14:12:49 -05:00
this . mnuGoToNmiHandler . Name = "mnuGoToNmiHandler" ;
this . mnuGoToNmiHandler . Size = new System . Drawing . Size ( 152 , 22 ) ;
this . mnuGoToNmiHandler . Text = "NMI Handler" ;
this . mnuGoToNmiHandler . Click + = new System . EventHandler ( this . mnuGoToNmiHandler_Click ) ;
//
// mnuGoToResetHandler
//
this . mnuGoToResetHandler . Name = "mnuGoToResetHandler" ;
this . mnuGoToResetHandler . Size = new System . Drawing . Size ( 152 , 22 ) ;
this . mnuGoToResetHandler . Text = "Reset Handler" ;
this . mnuGoToResetHandler . Click + = new System . EventHandler ( this . mnuGoToResetHandler_Click ) ;
2016-12-04 09:16:09 -05:00
//
2015-07-01 23:17:14 -04:00
// ctrlConsoleStatus
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
this . Controls . Add ( this . tableLayoutPanel2 ) ;
this . Name = "ctrlConsoleStatus" ;
2016-11-26 17:48:11 -05:00
this . Size = new System . Drawing . Size ( 470 , 391 ) ;
2015-07-01 23:17:14 -04:00
this . tableLayoutPanel2 . ResumeLayout ( false ) ;
this . grpPPUStatus . ResumeLayout ( false ) ;
this . tableLayoutPanel8 . ResumeLayout ( false ) ;
this . tableLayoutPanel7 . ResumeLayout ( false ) ;
this . tableLayoutPanel7 . PerformLayout ( ) ;
this . grpControlMask . ResumeLayout ( false ) ;
this . tableLayoutPanel9 . ResumeLayout ( false ) ;
this . tableLayoutPanel9 . PerformLayout ( ) ;
this . flowLayoutPanel7 . ResumeLayout ( false ) ;
this . flowLayoutPanel7 . PerformLayout ( ) ;
2016-12-04 14:12:49 -05:00
this . tableLayoutPanel1 . ResumeLayout ( false ) ;
this . tableLayoutPanel1 . PerformLayout ( ) ;
2015-07-01 23:17:14 -04:00
this . flowLayoutPanel6 . ResumeLayout ( false ) ;
this . flowLayoutPanel6 . PerformLayout ( ) ;
this . grpCPUStatus . ResumeLayout ( false ) ;
this . tableLayoutPanel3 . ResumeLayout ( false ) ;
this . grpIRQ . ResumeLayout ( false ) ;
this . flowLayoutPanel3 . ResumeLayout ( false ) ;
this . flowLayoutPanel3 . PerformLayout ( ) ;
this . grpFlags . ResumeLayout ( false ) ;
this . tableLayoutPanel4 . ResumeLayout ( false ) ;
this . flowLayoutPanel2 . ResumeLayout ( false ) ;
this . flowLayoutPanel2 . PerformLayout ( ) ;
this . tableLayoutPanel5 . ResumeLayout ( false ) ;
this . tableLayoutPanel5 . PerformLayout ( ) ;
this . grpStack . ResumeLayout ( false ) ;
this . tableLayoutPanel6 . ResumeLayout ( false ) ;
this . flowLayoutPanel4 . ResumeLayout ( false ) ;
this . flowLayoutPanel4 . PerformLayout ( ) ;
this . flowLayoutPanel1 . ResumeLayout ( false ) ;
this . flowLayoutPanel1 . PerformLayout ( ) ;
2016-12-04 14:12:49 -05:00
this . tableLayoutPanel10 . ResumeLayout ( false ) ;
this . tableLayoutPanel10 . PerformLayout ( ) ;
this . contextGoTo . ResumeLayout ( false ) ;
2015-07-01 23:17:14 -04:00
this . ResumeLayout ( false ) ;
}
#endregion
private System . Windows . Forms . TableLayoutPanel tableLayoutPanel2 ;
private System . Windows . Forms . GroupBox grpPPUStatus ;
private System . Windows . Forms . TableLayoutPanel tableLayoutPanel8 ;
private System . Windows . Forms . TableLayoutPanel tableLayoutPanel7 ;
private System . Windows . Forms . Label lblVRAMAddr ;
private System . Windows . Forms . Label lblCycle ;
private System . Windows . Forms . TextBox txtCycle ;
private System . Windows . Forms . Label lblScanline ;
private System . Windows . Forms . TextBox txtScanline ;
private System . Windows . Forms . TextBox txtVRAMAddr ;
private System . Windows . Forms . CheckBox chkVerticalBlank ;
private System . Windows . Forms . CheckBox chkSprite0Hit ;
private System . Windows . Forms . CheckBox chkSpriteOverflow ;
private System . Windows . Forms . GroupBox grpControlMask ;
private System . Windows . Forms . TableLayoutPanel tableLayoutPanel9 ;
private System . Windows . Forms . CheckBox chkDrawLeftSpr ;
private System . Windows . Forms . FlowLayoutPanel flowLayoutPanel7 ;
private System . Windows . Forms . Label lblSprAddr ;
private System . Windows . Forms . TextBox txtSprAddr ;
private System . Windows . Forms . CheckBox chkSpritesEnabled ;
private System . Windows . Forms . CheckBox chkBGEnabled ;
private System . Windows . Forms . FlowLayoutPanel flowLayoutPanel6 ;
private System . Windows . Forms . Label lblBGAddr ;
private System . Windows . Forms . TextBox txtBGAddr ;
private System . Windows . Forms . CheckBox chkDrawLeftBG ;
private System . Windows . Forms . CheckBox chkGrayscale ;
private System . Windows . Forms . CheckBox chkIntensifyRed ;
private System . Windows . Forms . CheckBox chkIntensifyGreen ;
private System . Windows . Forms . CheckBox chkVerticalWrite ;
private System . Windows . Forms . CheckBox chkNMIOnBlank ;
private System . Windows . Forms . CheckBox chkLargeSprites ;
private System . Windows . Forms . Label lblNTAddr ;
private System . Windows . Forms . TextBox txtNTAddr ;
private System . Windows . Forms . CheckBox chkIntensifyBlue ;
private System . Windows . Forms . GroupBox grpCPUStatus ;
private System . Windows . Forms . TableLayoutPanel tableLayoutPanel3 ;
private System . Windows . Forms . GroupBox grpIRQ ;
private System . Windows . Forms . FlowLayoutPanel flowLayoutPanel3 ;
private System . Windows . Forms . CheckBox chkExternal ;
private System . Windows . Forms . CheckBox chkFrameCounter ;
private System . Windows . Forms . CheckBox chkDMC ;
private System . Windows . Forms . CheckBox chkNMI ;
private System . Windows . Forms . GroupBox grpFlags ;
private System . Windows . Forms . TableLayoutPanel tableLayoutPanel4 ;
private System . Windows . Forms . FlowLayoutPanel flowLayoutPanel2 ;
private System . Windows . Forms . Label lblStatus ;
private System . Windows . Forms . TextBox txtStatus ;
private System . Windows . Forms . TableLayoutPanel tableLayoutPanel5 ;
private System . Windows . Forms . CheckBox chkNegative ;
private System . Windows . Forms . CheckBox chkOverflow ;
private System . Windows . Forms . CheckBox chkReserved ;
private System . Windows . Forms . CheckBox chkBreak ;
private System . Windows . Forms . CheckBox chkDecimal ;
private System . Windows . Forms . CheckBox chkInterrupt ;
private System . Windows . Forms . CheckBox chkZero ;
private System . Windows . Forms . CheckBox chkCarry ;
private System . Windows . Forms . GroupBox grpStack ;
private System . Windows . Forms . TableLayoutPanel tableLayoutPanel6 ;
private System . Windows . Forms . FlowLayoutPanel flowLayoutPanel4 ;
private System . Windows . Forms . Label lblSP ;
private System . Windows . Forms . TextBox txtSP ;
2016-11-26 14:15:50 -05:00
private Mesen . GUI . Controls . DoubleBufferedListView lstStack ;
2015-07-01 23:17:14 -04:00
private System . Windows . Forms . FlowLayoutPanel flowLayoutPanel1 ;
private System . Windows . Forms . Label lblA ;
private System . Windows . Forms . TextBox txtA ;
private System . Windows . Forms . Label lblX ;
private System . Windows . Forms . TextBox txtX ;
private System . Windows . Forms . Label lblY ;
private System . Windows . Forms . TextBox txtY ;
private System . Windows . Forms . Label lblPC ;
private System . Windows . Forms . TextBox txtPC ;
private System . Windows . Forms . ColumnHeader columnHeader1 ;
2016-01-02 13:52:55 -05:00
private System . Windows . Forms . Label lblCycleCount ;
private System . Windows . Forms . TextBox txtCycleCount ;
2016-11-26 17:48:11 -05:00
private System . Windows . Forms . Button btnApplyChanges ;
private System . Windows . Forms . Timer tmrButton ;
2016-12-04 09:16:09 -05:00
private System . Windows . Forms . TableLayoutPanel tableLayoutPanel1 ;
2016-12-04 14:12:49 -05:00
private System . Windows . Forms . TableLayoutPanel tableLayoutPanel10 ;
private System . Windows . Forms . Button btnGoto ;
private System . Windows . Forms . ContextMenuStrip contextGoTo ;
private System . Windows . Forms . ToolStripMenuItem mnuGoToIrqHandler ;
private System . Windows . Forms . ToolStripMenuItem mnuGoToNmiHandler ;
private System . Windows . Forms . ToolStripMenuItem mnuGoToResetHandler ;
2015-07-01 23:17:14 -04:00
}
}