namespace WCS_Client
{
partial class FrmMain
{
///
/// 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(FrmMain));
this.Bar_ToolBar = new DevComponents.DotNetBar.Bar();
this.Btn_SysExit = new DevComponents.DotNetBar.ButtonItem();
this.Btn_SysReset = new DevComponents.DotNetBar.ButtonItem();
this.Btn_Book = new DevComponents.DotNetBar.ButtonItem();
this.Btn_Calc = new DevComponents.DotNetBar.ButtonItem();
this.Bar_Menu = new DevComponents.DotNetBar.Bar();
this.Bar_Status = new DevComponents.DotNetBar.Bar();
this.Btn_LoginUserTime = new DevComponents.DotNetBar.ButtonItem();
this.Btn_Copyrignt = new DevComponents.DotNetBar.ButtonItem();
this.STab_Main = new DevComponents.DotNetBar.SuperTabControl();
this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components);
((System.ComponentModel.ISupportInitialize)(this.Bar_ToolBar)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Bar_Menu)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Bar_Status)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.STab_Main)).BeginInit();
this.SuspendLayout();
//
// Bar_ToolBar
//
this.Bar_ToolBar.AccessibleDescription = "DotNetBar Bar (Bar_ToolBar)";
this.Bar_ToolBar.AccessibleName = "DotNetBar Bar";
this.Bar_ToolBar.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
this.Bar_ToolBar.AntiAlias = true;
this.Bar_ToolBar.Dock = System.Windows.Forms.DockStyle.Top;
this.Bar_ToolBar.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Bar_ToolBar.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Office2003;
this.Bar_ToolBar.IsMaximized = false;
this.Bar_ToolBar.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.Btn_SysExit,
this.Btn_SysReset,
this.Btn_Book,
this.Btn_Calc});
this.Bar_ToolBar.ItemSpacing = 2;
this.Bar_ToolBar.Location = new System.Drawing.Point(0, 24);
this.Bar_ToolBar.Margin = new System.Windows.Forms.Padding(4);
this.Bar_ToolBar.Name = "Bar_ToolBar";
this.Bar_ToolBar.PaddingBottom = 0;
this.Bar_ToolBar.PaddingLeft = 0;
this.Bar_ToolBar.PaddingRight = 0;
this.Bar_ToolBar.PaddingTop = 0;
this.Bar_ToolBar.Size = new System.Drawing.Size(1088, 47);
this.Bar_ToolBar.Stretch = true;
this.Bar_ToolBar.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.Bar_ToolBar.TabIndex = 32;
this.Bar_ToolBar.TabStop = false;
this.Bar_ToolBar.Text = "barStatus";
//
// Btn_SysExit
//
this.Btn_SysExit.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.Btn_SysExit.ImagePaddingVertical = 18;
this.Btn_SysExit.Name = "Btn_SysExit";
this.Btn_SysExit.SubItemsExpandWidth = 18;
this.Btn_SysExit.Symbol = "";
this.Btn_SysExit.SymbolSize = 16F;
this.Btn_SysExit.Text = "系统退出";
this.Btn_SysExit.Click += new System.EventHandler(this.Btn_SysExit_Click);
//
// Btn_SysReset
//
this.Btn_SysReset.BeginGroup = true;
this.Btn_SysReset.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.Btn_SysReset.ImagePaddingVertical = 18;
this.Btn_SysReset.Name = "Btn_SysReset";
this.Btn_SysReset.SubItemsExpandWidth = 18;
this.Btn_SysReset.Symbol = "";
this.Btn_SysReset.SymbolSize = 16F;
this.Btn_SysReset.Text = "系统注销";
this.Btn_SysReset.Click += new System.EventHandler(this.Btn_SysReset_Click);
//
// Btn_Book
//
this.Btn_Book.BeginGroup = true;
this.Btn_Book.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.Btn_Book.ImagePaddingVertical = 18;
this.Btn_Book.Name = "Btn_Book";
this.Btn_Book.SubItemsExpandWidth = 18;
this.Btn_Book.Symbol = "";
this.Btn_Book.SymbolSize = 16F;
this.Btn_Book.Text = "记事本";
this.Btn_Book.Click += new System.EventHandler(this.Btn_Book_Click);
//
// Btn_Calc
//
this.Btn_Calc.BeginGroup = true;
this.Btn_Calc.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.Btn_Calc.ImagePaddingVertical = 18;
this.Btn_Calc.Name = "Btn_Calc";
this.Btn_Calc.SubItemsExpandWidth = 18;
this.Btn_Calc.Symbol = "";
this.Btn_Calc.SymbolSize = 16F;
this.Btn_Calc.Text = "计算器";
this.Btn_Calc.Click += new System.EventHandler(this.Btn_Calc_Click);
//
// Bar_Menu
//
this.Bar_Menu.AccessibleDescription = "DotNetBar Bar (Bar_Menu)";
this.Bar_Menu.AccessibleName = "DotNetBar Bar";
this.Bar_Menu.AccessibleRole = System.Windows.Forms.AccessibleRole.MenuBar;
this.Bar_Menu.AntiAlias = true;
this.Bar_Menu.BarType = DevComponents.DotNetBar.eBarType.MenuBar;
this.Bar_Menu.Dock = System.Windows.Forms.DockStyle.Top;
this.Bar_Menu.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Bar_Menu.IsMaximized = false;
this.Bar_Menu.ItemSpacing = 2;
this.Bar_Menu.Location = new System.Drawing.Point(0, 0);
this.Bar_Menu.Margin = new System.Windows.Forms.Padding(4);
this.Bar_Menu.MenuBar = true;
this.Bar_Menu.Name = "Bar_Menu";
this.Bar_Menu.PaddingBottom = 0;
this.Bar_Menu.PaddingTop = 0;
this.Bar_Menu.Size = new System.Drawing.Size(1088, 24);
this.Bar_Menu.Stretch = true;
this.Bar_Menu.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.Bar_Menu.TabIndex = 31;
this.Bar_Menu.TabStop = false;
this.Bar_Menu.Text = "barStatus";
//
// Bar_Status
//
this.Bar_Status.AccessibleDescription = "DotNetBar Bar (Bar_Status)";
this.Bar_Status.AccessibleName = "DotNetBar Bar";
this.Bar_Status.AccessibleRole = System.Windows.Forms.AccessibleRole.StatusBar;
this.Bar_Status.AntiAlias = true;
this.Bar_Status.BarType = DevComponents.DotNetBar.eBarType.StatusBar;
this.Bar_Status.Dock = System.Windows.Forms.DockStyle.Bottom;
this.Bar_Status.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Bar_Status.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.ResizeHandle;
this.Bar_Status.IsMaximized = false;
this.Bar_Status.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.Btn_LoginUserTime,
this.Btn_Copyrignt});
this.Bar_Status.ItemSpacing = 2;
this.Bar_Status.Location = new System.Drawing.Point(0, 400);
this.Bar_Status.Margin = new System.Windows.Forms.Padding(4);
this.Bar_Status.Name = "Bar_Status";
this.Bar_Status.PaddingBottom = 0;
this.Bar_Status.PaddingLeft = 0;
this.Bar_Status.PaddingRight = 0;
this.Bar_Status.PaddingTop = 0;
this.Bar_Status.Size = new System.Drawing.Size(1088, 30);
this.Bar_Status.Stretch = true;
this.Bar_Status.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.Bar_Status.TabIndex = 33;
this.Bar_Status.TabStop = false;
this.Bar_Status.Text = "barStatus";
//
// Btn_LoginUserTime
//
this.Btn_LoginUserTime.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.Btn_LoginUserTime.Name = "Btn_LoginUserTime";
this.Btn_LoginUserTime.Symbol = "";
this.Btn_LoginUserTime.SymbolColor = System.Drawing.Color.OrangeRed;
this.Btn_LoginUserTime.SymbolSize = 13F;
this.Btn_LoginUserTime.Text = "admin|管理员|2015年06月02号 18点57分59秒 星期二";
//
// Btn_Copyrignt
//
this.Btn_Copyrignt.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.Btn_Copyrignt.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Far;
this.Btn_Copyrignt.Name = "Btn_Copyrignt";
this.Btn_Copyrignt.Symbol = "";
this.Btn_Copyrignt.SymbolSize = 12F;
this.Btn_Copyrignt.Text = "苏州博众精工科技股份有限公司版权所有|软件未注册,7天后过期";
//
// STab_Main
//
this.STab_Main.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.STab_Main.CloseButtonOnTabsVisible = true;
//
//
//
//
//
//
this.STab_Main.ControlBox.CloseBox.Name = "";
//
//
//
this.STab_Main.ControlBox.MenuBox.Name = "";
this.STab_Main.ControlBox.Name = "";
this.STab_Main.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.STab_Main.ControlBox.MenuBox,
this.STab_Main.ControlBox.CloseBox});
this.STab_Main.Location = new System.Drawing.Point(0, 81);
this.STab_Main.Margin = new System.Windows.Forms.Padding(4);
this.STab_Main.Name = "STab_Main";
this.STab_Main.ReorderTabsEnabled = true;
this.STab_Main.SelectedTabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
this.STab_Main.SelectedTabIndex = -1;
this.STab_Main.Size = new System.Drawing.Size(1088, 318);
this.STab_Main.TabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.STab_Main.TabIndex = 34;
this.STab_Main.Text = "STab_Main";
//
// styleManager1
//
this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2010Blue;
this.styleManager1.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(87)))), ((int)(((byte)(154))))));
//
// FrmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1088, 430);
this.Controls.Add(this.Bar_ToolBar);
this.Controls.Add(this.Bar_Menu);
this.Controls.Add(this.Bar_Status);
this.Controls.Add(this.STab_Main);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "FrmMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "OPP库WCS仓储物流调度系统";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
((System.ComponentModel.ISupportInitialize)(this.Bar_ToolBar)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Bar_Menu)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Bar_Status)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.STab_Main)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevComponents.DotNetBar.Bar Bar_ToolBar;
private DevComponents.DotNetBar.ButtonItem Btn_SysExit;
private DevComponents.DotNetBar.ButtonItem Btn_SysReset;
private DevComponents.DotNetBar.ButtonItem Btn_Book;
private DevComponents.DotNetBar.ButtonItem Btn_Calc;
private DevComponents.DotNetBar.Bar Bar_Menu;
private DevComponents.DotNetBar.Bar Bar_Status;
private DevComponents.DotNetBar.ButtonItem Btn_LoginUserTime;
private DevComponents.DotNetBar.ButtonItem Btn_Copyrignt;
private DevComponents.DotNetBar.SuperTabControl STab_Main;
private DevComponents.DotNetBar.StyleManager styleManager1;
}
}