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(); this.txtStatus = new System.Windows.Forms.RichTextBox(); this.StatusToolStrip = new System.Windows.Forms.ToolStrip(); ((System.ComponentModel.ISupportInitialize)(this.main_split)).BeginInit(); this.main_split.Panel2.SuspendLayout(); 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; // // main_split.Panel2 // this.main_split.Panel2.Controls.Add(this.txtStatus); this.main_split.Panel2.Controls.Add(this.StatusToolStrip); this.main_split.Size = new System.Drawing.Size(1229, 688); this.main_split.SplitterDistance = 461; 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); // // txtStatus // this.txtStatus.BackColor = System.Drawing.SystemColors.ControlLight; this.txtStatus.Dock = System.Windows.Forms.DockStyle.Fill; this.txtStatus.Location = new System.Drawing.Point(0, 25); this.txtStatus.Name = "txtStatus"; this.txtStatus.ReadOnly = true; this.txtStatus.Size = new System.Drawing.Size(1225, 194); this.txtStatus.TabIndex = 0; this.txtStatus.Text = ""; // // StatusToolStrip // this.StatusToolStrip.Location = new System.Drawing.Point(0, 0); this.StatusToolStrip.Name = "StatusToolStrip"; this.StatusToolStrip.Size = new System.Drawing.Size(1225, 25); this.StatusToolStrip.TabIndex = 1; this.StatusToolStrip.Text = "toolStrip1"; // // Main // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1229, 712); this.Controls.Add(this.main_split); this.Controls.Add(this.mainmnu); this.Name = "Main"; this.Text = "Form1"; this.main_split.Panel2.ResumeLayout(false); this.main_split.Panel2.PerformLayout(); ((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; private System.Windows.Forms.RichTextBox txtStatus; private System.Windows.Forms.ToolStrip StatusToolStrip; } }