namespace Mesen.GUI.Debugger.Controls { partial class ctrlNametableViewer { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if(disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.grpTileInfo = new System.Windows.Forms.GroupBox(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.txtPaletteAddress = new System.Windows.Forms.TextBox(); this.txtAttributeAddress = new System.Windows.Forms.TextBox(); this.txtAttributeData = new System.Windows.Forms.TextBox(); this.txtTileAddress = new System.Windows.Forms.TextBox(); this.lblTileIndex = new System.Windows.Forms.Label(); this.lblTileAddress = new System.Windows.Forms.Label(); this.lblAttributeData = new System.Windows.Forms.Label(); this.lblAttributeAddress = new System.Windows.Forms.Label(); this.lblPaletteAddress = new System.Windows.Forms.Label(); this.lblTile = new System.Windows.Forms.Label(); this.txtTileIndex = new System.Windows.Forms.TextBox(); this.picNametable4 = new System.Windows.Forms.PictureBox(); this.picNametable3 = new System.Windows.Forms.PictureBox(); this.picNametable2 = new System.Windows.Forms.PictureBox(); this.picNametable1 = new System.Windows.Forms.PictureBox(); this.picTile = new System.Windows.Forms.PictureBox(); this.tableLayoutPanel1.SuspendLayout(); this.grpTileInfo.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picNametable4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picNametable3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picNametable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picNametable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picTile)).BeginInit(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 3; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.picNametable4, 1, 1); this.tableLayoutPanel1.Controls.Add(this.picNametable3, 0, 1); this.tableLayoutPanel1.Controls.Add(this.picNametable2, 1, 0); this.tableLayoutPanel1.Controls.Add(this.picNametable1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.grpTileInfo, 2, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 3; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(697, 488); this.tableLayoutPanel1.TabIndex = 2; // // grpTileInfo // this.grpTileInfo.Controls.Add(this.tableLayoutPanel2); this.grpTileInfo.Dock = System.Windows.Forms.DockStyle.Fill; this.grpTileInfo.Location = new System.Drawing.Point(523, 3); this.grpTileInfo.Name = "grpTileInfo"; this.tableLayoutPanel1.SetRowSpan(this.grpTileInfo, 2); this.grpTileInfo.Size = new System.Drawing.Size(171, 482); this.grpTileInfo.TabIndex = 4; this.grpTileInfo.TabStop = false; this.grpTileInfo.Text = "Tile Info"; // // tableLayoutPanel2 // this.tableLayoutPanel2.ColumnCount = 2; 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.txtPaletteAddress, 1, 4); this.tableLayoutPanel2.Controls.Add(this.txtAttributeAddress, 1, 3); this.tableLayoutPanel2.Controls.Add(this.txtAttributeData, 1, 2); this.tableLayoutPanel2.Controls.Add(this.txtTileAddress, 1, 1); this.tableLayoutPanel2.Controls.Add(this.lblTileIndex, 0, 0); this.tableLayoutPanel2.Controls.Add(this.lblTileAddress, 0, 1); this.tableLayoutPanel2.Controls.Add(this.lblAttributeData, 0, 2); this.tableLayoutPanel2.Controls.Add(this.lblAttributeAddress, 0, 3); this.tableLayoutPanel2.Controls.Add(this.lblPaletteAddress, 0, 4); this.tableLayoutPanel2.Controls.Add(this.lblTile, 0, 5); this.tableLayoutPanel2.Controls.Add(this.txtTileIndex, 1, 0); this.tableLayoutPanel2.Controls.Add(this.picTile, 1, 5); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 7; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(165, 463); this.tableLayoutPanel2.TabIndex = 0; // // txtPaletteAddress // this.txtPaletteAddress.Location = new System.Drawing.Point(99, 107); this.txtPaletteAddress.Name = "txtPaletteAddress"; this.txtPaletteAddress.ReadOnly = true; this.txtPaletteAddress.Size = new System.Drawing.Size(42, 20); this.txtPaletteAddress.TabIndex = 11; // // txtAttributeAddress // this.txtAttributeAddress.Location = new System.Drawing.Point(99, 81); this.txtAttributeAddress.Name = "txtAttributeAddress"; this.txtAttributeAddress.ReadOnly = true; this.txtAttributeAddress.Size = new System.Drawing.Size(42, 20); this.txtAttributeAddress.TabIndex = 10; // // txtAttributeData // this.txtAttributeData.Location = new System.Drawing.Point(99, 55); this.txtAttributeData.Name = "txtAttributeData"; this.txtAttributeData.ReadOnly = true; this.txtAttributeData.Size = new System.Drawing.Size(26, 20); this.txtAttributeData.TabIndex = 9; // // txtTileAddress // this.txtTileAddress.Location = new System.Drawing.Point(99, 29); this.txtTileAddress.Name = "txtTileAddress"; this.txtTileAddress.ReadOnly = true; this.txtTileAddress.Size = new System.Drawing.Size(42, 20); this.txtTileAddress.TabIndex = 8; // // lblTileIndex // this.lblTileIndex.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lblTileIndex.AutoSize = true; this.lblTileIndex.Location = new System.Drawing.Point(3, 6); this.lblTileIndex.Name = "lblTileIndex"; this.lblTileIndex.Size = new System.Drawing.Size(56, 13); this.lblTileIndex.TabIndex = 0; this.lblTileIndex.Text = "Tile Index:"; // // lblTileAddress // this.lblTileAddress.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lblTileAddress.AutoSize = true; this.lblTileAddress.Location = new System.Drawing.Point(3, 32); this.lblTileAddress.Name = "lblTileAddress"; this.lblTileAddress.Size = new System.Drawing.Size(68, 13); this.lblTileAddress.TabIndex = 1; this.lblTileAddress.Text = "Tile Address:"; // // lblAttributeData // this.lblAttributeData.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lblAttributeData.AutoSize = true; this.lblAttributeData.Location = new System.Drawing.Point(3, 58); this.lblAttributeData.Name = "lblAttributeData"; this.lblAttributeData.Size = new System.Drawing.Size(75, 13); this.lblAttributeData.TabIndex = 2; this.lblAttributeData.Text = "Attribute Data:"; // // lblAttributeAddress // this.lblAttributeAddress.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lblAttributeAddress.AutoSize = true; this.lblAttributeAddress.Location = new System.Drawing.Point(3, 84); this.lblAttributeAddress.Name = "lblAttributeAddress"; this.lblAttributeAddress.Size = new System.Drawing.Size(90, 13); this.lblAttributeAddress.TabIndex = 3; this.lblAttributeAddress.Text = "Attribute Address:"; // // lblPaletteAddress // this.lblPaletteAddress.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lblPaletteAddress.AutoSize = true; this.lblPaletteAddress.Location = new System.Drawing.Point(3, 110); this.lblPaletteAddress.Name = "lblPaletteAddress"; this.lblPaletteAddress.Size = new System.Drawing.Size(84, 13); this.lblPaletteAddress.TabIndex = 4; this.lblPaletteAddress.Text = "Palette Address:"; // // lblTile // this.lblTile.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lblTile.AutoSize = true; this.lblTile.Location = new System.Drawing.Point(3, 159); this.lblTile.Name = "lblTile"; this.lblTile.Size = new System.Drawing.Size(27, 13); this.lblTile.TabIndex = 6; this.lblTile.Text = "Tile:"; // // txtTileIndex // this.txtTileIndex.Location = new System.Drawing.Point(99, 3); this.txtTileIndex.Name = "txtTileIndex"; this.txtTileIndex.ReadOnly = true; this.txtTileIndex.Size = new System.Drawing.Size(26, 20); this.txtTileIndex.TabIndex = 7; // // picNametable4 // this.picNametable4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.picNametable4.Location = new System.Drawing.Point(261, 245); this.picNametable4.Margin = new System.Windows.Forms.Padding(1); this.picNametable4.Name = "picNametable4"; this.picNametable4.Size = new System.Drawing.Size(258, 242); this.picNametable4.TabIndex = 3; this.picNametable4.TabStop = false; this.picNametable4.MouseMove += new System.Windows.Forms.MouseEventHandler(this.picNametable_MouseMove); // // picNametable3 // this.picNametable3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.picNametable3.Location = new System.Drawing.Point(1, 245); this.picNametable3.Margin = new System.Windows.Forms.Padding(1); this.picNametable3.Name = "picNametable3"; this.picNametable3.Size = new System.Drawing.Size(258, 242); this.picNametable3.TabIndex = 2; this.picNametable3.TabStop = false; this.picNametable3.MouseMove += new System.Windows.Forms.MouseEventHandler(this.picNametable_MouseMove); // // picNametable2 // this.picNametable2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.picNametable2.Location = new System.Drawing.Point(261, 1); this.picNametable2.Margin = new System.Windows.Forms.Padding(1); this.picNametable2.Name = "picNametable2"; this.picNametable2.Size = new System.Drawing.Size(258, 242); this.picNametable2.TabIndex = 1; this.picNametable2.TabStop = false; this.picNametable2.MouseMove += new System.Windows.Forms.MouseEventHandler(this.picNametable_MouseMove); // // picNametable1 // this.picNametable1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.picNametable1.Location = new System.Drawing.Point(1, 1); this.picNametable1.Margin = new System.Windows.Forms.Padding(1); this.picNametable1.Name = "picNametable1"; this.picNametable1.Size = new System.Drawing.Size(258, 242); this.picNametable1.TabIndex = 0; this.picNametable1.TabStop = false; this.picNametable1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.picNametable_MouseMove); // // picTile // this.picTile.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.picTile.Location = new System.Drawing.Point(99, 133); this.picTile.Name = "picTile"; this.picTile.Size = new System.Drawing.Size(63, 66); this.picTile.TabIndex = 12; this.picTile.TabStop = false; // // ctrlNametableViewer // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tableLayoutPanel1); this.Name = "ctrlNametableViewer"; this.Size = new System.Drawing.Size(697, 488); this.tableLayoutPanel1.ResumeLayout(false); this.grpTileInfo.ResumeLayout(false); this.tableLayoutPanel2.ResumeLayout(false); this.tableLayoutPanel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.picNametable4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picNametable3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picNametable2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picNametable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picTile)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.PictureBox picNametable4; private System.Windows.Forms.PictureBox picNametable3; private System.Windows.Forms.PictureBox picNametable2; private System.Windows.Forms.PictureBox picNametable1; private System.Windows.Forms.GroupBox grpTileInfo; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private System.Windows.Forms.TextBox txtPaletteAddress; private System.Windows.Forms.TextBox txtAttributeAddress; private System.Windows.Forms.TextBox txtAttributeData; private System.Windows.Forms.TextBox txtTileAddress; private System.Windows.Forms.Label lblTileIndex; private System.Windows.Forms.Label lblTileAddress; private System.Windows.Forms.Label lblAttributeData; private System.Windows.Forms.Label lblAttributeAddress; private System.Windows.Forms.Label lblPaletteAddress; private System.Windows.Forms.Label lblTile; private System.Windows.Forms.TextBox txtTileIndex; private System.Windows.Forms.PictureBox picTile; } }