namespace HH.WMS.Client.frm
|
{
|
partial class frmTemplet
|
{
|
/// <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.bar = new DevComponents.DotNetBar.Bar();
|
this.btnItemHome = new DevComponents.DotNetBar.ButtonItem();
|
this.metroStatusBar1 = new DevComponents.DotNetBar.Metro.MetroStatusBar();
|
this.lblItemStock = new DevComponents.DotNetBar.LabelItem();
|
this.lblWork = new DevComponents.DotNetBar.LabelItem();
|
this.lblUser = new DevComponents.DotNetBar.LabelItem();
|
((System.ComponentModel.ISupportInitialize)(this.bar)).BeginInit();
|
this.SuspendLayout();
|
//
|
// bar
|
//
|
this.bar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(115)))), ((int)(((byte)(199)))));
|
this.bar.BarType = DevComponents.DotNetBar.eBarType.DockWindow;
|
this.bar.Dock = System.Windows.Forms.DockStyle.Top;
|
this.bar.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World);
|
this.bar.IsMaximized = false;
|
this.bar.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
this.btnItemHome});
|
this.bar.Location = new System.Drawing.Point(0, 0);
|
this.bar.Name = "bar";
|
this.bar.SingleLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
|
this.bar.Size = new System.Drawing.Size(955, 37);
|
this.bar.Stretch = true;
|
this.bar.Style = DevComponents.DotNetBar.eDotNetBarStyle.Windows7;
|
this.bar.TabIndex = 52;
|
this.bar.TabStop = false;
|
this.bar.Text = "bar1";
|
//
|
// btnItemHome
|
//
|
this.btnItemHome.Image = global::HH.WMS.Client.Properties.Resources.shouye;
|
this.btnItemHome.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Center;
|
this.btnItemHome.Name = "btnItemHome";
|
this.btnItemHome.PopupWidth = 80;
|
this.btnItemHome.Text = "Home";
|
this.btnItemHome.Click += new System.EventHandler(this.btnItemHome_Click);
|
//
|
// metroStatusBar1
|
//
|
this.metroStatusBar1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(115)))), ((int)(((byte)(199)))));
|
//
|
//
|
//
|
this.metroStatusBar1.BackgroundStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(86)))), ((int)(((byte)(191)))));
|
this.metroStatusBar1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
this.metroStatusBar1.ContainerControlProcessDialogKey = true;
|
this.metroStatusBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.metroStatusBar1.DragDropSupport = true;
|
this.metroStatusBar1.Font = new System.Drawing.Font("微软雅黑", 10.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(0)));
|
this.metroStatusBar1.ForeColor = System.Drawing.Color.White;
|
this.metroStatusBar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
this.lblItemStock,
|
this.lblWork,
|
this.lblUser});
|
this.metroStatusBar1.Location = new System.Drawing.Point(0, 434);
|
this.metroStatusBar1.Name = "metroStatusBar1";
|
this.metroStatusBar1.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
this.metroStatusBar1.Size = new System.Drawing.Size(955, 29);
|
this.metroStatusBar1.TabIndex = 51;
|
this.metroStatusBar1.Text = "metroStatusBar1";
|
//
|
// lblItemStock
|
//
|
this.lblItemStock.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
this.lblItemStock.ForeColor = System.Drawing.Color.Black;
|
this.lblItemStock.Name = "lblItemStock";
|
this.lblItemStock.Text = "仓库:";
|
//
|
// lblWork
|
//
|
this.lblWork.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.lblWork.ForeColor = System.Drawing.Color.Black;
|
this.lblWork.Name = "lblWork";
|
this.lblWork.Text = "分拣台";
|
//
|
// lblUser
|
//
|
this.lblUser.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.lblUser.ForeColor = System.Drawing.Color.Black;
|
this.lblUser.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Far;
|
this.lblUser.Name = "lblUser";
|
this.lblUser.Text = "操作员";
|
//
|
// frmTemplet
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(955, 463);
|
this.Controls.Add(this.bar);
|
this.Controls.Add(this.metroStatusBar1);
|
this.Name = "frmTemplet";
|
this.Text = "frmTemplet";
|
this.Load += new System.EventHandler(this.frmTemplet_Load);
|
//this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmTemplet_KeyDown);
|
((System.ComponentModel.ISupportInitialize)(this.bar)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private DevComponents.DotNetBar.Bar bar;
|
private DevComponents.DotNetBar.ButtonItem btnItemHome;
|
private DevComponents.DotNetBar.Metro.MetroStatusBar metroStatusBar1;
|
private DevComponents.DotNetBar.LabelItem lblWork;
|
private DevComponents.DotNetBar.LabelItem lblUser;
|
private DevComponents.DotNetBar.LabelItem lblItemStock;
|
}
|
}
|