2014-04-13 22:08:46 +00:00
|
|
|
|
namespace BizHawk.Client.EmuHawk
|
2014-02-19 22:26:33 +00:00
|
|
|
|
{
|
2014-04-13 22:08:46 +00:00
|
|
|
|
partial class GenVDPViewer
|
2014-02-19 22:26:33 +00:00
|
|
|
|
{
|
|
|
|
|
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
|
2014-04-13 22:08:46 +00:00
|
|
|
|
this.bmpViewTiles = new BizHawk.Client.EmuHawk.BmpView();
|
2014-02-19 22:26:33 +00:00
|
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
2014-04-13 22:08:46 +00:00
|
|
|
|
this.bmpViewPal = new BizHawk.Client.EmuHawk.BmpView();
|
2014-02-19 22:26:33 +00:00
|
|
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
2014-04-13 22:08:46 +00:00
|
|
|
|
this.bmpViewNTW = new BizHawk.Client.EmuHawk.BmpView();
|
2014-02-19 22:26:33 +00:00
|
|
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
2014-04-13 22:08:46 +00:00
|
|
|
|
this.bmpViewNTA = new BizHawk.Client.EmuHawk.BmpView();
|
2014-02-19 22:26:33 +00:00
|
|
|
|
this.groupBox5 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.bmpViewNTB = new BizHawk.Client.EmuHawk.BmpView();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
2014-04-13 22:08:46 +00:00
|
|
|
|
this.menuStrip1 = new MenuStripEx();
|
|
|
|
|
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.saveBGAScreenshotToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.saveBGBScreenshotToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.saveTilesScreenshotToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.saveWindowScreenshotToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.savePaletteScreenshotToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2014-02-19 22:26:33 +00:00
|
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
|
|
this.groupBox3.SuspendLayout();
|
|
|
|
|
this.groupBox4.SuspendLayout();
|
|
|
|
|
this.groupBox5.SuspendLayout();
|
2014-04-13 22:08:46 +00:00
|
|
|
|
this.menuStrip1.SuspendLayout();
|
2014-02-19 22:26:33 +00:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// groupBox1
|
|
|
|
|
//
|
|
|
|
|
this.groupBox1.Controls.Add(this.bmpViewTiles);
|
2014-04-13 22:08:46 +00:00
|
|
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 568);
|
2014-02-19 22:26:33 +00:00
|
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
|
|
this.groupBox1.Size = new System.Drawing.Size(524, 281);
|
|
|
|
|
this.groupBox1.TabIndex = 5;
|
|
|
|
|
this.groupBox1.TabStop = false;
|
|
|
|
|
this.groupBox1.Text = "Tiles";
|
|
|
|
|
//
|
2014-04-13 22:08:46 +00:00
|
|
|
|
// bmpViewTiles
|
|
|
|
|
//
|
|
|
|
|
this.bmpViewTiles.Location = new System.Drawing.Point(6, 19);
|
|
|
|
|
this.bmpViewTiles.Name = "bmpViewTiles";
|
|
|
|
|
this.bmpViewTiles.Size = new System.Drawing.Size(512, 256);
|
|
|
|
|
this.bmpViewTiles.TabIndex = 0;
|
|
|
|
|
this.bmpViewTiles.Text = "bmpView1";
|
|
|
|
|
//
|
2014-02-19 22:26:33 +00:00
|
|
|
|
// groupBox2
|
|
|
|
|
//
|
|
|
|
|
this.groupBox2.Controls.Add(this.bmpViewPal);
|
2014-04-13 22:08:46 +00:00
|
|
|
|
this.groupBox2.Location = new System.Drawing.Point(12, 855);
|
2014-02-19 22:26:33 +00:00
|
|
|
|
this.groupBox2.Name = "groupBox2";
|
|
|
|
|
this.groupBox2.Size = new System.Drawing.Size(268, 89);
|
|
|
|
|
this.groupBox2.TabIndex = 6;
|
|
|
|
|
this.groupBox2.TabStop = false;
|
|
|
|
|
this.groupBox2.Text = "Palettes";
|
|
|
|
|
//
|
2014-04-13 22:08:46 +00:00
|
|
|
|
// bmpViewPal
|
|
|
|
|
//
|
|
|
|
|
this.bmpViewPal.Location = new System.Drawing.Point(6, 19);
|
|
|
|
|
this.bmpViewPal.Name = "bmpViewPal";
|
|
|
|
|
this.bmpViewPal.Size = new System.Drawing.Size(256, 64);
|
|
|
|
|
this.bmpViewPal.TabIndex = 4;
|
|
|
|
|
this.bmpViewPal.Text = "bmpView1";
|
|
|
|
|
this.bmpViewPal.MouseClick += new System.Windows.Forms.MouseEventHandler(this.bmpViewPal_MouseClick);
|
|
|
|
|
//
|
2014-02-19 22:26:33 +00:00
|
|
|
|
// groupBox3
|
|
|
|
|
//
|
|
|
|
|
this.groupBox3.Controls.Add(this.bmpViewNTW);
|
2014-04-13 22:08:46 +00:00
|
|
|
|
this.groupBox3.Location = new System.Drawing.Point(542, 568);
|
2014-02-19 22:26:33 +00:00
|
|
|
|
this.groupBox3.Name = "groupBox3";
|
|
|
|
|
this.groupBox3.Size = new System.Drawing.Size(524, 281);
|
|
|
|
|
this.groupBox3.TabIndex = 7;
|
|
|
|
|
this.groupBox3.TabStop = false;
|
|
|
|
|
this.groupBox3.Text = "Window";
|
|
|
|
|
//
|
2014-04-13 22:08:46 +00:00
|
|
|
|
// bmpViewNTW
|
|
|
|
|
//
|
|
|
|
|
this.bmpViewNTW.Location = new System.Drawing.Point(6, 19);
|
|
|
|
|
this.bmpViewNTW.Name = "bmpViewNTW";
|
|
|
|
|
this.bmpViewNTW.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.bmpViewNTW.TabIndex = 3;
|
|
|
|
|
this.bmpViewNTW.Text = "bmpView1";
|
|
|
|
|
//
|
2014-02-19 22:26:33 +00:00
|
|
|
|
// groupBox4
|
|
|
|
|
//
|
|
|
|
|
this.groupBox4.Controls.Add(this.bmpViewNTA);
|
2014-04-13 22:08:46 +00:00
|
|
|
|
this.groupBox4.Location = new System.Drawing.Point(12, 25);
|
2014-02-19 22:26:33 +00:00
|
|
|
|
this.groupBox4.Name = "groupBox4";
|
|
|
|
|
this.groupBox4.Size = new System.Drawing.Size(524, 537);
|
|
|
|
|
this.groupBox4.TabIndex = 8;
|
|
|
|
|
this.groupBox4.TabStop = false;
|
|
|
|
|
this.groupBox4.Text = "BG A";
|
|
|
|
|
//
|
2014-04-13 22:08:46 +00:00
|
|
|
|
// bmpViewNTA
|
|
|
|
|
//
|
|
|
|
|
this.bmpViewNTA.Location = new System.Drawing.Point(6, 19);
|
|
|
|
|
this.bmpViewNTA.Name = "bmpViewNTA";
|
|
|
|
|
this.bmpViewNTA.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.bmpViewNTA.TabIndex = 1;
|
|
|
|
|
this.bmpViewNTA.Text = "bmpView1";
|
|
|
|
|
//
|
2014-02-19 22:26:33 +00:00
|
|
|
|
// groupBox5
|
|
|
|
|
//
|
|
|
|
|
this.groupBox5.Controls.Add(this.bmpViewNTB);
|
2014-04-13 22:08:46 +00:00
|
|
|
|
this.groupBox5.Location = new System.Drawing.Point(542, 25);
|
2014-02-19 22:26:33 +00:00
|
|
|
|
this.groupBox5.Name = "groupBox5";
|
|
|
|
|
this.groupBox5.Size = new System.Drawing.Size(524, 537);
|
|
|
|
|
this.groupBox5.TabIndex = 9;
|
|
|
|
|
this.groupBox5.TabStop = false;
|
|
|
|
|
this.groupBox5.Text = "BG B";
|
|
|
|
|
//
|
|
|
|
|
// bmpViewNTB
|
|
|
|
|
//
|
|
|
|
|
this.bmpViewNTB.Location = new System.Drawing.Point(6, 19);
|
|
|
|
|
this.bmpViewNTB.Name = "bmpViewNTB";
|
|
|
|
|
this.bmpViewNTB.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.bmpViewNTB.TabIndex = 2;
|
|
|
|
|
this.bmpViewNTB.Text = "bmpView1";
|
|
|
|
|
//
|
2014-04-13 22:08:46 +00:00
|
|
|
|
// label1
|
2014-02-19 22:26:33 +00:00
|
|
|
|
//
|
2014-04-13 22:08:46 +00:00
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(743, 855);
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(323, 13);
|
|
|
|
|
this.label1.TabIndex = 10;
|
|
|
|
|
this.label1.Text = "CTRL+C copies the pane under the mouse pointer to the clipboard.";
|
2014-02-19 22:26:33 +00:00
|
|
|
|
//
|
2014-04-13 22:08:46 +00:00
|
|
|
|
// menuStrip1
|
2014-02-19 22:26:33 +00:00
|
|
|
|
//
|
2014-04-13 22:08:46 +00:00
|
|
|
|
this.menuStrip1.ClickThrough = true;
|
|
|
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2014-12-19 23:33:05 +00:00
|
|
|
|
this.fileToolStripMenuItem});
|
2014-04-13 22:08:46 +00:00
|
|
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
|
|
|
this.menuStrip1.Size = new System.Drawing.Size(1078, 24);
|
|
|
|
|
this.menuStrip1.TabIndex = 11;
|
|
|
|
|
this.menuStrip1.Text = "menuStrip1";
|
2014-02-19 22:26:33 +00:00
|
|
|
|
//
|
2014-04-13 22:08:46 +00:00
|
|
|
|
// fileToolStripMenuItem
|
2014-02-19 22:26:33 +00:00
|
|
|
|
//
|
2014-04-13 22:08:46 +00:00
|
|
|
|
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.saveBGAScreenshotToolStripMenuItem,
|
|
|
|
|
this.saveBGBScreenshotToolStripMenuItem,
|
|
|
|
|
this.saveTilesScreenshotToolStripMenuItem,
|
|
|
|
|
this.saveWindowScreenshotToolStripMenuItem,
|
|
|
|
|
this.savePaletteScreenshotToolStripMenuItem,
|
|
|
|
|
this.toolStripSeparator1,
|
|
|
|
|
this.closeToolStripMenuItem});
|
|
|
|
|
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
2014-12-19 23:33:05 +00:00
|
|
|
|
this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
|
2014-04-13 22:08:46 +00:00
|
|
|
|
this.fileToolStripMenuItem.Text = "&File";
|
2014-02-19 22:26:33 +00:00
|
|
|
|
//
|
2014-04-13 22:08:46 +00:00
|
|
|
|
// saveBGAScreenshotToolStripMenuItem
|
2014-02-19 22:26:33 +00:00
|
|
|
|
//
|
2014-04-13 22:08:46 +00:00
|
|
|
|
this.saveBGAScreenshotToolStripMenuItem.Name = "saveBGAScreenshotToolStripMenuItem";
|
2014-12-19 23:33:05 +00:00
|
|
|
|
this.saveBGAScreenshotToolStripMenuItem.Size = new System.Drawing.Size(208, 22);
|
2014-04-13 22:08:46 +00:00
|
|
|
|
this.saveBGAScreenshotToolStripMenuItem.Text = "Save BG A Screenshot...";
|
|
|
|
|
this.saveBGAScreenshotToolStripMenuItem.Click += new System.EventHandler(this.saveBGAScreenshotToolStripMenuItem_Click);
|
2014-02-19 22:26:33 +00:00
|
|
|
|
//
|
2014-04-13 22:08:46 +00:00
|
|
|
|
// saveBGBScreenshotToolStripMenuItem
|
2014-02-19 22:26:33 +00:00
|
|
|
|
//
|
2014-04-13 22:08:46 +00:00
|
|
|
|
this.saveBGBScreenshotToolStripMenuItem.Name = "saveBGBScreenshotToolStripMenuItem";
|
2014-12-19 23:33:05 +00:00
|
|
|
|
this.saveBGBScreenshotToolStripMenuItem.Size = new System.Drawing.Size(208, 22);
|
2014-04-13 22:08:46 +00:00
|
|
|
|
this.saveBGBScreenshotToolStripMenuItem.Text = "Save BG B Screenshot...";
|
|
|
|
|
this.saveBGBScreenshotToolStripMenuItem.Click += new System.EventHandler(this.saveBGBScreenshotToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// saveTilesScreenshotToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.saveTilesScreenshotToolStripMenuItem.Name = "saveTilesScreenshotToolStripMenuItem";
|
2014-12-19 23:33:05 +00:00
|
|
|
|
this.saveTilesScreenshotToolStripMenuItem.Size = new System.Drawing.Size(208, 22);
|
2014-04-13 22:08:46 +00:00
|
|
|
|
this.saveTilesScreenshotToolStripMenuItem.Text = "Save Tiles Screenshot...";
|
|
|
|
|
this.saveTilesScreenshotToolStripMenuItem.Click += new System.EventHandler(this.saveTilesScreenshotToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// saveWindowScreenshotToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.saveWindowScreenshotToolStripMenuItem.Name = "saveWindowScreenshotToolStripMenuItem";
|
2014-12-19 23:33:05 +00:00
|
|
|
|
this.saveWindowScreenshotToolStripMenuItem.Size = new System.Drawing.Size(208, 22);
|
2014-04-13 22:08:46 +00:00
|
|
|
|
this.saveWindowScreenshotToolStripMenuItem.Text = "Save Window Screenshot...";
|
|
|
|
|
this.saveWindowScreenshotToolStripMenuItem.Click += new System.EventHandler(this.saveWindowScreenshotToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// savePaletteScreenshotToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.savePaletteScreenshotToolStripMenuItem.Name = "savePaletteScreenshotToolStripMenuItem";
|
2014-12-19 23:33:05 +00:00
|
|
|
|
this.savePaletteScreenshotToolStripMenuItem.Size = new System.Drawing.Size(208, 22);
|
2014-04-13 22:08:46 +00:00
|
|
|
|
this.savePaletteScreenshotToolStripMenuItem.Text = "Save Palette Screenshot...";
|
|
|
|
|
this.savePaletteScreenshotToolStripMenuItem.Click += new System.EventHandler(this.savePaletteScreenshotToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator1
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
2014-12-19 23:33:05 +00:00
|
|
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(205, 6);
|
2014-04-13 22:08:46 +00:00
|
|
|
|
//
|
|
|
|
|
// closeToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
|
|
|
|
|
this.closeToolStripMenuItem.ShortcutKeyDisplayString = "Alt+F4";
|
2014-12-19 23:33:05 +00:00
|
|
|
|
this.closeToolStripMenuItem.Size = new System.Drawing.Size(208, 22);
|
2014-04-13 22:08:46 +00:00
|
|
|
|
this.closeToolStripMenuItem.Text = "&Close";
|
|
|
|
|
this.closeToolStripMenuItem.Click += new System.EventHandler(this.closeToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// GenVDPViewer
|
2014-02-19 22:26:33 +00:00
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2015-10-16 18:59:15 +00:00
|
|
|
|
this.AutoScroll = true;
|
2014-04-13 22:08:46 +00:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(1078, 954);
|
2014-02-19 22:26:33 +00:00
|
|
|
|
this.Controls.Add(this.label1);
|
|
|
|
|
this.Controls.Add(this.groupBox5);
|
|
|
|
|
this.Controls.Add(this.groupBox2);
|
|
|
|
|
this.Controls.Add(this.groupBox1);
|
|
|
|
|
this.Controls.Add(this.groupBox4);
|
|
|
|
|
this.Controls.Add(this.groupBox3);
|
2014-04-13 22:08:46 +00:00
|
|
|
|
this.Controls.Add(this.menuStrip1);
|
2014-02-19 22:26:33 +00:00
|
|
|
|
this.KeyPreview = true;
|
2014-04-13 22:08:46 +00:00
|
|
|
|
this.MainMenuStrip = this.menuStrip1;
|
|
|
|
|
this.Name = "GenVDPViewer";
|
|
|
|
|
this.ShowIcon = false;
|
|
|
|
|
this.Text = "VDP Viewer";
|
|
|
|
|
this.Load += new System.EventHandler(this.GenVDPViewer_Load);
|
2014-02-19 22:26:33 +00:00
|
|
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.VDPViewer_KeyDown);
|
|
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
|
|
this.groupBox2.ResumeLayout(false);
|
|
|
|
|
this.groupBox3.ResumeLayout(false);
|
|
|
|
|
this.groupBox4.ResumeLayout(false);
|
|
|
|
|
this.groupBox5.ResumeLayout(false);
|
2014-04-13 22:08:46 +00:00
|
|
|
|
this.menuStrip1.ResumeLayout(false);
|
|
|
|
|
this.menuStrip1.PerformLayout();
|
2014-02-19 22:26:33 +00:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private BmpView bmpViewTiles;
|
|
|
|
|
private BmpView bmpViewNTA;
|
|
|
|
|
private BmpView bmpViewNTB;
|
|
|
|
|
private BmpView bmpViewNTW;
|
|
|
|
|
private BmpView bmpViewPal;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox4;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox5;
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
2014-04-13 22:08:46 +00:00
|
|
|
|
private MenuStripEx menuStrip1;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem saveBGAScreenshotToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem saveBGBScreenshotToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem saveTilesScreenshotToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem saveWindowScreenshotToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem savePaletteScreenshotToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem closeToolStripMenuItem;
|
2014-02-19 22:26:33 +00:00
|
|
|
|
}
|
|
|
|
|
}
|