namespace IOB_WIN { partial class MainForm { /// /// 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.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.mCheckUpdates = new System.Windows.Forms.ToolStripMenuItem(); this.openChildToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.closeChildToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.windowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.lblApp = new System.Windows.Forms.ToolStripStatusLabel(); this.lblVers = new System.Windows.Forms.ToolStripStatusLabel(); this.MainProgrBar = new System.Windows.Forms.ToolStripProgressBar(); this.lblComStats = new System.Windows.Forms.ToolStripStatusLabel(); this.lblStatus = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); this.tslUptime = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel(); this.tslDataProc = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel(); this.statusStrip1.SuspendLayout(); this.menuStrip1.SuspendLayout(); this.SuspendLayout(); // // statusStrip1 // this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.lblApp, this.lblVers, this.MainProgrBar, this.lblComStats, this.lblStatus, this.toolStripStatusLabel1, this.tslUptime, this.toolStripStatusLabel2, this.tslDataProc, this.toolStripStatusLabel3}); this.statusStrip1.Location = new System.Drawing.Point(0, 782); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(1048, 25); this.statusStrip1.TabIndex = 1; this.statusStrip1.Text = "statusStrip1"; // // menuStrip1 // this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.openChildToolStripMenuItem, this.closeChildToolStripMenuItem, this.windowToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(1048, 28); this.menuStrip1.TabIndex = 2; this.menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mCheckUpdates}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(44, 24); this.fileToolStripMenuItem.Text = "&File"; // // mCheckUpdates // this.mCheckUpdates.Name = "mCheckUpdates"; this.mCheckUpdates.Size = new System.Drawing.Size(205, 26); this.mCheckUpdates.Text = "Check for &Updates"; this.mCheckUpdates.Click += new System.EventHandler(this.mCheckUpdates_Click); // // openChildToolStripMenuItem // this.openChildToolStripMenuItem.Name = "openChildToolStripMenuItem"; this.openChildToolStripMenuItem.Size = new System.Drawing.Size(69, 24); this.openChildToolStripMenuItem.Text = "Child +"; this.openChildToolStripMenuItem.Click += new System.EventHandler(this.openChildToolStripMenuItem_Click); // // closeChildToolStripMenuItem // this.closeChildToolStripMenuItem.Name = "closeChildToolStripMenuItem"; this.closeChildToolStripMenuItem.Size = new System.Drawing.Size(65, 24); this.closeChildToolStripMenuItem.Text = "Child -"; this.closeChildToolStripMenuItem.Click += new System.EventHandler(this.closeChildToolStripMenuItem_Click); // // windowToolStripMenuItem // this.windowToolStripMenuItem.Name = "windowToolStripMenuItem"; this.windowToolStripMenuItem.Size = new System.Drawing.Size(76, 24); this.windowToolStripMenuItem.Text = "&Window"; // // lblApp // this.lblApp.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold); this.lblApp.Name = "lblApp"; this.lblApp.Size = new System.Drawing.Size(27, 20); this.lblApp.Text = "---"; // // lblVers // this.lblVers.Name = "lblVers"; this.lblVers.Size = new System.Drawing.Size(18, 20); this.lblVers.Text = "..."; // // MainProgrBar // this.MainProgrBar.Name = "MainProgrBar"; this.MainProgrBar.Size = new System.Drawing.Size(100, 19); // // lblComStats // this.lblComStats.Name = "lblComStats"; this.lblComStats.Size = new System.Drawing.Size(41, 20); this.lblComStats.Text = "Stats"; // // lblStatus // this.lblStatus.Name = "lblStatus"; this.lblStatus.Size = new System.Drawing.Size(27, 20); this.lblStatus.Text = "---"; // // toolStripStatusLabel1 // this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; this.toolStripStatusLabel1.Size = new System.Drawing.Size(13, 20); this.toolStripStatusLabel1.Text = "|"; // // tslUptime // this.tslUptime.Name = "tslUptime"; this.tslUptime.Size = new System.Drawing.Size(15, 20); this.tslUptime.Text = "-"; // // toolStripStatusLabel2 // this.toolStripStatusLabel2.Name = "toolStripStatusLabel2"; this.toolStripStatusLabel2.Size = new System.Drawing.Size(13, 20); this.toolStripStatusLabel2.Text = "|"; // // tslDataProc // this.tslDataProc.Name = "tslDataProc"; this.tslDataProc.Size = new System.Drawing.Size(15, 20); this.tslDataProc.Text = "-"; // // toolStripStatusLabel3 // this.toolStripStatusLabel3.Name = "toolStripStatusLabel3"; this.toolStripStatusLabel3.Size = new System.Drawing.Size(13, 20); this.toolStripStatusLabel3.Text = "|"; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1048, 807); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.menuStrip1); this.IsMdiContainer = true; this.MainMenuStrip = this.menuStrip1; this.Name = "MainForm"; this.Text = "IOB MANAGER"; this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem mCheckUpdates; private System.Windows.Forms.ToolStripMenuItem windowToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem openChildToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem closeChildToolStripMenuItem; private System.Windows.Forms.ToolStripStatusLabel lblApp; private System.Windows.Forms.ToolStripStatusLabel lblVers; private System.Windows.Forms.ToolStripProgressBar MainProgrBar; private System.Windows.Forms.ToolStripStatusLabel lblComStats; private System.Windows.Forms.ToolStripStatusLabel lblStatus; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; private System.Windows.Forms.ToolStripStatusLabel tslUptime; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2; private System.Windows.Forms.ToolStripStatusLabel tslDataProc; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3; } }