714 lines
No EOL
30 KiB
C#
714 lines
No EOL
30 KiB
C#
namespace Mesen.GUI.Debugger
|
|
{
|
|
partial class frmTileViewer
|
|
{
|
|
/// <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.ctrlScanlineCycleSelect = new Mesen.GUI.Debugger.Controls.ctrlScanlineCycleSelect();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.cboMemoryType = new Mesen.GUI.Debugger.Controls.ComboBoxWithSeparator();
|
|
this.lblSource = new System.Windows.Forms.Label();
|
|
this.chkShowTileGrid = new System.Windows.Forms.CheckBox();
|
|
this.lblBpp = new System.Windows.Forms.Label();
|
|
this.cboFormat = new System.Windows.Forms.ComboBox();
|
|
this.ctrlPaletteViewer = new Mesen.GUI.Debugger.ctrlPaletteViewer();
|
|
this.lblPresets = new System.Windows.Forms.Label();
|
|
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.btnPresetBg1 = new System.Windows.Forms.Button();
|
|
this.btnPresetBg2 = new System.Windows.Forms.Button();
|
|
this.btnPresetBg3 = new System.Windows.Forms.Button();
|
|
this.btnPresetBg4 = new System.Windows.Forms.Button();
|
|
this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.btnPresetOam1 = new System.Windows.Forms.Button();
|
|
this.btnPresetOam2 = new System.Windows.Forms.Button();
|
|
this.lblTileAddress = new System.Windows.Forms.Label();
|
|
this.txtTileAddress = new System.Windows.Forms.TextBox();
|
|
this.lblTileLayout = new System.Windows.Forms.Label();
|
|
this.cboLayout = new System.Windows.Forms.ComboBox();
|
|
this.lblAddress = new System.Windows.Forms.Label();
|
|
this.nudAddress = new Mesen.GUI.Controls.MesenNumericUpDown();
|
|
this.lblColumns = new System.Windows.Forms.Label();
|
|
this.lblSize = new System.Windows.Forms.Label();
|
|
this.nudColumns = new Mesen.GUI.Controls.MesenNumericUpDown();
|
|
this.nudSize = new Mesen.GUI.Controls.MesenNumericUpDown();
|
|
this.ctrlImagePanel = new Mesen.GUI.Debugger.PpuViewer.ctrlImagePanel();
|
|
this.ctrlMesenMenuStrip1 = new Mesen.GUI.Controls.ctrlMesenMenuStrip();
|
|
this.mnuFile = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuCopyToClipboard = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuSaveAsPng = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.mnuClose = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuView = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuAutoRefresh = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuAutoRefreshSpeed = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuAutoRefreshLow = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuAutoRefreshNormal = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuAutoRefreshHigh = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.mnuRefresh = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.mnuZoomIn = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuZoomOut = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.ctrlPaletteViewer)).BeginInit();
|
|
this.tableLayoutPanel3.SuspendLayout();
|
|
this.tableLayoutPanel4.SuspendLayout();
|
|
this.ctrlMesenMenuStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// ctrlScanlineCycleSelect
|
|
//
|
|
this.ctrlScanlineCycleSelect.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.ctrlScanlineCycleSelect.Location = new System.Drawing.Point(0, 546);
|
|
this.ctrlScanlineCycleSelect.Name = "ctrlScanlineCycleSelect";
|
|
this.ctrlScanlineCycleSelect.Size = new System.Drawing.Size(737, 28);
|
|
this.ctrlScanlineCycleSelect.TabIndex = 5;
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.ColumnCount = 2;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.ctrlImagePanel, 0, 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 = 1;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 522F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(737, 522);
|
|
this.tableLayoutPanel1.TabIndex = 7;
|
|
//
|
|
// tableLayoutPanel2
|
|
//
|
|
this.tableLayoutPanel2.ColumnCount = 2;
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanel2.Controls.Add(this.cboMemoryType, 1, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.lblSource, 0, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.chkShowTileGrid, 0, 6);
|
|
this.tableLayoutPanel2.Controls.Add(this.lblBpp, 0, 1);
|
|
this.tableLayoutPanel2.Controls.Add(this.cboFormat, 1, 1);
|
|
this.tableLayoutPanel2.Controls.Add(this.ctrlPaletteViewer, 0, 9);
|
|
this.tableLayoutPanel2.Controls.Add(this.lblPresets, 0, 7);
|
|
this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 1, 7);
|
|
this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel4, 1, 8);
|
|
this.tableLayoutPanel2.Controls.Add(this.lblTileAddress, 0, 10);
|
|
this.tableLayoutPanel2.Controls.Add(this.txtTileAddress, 1, 10);
|
|
this.tableLayoutPanel2.Controls.Add(this.lblTileLayout, 0, 2);
|
|
this.tableLayoutPanel2.Controls.Add(this.cboLayout, 1, 2);
|
|
this.tableLayoutPanel2.Controls.Add(this.lblAddress, 0, 3);
|
|
this.tableLayoutPanel2.Controls.Add(this.nudAddress, 1, 3);
|
|
this.tableLayoutPanel2.Controls.Add(this.lblColumns, 0, 5);
|
|
this.tableLayoutPanel2.Controls.Add(this.lblSize, 0, 4);
|
|
this.tableLayoutPanel2.Controls.Add(this.nudColumns, 1, 5);
|
|
this.tableLayoutPanel2.Controls.Add(this.nudSize, 1, 4);
|
|
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(534, 3);
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
this.tableLayoutPanel2.RowCount = 12;
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel2.Size = new System.Drawing.Size(200, 516);
|
|
this.tableLayoutPanel2.TabIndex = 7;
|
|
//
|
|
// cboMemoryType
|
|
//
|
|
this.cboMemoryType.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.cboMemoryType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
|
this.cboMemoryType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cboMemoryType.FormattingEnabled = true;
|
|
this.cboMemoryType.Location = new System.Drawing.Point(77, 3);
|
|
this.cboMemoryType.Name = "cboMemoryType";
|
|
this.cboMemoryType.Size = new System.Drawing.Size(120, 21);
|
|
this.cboMemoryType.TabIndex = 11;
|
|
//
|
|
// lblSource
|
|
//
|
|
this.lblSource.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.lblSource.AutoSize = true;
|
|
this.lblSource.Location = new System.Drawing.Point(3, 7);
|
|
this.lblSource.Name = "lblSource";
|
|
this.lblSource.Size = new System.Drawing.Size(44, 13);
|
|
this.lblSource.TabIndex = 7;
|
|
this.lblSource.Text = "Source:";
|
|
//
|
|
// chkShowTileGrid
|
|
//
|
|
this.chkShowTileGrid.AutoSize = true;
|
|
this.tableLayoutPanel2.SetColumnSpan(this.chkShowTileGrid, 2);
|
|
this.chkShowTileGrid.Location = new System.Drawing.Point(3, 165);
|
|
this.chkShowTileGrid.Name = "chkShowTileGrid";
|
|
this.chkShowTileGrid.Size = new System.Drawing.Size(89, 17);
|
|
this.chkShowTileGrid.TabIndex = 0;
|
|
this.chkShowTileGrid.Text = "Show tile grid";
|
|
this.chkShowTileGrid.UseVisualStyleBackColor = true;
|
|
//
|
|
// lblBpp
|
|
//
|
|
this.lblBpp.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.lblBpp.AutoSize = true;
|
|
this.lblBpp.Location = new System.Drawing.Point(3, 34);
|
|
this.lblBpp.Name = "lblBpp";
|
|
this.lblBpp.Size = new System.Drawing.Size(42, 13);
|
|
this.lblBpp.TabIndex = 1;
|
|
this.lblBpp.Text = "Format:";
|
|
//
|
|
// cboFormat
|
|
//
|
|
this.cboFormat.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.cboFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cboFormat.FormattingEnabled = true;
|
|
this.cboFormat.Items.AddRange(new object[] {
|
|
"2 BPP",
|
|
"4 BPP",
|
|
"8 BPP",
|
|
"8 BPP - Direct Color Mode",
|
|
"Mode 7",
|
|
"Mode 7 - Direct Color Mode"});
|
|
this.cboFormat.Location = new System.Drawing.Point(77, 30);
|
|
this.cboFormat.Name = "cboFormat";
|
|
this.cboFormat.Size = new System.Drawing.Size(120, 21);
|
|
this.cboFormat.TabIndex = 2;
|
|
//
|
|
// ctrlPaletteViewer
|
|
//
|
|
this.tableLayoutPanel2.SetColumnSpan(this.ctrlPaletteViewer, 2);
|
|
this.ctrlPaletteViewer.Location = new System.Drawing.Point(3, 244);
|
|
this.ctrlPaletteViewer.Name = "ctrlPaletteViewer";
|
|
this.ctrlPaletteViewer.PaletteScale = 11;
|
|
this.ctrlPaletteViewer.SelectedPalette = 0;
|
|
this.ctrlPaletteViewer.SelectionMode = Mesen.GUI.Debugger.PaletteSelectionMode.None;
|
|
this.ctrlPaletteViewer.Size = new System.Drawing.Size(176, 176);
|
|
this.ctrlPaletteViewer.TabIndex = 12;
|
|
this.ctrlPaletteViewer.TabStop = false;
|
|
//
|
|
// lblPresets
|
|
//
|
|
this.lblPresets.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.lblPresets.AutoSize = true;
|
|
this.lblPresets.Location = new System.Drawing.Point(3, 192);
|
|
this.lblPresets.Name = "lblPresets";
|
|
this.lblPresets.Size = new System.Drawing.Size(45, 13);
|
|
this.lblPresets.TabIndex = 13;
|
|
this.lblPresets.Text = "Presets:";
|
|
//
|
|
// tableLayoutPanel3
|
|
//
|
|
this.tableLayoutPanel3.ColumnCount = 4;
|
|
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());
|
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanel3.Controls.Add(this.btnPresetBg1, 0, 0);
|
|
this.tableLayoutPanel3.Controls.Add(this.btnPresetBg2, 1, 0);
|
|
this.tableLayoutPanel3.Controls.Add(this.btnPresetBg3, 2, 0);
|
|
this.tableLayoutPanel3.Controls.Add(this.btnPresetBg4, 3, 0);
|
|
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel3.Location = new System.Drawing.Point(74, 185);
|
|
this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(0);
|
|
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
|
|
this.tableLayoutPanel3.RowCount = 1;
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel3.Size = new System.Drawing.Size(126, 28);
|
|
this.tableLayoutPanel3.TabIndex = 14;
|
|
//
|
|
// btnPresetBg1
|
|
//
|
|
this.btnPresetBg1.Location = new System.Drawing.Point(3, 3);
|
|
this.btnPresetBg1.Name = "btnPresetBg1";
|
|
this.btnPresetBg1.Size = new System.Drawing.Size(23, 23);
|
|
this.btnPresetBg1.TabIndex = 0;
|
|
this.btnPresetBg1.Text = "1";
|
|
this.btnPresetBg1.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnPresetBg2
|
|
//
|
|
this.btnPresetBg2.Location = new System.Drawing.Point(32, 3);
|
|
this.btnPresetBg2.Name = "btnPresetBg2";
|
|
this.btnPresetBg2.Size = new System.Drawing.Size(23, 23);
|
|
this.btnPresetBg2.TabIndex = 1;
|
|
this.btnPresetBg2.Text = "2";
|
|
this.btnPresetBg2.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnPresetBg3
|
|
//
|
|
this.btnPresetBg3.Location = new System.Drawing.Point(61, 3);
|
|
this.btnPresetBg3.Name = "btnPresetBg3";
|
|
this.btnPresetBg3.Size = new System.Drawing.Size(23, 23);
|
|
this.btnPresetBg3.TabIndex = 2;
|
|
this.btnPresetBg3.Text = "3";
|
|
this.btnPresetBg3.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnPresetBg4
|
|
//
|
|
this.btnPresetBg4.Location = new System.Drawing.Point(90, 3);
|
|
this.btnPresetBg4.Name = "btnPresetBg4";
|
|
this.btnPresetBg4.Size = new System.Drawing.Size(23, 23);
|
|
this.btnPresetBg4.TabIndex = 3;
|
|
this.btnPresetBg4.Text = "4";
|
|
this.btnPresetBg4.UseVisualStyleBackColor = true;
|
|
//
|
|
// tableLayoutPanel4
|
|
//
|
|
this.tableLayoutPanel4.ColumnCount = 2;
|
|
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanel4.Controls.Add(this.btnPresetOam1, 0, 0);
|
|
this.tableLayoutPanel4.Controls.Add(this.btnPresetOam2, 1, 0);
|
|
this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel4.Location = new System.Drawing.Point(74, 213);
|
|
this.tableLayoutPanel4.Margin = new System.Windows.Forms.Padding(0);
|
|
this.tableLayoutPanel4.Name = "tableLayoutPanel4";
|
|
this.tableLayoutPanel4.RowCount = 1;
|
|
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel4.Size = new System.Drawing.Size(126, 28);
|
|
this.tableLayoutPanel4.TabIndex = 15;
|
|
//
|
|
// btnPresetOam1
|
|
//
|
|
this.btnPresetOam1.Location = new System.Drawing.Point(3, 3);
|
|
this.btnPresetOam1.Name = "btnPresetOam1";
|
|
this.btnPresetOam1.Size = new System.Drawing.Size(45, 22);
|
|
this.btnPresetOam1.TabIndex = 4;
|
|
this.btnPresetOam1.Text = "OAM1";
|
|
this.btnPresetOam1.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnPresetOam2
|
|
//
|
|
this.btnPresetOam2.Location = new System.Drawing.Point(54, 3);
|
|
this.btnPresetOam2.Name = "btnPresetOam2";
|
|
this.btnPresetOam2.Size = new System.Drawing.Size(45, 22);
|
|
this.btnPresetOam2.TabIndex = 5;
|
|
this.btnPresetOam2.Text = "OAM2";
|
|
this.btnPresetOam2.UseVisualStyleBackColor = true;
|
|
//
|
|
// lblTileAddress
|
|
//
|
|
this.lblTileAddress.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.lblTileAddress.AutoSize = true;
|
|
this.lblTileAddress.Location = new System.Drawing.Point(3, 429);
|
|
this.lblTileAddress.Name = "lblTileAddress";
|
|
this.lblTileAddress.Size = new System.Drawing.Size(68, 13);
|
|
this.lblTileAddress.TabIndex = 16;
|
|
this.lblTileAddress.Text = "Tile Address:";
|
|
//
|
|
// txtTileAddress
|
|
//
|
|
this.txtTileAddress.Location = new System.Drawing.Point(77, 426);
|
|
this.txtTileAddress.Name = "txtTileAddress";
|
|
this.txtTileAddress.ReadOnly = true;
|
|
this.txtTileAddress.Size = new System.Drawing.Size(60, 20);
|
|
this.txtTileAddress.TabIndex = 17;
|
|
//
|
|
// lblTileLayout
|
|
//
|
|
this.lblTileLayout.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.lblTileLayout.AutoSize = true;
|
|
this.lblTileLayout.Location = new System.Drawing.Point(3, 61);
|
|
this.lblTileLayout.Name = "lblTileLayout";
|
|
this.lblTileLayout.Size = new System.Drawing.Size(62, 13);
|
|
this.lblTileLayout.TabIndex = 18;
|
|
this.lblTileLayout.Text = "Tile Layout:";
|
|
//
|
|
// cboLayout
|
|
//
|
|
this.cboLayout.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.cboLayout.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cboLayout.FormattingEnabled = true;
|
|
this.cboLayout.Items.AddRange(new object[] {
|
|
"2 BPP",
|
|
"4 BPP",
|
|
"8 BPP",
|
|
"8 BPP - Direct Color Mode",
|
|
"Mode 7",
|
|
"Mode 7 - Direct Color Mode"});
|
|
this.cboLayout.Location = new System.Drawing.Point(77, 57);
|
|
this.cboLayout.Name = "cboLayout";
|
|
this.cboLayout.Size = new System.Drawing.Size(120, 21);
|
|
this.cboLayout.TabIndex = 19;
|
|
//
|
|
// lblAddress
|
|
//
|
|
this.lblAddress.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.lblAddress.AutoSize = true;
|
|
this.lblAddress.Location = new System.Drawing.Point(3, 88);
|
|
this.lblAddress.Name = "lblAddress";
|
|
this.lblAddress.Size = new System.Drawing.Size(48, 13);
|
|
this.lblAddress.TabIndex = 9;
|
|
this.lblAddress.Text = "Address:";
|
|
//
|
|
// nudAddress
|
|
//
|
|
this.nudAddress.DecimalPlaces = 0;
|
|
this.nudAddress.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nudAddress.IsHex = true;
|
|
this.nudAddress.Location = new System.Drawing.Point(77, 84);
|
|
this.nudAddress.Maximum = new decimal(new int[] {
|
|
65536,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nudAddress.MaximumSize = new System.Drawing.Size(10000, 21);
|
|
this.nudAddress.Minimum = new decimal(new int[] {
|
|
0,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nudAddress.MinimumSize = new System.Drawing.Size(0, 21);
|
|
this.nudAddress.Name = "nudAddress";
|
|
this.nudAddress.Size = new System.Drawing.Size(60, 21);
|
|
this.nudAddress.TabIndex = 10;
|
|
this.nudAddress.Value = new decimal(new int[] {
|
|
0,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// lblColumns
|
|
//
|
|
this.lblColumns.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.lblColumns.AutoSize = true;
|
|
this.lblColumns.Location = new System.Drawing.Point(3, 142);
|
|
this.lblColumns.Name = "lblColumns";
|
|
this.lblColumns.Size = new System.Drawing.Size(50, 13);
|
|
this.lblColumns.TabIndex = 3;
|
|
this.lblColumns.Text = "Columns:";
|
|
//
|
|
// lblSize
|
|
//
|
|
this.lblSize.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.lblSize.AutoSize = true;
|
|
this.lblSize.Location = new System.Drawing.Point(3, 115);
|
|
this.lblSize.Name = "lblSize";
|
|
this.lblSize.Size = new System.Drawing.Size(64, 13);
|
|
this.lblSize.TabIndex = 5;
|
|
this.lblSize.Text = "Size (bytes):";
|
|
//
|
|
// nudColumns
|
|
//
|
|
this.nudColumns.DecimalPlaces = 0;
|
|
this.nudColumns.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nudColumns.IsHex = false;
|
|
this.nudColumns.Location = new System.Drawing.Point(77, 138);
|
|
this.nudColumns.Maximum = new decimal(new int[] {
|
|
64,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nudColumns.MaximumSize = new System.Drawing.Size(10000, 21);
|
|
this.nudColumns.Minimum = new decimal(new int[] {
|
|
8,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nudColumns.MinimumSize = new System.Drawing.Size(0, 21);
|
|
this.nudColumns.Name = "nudColumns";
|
|
this.nudColumns.Size = new System.Drawing.Size(43, 21);
|
|
this.nudColumns.TabIndex = 4;
|
|
this.nudColumns.Value = new decimal(new int[] {
|
|
32,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// nudSize
|
|
//
|
|
this.nudSize.DecimalPlaces = 0;
|
|
this.nudSize.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nudSize.IsHex = true;
|
|
this.nudSize.Location = new System.Drawing.Point(77, 111);
|
|
this.nudSize.Maximum = new decimal(new int[] {
|
|
0,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nudSize.MaximumSize = new System.Drawing.Size(10000, 21);
|
|
this.nudSize.Minimum = new decimal(new int[] {
|
|
0,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nudSize.MinimumSize = new System.Drawing.Size(0, 21);
|
|
this.nudSize.Name = "nudSize";
|
|
this.nudSize.Size = new System.Drawing.Size(60, 21);
|
|
this.nudSize.TabIndex = 6;
|
|
this.nudSize.Value = new decimal(new int[] {
|
|
0,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// ctrlImagePanel
|
|
//
|
|
this.ctrlImagePanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.ctrlImagePanel.GridSizeX = 0;
|
|
this.ctrlImagePanel.GridSizeY = 0;
|
|
this.ctrlImagePanel.Image = null;
|
|
this.ctrlImagePanel.ImageScale = 1;
|
|
this.ctrlImagePanel.ImageSize = new System.Drawing.Size(0, 0);
|
|
this.ctrlImagePanel.Location = new System.Drawing.Point(3, 3);
|
|
this.ctrlImagePanel.Name = "ctrlImagePanel";
|
|
this.ctrlImagePanel.Overlay = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
this.ctrlImagePanel.Selection = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
this.ctrlImagePanel.SelectionWrapPosition = 0;
|
|
this.ctrlImagePanel.Size = new System.Drawing.Size(525, 516);
|
|
this.ctrlImagePanel.TabIndex = 8;
|
|
this.ctrlImagePanel.MouseClick += new System.Windows.Forms.MouseEventHandler(this.ctrlImagePanel_MouseClick);
|
|
//
|
|
// ctrlMesenMenuStrip1
|
|
//
|
|
this.ctrlMesenMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.mnuFile,
|
|
this.mnuView});
|
|
this.ctrlMesenMenuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.ctrlMesenMenuStrip1.Name = "ctrlMesenMenuStrip1";
|
|
this.ctrlMesenMenuStrip1.Size = new System.Drawing.Size(737, 24);
|
|
this.ctrlMesenMenuStrip1.TabIndex = 9;
|
|
this.ctrlMesenMenuStrip1.Text = "ctrlMesenMenuStrip1";
|
|
//
|
|
// mnuFile
|
|
//
|
|
this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.mnuCopyToClipboard,
|
|
this.mnuSaveAsPng,
|
|
this.toolStripMenuItem3,
|
|
this.mnuClose});
|
|
this.mnuFile.Name = "mnuFile";
|
|
this.mnuFile.Size = new System.Drawing.Size(37, 20);
|
|
this.mnuFile.Text = "File";
|
|
//
|
|
// mnuCopyToClipboard
|
|
//
|
|
this.mnuCopyToClipboard.Image = global::Mesen.GUI.Properties.Resources.Copy;
|
|
this.mnuCopyToClipboard.Name = "mnuCopyToClipboard";
|
|
this.mnuCopyToClipboard.Size = new System.Drawing.Size(169, 22);
|
|
this.mnuCopyToClipboard.Text = "Copy to clipboard";
|
|
//
|
|
// mnuSaveAsPng
|
|
//
|
|
this.mnuSaveAsPng.Image = global::Mesen.GUI.Properties.Resources.Export;
|
|
this.mnuSaveAsPng.Name = "mnuSaveAsPng";
|
|
this.mnuSaveAsPng.Size = new System.Drawing.Size(169, 22);
|
|
this.mnuSaveAsPng.Text = "Save as PNG";
|
|
//
|
|
// toolStripMenuItem3
|
|
//
|
|
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
|
|
this.toolStripMenuItem3.Size = new System.Drawing.Size(166, 6);
|
|
//
|
|
// mnuClose
|
|
//
|
|
this.mnuClose.Image = global::Mesen.GUI.Properties.Resources.Exit;
|
|
this.mnuClose.Name = "mnuClose";
|
|
this.mnuClose.Size = new System.Drawing.Size(169, 22);
|
|
this.mnuClose.Text = "Close";
|
|
this.mnuClose.Click += new System.EventHandler(this.mnuClose_Click);
|
|
//
|
|
// mnuView
|
|
//
|
|
this.mnuView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.mnuAutoRefresh,
|
|
this.mnuAutoRefreshSpeed,
|
|
this.toolStripMenuItem2,
|
|
this.mnuRefresh,
|
|
this.toolStripMenuItem1,
|
|
this.mnuZoomIn,
|
|
this.mnuZoomOut});
|
|
this.mnuView.Name = "mnuView";
|
|
this.mnuView.Size = new System.Drawing.Size(44, 20);
|
|
this.mnuView.Text = "View";
|
|
//
|
|
// mnuAutoRefresh
|
|
//
|
|
this.mnuAutoRefresh.Checked = true;
|
|
this.mnuAutoRefresh.CheckOnClick = true;
|
|
this.mnuAutoRefresh.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.mnuAutoRefresh.Name = "mnuAutoRefresh";
|
|
this.mnuAutoRefresh.Size = new System.Drawing.Size(176, 22);
|
|
this.mnuAutoRefresh.Text = "Auto-refresh";
|
|
//
|
|
// mnuAutoRefreshSpeed
|
|
//
|
|
this.mnuAutoRefreshSpeed.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.mnuAutoRefreshLow,
|
|
this.mnuAutoRefreshNormal,
|
|
this.mnuAutoRefreshHigh});
|
|
this.mnuAutoRefreshSpeed.Image = global::Mesen.GUI.Properties.Resources.Speed;
|
|
this.mnuAutoRefreshSpeed.Name = "mnuAutoRefreshSpeed";
|
|
this.mnuAutoRefreshSpeed.Size = new System.Drawing.Size(176, 22);
|
|
this.mnuAutoRefreshSpeed.Text = "Auto-refresh Speed";
|
|
//
|
|
// mnuAutoRefreshLow
|
|
//
|
|
this.mnuAutoRefreshLow.Name = "mnuAutoRefreshLow";
|
|
this.mnuAutoRefreshLow.Size = new System.Drawing.Size(159, 22);
|
|
this.mnuAutoRefreshLow.Text = "Low (15 FPS)";
|
|
//
|
|
// mnuAutoRefreshNormal
|
|
//
|
|
this.mnuAutoRefreshNormal.Name = "mnuAutoRefreshNormal";
|
|
this.mnuAutoRefreshNormal.Size = new System.Drawing.Size(159, 22);
|
|
this.mnuAutoRefreshNormal.Text = "Normal (30 FPS)";
|
|
//
|
|
// mnuAutoRefreshHigh
|
|
//
|
|
this.mnuAutoRefreshHigh.Name = "mnuAutoRefreshHigh";
|
|
this.mnuAutoRefreshHigh.Size = new System.Drawing.Size(159, 22);
|
|
this.mnuAutoRefreshHigh.Text = "High (60 FPS)";
|
|
//
|
|
// toolStripMenuItem2
|
|
//
|
|
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
|
|
this.toolStripMenuItem2.Size = new System.Drawing.Size(173, 6);
|
|
//
|
|
// mnuRefresh
|
|
//
|
|
this.mnuRefresh.Image = global::Mesen.GUI.Properties.Resources.Refresh;
|
|
this.mnuRefresh.Name = "mnuRefresh";
|
|
this.mnuRefresh.Size = new System.Drawing.Size(176, 22);
|
|
this.mnuRefresh.Text = "Refresh";
|
|
this.mnuRefresh.Click += new System.EventHandler(this.mnuRefresh_Click);
|
|
//
|
|
// toolStripMenuItem1
|
|
//
|
|
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
|
this.toolStripMenuItem1.Size = new System.Drawing.Size(173, 6);
|
|
//
|
|
// mnuZoomIn
|
|
//
|
|
this.mnuZoomIn.Name = "mnuZoomIn";
|
|
this.mnuZoomIn.Size = new System.Drawing.Size(176, 22);
|
|
this.mnuZoomIn.Text = "Zoom In";
|
|
this.mnuZoomIn.Click += new System.EventHandler(this.mnuZoomIn_Click);
|
|
//
|
|
// mnuZoomOut
|
|
//
|
|
this.mnuZoomOut.Name = "mnuZoomOut";
|
|
this.mnuZoomOut.Size = new System.Drawing.Size(176, 22);
|
|
this.mnuZoomOut.Text = "Zoom Out";
|
|
this.mnuZoomOut.Click += new System.EventHandler(this.mnuZoomOut_Click);
|
|
//
|
|
// frmTileViewer
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(737, 574);
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.Controls.Add(this.ctrlScanlineCycleSelect);
|
|
this.Controls.Add(this.ctrlMesenMenuStrip1);
|
|
this.Name = "frmTileViewer";
|
|
this.Text = "Tile Viewer";
|
|
this.Controls.SetChildIndex(this.ctrlMesenMenuStrip1, 0);
|
|
this.Controls.SetChildIndex(this.ctrlScanlineCycleSelect, 0);
|
|
this.Controls.SetChildIndex(this.tableLayoutPanel1, 0);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
this.tableLayoutPanel2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.ctrlPaletteViewer)).EndInit();
|
|
this.tableLayoutPanel3.ResumeLayout(false);
|
|
this.tableLayoutPanel4.ResumeLayout(false);
|
|
this.ctrlMesenMenuStrip1.ResumeLayout(false);
|
|
this.ctrlMesenMenuStrip1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private Controls.ctrlScanlineCycleSelect ctrlScanlineCycleSelect;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
private System.Windows.Forms.CheckBox chkShowTileGrid;
|
|
private GUI.Controls.MesenNumericUpDown nudAddress;
|
|
private System.Windows.Forms.Label lblAddress;
|
|
private System.Windows.Forms.Label lblSource;
|
|
private System.Windows.Forms.Label lblColumns;
|
|
private System.Windows.Forms.Label lblBpp;
|
|
private System.Windows.Forms.ComboBox cboFormat;
|
|
private GUI.Controls.MesenNumericUpDown nudColumns;
|
|
private System.Windows.Forms.Label lblSize;
|
|
private GUI.Controls.MesenNumericUpDown nudSize;
|
|
private Controls.ComboBoxWithSeparator cboMemoryType;
|
|
private ctrlPaletteViewer ctrlPaletteViewer;
|
|
private PpuViewer.ctrlImagePanel ctrlImagePanel;
|
|
private GUI.Controls.ctrlMesenMenuStrip ctrlMesenMenuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuFile;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuClose;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuView;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuAutoRefresh;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuRefresh;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuZoomIn;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuZoomOut;
|
|
private System.Windows.Forms.Label lblPresets;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
|
|
private System.Windows.Forms.Button btnPresetBg1;
|
|
private System.Windows.Forms.Button btnPresetBg2;
|
|
private System.Windows.Forms.Button btnPresetBg3;
|
|
private System.Windows.Forms.Button btnPresetBg4;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
|
|
private System.Windows.Forms.Button btnPresetOam1;
|
|
private System.Windows.Forms.Button btnPresetOam2;
|
|
private System.Windows.Forms.Label lblTileAddress;
|
|
private System.Windows.Forms.TextBox txtTileAddress;
|
|
private System.Windows.Forms.Label lblTileLayout;
|
|
private System.Windows.Forms.ComboBox cboLayout;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuCopyToClipboard;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuSaveAsPng;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuAutoRefreshSpeed;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuAutoRefreshLow;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuAutoRefreshNormal;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuAutoRefreshHigh;
|
|
}
|
|
} |