2011-04-07 01:30:42 +00:00
|
|
|
|
namespace BizHawk.MultiClient
|
2011-04-07 00:46:10 +00:00
|
|
|
|
{
|
2013-04-23 09:09:49 +00:00
|
|
|
|
partial class ToolBox
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
2011-04-07 00:46:10 +00:00
|
|
|
|
|
2013-04-23 09:09:49 +00:00
|
|
|
|
/// <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);
|
|
|
|
|
}
|
2011-04-07 00:46:10 +00:00
|
|
|
|
|
2013-04-23 09:09:49 +00:00
|
|
|
|
#region Windows Form Designer generated code
|
2011-04-07 00:46:10 +00:00
|
|
|
|
|
2013-04-23 09:09:49 +00:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
2011-08-06 22:25:37 +00:00
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ToolBox));
|
2013-08-21 20:16:23 +00:00
|
|
|
|
this.toolStrip1 = new ToolStripEx();
|
2011-08-06 22:25:37 +00:00
|
|
|
|
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
|
|
|
|
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
|
|
|
|
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
|
|
|
|
|
this.HexEditor = new System.Windows.Forms.ToolStripButton();
|
|
|
|
|
this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
|
2013-04-23 09:09:49 +00:00
|
|
|
|
this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
|
2012-01-10 02:02:11 +00:00
|
|
|
|
this.TAStudioButton = new System.Windows.Forms.ToolStripButton();
|
2011-08-06 22:25:37 +00:00
|
|
|
|
this.NESDebugger = new System.Windows.Forms.ToolStripButton();
|
|
|
|
|
this.NESPPU = new System.Windows.Forms.ToolStripButton();
|
|
|
|
|
this.NESNameTable = new System.Windows.Forms.ToolStripButton();
|
|
|
|
|
this.NESGameGenie = new System.Windows.Forms.ToolStripButton();
|
2011-09-10 21:48:27 +00:00
|
|
|
|
this.KeypadTool = new System.Windows.Forms.ToolStripButton();
|
2012-09-29 16:25:28 +00:00
|
|
|
|
this.SNESGraphicsDebuggerButton = new System.Windows.Forms.ToolStripButton();
|
2013-04-23 09:09:49 +00:00
|
|
|
|
this.SNESGameGenie = new System.Windows.Forms.ToolStripButton();
|
2013-04-24 20:41:23 +00:00
|
|
|
|
this.GGGameGenie = new System.Windows.Forms.ToolStripButton();
|
|
|
|
|
this.GBGameGenie = new System.Windows.Forms.ToolStripButton();
|
2013-09-14 03:13:22 +00:00
|
|
|
|
this.GameboyDebuggerTool = new System.Windows.Forms.ToolStripButton();
|
2011-08-06 22:25:37 +00:00
|
|
|
|
this.toolStrip1.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// toolStrip1
|
|
|
|
|
//
|
2011-09-10 21:48:27 +00:00
|
|
|
|
this.toolStrip1.BackColor = System.Drawing.SystemColors.Control;
|
2013-09-14 03:13:22 +00:00
|
|
|
|
this.toolStrip1.ClickThrough = true;
|
2011-08-06 22:25:37 +00:00
|
|
|
|
this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
|
|
|
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2013-04-24 20:41:23 +00:00
|
|
|
|
this.toolStripButton1,
|
|
|
|
|
this.toolStripButton2,
|
|
|
|
|
this.toolStripButton3,
|
|
|
|
|
this.HexEditor,
|
|
|
|
|
this.toolStripButton5,
|
|
|
|
|
this.toolStripButton6,
|
|
|
|
|
this.TAStudioButton,
|
|
|
|
|
this.NESDebugger,
|
|
|
|
|
this.NESPPU,
|
|
|
|
|
this.NESNameTable,
|
|
|
|
|
this.NESGameGenie,
|
|
|
|
|
this.KeypadTool,
|
|
|
|
|
this.SNESGraphicsDebuggerButton,
|
|
|
|
|
this.SNESGameGenie,
|
|
|
|
|
this.GGGameGenie,
|
|
|
|
|
this.GBGameGenie,
|
|
|
|
|
this.GameboyDebuggerTool});
|
2011-08-06 22:25:37 +00:00
|
|
|
|
this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Table;
|
2013-09-14 03:13:22 +00:00
|
|
|
|
this.toolStrip1.Location = new System.Drawing.Point(9, 11);
|
2011-08-06 22:25:37 +00:00
|
|
|
|
this.toolStrip1.Name = "toolStrip1";
|
2013-09-14 03:13:22 +00:00
|
|
|
|
this.toolStrip1.Size = new System.Drawing.Size(100, 394);
|
2011-08-06 22:25:37 +00:00
|
|
|
|
this.toolStrip1.TabIndex = 0;
|
|
|
|
|
this.toolStrip1.TabStop = true;
|
|
|
|
|
//
|
|
|
|
|
// toolStripButton1
|
|
|
|
|
//
|
|
|
|
|
this.toolStripButton1.Image = global::BizHawk.MultiClient.Properties.Resources.Freeze;
|
|
|
|
|
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.toolStripButton1.Name = "toolStripButton1";
|
2013-09-14 03:13:22 +00:00
|
|
|
|
this.toolStripButton1.Size = new System.Drawing.Size(63, 20);
|
2011-08-06 22:25:37 +00:00
|
|
|
|
this.toolStripButton1.Text = "Cheats";
|
|
|
|
|
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripButton2
|
|
|
|
|
//
|
|
|
|
|
this.toolStripButton2.Image = global::BizHawk.MultiClient.Properties.Resources.FindHS;
|
|
|
|
|
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.toolStripButton2.Name = "toolStripButton2";
|
2013-09-14 03:13:22 +00:00
|
|
|
|
this.toolStripButton2.Size = new System.Drawing.Size(88, 20);
|
2011-08-06 22:25:37 +00:00
|
|
|
|
this.toolStripButton2.Text = "Ram Watch";
|
|
|
|
|
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripButton3
|
|
|
|
|
//
|
|
|
|
|
this.toolStripButton3.Image = global::BizHawk.MultiClient.Properties.Resources.search;
|
|
|
|
|
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.toolStripButton3.Name = "toolStripButton3";
|
2013-09-14 03:13:22 +00:00
|
|
|
|
this.toolStripButton3.Size = new System.Drawing.Size(89, 20);
|
2011-08-06 22:25:37 +00:00
|
|
|
|
this.toolStripButton3.Text = "Ram Search";
|
|
|
|
|
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
|
|
|
|
|
//
|
|
|
|
|
// HexEditor
|
|
|
|
|
//
|
|
|
|
|
this.HexEditor.Image = global::BizHawk.MultiClient.Properties.Resources.poke;
|
|
|
|
|
this.HexEditor.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.HexEditor.Name = "HexEditor";
|
2013-09-14 03:13:22 +00:00
|
|
|
|
this.HexEditor.Size = new System.Drawing.Size(81, 20);
|
2011-08-06 22:25:37 +00:00
|
|
|
|
this.HexEditor.Text = "Hex Editor";
|
|
|
|
|
this.HexEditor.Click += new System.EventHandler(this.HexEditor_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripButton5
|
|
|
|
|
//
|
|
|
|
|
this.toolStripButton5.Image = global::BizHawk.MultiClient.Properties.Resources.textdoc;
|
|
|
|
|
this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.toolStripButton5.Name = "toolStripButton5";
|
2013-09-14 03:13:22 +00:00
|
|
|
|
this.toolStripButton5.Size = new System.Drawing.Size(92, 20);
|
2011-08-06 22:25:37 +00:00
|
|
|
|
this.toolStripButton5.Text = "Lua Console";
|
|
|
|
|
this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
|
|
|
|
|
//
|
2013-04-23 09:09:49 +00:00
|
|
|
|
// toolStripButton6
|
|
|
|
|
//
|
|
|
|
|
this.toolStripButton6.Image = global::BizHawk.MultiClient.Properties.Resources.TAStudio;
|
|
|
|
|
this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.toolStripButton6.Name = "toolStripButton6";
|
2013-09-14 03:13:22 +00:00
|
|
|
|
this.toolStripButton6.Size = new System.Drawing.Size(76, 20);
|
2013-04-23 09:09:49 +00:00
|
|
|
|
this.toolStripButton6.Text = "TAStudio";
|
|
|
|
|
this.toolStripButton6.Click += new System.EventHandler(this.TAStudioButton_Click);
|
|
|
|
|
//
|
2012-01-10 02:02:11 +00:00
|
|
|
|
// TAStudioButton
|
|
|
|
|
//
|
2012-11-18 05:31:31 +00:00
|
|
|
|
this.TAStudioButton.Image = global::BizHawk.MultiClient.Properties.Resources.GameController;
|
2012-01-10 02:02:11 +00:00
|
|
|
|
this.TAStudioButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.TAStudioButton.Name = "TAStudioButton";
|
2013-09-14 03:13:22 +00:00
|
|
|
|
this.TAStudioButton.Size = new System.Drawing.Size(86, 20);
|
2012-11-18 05:31:31 +00:00
|
|
|
|
this.TAStudioButton.Text = "VirtualPads";
|
2013-11-02 21:31:04 +00:00
|
|
|
|
this.TAStudioButton.Click += new System.EventHandler(this.VirtualPadButton_Click);
|
2012-01-10 02:02:11 +00:00
|
|
|
|
//
|
2011-08-06 22:25:37 +00:00
|
|
|
|
// NESDebugger
|
|
|
|
|
//
|
|
|
|
|
this.NESDebugger.Image = global::BizHawk.MultiClient.Properties.Resources.NESControllerIcon;
|
|
|
|
|
this.NESDebugger.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.NESDebugger.Name = "NESDebugger";
|
2013-09-14 03:13:22 +00:00
|
|
|
|
this.NESDebugger.Size = new System.Drawing.Size(79, 20);
|
2011-08-06 22:25:37 +00:00
|
|
|
|
this.NESDebugger.Text = "Debugger";
|
|
|
|
|
this.NESDebugger.Click += new System.EventHandler(this.NESDebugger_Click);
|
|
|
|
|
//
|
|
|
|
|
// NESPPU
|
|
|
|
|
//
|
|
|
|
|
this.NESPPU.Image = global::BizHawk.MultiClient.Properties.Resources.NESControllerIcon;
|
|
|
|
|
this.NESPPU.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.NESPPU.Name = "NESPPU";
|
2013-09-14 03:13:22 +00:00
|
|
|
|
this.NESPPU.Size = new System.Drawing.Size(49, 20);
|
2011-08-06 22:25:37 +00:00
|
|
|
|
this.NESPPU.Text = "PPU";
|
|
|
|
|
this.NESPPU.Click += new System.EventHandler(this.NESPPU_Click);
|
|
|
|
|
//
|
|
|
|
|
// NESNameTable
|
|
|
|
|
//
|
|
|
|
|
this.NESNameTable.Image = global::BizHawk.MultiClient.Properties.Resources.NESControllerIcon;
|
|
|
|
|
this.NESNameTable.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.NESNameTable.Name = "NESNameTable";
|
2013-09-14 03:13:22 +00:00
|
|
|
|
this.NESNameTable.Size = new System.Drawing.Size(85, 20);
|
2011-08-06 22:25:37 +00:00
|
|
|
|
this.NESNameTable.Text = "Nametable";
|
|
|
|
|
this.NESNameTable.Click += new System.EventHandler(this.NESNameTable_Click);
|
|
|
|
|
//
|
|
|
|
|
// NESGameGenie
|
|
|
|
|
//
|
|
|
|
|
this.NESGameGenie.Image = global::BizHawk.MultiClient.Properties.Resources.NESControllerIcon;
|
|
|
|
|
this.NESGameGenie.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.NESGameGenie.Name = "NESGameGenie";
|
2013-09-14 03:13:22 +00:00
|
|
|
|
this.NESGameGenie.Size = new System.Drawing.Size(91, 20);
|
2011-08-06 22:25:37 +00:00
|
|
|
|
this.NESGameGenie.Text = "Game Genie";
|
|
|
|
|
this.NESGameGenie.Click += new System.EventHandler(this.NESGameGenie_Click);
|
|
|
|
|
//
|
2011-09-10 21:48:27 +00:00
|
|
|
|
// KeypadTool
|
2011-08-06 22:25:37 +00:00
|
|
|
|
//
|
2011-09-10 21:48:27 +00:00
|
|
|
|
this.KeypadTool.Image = global::BizHawk.MultiClient.Properties.Resources.calculator;
|
|
|
|
|
this.KeypadTool.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.KeypadTool.Name = "KeypadTool";
|
2013-09-14 03:13:22 +00:00
|
|
|
|
this.KeypadTool.Size = new System.Drawing.Size(66, 20);
|
2011-09-10 21:48:27 +00:00
|
|
|
|
this.KeypadTool.Text = "Keypad";
|
|
|
|
|
this.KeypadTool.Click += new System.EventHandler(this.KeyPadTool_Click);
|
2012-09-29 16:25:28 +00:00
|
|
|
|
//
|
|
|
|
|
// SNESGraphicsDebuggerButton
|
|
|
|
|
//
|
|
|
|
|
this.SNESGraphicsDebuggerButton.Image = global::BizHawk.MultiClient.Properties.Resources.SNESControllerIcon;
|
|
|
|
|
this.SNESGraphicsDebuggerButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.SNESGraphicsDebuggerButton.Name = "SNESGraphicsDebuggerButton";
|
2013-09-14 03:13:22 +00:00
|
|
|
|
this.SNESGraphicsDebuggerButton.Size = new System.Drawing.Size(99, 20);
|
2012-09-29 16:25:28 +00:00
|
|
|
|
this.SNESGraphicsDebuggerButton.Text = "Gfx Debugger";
|
|
|
|
|
this.SNESGraphicsDebuggerButton.Click += new System.EventHandler(this.SNESGraphicsDebuggerButton_Click);
|
2012-01-10 01:30:17 +00:00
|
|
|
|
//
|
2013-04-23 09:09:49 +00:00
|
|
|
|
// SNESGameGenie
|
2012-11-18 05:31:31 +00:00
|
|
|
|
//
|
2013-04-23 09:09:49 +00:00
|
|
|
|
this.SNESGameGenie.Image = global::BizHawk.MultiClient.Properties.Resources.SNESControllerIcon;
|
|
|
|
|
this.SNESGameGenie.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.SNESGameGenie.Name = "SNESGameGenie";
|
2013-09-14 03:13:22 +00:00
|
|
|
|
this.SNESGameGenie.Size = new System.Drawing.Size(91, 20);
|
2013-04-23 09:09:49 +00:00
|
|
|
|
this.SNESGameGenie.Text = "Game Genie";
|
|
|
|
|
this.SNESGameGenie.Click += new System.EventHandler(this.SNESGameGenie_Click);
|
2012-11-18 05:31:31 +00:00
|
|
|
|
//
|
2013-04-24 20:41:23 +00:00
|
|
|
|
// GGGameGenie
|
|
|
|
|
//
|
|
|
|
|
this.GGGameGenie.Image = ((System.Drawing.Image)(resources.GetObject("GGGameGenie.Image")));
|
|
|
|
|
this.GGGameGenie.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.GGGameGenie.Name = "GGGameGenie";
|
2013-09-14 03:13:22 +00:00
|
|
|
|
this.GGGameGenie.Size = new System.Drawing.Size(91, 20);
|
2013-04-24 20:41:23 +00:00
|
|
|
|
this.GGGameGenie.Text = "Game Genie";
|
|
|
|
|
this.GGGameGenie.Click += new System.EventHandler(this.GGGameGenie_Click);
|
|
|
|
|
//
|
|
|
|
|
// GBGameGenie
|
|
|
|
|
//
|
|
|
|
|
this.GBGameGenie.Image = ((System.Drawing.Image)(resources.GetObject("GBGameGenie.Image")));
|
|
|
|
|
this.GBGameGenie.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.GBGameGenie.Name = "GBGameGenie";
|
2013-09-14 03:13:22 +00:00
|
|
|
|
this.GBGameGenie.Size = new System.Drawing.Size(91, 20);
|
2013-04-24 20:41:23 +00:00
|
|
|
|
this.GBGameGenie.Text = "Game Genie";
|
|
|
|
|
this.GBGameGenie.Click += new System.EventHandler(this.GBGameGenie_Click);
|
|
|
|
|
//
|
2013-09-14 03:13:22 +00:00
|
|
|
|
// GameboyDebuggerTool
|
|
|
|
|
//
|
|
|
|
|
this.GameboyDebuggerTool.Name = "GameboyDebuggerTool";
|
|
|
|
|
this.GameboyDebuggerTool.Size = new System.Drawing.Size(23, 4);
|
|
|
|
|
//
|
2011-08-06 22:25:37 +00:00
|
|
|
|
// ToolBox
|
|
|
|
|
//
|
2013-09-14 03:13:22 +00:00
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
2011-08-06 22:25:37 +00:00
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2013-09-14 03:13:22 +00:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(160, 449);
|
2011-08-06 22:25:37 +00:00
|
|
|
|
this.Controls.Add(this.toolStrip1);
|
|
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
2013-09-14 03:13:22 +00:00
|
|
|
|
this.MinimumSize = new System.Drawing.Size(129, 62);
|
2011-08-06 22:25:37 +00:00
|
|
|
|
this.Name = "ToolBox";
|
|
|
|
|
this.Text = "Tool Box";
|
|
|
|
|
this.Load += new System.EventHandler(this.ToolBox_Load);
|
|
|
|
|
this.toolStrip1.ResumeLayout(false);
|
|
|
|
|
this.toolStrip1.PerformLayout();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
2011-04-07 00:46:10 +00:00
|
|
|
|
|
2013-04-23 09:09:49 +00:00
|
|
|
|
}
|
2011-04-07 00:46:10 +00:00
|
|
|
|
|
2013-04-23 09:09:49 +00:00
|
|
|
|
#endregion
|
2011-04-07 01:30:42 +00:00
|
|
|
|
|
2013-08-21 20:16:23 +00:00
|
|
|
|
private ToolStripEx toolStrip1;
|
2013-04-23 09:09:49 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripButton toolStripButton1;
|
|
|
|
|
private System.Windows.Forms.ToolStripButton toolStripButton2;
|
|
|
|
|
private System.Windows.Forms.ToolStripButton toolStripButton3;
|
|
|
|
|
private System.Windows.Forms.ToolStripButton HexEditor;
|
|
|
|
|
private System.Windows.Forms.ToolStripButton toolStripButton5;
|
|
|
|
|
private System.Windows.Forms.ToolStripButton NESPPU;
|
|
|
|
|
private System.Windows.Forms.ToolStripButton NESDebugger;
|
|
|
|
|
private System.Windows.Forms.ToolStripButton NESGameGenie;
|
|
|
|
|
private System.Windows.Forms.ToolStripButton NESNameTable;
|
|
|
|
|
private System.Windows.Forms.ToolStripButton KeypadTool;
|
2012-01-10 01:30:17 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripButton TAStudioButton;
|
2012-01-10 02:02:11 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripButton GameboyDebuggerTool;
|
2012-09-29 16:25:28 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripButton SNESGraphicsDebuggerButton;
|
2013-04-23 09:09:49 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripButton SNESGameGenie;
|
2012-11-18 05:31:31 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripButton toolStripButton6;
|
2013-04-24 20:41:23 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripButton GGGameGenie;
|
|
|
|
|
private System.Windows.Forms.ToolStripButton GBGameGenie;
|
2011-04-07 01:30:42 +00:00
|
|
|
|
|
2013-04-23 09:09:49 +00:00
|
|
|
|
}
|
2011-04-07 00:46:10 +00:00
|
|
|
|
}
|