Files
Mapo-IOB-WIN/IOB-WIN/MainForm.Designer.cs
T
2018-11-18 16:45:52 +01:00

264 lines
12 KiB
C#

namespace IOB_WIN
{
partial class MainForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
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.windowToolStripMenuItem = 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.closeChildToolStripMenuItem = 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.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, 782);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(1048, 25);
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(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);
this.MainProgrBar.Step = 1;
//
// lblComStats
//
this.lblComStats.Name = "lblComStats";
this.lblComStats.Size = new System.Drawing.Size(41, 20);
this.lblComStats.Text = "Stats";
//
// toolStripStatusLabel3
//
this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
this.toolStripStatusLabel3.Size = new System.Drawing.Size(13, 20);
this.toolStripStatusLabel3.Text = "|";
//
// 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 = "|";
//
// tslRunTime
//
this.tslRunTime.Name = "tslRunTime";
this.tslRunTime.Size = new System.Drawing.Size(18, 20);
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.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(216, 26);
this.mCheckUpdates.Text = "Check for &Updates";
this.mCheckUpdates.Click += new System.EventHandler(this.mCheckUpdates_Click);
//
// windowToolStripMenuItem
//
this.windowToolStripMenuItem.Name = "windowToolStripMenuItem";
this.windowToolStripMenuItem.Size = new System.Drawing.Size(76, 24);
this.windowToolStripMenuItem.Text = "&Window";
//
// 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);
//
// closeChildToolStripMenuItem
//
this.closeChildToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.uploadIOBConfToolStripMenuItem,
this.downloadIOBConfToolStripMenuItem,
this.sendIOBAssignmentsToolStripMenuItem,
this.getIOBAssignmentsToolStripMenuItem});
this.closeChildToolStripMenuItem.Name = "closeChildToolStripMenuItem";
this.closeChildToolStripMenuItem.Size = new System.Drawing.Size(111, 24);
this.closeChildToolStripMenuItem.Text = "&IOB Functions";
//
// uploadIOBConfToolStripMenuItem
//
this.uploadIOBConfToolStripMenuItem.Name = "uploadIOBConfToolStripMenuItem";
this.uploadIOBConfToolStripMenuItem.Size = new System.Drawing.Size(248, 26);
this.uploadIOBConfToolStripMenuItem.Text = "Upload IOB Conf";
this.uploadIOBConfToolStripMenuItem.Click += new System.EventHandler(this.uploadIOBConfToolStripMenuItem_Click);
//
// downloadIOBConfToolStripMenuItem
//
this.downloadIOBConfToolStripMenuItem.Name = "downloadIOBConfToolStripMenuItem";
this.downloadIOBConfToolStripMenuItem.Size = new System.Drawing.Size(248, 26);
this.downloadIOBConfToolStripMenuItem.Text = "Download IOB Conf";
this.downloadIOBConfToolStripMenuItem.Click += new System.EventHandler(this.downloadIOBConfToolStripMenuItem_Click);
//
// sendIOBAssignmentsToolStripMenuItem
//
this.sendIOBAssignmentsToolStripMenuItem.Name = "sendIOBAssignmentsToolStripMenuItem";
this.sendIOBAssignmentsToolStripMenuItem.Size = new System.Drawing.Size(232, 26);
this.sendIOBAssignmentsToolStripMenuItem.Text = "Send IOB Assignments";
this.sendIOBAssignmentsToolStripMenuItem.Click += new System.EventHandler(this.sendIOBAssignmentsToolStripMenuItem_Click);
//
// getIOBAssignmentsToolStripMenuItem
//
this.getIOBAssignmentsToolStripMenuItem.Name = "getIOBAssignmentsToolStripMenuItem";
this.getIOBAssignmentsToolStripMenuItem.Size = new System.Drawing.Size(232, 26);
this.getIOBAssignmentsToolStripMenuItem.Text = "Get IOB Assignments";
this.getIOBAssignmentsToolStripMenuItem.Click += new System.EventHandler(this.getIOBAssignmentsToolStripMenuItem_Click);
//
// 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.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;
}
}