UsrYangGuang.Designer.cs
9.5 KB
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
namespace MES
{
partial class User
{
/// <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.TxtQTY = new Asa.Face.SurTextBox();
this.TxtDC = new Asa.Face.SurTextBox();
this.surLabel1 = new Asa.Face.SurLabel();
this.surLabel2 = new Asa.Face.SurLabel();
this.BtnPrint = new Asa.Face.SurButton();
this.label1 = new System.Windows.Forms.Label();
this.surCheck1 = new Asa.Face.SurCheck();
this.surLabel3 = new Asa.Face.SurLabel();
this.TxtLOT = new Asa.Face.SurTextBox();
this.SuspendLayout();
//
// TxtQTY
//
this.TxtQTY.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.TxtQTY.BorderRect = new System.Drawing.Rectangle(1, 1, 294, 54);
this.TxtQTY.Font = new System.Drawing.Font("宋体", 14F);
this.TxtQTY.Inside = false;
this.TxtQTY.Location = new System.Drawing.Point(63, 44);
this.TxtQTY.MaxLength = 32767;
this.TxtQTY.Name = "TxtQTY";
this.TxtQTY.PasswordChar = '\0';
this.TxtQTY.SelectedText = "";
this.TxtQTY.SelectionLength = 0;
this.TxtQTY.SelectionStart = 0;
this.TxtQTY.Size = new System.Drawing.Size(296, 56);
this.TxtQTY.TabIndex = 0;
this.TxtQTY.Click += new System.EventHandler(this.TxtQTY_Click);
//
// TxtDC
//
this.TxtDC.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.TxtDC.BorderRect = new System.Drawing.Rectangle(1, 1, 294, 54);
this.TxtDC.Font = new System.Drawing.Font("宋体", 14F);
this.TxtDC.Inside = false;
this.TxtDC.Location = new System.Drawing.Point(63, 132);
this.TxtDC.MaxLength = 32767;
this.TxtDC.Name = "TxtDC";
this.TxtDC.PasswordChar = '\0';
this.TxtDC.SelectedText = "";
this.TxtDC.SelectionLength = 0;
this.TxtDC.SelectionStart = 0;
this.TxtDC.Size = new System.Drawing.Size(296, 56);
this.TxtDC.TabIndex = 1;
this.TxtDC.Click += new System.EventHandler(this.TxtDC_Click);
//
// surLabel1
//
this.surLabel1.BorderRect = new System.Drawing.Rectangle(0, 0, 54, 56);
this.surLabel1.BorderWidth = 0;
this.surLabel1.Font = new System.Drawing.Font("宋体", 14F);
this.surLabel1.Inside = false;
this.surLabel1.Location = new System.Drawing.Point(3, 44);
this.surLabel1.Name = "surLabel1";
this.surLabel1.Size = new System.Drawing.Size(54, 56);
this.surLabel1.TabIndex = 2;
this.surLabel1.Text = "QTY";
this.surLabel1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// surLabel2
//
this.surLabel2.BorderRect = new System.Drawing.Rectangle(0, 0, 54, 56);
this.surLabel2.BorderWidth = 0;
this.surLabel2.Font = new System.Drawing.Font("宋体", 14F);
this.surLabel2.Inside = false;
this.surLabel2.Location = new System.Drawing.Point(3, 132);
this.surLabel2.Name = "surLabel2";
this.surLabel2.Size = new System.Drawing.Size(54, 56);
this.surLabel2.TabIndex = 3;
this.surLabel2.Text = "DC";
this.surLabel2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// BtnPrint
//
this.BtnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.BtnPrint.BorderRect = new System.Drawing.Rectangle(1, 1, 294, 91);
this.BtnPrint.Font = new System.Drawing.Font("宋体", 14F);
this.BtnPrint.ImageSize = new System.Drawing.Size(0, 0);
this.BtnPrint.Inside = false;
this.BtnPrint.Location = new System.Drawing.Point(63, 333);
this.BtnPrint.Name = "BtnPrint";
this.BtnPrint.Size = new System.Drawing.Size(296, 93);
this.BtnPrint.StateColor = System.Drawing.Color.Empty;
this.BtnPrint.TabIndex = 4;
this.BtnPrint.Text = "打印标签";
this.BtnPrint.Click += new Asa.Face.MyEvent.Click(this.BtnPrint_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("宋体", 32F);
this.label1.ForeColor = System.Drawing.Color.Red;
this.label1.Location = new System.Drawing.Point(55, 471);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(148, 43);
this.label1.TabIndex = 5;
this.label1.Text = "未通过";
this.label1.Visible = false;
//
// surCheck1
//
this.surCheck1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.surCheck1.BorderRect = new System.Drawing.Rectangle(1, 1, 294, 46);
this.surCheck1.Checked = true;
this.surCheck1.Inside = false;
this.surCheck1.Location = new System.Drawing.Point(63, 279);
this.surCheck1.Name = "surCheck1";
this.surCheck1.Size = new System.Drawing.Size(296, 48);
this.surCheck1.TabIndex = 11;
this.surCheck1.Text = "上传服务器";
//
// surLabel3
//
this.surLabel3.BorderRect = new System.Drawing.Rectangle(0, 0, 54, 56);
this.surLabel3.BorderWidth = 0;
this.surLabel3.Font = new System.Drawing.Font("宋体", 14F);
this.surLabel3.Inside = false;
this.surLabel3.Location = new System.Drawing.Point(3, 217);
this.surLabel3.Name = "surLabel3";
this.surLabel3.Size = new System.Drawing.Size(54, 56);
this.surLabel3.TabIndex = 10;
this.surLabel3.Text = "LOT";
this.surLabel3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// TxtLOT
//
this.TxtLOT.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.TxtLOT.BorderRect = new System.Drawing.Rectangle(1, 1, 294, 54);
this.TxtLOT.Font = new System.Drawing.Font("宋体", 14F);
this.TxtLOT.Inside = false;
this.TxtLOT.Location = new System.Drawing.Point(63, 217);
this.TxtLOT.MaxLength = 32767;
this.TxtLOT.Name = "TxtLOT";
this.TxtLOT.PasswordChar = '\0';
this.TxtLOT.SelectedText = "";
this.TxtLOT.SelectionLength = 0;
this.TxtLOT.SelectionStart = 0;
this.TxtLOT.Size = new System.Drawing.Size(296, 56);
this.TxtLOT.TabIndex = 9;
//
// User
//
this.BorderRect = new System.Drawing.Rectangle(1, 1, 375, 598);
this.Controls.Add(this.surCheck1);
this.Controls.Add(this.surLabel3);
this.Controls.Add(this.TxtLOT);
this.Controls.Add(this.label1);
this.Controls.Add(this.BtnPrint);
this.Controls.Add(this.surLabel2);
this.Controls.Add(this.surLabel1);
this.Controls.Add(this.TxtDC);
this.Controls.Add(this.TxtQTY);
this.Name = "User";
this.Size = new System.Drawing.Size(377, 600);
this.Paint += new System.Windows.Forms.PaintEventHandler(this.UserControl1_Paint);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Asa.Face.SurTextBox TxtQTY;
private Asa.Face.SurTextBox TxtDC;
private Asa.Face.SurLabel surLabel1;
private Asa.Face.SurLabel surLabel2;
private Asa.Face.SurButton BtnPrint;
private System.Windows.Forms.Label label1;
private Asa.Face.SurCheck surCheck1;
private Asa.Face.SurLabel surLabel3;
private Asa.Face.SurTextBox TxtLOT;
}
}