namespace HH.WMS.Client.CustomControl
{
partial class PickTray
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.panel1 = new System.Windows.Forms.Panel();
this.lblStayReturn = new System.Windows.Forms.Label();
this.lblPickTrayNum = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.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.panel1.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.panel1.Controls.Add(this.lblStayReturn);
this.panel1.Controls.Add(this.lblPickTrayNum);
this.panel1.Location = new System.Drawing.Point(14, 14);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(163, 134);
this.panel1.TabIndex = 2;
//
// lblStayReturn
//
this.lblStayReturn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.lblStayReturn.AutoSize = true;
this.lblStayReturn.BackColor = System.Drawing.Color.Transparent;
this.lblStayReturn.Location = new System.Drawing.Point(119, 4);
this.lblStayReturn.Name = "lblStayReturn";
this.lblStayReturn.Size = new System.Drawing.Size(41, 12);
this.lblStayReturn.TabIndex = 1;
this.lblStayReturn.Text = "待回库";
this.lblStayReturn.Visible = false;
//
// lblPickTrayNum
//
this.lblPickTrayNum.Anchor = System.Windows.Forms.AnchorStyles.None;
this.lblPickTrayNum.AutoSize = true;
this.lblPickTrayNum.BackColor = System.Drawing.Color.Transparent;
this.lblPickTrayNum.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblPickTrayNum.Location = new System.Drawing.Point(56, 53);
this.lblPickTrayNum.Name = "lblPickTrayNum";
this.lblPickTrayNum.Size = new System.Drawing.Size(49, 20);
this.lblPickTrayNum.TabIndex = 0;
this.lblPickTrayNum.Text = "8/10";
//
// PickTray
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.panel1);
this.Name = "PickTray";
this.Size = new System.Drawing.Size(191, 162);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
public System.Windows.Forms.Label lblStayReturn;
public System.Windows.Forms.Label lblPickTrayNum;
}
}