namespace Mesen.GUI.Debugger.Controls { partial class ctrlPaletteViewer { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if(disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.grpColorInfo = new System.Windows.Forms.GroupBox(); this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); this.txtPaletteAddress = new System.Windows.Forms.TextBox(); this.lblColor = new System.Windows.Forms.Label(); this.lblPaletteAddress = new System.Windows.Forms.Label(); this.lblColorTile = new System.Windows.Forms.Label(); this.txtColor = new System.Windows.Forms.TextBox(); this.picColor = new System.Windows.Forms.PictureBox(); this.lblColorHex = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txtColorCodeHex = new System.Windows.Forms.TextBox(); this.txtColorCodeRgb = new System.Windows.Forms.TextBox(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.picPalette = new System.Windows.Forms.PictureBox(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.picHelp = new System.Windows.Forms.PictureBox(); this.lblClickColorHint = new System.Windows.Forms.Label(); this.ctxMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.mnuCopyHexColor = new System.Windows.Forms.ToolStripMenuItem(); this.mnuCopyRgbColor = new System.Windows.Forms.ToolStripMenuItem(); this.grpColorInfo.SuspendLayout(); this.tableLayoutPanel4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picColor)).BeginInit(); this.tableLayoutPanel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picPalette)).BeginInit(); this.flowLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picHelp)).BeginInit(); this.ctxMenu.SuspendLayout(); this.SuspendLayout(); // // grpColorInfo // this.grpColorInfo.Controls.Add(this.tableLayoutPanel4); this.grpColorInfo.Dock = System.Windows.Forms.DockStyle.Fill; this.grpColorInfo.Location = new System.Drawing.Point(141, 3); this.grpColorInfo.Name = "grpColorInfo"; this.tableLayoutPanel3.SetRowSpan(this.grpColorInfo, 2); this.grpColorInfo.Size = new System.Drawing.Size(538, 305); this.grpColorInfo.TabIndex = 4; this.grpColorInfo.TabStop = false; this.grpColorInfo.Text = "Color Info"; // // tableLayoutPanel4 // this.tableLayoutPanel4.ColumnCount = 2; this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel4.Controls.Add(this.txtPaletteAddress, 1, 1); this.tableLayoutPanel4.Controls.Add(this.lblColor, 0, 0); this.tableLayoutPanel4.Controls.Add(this.lblPaletteAddress, 0, 1); this.tableLayoutPanel4.Controls.Add(this.lblColorTile, 0, 2); this.tableLayoutPanel4.Controls.Add(this.txtColor, 1, 0); this.tableLayoutPanel4.Controls.Add(this.picColor, 1, 2); this.tableLayoutPanel4.Controls.Add(this.lblColorHex, 0, 3); this.tableLayoutPanel4.Controls.Add(this.label1, 0, 4); this.tableLayoutPanel4.Controls.Add(this.txtColorCodeHex, 1, 3); this.tableLayoutPanel4.Controls.Add(this.txtColorCodeRgb, 1, 4); this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 16); this.tableLayoutPanel4.Name = "tableLayoutPanel4"; this.tableLayoutPanel4.RowCount = 6; this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel4.Size = new System.Drawing.Size(532, 286); this.tableLayoutPanel4.TabIndex = 0; // // txtPaletteAddress // this.txtPaletteAddress.BackColor = System.Drawing.SystemColors.ControlLightLight; this.txtPaletteAddress.Location = new System.Drawing.Point(103, 29); this.txtPaletteAddress.Name = "txtPaletteAddress"; this.txtPaletteAddress.ReadOnly = true; this.txtPaletteAddress.Size = new System.Drawing.Size(42, 20); this.txtPaletteAddress.TabIndex = 8; // // lblColor // this.lblColor.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lblColor.AutoSize = true; this.lblColor.Location = new System.Drawing.Point(3, 6); this.lblColor.Name = "lblColor"; this.lblColor.Size = new System.Drawing.Size(34, 13); this.lblColor.TabIndex = 0; this.lblColor.Text = "Color:"; // // lblPaletteAddress // this.lblPaletteAddress.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lblPaletteAddress.AutoSize = true; this.lblPaletteAddress.Location = new System.Drawing.Point(3, 32); this.lblPaletteAddress.Name = "lblPaletteAddress"; this.lblPaletteAddress.Size = new System.Drawing.Size(84, 13); this.lblPaletteAddress.TabIndex = 1; this.lblPaletteAddress.Text = "Palette Address:"; // // lblColorTile // this.lblColorTile.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lblColorTile.AutoSize = true; this.lblColorTile.Location = new System.Drawing.Point(3, 81); this.lblColorTile.Name = "lblColorTile"; this.lblColorTile.Size = new System.Drawing.Size(48, 13); this.lblColorTile.TabIndex = 6; this.lblColorTile.Text = "Preview:"; // // txtColor // this.txtColor.BackColor = System.Drawing.SystemColors.ControlLightLight; this.txtColor.Location = new System.Drawing.Point(103, 3); this.txtColor.Name = "txtColor"; this.txtColor.ReadOnly = true; this.txtColor.Size = new System.Drawing.Size(26, 20); this.txtColor.TabIndex = 7; // // picColor // this.picColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.picColor.Location = new System.Drawing.Point(103, 55); this.picColor.Name = "picColor"; this.picColor.Size = new System.Drawing.Size(66, 66); this.picColor.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picColor.TabIndex = 12; this.picColor.TabStop = false; // // lblColorHex // this.lblColorHex.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lblColorHex.AutoSize = true; this.lblColorHex.Location = new System.Drawing.Point(3, 130); this.lblColorHex.Name = "lblColorHex"; this.lblColorHex.Size = new System.Drawing.Size(90, 13); this.lblColorHex.TabIndex = 13; this.lblColorHex.Text = "Color Code (Hex):"; // // label1 // this.label1.Anchor = System.Windows.Forms.AnchorStyles.Left; this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 156); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(94, 13); this.label1.TabIndex = 14; this.label1.Text = "Color Code (RGB):"; // // txtColorCodeHex // this.txtColorCodeHex.BackColor = System.Drawing.SystemColors.ControlLightLight; this.txtColorCodeHex.Location = new System.Drawing.Point(103, 127); this.txtColorCodeHex.Name = "txtColorCodeHex"; this.txtColorCodeHex.ReadOnly = true; this.txtColorCodeHex.Size = new System.Drawing.Size(66, 20); this.txtColorCodeHex.TabIndex = 15; // // txtColorCodeRgb // this.txtColorCodeRgb.BackColor = System.Drawing.SystemColors.ControlLightLight; this.txtColorCodeRgb.Location = new System.Drawing.Point(103, 153); this.txtColorCodeRgb.Name = "txtColorCodeRgb"; this.txtColorCodeRgb.ReadOnly = true; this.txtColorCodeRgb.Size = new System.Drawing.Size(108, 20); this.txtColorCodeRgb.TabIndex = 16; // // tableLayoutPanel3 // this.tableLayoutPanel3.ColumnCount = 3; this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel3.Controls.Add(this.grpColorInfo, 2, 0); this.tableLayoutPanel3.Controls.Add(this.picPalette, 0, 0); this.tableLayoutPanel3.Controls.Add(this.flowLayoutPanel1, 0, 1); this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; this.tableLayoutPanel3.RowCount = 2; this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel3.Size = new System.Drawing.Size(682, 311); this.tableLayoutPanel3.TabIndex = 3; // // picPalette // this.picPalette.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.picPalette.ContextMenuStrip = this.ctxMenu; this.picPalette.Cursor = System.Windows.Forms.Cursors.Hand; this.picPalette.Location = new System.Drawing.Point(4, 4); this.picPalette.Margin = new System.Windows.Forms.Padding(4); this.picPalette.Name = "picPalette"; this.picPalette.Size = new System.Drawing.Size(130, 258); this.picPalette.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picPalette.TabIndex = 0; this.picPalette.TabStop = false; this.picPalette.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picPalette_MouseDown); this.picPalette.MouseMove += new System.Windows.Forms.MouseEventHandler(this.picPalette_MouseMove); // // flowLayoutPanel1 // this.flowLayoutPanel1.AutoSize = true; this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.flowLayoutPanel1.Controls.Add(this.picHelp); this.flowLayoutPanel1.Controls.Add(this.lblClickColorHint); this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 269); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(122, 39); this.flowLayoutPanel1.TabIndex = 5; // // picHelp // this.picHelp.Image = global::Mesen.GUI.Properties.Resources.Help; this.picHelp.Location = new System.Drawing.Point(3, 5); this.picHelp.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3); this.picHelp.Name = "picHelp"; this.picHelp.Size = new System.Drawing.Size(18, 18); this.picHelp.TabIndex = 9; this.picHelp.TabStop = false; // // lblClickColorHint // this.lblClickColorHint.Location = new System.Drawing.Point(27, 0); this.lblClickColorHint.Name = "lblClickColorHint"; this.lblClickColorHint.Size = new System.Drawing.Size(92, 42); this.lblClickColorHint.TabIndex = 5; this.lblClickColorHint.Text = "Click on a color to change it"; // // ctxMenu // this.ctxMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mnuCopyHexColor, this.mnuCopyRgbColor}); this.ctxMenu.Name = "ctxMenu"; this.ctxMenu.Size = new System.Drawing.Size(160, 70); this.ctxMenu.Opening += new System.ComponentModel.CancelEventHandler(this.ctxMenu_Opening); // // mnuCopyHexColor // this.mnuCopyHexColor.Name = "mnuCopyHexColor"; this.mnuCopyHexColor.Size = new System.Drawing.Size(159, 22); this.mnuCopyHexColor.Text = "Copy Hex Color"; // // mnuCopyRgbColor // this.mnuCopyRgbColor.Name = "mnuCopyRgbColor"; this.mnuCopyRgbColor.Size = new System.Drawing.Size(159, 22); this.mnuCopyRgbColor.Text = "Copy RGB Color"; // // ctrlPaletteViewer // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tableLayoutPanel3); this.Name = "ctrlPaletteViewer"; this.Size = new System.Drawing.Size(682, 311); this.grpColorInfo.ResumeLayout(false); this.tableLayoutPanel4.ResumeLayout(false); this.tableLayoutPanel4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.picColor)).EndInit(); this.tableLayoutPanel3.ResumeLayout(false); this.tableLayoutPanel3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.picPalette)).EndInit(); this.flowLayoutPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.picHelp)).EndInit(); this.ctxMenu.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.PictureBox picPalette; private System.Windows.Forms.GroupBox grpColorInfo; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4; private System.Windows.Forms.TextBox txtPaletteAddress; private System.Windows.Forms.Label lblColor; private System.Windows.Forms.Label lblPaletteAddress; private System.Windows.Forms.Label lblColorTile; private System.Windows.Forms.TextBox txtColor; private System.Windows.Forms.PictureBox picColor; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; private System.Windows.Forms.Label lblClickColorHint; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.PictureBox picHelp; private System.Windows.Forms.Label lblColorHex; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtColorCodeHex; private System.Windows.Forms.TextBox txtColorCodeRgb; private System.Windows.Forms.ContextMenuStrip ctxMenu; private System.Windows.Forms.ToolStripMenuItem mnuCopyHexColor; private System.Windows.Forms.ToolStripMenuItem mnuCopyRgbColor; } }