namespace HH.WMS.Client.CustomControl
|
{
|
partial class CusTrayContent
|
{
|
/// <summary>
|
/// 必需的设计器变量。
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// 清理所有正在使用的资源。
|
/// </summary>
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region 组件设计器生成的代码
|
|
/// <summary>
|
/// 设计器支持所需的方法 - 不要修改
|
/// 使用代码编辑器修改此方法的内容。
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.lblCurrentNum = new System.Windows.Forms.Label();
|
this.lblTotalNum = new System.Windows.Forms.Label();
|
this.label1 = new System.Windows.Forms.Label();
|
this.SuspendLayout();
|
//
|
// lblCurrentNum
|
//
|
this.lblCurrentNum.Anchor = System.Windows.Forms.AnchorStyles.None;
|
this.lblCurrentNum.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold);
|
this.lblCurrentNum.Location = new System.Drawing.Point(-15, 35);
|
this.lblCurrentNum.Name = "lblCurrentNum";
|
this.lblCurrentNum.Size = new System.Drawing.Size(82, 20);
|
this.lblCurrentNum.TabIndex = 0;
|
this.lblCurrentNum.Text = "0";
|
this.lblCurrentNum.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
this.lblCurrentNum.Visible = false;
|
//
|
// lblTotalNum
|
//
|
this.lblTotalNum.Anchor = System.Windows.Forms.AnchorStyles.None;
|
this.lblTotalNum.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold);
|
this.lblTotalNum.Location = new System.Drawing.Point(79, 35);
|
this.lblTotalNum.Name = "lblTotalNum";
|
this.lblTotalNum.Size = new System.Drawing.Size(86, 20);
|
this.lblTotalNum.TabIndex = 1;
|
this.lblTotalNum.Text = "0";
|
this.lblTotalNum.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.lblTotalNum.Visible = false;
|
//
|
// label1
|
//
|
this.label1.Anchor = System.Windows.Forms.AnchorStyles.None;
|
this.label1.AutoSize = true;
|
this.label1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold);
|
this.label1.Location = new System.Drawing.Point(62, 35);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(20, 20);
|
this.label1.TabIndex = 2;
|
this.label1.Text = "/";
|
this.label1.Visible = false;
|
//
|
// CusTrayContent
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
this.Controls.Add(this.label1);
|
this.Controls.Add(this.lblTotalNum);
|
this.Controls.Add(this.lblCurrentNum);
|
this.Name = "CusTrayContent";
|
this.Size = new System.Drawing.Size(149, 94);
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Label lblCurrentNum;
|
private System.Windows.Forms.Label lblTotalNum;
|
private System.Windows.Forms.Label label1;
|
}
|
}
|