namespace HH.WMS.Client.CustomControl
{
partial class PickSorting
{
///
/// 必需的设计器变量。
///
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.lblPickSortingNum = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.lblPickBit = new System.Windows.Forms.Label();
this.lblSortingNo = new System.Windows.Forms.Label();
this.lblNextOpt = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// lblPickSortingNum
//
this.lblPickSortingNum.Anchor = System.Windows.Forms.AnchorStyles.None;
this.lblPickSortingNum.AutoSize = true;
this.lblPickSortingNum.BackColor = System.Drawing.Color.Transparent;
this.lblPickSortingNum.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblPickSortingNum.Location = new System.Drawing.Point(56, 53);
this.lblPickSortingNum.Name = "lblPickSortingNum";
this.lblPickSortingNum.Size = new System.Drawing.Size(49, 20);
this.lblPickSortingNum.TabIndex = 0;
this.lblPickSortingNum.Text = "8/10";
//
// 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.lblSortingNo);
this.panel1.Controls.Add(this.lblNextOpt);
this.panel1.Controls.Add(this.lblPickBit);
this.panel1.Controls.Add(this.lblPickSortingNum);
this.panel1.Location = new System.Drawing.Point(14, 13);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(163, 134);
this.panel1.TabIndex = 1;
//
// lblPickBit
//
this.lblPickBit.AutoSize = true;
this.lblPickBit.BackColor = System.Drawing.Color.Transparent;
this.lblPickBit.Location = new System.Drawing.Point(3, 4);
this.lblPickBit.Name = "lblPickBit";
this.lblPickBit.Size = new System.Drawing.Size(89, 12);
this.lblPickBit.TabIndex = 1;
this.lblPickBit.Text = "CK001_FJT01_01";
//
// lblSortingNo
//
this.lblSortingNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.lblSortingNo.AutoSize = true;
this.lblSortingNo.BackColor = System.Drawing.Color.Transparent;
this.lblSortingNo.Location = new System.Drawing.Point(119, 4);
this.lblSortingNo.Name = "lblSortingNo";
this.lblSortingNo.Size = new System.Drawing.Size(41, 12);
this.lblSortingNo.TabIndex = 1;
this.lblSortingNo.Text = "FJD001";
//
// lblNextOpt
//
this.lblNextOpt.AutoSize = true;
this.lblNextOpt.BackColor = System.Drawing.Color.Transparent;
this.lblNextOpt.Location = new System.Drawing.Point(3, 22);
this.lblNextOpt.Name = "lblNextOpt";
this.lblNextOpt.Size = new System.Drawing.Size(41, 12);
this.lblNextOpt.TabIndex = 1;
this.lblNextOpt.Text = "待合箱";
//
// PickSorting
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.panel1);
this.Name = "PickSorting";
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 lblPickSortingNum;
public System.Windows.Forms.Label lblSortingNo;
public System.Windows.Forms.Label lblNextOpt;
public System.Windows.Forms.Label lblPickBit;
}
}