2017-09-16 22:02:05 -04:00
|
|
|
|
using Mesen.GUI.Controls;
|
|
|
|
|
|
|
|
|
|
namespace Mesen.GUI.Debugger
|
2015-08-08 22:36:39 -04:00
|
|
|
|
{
|
|
|
|
|
partial class frmPpuViewer
|
|
|
|
|
{
|
|
|
|
|
/// <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();
|
|
|
|
|
}
|
|
|
|
|
if(this._notifListener != null) {
|
|
|
|
|
this._notifListener.Dispose();
|
|
|
|
|
this._notifListener = null;
|
|
|
|
|
}
|
|
|
|
|
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.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
|
|
|
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.mnuClose = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.mnuRefresh = new System.Windows.Forms.ToolStripMenuItem();
|
2016-02-07 14:42:07 -05:00
|
|
|
|
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.mnuAutoRefresh = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.tabMain = new System.Windows.Forms.TabControl();
|
|
|
|
|
this.tpgNametableViewer = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.ctrlNametableViewer = new Mesen.GUI.Debugger.Controls.ctrlNametableViewer();
|
|
|
|
|
this.tpgChrViewer = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.ctrlChrViewer = new Mesen.GUI.Debugger.Controls.ctrlChrViewer();
|
|
|
|
|
this.tpgSpriteViewer = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.ctrlSpriteViewer = new Mesen.GUI.Debugger.Controls.ctrlSpriteViewer();
|
|
|
|
|
this.tpgPaletteViewer = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.ctrlPaletteViewer = new Mesen.GUI.Debugger.Controls.ctrlPaletteViewer();
|
2016-11-26 20:44:23 -05:00
|
|
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
|
|
this.lblShowFrameAt = new System.Windows.Forms.Label();
|
2017-09-29 20:54:09 -04:00
|
|
|
|
this.nudScanline = new Mesen.GUI.Controls.MesenNumericUpDown();
|
2016-11-26 20:44:23 -05:00
|
|
|
|
this.lblCycle = new System.Windows.Forms.Label();
|
2017-09-29 20:54:09 -04:00
|
|
|
|
this.nudCycle = new Mesen.GUI.Controls.MesenNumericUpDown();
|
2016-12-02 18:10:37 -05:00
|
|
|
|
this.btnReset = new System.Windows.Forms.Button();
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.menuStrip1.SuspendLayout();
|
|
|
|
|
this.tabMain.SuspendLayout();
|
|
|
|
|
this.tpgNametableViewer.SuspendLayout();
|
|
|
|
|
this.tpgChrViewer.SuspendLayout();
|
|
|
|
|
this.tpgSpriteViewer.SuspendLayout();
|
|
|
|
|
this.tpgPaletteViewer.SuspendLayout();
|
2016-11-26 20:44:23 -05:00
|
|
|
|
this.flowLayoutPanel1.SuspendLayout();
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// menuStrip1
|
|
|
|
|
//
|
|
|
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.fileToolStripMenuItem,
|
|
|
|
|
this.viewToolStripMenuItem});
|
|
|
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
|
|
|
this.menuStrip1.Size = new System.Drawing.Size(709, 24);
|
|
|
|
|
this.menuStrip1.TabIndex = 2;
|
|
|
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
|
|
|
//
|
|
|
|
|
// fileToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.mnuClose});
|
|
|
|
|
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
|
|
|
|
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
|
|
|
|
|
this.fileToolStripMenuItem.Text = "File";
|
|
|
|
|
//
|
|
|
|
|
// mnuClose
|
|
|
|
|
//
|
2017-03-11 11:46:29 -05:00
|
|
|
|
this.mnuClose.Image = global::Mesen.GUI.Properties.Resources.Exit;
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.mnuClose.Name = "mnuClose";
|
2017-08-20 14:18:35 -04:00
|
|
|
|
this.mnuClose.Size = new System.Drawing.Size(103, 22);
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.mnuClose.Text = "Close";
|
|
|
|
|
this.mnuClose.Click += new System.EventHandler(this.mnuClose_Click);
|
|
|
|
|
//
|
|
|
|
|
// viewToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.mnuRefresh,
|
|
|
|
|
this.toolStripMenuItem1,
|
|
|
|
|
this.mnuAutoRefresh});
|
|
|
|
|
this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
|
|
|
|
|
this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
|
|
|
|
|
this.viewToolStripMenuItem.Text = "View";
|
|
|
|
|
//
|
|
|
|
|
// mnuRefresh
|
|
|
|
|
//
|
2017-03-11 11:46:29 -05:00
|
|
|
|
this.mnuRefresh.Image = global::Mesen.GUI.Properties.Resources.Reset;
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.mnuRefresh.Name = "mnuRefresh";
|
|
|
|
|
this.mnuRefresh.ShortcutKeys = System.Windows.Forms.Keys.F5;
|
2017-08-20 14:18:35 -04:00
|
|
|
|
this.mnuRefresh.Size = new System.Drawing.Size(141, 22);
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.mnuRefresh.Text = "Refresh";
|
|
|
|
|
this.mnuRefresh.Click += new System.EventHandler(this.mnuRefresh_Click);
|
|
|
|
|
//
|
2016-02-07 14:42:07 -05:00
|
|
|
|
// toolStripMenuItem1
|
|
|
|
|
//
|
|
|
|
|
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
2017-08-20 14:18:35 -04:00
|
|
|
|
this.toolStripMenuItem1.Size = new System.Drawing.Size(138, 6);
|
2016-02-07 14:42:07 -05:00
|
|
|
|
//
|
2015-08-08 22:36:39 -04:00
|
|
|
|
// mnuAutoRefresh
|
|
|
|
|
//
|
|
|
|
|
this.mnuAutoRefresh.Checked = true;
|
|
|
|
|
this.mnuAutoRefresh.CheckOnClick = true;
|
|
|
|
|
this.mnuAutoRefresh.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
this.mnuAutoRefresh.Name = "mnuAutoRefresh";
|
2017-08-20 14:18:35 -04:00
|
|
|
|
this.mnuAutoRefresh.Size = new System.Drawing.Size(141, 22);
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.mnuAutoRefresh.Text = "Auto-refresh";
|
2016-06-04 14:43:13 -04:00
|
|
|
|
this.mnuAutoRefresh.Click += new System.EventHandler(this.mnuAutoRefresh_Click);
|
2015-08-08 22:36:39 -04:00
|
|
|
|
//
|
|
|
|
|
// tabMain
|
|
|
|
|
//
|
|
|
|
|
this.tabMain.Controls.Add(this.tpgNametableViewer);
|
|
|
|
|
this.tabMain.Controls.Add(this.tpgChrViewer);
|
|
|
|
|
this.tabMain.Controls.Add(this.tpgSpriteViewer);
|
|
|
|
|
this.tabMain.Controls.Add(this.tpgPaletteViewer);
|
|
|
|
|
this.tabMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.tabMain.Location = new System.Drawing.Point(0, 24);
|
|
|
|
|
this.tabMain.Name = "tabMain";
|
|
|
|
|
this.tabMain.SelectedIndex = 0;
|
2016-11-26 20:44:23 -05:00
|
|
|
|
this.tabMain.Size = new System.Drawing.Size(709, 552);
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.tabMain.TabIndex = 3;
|
2016-11-26 20:44:23 -05:00
|
|
|
|
this.tabMain.SelectedIndexChanged += new System.EventHandler(this.tabMain_SelectedIndexChanged);
|
2015-08-08 22:36:39 -04:00
|
|
|
|
//
|
|
|
|
|
// tpgNametableViewer
|
|
|
|
|
//
|
|
|
|
|
this.tpgNametableViewer.Controls.Add(this.ctrlNametableViewer);
|
|
|
|
|
this.tpgNametableViewer.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tpgNametableViewer.Name = "tpgNametableViewer";
|
2016-11-26 20:44:23 -05:00
|
|
|
|
this.tpgNametableViewer.Size = new System.Drawing.Size(701, 526);
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.tpgNametableViewer.TabIndex = 0;
|
|
|
|
|
this.tpgNametableViewer.Text = "Nametable Viewer";
|
|
|
|
|
this.tpgNametableViewer.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// ctrlNametableViewer
|
|
|
|
|
//
|
|
|
|
|
this.ctrlNametableViewer.Dock = System.Windows.Forms.DockStyle.Fill;
|
2017-11-14 20:56:56 -05:00
|
|
|
|
this.ctrlNametableViewer.Location = new System.Drawing.Point(0, 0);
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.ctrlNametableViewer.Name = "ctrlNametableViewer";
|
2017-11-14 20:56:56 -05:00
|
|
|
|
this.ctrlNametableViewer.Size = new System.Drawing.Size(701, 526);
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.ctrlNametableViewer.TabIndex = 0;
|
2017-08-20 14:18:35 -04:00
|
|
|
|
this.ctrlNametableViewer.OnSelectChrTile += new System.EventHandler(this.ctrlNametableViewer_OnSelectChrTile);
|
2015-08-08 22:36:39 -04:00
|
|
|
|
//
|
|
|
|
|
// tpgChrViewer
|
|
|
|
|
//
|
|
|
|
|
this.tpgChrViewer.Controls.Add(this.ctrlChrViewer);
|
|
|
|
|
this.tpgChrViewer.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tpgChrViewer.Name = "tpgChrViewer";
|
2016-11-26 20:44:23 -05:00
|
|
|
|
this.tpgChrViewer.Size = new System.Drawing.Size(701, 526);
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.tpgChrViewer.TabIndex = 1;
|
|
|
|
|
this.tpgChrViewer.Text = "CHR Viewer";
|
|
|
|
|
this.tpgChrViewer.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// ctrlChrViewer
|
|
|
|
|
//
|
|
|
|
|
this.ctrlChrViewer.Dock = System.Windows.Forms.DockStyle.Fill;
|
2017-11-14 20:56:56 -05:00
|
|
|
|
this.ctrlChrViewer.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.ctrlChrViewer.Margin = new System.Windows.Forms.Padding(0);
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.ctrlChrViewer.Name = "ctrlChrViewer";
|
2017-11-14 20:56:56 -05:00
|
|
|
|
this.ctrlChrViewer.Size = new System.Drawing.Size(701, 526);
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.ctrlChrViewer.TabIndex = 2;
|
|
|
|
|
//
|
|
|
|
|
// tpgSpriteViewer
|
|
|
|
|
//
|
|
|
|
|
this.tpgSpriteViewer.Controls.Add(this.ctrlSpriteViewer);
|
|
|
|
|
this.tpgSpriteViewer.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tpgSpriteViewer.Name = "tpgSpriteViewer";
|
2017-03-11 11:46:29 -05:00
|
|
|
|
this.tpgSpriteViewer.Size = new System.Drawing.Size(701, 526);
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.tpgSpriteViewer.TabIndex = 2;
|
|
|
|
|
this.tpgSpriteViewer.Text = "Sprite Viewer";
|
|
|
|
|
this.tpgSpriteViewer.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// ctrlSpriteViewer
|
|
|
|
|
//
|
|
|
|
|
this.ctrlSpriteViewer.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.ctrlSpriteViewer.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.ctrlSpriteViewer.Name = "ctrlSpriteViewer";
|
2017-03-11 11:46:29 -05:00
|
|
|
|
this.ctrlSpriteViewer.Size = new System.Drawing.Size(701, 526);
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.ctrlSpriteViewer.TabIndex = 0;
|
2017-08-20 14:18:35 -04:00
|
|
|
|
this.ctrlSpriteViewer.OnSelectTilePalette += new Mesen.GUI.Debugger.Controls.ctrlSpriteViewer.SelectTilePaletteHandler(this.ctrlSpriteViewer_OnSelectTilePalette);
|
2015-08-08 22:36:39 -04:00
|
|
|
|
//
|
|
|
|
|
// tpgPaletteViewer
|
|
|
|
|
//
|
|
|
|
|
this.tpgPaletteViewer.Controls.Add(this.ctrlPaletteViewer);
|
|
|
|
|
this.tpgPaletteViewer.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tpgPaletteViewer.Name = "tpgPaletteViewer";
|
2017-03-11 11:46:29 -05:00
|
|
|
|
this.tpgPaletteViewer.Size = new System.Drawing.Size(701, 526);
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.tpgPaletteViewer.TabIndex = 3;
|
|
|
|
|
this.tpgPaletteViewer.Text = "Palette Viewer";
|
|
|
|
|
this.tpgPaletteViewer.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// ctrlPaletteViewer
|
|
|
|
|
//
|
|
|
|
|
this.ctrlPaletteViewer.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.ctrlPaletteViewer.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.ctrlPaletteViewer.Name = "ctrlPaletteViewer";
|
2017-03-11 11:46:29 -05:00
|
|
|
|
this.ctrlPaletteViewer.Size = new System.Drawing.Size(701, 526);
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.ctrlPaletteViewer.TabIndex = 0;
|
|
|
|
|
//
|
2016-11-26 20:44:23 -05:00
|
|
|
|
// flowLayoutPanel1
|
|
|
|
|
//
|
|
|
|
|
this.flowLayoutPanel1.Controls.Add(this.lblShowFrameAt);
|
|
|
|
|
this.flowLayoutPanel1.Controls.Add(this.nudScanline);
|
|
|
|
|
this.flowLayoutPanel1.Controls.Add(this.lblCycle);
|
|
|
|
|
this.flowLayoutPanel1.Controls.Add(this.nudCycle);
|
2016-12-02 18:10:37 -05:00
|
|
|
|
this.flowLayoutPanel1.Controls.Add(this.btnReset);
|
2016-11-26 20:44:23 -05:00
|
|
|
|
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
|
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 576);
|
|
|
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
2016-12-02 18:10:37 -05:00
|
|
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(709, 30);
|
2016-11-26 20:44:23 -05:00
|
|
|
|
this.flowLayoutPanel1.TabIndex = 4;
|
|
|
|
|
//
|
|
|
|
|
// lblShowFrameAt
|
|
|
|
|
//
|
|
|
|
|
this.lblShowFrameAt.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
|
|
this.lblShowFrameAt.AutoSize = true;
|
2016-12-02 18:10:37 -05:00
|
|
|
|
this.lblShowFrameAt.Location = new System.Drawing.Point(3, 8);
|
2016-11-26 20:44:23 -05:00
|
|
|
|
this.lblShowFrameAt.Name = "lblShowFrameAt";
|
2016-11-29 20:44:22 -05:00
|
|
|
|
this.lblShowFrameAt.Size = new System.Drawing.Size(266, 13);
|
2016-11-26 20:44:23 -05:00
|
|
|
|
this.lblShowFrameAt.TabIndex = 0;
|
2016-11-29 20:44:22 -05:00
|
|
|
|
this.lblShowFrameAt.Text = "When emulation is running, show PPU data at scanline";
|
2016-11-26 20:44:23 -05:00
|
|
|
|
//
|
|
|
|
|
// nudScanline
|
|
|
|
|
//
|
2016-12-02 18:10:37 -05:00
|
|
|
|
this.nudScanline.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
2017-09-29 20:54:09 -04:00
|
|
|
|
this.nudScanline.DecimalPlaces = 0;
|
|
|
|
|
this.nudScanline.Increment = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
2016-12-02 18:10:37 -05:00
|
|
|
|
this.nudScanline.Location = new System.Drawing.Point(275, 4);
|
2016-11-26 20:44:23 -05:00
|
|
|
|
this.nudScanline.Maximum = new decimal(new int[] {
|
|
|
|
|
260,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
2017-09-29 20:54:09 -04:00
|
|
|
|
this.nudScanline.MaximumSize = new System.Drawing.Size(10000, 20);
|
2016-11-26 20:44:23 -05:00
|
|
|
|
this.nudScanline.Minimum = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
-2147483648});
|
|
|
|
|
this.nudScanline.Name = "nudScanline";
|
|
|
|
|
this.nudScanline.Size = new System.Drawing.Size(52, 20);
|
|
|
|
|
this.nudScanline.TabIndex = 5;
|
|
|
|
|
this.nudScanline.Value = new decimal(new int[] {
|
|
|
|
|
241,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.nudScanline.ValueChanged += new System.EventHandler(this.nudScanlineCycle_ValueChanged);
|
2017-09-29 20:54:09 -04:00
|
|
|
|
this.nudScanline.TextChanged += new System.EventHandler(this.nudScanlineCycle_TextChanged);
|
2016-11-26 20:44:23 -05:00
|
|
|
|
//
|
|
|
|
|
// lblCycle
|
|
|
|
|
//
|
|
|
|
|
this.lblCycle.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
|
|
this.lblCycle.AutoSize = true;
|
2016-12-02 18:10:37 -05:00
|
|
|
|
this.lblCycle.Location = new System.Drawing.Point(333, 8);
|
2016-11-26 20:44:23 -05:00
|
|
|
|
this.lblCycle.Name = "lblCycle";
|
|
|
|
|
this.lblCycle.Size = new System.Drawing.Size(53, 13);
|
|
|
|
|
this.lblCycle.TabIndex = 5;
|
|
|
|
|
this.lblCycle.Text = "and cycle";
|
|
|
|
|
//
|
|
|
|
|
// nudCycle
|
|
|
|
|
//
|
2016-12-02 18:10:37 -05:00
|
|
|
|
this.nudCycle.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
2017-09-29 20:54:09 -04:00
|
|
|
|
this.nudCycle.DecimalPlaces = 0;
|
|
|
|
|
this.nudCycle.Increment = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
2016-12-02 18:10:37 -05:00
|
|
|
|
this.nudCycle.Location = new System.Drawing.Point(392, 4);
|
2016-11-26 20:44:23 -05:00
|
|
|
|
this.nudCycle.Maximum = new decimal(new int[] {
|
|
|
|
|
340,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
2017-09-29 20:54:09 -04:00
|
|
|
|
0});
|
|
|
|
|
this.nudCycle.MaximumSize = new System.Drawing.Size(10000, 20);
|
|
|
|
|
this.nudCycle.Minimum = new decimal(new int[] {
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
2016-11-26 20:44:23 -05:00
|
|
|
|
0});
|
|
|
|
|
this.nudCycle.Name = "nudCycle";
|
|
|
|
|
this.nudCycle.Size = new System.Drawing.Size(52, 20);
|
|
|
|
|
this.nudCycle.TabIndex = 6;
|
2017-09-29 20:54:09 -04:00
|
|
|
|
this.nudCycle.Value = new decimal(new int[] {
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
2016-11-26 20:44:23 -05:00
|
|
|
|
this.nudCycle.ValueChanged += new System.EventHandler(this.nudScanlineCycle_ValueChanged);
|
2017-09-29 20:54:09 -04:00
|
|
|
|
this.nudCycle.TextChanged += new System.EventHandler(this.nudScanlineCycle_TextChanged);
|
2016-11-26 20:44:23 -05:00
|
|
|
|
//
|
2016-12-02 18:10:37 -05:00
|
|
|
|
// btnReset
|
|
|
|
|
//
|
|
|
|
|
this.btnReset.Location = new System.Drawing.Point(450, 3);
|
|
|
|
|
this.btnReset.Name = "btnReset";
|
|
|
|
|
this.btnReset.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.btnReset.TabIndex = 7;
|
|
|
|
|
this.btnReset.Text = "Reset";
|
|
|
|
|
this.btnReset.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
|
|
|
|
|
//
|
2015-08-08 22:36:39 -04:00
|
|
|
|
// frmPpuViewer
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2016-12-02 18:10:37 -05:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(709, 606);
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.Controls.Add(this.tabMain);
|
|
|
|
|
this.Controls.Add(this.menuStrip1);
|
2016-11-26 20:44:23 -05:00
|
|
|
|
this.Controls.Add(this.flowLayoutPanel1);
|
2016-02-07 14:42:07 -05:00
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.MainMenuStrip = this.menuStrip1;
|
2016-02-07 14:42:07 -05:00
|
|
|
|
this.MaximizeBox = false;
|
|
|
|
|
this.MinimizeBox = false;
|
2016-12-02 18:10:37 -05:00
|
|
|
|
this.MinimumSize = new System.Drawing.Size(725, 644);
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.Name = "frmPpuViewer";
|
|
|
|
|
this.Text = "PPU Viewer";
|
|
|
|
|
this.menuStrip1.ResumeLayout(false);
|
|
|
|
|
this.menuStrip1.PerformLayout();
|
|
|
|
|
this.tabMain.ResumeLayout(false);
|
|
|
|
|
this.tpgNametableViewer.ResumeLayout(false);
|
|
|
|
|
this.tpgChrViewer.ResumeLayout(false);
|
|
|
|
|
this.tpgSpriteViewer.ResumeLayout(false);
|
|
|
|
|
this.tpgPaletteViewer.ResumeLayout(false);
|
2016-11-26 20:44:23 -05:00
|
|
|
|
this.flowLayoutPanel1.ResumeLayout(false);
|
|
|
|
|
this.flowLayoutPanel1.PerformLayout();
|
2015-08-08 22:36:39 -04:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem mnuClose;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem mnuRefresh;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem mnuAutoRefresh;
|
|
|
|
|
private System.Windows.Forms.TabControl tabMain;
|
|
|
|
|
private System.Windows.Forms.TabPage tpgNametableViewer;
|
|
|
|
|
private System.Windows.Forms.TabPage tpgChrViewer;
|
|
|
|
|
private System.Windows.Forms.TabPage tpgSpriteViewer;
|
|
|
|
|
private Controls.ctrlNametableViewer ctrlNametableViewer;
|
|
|
|
|
private Controls.ctrlChrViewer ctrlChrViewer;
|
|
|
|
|
private Controls.ctrlSpriteViewer ctrlSpriteViewer;
|
|
|
|
|
private System.Windows.Forms.TabPage tpgPaletteViewer;
|
|
|
|
|
private Controls.ctrlPaletteViewer ctrlPaletteViewer;
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
|
2016-11-26 20:44:23 -05:00
|
|
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
|
|
|
private System.Windows.Forms.Label lblShowFrameAt;
|
2017-09-16 22:02:05 -04:00
|
|
|
|
private MesenNumericUpDown nudScanline;
|
2016-11-26 20:44:23 -05:00
|
|
|
|
private System.Windows.Forms.Label lblCycle;
|
2017-09-16 22:02:05 -04:00
|
|
|
|
private MesenNumericUpDown nudCycle;
|
2016-12-02 18:10:37 -05:00
|
|
|
|
private System.Windows.Forms.Button btnReset;
|
2015-08-08 22:36:39 -04:00
|
|
|
|
}
|
|
|
|
|
}
|