BizHawk/BizHawk.Client.EmuHawk/tools/SNES/SNESGraphicsDebugger.Design...

2970 lines
149 KiB
C#

namespace BizHawk.Client.EmuHawk
{
partial class SNESGraphicsDebugger
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SNESGraphicsDebugger));
this.menuStrip1 = new MenuStripEx();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveScreenshotAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveScreenshotToClipboardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.autoloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveWindowPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.panel1 = new System.Windows.Forms.Panel();
this.groupFreeze = new System.Windows.Forms.GroupBox();
this.pnGroupFreeze = new System.Windows.Forms.Panel();
this.labelMemory = new System.Windows.Forms.Label();
this.check2x = new System.Windows.Forms.CheckBox();
this.comboDisplayType = new System.Windows.Forms.ComboBox();
this.label47 = new System.Windows.Forms.Label();
this.pnBackdropColor = new System.Windows.Forms.Panel();
this.comboPalette = new System.Windows.Forms.ComboBox();
this.checkBackdropColor = new System.Windows.Forms.CheckBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.checkScanlineControl = new System.Windows.Forms.CheckBox();
this.label19 = new System.Windows.Forms.Label();
this.nudScanline = new System.Windows.Forms.NumericUpDown();
this.sliderScanline = new System.Windows.Forms.TrackBar();
this.label24 = new System.Windows.Forms.Label();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.labelClipboard = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label26 = new System.Windows.Forms.Label();
this.txtOBSELT1OfsBits = new System.Windows.Forms.TextBox();
this.groupBox8 = new System.Windows.Forms.GroupBox();
this.radioButton6 = new System.Windows.Forms.RadioButton();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.radioButton10 = new System.Windows.Forms.RadioButton();
this.radioButton15 = new System.Windows.Forms.RadioButton();
this.radioButton5 = new System.Windows.Forms.RadioButton();
this.radioButton14 = new System.Windows.Forms.RadioButton();
this.radioButton4 = new System.Windows.Forms.RadioButton();
this.radioButton3 = new System.Windows.Forms.RadioButton();
this.radioButton13 = new System.Windows.Forms.RadioButton();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.lblEnPrio3 = new System.Windows.Forms.Label();
this.txtOBSELT1OfsDescr = new System.Windows.Forms.TextBox();
this.checkEN1_OBJ = new System.Windows.Forms.CheckBox();
this.label30 = new System.Windows.Forms.Label();
this.checkEN1_BG4 = new System.Windows.Forms.CheckBox();
this.txtOBSELBaseBits = new System.Windows.Forms.TextBox();
this.checkEN1_BG3 = new System.Windows.Forms.CheckBox();
this.txtOBSELBaseDescr = new System.Windows.Forms.TextBox();
this.checkEN1_BG2 = new System.Windows.Forms.CheckBox();
this.label29 = new System.Windows.Forms.Label();
this.checkEN1_BG1 = new System.Windows.Forms.CheckBox();
this.txtOBSELSizeBits = new System.Windows.Forms.TextBox();
this.checkEN3_OBJ = new System.Windows.Forms.CheckBox();
this.checkEN2_OBJ = new System.Windows.Forms.CheckBox();
this.txtOBSELSizeDescr = new System.Windows.Forms.TextBox();
this.lblEnPrio2 = new System.Windows.Forms.Label();
this.label28 = new System.Windows.Forms.Label();
this.lblEnPrio1 = new System.Windows.Forms.Label();
this.label20 = new System.Windows.Forms.Label();
this.checkScreenExtbg = new System.Windows.Forms.CheckBox();
this.label38 = new System.Windows.Forms.Label();
this.label21 = new System.Windows.Forms.Label();
this.txtScreenCGADSUB_Half = new System.Windows.Forms.CheckBox();
this.checkScreenHires = new System.Windows.Forms.CheckBox();
this.lblEnPrio0 = new System.Windows.Forms.Label();
this.label18391 = new System.Windows.Forms.Label();
this.checkEN0_OBJ = new System.Windows.Forms.CheckBox();
this.checkScreenOverscan = new System.Windows.Forms.CheckBox();
this.checkEN0_BG4 = new System.Windows.Forms.CheckBox();
this.label198129381279841 = new System.Windows.Forms.Label();
this.checkEN0_BG3 = new System.Windows.Forms.CheckBox();
this.checkScreenObjInterlace = new System.Windows.Forms.CheckBox();
this.checkEN0_BG2 = new System.Windows.Forms.CheckBox();
this.label123812831 = new System.Windows.Forms.Label();
this.checkEN0_BG1 = new System.Windows.Forms.CheckBox();
this.checkScreenInterlace = new System.Windows.Forms.CheckBox();
this.txtScreenCGADSUB_AddSub_Descr = new System.Windows.Forms.TextBox();
this.label2193813 = new System.Windows.Forms.Label();
this.txtScreenCGADSUB_AddSub = new System.Windows.Forms.TextBox();
this.label36 = new System.Windows.Forms.Label();
this.checkTMOBJ = new BizHawk.Client.EmuHawk.CustomCheckBox();
this.checkTSOBJ = new BizHawk.Client.EmuHawk.CustomCheckBox();
this.checkMathBK = new BizHawk.Client.EmuHawk.CustomCheckBox();
this.label35 = new BizHawk.Client.EmuHawk.HorizontalLine();
this.checkMathBG4 = new BizHawk.Client.EmuHawk.CustomCheckBox();
this.checkMathBG3 = new BizHawk.Client.EmuHawk.CustomCheckBox();
this.checkMathBG2 = new BizHawk.Client.EmuHawk.CustomCheckBox();
this.checkMathBG1 = new BizHawk.Client.EmuHawk.CustomCheckBox();
this.label33 = new System.Windows.Forms.Label();
this.checkMathOBJ = new BizHawk.Client.EmuHawk.CustomCheckBox();
this.lblTS = new System.Windows.Forms.Label();
this.checkTSBG4 = new BizHawk.Client.EmuHawk.CustomCheckBox();
this.checkTSBG3 = new BizHawk.Client.EmuHawk.CustomCheckBox();
this.checkTSBG2 = new BizHawk.Client.EmuHawk.CustomCheckBox();
this.checkTSBG1 = new BizHawk.Client.EmuHawk.CustomCheckBox();
this.lblTM = new System.Windows.Forms.Label();
this.checkTMBG4 = new BizHawk.Client.EmuHawk.CustomCheckBox();
this.checkTMBG3 = new BizHawk.Client.EmuHawk.CustomCheckBox();
this.checkTMBG2 = new BizHawk.Client.EmuHawk.CustomCheckBox();
this.checkTMBG1 = new BizHawk.Client.EmuHawk.CustomCheckBox();
this.label32 = new System.Windows.Forms.Label();
this.label31 = new System.Windows.Forms.Label();
this.label25 = new System.Windows.Forms.Label();
this.txtScreenCGWSEL_MathFixed = new System.Windows.Forms.TextBox();
this.label2893719831 = new System.Windows.Forms.Label();
this.txtScreenCGWSEL_ColorSubMask = new System.Windows.Forms.TextBox();
this.label23 = new System.Windows.Forms.Label();
this.txtScreenCGWSEL_ColorMask = new System.Windows.Forms.TextBox();
this.label22 = new System.Windows.Forms.Label();
this.label27 = new System.Windows.Forms.Label();
this.checkScreenCGWSEL_DirectColor = new System.Windows.Forms.CheckBox();
this.label16 = new System.Windows.Forms.Label();
this.txtScreenBG4TSize = new System.Windows.Forms.TextBox();
this.txtScreenBG3TSize = new System.Windows.Forms.TextBox();
this.txtScreenBG2TSize = new System.Windows.Forms.TextBox();
this.txtScreenBG1TSize = new System.Windows.Forms.TextBox();
this.txtScreenBG4Bpp = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txtScreenBG3Bpp = new System.Windows.Forms.TextBox();
this.txtModeBits = new System.Windows.Forms.TextBox();
this.txtScreenBG2Bpp = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.txtScreenBG1Bpp = new System.Windows.Forms.TextBox();
this.lblBG3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtBG1Scroll = new System.Windows.Forms.TextBox();
this.label37 = new System.Windows.Forms.Label();
this.txtBG1MapSizeBytes = new System.Windows.Forms.TextBox();
this.txtBGPaletteInfo = new System.Windows.Forms.TextBox();
this.rbBG4 = new System.Windows.Forms.RadioButton();
this.rbBG3 = new System.Windows.Forms.RadioButton();
this.rbBG2 = new System.Windows.Forms.RadioButton();
this.rbBG1 = new System.Windows.Forms.RadioButton();
this.txtBG1TSizeDescr = new System.Windows.Forms.TextBox();
this.comboBGProps = new System.Windows.Forms.ComboBox();
this.label15 = new System.Windows.Forms.Label();
this.txtBG1TSizeBits = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.txtBG1Colors = new System.Windows.Forms.TextBox();
this.txtBG1Bpp = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.txtBG1TDAddrDescr = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.txtBG1SCAddrDescr = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.txtBG1TDAddrBits = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.txtBG1SizeInPixels = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtBG1SCAddrBits = new System.Windows.Forms.TextBox();
this.txtBG1SizeInTiles = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtBG1SizeBits = new System.Windows.Forms.TextBox();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.paletteViewer = new BizHawk.Client.EmuHawk.SNESGraphicsViewer();
this.tabctrlDetails = new System.Windows.Forms.TabControl();
this.tpPalette = new System.Windows.Forms.TabPage();
this.label53 = new System.Windows.Forms.Label();
this.label52 = new System.Windows.Forms.Label();
this.label51 = new System.Windows.Forms.Label();
this.txtPaletteDetailsAddress = new System.Windows.Forms.TextBox();
this.txtPaletteDetailsIndex = new System.Windows.Forms.TextBox();
this.txtPaletteDetailsIndexHex = new System.Windows.Forms.TextBox();
this.txtDetailsPaletteColorRGB = new System.Windows.Forms.TextBox();
this.txtDetailsPaletteColorHex = new System.Windows.Forms.TextBox();
this.txtDetailsPaletteColor = new System.Windows.Forms.TextBox();
this.pnDetailsPaletteColor = new System.Windows.Forms.Panel();
this.tpTile = new System.Windows.Forms.TabPage();
this.label45 = new System.Windows.Forms.Label();
this.txtTilePalette = new System.Windows.Forms.TextBox();
this.txtTileNumber = new System.Windows.Forms.TextBox();
this.txtTileMode = new System.Windows.Forms.TextBox();
this.label18 = new System.Windows.Forms.Label();
this.txtTileColors = new System.Windows.Forms.TextBox();
this.txtTileBpp = new System.Windows.Forms.TextBox();
this.label42 = new System.Windows.Forms.Label();
this.txtTileAddress = new System.Windows.Forms.TextBox();
this.viewerTile = new BizHawk.Client.EmuHawk.SNESGraphicsViewer();
this.tpMapEntry = new System.Windows.Forms.TabPage();
this.textBox2 = new System.Windows.Forms.TextBox();
this.checkMapEntryVFlip = new System.Windows.Forms.CheckBox();
this.label34 = new System.Windows.Forms.Label();
this.checkMapEntryHFlip = new System.Windows.Forms.CheckBox();
this.label17 = new System.Windows.Forms.Label();
this.lblMapEntryHFlip = new System.Windows.Forms.Label();
this.txtMapEntryPalette = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.txtMapEntryTileAddr = new System.Windows.Forms.TextBox();
this.txtMapEntryPrio = new System.Windows.Forms.TextBox();
this.txtMapEntryLocation = new System.Windows.Forms.TextBox();
this.txtMapEntryTileNum = new System.Windows.Forms.TextBox();
this.viewerMapEntryTile = new BizHawk.Client.EmuHawk.SNESGraphicsViewer();
this.tpOBJ = new System.Windows.Forms.TabPage();
this.txtObjPriority = new System.Windows.Forms.TextBox();
this.label50 = new System.Windows.Forms.Label();
this.txtObjPaletteMemo = new System.Windows.Forms.TextBox();
this.label49 = new System.Windows.Forms.Label();
this.txtObjPalette = new System.Windows.Forms.TextBox();
this.label48 = new System.Windows.Forms.Label();
this.txtObjNameAddr = new System.Windows.Forms.TextBox();
this.txtObjName = new System.Windows.Forms.TextBox();
this.txtObjSize = new System.Windows.Forms.TextBox();
this.label46 = new System.Windows.Forms.Label();
this.cbObjLarge = new System.Windows.Forms.CheckBox();
this.txtObjNumber = new System.Windows.Forms.TextBox();
this.txtObjCoord = new System.Windows.Forms.TextBox();
this.cbObjVFlip = new System.Windows.Forms.CheckBox();
this.label43 = new System.Windows.Forms.Label();
this.cbObjHFlip = new System.Windows.Forms.CheckBox();
this.label44 = new System.Windows.Forms.Label();
this.viewerObj = new BizHawk.Client.EmuHawk.SNESGraphicsViewer();
this.viewerPanel = new System.Windows.Forms.Panel();
this.viewer = new BizHawk.Client.EmuHawk.SNESGraphicsViewer();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.messagetimer = new System.Windows.Forms.Timer(this.components);
this.menuStrip1.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.panel1.SuspendLayout();
this.groupFreeze.SuspendLayout();
this.pnGroupFreeze.SuspendLayout();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nudScanline)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.sliderScanline)).BeginInit();
this.groupBox6.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox8.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox5.SuspendLayout();
this.tabctrlDetails.SuspendLayout();
this.tpPalette.SuspendLayout();
this.tpTile.SuspendLayout();
this.tpMapEntry.SuspendLayout();
this.tpOBJ.SuspendLayout();
this.viewerPanel.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.ClickThrough = true;
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem,
this.optionsToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(1086, 24);
this.menuStrip1.TabIndex = 33;
this.menuStrip1.Text = "menuStrip1";
//
// fileToolStripMenuItem
//
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.saveScreenshotAsToolStripMenuItem,
this.saveScreenshotToClipboardToolStripMenuItem,
this.toolStripSeparator1,
this.exitToolStripMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
this.fileToolStripMenuItem.Text = "&File";
//
// saveScreenshotAsToolStripMenuItem
//
this.saveScreenshotAsToolStripMenuItem.Enabled = false;
this.saveScreenshotAsToolStripMenuItem.Name = "saveScreenshotAsToolStripMenuItem";
this.saveScreenshotAsToolStripMenuItem.Size = new System.Drawing.Size(270, 22);
this.saveScreenshotAsToolStripMenuItem.Text = "Save Screenshot &As...";
//
// saveScreenshotToClipboardToolStripMenuItem
//
this.saveScreenshotToClipboardToolStripMenuItem.Enabled = false;
this.saveScreenshotToClipboardToolStripMenuItem.Name = "saveScreenshotToClipboardToolStripMenuItem";
this.saveScreenshotToClipboardToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
this.saveScreenshotToClipboardToolStripMenuItem.Size = new System.Drawing.Size(270, 22);
this.saveScreenshotToClipboardToolStripMenuItem.Text = "Save Screenshot to Clipboard";
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(267, 6);
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.ShortcutKeyDisplayString = "Alt+F4";
this.exitToolStripMenuItem.Size = new System.Drawing.Size(270, 22);
this.exitToolStripMenuItem.Text = "E&xit";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
//
// optionsToolStripMenuItem
//
this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.autoloadToolStripMenuItem,
this.saveWindowPositionToolStripMenuItem});
this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
this.optionsToolStripMenuItem.Text = "&Options";
this.optionsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.optionsToolStripMenuItem_DropDownOpened);
//
// autoloadToolStripMenuItem
//
this.autoloadToolStripMenuItem.Name = "autoloadToolStripMenuItem";
this.autoloadToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
this.autoloadToolStripMenuItem.Text = "Autoload";
this.autoloadToolStripMenuItem.Click += new System.EventHandler(this.autoloadToolStripMenuItem_Click);
//
// saveWindowPositionToolStripMenuItem
//
this.saveWindowPositionToolStripMenuItem.Name = "saveWindowPositionToolStripMenuItem";
this.saveWindowPositionToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
this.saveWindowPositionToolStripMenuItem.Text = "&Save Window Position";
this.saveWindowPositionToolStripMenuItem.Click += new System.EventHandler(this.saveWindowPositionToolStripMenuItem_Click);
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 2;
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.panel1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.viewerPanel, 1, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 24);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
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(1086, 673);
this.tableLayoutPanel1.TabIndex = 0;
//
// panel1
//
this.panel1.AutoSize = true;
this.panel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.panel1.Controls.Add(this.groupFreeze);
this.panel1.Controls.Add(this.check2x);
this.panel1.Controls.Add(this.comboDisplayType);
this.panel1.Controls.Add(this.label47);
this.panel1.Controls.Add(this.pnBackdropColor);
this.panel1.Controls.Add(this.comboPalette);
this.panel1.Controls.Add(this.checkBackdropColor);
this.panel1.Controls.Add(this.groupBox3);
this.panel1.Controls.Add(this.label24);
this.panel1.Controls.Add(this.groupBox6);
this.panel1.Controls.Add(this.groupBox2);
this.panel1.Controls.Add(this.groupBox1);
this.panel1.Controls.Add(this.groupBox5);
this.panel1.Controls.Add(this.tabctrlDetails);
this.panel1.Location = new System.Drawing.Point(3, 3);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(557, 666);
this.panel1.TabIndex = 0;
//
// groupFreeze
//
this.groupFreeze.Controls.Add(this.pnGroupFreeze);
this.groupFreeze.Location = new System.Drawing.Point(300, 217);
this.groupFreeze.Name = "groupFreeze";
this.groupFreeze.Size = new System.Drawing.Size(214, 113);
this.groupFreeze.TabIndex = 55;
this.groupFreeze.TabStop = false;
this.groupFreeze.Text = "Freeze";
//
// pnGroupFreeze
//
this.pnGroupFreeze.Controls.Add(this.labelMemory);
this.pnGroupFreeze.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnGroupFreeze.Location = new System.Drawing.Point(3, 16);
this.pnGroupFreeze.Name = "pnGroupFreeze";
this.pnGroupFreeze.Size = new System.Drawing.Size(208, 94);
this.pnGroupFreeze.TabIndex = 0;
//
// labelMemory
//
this.labelMemory.AutoSize = true;
this.labelMemory.Location = new System.Drawing.Point(3, 2);
this.labelMemory.Name = "labelMemory";
this.labelMemory.Size = new System.Drawing.Size(176, 13);
this.labelMemory.TabIndex = 1;
this.labelMemory.Text = "Right-click an item to display it here.";
//
// check2x
//
this.check2x.Appearance = System.Windows.Forms.Appearance.Button;
this.check2x.Location = new System.Drawing.Point(515, 0);
this.check2x.Name = "check2x";
this.check2x.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.check2x.Size = new System.Drawing.Size(39, 21);
this.check2x.TabIndex = 45;
this.check2x.Text = "1024";
this.toolTip1.SetToolTip(this.check2x, "Sets graphics viewport size to 1024 (unchecked is 512).\r\nContent will be scaled t" +
"o fill specified size");
this.check2x.UseVisualStyleBackColor = true;
this.check2x.CheckedChanged += new System.EventHandler(this.check2x_CheckedChanged);
//
// comboDisplayType
//
this.comboDisplayType.DisplayMember = "descr";
this.comboDisplayType.DropDownHeight = 200;
this.comboDisplayType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboDisplayType.FormattingEnabled = true;
this.comboDisplayType.IntegralHeight = false;
this.comboDisplayType.ItemHeight = 13;
this.comboDisplayType.Location = new System.Drawing.Point(402, 0);
this.comboDisplayType.Name = "comboDisplayType";
this.comboDisplayType.Size = new System.Drawing.Size(107, 21);
this.comboDisplayType.TabIndex = 18;
this.comboDisplayType.ValueMember = "type";
this.comboDisplayType.SelectedIndexChanged += new System.EventHandler(this.comboDisplayType_SelectedIndexChanged);
//
// label47
//
this.label47.AutoSize = true;
this.label47.Location = new System.Drawing.Point(442, 22);
this.label47.Name = "label47";
this.label47.Size = new System.Drawing.Size(40, 13);
this.label47.TabIndex = 53;
this.label47.Text = "Palette";
//
// pnBackdropColor
//
this.pnBackdropColor.BackColor = System.Drawing.Color.Red;
this.pnBackdropColor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.pnBackdropColor.Location = new System.Drawing.Point(402, 26);
this.pnBackdropColor.Name = "pnBackdropColor";
this.pnBackdropColor.Size = new System.Drawing.Size(32, 32);
this.pnBackdropColor.TabIndex = 48;
this.pnBackdropColor.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.pnBackdropColor_MouseDoubleClick);
//
// comboPalette
//
this.comboPalette.DisplayMember = "descr";
this.comboPalette.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboPalette.FormattingEnabled = true;
this.comboPalette.Location = new System.Drawing.Point(445, 36);
this.comboPalette.Name = "comboPalette";
this.comboPalette.Size = new System.Drawing.Size(70, 21);
this.comboPalette.TabIndex = 52;
this.toolTip1.SetToolTip(this.comboPalette, resources.GetString("comboPalette.ToolTip"));
this.comboPalette.ValueMember = "type";
this.comboPalette.SelectedIndexChanged += new System.EventHandler(this.comboPalette_SelectedIndexChanged);
//
// checkBackdropColor
//
this.checkBackdropColor.AutoSize = true;
this.checkBackdropColor.Location = new System.Drawing.Point(402, 61);
this.checkBackdropColor.Name = "checkBackdropColor";
this.checkBackdropColor.Size = new System.Drawing.Size(15, 14);
this.checkBackdropColor.TabIndex = 47;
this.checkBackdropColor.UseVisualStyleBackColor = true;
this.checkBackdropColor.CheckedChanged += new System.EventHandler(this.checkBackdropColor_CheckedChanged);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.checkScanlineControl);
this.groupBox3.Controls.Add(this.label19);
this.groupBox3.Controls.Add(this.nudScanline);
this.groupBox3.Controls.Add(this.sliderScanline);
this.groupBox3.Location = new System.Drawing.Point(178, 281);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(57, 191);
this.groupBox3.TabIndex = 46;
this.groupBox3.TabStop = false;
//
// checkScanlineControl
//
this.checkScanlineControl.AutoSize = true;
this.checkScanlineControl.Location = new System.Drawing.Point(3, 171);
this.checkScanlineControl.Name = "checkScanlineControl";
this.checkScanlineControl.Size = new System.Drawing.Size(15, 14);
this.checkScanlineControl.TabIndex = 42;
this.toolTip1.SetToolTip(this.checkScanlineControl, resources.GetString("checkScanlineControl.ToolTip"));
this.checkScanlineControl.UseVisualStyleBackColor = true;
this.checkScanlineControl.CheckedChanged += new System.EventHandler(this.checkScanlineControl_CheckedChanged);
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(3, 7);
this.label19.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(48, 13);
this.label19.TabIndex = 41;
this.label19.Text = "Scanline";
//
// nudScanline
//
this.nudScanline.Location = new System.Drawing.Point(5, 22);
this.nudScanline.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
this.nudScanline.Maximum = new decimal(new int[] {
224,
0,
0,
0});
this.nudScanline.Name = "nudScanline";
this.nudScanline.Size = new System.Drawing.Size(46, 20);
this.nudScanline.TabIndex = 39;
this.nudScanline.ValueChanged += new System.EventHandler(this.nudScanline_ValueChanged);
//
// sliderScanline
//
this.sliderScanline.AutoSize = false;
this.sliderScanline.Location = new System.Drawing.Point(14, 41);
this.sliderScanline.Maximum = 224;
this.sliderScanline.Name = "sliderScanline";
this.sliderScanline.Orientation = System.Windows.Forms.Orientation.Vertical;
this.sliderScanline.Size = new System.Drawing.Size(30, 144);
this.sliderScanline.TabIndex = 40;
this.sliderScanline.Text = "label14";
this.sliderScanline.TickFrequency = 16;
this.sliderScanline.Value = 224;
this.sliderScanline.ValueChanged += new System.EventHandler(this.sliderScanline_ValueChanged);
//
// label24
//
this.label24.AutoSize = true;
this.label24.Location = new System.Drawing.Point(420, 60);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(78, 13);
this.label24.TabIndex = 49;
this.label24.Text = "User Backdrop";
//
// groupBox6
//
this.groupBox6.Controls.Add(this.labelClipboard);
this.groupBox6.Location = new System.Drawing.Point(2, 520);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(220, 38);
this.groupBox6.TabIndex = 50;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "Copy to Clipboard";
//
// labelClipboard
//
this.labelClipboard.AutoSize = true;
this.labelClipboard.Location = new System.Drawing.Point(4, 18);
this.labelClipboard.Name = "labelClipboard";
this.labelClipboard.Size = new System.Drawing.Size(152, 13);
this.labelClipboard.TabIndex = 0;
this.labelClipboard.Text = "Mouseover pane and CTRL+C";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.label26);
this.groupBox2.Controls.Add(this.txtOBSELT1OfsBits);
this.groupBox2.Controls.Add(this.groupBox8);
this.groupBox2.Controls.Add(this.lblEnPrio3);
this.groupBox2.Controls.Add(this.txtOBSELT1OfsDescr);
this.groupBox2.Controls.Add(this.checkEN1_OBJ);
this.groupBox2.Controls.Add(this.label30);
this.groupBox2.Controls.Add(this.checkEN1_BG4);
this.groupBox2.Controls.Add(this.txtOBSELBaseBits);
this.groupBox2.Controls.Add(this.checkEN1_BG3);
this.groupBox2.Controls.Add(this.txtOBSELBaseDescr);
this.groupBox2.Controls.Add(this.checkEN1_BG2);
this.groupBox2.Controls.Add(this.label29);
this.groupBox2.Controls.Add(this.checkEN1_BG1);
this.groupBox2.Controls.Add(this.txtOBSELSizeBits);
this.groupBox2.Controls.Add(this.checkEN3_OBJ);
this.groupBox2.Controls.Add(this.checkEN2_OBJ);
this.groupBox2.Controls.Add(this.txtOBSELSizeDescr);
this.groupBox2.Controls.Add(this.lblEnPrio2);
this.groupBox2.Controls.Add(this.label28);
this.groupBox2.Controls.Add(this.lblEnPrio1);
this.groupBox2.Controls.Add(this.label20);
this.groupBox2.Controls.Add(this.checkScreenExtbg);
this.groupBox2.Controls.Add(this.label38);
this.groupBox2.Controls.Add(this.label21);
this.groupBox2.Controls.Add(this.txtScreenCGADSUB_Half);
this.groupBox2.Controls.Add(this.checkScreenHires);
this.groupBox2.Controls.Add(this.lblEnPrio0);
this.groupBox2.Controls.Add(this.label18391);
this.groupBox2.Controls.Add(this.checkEN0_OBJ);
this.groupBox2.Controls.Add(this.checkScreenOverscan);
this.groupBox2.Controls.Add(this.checkEN0_BG4);
this.groupBox2.Controls.Add(this.label198129381279841);
this.groupBox2.Controls.Add(this.checkEN0_BG3);
this.groupBox2.Controls.Add(this.checkScreenObjInterlace);
this.groupBox2.Controls.Add(this.checkEN0_BG2);
this.groupBox2.Controls.Add(this.label123812831);
this.groupBox2.Controls.Add(this.checkEN0_BG1);
this.groupBox2.Controls.Add(this.checkScreenInterlace);
this.groupBox2.Controls.Add(this.txtScreenCGADSUB_AddSub_Descr);
this.groupBox2.Controls.Add(this.label2193813);
this.groupBox2.Controls.Add(this.txtScreenCGADSUB_AddSub);
this.groupBox2.Controls.Add(this.label36);
this.groupBox2.Controls.Add(this.checkTMOBJ);
this.groupBox2.Controls.Add(this.checkTSOBJ);
this.groupBox2.Controls.Add(this.checkMathBK);
this.groupBox2.Controls.Add(this.label35);
this.groupBox2.Controls.Add(this.checkMathBG4);
this.groupBox2.Controls.Add(this.checkMathBG3);
this.groupBox2.Controls.Add(this.checkMathBG2);
this.groupBox2.Controls.Add(this.checkMathBG1);
this.groupBox2.Controls.Add(this.label33);
this.groupBox2.Controls.Add(this.checkMathOBJ);
this.groupBox2.Controls.Add(this.lblTS);
this.groupBox2.Controls.Add(this.checkTSBG4);
this.groupBox2.Controls.Add(this.checkTSBG3);
this.groupBox2.Controls.Add(this.checkTSBG2);
this.groupBox2.Controls.Add(this.checkTSBG1);
this.groupBox2.Controls.Add(this.lblTM);
this.groupBox2.Controls.Add(this.checkTMBG4);
this.groupBox2.Controls.Add(this.checkTMBG3);
this.groupBox2.Controls.Add(this.checkTMBG2);
this.groupBox2.Controls.Add(this.checkTMBG1);
this.groupBox2.Controls.Add(this.label32);
this.groupBox2.Controls.Add(this.label31);
this.groupBox2.Controls.Add(this.label25);
this.groupBox2.Controls.Add(this.txtScreenCGWSEL_MathFixed);
this.groupBox2.Controls.Add(this.label2893719831);
this.groupBox2.Controls.Add(this.txtScreenCGWSEL_ColorSubMask);
this.groupBox2.Controls.Add(this.label23);
this.groupBox2.Controls.Add(this.txtScreenCGWSEL_ColorMask);
this.groupBox2.Controls.Add(this.label22);
this.groupBox2.Controls.Add(this.label27);
this.groupBox2.Controls.Add(this.checkScreenCGWSEL_DirectColor);
this.groupBox2.Controls.Add(this.label16);
this.groupBox2.Controls.Add(this.txtScreenBG4TSize);
this.groupBox2.Controls.Add(this.txtScreenBG3TSize);
this.groupBox2.Controls.Add(this.txtScreenBG2TSize);
this.groupBox2.Controls.Add(this.txtScreenBG1TSize);
this.groupBox2.Controls.Add(this.txtScreenBG4Bpp);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Controls.Add(this.txtScreenBG3Bpp);
this.groupBox2.Controls.Add(this.txtModeBits);
this.groupBox2.Controls.Add(this.txtScreenBG2Bpp);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.txtScreenBG1Bpp);
this.groupBox2.Controls.Add(this.lblBG3);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Location = new System.Drawing.Point(0, 0);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(294, 275);
this.groupBox2.TabIndex = 16;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Screen";
//
// label26
//
this.label26.AutoSize = true;
this.label26.Location = new System.Drawing.Point(6, 194);
this.label26.Name = "label26";
this.label26.Size = new System.Drawing.Size(42, 13);
this.label26.TabIndex = 45;
this.label26.Text = "OBSEL";
//
// txtOBSELT1OfsBits
//
this.txtOBSELT1OfsBits.BackColor = System.Drawing.Color.LightGreen;
this.txtOBSELT1OfsBits.Location = new System.Drawing.Point(13, 249);
this.txtOBSELT1OfsBits.Multiline = true;
this.txtOBSELT1OfsBits.Name = "txtOBSELT1OfsBits";
this.txtOBSELT1OfsBits.ReadOnly = true;
this.txtOBSELT1OfsBits.Size = new System.Drawing.Size(15, 17);
this.txtOBSELT1OfsBits.TabIndex = 55;
this.txtOBSELT1OfsBits.Text = "00";
//
// groupBox8
//
this.groupBox8.Controls.Add(this.radioButton6);
this.groupBox8.Controls.Add(this.radioButton1);
this.groupBox8.Controls.Add(this.radioButton10);
this.groupBox8.Controls.Add(this.radioButton15);
this.groupBox8.Controls.Add(this.radioButton5);
this.groupBox8.Controls.Add(this.radioButton14);
this.groupBox8.Controls.Add(this.radioButton4);
this.groupBox8.Controls.Add(this.radioButton3);
this.groupBox8.Controls.Add(this.radioButton13);
this.groupBox8.Controls.Add(this.radioButton2);
this.groupBox8.Location = new System.Drawing.Point(273, 247);
this.groupBox8.Name = "groupBox8";
this.groupBox8.Size = new System.Drawing.Size(15, 22);
this.groupBox8.TabIndex = 54;
this.groupBox8.TabStop = false;
this.groupBox8.Text = "groupBox8";
//
// radioButton6
//
this.radioButton6.AutoSize = true;
this.radioButton6.Enabled = false;
this.radioButton6.Location = new System.Drawing.Point(77, 115);
this.radioButton6.Name = "radioButton6";
this.radioButton6.Size = new System.Drawing.Size(73, 17);
this.radioButton6.TabIndex = 49;
this.radioButton6.TabStop = true;
this.radioButton6.Text = "Mode7Ext";
this.radioButton6.UseVisualStyleBackColor = true;
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Enabled = false;
this.radioButton1.Location = new System.Drawing.Point(27, 51);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(46, 17);
this.radioButton1.TabIndex = 19;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "BG1";
this.radioButton1.UseVisualStyleBackColor = true;
//
// radioButton10
//
this.radioButton10.AutoSize = true;
this.radioButton10.Enabled = false;
this.radioButton10.Location = new System.Drawing.Point(77, 67);
this.radioButton10.Name = "radioButton10";
this.radioButton10.Size = new System.Drawing.Size(49, 17);
this.radioButton10.TabIndex = 28;
this.radioButton10.TabStop = true;
this.radioButton10.Text = "4bpp";
this.radioButton10.UseVisualStyleBackColor = true;
//
// radioButton15
//
this.radioButton15.AutoSize = true;
this.radioButton15.Enabled = false;
this.radioButton15.Location = new System.Drawing.Point(77, 99);
this.radioButton15.Name = "radioButton15";
this.radioButton15.Size = new System.Drawing.Size(58, 17);
this.radioButton15.TabIndex = 33;
this.radioButton15.TabStop = true;
this.radioButton15.Text = "Mode7";
this.radioButton15.UseVisualStyleBackColor = true;
//
// radioButton5
//
this.radioButton5.AutoSize = true;
this.radioButton5.Enabled = false;
this.radioButton5.Location = new System.Drawing.Point(77, 51);
this.radioButton5.Name = "radioButton5";
this.radioButton5.Size = new System.Drawing.Size(49, 17);
this.radioButton5.TabIndex = 23;
this.radioButton5.TabStop = true;
this.radioButton5.Text = "2bpp";
this.radioButton5.UseVisualStyleBackColor = true;
//
// radioButton14
//
this.radioButton14.AutoSize = true;
this.radioButton14.Enabled = false;
this.radioButton14.Location = new System.Drawing.Point(27, 116);
this.radioButton14.Name = "radioButton14";
this.radioButton14.Size = new System.Drawing.Size(45, 17);
this.radioButton14.TabIndex = 32;
this.radioButton14.TabStop = true;
this.radioButton14.Text = "OBJ";
this.radioButton14.UseVisualStyleBackColor = true;
//
// radioButton4
//
this.radioButton4.AutoSize = true;
this.radioButton4.Enabled = false;
this.radioButton4.Location = new System.Drawing.Point(27, 99);
this.radioButton4.Name = "radioButton4";
this.radioButton4.Size = new System.Drawing.Size(46, 17);
this.radioButton4.TabIndex = 22;
this.radioButton4.TabStop = true;
this.radioButton4.Text = "BG4";
this.radioButton4.UseVisualStyleBackColor = true;
//
// radioButton3
//
this.radioButton3.AutoSize = true;
this.radioButton3.Enabled = false;
this.radioButton3.Location = new System.Drawing.Point(27, 83);
this.radioButton3.Name = "radioButton3";
this.radioButton3.Size = new System.Drawing.Size(46, 17);
this.radioButton3.TabIndex = 21;
this.radioButton3.TabStop = true;
this.radioButton3.Text = "BG3";
this.radioButton3.UseVisualStyleBackColor = true;
//
// radioButton13
//
this.radioButton13.AutoSize = true;
this.radioButton13.Enabled = false;
this.radioButton13.Location = new System.Drawing.Point(77, 83);
this.radioButton13.Name = "radioButton13";
this.radioButton13.Size = new System.Drawing.Size(49, 17);
this.radioButton13.TabIndex = 31;
this.radioButton13.TabStop = true;
this.radioButton13.Text = "8bpp";
this.radioButton13.UseVisualStyleBackColor = true;
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Enabled = false;
this.radioButton2.Location = new System.Drawing.Point(27, 67);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(46, 17);
this.radioButton2.TabIndex = 20;
this.radioButton2.TabStop = true;
this.radioButton2.Text = "BG2";
this.radioButton2.UseVisualStyleBackColor = true;
//
// lblEnPrio3
//
this.lblEnPrio3.AutoSize = true;
this.lblEnPrio3.ForeColor = System.Drawing.Color.Blue;
this.lblEnPrio3.Location = new System.Drawing.Point(3, 161);
this.lblEnPrio3.Name = "lblEnPrio3";
this.lblEnPrio3.Size = new System.Drawing.Size(49, 13);
this.lblEnPrio3.TabIndex = 101;
this.lblEnPrio3.Text = "EN.Prio3";
this.lblEnPrio3.Click += new System.EventHandler(this.lblEnPrio3_Click);
this.lblEnPrio3.DoubleClick += new System.EventHandler(this.lblEnPrio3_Click);
//
// txtOBSELT1OfsDescr
//
this.txtOBSELT1OfsDescr.Location = new System.Drawing.Point(78, 249);
this.txtOBSELT1OfsDescr.Multiline = true;
this.txtOBSELT1OfsDescr.Name = "txtOBSELT1OfsDescr";
this.txtOBSELT1OfsDescr.ReadOnly = true;
this.txtOBSELT1OfsDescr.Size = new System.Drawing.Size(80, 18);
this.txtOBSELT1OfsDescr.TabIndex = 54;
//
// checkEN1_OBJ
//
this.checkEN1_OBJ.AutoSize = true;
this.checkEN1_OBJ.Location = new System.Drawing.Point(53, 130);
this.checkEN1_OBJ.Name = "checkEN1_OBJ";
this.checkEN1_OBJ.Size = new System.Drawing.Size(15, 14);
this.checkEN1_OBJ.TabIndex = 100;
this.checkEN1_OBJ.UseVisualStyleBackColor = true;
this.checkEN1_OBJ.CheckedChanged += new System.EventHandler(this.checkEN_CheckedChanged);
//
// label30
//
this.label30.AutoSize = true;
this.label30.Location = new System.Drawing.Point(32, 252);
this.label30.Name = "label30";
this.label30.Size = new System.Drawing.Size(46, 13);
this.label30.TabIndex = 53;
this.label30.Text = "@Tiles1";
//
// checkEN1_BG4
//
this.checkEN1_BG4.AutoSize = true;
this.checkEN1_BG4.Location = new System.Drawing.Point(145, 130);
this.checkEN1_BG4.Name = "checkEN1_BG4";
this.checkEN1_BG4.Size = new System.Drawing.Size(15, 14);
this.checkEN1_BG4.TabIndex = 99;
this.checkEN1_BG4.UseVisualStyleBackColor = true;
this.checkEN1_BG4.CheckedChanged += new System.EventHandler(this.checkEN_CheckedChanged);
//
// txtOBSELBaseBits
//
this.txtOBSELBaseBits.BackColor = System.Drawing.Color.LightGreen;
this.txtOBSELBaseBits.Location = new System.Drawing.Point(13, 230);
this.txtOBSELBaseBits.Multiline = true;
this.txtOBSELBaseBits.Name = "txtOBSELBaseBits";
this.txtOBSELBaseBits.ReadOnly = true;
this.txtOBSELBaseBits.Size = new System.Drawing.Size(15, 17);
this.txtOBSELBaseBits.TabIndex = 52;
this.txtOBSELBaseBits.Text = "00";
//
// checkEN1_BG3
//
this.checkEN1_BG3.AutoSize = true;
this.checkEN1_BG3.Location = new System.Drawing.Point(122, 130);
this.checkEN1_BG3.Name = "checkEN1_BG3";
this.checkEN1_BG3.Size = new System.Drawing.Size(15, 14);
this.checkEN1_BG3.TabIndex = 98;
this.checkEN1_BG3.UseVisualStyleBackColor = true;
this.checkEN1_BG3.CheckedChanged += new System.EventHandler(this.checkEN_CheckedChanged);
//
// txtOBSELBaseDescr
//
this.txtOBSELBaseDescr.Location = new System.Drawing.Point(78, 230);
this.txtOBSELBaseDescr.Multiline = true;
this.txtOBSELBaseDescr.Name = "txtOBSELBaseDescr";
this.txtOBSELBaseDescr.ReadOnly = true;
this.txtOBSELBaseDescr.Size = new System.Drawing.Size(80, 18);
this.txtOBSELBaseDescr.TabIndex = 51;
//
// checkEN1_BG2
//
this.checkEN1_BG2.AutoSize = true;
this.checkEN1_BG2.Location = new System.Drawing.Point(99, 130);
this.checkEN1_BG2.Name = "checkEN1_BG2";
this.checkEN1_BG2.Size = new System.Drawing.Size(15, 14);
this.checkEN1_BG2.TabIndex = 97;
this.checkEN1_BG2.UseVisualStyleBackColor = true;
this.checkEN1_BG2.CheckedChanged += new System.EventHandler(this.checkEN_CheckedChanged);
//
// label29
//
this.label29.AutoSize = true;
this.label29.Location = new System.Drawing.Point(32, 233);
this.label29.Name = "label29";
this.label29.Size = new System.Drawing.Size(46, 13);
this.label29.TabIndex = 50;
this.label29.Text = "@Tiles0";
//
// checkEN1_BG1
//
this.checkEN1_BG1.AutoSize = true;
this.checkEN1_BG1.Location = new System.Drawing.Point(76, 130);
this.checkEN1_BG1.Name = "checkEN1_BG1";
this.checkEN1_BG1.Size = new System.Drawing.Size(15, 14);
this.checkEN1_BG1.TabIndex = 96;
this.checkEN1_BG1.UseVisualStyleBackColor = true;
this.checkEN1_BG1.CheckedChanged += new System.EventHandler(this.checkEN_CheckedChanged);
//
// txtOBSELSizeBits
//
this.txtOBSELSizeBits.BackColor = System.Drawing.Color.LightGreen;
this.txtOBSELSizeBits.Location = new System.Drawing.Point(13, 210);
this.txtOBSELSizeBits.Multiline = true;
this.txtOBSELSizeBits.Name = "txtOBSELSizeBits";
this.txtOBSELSizeBits.ReadOnly = true;
this.txtOBSELSizeBits.Size = new System.Drawing.Size(15, 17);
this.txtOBSELSizeBits.TabIndex = 49;
this.txtOBSELSizeBits.Text = "00";
//
// checkEN3_OBJ
//
this.checkEN3_OBJ.AutoSize = true;
this.checkEN3_OBJ.Location = new System.Drawing.Point(53, 161);
this.checkEN3_OBJ.Name = "checkEN3_OBJ";
this.checkEN3_OBJ.Size = new System.Drawing.Size(15, 14);
this.checkEN3_OBJ.TabIndex = 95;
this.checkEN3_OBJ.UseVisualStyleBackColor = true;
this.checkEN3_OBJ.CheckedChanged += new System.EventHandler(this.checkEN_CheckedChanged);
//
// checkEN2_OBJ
//
this.checkEN2_OBJ.AutoSize = true;
this.checkEN2_OBJ.Location = new System.Drawing.Point(53, 146);
this.checkEN2_OBJ.Name = "checkEN2_OBJ";
this.checkEN2_OBJ.Size = new System.Drawing.Size(15, 14);
this.checkEN2_OBJ.TabIndex = 94;
this.checkEN2_OBJ.UseVisualStyleBackColor = true;
this.checkEN2_OBJ.CheckedChanged += new System.EventHandler(this.checkEN_CheckedChanged);
//
// txtOBSELSizeDescr
//
this.txtOBSELSizeDescr.Location = new System.Drawing.Point(78, 210);
this.txtOBSELSizeDescr.Multiline = true;
this.txtOBSELSizeDescr.Name = "txtOBSELSizeDescr";
this.txtOBSELSizeDescr.ReadOnly = true;
this.txtOBSELSizeDescr.Size = new System.Drawing.Size(80, 18);
this.txtOBSELSizeDescr.TabIndex = 48;
this.txtOBSELSizeDescr.Text = "64x32, 32x32";
//
// lblEnPrio2
//
this.lblEnPrio2.AutoSize = true;
this.lblEnPrio2.ForeColor = System.Drawing.Color.Blue;
this.lblEnPrio2.Location = new System.Drawing.Point(3, 146);
this.lblEnPrio2.Name = "lblEnPrio2";
this.lblEnPrio2.Size = new System.Drawing.Size(49, 13);
this.lblEnPrio2.TabIndex = 93;
this.lblEnPrio2.Text = "EN.Prio2";
this.lblEnPrio2.Click += new System.EventHandler(this.lblEnPrio2_Click);
this.lblEnPrio2.DoubleClick += new System.EventHandler(this.lblEnPrio2_Click);
//
// label28
//
this.label28.AutoSize = true;
this.label28.Location = new System.Drawing.Point(32, 213);
this.label28.Name = "label28";
this.label28.Size = new System.Drawing.Size(27, 13);
this.label28.TabIndex = 47;
this.label28.Text = "Size";
//
// lblEnPrio1
//
this.lblEnPrio1.AutoSize = true;
this.lblEnPrio1.ForeColor = System.Drawing.Color.Blue;
this.lblEnPrio1.Location = new System.Drawing.Point(162, 130);
this.lblEnPrio1.Name = "lblEnPrio1";
this.lblEnPrio1.Size = new System.Drawing.Size(49, 13);
this.lblEnPrio1.TabIndex = 92;
this.lblEnPrio1.Text = "EN.Prio1";
this.lblEnPrio1.Click += new System.EventHandler(this.lblEnPrio1_Click);
this.lblEnPrio1.DoubleClick += new System.EventHandler(this.lblEnPrio1_Click);
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(72, 147);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(42, 13);
this.label20.TabIndex = 21;
this.label20.Text = "SETINI";
//
// checkScreenExtbg
//
this.checkScreenExtbg.AutoSize = true;
this.checkScreenExtbg.Enabled = false;
this.checkScreenExtbg.Location = new System.Drawing.Point(83, 163);
this.checkScreenExtbg.Name = "checkScreenExtbg";
this.checkScreenExtbg.Size = new System.Drawing.Size(15, 14);
this.checkScreenExtbg.TabIndex = 22;
this.checkScreenExtbg.UseVisualStyleBackColor = true;
//
// label38
//
this.label38.AutoSize = true;
this.label38.Location = new System.Drawing.Point(229, 131);
this.label38.Name = "label38";
this.label38.Size = new System.Drawing.Size(26, 13);
this.label38.TabIndex = 91;
this.label38.Text = "Half";
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(97, 163);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(43, 13);
this.label21.TabIndex = 23;
this.label21.Text = "EXTBG";
//
// txtScreenCGADSUB_Half
//
this.txtScreenCGADSUB_Half.AutoSize = true;
this.txtScreenCGADSUB_Half.Enabled = false;
this.txtScreenCGADSUB_Half.Location = new System.Drawing.Point(214, 131);
this.txtScreenCGADSUB_Half.Name = "txtScreenCGADSUB_Half";
this.txtScreenCGADSUB_Half.Size = new System.Drawing.Size(15, 14);
this.txtScreenCGADSUB_Half.TabIndex = 90;
this.txtScreenCGADSUB_Half.UseVisualStyleBackColor = true;
//
// checkScreenHires
//
this.checkScreenHires.AutoSize = true;
this.checkScreenHires.Enabled = false;
this.checkScreenHires.Location = new System.Drawing.Point(83, 177);
this.checkScreenHires.Name = "checkScreenHires";
this.checkScreenHires.Size = new System.Drawing.Size(15, 14);
this.checkScreenHires.TabIndex = 24;
this.checkScreenHires.UseVisualStyleBackColor = true;
//
// lblEnPrio0
//
this.lblEnPrio0.AutoSize = true;
this.lblEnPrio0.ForeColor = System.Drawing.Color.Blue;
this.lblEnPrio0.Location = new System.Drawing.Point(162, 115);
this.lblEnPrio0.Name = "lblEnPrio0";
this.lblEnPrio0.Size = new System.Drawing.Size(49, 13);
this.lblEnPrio0.TabIndex = 89;
this.lblEnPrio0.Text = "EN.Prio0";
this.lblEnPrio0.Click += new System.EventHandler(this.lblEnPrio0_Click);
this.lblEnPrio0.DoubleClick += new System.EventHandler(this.lblEnPrio0_Click);
//
// label18391
//
this.label18391.AutoSize = true;
this.label18391.Location = new System.Drawing.Point(97, 177);
this.label18391.Name = "label18391";
this.label18391.Size = new System.Drawing.Size(40, 13);
this.label18391.TabIndex = 25;
this.label18391.Text = "HIRES";
//
// checkEN0_OBJ
//
this.checkEN0_OBJ.AutoSize = true;
this.checkEN0_OBJ.Location = new System.Drawing.Point(53, 114);
this.checkEN0_OBJ.Name = "checkEN0_OBJ";
this.checkEN0_OBJ.Size = new System.Drawing.Size(15, 14);
this.checkEN0_OBJ.TabIndex = 88;
this.checkEN0_OBJ.UseVisualStyleBackColor = true;
this.checkEN0_OBJ.CheckedChanged += new System.EventHandler(this.checkEN_CheckedChanged);
//
// checkScreenOverscan
//
this.checkScreenOverscan.AutoSize = true;
this.checkScreenOverscan.Enabled = false;
this.checkScreenOverscan.Location = new System.Drawing.Point(83, 191);
this.checkScreenOverscan.Name = "checkScreenOverscan";
this.checkScreenOverscan.Size = new System.Drawing.Size(15, 14);
this.checkScreenOverscan.TabIndex = 26;
this.checkScreenOverscan.UseVisualStyleBackColor = true;
//
// checkEN0_BG4
//
this.checkEN0_BG4.AutoSize = true;
this.checkEN0_BG4.Location = new System.Drawing.Point(145, 114);
this.checkEN0_BG4.Name = "checkEN0_BG4";
this.checkEN0_BG4.Size = new System.Drawing.Size(15, 14);
this.checkEN0_BG4.TabIndex = 87;
this.checkEN0_BG4.UseVisualStyleBackColor = true;
this.checkEN0_BG4.CheckedChanged += new System.EventHandler(this.checkEN_CheckedChanged);
//
// label198129381279841
//
this.label198129381279841.AutoSize = true;
this.label198129381279841.Location = new System.Drawing.Point(97, 191);
this.label198129381279841.Name = "label198129381279841";
this.label198129381279841.Size = new System.Drawing.Size(47, 13);
this.label198129381279841.TabIndex = 27;
this.label198129381279841.Text = "O.SCAN";
//
// checkEN0_BG3
//
this.checkEN0_BG3.AutoSize = true;
this.checkEN0_BG3.Location = new System.Drawing.Point(122, 114);
this.checkEN0_BG3.Name = "checkEN0_BG3";
this.checkEN0_BG3.Size = new System.Drawing.Size(15, 14);
this.checkEN0_BG3.TabIndex = 86;
this.checkEN0_BG3.UseVisualStyleBackColor = true;
this.checkEN0_BG3.CheckedChanged += new System.EventHandler(this.checkEN_CheckedChanged);
//
// checkScreenObjInterlace
//
this.checkScreenObjInterlace.AutoSize = true;
this.checkScreenObjInterlace.Enabled = false;
this.checkScreenObjInterlace.Location = new System.Drawing.Point(142, 161);
this.checkScreenObjInterlace.Name = "checkScreenObjInterlace";
this.checkScreenObjInterlace.Size = new System.Drawing.Size(15, 14);
this.checkScreenObjInterlace.TabIndex = 28;
this.checkScreenObjInterlace.UseVisualStyleBackColor = true;
//
// checkEN0_BG2
//
this.checkEN0_BG2.AutoSize = true;
this.checkEN0_BG2.Location = new System.Drawing.Point(99, 114);
this.checkEN0_BG2.Name = "checkEN0_BG2";
this.checkEN0_BG2.Size = new System.Drawing.Size(15, 14);
this.checkEN0_BG2.TabIndex = 85;
this.checkEN0_BG2.UseVisualStyleBackColor = true;
this.checkEN0_BG2.CheckedChanged += new System.EventHandler(this.checkEN_CheckedChanged);
//
// label123812831
//
this.label123812831.AutoSize = true;
this.label123812831.Location = new System.Drawing.Point(156, 161);
this.label123812831.Name = "label123812831";
this.label123812831.Size = new System.Drawing.Size(49, 13);
this.label123812831.TabIndex = 29;
this.label123812831.Text = "O.INTLC";
//
// checkEN0_BG1
//
this.checkEN0_BG1.AutoSize = true;
this.checkEN0_BG1.Location = new System.Drawing.Point(76, 114);
this.checkEN0_BG1.Name = "checkEN0_BG1";
this.checkEN0_BG1.Size = new System.Drawing.Size(15, 14);
this.checkEN0_BG1.TabIndex = 84;
this.checkEN0_BG1.UseVisualStyleBackColor = true;
this.checkEN0_BG1.CheckedChanged += new System.EventHandler(this.checkEN_CheckedChanged);
//
// checkScreenInterlace
//
this.checkScreenInterlace.AutoSize = true;
this.checkScreenInterlace.Enabled = false;
this.checkScreenInterlace.Location = new System.Drawing.Point(142, 174);
this.checkScreenInterlace.Name = "checkScreenInterlace";
this.checkScreenInterlace.Size = new System.Drawing.Size(15, 14);
this.checkScreenInterlace.TabIndex = 30;
this.checkScreenInterlace.UseVisualStyleBackColor = true;
//
// txtScreenCGADSUB_AddSub_Descr
//
this.txtScreenCGADSUB_AddSub_Descr.Location = new System.Drawing.Point(234, 112);
this.txtScreenCGADSUB_AddSub_Descr.Multiline = true;
this.txtScreenCGADSUB_AddSub_Descr.Name = "txtScreenCGADSUB_AddSub_Descr";
this.txtScreenCGADSUB_AddSub_Descr.ReadOnly = true;
this.txtScreenCGADSUB_AddSub_Descr.Size = new System.Drawing.Size(31, 17);
this.txtScreenCGADSUB_AddSub_Descr.TabIndex = 39;
this.txtScreenCGADSUB_AddSub_Descr.Text = "ADD";
//
// label2193813
//
this.label2193813.AutoSize = true;
this.label2193813.Location = new System.Drawing.Point(156, 174);
this.label2193813.Name = "label2193813";
this.label2193813.Size = new System.Drawing.Size(48, 13);
this.label2193813.TabIndex = 31;
this.label2193813.Text = "S.INTLC";
//
// txtScreenCGADSUB_AddSub
//
this.txtScreenCGADSUB_AddSub.BackColor = System.Drawing.Color.LightGreen;
this.txtScreenCGADSUB_AddSub.Location = new System.Drawing.Point(213, 112);
this.txtScreenCGADSUB_AddSub.Multiline = true;
this.txtScreenCGADSUB_AddSub.Name = "txtScreenCGADSUB_AddSub";
this.txtScreenCGADSUB_AddSub.ReadOnly = true;
this.txtScreenCGADSUB_AddSub.Size = new System.Drawing.Size(15, 17);
this.txtScreenCGADSUB_AddSub.TabIndex = 83;
this.txtScreenCGADSUB_AddSub.Text = "00";
//
// label36
//
this.label36.AutoSize = true;
this.label36.Location = new System.Drawing.Point(206, 96);
this.label36.Name = "label36";
this.label36.Size = new System.Drawing.Size(59, 13);
this.label36.TabIndex = 82;
this.label36.Text = "CGADSUB";
//
// checkTMOBJ
//
this.checkTMOBJ.AutoSize = true;
this.checkTMOBJ.CheckBackColor = System.Drawing.SystemColors.Control;
this.checkTMOBJ.ForceChecked = null;
this.checkTMOBJ.Location = new System.Drawing.Point(53, 62);
this.checkTMOBJ.Name = "checkTMOBJ";
this.checkTMOBJ.Size = new System.Drawing.Size(15, 14);
this.checkTMOBJ.TabIndex = 81;
this.checkTMOBJ.UseVisualStyleBackColor = true;
//
// checkTSOBJ
//
this.checkTSOBJ.AutoSize = true;
this.checkTSOBJ.CheckBackColor = System.Drawing.SystemColors.Control;
this.checkTSOBJ.ForceChecked = null;
this.checkTSOBJ.Location = new System.Drawing.Point(53, 77);
this.checkTSOBJ.Name = "checkTSOBJ";
this.checkTSOBJ.Size = new System.Drawing.Size(15, 14);
this.checkTSOBJ.TabIndex = 80;
this.checkTSOBJ.UseVisualStyleBackColor = true;
//
// checkMathBK
//
this.checkMathBK.AutoSize = true;
this.checkMathBK.CheckBackColor = System.Drawing.SystemColors.Control;
this.checkMathBK.ForceChecked = null;
this.checkMathBK.Location = new System.Drawing.Point(30, 93);
this.checkMathBK.Name = "checkMathBK";
this.checkMathBK.Size = new System.Drawing.Size(15, 14);
this.checkMathBK.TabIndex = 79;
this.checkMathBK.UseVisualStyleBackColor = true;
//
// label35
//
this.label35.Location = new System.Drawing.Point(28, 110);
this.label35.Name = "label35";
this.label35.Size = new System.Drawing.Size(172, 2);
this.label35.TabIndex = 78;
this.label35.Text = "label35";
//
// checkMathBG4
//
this.checkMathBG4.AutoSize = true;
this.checkMathBG4.CheckBackColor = System.Drawing.SystemColors.Control;
this.checkMathBG4.ForceChecked = null;
this.checkMathBG4.Location = new System.Drawing.Point(145, 94);
this.checkMathBG4.Name = "checkMathBG4";
this.checkMathBG4.Size = new System.Drawing.Size(15, 14);
this.checkMathBG4.TabIndex = 77;
this.checkMathBG4.UseVisualStyleBackColor = true;
//
// checkMathBG3
//
this.checkMathBG3.AutoSize = true;
this.checkMathBG3.CheckBackColor = System.Drawing.SystemColors.Control;
this.checkMathBG3.ForceChecked = null;
this.checkMathBG3.Location = new System.Drawing.Point(122, 94);
this.checkMathBG3.Name = "checkMathBG3";
this.checkMathBG3.Size = new System.Drawing.Size(15, 14);
this.checkMathBG3.TabIndex = 76;
this.checkMathBG3.UseVisualStyleBackColor = true;
//
// checkMathBG2
//
this.checkMathBG2.AutoSize = true;
this.checkMathBG2.CheckBackColor = System.Drawing.SystemColors.Control;
this.checkMathBG2.ForceChecked = null;
this.checkMathBG2.Location = new System.Drawing.Point(99, 94);
this.checkMathBG2.Name = "checkMathBG2";
this.checkMathBG2.Size = new System.Drawing.Size(15, 14);
this.checkMathBG2.TabIndex = 75;
this.checkMathBG2.UseVisualStyleBackColor = true;
//
// checkMathBG1
//
this.checkMathBG1.AutoSize = true;
this.checkMathBG1.CheckBackColor = System.Drawing.SystemColors.Control;
this.checkMathBG1.ForceChecked = null;
this.checkMathBG1.Location = new System.Drawing.Point(76, 94);
this.checkMathBG1.Name = "checkMathBG1";
this.checkMathBG1.Size = new System.Drawing.Size(15, 14);
this.checkMathBG1.TabIndex = 74;
this.checkMathBG1.UseVisualStyleBackColor = true;
//
// label33
//
this.label33.AutoSize = true;
this.label33.Location = new System.Drawing.Point(162, 94);
this.label33.Name = "label33";
this.label33.Size = new System.Drawing.Size(31, 13);
this.label33.TabIndex = 73;
this.label33.Text = "Math";
//
// checkMathOBJ
//
this.checkMathOBJ.AutoSize = true;
this.checkMathOBJ.CheckBackColor = System.Drawing.SystemColors.Control;
this.checkMathOBJ.ForceChecked = null;
this.checkMathOBJ.Location = new System.Drawing.Point(53, 94);
this.checkMathOBJ.Name = "checkMathOBJ";
this.checkMathOBJ.Size = new System.Drawing.Size(15, 14);
this.checkMathOBJ.TabIndex = 72;
this.checkMathOBJ.UseVisualStyleBackColor = true;
//
// lblTS
//
this.lblTS.AutoSize = true;
this.lblTS.Location = new System.Drawing.Point(162, 78);
this.lblTS.Name = "lblTS";
this.lblTS.Size = new System.Drawing.Size(21, 13);
this.lblTS.TabIndex = 71;
this.lblTS.Text = "TS";
//
// checkTSBG4
//
this.checkTSBG4.AutoSize = true;
this.checkTSBG4.CheckBackColor = System.Drawing.SystemColors.Control;
this.checkTSBG4.ForceChecked = null;
this.checkTSBG4.Location = new System.Drawing.Point(145, 78);
this.checkTSBG4.Name = "checkTSBG4";
this.checkTSBG4.Size = new System.Drawing.Size(15, 14);
this.checkTSBG4.TabIndex = 70;
this.checkTSBG4.UseVisualStyleBackColor = true;
//
// checkTSBG3
//
this.checkTSBG3.AutoSize = true;
this.checkTSBG3.CheckBackColor = System.Drawing.SystemColors.Control;
this.checkTSBG3.ForceChecked = null;
this.checkTSBG3.Location = new System.Drawing.Point(122, 78);
this.checkTSBG3.Name = "checkTSBG3";
this.checkTSBG3.Size = new System.Drawing.Size(15, 14);
this.checkTSBG3.TabIndex = 69;
this.checkTSBG3.UseVisualStyleBackColor = true;
//
// checkTSBG2
//
this.checkTSBG2.AutoSize = true;
this.checkTSBG2.CheckBackColor = System.Drawing.SystemColors.Control;
this.checkTSBG2.ForceChecked = null;
this.checkTSBG2.Location = new System.Drawing.Point(99, 78);
this.checkTSBG2.Name = "checkTSBG2";
this.checkTSBG2.Size = new System.Drawing.Size(15, 14);
this.checkTSBG2.TabIndex = 68;
this.checkTSBG2.UseVisualStyleBackColor = true;
//
// checkTSBG1
//
this.checkTSBG1.AutoSize = true;
this.checkTSBG1.CheckBackColor = System.Drawing.SystemColors.Control;
this.checkTSBG1.ForceChecked = null;
this.checkTSBG1.Location = new System.Drawing.Point(76, 78);
this.checkTSBG1.Name = "checkTSBG1";
this.checkTSBG1.Size = new System.Drawing.Size(15, 14);
this.checkTSBG1.TabIndex = 67;
this.checkTSBG1.UseVisualStyleBackColor = true;
//
// lblTM
//
this.lblTM.AutoSize = true;
this.lblTM.Location = new System.Drawing.Point(162, 63);
this.lblTM.Name = "lblTM";
this.lblTM.Size = new System.Drawing.Size(23, 13);
this.lblTM.TabIndex = 66;
this.lblTM.Text = "TM";
//
// checkTMBG4
//
this.checkTMBG4.AutoSize = true;
this.checkTMBG4.CheckBackColor = System.Drawing.SystemColors.Control;
this.checkTMBG4.ForceChecked = null;
this.checkTMBG4.Location = new System.Drawing.Point(145, 63);
this.checkTMBG4.Name = "checkTMBG4";
this.checkTMBG4.Size = new System.Drawing.Size(15, 14);
this.checkTMBG4.TabIndex = 65;
this.checkTMBG4.UseVisualStyleBackColor = true;
//
// checkTMBG3
//
this.checkTMBG3.AutoSize = true;
this.checkTMBG3.CheckBackColor = System.Drawing.SystemColors.Control;
this.checkTMBG3.ForceChecked = null;
this.checkTMBG3.Location = new System.Drawing.Point(122, 63);
this.checkTMBG3.Name = "checkTMBG3";
this.checkTMBG3.Size = new System.Drawing.Size(15, 14);
this.checkTMBG3.TabIndex = 64;
this.checkTMBG3.UseVisualStyleBackColor = true;
//
// checkTMBG2
//
this.checkTMBG2.AutoSize = true;
this.checkTMBG2.CheckBackColor = System.Drawing.SystemColors.Control;
this.checkTMBG2.ForceChecked = null;
this.checkTMBG2.Location = new System.Drawing.Point(99, 63);
this.checkTMBG2.Name = "checkTMBG2";
this.checkTMBG2.Size = new System.Drawing.Size(15, 14);
this.checkTMBG2.TabIndex = 63;
this.checkTMBG2.UseVisualStyleBackColor = true;
//
// checkTMBG1
//
this.checkTMBG1.AutoSize = true;
this.checkTMBG1.CheckBackColor = System.Drawing.SystemColors.Control;
this.checkTMBG1.ForceChecked = null;
this.checkTMBG1.Location = new System.Drawing.Point(76, 63);
this.checkTMBG1.Name = "checkTMBG1";
this.checkTMBG1.Size = new System.Drawing.Size(15, 14);
this.checkTMBG1.TabIndex = 62;
this.checkTMBG1.UseVisualStyleBackColor = true;
//
// label32
//
this.label32.AutoSize = true;
this.label32.Location = new System.Drawing.Point(46, 46);
this.label32.Name = "label32";
this.label32.Size = new System.Drawing.Size(27, 13);
this.label32.TabIndex = 57;
this.label32.Text = "OBJ";
//
// label31
//
this.label31.AutoSize = true;
this.label31.Location = new System.Drawing.Point(26, 78);
this.label31.Name = "label31";
this.label31.Size = new System.Drawing.Size(21, 13);
this.label31.TabIndex = 56;
this.label31.Text = "BK";
//
// label25
//
this.label25.AutoSize = true;
this.label25.Location = new System.Drawing.Point(229, 64);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(61, 13);
this.label25.TabIndex = 44;
this.label25.Text = "Math/Fixed";
//
// txtScreenCGWSEL_MathFixed
//
this.txtScreenCGWSEL_MathFixed.BackColor = System.Drawing.Color.LightGreen;
this.txtScreenCGWSEL_MathFixed.Location = new System.Drawing.Point(213, 62);
this.txtScreenCGWSEL_MathFixed.Multiline = true;
this.txtScreenCGWSEL_MathFixed.Name = "txtScreenCGWSEL_MathFixed";
this.txtScreenCGWSEL_MathFixed.ReadOnly = true;
this.txtScreenCGWSEL_MathFixed.Size = new System.Drawing.Size(15, 17);
this.txtScreenCGWSEL_MathFixed.TabIndex = 43;
this.txtScreenCGWSEL_MathFixed.Text = "00";
//
// label2893719831
//
this.label2893719831.AutoSize = true;
this.label2893719831.Location = new System.Drawing.Point(229, 45);
this.label2893719831.Name = "label2893719831";
this.label2893719831.Size = new System.Drawing.Size(52, 13);
this.label2893719831.TabIndex = 42;
this.label2893719831.Text = "SubMask";
//
// txtScreenCGWSEL_ColorSubMask
//
this.txtScreenCGWSEL_ColorSubMask.BackColor = System.Drawing.Color.LightGreen;
this.txtScreenCGWSEL_ColorSubMask.Location = new System.Drawing.Point(213, 43);
this.txtScreenCGWSEL_ColorSubMask.Multiline = true;
this.txtScreenCGWSEL_ColorSubMask.Name = "txtScreenCGWSEL_ColorSubMask";
this.txtScreenCGWSEL_ColorSubMask.ReadOnly = true;
this.txtScreenCGWSEL_ColorSubMask.Size = new System.Drawing.Size(15, 17);
this.txtScreenCGWSEL_ColorSubMask.TabIndex = 41;
this.txtScreenCGWSEL_ColorSubMask.Text = "00";
//
// label23
//
this.label23.AutoSize = true;
this.label23.Location = new System.Drawing.Point(229, 27);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(56, 13);
this.label23.TabIndex = 40;
this.label23.Text = "MainMask";
//
// txtScreenCGWSEL_ColorMask
//
this.txtScreenCGWSEL_ColorMask.BackColor = System.Drawing.Color.LightGreen;
this.txtScreenCGWSEL_ColorMask.Location = new System.Drawing.Point(213, 25);
this.txtScreenCGWSEL_ColorMask.Multiline = true;
this.txtScreenCGWSEL_ColorMask.Name = "txtScreenCGWSEL_ColorMask";
this.txtScreenCGWSEL_ColorMask.ReadOnly = true;
this.txtScreenCGWSEL_ColorMask.Size = new System.Drawing.Size(15, 17);
this.txtScreenCGWSEL_ColorMask.TabIndex = 39;
this.txtScreenCGWSEL_ColorMask.Text = "00";
//
// label22
//
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(206, 10);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(53, 13);
this.label22.TabIndex = 32;
this.label22.Text = "CGWSEL";
//
// label27
//
this.label27.AutoSize = true;
this.label27.Location = new System.Drawing.Point(229, 81);
this.label27.Name = "label27";
this.label27.Size = new System.Drawing.Size(59, 13);
this.label27.TabIndex = 31;
this.label27.Text = "DirectColor";
//
// checkScreenCGWSEL_DirectColor
//
this.checkScreenCGWSEL_DirectColor.AutoSize = true;
this.checkScreenCGWSEL_DirectColor.Enabled = false;
this.checkScreenCGWSEL_DirectColor.Location = new System.Drawing.Point(214, 81);
this.checkScreenCGWSEL_DirectColor.Name = "checkScreenCGWSEL_DirectColor";
this.checkScreenCGWSEL_DirectColor.Size = new System.Drawing.Size(15, 14);
this.checkScreenCGWSEL_DirectColor.TabIndex = 30;
this.checkScreenCGWSEL_DirectColor.UseVisualStyleBackColor = true;
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(162, 46);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(34, 13);
this.label16.TabIndex = 20;
this.label16.Text = "TSize";
//
// txtScreenBG4TSize
//
this.txtScreenBG4TSize.Location = new System.Drawing.Point(143, 44);
this.txtScreenBG4TSize.Multiline = true;
this.txtScreenBG4TSize.Name = "txtScreenBG4TSize";
this.txtScreenBG4TSize.ReadOnly = true;
this.txtScreenBG4TSize.Size = new System.Drawing.Size(18, 17);
this.txtScreenBG4TSize.TabIndex = 19;
this.txtScreenBG4TSize.Text = "16";
//
// txtScreenBG3TSize
//
this.txtScreenBG3TSize.Location = new System.Drawing.Point(120, 44);
this.txtScreenBG3TSize.Multiline = true;
this.txtScreenBG3TSize.Name = "txtScreenBG3TSize";
this.txtScreenBG3TSize.ReadOnly = true;
this.txtScreenBG3TSize.Size = new System.Drawing.Size(18, 17);
this.txtScreenBG3TSize.TabIndex = 18;
this.txtScreenBG3TSize.Text = "16";
//
// txtScreenBG2TSize
//
this.txtScreenBG2TSize.Location = new System.Drawing.Point(97, 44);
this.txtScreenBG2TSize.Multiline = true;
this.txtScreenBG2TSize.Name = "txtScreenBG2TSize";
this.txtScreenBG2TSize.ReadOnly = true;
this.txtScreenBG2TSize.Size = new System.Drawing.Size(18, 17);
this.txtScreenBG2TSize.TabIndex = 17;
this.txtScreenBG2TSize.Text = "16";
//
// txtScreenBG1TSize
//
this.txtScreenBG1TSize.Location = new System.Drawing.Point(74, 44);
this.txtScreenBG1TSize.Multiline = true;
this.txtScreenBG1TSize.Name = "txtScreenBG1TSize";
this.txtScreenBG1TSize.ReadOnly = true;
this.txtScreenBG1TSize.Size = new System.Drawing.Size(18, 17);
this.txtScreenBG1TSize.TabIndex = 16;
this.txtScreenBG1TSize.Text = "16";
//
// txtScreenBG4Bpp
//
this.txtScreenBG4Bpp.Location = new System.Drawing.Point(143, 26);
this.txtScreenBG4Bpp.Multiline = true;
this.txtScreenBG4Bpp.Name = "txtScreenBG4Bpp";
this.txtScreenBG4Bpp.ReadOnly = true;
this.txtScreenBG4Bpp.Size = new System.Drawing.Size(18, 17);
this.txtScreenBG4Bpp.TabIndex = 15;
this.txtScreenBG4Bpp.Text = "8";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(4, 20);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(34, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Mode";
//
// txtScreenBG3Bpp
//
this.txtScreenBG3Bpp.Location = new System.Drawing.Point(120, 26);
this.txtScreenBG3Bpp.Multiline = true;
this.txtScreenBG3Bpp.Name = "txtScreenBG3Bpp";
this.txtScreenBG3Bpp.ReadOnly = true;
this.txtScreenBG3Bpp.Size = new System.Drawing.Size(18, 17);
this.txtScreenBG3Bpp.TabIndex = 14;
this.txtScreenBG3Bpp.Text = "8";
//
// txtModeBits
//
this.txtModeBits.BackColor = System.Drawing.Color.LightGreen;
this.txtModeBits.Location = new System.Drawing.Point(40, 19);
this.txtModeBits.Multiline = true;
this.txtModeBits.Name = "txtModeBits";
this.txtModeBits.ReadOnly = true;
this.txtModeBits.Size = new System.Drawing.Size(25, 17);
this.txtModeBits.TabIndex = 6;
this.txtModeBits.Text = "000";
//
// txtScreenBG2Bpp
//
this.txtScreenBG2Bpp.Location = new System.Drawing.Point(97, 26);
this.txtScreenBG2Bpp.Multiline = true;
this.txtScreenBG2Bpp.Name = "txtScreenBG2Bpp";
this.txtScreenBG2Bpp.ReadOnly = true;
this.txtScreenBG2Bpp.Size = new System.Drawing.Size(18, 17);
this.txtScreenBG2Bpp.TabIndex = 13;
this.txtScreenBG2Bpp.Text = "8";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(162, 27);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(25, 13);
this.label8.TabIndex = 7;
this.label8.Text = "bpp";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(142, 10);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(28, 13);
this.label7.TabIndex = 12;
this.label7.Text = "BG4";
//
// txtScreenBG1Bpp
//
this.txtScreenBG1Bpp.Location = new System.Drawing.Point(74, 26);
this.txtScreenBG1Bpp.Multiline = true;
this.txtScreenBG1Bpp.Name = "txtScreenBG1Bpp";
this.txtScreenBG1Bpp.ReadOnly = true;
this.txtScreenBG1Bpp.Size = new System.Drawing.Size(18, 17);
this.txtScreenBG1Bpp.TabIndex = 8;
this.txtScreenBG1Bpp.Text = "8";
//
// lblBG3
//
this.lblBG3.AutoSize = true;
this.lblBG3.Location = new System.Drawing.Point(117, 10);
this.lblBG3.Name = "lblBG3";
this.lblBG3.Size = new System.Drawing.Size(28, 13);
this.lblBG3.TabIndex = 11;
this.lblBG3.Text = "BG3";
this.toolTip1.SetToolTip(this.lblBG3, "Test");
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(69, 10);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(28, 13);
this.label4.TabIndex = 9;
this.label4.Text = "BG1";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(93, 10);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(28, 13);
this.label5.TabIndex = 10;
this.label5.Text = "BG2";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtBG1Scroll);
this.groupBox1.Controls.Add(this.label37);
this.groupBox1.Controls.Add(this.txtBG1MapSizeBytes);
this.groupBox1.Controls.Add(this.txtBGPaletteInfo);
this.groupBox1.Controls.Add(this.rbBG4);
this.groupBox1.Controls.Add(this.rbBG3);
this.groupBox1.Controls.Add(this.rbBG2);
this.groupBox1.Controls.Add(this.rbBG1);
this.groupBox1.Controls.Add(this.txtBG1TSizeDescr);
this.groupBox1.Controls.Add(this.comboBGProps);
this.groupBox1.Controls.Add(this.label15);
this.groupBox1.Controls.Add(this.txtBG1TSizeBits);
this.groupBox1.Controls.Add(this.label13);
this.groupBox1.Controls.Add(this.txtBG1Colors);
this.groupBox1.Controls.Add(this.txtBG1Bpp);
this.groupBox1.Controls.Add(this.label12);
this.groupBox1.Controls.Add(this.txtBG1TDAddrDescr);
this.groupBox1.Controls.Add(this.label11);
this.groupBox1.Controls.Add(this.txtBG1SCAddrDescr);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.txtBG1TDAddrBits);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.txtBG1SizeInPixels);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.txtBG1SCAddrBits);
this.groupBox1.Controls.Add(this.txtBG1SizeInTiles);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.txtBG1SizeBits);
this.groupBox1.Location = new System.Drawing.Point(2, 281);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(170, 233);
this.groupBox1.TabIndex = 3;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "BG";
//
// txtBG1Scroll
//
this.txtBG1Scroll.Location = new System.Drawing.Point(73, 134);
this.txtBG1Scroll.Multiline = true;
this.txtBG1Scroll.Name = "txtBG1Scroll";
this.txtBG1Scroll.ReadOnly = true;
this.txtBG1Scroll.Size = new System.Drawing.Size(72, 18);
this.txtBG1Scroll.TabIndex = 42;
this.txtBG1Scroll.Text = "1024,1024";
//
// label37
//
this.label37.AutoSize = true;
this.label37.Location = new System.Drawing.Point(35, 137);
this.label37.Name = "label37";
this.label37.Size = new System.Drawing.Size(36, 13);
this.label37.TabIndex = 41;
this.label37.Text = "Scroll:";
//
// txtBG1MapSizeBytes
//
this.txtBG1MapSizeBytes.Location = new System.Drawing.Point(34, 112);
this.txtBG1MapSizeBytes.Multiline = true;
this.txtBG1MapSizeBytes.Name = "txtBG1MapSizeBytes";
this.txtBG1MapSizeBytes.ReadOnly = true;
this.txtBG1MapSizeBytes.Size = new System.Drawing.Size(33, 17);
this.txtBG1MapSizeBytes.TabIndex = 40;
this.txtBG1MapSizeBytes.Text = "(32K)";
//
// txtBGPaletteInfo
//
this.txtBGPaletteInfo.Location = new System.Drawing.Point(5, 206);
this.txtBGPaletteInfo.Multiline = true;
this.txtBGPaletteInfo.Name = "txtBGPaletteInfo";
this.txtBGPaletteInfo.ReadOnly = true;
this.txtBGPaletteInfo.Size = new System.Drawing.Size(155, 19);
this.txtBGPaletteInfo.TabIndex = 39;
this.txtBGPaletteInfo.Text = "256 colors from $FF to $FF";
//
// rbBG4
//
this.rbBG4.AutoSize = true;
this.rbBG4.Location = new System.Drawing.Point(120, 32);
this.rbBG4.Name = "rbBG4";
this.rbBG4.Size = new System.Drawing.Size(46, 17);
this.rbBG4.TabIndex = 35;
this.rbBG4.TabStop = true;
this.rbBG4.Text = "BG4";
this.rbBG4.UseVisualStyleBackColor = true;
this.rbBG4.CheckedChanged += new System.EventHandler(this.rbBGX_CheckedChanged);
//
// rbBG3
//
this.rbBG3.AutoSize = true;
this.rbBG3.Location = new System.Drawing.Point(73, 32);
this.rbBG3.Name = "rbBG3";
this.rbBG3.Size = new System.Drawing.Size(46, 17);
this.rbBG3.TabIndex = 34;
this.rbBG3.TabStop = true;
this.rbBG3.Text = "BG3";
this.rbBG3.UseVisualStyleBackColor = true;
this.rbBG3.CheckedChanged += new System.EventHandler(this.rbBGX_CheckedChanged);
//
// rbBG2
//
this.rbBG2.AutoSize = true;
this.rbBG2.Location = new System.Drawing.Point(120, 14);
this.rbBG2.Name = "rbBG2";
this.rbBG2.Size = new System.Drawing.Size(46, 17);
this.rbBG2.TabIndex = 33;
this.rbBG2.TabStop = true;
this.rbBG2.Text = "BG2";
this.rbBG2.UseVisualStyleBackColor = true;
this.rbBG2.CheckedChanged += new System.EventHandler(this.rbBGX_CheckedChanged);
//
// rbBG1
//
this.rbBG1.AutoSize = true;
this.rbBG1.Location = new System.Drawing.Point(73, 14);
this.rbBG1.Name = "rbBG1";
this.rbBG1.Size = new System.Drawing.Size(46, 17);
this.rbBG1.TabIndex = 32;
this.rbBG1.TabStop = true;
this.rbBG1.Text = "BG1";
this.rbBG1.UseVisualStyleBackColor = true;
this.rbBG1.CheckedChanged += new System.EventHandler(this.rbBGX_CheckedChanged);
//
// txtBG1TSizeDescr
//
this.txtBG1TSizeDescr.Location = new System.Drawing.Point(73, 71);
this.txtBG1TSizeDescr.Multiline = true;
this.txtBG1TSizeDescr.Name = "txtBG1TSizeDescr";
this.txtBG1TSizeDescr.ReadOnly = true;
this.txtBG1TSizeDescr.Size = new System.Drawing.Size(72, 18);
this.txtBG1TSizeDescr.TabIndex = 23;
this.txtBG1TSizeDescr.Text = "16x16";
//
// comboBGProps
//
this.comboBGProps.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBGProps.FormattingEnabled = true;
this.comboBGProps.Items.AddRange(new object[] {
"BG1",
"BG2",
"BG3",
"BG4"});
this.comboBGProps.Location = new System.Drawing.Point(6, 15);
this.comboBGProps.Name = "comboBGProps";
this.comboBGProps.Size = new System.Drawing.Size(59, 21);
this.comboBGProps.TabIndex = 32;
this.comboBGProps.SelectedIndexChanged += new System.EventHandler(this.comboBGProps_SelectedIndexChanged);
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(33, 74);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(34, 13);
this.label15.TabIndex = 22;
this.label15.Text = "TSize";
//
// txtBG1TSizeBits
//
this.txtBG1TSizeBits.BackColor = System.Drawing.Color.LightGreen;
this.txtBG1TSizeBits.Location = new System.Drawing.Point(5, 70);
this.txtBG1TSizeBits.Multiline = true;
this.txtBG1TSizeBits.Name = "txtBG1TSizeBits";
this.txtBG1TSizeBits.ReadOnly = true;
this.txtBG1TSizeBits.Size = new System.Drawing.Size(25, 17);
this.txtBG1TSizeBits.TabIndex = 21;
this.txtBG1TSizeBits.Text = "00";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(124, 52);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(36, 13);
this.label13.TabIndex = 20;
this.label13.Text = "Colors";
//
// txtBG1Colors
//
this.txtBG1Colors.Location = new System.Drawing.Point(73, 50);
this.txtBG1Colors.Multiline = true;
this.txtBG1Colors.Name = "txtBG1Colors";
this.txtBG1Colors.ReadOnly = true;
this.txtBG1Colors.Size = new System.Drawing.Size(48, 17);
this.txtBG1Colors.TabIndex = 19;
this.txtBG1Colors.Text = "256";
//
// txtBG1Bpp
//
this.txtBG1Bpp.Location = new System.Drawing.Point(6, 50);
this.txtBG1Bpp.Multiline = true;
this.txtBG1Bpp.Name = "txtBG1Bpp";
this.txtBG1Bpp.ReadOnly = true;
this.txtBG1Bpp.Size = new System.Drawing.Size(24, 17);
this.txtBG1Bpp.TabIndex = 18;
this.txtBG1Bpp.Text = "8";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(33, 52);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(32, 13);
this.label12.TabIndex = 17;
this.label12.Text = "Bpp; ";
//
// txtBG1TDAddrDescr
//
this.txtBG1TDAddrDescr.Location = new System.Drawing.Point(73, 177);
this.txtBG1TDAddrDescr.Multiline = true;
this.txtBG1TDAddrDescr.Name = "txtBG1TDAddrDescr";
this.txtBG1TDAddrDescr.ReadOnly = true;
this.txtBG1TDAddrDescr.Size = new System.Drawing.Size(72, 19);
this.txtBG1TDAddrDescr.TabIndex = 15;
this.txtBG1TDAddrDescr.Text = "1024z1024";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(30, 182);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(40, 13);
this.label11.TabIndex = 14;
this.label11.Text = "@Tiles";
//
// txtBG1SCAddrDescr
//
this.txtBG1SCAddrDescr.Location = new System.Drawing.Point(73, 155);
this.txtBG1SCAddrDescr.Multiline = true;
this.txtBG1SCAddrDescr.Name = "txtBG1SCAddrDescr";
this.txtBG1SCAddrDescr.ReadOnly = true;
this.txtBG1SCAddrDescr.Size = new System.Drawing.Size(72, 19);
this.txtBG1SCAddrDescr.TabIndex = 12;
this.txtBG1SCAddrDescr.Text = "1024z1024";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(145, 116);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(18, 13);
this.label9.TabIndex = 9;
this.label9.Text = "px";
//
// txtBG1TDAddrBits
//
this.txtBG1TDAddrBits.BackColor = System.Drawing.Color.LightGreen;
this.txtBG1TDAddrBits.Location = new System.Drawing.Point(5, 179);
this.txtBG1TDAddrBits.Multiline = true;
this.txtBG1TDAddrBits.Name = "txtBG1TDAddrBits";
this.txtBG1TDAddrBits.ReadOnly = true;
this.txtBG1TDAddrBits.Size = new System.Drawing.Size(25, 17);
this.txtBG1TDAddrBits.TabIndex = 13;
this.txtBG1TDAddrBits.Text = "00";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(30, 158);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(40, 13);
this.label10.TabIndex = 11;
this.label10.Text = "@Scrn";
//
// txtBG1SizeInPixels
//
this.txtBG1SizeInPixels.Location = new System.Drawing.Point(73, 112);
this.txtBG1SizeInPixels.Multiline = true;
this.txtBG1SizeInPixels.Name = "txtBG1SizeInPixels";
this.txtBG1SizeInPixels.ReadOnly = true;
this.txtBG1SizeInPixels.Size = new System.Drawing.Size(72, 19);
this.txtBG1SizeInPixels.TabIndex = 8;
this.txtBG1SizeInPixels.Text = "1024x1024";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(134, 96);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(32, 13);
this.label3.TabIndex = 7;
this.label3.Text = "Tiles;";
//
// txtBG1SCAddrBits
//
this.txtBG1SCAddrBits.BackColor = System.Drawing.Color.LightGreen;
this.txtBG1SCAddrBits.Location = new System.Drawing.Point(5, 155);
this.txtBG1SCAddrBits.Multiline = true;
this.txtBG1SCAddrBits.Name = "txtBG1SCAddrBits";
this.txtBG1SCAddrBits.ReadOnly = true;
this.txtBG1SCAddrBits.Size = new System.Drawing.Size(25, 17);
this.txtBG1SCAddrBits.TabIndex = 10;
this.txtBG1SCAddrBits.Text = "00";
//
// txtBG1SizeInTiles
//
this.txtBG1SizeInTiles.Location = new System.Drawing.Point(73, 92);
this.txtBG1SizeInTiles.Multiline = true;
this.txtBG1SizeInTiles.Name = "txtBG1SizeInTiles";
this.txtBG1SizeInTiles.ReadOnly = true;
this.txtBG1SizeInTiles.Size = new System.Drawing.Size(59, 17);
this.txtBG1SizeInTiles.TabIndex = 6;
this.txtBG1SizeInTiles.Text = "128x128 (32K)";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(34, 95);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(27, 13);
this.label2.TabIndex = 4;
this.label2.Text = "Size";
//
// txtBG1SizeBits
//
this.txtBG1SizeBits.BackColor = System.Drawing.Color.LightGreen;
this.txtBG1SizeBits.Location = new System.Drawing.Point(5, 92);
this.txtBG1SizeBits.Multiline = true;
this.txtBG1SizeBits.Name = "txtBG1SizeBits";
this.txtBG1SizeBits.ReadOnly = true;
this.txtBG1SizeBits.Size = new System.Drawing.Size(25, 17);
this.txtBG1SizeBits.TabIndex = 5;
this.txtBG1SizeBits.Text = "00";
//
// groupBox5
//
this.groupBox5.Controls.Add(this.paletteViewer);
this.groupBox5.Location = new System.Drawing.Point(235, 336);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(319, 327);
this.groupBox5.TabIndex = 36;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "Palette";
//
// paletteViewer
//
this.paletteViewer.BackColor = System.Drawing.Color.Transparent;
this.paletteViewer.Location = new System.Drawing.Point(6, 14);
this.paletteViewer.Name = "paletteViewer";
this.paletteViewer.Size = new System.Drawing.Size(307, 307);
this.paletteViewer.TabIndex = 18;
this.paletteViewer.TabStop = false;
this.paletteViewer.MouseClick += new System.Windows.Forms.MouseEventHandler(this.paletteViewer_MouseClick);
this.paletteViewer.MouseDown += new System.Windows.Forms.MouseEventHandler(this.paletteViewer_MouseDown);
this.paletteViewer.MouseMove += new System.Windows.Forms.MouseEventHandler(this.paletteViewer_MouseMove);
//
// tabctrlDetails
//
this.tabctrlDetails.Controls.Add(this.tpPalette);
this.tabctrlDetails.Controls.Add(this.tpTile);
this.tabctrlDetails.Controls.Add(this.tpMapEntry);
this.tabctrlDetails.Controls.Add(this.tpOBJ);
this.tabctrlDetails.Location = new System.Drawing.Point(300, 91);
this.tabctrlDetails.Name = "tabctrlDetails";
this.tabctrlDetails.SelectedIndex = 0;
this.tabctrlDetails.Size = new System.Drawing.Size(214, 120);
this.tabctrlDetails.TabIndex = 0;
//
// tpPalette
//
this.tpPalette.Controls.Add(this.label53);
this.tpPalette.Controls.Add(this.label52);
this.tpPalette.Controls.Add(this.label51);
this.tpPalette.Controls.Add(this.txtPaletteDetailsAddress);
this.tpPalette.Controls.Add(this.txtPaletteDetailsIndex);
this.tpPalette.Controls.Add(this.txtPaletteDetailsIndexHex);
this.tpPalette.Controls.Add(this.txtDetailsPaletteColorRGB);
this.tpPalette.Controls.Add(this.txtDetailsPaletteColorHex);
this.tpPalette.Controls.Add(this.txtDetailsPaletteColor);
this.tpPalette.Controls.Add(this.pnDetailsPaletteColor);
this.tpPalette.Location = new System.Drawing.Point(4, 22);
this.tpPalette.Name = "tpPalette";
this.tpPalette.Padding = new System.Windows.Forms.Padding(3);
this.tpPalette.Size = new System.Drawing.Size(206, 94);
this.tpPalette.TabIndex = 0;
this.tpPalette.Text = "Color";
this.tpPalette.UseVisualStyleBackColor = true;
//
// label53
//
this.label53.AutoSize = true;
this.label53.Location = new System.Drawing.Point(73, 76);
this.label53.Name = "label53";
this.label53.Size = new System.Drawing.Size(48, 13);
this.label53.TabIndex = 61;
this.label53.Text = "RGB888";
//
// label52
//
this.label52.AutoSize = true;
this.label52.Location = new System.Drawing.Point(93, 54);
this.label52.Name = "label52";
this.label52.Size = new System.Drawing.Size(26, 13);
this.label52.TabIndex = 60;
this.label52.Text = "Hex";
//
// label51
//
this.label51.AutoSize = true;
this.label51.Location = new System.Drawing.Point(73, 32);
this.label51.Name = "label51";
this.label51.Size = new System.Drawing.Size(50, 13);
this.label51.TabIndex = 59;
this.label51.Text = "Raw Col.";
//
// txtPaletteDetailsAddress
//
this.txtPaletteDetailsAddress.Location = new System.Drawing.Point(149, 7);
this.txtPaletteDetailsAddress.Multiline = true;
this.txtPaletteDetailsAddress.Name = "txtPaletteDetailsAddress";
this.txtPaletteDetailsAddress.ReadOnly = true;
this.txtPaletteDetailsAddress.Size = new System.Drawing.Size(54, 18);
this.txtPaletteDetailsAddress.TabIndex = 42;
this.txtPaletteDetailsAddress.Text = "@DDD";
//
// txtPaletteDetailsIndex
//
this.txtPaletteDetailsIndex.Location = new System.Drawing.Point(112, 7);
this.txtPaletteDetailsIndex.Multiline = true;
this.txtPaletteDetailsIndex.Name = "txtPaletteDetailsIndex";
this.txtPaletteDetailsIndex.ReadOnly = true;
this.txtPaletteDetailsIndex.Size = new System.Drawing.Size(31, 18);
this.txtPaletteDetailsIndex.TabIndex = 41;
this.txtPaletteDetailsIndex.Text = "127";
//
// txtPaletteDetailsIndexHex
//
this.txtPaletteDetailsIndexHex.Location = new System.Drawing.Point(76, 7);
this.txtPaletteDetailsIndexHex.Multiline = true;
this.txtPaletteDetailsIndexHex.Name = "txtPaletteDetailsIndexHex";
this.txtPaletteDetailsIndexHex.ReadOnly = true;
this.txtPaletteDetailsIndexHex.Size = new System.Drawing.Size(28, 18);
this.txtPaletteDetailsIndexHex.TabIndex = 39;
this.txtPaletteDetailsIndexHex.Text = "$DD";
//
// txtDetailsPaletteColorRGB
//
this.txtDetailsPaletteColorRGB.Location = new System.Drawing.Point(125, 73);
this.txtDetailsPaletteColorRGB.Multiline = true;
this.txtDetailsPaletteColorRGB.Name = "txtDetailsPaletteColorRGB";
this.txtDetailsPaletteColorRGB.ReadOnly = true;
this.txtDetailsPaletteColorRGB.Size = new System.Drawing.Size(78, 18);
this.txtDetailsPaletteColorRGB.TabIndex = 38;
this.txtDetailsPaletteColorRGB.Text = "(255, 255, 255)";
//
// txtDetailsPaletteColorHex
//
this.txtDetailsPaletteColorHex.Location = new System.Drawing.Point(125, 51);
this.txtDetailsPaletteColorHex.Multiline = true;
this.txtDetailsPaletteColorHex.Name = "txtDetailsPaletteColorHex";
this.txtDetailsPaletteColorHex.ReadOnly = true;
this.txtDetailsPaletteColorHex.Size = new System.Drawing.Size(78, 18);
this.txtDetailsPaletteColorHex.TabIndex = 37;
this.txtDetailsPaletteColorHex.Text = "#DDDDDD";
//
// txtDetailsPaletteColor
//
this.txtDetailsPaletteColor.Location = new System.Drawing.Point(125, 29);
this.txtDetailsPaletteColor.Multiline = true;
this.txtDetailsPaletteColor.Name = "txtDetailsPaletteColor";
this.txtDetailsPaletteColor.ReadOnly = true;
this.txtDetailsPaletteColor.Size = new System.Drawing.Size(79, 18);
this.txtDetailsPaletteColor.TabIndex = 36;
this.txtDetailsPaletteColor.Text = "$DDDD";
//
// pnDetailsPaletteColor
//
this.pnDetailsPaletteColor.BackColor = System.Drawing.Color.Red;
this.pnDetailsPaletteColor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.pnDetailsPaletteColor.Location = new System.Drawing.Point(3, 4);
this.pnDetailsPaletteColor.Name = "pnDetailsPaletteColor";
this.pnDetailsPaletteColor.Size = new System.Drawing.Size(69, 68);
this.pnDetailsPaletteColor.TabIndex = 3;
this.pnDetailsPaletteColor.DoubleClick += new System.EventHandler(this.pnDetailsPaletteColor_DoubleClick);
//
// tpTile
//
this.tpTile.Controls.Add(this.label45);
this.tpTile.Controls.Add(this.txtTilePalette);
this.tpTile.Controls.Add(this.txtTileNumber);
this.tpTile.Controls.Add(this.txtTileMode);
this.tpTile.Controls.Add(this.label18);
this.tpTile.Controls.Add(this.txtTileColors);
this.tpTile.Controls.Add(this.txtTileBpp);
this.tpTile.Controls.Add(this.label42);
this.tpTile.Controls.Add(this.txtTileAddress);
this.tpTile.Controls.Add(this.viewerTile);
this.tpTile.Location = new System.Drawing.Point(4, 22);
this.tpTile.Name = "tpTile";
this.tpTile.Padding = new System.Windows.Forms.Padding(3);
this.tpTile.Size = new System.Drawing.Size(206, 94);
this.tpTile.TabIndex = 1;
this.tpTile.Text = "Tile";
this.tpTile.UseVisualStyleBackColor = true;
//
// label45
//
this.label45.AutoSize = true;
this.label45.Location = new System.Drawing.Point(169, 75);
this.label45.Name = "label45";
this.label45.Size = new System.Drawing.Size(22, 13);
this.label45.TabIndex = 65;
this.label45.Text = "Pal";
//
// txtTilePalette
//
this.txtTilePalette.Location = new System.Drawing.Point(139, 73);
this.txtTilePalette.Multiline = true;
this.txtTilePalette.Name = "txtTilePalette";
this.txtTilePalette.ReadOnly = true;
this.txtTilePalette.Size = new System.Drawing.Size(29, 18);
this.txtTilePalette.TabIndex = 64;
this.txtTilePalette.Text = "$FF";
//
// txtTileNumber
//
this.txtTileNumber.Location = new System.Drawing.Point(76, 6);
this.txtTileNumber.Multiline = true;
this.txtTileNumber.Name = "txtTileNumber";
this.txtTileNumber.ReadOnly = true;
this.txtTileNumber.Size = new System.Drawing.Size(54, 18);
this.txtTileNumber.TabIndex = 63;
this.txtTileNumber.Text = "#$DDD";
//
// txtTileMode
//
this.txtTileMode.Location = new System.Drawing.Point(139, 6);
this.txtTileMode.Multiline = true;
this.txtTileMode.Name = "txtTileMode";
this.txtTileMode.ReadOnly = true;
this.txtTileMode.Size = new System.Drawing.Size(59, 18);
this.txtTileMode.TabIndex = 62;
this.txtTileMode.Text = "Text 8bpp";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(169, 53);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(36, 13);
this.label18.TabIndex = 61;
this.label18.Text = "Colors";
//
// txtTileColors
//
this.txtTileColors.Location = new System.Drawing.Point(139, 51);
this.txtTileColors.Multiline = true;
this.txtTileColors.Name = "txtTileColors";
this.txtTileColors.ReadOnly = true;
this.txtTileColors.Size = new System.Drawing.Size(28, 17);
this.txtTileColors.TabIndex = 60;
this.txtTileColors.Text = "256";
//
// txtTileBpp
//
this.txtTileBpp.Location = new System.Drawing.Point(139, 29);
this.txtTileBpp.Multiline = true;
this.txtTileBpp.Name = "txtTileBpp";
this.txtTileBpp.ReadOnly = true;
this.txtTileBpp.Size = new System.Drawing.Size(28, 17);
this.txtTileBpp.TabIndex = 59;
this.txtTileBpp.Text = "8";
//
// label42
//
this.label42.AutoSize = true;
this.label42.Location = new System.Drawing.Point(169, 31);
this.label42.Name = "label42";
this.label42.Size = new System.Drawing.Size(32, 13);
this.label42.TabIndex = 58;
this.label42.Text = "Bpp; ";
//
// txtTileAddress
//
this.txtTileAddress.Location = new System.Drawing.Point(76, 28);
this.txtTileAddress.Multiline = true;
this.txtTileAddress.Name = "txtTileAddress";
this.txtTileAddress.ReadOnly = true;
this.txtTileAddress.Size = new System.Drawing.Size(54, 18);
this.txtTileAddress.TabIndex = 57;
this.txtTileAddress.Text = "@DDDD";
//
// viewerTile
//
this.viewerTile.BackColor = System.Drawing.Color.Transparent;
this.viewerTile.Location = new System.Drawing.Point(6, 6);
this.viewerTile.Name = "viewerTile";
this.viewerTile.Size = new System.Drawing.Size(64, 64);
this.viewerTile.TabIndex = 19;
this.viewerTile.TabStop = false;
//
// tpMapEntry
//
this.tpMapEntry.Controls.Add(this.textBox2);
this.tpMapEntry.Controls.Add(this.checkMapEntryVFlip);
this.tpMapEntry.Controls.Add(this.label34);
this.tpMapEntry.Controls.Add(this.checkMapEntryHFlip);
this.tpMapEntry.Controls.Add(this.label17);
this.tpMapEntry.Controls.Add(this.lblMapEntryHFlip);
this.tpMapEntry.Controls.Add(this.txtMapEntryPalette);
this.tpMapEntry.Controls.Add(this.label14);
this.tpMapEntry.Controls.Add(this.label6);
this.tpMapEntry.Controls.Add(this.txtMapEntryTileAddr);
this.tpMapEntry.Controls.Add(this.txtMapEntryPrio);
this.tpMapEntry.Controls.Add(this.txtMapEntryLocation);
this.tpMapEntry.Controls.Add(this.txtMapEntryTileNum);
this.tpMapEntry.Controls.Add(this.viewerMapEntryTile);
this.tpMapEntry.Location = new System.Drawing.Point(4, 22);
this.tpMapEntry.Name = "tpMapEntry";
this.tpMapEntry.Size = new System.Drawing.Size(206, 94);
this.tpMapEntry.TabIndex = 2;
this.tpMapEntry.Text = "Map Entry";
this.tpMapEntry.UseVisualStyleBackColor = true;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(137, 51);
this.textBox2.Multiline = true;
this.textBox2.Name = "textBox2";
this.textBox2.ReadOnly = true;
this.textBox2.Size = new System.Drawing.Size(34, 18);
this.textBox2.TabIndex = 63;
this.textBox2.Text = "$DD";
//
// checkMapEntryVFlip
//
this.checkMapEntryVFlip.AutoSize = true;
this.checkMapEntryVFlip.Enabled = false;
this.checkMapEntryVFlip.Location = new System.Drawing.Point(42, 76);
this.checkMapEntryVFlip.Name = "checkMapEntryVFlip";
this.checkMapEntryVFlip.Size = new System.Drawing.Size(15, 14);
this.checkMapEntryVFlip.TabIndex = 61;
this.checkMapEntryVFlip.UseVisualStyleBackColor = true;
//
// label34
//
this.label34.AutoSize = true;
this.label34.Location = new System.Drawing.Point(56, 76);
this.label34.Name = "label34";
this.label34.Size = new System.Drawing.Size(14, 13);
this.label34.TabIndex = 62;
this.label34.Text = "V";
//
// checkMapEntryHFlip
//
this.checkMapEntryHFlip.AutoSize = true;
this.checkMapEntryHFlip.Enabled = false;
this.checkMapEntryHFlip.Location = new System.Drawing.Point(8, 76);
this.checkMapEntryHFlip.Name = "checkMapEntryHFlip";
this.checkMapEntryHFlip.Size = new System.Drawing.Size(15, 14);
this.checkMapEntryHFlip.TabIndex = 56;
this.checkMapEntryHFlip.UseVisualStyleBackColor = true;
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(93, 53);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(40, 13);
this.label17.TabIndex = 60;
this.label17.Text = "Palette";
//
// lblMapEntryHFlip
//
this.lblMapEntryHFlip.AutoSize = true;
this.lblMapEntryHFlip.Location = new System.Drawing.Point(22, 76);
this.lblMapEntryHFlip.Name = "lblMapEntryHFlip";
this.lblMapEntryHFlip.Size = new System.Drawing.Size(15, 13);
this.lblMapEntryHFlip.TabIndex = 57;
this.lblMapEntryHFlip.Text = "H";
//
// txtMapEntryPalette
//
this.txtMapEntryPalette.BackColor = System.Drawing.Color.LightGreen;
this.txtMapEntryPalette.Location = new System.Drawing.Point(76, 51);
this.txtMapEntryPalette.Multiline = true;
this.txtMapEntryPalette.Name = "txtMapEntryPalette";
this.txtMapEntryPalette.ReadOnly = true;
this.txtMapEntryPalette.Size = new System.Drawing.Size(15, 17);
this.txtMapEntryPalette.TabIndex = 59;
this.txtMapEntryPalette.Text = "00";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(95, 75);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(25, 13);
this.label14.TabIndex = 58;
this.label14.Text = "Prio";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(121, 31);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(31, 13);
this.label6.TabIndex = 56;
this.label6.Text = "Tile#";
//
// txtMapEntryTileAddr
//
this.txtMapEntryTileAddr.Location = new System.Drawing.Point(153, 29);
this.txtMapEntryTileAddr.Multiline = true;
this.txtMapEntryTileAddr.Name = "txtMapEntryTileAddr";
this.txtMapEntryTileAddr.ReadOnly = true;
this.txtMapEntryTileAddr.Size = new System.Drawing.Size(45, 18);
this.txtMapEntryTileAddr.TabIndex = 57;
this.txtMapEntryTileAddr.Text = "@0D00";
//
// txtMapEntryPrio
//
this.txtMapEntryPrio.BackColor = System.Drawing.Color.LightGreen;
this.txtMapEntryPrio.Location = new System.Drawing.Point(76, 73);
this.txtMapEntryPrio.Multiline = true;
this.txtMapEntryPrio.Name = "txtMapEntryPrio";
this.txtMapEntryPrio.ReadOnly = true;
this.txtMapEntryPrio.Size = new System.Drawing.Size(15, 17);
this.txtMapEntryPrio.TabIndex = 56;
this.txtMapEntryPrio.Text = "00";
//
// txtMapEntryLocation
//
this.txtMapEntryLocation.Location = new System.Drawing.Point(76, 6);
this.txtMapEntryLocation.Multiline = true;
this.txtMapEntryLocation.Name = "txtMapEntryLocation";
this.txtMapEntryLocation.ReadOnly = true;
this.txtMapEntryLocation.Size = new System.Drawing.Size(87, 18);
this.txtMapEntryLocation.TabIndex = 56;
this.txtMapEntryLocation.Text = "(64,64) @FFFF";
//
// txtMapEntryTileNum
//
this.txtMapEntryTileNum.BackColor = System.Drawing.Color.LightGreen;
this.txtMapEntryTileNum.Location = new System.Drawing.Point(76, 29);
this.txtMapEntryTileNum.Multiline = true;
this.txtMapEntryTileNum.Name = "txtMapEntryTileNum";
this.txtMapEntryTileNum.ReadOnly = true;
this.txtMapEntryTileNum.Size = new System.Drawing.Size(44, 17);
this.txtMapEntryTileNum.TabIndex = 39;
this.txtMapEntryTileNum.Text = "#$DDD";
//
// viewerMapEntryTile
//
this.viewerMapEntryTile.BackColor = System.Drawing.Color.Transparent;
this.viewerMapEntryTile.Location = new System.Drawing.Point(6, 6);
this.viewerMapEntryTile.Name = "viewerMapEntryTile";
this.viewerMapEntryTile.Size = new System.Drawing.Size(64, 64);
this.viewerMapEntryTile.TabIndex = 20;
this.viewerMapEntryTile.TabStop = false;
//
// tpOBJ
//
this.tpOBJ.Controls.Add(this.txtObjPriority);
this.tpOBJ.Controls.Add(this.label50);
this.tpOBJ.Controls.Add(this.txtObjPaletteMemo);
this.tpOBJ.Controls.Add(this.label49);
this.tpOBJ.Controls.Add(this.txtObjPalette);
this.tpOBJ.Controls.Add(this.label48);
this.tpOBJ.Controls.Add(this.txtObjNameAddr);
this.tpOBJ.Controls.Add(this.txtObjName);
this.tpOBJ.Controls.Add(this.txtObjSize);
this.tpOBJ.Controls.Add(this.label46);
this.tpOBJ.Controls.Add(this.cbObjLarge);
this.tpOBJ.Controls.Add(this.txtObjNumber);
this.tpOBJ.Controls.Add(this.txtObjCoord);
this.tpOBJ.Controls.Add(this.cbObjVFlip);
this.tpOBJ.Controls.Add(this.label43);
this.tpOBJ.Controls.Add(this.cbObjHFlip);
this.tpOBJ.Controls.Add(this.label44);
this.tpOBJ.Controls.Add(this.viewerObj);
this.tpOBJ.Location = new System.Drawing.Point(4, 22);
this.tpOBJ.Name = "tpOBJ";
this.tpOBJ.Size = new System.Drawing.Size(206, 94);
this.tpOBJ.TabIndex = 3;
this.tpOBJ.Text = "OBJ";
this.tpOBJ.UseVisualStyleBackColor = true;
//
// txtObjPriority
//
this.txtObjPriority.BackColor = System.Drawing.Color.LightGreen;
this.txtObjPriority.Location = new System.Drawing.Point(187, 29);
this.txtObjPriority.Multiline = true;
this.txtObjPriority.Name = "txtObjPriority";
this.txtObjPriority.ReadOnly = true;
this.txtObjPriority.Size = new System.Drawing.Size(18, 17);
this.txtObjPriority.TabIndex = 102;
this.txtObjPriority.Text = "3";
//
// label50
//
this.label50.AutoSize = true;
this.label50.Location = new System.Drawing.Point(160, 31);
this.label50.Name = "label50";
this.label50.Size = new System.Drawing.Size(25, 13);
this.label50.TabIndex = 101;
this.label50.Text = "Prio";
//
// txtObjPaletteMemo
//
this.txtObjPaletteMemo.Location = new System.Drawing.Point(137, 73);
this.txtObjPaletteMemo.Multiline = true;
this.txtObjPaletteMemo.Name = "txtObjPaletteMemo";
this.txtObjPaletteMemo.ReadOnly = true;
this.txtObjPaletteMemo.Size = new System.Drawing.Size(34, 18);
this.txtObjPaletteMemo.TabIndex = 100;
this.txtObjPaletteMemo.Text = "$DD";
//
// label49
//
this.label49.AutoSize = true;
this.label49.Location = new System.Drawing.Point(93, 75);
this.label49.Name = "label49";
this.label49.Size = new System.Drawing.Size(40, 13);
this.label49.TabIndex = 99;
this.label49.Text = "Palette";
//
// txtObjPalette
//
this.txtObjPalette.BackColor = System.Drawing.Color.LightGreen;
this.txtObjPalette.Location = new System.Drawing.Point(76, 73);
this.txtObjPalette.Multiline = true;
this.txtObjPalette.Name = "txtObjPalette";
this.txtObjPalette.ReadOnly = true;
this.txtObjPalette.Size = new System.Drawing.Size(15, 17);
this.txtObjPalette.TabIndex = 98;
this.txtObjPalette.Text = "00";
//
// label48
//
this.label48.AutoSize = true;
this.label48.Location = new System.Drawing.Point(121, 53);
this.label48.Name = "label48";
this.label48.Size = new System.Drawing.Size(31, 13);
this.label48.TabIndex = 96;
this.label48.Text = "Tile#";
//
// txtObjNameAddr
//
this.txtObjNameAddr.Location = new System.Drawing.Point(153, 51);
this.txtObjNameAddr.Multiline = true;
this.txtObjNameAddr.Name = "txtObjNameAddr";
this.txtObjNameAddr.ReadOnly = true;
this.txtObjNameAddr.Size = new System.Drawing.Size(45, 18);
this.txtObjNameAddr.TabIndex = 97;
this.txtObjNameAddr.Text = "@0D00";
//
// txtObjName
//
this.txtObjName.BackColor = System.Drawing.Color.LightGreen;
this.txtObjName.Location = new System.Drawing.Point(76, 51);
this.txtObjName.Multiline = true;
this.txtObjName.Name = "txtObjName";
this.txtObjName.ReadOnly = true;
this.txtObjName.Size = new System.Drawing.Size(43, 17);
this.txtObjName.TabIndex = 95;
this.txtObjName.Text = "#$DDD";
//
// txtObjSize
//
this.txtObjSize.Location = new System.Drawing.Point(122, 29);
this.txtObjSize.Multiline = true;
this.txtObjSize.Name = "txtObjSize";
this.txtObjSize.ReadOnly = true;
this.txtObjSize.Size = new System.Drawing.Size(37, 18);
this.txtObjSize.TabIndex = 93;
this.txtObjSize.Text = "64x64";
//
// label46
//
this.label46.AutoSize = true;
this.label46.Location = new System.Drawing.Point(89, 31);
this.label46.Name = "label46";
this.label46.Size = new System.Drawing.Size(34, 13);
this.label46.TabIndex = 92;
this.label46.Text = "Large";
//
// cbObjLarge
//
this.cbObjLarge.AutoSize = true;
this.cbObjLarge.Enabled = false;
this.cbObjLarge.Location = new System.Drawing.Point(76, 31);
this.cbObjLarge.Name = "cbObjLarge";
this.cbObjLarge.Size = new System.Drawing.Size(15, 14);
this.cbObjLarge.TabIndex = 91;
this.cbObjLarge.UseVisualStyleBackColor = true;
//
// txtObjNumber
//
this.txtObjNumber.Location = new System.Drawing.Point(76, 6);
this.txtObjNumber.Multiline = true;
this.txtObjNumber.Name = "txtObjNumber";
this.txtObjNumber.ReadOnly = true;
this.txtObjNumber.Size = new System.Drawing.Size(43, 18);
this.txtObjNumber.TabIndex = 68;
this.txtObjNumber.Text = "#$DD";
//
// txtObjCoord
//
this.txtObjCoord.Location = new System.Drawing.Point(125, 6);
this.txtObjCoord.Multiline = true;
this.txtObjCoord.Name = "txtObjCoord";
this.txtObjCoord.ReadOnly = true;
this.txtObjCoord.Size = new System.Drawing.Size(65, 18);
this.txtObjCoord.TabIndex = 67;
this.txtObjCoord.Text = "(-239,-239)";
//
// cbObjVFlip
//
this.cbObjVFlip.AutoSize = true;
this.cbObjVFlip.Enabled = false;
this.cbObjVFlip.Location = new System.Drawing.Point(42, 76);
this.cbObjVFlip.Name = "cbObjVFlip";
this.cbObjVFlip.Size = new System.Drawing.Size(15, 14);
this.cbObjVFlip.TabIndex = 65;
this.cbObjVFlip.UseVisualStyleBackColor = true;
//
// label43
//
this.label43.AutoSize = true;
this.label43.Location = new System.Drawing.Point(56, 76);
this.label43.Name = "label43";
this.label43.Size = new System.Drawing.Size(14, 13);
this.label43.TabIndex = 66;
this.label43.Text = "V";
//
// cbObjHFlip
//
this.cbObjHFlip.AutoSize = true;
this.cbObjHFlip.Enabled = false;
this.cbObjHFlip.Location = new System.Drawing.Point(8, 76);
this.cbObjHFlip.Name = "cbObjHFlip";
this.cbObjHFlip.Size = new System.Drawing.Size(15, 14);
this.cbObjHFlip.TabIndex = 63;
this.cbObjHFlip.UseVisualStyleBackColor = true;
//
// label44
//
this.label44.AutoSize = true;
this.label44.Location = new System.Drawing.Point(22, 76);
this.label44.Name = "label44";
this.label44.Size = new System.Drawing.Size(15, 13);
this.label44.TabIndex = 64;
this.label44.Text = "H";
//
// viewerObj
//
this.viewerObj.BackColor = System.Drawing.Color.Transparent;
this.viewerObj.Location = new System.Drawing.Point(6, 6);
this.viewerObj.Name = "viewerObj";
this.viewerObj.Size = new System.Drawing.Size(64, 64);
this.viewerObj.TabIndex = 21;
this.viewerObj.TabStop = false;
//
// viewerPanel
//
this.viewerPanel.AutoScroll = true;
this.viewerPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.viewerPanel.Controls.Add(this.viewer);
this.viewerPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.viewerPanel.Location = new System.Drawing.Point(566, 3);
this.viewerPanel.Name = "viewerPanel";
this.tableLayoutPanel1.SetRowSpan(this.viewerPanel, 2);
this.viewerPanel.Size = new System.Drawing.Size(517, 667);
this.viewerPanel.TabIndex = 1;
//
// viewer
//
this.viewer.BackColor = System.Drawing.Color.Transparent;
this.viewer.Location = new System.Drawing.Point(0, 0);
this.viewer.Name = "viewer";
this.viewer.Size = new System.Drawing.Size(512, 512);
this.viewer.TabIndex = 38;
this.viewer.TabStop = false;
this.viewer.MouseDown += new System.Windows.Forms.MouseEventHandler(this.viewer_MouseDown);
this.viewer.MouseMove += new System.Windows.Forms.MouseEventHandler(this.viewer_MouseMove);
this.viewer.MouseUp += new System.Windows.Forms.MouseEventHandler(this.viewer_MouseUp);
//
// toolTip1
//
this.toolTip1.AutoPopDelay = 5000;
this.toolTip1.InitialDelay = 250;
this.toolTip1.ReshowDelay = 100;
//
// messagetimer
//
this.messagetimer.Interval = 5000;
this.messagetimer.Tick += new System.EventHandler(this.messagetimer_Tick);
//
// SNESGraphicsDebugger
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1086, 697);
this.Controls.Add(this.tableLayoutPanel1);
this.Controls.Add(this.menuStrip1);
this.KeyPreview = true;
this.MainMenuStrip = this.menuStrip1;
this.Name = "SNESGraphicsDebugger";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Graphics Debugger";
this.Load += new System.EventHandler(this.SNESGraphicsDebugger_Load);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.groupFreeze.ResumeLayout(false);
this.pnGroupFreeze.ResumeLayout(false);
this.pnGroupFreeze.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nudScanline)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.sliderScanline)).EndInit();
this.groupBox6.ResumeLayout(false);
this.groupBox6.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox8.ResumeLayout(false);
this.groupBox8.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox5.ResumeLayout(false);
this.tabctrlDetails.ResumeLayout(false);
this.tpPalette.ResumeLayout(false);
this.tpPalette.PerformLayout();
this.tpTile.ResumeLayout(false);
this.tpTile.PerformLayout();
this.tpMapEntry.ResumeLayout(false);
this.tpMapEntry.PerformLayout();
this.tpOBJ.ResumeLayout(false);
this.tpOBJ.PerformLayout();
this.viewerPanel.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private MenuStripEx menuStrip1;
private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem saveScreenshotAsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem saveScreenshotToClipboardToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem autoloadToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem saveWindowPositionToolStripMenuItem;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.TextBox txtScreenBG4TSize;
private System.Windows.Forms.TextBox txtScreenBG3TSize;
private System.Windows.Forms.TextBox txtScreenBG2TSize;
private System.Windows.Forms.TextBox txtScreenBG1TSize;
private System.Windows.Forms.TextBox txtScreenBG4Bpp;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtScreenBG3Bpp;
private System.Windows.Forms.TextBox txtModeBits;
private System.Windows.Forms.TextBox txtScreenBG2Bpp;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtScreenBG1Bpp;
private System.Windows.Forms.Label lblBG3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.RadioButton rbBG4;
private System.Windows.Forms.RadioButton rbBG3;
private System.Windows.Forms.RadioButton rbBG2;
private System.Windows.Forms.RadioButton rbBG1;
private System.Windows.Forms.TextBox txtBG1TSizeDescr;
private System.Windows.Forms.ComboBox comboBGProps;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.TextBox txtBG1TSizeBits;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TextBox txtBG1Colors;
private System.Windows.Forms.TextBox txtBG1Bpp;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox txtBG1TDAddrDescr;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox txtBG1SCAddrDescr;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox txtBG1TDAddrBits;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox txtBG1SizeInPixels;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtBG1SCAddrBits;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtBG1SizeBits;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.ComboBox comboDisplayType;
private System.Windows.Forms.TrackBar sliderScanline;
private System.Windows.Forms.GroupBox groupBox5;
private SNESGraphicsViewer paletteViewer;
private System.Windows.Forms.NumericUpDown nudScanline;
private System.Windows.Forms.TabControl tabctrlDetails;
private System.Windows.Forms.TabPage tpPalette;
private System.Windows.Forms.TextBox txtPaletteDetailsAddress;
private System.Windows.Forms.TextBox txtPaletteDetailsIndex;
private System.Windows.Forms.TextBox txtPaletteDetailsIndexHex;
private System.Windows.Forms.TextBox txtDetailsPaletteColorRGB;
private System.Windows.Forms.TextBox txtDetailsPaletteColorHex;
private System.Windows.Forms.TextBox txtDetailsPaletteColor;
private System.Windows.Forms.Panel pnDetailsPaletteColor;
private System.Windows.Forms.TabPage tpTile;
private System.Windows.Forms.Panel viewerPanel;
private SNESGraphicsViewer viewer;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.CheckBox checkScanlineControl;
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.CheckBox check2x;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.CheckBox checkScreenExtbg;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Label label18391;
private System.Windows.Forms.CheckBox checkScreenHires;
private System.Windows.Forms.Label label198129381279841;
private System.Windows.Forms.CheckBox checkScreenOverscan;
private System.Windows.Forms.Label label123812831;
private System.Windows.Forms.CheckBox checkScreenObjInterlace;
private System.Windows.Forms.Label label2193813;
private System.Windows.Forms.CheckBox checkScreenInterlace;
private System.Windows.Forms.TextBox txtScreenCGWSEL_ColorMask;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Label label2893719831;
private System.Windows.Forms.TextBox txtScreenCGWSEL_ColorSubMask;
private System.Windows.Forms.Label label25;
private System.Windows.Forms.TextBox txtScreenCGWSEL_MathFixed;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.Label label27;
private System.Windows.Forms.CheckBox checkScreenCGWSEL_DirectColor;
private SNESGraphicsViewer viewerTile;
private System.Windows.Forms.Panel pnBackdropColor;
private System.Windows.Forms.CheckBox checkBackdropColor;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.Timer messagetimer;
private System.Windows.Forms.TextBox txtOBSELT1OfsBits;
private System.Windows.Forms.TextBox txtOBSELT1OfsDescr;
private System.Windows.Forms.Label label30;
private System.Windows.Forms.TextBox txtOBSELBaseBits;
private System.Windows.Forms.TextBox txtOBSELBaseDescr;
private System.Windows.Forms.Label label29;
private System.Windows.Forms.TextBox txtOBSELSizeBits;
private System.Windows.Forms.Label label26;
private System.Windows.Forms.TextBox txtOBSELSizeDescr;
private System.Windows.Forms.Label label28;
private System.Windows.Forms.ComboBox comboPalette;
private System.Windows.Forms.Label lblTS;
private System.Windows.Forms.Label lblTM;
private System.Windows.Forms.Label label32;
private System.Windows.Forms.Label label31;
private CustomCheckBox checkTSBG4;
private CustomCheckBox checkTSBG3;
private CustomCheckBox checkTSBG2;
private CustomCheckBox checkTSBG1;
private CustomCheckBox checkTMBG4;
private CustomCheckBox checkTMBG3;
private CustomCheckBox checkTMBG2;
private CustomCheckBox checkTMBG1;
private System.Windows.Forms.TabPage tpMapEntry;
private System.Windows.Forms.TextBox txtMapEntryTileNum;
private SNESGraphicsViewer viewerMapEntryTile;
private System.Windows.Forms.CheckBox checkMapEntryVFlip;
private System.Windows.Forms.Label label34;
private System.Windows.Forms.CheckBox checkMapEntryHFlip;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label lblMapEntryHFlip;
private System.Windows.Forms.TextBox txtMapEntryPalette;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtMapEntryTileAddr;
private System.Windows.Forms.TextBox txtMapEntryPrio;
private System.Windows.Forms.TextBox txtMapEntryLocation;
private HorizontalLine label35;
private CustomCheckBox checkMathBG4;
private CustomCheckBox checkMathBG3;
private CustomCheckBox checkMathBG2;
private CustomCheckBox checkMathBG1;
private System.Windows.Forms.Label label33;
private CustomCheckBox checkMathOBJ;
private CustomCheckBox checkTMOBJ;
private CustomCheckBox checkTSOBJ;
private CustomCheckBox checkMathBK;
private System.Windows.Forms.TextBox txtScreenCGADSUB_AddSub;
private System.Windows.Forms.Label label36;
private System.Windows.Forms.TextBox txtScreenCGADSUB_AddSub_Descr;
private System.Windows.Forms.Label label38;
private System.Windows.Forms.CheckBox txtScreenCGADSUB_Half;
private System.Windows.Forms.Label lblEnPrio0;
private System.Windows.Forms.CheckBox checkEN0_OBJ;
private System.Windows.Forms.CheckBox checkEN0_BG4;
private System.Windows.Forms.CheckBox checkEN0_BG3;
private System.Windows.Forms.CheckBox checkEN0_BG2;
private System.Windows.Forms.CheckBox checkEN0_BG1;
private System.Windows.Forms.Label lblEnPrio3;
private System.Windows.Forms.CheckBox checkEN1_OBJ;
private System.Windows.Forms.CheckBox checkEN1_BG4;
private System.Windows.Forms.CheckBox checkEN1_BG3;
private System.Windows.Forms.CheckBox checkEN1_BG2;
private System.Windows.Forms.CheckBox checkEN1_BG1;
private System.Windows.Forms.CheckBox checkEN3_OBJ;
private System.Windows.Forms.CheckBox checkEN2_OBJ;
private System.Windows.Forms.Label lblEnPrio2;
private System.Windows.Forms.Label lblEnPrio1;
private System.Windows.Forms.TextBox txtBGPaletteInfo;
private System.Windows.Forms.GroupBox groupBox6;
private System.Windows.Forms.Label labelClipboard;
private System.Windows.Forms.Label label47;
private System.Windows.Forms.TabPage tpOBJ;
private System.Windows.Forms.GroupBox groupFreeze;
private System.Windows.Forms.GroupBox groupBox8;
private System.Windows.Forms.RadioButton radioButton6;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.RadioButton radioButton10;
private System.Windows.Forms.RadioButton radioButton15;
private System.Windows.Forms.RadioButton radioButton5;
private System.Windows.Forms.RadioButton radioButton14;
private System.Windows.Forms.RadioButton radioButton4;
private System.Windows.Forms.RadioButton radioButton3;
private System.Windows.Forms.RadioButton radioButton13;
private System.Windows.Forms.RadioButton radioButton2;
private System.Windows.Forms.Panel pnGroupFreeze;
private System.Windows.Forms.Label labelMemory;
private System.Windows.Forms.TextBox txtBG1MapSizeBytes;
private System.Windows.Forms.TextBox txtBG1SizeInTiles;
private System.Windows.Forms.TextBox txtTileMode;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.TextBox txtTileColors;
private System.Windows.Forms.TextBox txtTileBpp;
private System.Windows.Forms.Label label42;
private System.Windows.Forms.TextBox txtTileAddress;
private SNESGraphicsViewer viewerObj;
private System.Windows.Forms.TextBox txtObjNumber;
private System.Windows.Forms.TextBox txtObjCoord;
private System.Windows.Forms.CheckBox cbObjVFlip;
private System.Windows.Forms.Label label43;
private System.Windows.Forms.CheckBox cbObjHFlip;
private System.Windows.Forms.Label label44;
private System.Windows.Forms.TextBox txtTileNumber;
private System.Windows.Forms.Label label45;
private System.Windows.Forms.TextBox txtTilePalette;
private System.Windows.Forms.Label label48;
private System.Windows.Forms.TextBox txtObjNameAddr;
private System.Windows.Forms.TextBox txtObjName;
private System.Windows.Forms.TextBox txtObjSize;
private System.Windows.Forms.Label label46;
private System.Windows.Forms.CheckBox cbObjLarge;
private System.Windows.Forms.Label label53;
private System.Windows.Forms.Label label52;
private System.Windows.Forms.Label label51;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox txtObjPriority;
private System.Windows.Forms.Label label50;
private System.Windows.Forms.TextBox txtObjPaletteMemo;
private System.Windows.Forms.Label label49;
private System.Windows.Forms.TextBox txtObjPalette;
private System.Windows.Forms.TextBox txtBG1Scroll;
private System.Windows.Forms.Label label37;
}
}