SettingControl.Designer.cs
19.1 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
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
namespace AutoCountMachine
{
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.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.panel1 = new System.Windows.Forms.Panel();
this.btn_search = new System.Windows.Forms.Button();
this.textBox_search = new System.Windows.Forms.TextBox();
this.comboBox_searchtype = new System.Windows.Forms.ComboBox();
this.label_count = new System.Windows.Forms.Label();
this.dateTimePicker_end = new System.Windows.Forms.DateTimePicker();
this.dateTimePicker_start = new System.Windows.Forms.DateTimePicker();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.rb_datafilter_custom = new System.Windows.Forms.RadioButton();
this.rb_datafilter_last30 = new System.Windows.Forms.RadioButton();
this.rb_datafilter_today = new System.Windows.Forms.RadioButton();
this.rb_datafilter_lastMonth = new System.Windows.Forms.RadioButton();
this.rb_datafilter_thismonth = new System.Windows.Forms.RadioButton();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.btn_setadminpassword = new System.Windows.Forms.Button();
this.cb_autorun = new System.Windows.Forms.CheckBox();
this.cb_EnableBuzzer = new System.Windows.Forms.CheckBox();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.nbdtControl1 = new AutoCountMachine.UCCOMMON.NBDTControl();
this.tabControl1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.tabPage1.SuspendLayout();
this.tabPage3.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(772, 561);
this.tabControl1.TabIndex = 0;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.panel1);
this.tabPage2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(764, 535);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "点料记录";
this.tabPage2.UseVisualStyleBackColor = true;
//
// panel1
//
this.panel1.Controls.Add(this.btn_search);
this.panel1.Controls.Add(this.textBox_search);
this.panel1.Controls.Add(this.comboBox_searchtype);
this.panel1.Controls.Add(this.label_count);
this.panel1.Controls.Add(this.dateTimePicker_end);
this.panel1.Controls.Add(this.dateTimePicker_start);
this.panel1.Controls.Add(this.dataGridView1);
this.panel1.Controls.Add(this.rb_datafilter_custom);
this.panel1.Controls.Add(this.rb_datafilter_last30);
this.panel1.Controls.Add(this.rb_datafilter_today);
this.panel1.Controls.Add(this.rb_datafilter_lastMonth);
this.panel1.Controls.Add(this.rb_datafilter_thismonth);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.panel1.Location = new System.Drawing.Point(3, 3);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(758, 529);
this.panel1.TabIndex = 2;
//
// btn_search
//
this.btn_search.Location = new System.Drawing.Point(513, 474);
this.btn_search.Name = "btn_search";
this.btn_search.Size = new System.Drawing.Size(75, 23);
this.btn_search.TabIndex = 6;
this.btn_search.Text = "Search";
this.btn_search.UseVisualStyleBackColor = true;
this.btn_search.Click += new System.EventHandler(this.btn_search_Click);
//
// textBox_search
//
this.textBox_search.Location = new System.Drawing.Point(384, 448);
this.textBox_search.Name = "textBox_search";
this.textBox_search.Size = new System.Drawing.Size(204, 21);
this.textBox_search.TabIndex = 5;
//
// comboBox_searchtype
//
this.comboBox_searchtype.DisplayMember = "PartNumber";
this.comboBox_searchtype.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_searchtype.FormattingEnabled = true;
this.comboBox_searchtype.Items.AddRange(new object[] {
"PartNumber",
"ReelID"});
this.comboBox_searchtype.Location = new System.Drawing.Point(384, 423);
this.comboBox_searchtype.Name = "comboBox_searchtype";
this.comboBox_searchtype.Size = new System.Drawing.Size(98, 20);
this.comboBox_searchtype.TabIndex = 4;
//
// label_count
//
this.label_count.AutoSize = true;
this.label_count.Location = new System.Drawing.Point(15, 406);
this.label_count.Name = "label_count";
this.label_count.Size = new System.Drawing.Size(41, 12);
this.label_count.TabIndex = 3;
this.label_count.Tag = "not";
this.label_count.Text = "label1";
//
// dateTimePicker_end
//
this.dateTimePicker_end.CustomFormat = "yyyy/MM/dd HH:mm";
this.dateTimePicker_end.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker_end.Location = new System.Drawing.Point(144, 476);
this.dateTimePicker_end.Name = "dateTimePicker_end";
this.dateTimePicker_end.Size = new System.Drawing.Size(182, 21);
this.dateTimePicker_end.TabIndex = 2;
this.dateTimePicker_end.Tag = "not";
this.dateTimePicker_end.ValueChanged += new System.EventHandler(this.dateTimePicker_end_ValueChanged);
//
// dateTimePicker_start
//
this.dateTimePicker_start.CustomFormat = "yyyy/MM/dd HH:mm";
this.dateTimePicker_start.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker_start.Location = new System.Drawing.Point(144, 449);
this.dateTimePicker_start.Name = "dateTimePicker_start";
this.dateTimePicker_start.Size = new System.Drawing.Size(182, 21);
this.dateTimePicker_start.TabIndex = 2;
this.dateTimePicker_start.Tag = "not";
this.dateTimePicker_start.ValueChanged += new System.EventHandler(this.dateTimePicker_start_ValueChanged);
//
// dataGridView1
//
this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Top;
this.dataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
this.dataGridView1.MultiSelect = false;
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowHeadersVisible = false;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(758, 394);
this.dataGridView1.TabIndex = 0;
//
// rb_datafilter_custom
//
this.rb_datafilter_custom.AutoSize = true;
this.rb_datafilter_custom.Location = new System.Drawing.Point(144, 427);
this.rb_datafilter_custom.Name = "rb_datafilter_custom";
this.rb_datafilter_custom.Size = new System.Drawing.Size(83, 16);
this.rb_datafilter_custom.TabIndex = 1;
this.rb_datafilter_custom.TabStop = true;
this.rb_datafilter_custom.Text = "自定义区间";
this.rb_datafilter_custom.UseVisualStyleBackColor = true;
this.rb_datafilter_custom.CheckedChanged += new System.EventHandler(this.rb_datafilter_custom_CheckedChanged);
//
// rb_datafilter_last30
//
this.rb_datafilter_last30.AutoSize = true;
this.rb_datafilter_last30.Location = new System.Drawing.Point(17, 493);
this.rb_datafilter_last30.Name = "rb_datafilter_last30";
this.rb_datafilter_last30.Size = new System.Drawing.Size(71, 16);
this.rb_datafilter_last30.TabIndex = 1;
this.rb_datafilter_last30.TabStop = true;
this.rb_datafilter_last30.Text = "最近30天";
this.rb_datafilter_last30.UseVisualStyleBackColor = true;
this.rb_datafilter_last30.CheckedChanged += new System.EventHandler(this.rb_datafilter_last30_CheckedChanged);
//
// rb_datafilter_today
//
this.rb_datafilter_today.AutoSize = true;
this.rb_datafilter_today.Location = new System.Drawing.Point(17, 427);
this.rb_datafilter_today.Name = "rb_datafilter_today";
this.rb_datafilter_today.Size = new System.Drawing.Size(47, 16);
this.rb_datafilter_today.TabIndex = 1;
this.rb_datafilter_today.TabStop = true;
this.rb_datafilter_today.Text = "今天";
this.rb_datafilter_today.UseVisualStyleBackColor = true;
this.rb_datafilter_today.CheckedChanged += new System.EventHandler(this.rb_datafilter_today_CheckedChanged);
//
// rb_datafilter_lastMonth
//
this.rb_datafilter_lastMonth.AutoSize = true;
this.rb_datafilter_lastMonth.Location = new System.Drawing.Point(17, 471);
this.rb_datafilter_lastMonth.Name = "rb_datafilter_lastMonth";
this.rb_datafilter_lastMonth.Size = new System.Drawing.Size(47, 16);
this.rb_datafilter_lastMonth.TabIndex = 1;
this.rb_datafilter_lastMonth.TabStop = true;
this.rb_datafilter_lastMonth.Text = "上月";
this.rb_datafilter_lastMonth.UseVisualStyleBackColor = true;
this.rb_datafilter_lastMonth.CheckedChanged += new System.EventHandler(this.rb_datafilter_lastMonth_CheckedChanged);
//
// rb_datafilter_thismonth
//
this.rb_datafilter_thismonth.AutoSize = true;
this.rb_datafilter_thismonth.Location = new System.Drawing.Point(17, 449);
this.rb_datafilter_thismonth.Name = "rb_datafilter_thismonth";
this.rb_datafilter_thismonth.Size = new System.Drawing.Size(47, 16);
this.rb_datafilter_thismonth.TabIndex = 1;
this.rb_datafilter_thismonth.TabStop = true;
this.rb_datafilter_thismonth.Text = "本月";
this.rb_datafilter_thismonth.UseVisualStyleBackColor = true;
this.rb_datafilter_thismonth.CheckedChanged += new System.EventHandler(this.rb_datafilter_thismonth_CheckedChanged);
//
// tabPage1
//
this.tabPage1.Controls.Add(this.linkLabel1);
this.tabPage1.Controls.Add(this.btn_setadminpassword);
this.tabPage1.Controls.Add(this.cb_autorun);
this.tabPage1.Controls.Add(this.cb_EnableBuzzer);
this.tabPage1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(764, 535);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "设置";
this.tabPage1.UseVisualStyleBackColor = true;
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.Location = new System.Drawing.Point(20, 500);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(14, 14);
this.linkLabel1.TabIndex = 11;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "_";
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// btn_setadminpassword
//
this.btn_setadminpassword.Location = new System.Drawing.Point(32, 107);
this.btn_setadminpassword.Name = "btn_setadminpassword";
this.btn_setadminpassword.Size = new System.Drawing.Size(141, 33);
this.btn_setadminpassword.TabIndex = 10;
this.btn_setadminpassword.Text = "设置工程师密码";
this.btn_setadminpassword.UseVisualStyleBackColor = true;
this.btn_setadminpassword.Click += new System.EventHandler(this.btn_setadminpassword_Click);
//
// cb_autorun
//
this.cb_autorun.AutoSize = true;
this.cb_autorun.Location = new System.Drawing.Point(32, 25);
this.cb_autorun.Name = "cb_autorun";
this.cb_autorun.Size = new System.Drawing.Size(96, 18);
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(32, 56);
this.cb_EnableBuzzer.Name = "cb_EnableBuzzer";
this.cb_EnableBuzzer.Size = new System.Drawing.Size(96, 18);
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);
//
// tabPage3
//
this.tabPage3.Controls.Add(this.nbdtControl1);
this.tabPage3.Location = new System.Drawing.Point(4, 22);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
this.tabPage3.Size = new System.Drawing.Size(764, 535);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "流程配置";
this.tabPage3.UseVisualStyleBackColor = true;
//
// nbdtControl1
//
this.nbdtControl1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.nbdtControl1.Location = new System.Drawing.Point(3, 3);
this.nbdtControl1.Name = "nbdtControl1";
this.nbdtControl1.Size = new System.Drawing.Size(891, 481);
this.nbdtControl1.TabIndex = 0;
//
// SettingControl
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.tabControl1);
this.Name = "SettingControl";
this.Size = new System.Drawing.Size(772, 561);
this.Load += new System.EventHandler(this.SettingControl_Load);
this.tabControl1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.tabPage3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Button btn_setadminpassword;
private System.Windows.Forms.CheckBox cb_autorun;
private System.Windows.Forms.CheckBox cb_EnableBuzzer;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.RadioButton rb_datafilter_thismonth;
private System.Windows.Forms.RadioButton rb_datafilter_today;
private System.Windows.Forms.RadioButton rb_datafilter_last30;
private System.Windows.Forms.RadioButton rb_datafilter_lastMonth;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.DateTimePicker dateTimePicker_end;
private System.Windows.Forms.DateTimePicker dateTimePicker_start;
private System.Windows.Forms.RadioButton rb_datafilter_custom;
private System.Windows.Forms.Label label_count;
private System.Windows.Forms.LinkLabel linkLabel1;
private System.Windows.Forms.ComboBox comboBox_searchtype;
private System.Windows.Forms.Button btn_search;
private System.Windows.Forms.TextBox textBox_search;
private System.Windows.Forms.TabPage tabPage3;
private UCCOMMON.NBDTControl nbdtControl1;
}
}