namespace HeuristicLab.MainForm { partial class MainFormBase { /// /// 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.menuStrip = new System.Windows.Forms.MenuStrip(); this.toolStrip = new System.Windows.Forms.ToolStrip(); this.statusStrip = new System.Windows.Forms.StatusStrip(); this.statusStripLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.statusStrip.SuspendLayout(); this.SuspendLayout(); // // menuStrip // this.menuStrip.Location = new System.Drawing.Point(0, 0); this.menuStrip.Name = "menuStrip"; this.menuStrip.Size = new System.Drawing.Size(624, 24); this.menuStrip.TabIndex = 0; this.menuStrip.Text = "menuStrip"; // // toolStrip // this.toolStrip.Location = new System.Drawing.Point(0, 24); this.toolStrip.Name = "toolStrip"; this.toolStrip.Size = new System.Drawing.Size(624, 25); this.toolStrip.TabIndex = 1; // // statusStrip // this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.statusStripLabel}); this.statusStrip.Location = new System.Drawing.Point(0, 390); this.statusStrip.Name = "statusStrip"; this.statusStrip.Size = new System.Drawing.Size(624, 22); this.statusStrip.TabIndex = 2; this.statusStrip.Text = "statusStrip"; // // statusStripLabel // this.statusStripLabel.Name = "statusStripLabel"; this.statusStripLabel.Size = new System.Drawing.Size(0, 17); // // MainFormBase // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(624, 412); this.Controls.Add(this.statusStrip); this.Controls.Add(this.toolStrip); this.Controls.Add(this.menuStrip); this.MainMenuStrip = this.menuStrip; this.Name = "MainFormBase"; this.statusStrip.ResumeLayout(false); this.statusStrip.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip toolStrip; private System.Windows.Forms.StatusStrip statusStrip; private System.Windows.Forms.ToolStripStatusLabel statusStripLabel; protected System.Windows.Forms.MenuStrip menuStrip; } }