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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); 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.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel(); this.lblStatus = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); this.tslRunTime = new System.Windows.Forms.ToolStripStatusLabel(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.mCheckUpdates = new System.Windows.Forms.ToolStripMenuItem(); this.mShowMainLog = new System.Windows.Forms.ToolStripMenuItem(); this.closeChildToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.closeALLAdaptersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.restartALLAdaptersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.uploadIOBConfToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.downloadIOBConfToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.sendIOBAssignmentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.getIOBAssignmentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.windowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.arrangeWindowsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.minimizeALLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.MainTimer = new System.Windows.Forms.Timer(this.components); this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components); this.trayMenu = new System.Windows.Forms.ContextMenuStrip(this.components); 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.toolStripStatusLabel3, this.lblStatus, this.toolStripStatusLabel1, this.tslRunTime}); this.statusStrip1.Location = new System.Drawing.Point(0, 507); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 10, 0); this.statusStrip1.Size = new System.Drawing.Size(713, 23); this.statusStrip1.TabIndex = 1; this.statusStrip1.Text = "statusStrip1"; // // 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(22, 18); this.lblApp.Text = "---"; // // lblVers // this.lblVers.Name = "lblVers"; this.lblVers.Size = new System.Drawing.Size(16, 18); this.lblVers.Text = "..."; // // MainProgrBar // this.MainProgrBar.Name = "MainProgrBar"; this.MainProgrBar.Size = new System.Drawing.Size(75, 17); this.MainProgrBar.Step = 1; this.MainProgrBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee; // // lblComStats // this.lblComStats.Name = "lblComStats"; this.lblComStats.Size = new System.Drawing.Size(32, 18); this.lblComStats.Text = "Stats"; // // toolStripStatusLabel3 // this.toolStripStatusLabel3.Name = "toolStripStatusLabel3"; this.toolStripStatusLabel3.Size = new System.Drawing.Size(10, 18); this.toolStripStatusLabel3.Text = "|"; // // lblStatus // this.lblStatus.Name = "lblStatus"; this.lblStatus.Size = new System.Drawing.Size(22, 18); this.lblStatus.Text = "---"; // // toolStripStatusLabel1 // this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; this.toolStripStatusLabel1.Size = new System.Drawing.Size(10, 18); this.toolStripStatusLabel1.Text = "|"; // // tslRunTime // this.tslRunTime.Name = "tslRunTime"; this.tslRunTime.Size = new System.Drawing.Size(16, 18); this.tslRunTime.Text = "..."; // // menuStrip1 // this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.closeChildToolStripMenuItem, this.windowToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Padding = new System.Windows.Forms.Padding(4, 2, 0, 2); this.menuStrip1.Size = new System.Drawing.Size(713, 24); this.menuStrip1.TabIndex = 2; this.menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mCheckUpdates, this.mShowMainLog}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Text = "&File"; // // mCheckUpdates // this.mCheckUpdates.Name = "mCheckUpdates"; this.mCheckUpdates.Size = new System.Drawing.Size(186, 22); this.mCheckUpdates.Text = "Check for &Updates"; this.mCheckUpdates.Click += new System.EventHandler(this.mCheckUpdates_Click); // // mShowMainLog // this.mShowMainLog.Name = "mShowMainLog"; this.mShowMainLog.Size = new System.Drawing.Size(186, 22); this.mShowMainLog.Text = "Open &LogFile (MAIN)"; this.mShowMainLog.Click += new System.EventHandler(this.MShowMainLog_Click); // // closeChildToolStripMenuItem // this.closeChildToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.closeALLAdaptersToolStripMenuItem, this.restartALLAdaptersToolStripMenuItem, this.uploadIOBConfToolStripMenuItem, this.downloadIOBConfToolStripMenuItem, this.sendIOBAssignmentsToolStripMenuItem, this.getIOBAssignmentsToolStripMenuItem}); this.closeChildToolStripMenuItem.Name = "closeChildToolStripMenuItem"; this.closeChildToolStripMenuItem.Size = new System.Drawing.Size(121, 20); this.closeChildToolStripMenuItem.Text = "A&dapters Functions"; // // closeALLAdaptersToolStripMenuItem // this.closeALLAdaptersToolStripMenuItem.Name = "closeALLAdaptersToolStripMenuItem"; this.closeALLAdaptersToolStripMenuItem.Size = new System.Drawing.Size(203, 22); this.closeALLAdaptersToolStripMenuItem.Text = "&Close ALL Adapters"; this.closeALLAdaptersToolStripMenuItem.Click += new System.EventHandler(this.closeALLAdaptersToolStripMenuItem_Click); // // restartALLAdaptersToolStripMenuItem // this.restartALLAdaptersToolStripMenuItem.Name = "restartALLAdaptersToolStripMenuItem"; this.restartALLAdaptersToolStripMenuItem.ShortcutKeyDisplayString = "ALT-R"; this.restartALLAdaptersToolStripMenuItem.ShowShortcutKeys = false; this.restartALLAdaptersToolStripMenuItem.Size = new System.Drawing.Size(203, 22); this.restartALLAdaptersToolStripMenuItem.Text = "&Restart ALL Adapters"; this.restartALLAdaptersToolStripMenuItem.Click += new System.EventHandler(this.restartALLAdaptersToolStripMenuItem_Click); // // uploadIOBConfToolStripMenuItem // this.uploadIOBConfToolStripMenuItem.Name = "uploadIOBConfToolStripMenuItem"; this.uploadIOBConfToolStripMenuItem.Size = new System.Drawing.Size(203, 22); this.uploadIOBConfToolStripMenuItem.Text = "Upload IOB Conf files"; this.uploadIOBConfToolStripMenuItem.Click += new System.EventHandler(this.uploadIOBConfToolStripMenuItem_Click); // // downloadIOBConfToolStripMenuItem // this.downloadIOBConfToolStripMenuItem.Name = "downloadIOBConfToolStripMenuItem"; this.downloadIOBConfToolStripMenuItem.Size = new System.Drawing.Size(203, 22); this.downloadIOBConfToolStripMenuItem.Text = "Download IOB Conf files"; this.downloadIOBConfToolStripMenuItem.Click += new System.EventHandler(this.downloadIOBConfToolStripMenuItem_Click); // // sendIOBAssignmentsToolStripMenuItem // this.sendIOBAssignmentsToolStripMenuItem.Enabled = false; this.sendIOBAssignmentsToolStripMenuItem.Name = "sendIOBAssignmentsToolStripMenuItem"; this.sendIOBAssignmentsToolStripMenuItem.Size = new System.Drawing.Size(203, 22); this.sendIOBAssignmentsToolStripMenuItem.Text = "Send IOB Assignments"; this.sendIOBAssignmentsToolStripMenuItem.Click += new System.EventHandler(this.sendIOBAssignmentsToolStripMenuItem_Click); // // getIOBAssignmentsToolStripMenuItem // this.getIOBAssignmentsToolStripMenuItem.Enabled = false; this.getIOBAssignmentsToolStripMenuItem.Name = "getIOBAssignmentsToolStripMenuItem"; this.getIOBAssignmentsToolStripMenuItem.Size = new System.Drawing.Size(203, 22); this.getIOBAssignmentsToolStripMenuItem.Text = "Get IOB Assignments"; this.getIOBAssignmentsToolStripMenuItem.Click += new System.EventHandler(this.getIOBAssignmentsToolStripMenuItem_Click); // // windowToolStripMenuItem // this.windowToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.arrangeWindowsToolStripMenuItem, this.minimizeALLToolStripMenuItem}); this.windowToolStripMenuItem.Name = "windowToolStripMenuItem"; this.windowToolStripMenuItem.Size = new System.Drawing.Size(63, 20); this.windowToolStripMenuItem.Text = "&Window"; // // arrangeWindowsToolStripMenuItem // this.arrangeWindowsToolStripMenuItem.Name = "arrangeWindowsToolStripMenuItem"; this.arrangeWindowsToolStripMenuItem.Size = new System.Drawing.Size(184, 22); this.arrangeWindowsToolStripMenuItem.Text = "Re-arran&ge Windows"; this.arrangeWindowsToolStripMenuItem.Click += new System.EventHandler(this.arrangeWindowsToolStripMenuItem_Click); // // minimizeALLToolStripMenuItem // this.minimizeALLToolStripMenuItem.Name = "minimizeALLToolStripMenuItem"; this.minimizeALLToolStripMenuItem.Size = new System.Drawing.Size(184, 22); this.minimizeALLToolStripMenuItem.Text = "&Minimize ALL"; this.minimizeALLToolStripMenuItem.Click += new System.EventHandler(this.minimizeALLToolStripMenuItem_Click); // // MainTimer // this.MainTimer.Enabled = true; this.MainTimer.Interval = 20; this.MainTimer.Tick += new System.EventHandler(this.MainTimer_Tick); // // notifyIcon1 // this.notifyIcon1.ContextMenuStrip = this.trayMenu; this.notifyIcon1.Text = "IOB-WIN"; this.notifyIcon1.Visible = true; this.notifyIcon1.DoubleClick += new System.EventHandler(this.notifyIcon1_DoubleClick); // // trayMenu // this.trayMenu.ImageScalingSize = new System.Drawing.Size(20, 20); this.trayMenu.Name = "trayMenu"; this.trayMenu.Size = new System.Drawing.Size(61, 4); this.trayMenu.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.trayMenu_ItemClicked); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(713, 530); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.menuStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.IsMdiContainer = true; this.MainMenuStrip = this.menuStrip1; this.Margin = new System.Windows.Forms.Padding(2); this.Name = "MainForm"; this.Text = "IOB WIN"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); this.Shown += new System.EventHandler(this.MainForm_Shown); this.Resize += new System.EventHandler(this.MainForm_Resize); 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.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.Timer MainTimer; private System.Windows.Forms.NotifyIcon notifyIcon1; private System.Windows.Forms.ContextMenuStrip trayMenu; private System.Windows.Forms.ToolStripStatusLabel tslRunTime; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3; private System.Windows.Forms.ToolStripMenuItem closeChildToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem uploadIOBConfToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem downloadIOBConfToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem sendIOBAssignmentsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem getIOBAssignmentsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem restartALLAdaptersToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem arrangeWindowsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem minimizeALLToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem closeALLAdaptersToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem mShowMainLog; } }