139 lines
6.7 KiB
C#
139 lines
6.7 KiB
C#
![]() |
namespace BizHawk.MultiClient
|
|||
|
{
|
|||
|
partial class NESNameTableViewer
|
|||
|
{
|
|||
|
/// <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();
|
|||
|
this.NameTableView = new BizHawk.MultiClient.NameTableViewer();
|
|||
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|||
|
this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.autoloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.saveWindowPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|||
|
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.groupBox1.SuspendLayout();
|
|||
|
this.menuStrip1.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// groupBox1
|
|||
|
//
|
|||
|
this.groupBox1.Controls.Add(this.NameTableView);
|
|||
|
this.groupBox1.Location = new System.Drawing.Point(12, 36);
|
|||
|
this.groupBox1.Name = "groupBox1";
|
|||
|
this.groupBox1.Size = new System.Drawing.Size(545, 513);
|
|||
|
this.groupBox1.TabIndex = 0;
|
|||
|
this.groupBox1.TabStop = false;
|
|||
|
//
|
|||
|
// NameTableView
|
|||
|
//
|
|||
|
this.NameTableView.BackColor = System.Drawing.Color.White;
|
|||
|
this.NameTableView.Location = new System.Drawing.Point(17, 19);
|
|||
|
this.NameTableView.Name = "NameTableView";
|
|||
|
this.NameTableView.Size = new System.Drawing.Size(512, 480);
|
|||
|
this.NameTableView.TabIndex = 0;
|
|||
|
//
|
|||
|
// menuStrip1
|
|||
|
//
|
|||
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.optionsToolStripMenuItem});
|
|||
|
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 = 1;
|
|||
|
this.menuStrip1.Text = "menuStrip1";
|
|||
|
//
|
|||
|
// optionsToolStripMenuItem
|
|||
|
//
|
|||
|
this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.autoloadToolStripMenuItem,
|
|||
|
this.saveWindowPositionToolStripMenuItem,
|
|||
|
this.toolStripSeparator1,
|
|||
|
this.exitToolStripMenuItem});
|
|||
|
this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
|
|||
|
this.optionsToolStripMenuItem.Size = new System.Drawing.Size(56, 20);
|
|||
|
this.optionsToolStripMenuItem.Text = "&Options";
|
|||
|
this.optionsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.optionsToolStripMenuItem_DropDownOpened);
|
|||
|
//
|
|||
|
// autoloadToolStripMenuItem
|
|||
|
//
|
|||
|
this.autoloadToolStripMenuItem.Name = "autoloadToolStripMenuItem";
|
|||
|
this.autoloadToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
|
|||
|
this.autoloadToolStripMenuItem.Text = "Auto-load";
|
|||
|
this.autoloadToolStripMenuItem.Click += new System.EventHandler(this.autoloadToolStripMenuItem_Click);
|
|||
|
//
|
|||
|
// saveWindowPositionToolStripMenuItem
|
|||
|
//
|
|||
|
this.saveWindowPositionToolStripMenuItem.Name = "saveWindowPositionToolStripMenuItem";
|
|||
|
this.saveWindowPositionToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
|
|||
|
this.saveWindowPositionToolStripMenuItem.Text = "Save Window Position";
|
|||
|
this.saveWindowPositionToolStripMenuItem.Click += new System.EventHandler(this.saveWindowPositionToolStripMenuItem_Click);
|
|||
|
//
|
|||
|
// toolStripSeparator1
|
|||
|
//
|
|||
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|||
|
this.toolStripSeparator1.Size = new System.Drawing.Size(187, 6);
|
|||
|
//
|
|||
|
// exitToolStripMenuItem
|
|||
|
//
|
|||
|
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
|
|||
|
this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
|
|||
|
this.exitToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
|
|||
|
this.exitToolStripMenuItem.Text = "E&xit";
|
|||
|
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
|
|||
|
//
|
|||
|
// NESNameTableViewer
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(572, 561);
|
|||
|
this.Controls.Add(this.groupBox1);
|
|||
|
this.Controls.Add(this.menuStrip1);
|
|||
|
this.MainMenuStrip = this.menuStrip1;
|
|||
|
this.Name = "NESNameTableViewer";
|
|||
|
this.Text = "NESNameTableViewer";
|
|||
|
this.Load += new System.EventHandler(this.NESNameTableViewer_Load);
|
|||
|
this.groupBox1.ResumeLayout(false);
|
|||
|
this.menuStrip1.ResumeLayout(false);
|
|||
|
this.menuStrip1.PerformLayout();
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.GroupBox groupBox1;
|
|||
|
private NameTableViewer NameTableView;
|
|||
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem autoloadToolStripMenuItem;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem saveWindowPositionToolStripMenuItem;
|
|||
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
|
|||
|
}
|
|||
|
}
|