SettingControl.Designer.cs
12.3 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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
namespace TheMachine
{
partial class SettingControl
{
/// <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.cb_autorun = new System.Windows.Forms.CheckBox();
this.cb_EnableBuzzer = new System.Windows.Forms.CheckBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label2 = new System.Windows.Forms.Label();
this.btn_printertest = new System.Windows.Forms.Button();
this.btn_labeledit = new System.Windows.Forms.Button();
this.cb_labelselect = new System.Windows.Forms.ComboBox();
this.btn_Calibration = new System.Windows.Forms.Button();
this.X光调试 = new System.Windows.Forms.GroupBox();
this.buttonmunial = new System.Windows.Forms.Button();
this.btn_closexray = new System.Windows.Forms.Button();
this.btn_takephoto = new System.Windows.Forms.Button();
this.btn_openxray = new System.Windows.Forms.Button();
this.uC_SetUserPassword1 = new TheMachine.UC_SetUserPassword();
this.cb_musthavepn = new System.Windows.Forms.CheckBox();
this.cb_disablelabelling = new System.Windows.Forms.CheckBox();
this.groupBox1.SuspendLayout();
this.X光调试.SuspendLayout();
this.SuspendLayout();
//
// cb_autorun
//
this.cb_autorun.AutoSize = true;
this.cb_autorun.Location = new System.Drawing.Point(14, 21);
this.cb_autorun.Name = "cb_autorun";
this.cb_autorun.Size = new System.Drawing.Size(84, 16);
this.cb_autorun.TabIndex = 8;
this.cb_autorun.Text = "开机自启动";
this.cb_autorun.UseVisualStyleBackColor = true;
//
// cb_EnableBuzzer
//
this.cb_EnableBuzzer.AutoSize = true;
this.cb_EnableBuzzer.Location = new System.Drawing.Point(14, 48);
this.cb_EnableBuzzer.Name = "cb_EnableBuzzer";
this.cb_EnableBuzzer.Size = new System.Drawing.Size(84, 16);
this.cb_EnableBuzzer.TabIndex = 9;
this.cb_EnableBuzzer.Text = "使用蜂鸣器";
this.cb_EnableBuzzer.UseVisualStyleBackColor = true;
this.cb_EnableBuzzer.CheckedChanged += new System.EventHandler(this.cb_EnableBuzzer_CheckedChanged);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.btn_printertest);
this.groupBox1.Controls.Add(this.btn_labeledit);
this.groupBox1.Controls.Add(this.cb_labelselect);
this.groupBox1.Location = new System.Drawing.Point(3, 128);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(354, 126);
this.groupBox1.TabIndex = 11;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "打印设置";
//
// label2
//
this.label2.Location = new System.Drawing.Point(5, 23);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(106, 20);
this.label2.TabIndex = 2;
this.label2.Text = "标签名";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// btn_printertest
//
this.btn_printertest.Location = new System.Drawing.Point(11, 77);
this.btn_printertest.Name = "btn_printertest";
this.btn_printertest.Size = new System.Drawing.Size(107, 31);
this.btn_printertest.TabIndex = 1;
this.btn_printertest.Text = "打印测试";
this.btn_printertest.UseVisualStyleBackColor = true;
this.btn_printertest.Click += new System.EventHandler(this.btn_printertest_Click);
//
// btn_labeledit
//
this.btn_labeledit.Location = new System.Drawing.Point(208, 77);
this.btn_labeledit.Name = "btn_labeledit";
this.btn_labeledit.Size = new System.Drawing.Size(107, 31);
this.btn_labeledit.TabIndex = 1;
this.btn_labeledit.Text = "标签编辑";
this.btn_labeledit.UseVisualStyleBackColor = true;
this.btn_labeledit.Click += new System.EventHandler(this.btn_labeledit_Click);
//
// cb_labelselect
//
this.cb_labelselect.FormattingEnabled = true;
this.cb_labelselect.Location = new System.Drawing.Point(117, 24);
this.cb_labelselect.Name = "cb_labelselect";
this.cb_labelselect.Size = new System.Drawing.Size(198, 20);
this.cb_labelselect.TabIndex = 0;
//
// btn_Calibration
//
this.btn_Calibration.Location = new System.Drawing.Point(178, 76);
this.btn_Calibration.Name = "btn_Calibration";
this.btn_Calibration.Size = new System.Drawing.Size(146, 43);
this.btn_Calibration.TabIndex = 12;
this.btn_Calibration.Text = "X光成像器标定";
this.btn_Calibration.UseVisualStyleBackColor = true;
this.btn_Calibration.Click += new System.EventHandler(this.btn_Calibration_Click);
//
// X光调试
//
this.X光调试.Controls.Add(this.buttonmunial);
this.X光调试.Controls.Add(this.btn_closexray);
this.X光调试.Controls.Add(this.btn_takephoto);
this.X光调试.Controls.Add(this.btn_openxray);
this.X光调试.Controls.Add(this.btn_Calibration);
this.X光调试.Location = new System.Drawing.Point(3, 273);
this.X光调试.Name = "X光调试";
this.X光调试.Size = new System.Drawing.Size(354, 220);
this.X光调试.TabIndex = 13;
this.X光调试.TabStop = false;
this.X光调试.Text = "groupBox2";
//
// buttonmunial
//
this.buttonmunial.Location = new System.Drawing.Point(26, 125);
this.buttonmunial.Name = "buttonmunial";
this.buttonmunial.Size = new System.Drawing.Size(146, 43);
this.buttonmunial.TabIndex = 13;
this.buttonmunial.Text = "手动点料";
this.buttonmunial.UseVisualStyleBackColor = true;
this.buttonmunial.Click += new System.EventHandler(this.buttonmunial_Click);
//
// btn_closexray
//
this.btn_closexray.Location = new System.Drawing.Point(178, 27);
this.btn_closexray.Name = "btn_closexray";
this.btn_closexray.Size = new System.Drawing.Size(146, 43);
this.btn_closexray.TabIndex = 12;
this.btn_closexray.Text = "关闭X光";
this.btn_closexray.UseVisualStyleBackColor = true;
this.btn_closexray.Click += new System.EventHandler(this.btn_closexray_Click);
//
// btn_takephoto
//
this.btn_takephoto.Location = new System.Drawing.Point(26, 76);
this.btn_takephoto.Name = "btn_takephoto";
this.btn_takephoto.Size = new System.Drawing.Size(146, 43);
this.btn_takephoto.TabIndex = 12;
this.btn_takephoto.Text = "拍照";
this.btn_takephoto.UseVisualStyleBackColor = true;
this.btn_takephoto.Click += new System.EventHandler(this.btn_takephoto_Click);
//
// btn_openxray
//
this.btn_openxray.Location = new System.Drawing.Point(26, 27);
this.btn_openxray.Name = "btn_openxray";
this.btn_openxray.Size = new System.Drawing.Size(146, 43);
this.btn_openxray.TabIndex = 12;
this.btn_openxray.Text = "打开X光";
this.btn_openxray.UseVisualStyleBackColor = true;
this.btn_openxray.Click += new System.EventHandler(this.btn_openxray_Click);
//
// uC_SetUserPassword1
//
this.uC_SetUserPassword1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uC_SetUserPassword1.Location = new System.Drawing.Point(408, 21);
this.uC_SetUserPassword1.Margin = new System.Windows.Forms.Padding(5);
this.uC_SetUserPassword1.Name = "uC_SetUserPassword1";
this.uC_SetUserPassword1.Size = new System.Drawing.Size(405, 272);
this.uC_SetUserPassword1.TabIndex = 10;
//
// cb_musthavepn
//
this.cb_musthavepn.AutoSize = true;
this.cb_musthavepn.Location = new System.Drawing.Point(14, 74);
this.cb_musthavepn.Name = "cb_musthavepn";
this.cb_musthavepn.Size = new System.Drawing.Size(96, 16);
this.cb_musthavepn.TabIndex = 9;
this.cb_musthavepn.Text = "必须匹配到PN";
this.cb_musthavepn.UseVisualStyleBackColor = true;
this.cb_musthavepn.CheckedChanged += new System.EventHandler(this.cb_EnableBuzzer_CheckedChanged);
//
// cb_disablelabelling
//
this.cb_disablelabelling.AutoSize = true;
this.cb_disablelabelling.Location = new System.Drawing.Point(14, 100);
this.cb_disablelabelling.Name = "cb_disablelabelling";
this.cb_disablelabelling.Size = new System.Drawing.Size(96, 16);
this.cb_disablelabelling.TabIndex = 9;
this.cb_disablelabelling.Text = "跳过贴标流程";
this.cb_disablelabelling.UseVisualStyleBackColor = true;
this.cb_disablelabelling.CheckedChanged += new System.EventHandler(this.cb_EnableBuzzer_CheckedChanged);
//
// SettingControl
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.X光调试);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.uC_SetUserPassword1);
this.Controls.Add(this.cb_autorun);
this.Controls.Add(this.cb_disablelabelling);
this.Controls.Add(this.cb_musthavepn);
this.Controls.Add(this.cb_EnableBuzzer);
this.Name = "SettingControl";
this.Size = new System.Drawing.Size(818, 561);
this.Load += new System.EventHandler(this.SettingControl_Load);
this.groupBox1.ResumeLayout(false);
this.X光调试.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.CheckBox cb_autorun;
private System.Windows.Forms.CheckBox cb_EnableBuzzer;
private UC_SetUserPassword uC_SetUserPassword1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btn_labeledit;
private System.Windows.Forms.ComboBox cb_labelselect;
private System.Windows.Forms.Button btn_Calibration;
private System.Windows.Forms.GroupBox X光调试;
private System.Windows.Forms.Button btn_closexray;
private System.Windows.Forms.Button btn_takephoto;
private System.Windows.Forms.Button btn_openxray;
private System.Windows.Forms.Button btn_printertest;
private System.Windows.Forms.Button buttonmunial;
private System.Windows.Forms.CheckBox cb_musthavepn;
private System.Windows.Forms.CheckBox cb_disablelabelling;
}
}