2014-02-08 23:02:47 +00:00
|
|
|
|
namespace BizHawk.Client.EmuHawk
|
|
|
|
|
{
|
2014-04-13 19:44:08 +00:00
|
|
|
|
partial class SmsVDPViewer
|
2014-02-08 23:02:47 +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()
|
|
|
|
|
{
|
2014-04-13 19:44:08 +00:00
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SmsVDPViewer));
|
2014-02-08 23:02:47 +00:00
|
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
2014-04-13 19:44:08 +00:00
|
|
|
|
this.bmpViewTiles = new BizHawk.Client.EmuHawk.BmpView();
|
2014-02-08 23:02:47 +00:00
|
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
2014-04-13 19:44:08 +00:00
|
|
|
|
this.bmpViewPalette = new BizHawk.Client.EmuHawk.BmpView();
|
2014-02-08 23:02:47 +00:00
|
|
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.bmpViewBG = new BizHawk.Client.EmuHawk.BmpView();
|
2014-02-08 23:15:10 +00:00
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
2014-04-13 19:44:08 +00:00
|
|
|
|
this.menuStrip1 = new MenuStripEx();
|
|
|
|
|
this.FileSubMenu = new System.Windows.Forms.ToolStripMenuItem();
|
2014-04-13 20:13:22 +00:00
|
|
|
|
this.saveTilesScreenshotToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.savePalettesScrenshotToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.saveBGScreenshotToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2014-12-22 19:15:56 +00:00
|
|
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.CloseMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2014-02-08 23:02:47 +00:00
|
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
|
|
this.groupBox3.SuspendLayout();
|
2014-04-13 19:44:08 +00:00
|
|
|
|
this.menuStrip1.SuspendLayout();
|
2014-02-08 23:02:47 +00:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// groupBox1
|
|
|
|
|
//
|
|
|
|
|
this.groupBox1.Controls.Add(this.bmpViewTiles);
|
2014-04-13 19:44:08 +00:00
|
|
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 24);
|
2014-02-08 23:02:47 +00:00
|
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
|
|
this.groupBox1.Size = new System.Drawing.Size(268, 153);
|
|
|
|
|
this.groupBox1.TabIndex = 1;
|
|
|
|
|
this.groupBox1.TabStop = false;
|
|
|
|
|
this.groupBox1.Text = "Tiles";
|
|
|
|
|
//
|
2014-04-13 19:44:08 +00:00
|
|
|
|
// bmpViewTiles
|
|
|
|
|
//
|
|
|
|
|
this.bmpViewTiles.Location = new System.Drawing.Point(6, 19);
|
|
|
|
|
this.bmpViewTiles.Name = "bmpViewTiles";
|
|
|
|
|
this.bmpViewTiles.Size = new System.Drawing.Size(256, 128);
|
|
|
|
|
this.bmpViewTiles.TabIndex = 0;
|
|
|
|
|
this.bmpViewTiles.Text = "bmpViewTiles";
|
|
|
|
|
//
|
2014-02-08 23:02:47 +00:00
|
|
|
|
// groupBox2
|
|
|
|
|
//
|
|
|
|
|
this.groupBox2.Controls.Add(this.bmpViewPalette);
|
2014-04-13 19:44:08 +00:00
|
|
|
|
this.groupBox2.Location = new System.Drawing.Point(12, 183);
|
2014-02-08 23:02:47 +00:00
|
|
|
|
this.groupBox2.Name = "groupBox2";
|
|
|
|
|
this.groupBox2.Size = new System.Drawing.Size(268, 57);
|
|
|
|
|
this.groupBox2.TabIndex = 2;
|
|
|
|
|
this.groupBox2.TabStop = false;
|
|
|
|
|
this.groupBox2.Text = "Palettes";
|
|
|
|
|
//
|
2014-04-13 19:44:08 +00:00
|
|
|
|
// bmpViewPalette
|
|
|
|
|
//
|
|
|
|
|
this.bmpViewPalette.Location = new System.Drawing.Point(6, 19);
|
|
|
|
|
this.bmpViewPalette.Name = "bmpViewPalette";
|
|
|
|
|
this.bmpViewPalette.Size = new System.Drawing.Size(256, 32);
|
|
|
|
|
this.bmpViewPalette.TabIndex = 3;
|
|
|
|
|
this.bmpViewPalette.Text = "bmpViewPalette";
|
|
|
|
|
this.bmpViewPalette.MouseClick += new System.Windows.Forms.MouseEventHandler(this.bmpViewPalette_MouseClick);
|
|
|
|
|
//
|
2014-02-08 23:02:47 +00:00
|
|
|
|
// groupBox3
|
|
|
|
|
//
|
|
|
|
|
this.groupBox3.Controls.Add(this.bmpViewBG);
|
2014-04-13 19:44:08 +00:00
|
|
|
|
this.groupBox3.Location = new System.Drawing.Point(286, 24);
|
2014-02-08 23:02:47 +00:00
|
|
|
|
this.groupBox3.Name = "groupBox3";
|
|
|
|
|
this.groupBox3.Size = new System.Drawing.Size(268, 281);
|
|
|
|
|
this.groupBox3.TabIndex = 3;
|
|
|
|
|
this.groupBox3.TabStop = false;
|
|
|
|
|
this.groupBox3.Text = "BG";
|
|
|
|
|
//
|
|
|
|
|
// bmpViewBG
|
|
|
|
|
//
|
|
|
|
|
this.bmpViewBG.Location = new System.Drawing.Point(6, 19);
|
|
|
|
|
this.bmpViewBG.Name = "bmpViewBG";
|
|
|
|
|
this.bmpViewBG.Size = new System.Drawing.Size(256, 256);
|
|
|
|
|
this.bmpViewBG.TabIndex = 0;
|
|
|
|
|
this.bmpViewBG.Text = "bmpViewBG";
|
|
|
|
|
//
|
2014-02-08 23:15:10 +00:00
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
this.label1.AutoSize = true;
|
2014-04-13 19:44:08 +00:00
|
|
|
|
this.label1.Location = new System.Drawing.Point(12, 316);
|
2014-02-08 23:15:10 +00:00
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(294, 13);
|
|
|
|
|
this.label1.TabIndex = 4;
|
|
|
|
|
this.label1.Text = "CTRL + C copies the pane under the mouse to the clipboard.";
|
|
|
|
|
//
|
2014-04-13 19:44:08 +00:00
|
|
|
|
// menuStrip1
|
|
|
|
|
//
|
|
|
|
|
this.menuStrip1.ClickThrough = true;
|
|
|
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2014-12-22 19:15:56 +00:00
|
|
|
|
this.FileSubMenu});
|
2014-04-13 19:44:08 +00:00
|
|
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
|
|
|
this.menuStrip1.Size = new System.Drawing.Size(572, 24);
|
|
|
|
|
this.menuStrip1.TabIndex = 5;
|
|
|
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
|
|
|
//
|
|
|
|
|
// FileSubMenu
|
|
|
|
|
//
|
|
|
|
|
this.FileSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2014-04-13 20:13:22 +00:00
|
|
|
|
this.saveTilesScreenshotToolStripMenuItem,
|
|
|
|
|
this.savePalettesScrenshotToolStripMenuItem,
|
|
|
|
|
this.saveBGScreenshotToolStripMenuItem,
|
|
|
|
|
this.toolStripSeparator1,
|
2014-04-13 19:44:08 +00:00
|
|
|
|
this.CloseMenuItem});
|
|
|
|
|
this.FileSubMenu.Name = "FileSubMenu";
|
2014-12-22 19:15:56 +00:00
|
|
|
|
this.FileSubMenu.Size = new System.Drawing.Size(35, 20);
|
2014-04-13 19:44:08 +00:00
|
|
|
|
this.FileSubMenu.Text = "&File";
|
|
|
|
|
//
|
2014-04-13 20:13:22 +00:00
|
|
|
|
// saveTilesScreenshotToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.saveTilesScreenshotToolStripMenuItem.Name = "saveTilesScreenshotToolStripMenuItem";
|
2014-12-22 19:15:56 +00:00
|
|
|
|
this.saveTilesScreenshotToolStripMenuItem.Size = new System.Drawing.Size(203, 22);
|
2014-04-13 20:13:22 +00:00
|
|
|
|
this.saveTilesScreenshotToolStripMenuItem.Text = "Save Tiles Screenshot...";
|
|
|
|
|
this.saveTilesScreenshotToolStripMenuItem.Click += new System.EventHandler(this.saveTilesScreenshotToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// savePalettesScrenshotToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.savePalettesScrenshotToolStripMenuItem.Name = "savePalettesScrenshotToolStripMenuItem";
|
2014-12-22 19:15:56 +00:00
|
|
|
|
this.savePalettesScrenshotToolStripMenuItem.Size = new System.Drawing.Size(203, 22);
|
2014-04-13 20:13:22 +00:00
|
|
|
|
this.savePalettesScrenshotToolStripMenuItem.Text = "Save Palettes Screnshot...";
|
|
|
|
|
this.savePalettesScrenshotToolStripMenuItem.Click += new System.EventHandler(this.savePalettesScrenshotToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// saveBGScreenshotToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.saveBGScreenshotToolStripMenuItem.Name = "saveBGScreenshotToolStripMenuItem";
|
2014-12-22 19:15:56 +00:00
|
|
|
|
this.saveBGScreenshotToolStripMenuItem.Size = new System.Drawing.Size(203, 22);
|
2014-04-13 20:13:22 +00:00
|
|
|
|
this.saveBGScreenshotToolStripMenuItem.Text = "Save BG Screenshot...";
|
|
|
|
|
this.saveBGScreenshotToolStripMenuItem.Click += new System.EventHandler(this.saveBGScreenshotToolStripMenuItem_Click);
|
|
|
|
|
//
|
2014-12-22 19:15:56 +00:00
|
|
|
|
// toolStripSeparator1
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
|
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(200, 6);
|
|
|
|
|
//
|
|
|
|
|
// CloseMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.CloseMenuItem.Name = "CloseMenuItem";
|
|
|
|
|
this.CloseMenuItem.ShortcutKeyDisplayString = "Alt+F4";
|
|
|
|
|
this.CloseMenuItem.Size = new System.Drawing.Size(203, 22);
|
|
|
|
|
this.CloseMenuItem.Text = "&Close";
|
|
|
|
|
this.CloseMenuItem.Click += new System.EventHandler(this.CloseMenuItem_Click);
|
|
|
|
|
//
|
2014-04-13 20:13:22 +00:00
|
|
|
|
// SmsVDPViewer
|
2014-02-08 23:02:47 +00:00
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2014-04-13 19:44:08 +00:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(572, 335);
|
2014-02-08 23:15:10 +00:00
|
|
|
|
this.Controls.Add(this.label1);
|
2014-02-08 23:02:47 +00:00
|
|
|
|
this.Controls.Add(this.groupBox3);
|
|
|
|
|
this.Controls.Add(this.groupBox2);
|
|
|
|
|
this.Controls.Add(this.groupBox1);
|
2014-04-13 19:44:08 +00:00
|
|
|
|
this.Controls.Add(this.menuStrip1);
|
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
2014-02-08 23:15:10 +00:00
|
|
|
|
this.KeyPreview = true;
|
2014-04-13 19:44:08 +00:00
|
|
|
|
this.MainMenuStrip = this.menuStrip1;
|
2014-04-13 20:13:22 +00:00
|
|
|
|
this.Name = "SmsVDPViewer";
|
2014-02-08 23:02:47 +00:00
|
|
|
|
this.Text = "VDP Viewer";
|
2014-04-13 19:44:08 +00:00
|
|
|
|
this.Load += new System.EventHandler(this.VDPViewer_Load);
|
2014-02-08 23:15:10 +00:00
|
|
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.VDPViewer_KeyDown);
|
2014-02-08 23:02:47 +00:00
|
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
|
|
this.groupBox2.ResumeLayout(false);
|
|
|
|
|
this.groupBox3.ResumeLayout(false);
|
2014-04-13 19:44:08 +00:00
|
|
|
|
this.menuStrip1.ResumeLayout(false);
|
|
|
|
|
this.menuStrip1.PerformLayout();
|
2014-02-08 23:02:47 +00:00
|
|
|
|
this.ResumeLayout(false);
|
2014-02-08 23:15:10 +00:00
|
|
|
|
this.PerformLayout();
|
2014-02-08 23:02:47 +00:00
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private BmpView bmpViewTiles;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
|
|
|
private BmpView bmpViewPalette;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
|
|
|
private BmpView bmpViewBG;
|
2014-02-08 23:15:10 +00:00
|
|
|
|
private System.Windows.Forms.Label label1;
|
2014-04-13 19:44:08 +00:00
|
|
|
|
private MenuStripEx menuStrip1;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem FileSubMenu;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem CloseMenuItem;
|
2014-04-13 20:13:22 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem saveTilesScreenshotToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem savePalettesScrenshotToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem saveBGScreenshotToolStripMenuItem;
|
2014-02-08 23:02:47 +00:00
|
|
|
|
}
|
|
|
|
|
}
|