namespace RomCheater
{
partial class Main
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.main_split = new System.Windows.Forms.SplitContainer();
this.mainmnu = new System.Windows.Forms.MenuStrip();
this.mnuFile = new System.Windows.Forms.ToolStripMenuItem();
this.mnuItemExit = new System.Windows.Forms.ToolStripMenuItem();
((System.ComponentModel.ISupportInitialize)(this.main_split)).BeginInit();
this.main_split.SuspendLayout();
this.mainmnu.SuspendLayout();
this.SuspendLayout();
//
// main_split
//
this.main_split.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.main_split.Dock = System.Windows.Forms.DockStyle.Fill;
this.main_split.Location = new System.Drawing.Point(0, 24);
this.main_split.Name = "main_split";
this.main_split.Orientation = System.Windows.Forms.Orientation.Horizontal;
this.main_split.Size = new System.Drawing.Size(1229, 557);
this.main_split.SplitterDistance = 392;
this.main_split.TabIndex = 0;
//
// mainmnu
//
this.mainmnu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuFile});
this.mainmnu.Location = new System.Drawing.Point(0, 0);
this.mainmnu.Name = "mainmnu";
this.mainmnu.Size = new System.Drawing.Size(1229, 24);
this.mainmnu.TabIndex = 1;
this.mainmnu.Text = "menuStrip1";
//
// mnuFile
//
this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuItemExit});
this.mnuFile.Name = "mnuFile";
this.mnuFile.Size = new System.Drawing.Size(37, 20);
this.mnuFile.Text = "&File";
//
// mnuItemExit
//
this.mnuItemExit.Name = "mnuItemExit";
this.mnuItemExit.Size = new System.Drawing.Size(152, 22);
this.mnuItemExit.Text = "&Exit";
this.mnuItemExit.Click += new System.EventHandler(this.mnuItemExit_Click);
//
// Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1229, 581);
this.Controls.Add(this.main_split);
this.Controls.Add(this.mainmnu);
this.Name = "Main";
this.Text = "Form1";
((System.ComponentModel.ISupportInitialize)(this.main_split)).EndInit();
this.main_split.ResumeLayout(false);
this.mainmnu.ResumeLayout(false);
this.mainmnu.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.SplitContainer main_split;
private System.Windows.Forms.MenuStrip mainmnu;
private System.Windows.Forms.ToolStripMenuItem mnuFile;
private System.Windows.Forms.ToolStripMenuItem mnuItemExit;
}
}