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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
namespace HH.WMS.Client.CustomControl
{
    partial class PickSorting
    {
        /// <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.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;
    }
}