zhao
2021-07-19 8347f2fbddbd25369359dcb2da1233ac48a19fdc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
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;
    }
}