2015-08-08 22:36:39 -04:00
|
|
|
|
namespace Mesen.GUI.Debugger.Controls
|
|
|
|
|
{
|
|
|
|
|
partial class ctrlChrViewer
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if(disposing && (components != null)) {
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region Component Designer generated code
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
2017-03-04 21:50:19 -05:00
|
|
|
|
this.components = new System.ComponentModel.Container();
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
2017-03-04 21:50:19 -05:00
|
|
|
|
this.grpDisplayOptions = new System.Windows.Forms.GroupBox();
|
2016-09-05 12:09:14 -04:00
|
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
|
|
this.lblPalette = new System.Windows.Forms.Label();
|
|
|
|
|
this.cboPalette = new System.Windows.Forms.ComboBox();
|
2016-08-29 18:10:55 -04:00
|
|
|
|
this.chkLargeSprites = new System.Windows.Forms.CheckBox();
|
2016-09-05 12:09:14 -04:00
|
|
|
|
this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
|
|
this.lblChrSelection = new System.Windows.Forms.Label();
|
|
|
|
|
this.cboChrSelection = new System.Windows.Forms.ComboBox();
|
2016-09-05 16:34:01 -04:00
|
|
|
|
this.flpHighlight = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
|
|
this.lblHighlight = new System.Windows.Forms.Label();
|
2016-09-05 12:09:14 -04:00
|
|
|
|
this.cboHighlightType = new System.Windows.Forms.ComboBox();
|
2017-03-04 21:50:19 -05:00
|
|
|
|
this.grpTileInfo = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.txtTileAddress = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
|
|
this.txtTileIndex = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.picTile = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.picPaletteSelection = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
|
|
this.picColorTooltip = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.picTileTooltip = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.picChrBank1 = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.picChrBank2 = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
|
|
|
|
this.picPaletteTooltip = new System.Windows.Forms.PictureBox();
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.tableLayoutPanel3.SuspendLayout();
|
2017-03-04 21:50:19 -05:00
|
|
|
|
this.grpDisplayOptions.SuspendLayout();
|
|
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
|
|
this.flowLayoutPanel1.SuspendLayout();
|
|
|
|
|
this.flowLayoutPanel2.SuspendLayout();
|
|
|
|
|
this.flpHighlight.SuspendLayout();
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.grpTileInfo.SuspendLayout();
|
|
|
|
|
this.tableLayoutPanel4.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picTile)).BeginInit();
|
2017-03-04 21:50:19 -05:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picPaletteSelection)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picColorTooltip)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picTileTooltip)).BeginInit();
|
2016-09-05 16:34:01 -04:00
|
|
|
|
this.tableLayoutPanel2.SuspendLayout();
|
2015-08-08 22:36:39 -04:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picChrBank1)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picChrBank2)).BeginInit();
|
2017-03-04 21:50:19 -05:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picPaletteTooltip)).BeginInit();
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// tableLayoutPanel3
|
|
|
|
|
//
|
2016-09-05 12:09:14 -04:00
|
|
|
|
this.tableLayoutPanel3.ColumnCount = 2;
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
|
|
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
2016-09-05 16:34:01 -04:00
|
|
|
|
this.tableLayoutPanel3.Controls.Add(this.grpDisplayOptions, 1, 1);
|
|
|
|
|
this.tableLayoutPanel3.Controls.Add(this.grpTileInfo, 1, 0);
|
2016-09-05 12:09:14 -04:00
|
|
|
|
this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel2, 0, 0);
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
|
2016-09-05 12:09:14 -04:00
|
|
|
|
this.tableLayoutPanel3.RowCount = 2;
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
2016-09-05 16:34:01 -04:00
|
|
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
|
|
|
this.tableLayoutPanel3.Size = new System.Drawing.Size(534, 525);
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.tableLayoutPanel3.TabIndex = 3;
|
|
|
|
|
//
|
2017-03-04 21:50:19 -05:00
|
|
|
|
// grpDisplayOptions
|
2016-09-05 12:09:14 -04:00
|
|
|
|
//
|
2017-03-04 21:50:19 -05:00
|
|
|
|
this.grpDisplayOptions.Controls.Add(this.tableLayoutPanel1);
|
|
|
|
|
this.grpDisplayOptions.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
this.grpDisplayOptions.Location = new System.Drawing.Point(267, 300);
|
|
|
|
|
this.grpDisplayOptions.Name = "grpDisplayOptions";
|
|
|
|
|
this.grpDisplayOptions.Size = new System.Drawing.Size(264, 133);
|
|
|
|
|
this.grpDisplayOptions.TabIndex = 4;
|
|
|
|
|
this.grpDisplayOptions.TabStop = false;
|
|
|
|
|
this.grpDisplayOptions.Text = "Display Options";
|
2016-09-05 12:09:14 -04:00
|
|
|
|
//
|
|
|
|
|
// tableLayoutPanel1
|
|
|
|
|
//
|
|
|
|
|
this.tableLayoutPanel1.ColumnCount = 1;
|
|
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 1);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.chkLargeSprites, 0, 3);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel2, 0, 0);
|
2016-09-05 16:34:01 -04:00
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.flpHighlight, 0, 2);
|
2016-09-05 12:09:14 -04:00
|
|
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
2016-09-05 16:34:01 -04:00
|
|
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 16);
|
2016-09-05 12:09:14 -04:00
|
|
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
|
|
this.tableLayoutPanel1.RowCount = 5;
|
|
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
2016-09-05 16:34:01 -04:00
|
|
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(258, 114);
|
2016-09-05 12:09:14 -04:00
|
|
|
|
this.tableLayoutPanel1.TabIndex = 6;
|
|
|
|
|
//
|
2015-08-08 22:36:39 -04:00
|
|
|
|
// flowLayoutPanel1
|
|
|
|
|
//
|
|
|
|
|
this.flowLayoutPanel1.Controls.Add(this.lblPalette);
|
|
|
|
|
this.flowLayoutPanel1.Controls.Add(this.cboPalette);
|
2017-03-04 21:50:19 -05:00
|
|
|
|
this.flowLayoutPanel1.Controls.Add(this.picPaletteTooltip);
|
2016-09-05 12:09:14 -04:00
|
|
|
|
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 27);
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
2016-09-05 16:34:01 -04:00
|
|
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(258, 27);
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.flowLayoutPanel1.TabIndex = 5;
|
|
|
|
|
//
|
|
|
|
|
// lblPalette
|
|
|
|
|
//
|
|
|
|
|
this.lblPalette.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
|
|
this.lblPalette.AutoSize = true;
|
|
|
|
|
this.lblPalette.Location = new System.Drawing.Point(3, 7);
|
|
|
|
|
this.lblPalette.Name = "lblPalette";
|
|
|
|
|
this.lblPalette.Size = new System.Drawing.Size(43, 13);
|
|
|
|
|
this.lblPalette.TabIndex = 0;
|
|
|
|
|
this.lblPalette.Text = "Palette:";
|
|
|
|
|
//
|
|
|
|
|
// cboPalette
|
|
|
|
|
//
|
|
|
|
|
this.cboPalette.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.cboPalette.FormattingEnabled = true;
|
|
|
|
|
this.cboPalette.Items.AddRange(new object[] {
|
|
|
|
|
"0",
|
|
|
|
|
"1",
|
|
|
|
|
"2",
|
|
|
|
|
"3",
|
|
|
|
|
"4",
|
|
|
|
|
"5",
|
|
|
|
|
"6",
|
|
|
|
|
"7"});
|
|
|
|
|
this.cboPalette.Location = new System.Drawing.Point(52, 3);
|
|
|
|
|
this.cboPalette.Name = "cboPalette";
|
|
|
|
|
this.cboPalette.Size = new System.Drawing.Size(45, 21);
|
|
|
|
|
this.cboPalette.TabIndex = 1;
|
|
|
|
|
this.cboPalette.SelectedIndexChanged += new System.EventHandler(this.cboPalette_SelectedIndexChanged);
|
|
|
|
|
//
|
2016-08-29 18:10:55 -04:00
|
|
|
|
// chkLargeSprites
|
|
|
|
|
//
|
|
|
|
|
this.chkLargeSprites.AutoSize = true;
|
2016-09-05 12:09:14 -04:00
|
|
|
|
this.chkLargeSprites.Location = new System.Drawing.Point(3, 84);
|
2016-08-29 18:10:55 -04:00
|
|
|
|
this.chkLargeSprites.Name = "chkLargeSprites";
|
|
|
|
|
this.chkLargeSprites.Size = new System.Drawing.Size(133, 17);
|
|
|
|
|
this.chkLargeSprites.TabIndex = 2;
|
|
|
|
|
this.chkLargeSprites.Text = "Display as 8x16 sprites";
|
|
|
|
|
this.chkLargeSprites.UseVisualStyleBackColor = true;
|
|
|
|
|
this.chkLargeSprites.Click += new System.EventHandler(this.chkLargeSprites_Click);
|
|
|
|
|
//
|
2016-09-05 12:09:14 -04:00
|
|
|
|
// flowLayoutPanel2
|
|
|
|
|
//
|
|
|
|
|
this.flowLayoutPanel2.Controls.Add(this.lblChrSelection);
|
|
|
|
|
this.flowLayoutPanel2.Controls.Add(this.cboChrSelection);
|
|
|
|
|
this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.flowLayoutPanel2.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.flowLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.flowLayoutPanel2.Name = "flowLayoutPanel2";
|
2016-09-05 16:34:01 -04:00
|
|
|
|
this.flowLayoutPanel2.Size = new System.Drawing.Size(258, 27);
|
2016-09-05 12:09:14 -04:00
|
|
|
|
this.flowLayoutPanel2.TabIndex = 6;
|
|
|
|
|
//
|
|
|
|
|
// lblChrSelection
|
|
|
|
|
//
|
|
|
|
|
this.lblChrSelection.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
|
|
this.lblChrSelection.AutoSize = true;
|
|
|
|
|
this.lblChrSelection.Location = new System.Drawing.Point(3, 7);
|
|
|
|
|
this.lblChrSelection.Name = "lblChrSelection";
|
|
|
|
|
this.lblChrSelection.Size = new System.Drawing.Size(73, 13);
|
|
|
|
|
this.lblChrSelection.TabIndex = 0;
|
|
|
|
|
this.lblChrSelection.Text = "Chr Selection:";
|
|
|
|
|
//
|
|
|
|
|
// cboChrSelection
|
|
|
|
|
//
|
|
|
|
|
this.cboChrSelection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.cboChrSelection.FormattingEnabled = true;
|
|
|
|
|
this.cboChrSelection.Location = new System.Drawing.Point(82, 3);
|
|
|
|
|
this.cboChrSelection.Name = "cboChrSelection";
|
|
|
|
|
this.cboChrSelection.Size = new System.Drawing.Size(150, 21);
|
|
|
|
|
this.cboChrSelection.TabIndex = 1;
|
|
|
|
|
this.cboChrSelection.DropDown += new System.EventHandler(this.cboChrSelection_DropDown);
|
|
|
|
|
this.cboChrSelection.SelectionChangeCommitted += new System.EventHandler(this.cboChrSelection_SelectionChangeCommitted);
|
|
|
|
|
//
|
2016-09-05 16:34:01 -04:00
|
|
|
|
// flpHighlight
|
2016-09-05 12:09:14 -04:00
|
|
|
|
//
|
2016-09-05 16:34:01 -04:00
|
|
|
|
this.flpHighlight.Controls.Add(this.lblHighlight);
|
|
|
|
|
this.flpHighlight.Controls.Add(this.cboHighlightType);
|
|
|
|
|
this.flpHighlight.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.flpHighlight.Location = new System.Drawing.Point(0, 54);
|
|
|
|
|
this.flpHighlight.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.flpHighlight.Name = "flpHighlight";
|
|
|
|
|
this.flpHighlight.Size = new System.Drawing.Size(258, 27);
|
|
|
|
|
this.flpHighlight.TabIndex = 7;
|
2016-09-05 12:09:14 -04:00
|
|
|
|
//
|
2016-09-05 16:34:01 -04:00
|
|
|
|
// lblHighlight
|
2016-09-05 12:09:14 -04:00
|
|
|
|
//
|
2016-09-05 16:34:01 -04:00
|
|
|
|
this.lblHighlight.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
|
|
this.lblHighlight.AutoSize = true;
|
|
|
|
|
this.lblHighlight.Location = new System.Drawing.Point(3, 7);
|
|
|
|
|
this.lblHighlight.Name = "lblHighlight";
|
|
|
|
|
this.lblHighlight.Size = new System.Drawing.Size(51, 13);
|
|
|
|
|
this.lblHighlight.TabIndex = 0;
|
|
|
|
|
this.lblHighlight.Text = "Highlight:";
|
2016-09-05 12:09:14 -04:00
|
|
|
|
//
|
|
|
|
|
// cboHighlightType
|
|
|
|
|
//
|
|
|
|
|
this.cboHighlightType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.cboHighlightType.FormattingEnabled = true;
|
|
|
|
|
this.cboHighlightType.Items.AddRange(new object[] {
|
|
|
|
|
"None",
|
2016-09-05 16:34:01 -04:00
|
|
|
|
"Used Tiles",
|
|
|
|
|
"Unused Tiles"});
|
|
|
|
|
this.cboHighlightType.Location = new System.Drawing.Point(60, 3);
|
2016-09-05 12:09:14 -04:00
|
|
|
|
this.cboHighlightType.Name = "cboHighlightType";
|
|
|
|
|
this.cboHighlightType.Size = new System.Drawing.Size(92, 21);
|
|
|
|
|
this.cboHighlightType.TabIndex = 1;
|
|
|
|
|
this.cboHighlightType.SelectedIndexChanged += new System.EventHandler(this.cboHighlightType_SelectedIndexChanged);
|
|
|
|
|
//
|
2017-03-04 21:50:19 -05:00
|
|
|
|
// grpTileInfo
|
2016-09-05 12:09:14 -04:00
|
|
|
|
//
|
2017-03-04 21:50:19 -05:00
|
|
|
|
this.grpTileInfo.Controls.Add(this.tableLayoutPanel4);
|
|
|
|
|
this.grpTileInfo.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
this.grpTileInfo.Location = new System.Drawing.Point(267, 3);
|
|
|
|
|
this.grpTileInfo.Name = "grpTileInfo";
|
|
|
|
|
this.grpTileInfo.Size = new System.Drawing.Size(264, 291);
|
|
|
|
|
this.grpTileInfo.TabIndex = 4;
|
|
|
|
|
this.grpTileInfo.TabStop = false;
|
|
|
|
|
this.grpTileInfo.Text = "Tile Info";
|
|
|
|
|
//
|
|
|
|
|
// tableLayoutPanel4
|
|
|
|
|
//
|
|
|
|
|
this.tableLayoutPanel4.ColumnCount = 3;
|
|
|
|
|
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
|
|
|
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.txtTileAddress, 1, 1);
|
|
|
|
|
this.tableLayoutPanel4.Controls.Add(this.label1, 0, 0);
|
|
|
|
|
this.tableLayoutPanel4.Controls.Add(this.label2, 0, 1);
|
|
|
|
|
this.tableLayoutPanel4.Controls.Add(this.label6, 0, 2);
|
|
|
|
|
this.tableLayoutPanel4.Controls.Add(this.txtTileIndex, 1, 0);
|
|
|
|
|
this.tableLayoutPanel4.Controls.Add(this.picTile, 1, 2);
|
|
|
|
|
this.tableLayoutPanel4.Controls.Add(this.picPaletteSelection, 1, 3);
|
|
|
|
|
this.tableLayoutPanel4.Controls.Add(this.label3, 0, 3);
|
|
|
|
|
this.tableLayoutPanel4.Controls.Add(this.picColorTooltip, 2, 3);
|
|
|
|
|
this.tableLayoutPanel4.Controls.Add(this.picTileTooltip, 2, 2);
|
|
|
|
|
this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 16);
|
|
|
|
|
this.tableLayoutPanel4.Name = "tableLayoutPanel4";
|
|
|
|
|
this.tableLayoutPanel4.RowCount = 5;
|
|
|
|
|
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(258, 272);
|
|
|
|
|
this.tableLayoutPanel4.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// txtTileAddress
|
|
|
|
|
//
|
|
|
|
|
this.txtTileAddress.BackColor = System.Drawing.SystemColors.Window;
|
|
|
|
|
this.txtTileAddress.Location = new System.Drawing.Point(77, 29);
|
|
|
|
|
this.txtTileAddress.Name = "txtTileAddress";
|
|
|
|
|
this.txtTileAddress.ReadOnly = true;
|
|
|
|
|
this.txtTileAddress.Size = new System.Drawing.Size(42, 20);
|
|
|
|
|
this.txtTileAddress.TabIndex = 8;
|
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
this.label1.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(3, 6);
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(56, 13);
|
|
|
|
|
this.label1.TabIndex = 0;
|
|
|
|
|
this.label1.Text = "Tile Index:";
|
|
|
|
|
//
|
|
|
|
|
// label2
|
|
|
|
|
//
|
|
|
|
|
this.label2.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
|
|
this.label2.AutoSize = true;
|
|
|
|
|
this.label2.Location = new System.Drawing.Point(3, 32);
|
|
|
|
|
this.label2.Name = "label2";
|
|
|
|
|
this.label2.Size = new System.Drawing.Size(68, 13);
|
|
|
|
|
this.label2.TabIndex = 1;
|
|
|
|
|
this.label2.Text = "Tile Address:";
|
|
|
|
|
//
|
|
|
|
|
// label6
|
|
|
|
|
//
|
|
|
|
|
this.label6.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
|
|
this.label6.AutoSize = true;
|
|
|
|
|
this.label6.Location = new System.Drawing.Point(3, 113);
|
|
|
|
|
this.label6.Name = "label6";
|
|
|
|
|
this.label6.Size = new System.Drawing.Size(27, 13);
|
|
|
|
|
this.label6.TabIndex = 6;
|
|
|
|
|
this.label6.Text = "Tile:";
|
|
|
|
|
//
|
|
|
|
|
// txtTileIndex
|
|
|
|
|
//
|
|
|
|
|
this.txtTileIndex.BackColor = System.Drawing.SystemColors.Window;
|
|
|
|
|
this.txtTileIndex.Location = new System.Drawing.Point(77, 3);
|
|
|
|
|
this.txtTileIndex.Name = "txtTileIndex";
|
|
|
|
|
this.txtTileIndex.ReadOnly = true;
|
|
|
|
|
this.txtTileIndex.Size = new System.Drawing.Size(26, 20);
|
|
|
|
|
this.txtTileIndex.TabIndex = 7;
|
|
|
|
|
//
|
|
|
|
|
// picTile
|
|
|
|
|
//
|
|
|
|
|
this.picTile.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
this.picTile.Location = new System.Drawing.Point(77, 55);
|
|
|
|
|
this.picTile.Name = "picTile";
|
|
|
|
|
this.picTile.Size = new System.Drawing.Size(130, 130);
|
|
|
|
|
this.picTile.TabIndex = 12;
|
|
|
|
|
this.picTile.TabStop = false;
|
|
|
|
|
this.picTile.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picTile_MouseDown);
|
|
|
|
|
this.picTile.MouseLeave += new System.EventHandler(this.picTile_MouseLeave);
|
|
|
|
|
this.picTile.MouseMove += new System.Windows.Forms.MouseEventHandler(this.picTile_MouseMove);
|
|
|
|
|
this.picTile.MouseUp += new System.Windows.Forms.MouseEventHandler(this.picTile_MouseUp);
|
|
|
|
|
//
|
|
|
|
|
// picPaletteSelection
|
|
|
|
|
//
|
|
|
|
|
this.picPaletteSelection.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
this.picPaletteSelection.Location = new System.Drawing.Point(77, 191);
|
|
|
|
|
this.picPaletteSelection.Name = "picPaletteSelection";
|
|
|
|
|
this.picPaletteSelection.Size = new System.Drawing.Size(130, 34);
|
|
|
|
|
this.picPaletteSelection.TabIndex = 13;
|
|
|
|
|
this.picPaletteSelection.TabStop = false;
|
|
|
|
|
this.picPaletteSelection.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picPaletteSelection_MouseDown);
|
|
|
|
|
this.picPaletteSelection.MouseLeave += new System.EventHandler(this.picPaletteSelection_MouseLeave);
|
|
|
|
|
this.picPaletteSelection.MouseMove += new System.Windows.Forms.MouseEventHandler(this.picPaletteSelection_MouseMove);
|
|
|
|
|
//
|
|
|
|
|
// label3
|
|
|
|
|
//
|
|
|
|
|
this.label3.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
|
|
this.label3.AutoSize = true;
|
|
|
|
|
this.label3.Location = new System.Drawing.Point(3, 201);
|
|
|
|
|
this.label3.Name = "label3";
|
|
|
|
|
this.label3.Size = new System.Drawing.Size(67, 13);
|
|
|
|
|
this.label3.TabIndex = 14;
|
|
|
|
|
this.label3.Text = "Color Picker:";
|
|
|
|
|
//
|
|
|
|
|
// picColorTooltip
|
|
|
|
|
//
|
|
|
|
|
this.picColorTooltip.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
|
|
this.picColorTooltip.Image = global::Mesen.GUI.Properties.Resources.Help;
|
|
|
|
|
this.picColorTooltip.Location = new System.Drawing.Point(213, 201);
|
|
|
|
|
this.picColorTooltip.Name = "picColorTooltip";
|
|
|
|
|
this.picColorTooltip.Size = new System.Drawing.Size(14, 14);
|
|
|
|
|
this.picColorTooltip.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
|
|
this.picColorTooltip.TabIndex = 15;
|
|
|
|
|
this.picColorTooltip.TabStop = false;
|
|
|
|
|
//
|
|
|
|
|
// picTileTooltip
|
|
|
|
|
//
|
|
|
|
|
this.picTileTooltip.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
|
|
this.picTileTooltip.Image = global::Mesen.GUI.Properties.Resources.Help;
|
|
|
|
|
this.picTileTooltip.Location = new System.Drawing.Point(213, 113);
|
|
|
|
|
this.picTileTooltip.Name = "picTileTooltip";
|
|
|
|
|
this.picTileTooltip.Size = new System.Drawing.Size(14, 14);
|
|
|
|
|
this.picTileTooltip.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
|
|
this.picTileTooltip.TabIndex = 16;
|
|
|
|
|
this.picTileTooltip.TabStop = false;
|
|
|
|
|
//
|
|
|
|
|
// tableLayoutPanel2
|
|
|
|
|
//
|
|
|
|
|
this.tableLayoutPanel2.ColumnCount = 1;
|
|
|
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.picChrBank1, 0, 0);
|
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.picChrBank2, 0, 1);
|
|
|
|
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
|
|
|
this.tableLayoutPanel2.RowCount = 2;
|
|
|
|
|
this.tableLayoutPanel3.SetRowSpan(this.tableLayoutPanel2, 2);
|
|
|
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
|
|
this.tableLayoutPanel2.Size = new System.Drawing.Size(258, 519);
|
|
|
|
|
this.tableLayoutPanel2.TabIndex = 7;
|
|
|
|
|
//
|
|
|
|
|
// picChrBank1
|
|
|
|
|
//
|
|
|
|
|
this.picChrBank1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
this.picChrBank1.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.picChrBank1.Location = new System.Drawing.Point(1, 1);
|
|
|
|
|
this.picChrBank1.Margin = new System.Windows.Forms.Padding(1);
|
|
|
|
|
this.picChrBank1.Name = "picChrBank1";
|
|
|
|
|
this.picChrBank1.Size = new System.Drawing.Size(256, 257);
|
|
|
|
|
this.picChrBank1.TabIndex = 0;
|
|
|
|
|
this.picChrBank1.TabStop = false;
|
|
|
|
|
this.picChrBank1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picChrBank_MouseDown);
|
|
|
|
|
this.picChrBank1.MouseLeave += new System.EventHandler(this.picChrBank_MouseLeave);
|
|
|
|
|
this.picChrBank1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.picChrBank_MouseMove);
|
|
|
|
|
//
|
|
|
|
|
// picChrBank2
|
|
|
|
|
//
|
|
|
|
|
this.picChrBank2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
this.picChrBank2.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.picChrBank2.Location = new System.Drawing.Point(1, 260);
|
|
|
|
|
this.picChrBank2.Margin = new System.Windows.Forms.Padding(1);
|
|
|
|
|
this.picChrBank2.Name = "picChrBank2";
|
|
|
|
|
this.picChrBank2.Size = new System.Drawing.Size(256, 257);
|
|
|
|
|
this.picChrBank2.TabIndex = 1;
|
|
|
|
|
this.picChrBank2.TabStop = false;
|
|
|
|
|
this.picChrBank2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picChrBank_MouseDown);
|
|
|
|
|
this.picChrBank2.MouseLeave += new System.EventHandler(this.picChrBank_MouseLeave);
|
|
|
|
|
this.picChrBank2.MouseMove += new System.Windows.Forms.MouseEventHandler(this.picChrBank_MouseMove);
|
|
|
|
|
//
|
|
|
|
|
// toolTip
|
|
|
|
|
//
|
|
|
|
|
this.toolTip.AutoPopDelay = 32700;
|
|
|
|
|
this.toolTip.InitialDelay = 10;
|
|
|
|
|
this.toolTip.ReshowDelay = 10;
|
|
|
|
|
//
|
|
|
|
|
// picPaletteTooltip
|
|
|
|
|
//
|
|
|
|
|
this.picPaletteTooltip.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
|
|
this.picPaletteTooltip.Image = global::Mesen.GUI.Properties.Resources.Help;
|
|
|
|
|
this.picPaletteTooltip.Location = new System.Drawing.Point(103, 7);
|
|
|
|
|
this.picPaletteTooltip.Margin = new System.Windows.Forms.Padding(3, 4, 3, 3);
|
|
|
|
|
this.picPaletteTooltip.Name = "picPaletteTooltip";
|
|
|
|
|
this.picPaletteTooltip.Size = new System.Drawing.Size(14, 14);
|
|
|
|
|
this.picPaletteTooltip.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
|
|
this.picPaletteTooltip.TabIndex = 16;
|
|
|
|
|
this.picPaletteTooltip.TabStop = false;
|
2016-09-05 12:09:14 -04:00
|
|
|
|
//
|
2015-08-08 22:36:39 -04:00
|
|
|
|
// ctrlChrViewer
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.Controls.Add(this.tableLayoutPanel3);
|
|
|
|
|
this.Name = "ctrlChrViewer";
|
2016-09-05 16:34:01 -04:00
|
|
|
|
this.Size = new System.Drawing.Size(534, 525);
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.tableLayoutPanel3.ResumeLayout(false);
|
2017-03-04 21:50:19 -05:00
|
|
|
|
this.grpDisplayOptions.ResumeLayout(false);
|
2016-09-05 12:09:14 -04:00
|
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel1.PerformLayout();
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.flowLayoutPanel1.ResumeLayout(false);
|
|
|
|
|
this.flowLayoutPanel1.PerformLayout();
|
2016-09-05 12:09:14 -04:00
|
|
|
|
this.flowLayoutPanel2.ResumeLayout(false);
|
|
|
|
|
this.flowLayoutPanel2.PerformLayout();
|
2016-09-05 16:34:01 -04:00
|
|
|
|
this.flpHighlight.ResumeLayout(false);
|
|
|
|
|
this.flpHighlight.PerformLayout();
|
2017-03-04 21:50:19 -05:00
|
|
|
|
this.grpTileInfo.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel4.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel4.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picTile)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picPaletteSelection)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picColorTooltip)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picTileTooltip)).EndInit();
|
|
|
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picChrBank1)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picChrBank2)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picPaletteTooltip)).EndInit();
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
|
|
|
|
|
private System.Windows.Forms.PictureBox picChrBank1;
|
2016-09-05 12:09:14 -04:00
|
|
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
|
|
|
private System.Windows.Forms.Label lblPalette;
|
|
|
|
|
private System.Windows.Forms.ComboBox cboPalette;
|
|
|
|
|
private System.Windows.Forms.CheckBox chkLargeSprites;
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
|
|
|
|
|
private System.Windows.Forms.Label lblChrSelection;
|
|
|
|
|
private System.Windows.Forms.ComboBox cboChrSelection;
|
2016-09-05 16:34:01 -04:00
|
|
|
|
private System.Windows.Forms.FlowLayoutPanel flpHighlight;
|
|
|
|
|
private System.Windows.Forms.Label lblHighlight;
|
2016-09-05 12:09:14 -04:00
|
|
|
|
private System.Windows.Forms.ComboBox cboHighlightType;
|
2015-08-08 22:36:39 -04:00
|
|
|
|
private System.Windows.Forms.GroupBox grpTileInfo;
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
|
|
|
|
|
private System.Windows.Forms.TextBox txtTileAddress;
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
|
|
private System.Windows.Forms.Label label6;
|
|
|
|
|
private System.Windows.Forms.TextBox txtTileIndex;
|
|
|
|
|
private System.Windows.Forms.PictureBox picTile;
|
2016-09-05 12:09:14 -04:00
|
|
|
|
private System.Windows.Forms.PictureBox picChrBank2;
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
2016-09-05 16:34:01 -04:00
|
|
|
|
private System.Windows.Forms.GroupBox grpDisplayOptions;
|
2017-03-04 21:50:19 -05:00
|
|
|
|
private System.Windows.Forms.PictureBox picPaletteSelection;
|
|
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
|
|
private System.Windows.Forms.PictureBox picColorTooltip;
|
|
|
|
|
private System.Windows.Forms.PictureBox picTileTooltip;
|
|
|
|
|
private System.Windows.Forms.ToolTip toolTip;
|
|
|
|
|
private System.Windows.Forms.PictureBox picPaletteTooltip;
|
2015-08-08 22:36:39 -04:00
|
|
|
|
}
|
|
|
|
|
}
|