add
yirongjin
2025-07-23 d518ecbcbc853e891c389c422d1470b028ed1dc6
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
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
namespace QQShow
{
    // Token: 0x02000047 RID: 71
    public partial class FrmMonitor : global::System.Windows.Forms.Form
    {
        // Token: 0x060006DD RID: 1757 RVA: 0x0000C218 File Offset: 0x0000A418
        protected override void Dispose(bool disposing)
        {
            if (disposing && this.components != null)
            {
                this.components.Dispose();
            }
            base.Dispose(disposing);
        }
 
        // Token: 0x060006DE RID: 1758 RVA: 0x0000C250 File Offset: 0x0000A450
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMonitor));
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.panel9 = new System.Windows.Forms.Panel();
            this.picBoxOutboundPic = new System.Windows.Forms.PictureBox();
            this.panel5 = new System.Windows.Forms.Panel();
            this.label1 = new System.Windows.Forms.Label();
            this.lbOutboundTask3_Remaining = new System.Windows.Forms.Label();
            this.lbOutboundTask3_State = new System.Windows.Forms.Label();
            this.lbOutboundTask3_Id = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.lbOutboundTask1_Remaining = new System.Windows.Forms.Label();
            this.lbOutboundTask2_Remaining = new System.Windows.Forms.Label();
            this.lbOutboundTask2_State = new System.Windows.Forms.Label();
            this.lbOutboundTask2_Id = new System.Windows.Forms.Label();
            this.lbOutboundTask1_State = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.lbOutboundTask1_Id = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.panel4 = new System.Windows.Forms.Panel();
            this.lbForkerName = new System.Windows.Forms.Label();
            this.lboutboundCount = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.lboutboundCode = new System.Windows.Forms.Label();
            this.lboutboundName = new System.Windows.Forms.Label();
            this.panel1 = new System.Windows.Forms.Panel();
            this.lbOutGateState = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.btnClose = new System.Windows.Forms.Button();
            this.cmBGate = new System.Windows.Forms.ComboBox();
            this.lbAlert = new System.Windows.Forms.Label();
            this.tableLayoutPanel1.SuspendLayout();
            this.panel9.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picBoxOutboundPic)).BeginInit();
            this.panel5.SuspendLayout();
            this.panel4.SuspendLayout();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
            this.tableLayoutPanel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.tableLayoutPanel1.ColumnCount = 3;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F));
            this.tableLayoutPanel1.Controls.Add(this.panel9, 1, 1);
            this.tableLayoutPanel1.Controls.Add(this.panel5, 3, 1);
            this.tableLayoutPanel1.Controls.Add(this.panel4, 0, 1);
            this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.lbAlert, 0, 2);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(2);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 3;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 13.74389F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 73.21263F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 13.04348F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(1440, 864);
            this.tableLayoutPanel1.TabIndex = 1;
            // 
            // panel9
            // 
            this.panel9.BackColor = System.Drawing.Color.Transparent;
            this.panel9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel9.Controls.Add(this.picBoxOutboundPic);
            this.panel9.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel9.Location = new System.Drawing.Point(580, 122);
            this.panel9.Margin = new System.Windows.Forms.Padding(4);
            this.panel9.Name = "panel9";
            this.panel9.Size = new System.Drawing.Size(280, 624);
            this.panel9.TabIndex = 8;
            // 
            // picBoxOutboundPic
            // 
            this.picBoxOutboundPic.BackColor = System.Drawing.Color.Transparent;
            this.picBoxOutboundPic.Dock = System.Windows.Forms.DockStyle.Fill;
            this.picBoxOutboundPic.Location = new System.Drawing.Point(0, 0);
            this.picBoxOutboundPic.Margin = new System.Windows.Forms.Padding(2);
            this.picBoxOutboundPic.Name = "picBoxOutboundPic";
            this.picBoxOutboundPic.Size = new System.Drawing.Size(278, 622);
            this.picBoxOutboundPic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.picBoxOutboundPic.TabIndex = 1;
            this.picBoxOutboundPic.TabStop = false;
            // 
            // panel5
            // 
            this.panel5.BackColor = System.Drawing.Color.Transparent;
            this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel5.Controls.Add(this.label1);
            this.panel5.Controls.Add(this.lbOutboundTask3_Remaining);
            this.panel5.Controls.Add(this.lbOutboundTask3_State);
            this.panel5.Controls.Add(this.lbOutboundTask3_Id);
            this.panel5.Controls.Add(this.label5);
            this.panel5.Controls.Add(this.lbOutboundTask1_Remaining);
            this.panel5.Controls.Add(this.lbOutboundTask2_Remaining);
            this.panel5.Controls.Add(this.lbOutboundTask2_State);
            this.panel5.Controls.Add(this.lbOutboundTask2_Id);
            this.panel5.Controls.Add(this.lbOutboundTask1_State);
            this.panel5.Controls.Add(this.label12);
            this.panel5.Controls.Add(this.label13);
            this.panel5.Controls.Add(this.lbOutboundTask1_Id);
            this.panel5.Controls.Add(this.label15);
            this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel5.Location = new System.Drawing.Point(868, 122);
            this.panel5.Margin = new System.Windows.Forms.Padding(4);
            this.panel5.Name = "panel5";
            this.panel5.Size = new System.Drawing.Size(568, 624);
            this.panel5.TabIndex = 5;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(0, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(55, 15);
            this.label1.TabIndex = 22;
            this.label1.Text = "label1";
            // 
            // lbOutboundTask3_Remaining
            // 
            this.lbOutboundTask3_Remaining.AutoSize = true;
            this.lbOutboundTask3_Remaining.Font = new System.Drawing.Font("微软雅黑", 40F, System.Drawing.FontStyle.Bold);
            this.lbOutboundTask3_Remaining.ForeColor = System.Drawing.Color.White;
            this.lbOutboundTask3_Remaining.Location = new System.Drawing.Point(384, 536);
            this.lbOutboundTask3_Remaining.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lbOutboundTask3_Remaining.Name = "lbOutboundTask3_Remaining";
            this.lbOutboundTask3_Remaining.Size = new System.Drawing.Size(219, 90);
            this.lbOutboundTask3_Remaining.TabIndex = 21;
            this.lbOutboundTask3_Remaining.Text = "X分钟";
            // 
            // lbOutboundTask3_State
            // 
            this.lbOutboundTask3_State.AutoSize = true;
            this.lbOutboundTask3_State.Font = new System.Drawing.Font("微软雅黑", 40F, System.Drawing.FontStyle.Bold);
            this.lbOutboundTask3_State.ForeColor = System.Drawing.Color.White;
            this.lbOutboundTask3_State.Location = new System.Drawing.Point(107, 536);
            this.lbOutboundTask3_State.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lbOutboundTask3_State.Name = "lbOutboundTask3_State";
            this.lbOutboundTask3_State.Size = new System.Drawing.Size(239, 90);
            this.lbOutboundTask3_State.TabIndex = 20;
            this.lbOutboundTask3_State.Text = "排队中";
            // 
            // lbOutboundTask3_Id
            // 
            this.lbOutboundTask3_Id.AutoSize = true;
            this.lbOutboundTask3_Id.Font = new System.Drawing.Font("微软雅黑", 40F, System.Drawing.FontStyle.Bold);
            this.lbOutboundTask3_Id.ForeColor = System.Drawing.Color.White;
            this.lbOutboundTask3_Id.Location = new System.Drawing.Point(125, 455);
            this.lbOutboundTask3_Id.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lbOutboundTask3_Id.Name = "lbOutboundTask3_Id";
            this.lbOutboundTask3_Id.Size = new System.Drawing.Size(584, 90);
            this.lbOutboundTask3_Id.TabIndex = 19;
            this.lbOutboundTask3_Id.Text = "SO20201023002";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("微软雅黑", 40F, System.Drawing.FontStyle.Bold);
            this.label5.ForeColor = System.Drawing.Color.White;
            this.label5.Location = new System.Drawing.Point(24, 455);
            this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(146, 90);
            this.label5.TabIndex = 18;
            this.label5.Text = "3:";
            // 
            // lbOutboundTask1_Remaining
            // 
            this.lbOutboundTask1_Remaining.AutoSize = true;
            this.lbOutboundTask1_Remaining.Font = new System.Drawing.Font("微软雅黑", 40F, System.Drawing.FontStyle.Bold);
            this.lbOutboundTask1_Remaining.ForeColor = System.Drawing.Color.White;
            this.lbOutboundTask1_Remaining.Location = new System.Drawing.Point(384, 122);
            this.lbOutboundTask1_Remaining.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lbOutboundTask1_Remaining.Name = "lbOutboundTask1_Remaining";
            this.lbOutboundTask1_Remaining.Size = new System.Drawing.Size(219, 90);
            this.lbOutboundTask1_Remaining.TabIndex = 17;
            this.lbOutboundTask1_Remaining.Text = "X分钟";
            // 
            // lbOutboundTask2_Remaining
            // 
            this.lbOutboundTask2_Remaining.AutoSize = true;
            this.lbOutboundTask2_Remaining.Font = new System.Drawing.Font("微软雅黑", 40F, System.Drawing.FontStyle.Bold);
            this.lbOutboundTask2_Remaining.ForeColor = System.Drawing.Color.White;
            this.lbOutboundTask2_Remaining.Location = new System.Drawing.Point(384, 321);
            this.lbOutboundTask2_Remaining.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lbOutboundTask2_Remaining.Name = "lbOutboundTask2_Remaining";
            this.lbOutboundTask2_Remaining.Size = new System.Drawing.Size(219, 90);
            this.lbOutboundTask2_Remaining.TabIndex = 16;
            this.lbOutboundTask2_Remaining.Text = "X分钟";
            // 
            // lbOutboundTask2_State
            // 
            this.lbOutboundTask2_State.AutoSize = true;
            this.lbOutboundTask2_State.Font = new System.Drawing.Font("微软雅黑", 40F, System.Drawing.FontStyle.Bold);
            this.lbOutboundTask2_State.ForeColor = System.Drawing.Color.White;
            this.lbOutboundTask2_State.Location = new System.Drawing.Point(107, 321);
            this.lbOutboundTask2_State.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lbOutboundTask2_State.Name = "lbOutboundTask2_State";
            this.lbOutboundTask2_State.Size = new System.Drawing.Size(239, 90);
            this.lbOutboundTask2_State.TabIndex = 15;
            this.lbOutboundTask2_State.Text = "排队中";
            // 
            // lbOutboundTask2_Id
            // 
            this.lbOutboundTask2_Id.AutoSize = true;
            this.lbOutboundTask2_Id.Font = new System.Drawing.Font("微软雅黑", 40F, System.Drawing.FontStyle.Bold);
            this.lbOutboundTask2_Id.ForeColor = System.Drawing.Color.White;
            this.lbOutboundTask2_Id.Location = new System.Drawing.Point(125, 257);
            this.lbOutboundTask2_Id.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lbOutboundTask2_Id.Name = "lbOutboundTask2_Id";
            this.lbOutboundTask2_Id.Size = new System.Drawing.Size(584, 90);
            this.lbOutboundTask2_Id.TabIndex = 14;
            this.lbOutboundTask2_Id.Text = "SO20201023002";
            // 
            // lbOutboundTask1_State
            // 
            this.lbOutboundTask1_State.AutoSize = true;
            this.lbOutboundTask1_State.Font = new System.Drawing.Font("微软雅黑", 40F, System.Drawing.FontStyle.Bold);
            this.lbOutboundTask1_State.ForeColor = System.Drawing.Color.White;
            this.lbOutboundTask1_State.Location = new System.Drawing.Point(104, 122);
            this.lbOutboundTask1_State.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lbOutboundTask1_State.Name = "lbOutboundTask1_State";
            this.lbOutboundTask1_State.Size = new System.Drawing.Size(239, 90);
            this.lbOutboundTask1_State.TabIndex = 13;
            this.lbOutboundTask1_State.Text = "已完成";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Font = new System.Drawing.Font("微软雅黑", 40F, System.Drawing.FontStyle.Bold);
            this.label12.ForeColor = System.Drawing.Color.White;
            this.label12.Location = new System.Drawing.Point(24, 257);
            this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(146, 90);
            this.label12.TabIndex = 12;
            this.label12.Text = "2:";
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Font = new System.Drawing.Font("微软雅黑", 40F, System.Drawing.FontStyle.Bold);
            this.label13.ForeColor = System.Drawing.Color.White;
            this.label13.Location = new System.Drawing.Point(24, 52);
            this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(146, 90);
            this.label13.TabIndex = 11;
            this.label13.Text = "1:";
            // 
            // lbOutboundTask1_Id
            // 
            this.lbOutboundTask1_Id.AutoSize = true;
            this.lbOutboundTask1_Id.Font = new System.Drawing.Font("微软雅黑", 40F, System.Drawing.FontStyle.Bold);
            this.lbOutboundTask1_Id.ForeColor = System.Drawing.Color.White;
            this.lbOutboundTask1_Id.Location = new System.Drawing.Point(125, 52);
            this.lbOutboundTask1_Id.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lbOutboundTask1_Id.Name = "lbOutboundTask1_Id";
            this.lbOutboundTask1_Id.Size = new System.Drawing.Size(584, 90);
            this.lbOutboundTask1_Id.TabIndex = 10;
            this.lbOutboundTask1_Id.Text = "SO20201023005";
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Font = new System.Drawing.Font("微软雅黑", 40F, System.Drawing.FontStyle.Bold);
            this.label15.ForeColor = System.Drawing.Color.Red;
            this.label15.Location = new System.Drawing.Point(184, -9);
            this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(306, 90);
            this.label15.TabIndex = 9;
            this.label15.Text = "出库任务";
            // 
            // panel4
            // 
            this.panel4.BackColor = System.Drawing.Color.Transparent;
            this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel4.Controls.Add(this.lbForkerName);
            this.panel4.Controls.Add(this.lboutboundCount);
            this.panel4.Controls.Add(this.label7);
            this.panel4.Controls.Add(this.lboutboundCode);
            this.panel4.Controls.Add(this.lboutboundName);
            this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel4.Location = new System.Drawing.Point(4, 122);
            this.panel4.Margin = new System.Windows.Forms.Padding(4);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(568, 624);
            this.panel4.TabIndex = 4;
            // 
            // lbForkerName
            // 
            this.lbForkerName.AutoSize = true;
            this.lbForkerName.Font = new System.Drawing.Font("微软雅黑", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbForkerName.ForeColor = System.Drawing.Color.White;
            this.lbForkerName.Location = new System.Drawing.Point(6, 515);
            this.lbForkerName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lbForkerName.Name = "lbForkerName";
            this.lbForkerName.Size = new System.Drawing.Size(477, 106);
            this.lbForkerName.TabIndex = 9;
            this.lbForkerName.Text = "XX号叉车工";
            // 
            // lboutboundCount
            // 
            this.lboutboundCount.AutoSize = true;
            this.lboutboundCount.Font = new System.Drawing.Font("微软雅黑", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lboutboundCount.ForeColor = System.Drawing.Color.White;
            this.lboutboundCount.Location = new System.Drawing.Point(224, 338);
            this.lboutboundCount.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lboutboundCount.Name = "lboutboundCount";
            this.lboutboundCount.Size = new System.Drawing.Size(241, 106);
            this.lboutboundCount.TabIndex = 8;
            this.lboutboundCount.Text = "0000";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Font = new System.Drawing.Font("微软雅黑", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label7.ForeColor = System.Drawing.Color.White;
            this.label7.Location = new System.Drawing.Point(6, 338);
            this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(285, 106);
            this.label7.TabIndex = 7;
            this.label7.Text = "数量:";
            // 
            // lboutboundCode
            // 
            this.lboutboundCode.AutoSize = true;
            this.lboutboundCode.Font = new System.Drawing.Font("微软雅黑", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lboutboundCode.ForeColor = System.Drawing.Color.White;
            this.lboutboundCode.Location = new System.Drawing.Point(6, 183);
            this.lboutboundCode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lboutboundCode.Name = "lboutboundCode";
            this.lboutboundCode.Size = new System.Drawing.Size(581, 106);
            this.lboutboundCode.TabIndex = 6;
            this.lboutboundCode.Text = "5101032-A95";
            // 
            // lboutboundName
            // 
            this.lboutboundName.AutoSize = true;
            this.lboutboundName.Font = new System.Drawing.Font("微软雅黑", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lboutboundName.ForeColor = System.Drawing.Color.White;
            this.lboutboundName.Location = new System.Drawing.Point(0, 0);
            this.lboutboundName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lboutboundName.Name = "lboutboundName";
            this.lboutboundName.Size = new System.Drawing.Size(765, 106);
            this.lboutboundName.TabIndex = 5;
            this.lboutboundName.Text = "前地板前部右加强板";
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.Color.Transparent;
            this.tableLayoutPanel1.SetColumnSpan(this.panel1, 3);
            this.panel1.Controls.Add(this.lbOutGateState);
            this.panel1.Controls.Add(this.label3);
            this.panel1.Controls.Add(this.btnClose);
            this.panel1.Controls.Add(this.cmBGate);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(2, 2);
            this.panel1.Margin = new System.Windows.Forms.Padding(2);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(1436, 114);
            this.panel1.TabIndex = 1;
            // 
            // lbOutGateState
            // 
            this.lbOutGateState.AutoSize = true;
            this.lbOutGateState.BackColor = System.Drawing.Color.Transparent;
            this.lbOutGateState.Dock = System.Windows.Forms.DockStyle.Left;
            this.lbOutGateState.Font = new System.Drawing.Font("微软雅黑", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbOutGateState.ForeColor = System.Drawing.Color.Blue;
            this.lbOutGateState.Location = new System.Drawing.Point(888, 0);
            this.lbOutGateState.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lbOutGateState.Name = "lbOutGateState";
            this.lbOutGateState.Size = new System.Drawing.Size(213, 106);
            this.lbOutGateState.TabIndex = 2;
            this.lbOutGateState.Text = "XXX";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Dock = System.Windows.Forms.DockStyle.Left;
            this.label3.Font = new System.Drawing.Font("微软雅黑", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label3.ForeColor = System.Drawing.Color.Red;
            this.label3.Location = new System.Drawing.Point(203, 0);
            this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(685, 106);
            this.label3.TabIndex = 1;
            this.label3.Text = "当前出库口状态:";
            // 
            // btnClose
            // 
            this.btnClose.BackColor = System.Drawing.Color.Transparent;
            this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
            this.btnClose.Font = new System.Drawing.Font("微软雅黑", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnClose.ForeColor = System.Drawing.Color.White;
            this.btnClose.Location = new System.Drawing.Point(1280, 0);
            this.btnClose.Margin = new System.Windows.Forms.Padding(2);
            this.btnClose.Name = "btnClose";
            this.btnClose.Size = new System.Drawing.Size(156, 114);
            this.btnClose.TabIndex = 3;
            this.btnClose.Text = "关闭";
            this.btnClose.UseVisualStyleBackColor = false;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click_1);
            // 
            // cmBGate
            // 
            this.cmBGate.Dock = System.Windows.Forms.DockStyle.Left;
            this.cmBGate.Font = new System.Drawing.Font("微软雅黑", 48F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmBGate.FormattingEnabled = true;
            this.cmBGate.Items.AddRange(new object[] {
            "6号口",
            "8号口"});
            this.cmBGate.Location = new System.Drawing.Point(0, 0);
            this.cmBGate.Margin = new System.Windows.Forms.Padding(2);
            this.cmBGate.Name = "cmBGate";
            this.cmBGate.Size = new System.Drawing.Size(203, 112);
            this.cmBGate.TabIndex = 0;
            this.cmBGate.Text = "8号口";
            this.cmBGate.SelectedIndexChanged += new System.EventHandler(this.cmBGate_SelectedIndexChanged_1);
            // 
            // lbAlert
            // 
            this.lbAlert.AutoSize = true;
            this.tableLayoutPanel1.SetColumnSpan(this.lbAlert, 3);
            this.lbAlert.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lbAlert.Font = new System.Drawing.Font("宋体", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbAlert.ForeColor = System.Drawing.Color.Red;
            this.lbAlert.Location = new System.Drawing.Point(3, 750);
            this.lbAlert.Name = "lbAlert";
            this.lbAlert.Size = new System.Drawing.Size(1434, 114);
            this.lbAlert.TabIndex = 9;
            // 
            // FrmMonitor
            // 
            this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
            this.ClientSize = new System.Drawing.Size(1440, 864);
            this.Controls.Add(this.tableLayoutPanel1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "FrmMonitor";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "FrmMonitor";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmMonitor_FormClosed_1);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel1.PerformLayout();
            this.panel9.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.picBoxOutboundPic)).EndInit();
            this.panel5.ResumeLayout(false);
            this.panel5.PerformLayout();
            this.panel4.ResumeLayout(false);
            this.panel4.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ResumeLayout(false);
 
        }
 
        // Token: 0x040003C5 RID: 965
        private global::System.Windows.Forms.Label lbForkerName;
 
        // Token: 0x040003C6 RID: 966
        private global::System.Windows.Forms.Panel panel1;
 
        // Token: 0x040003C7 RID: 967
        private global::System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
 
        // Token: 0x040003C8 RID: 968
        private global::System.Windows.Forms.Panel panel9;
 
        // Token: 0x040003C9 RID: 969
        private global::System.Windows.Forms.PictureBox picBoxOutboundPic;
 
        // Token: 0x040003CA RID: 970
        private global::System.Windows.Forms.Label lbOutGateState;
 
        // Token: 0x040003CB RID: 971
        private global::System.Windows.Forms.Label label3;
 
        // Token: 0x040003CC RID: 972
        private global::System.Windows.Forms.Panel panel5;
 
        // Token: 0x040003CD RID: 973
        private global::System.Windows.Forms.Label lbOutboundTask1_Remaining;
 
        // Token: 0x040003CE RID: 974
        private global::System.Windows.Forms.Label lbOutboundTask2_Remaining;
 
        // Token: 0x040003CF RID: 975
        private global::System.Windows.Forms.Label lbOutboundTask2_State;
 
        // Token: 0x040003D0 RID: 976
        private global::System.Windows.Forms.Label lbOutboundTask2_Id;
 
        // Token: 0x040003D1 RID: 977
        private global::System.Windows.Forms.Label lbOutboundTask1_State;
 
        // Token: 0x040003D2 RID: 978
        private global::System.Windows.Forms.Label label12;
 
        // Token: 0x040003D3 RID: 979
        private global::System.Windows.Forms.Label label13;
 
        // Token: 0x040003D4 RID: 980
        private global::System.Windows.Forms.Label lbOutboundTask1_Id;
 
        // Token: 0x040003D5 RID: 981
        private global::System.Windows.Forms.Label label15;
 
        // Token: 0x040003D6 RID: 982
        private global::System.Windows.Forms.Panel panel4;
 
        // Token: 0x040003D7 RID: 983
        private global::System.Windows.Forms.Label lboutboundCount;
 
        // Token: 0x040003D8 RID: 984
        private global::System.Windows.Forms.Label label7;
 
        // Token: 0x040003D9 RID: 985
        private global::System.Windows.Forms.Label lboutboundCode;
 
        // Token: 0x040003DA RID: 986
        private global::System.Windows.Forms.Label lboutboundName;
 
        // Token: 0x040003DB RID: 987
        private global::System.Windows.Forms.ComboBox cmBGate;
 
        // Token: 0x040003DC RID: 988
        private global::System.Windows.Forms.Label lbOutboundTask3_Remaining;
 
        // Token: 0x040003DD RID: 989
        private global::System.Windows.Forms.Label lbOutboundTask3_State;
 
        // Token: 0x040003DE RID: 990
        private global::System.Windows.Forms.Label lbOutboundTask3_Id;
 
        // Token: 0x040003DF RID: 991
        private global::System.Windows.Forms.Label label5;
 
        // Token: 0x040003E0 RID: 992
        private global::System.Windows.Forms.Button btnClose;
 
        // Token: 0x040003E1 RID: 993
        private global::System.Windows.Forms.Label label1;
 
        // Token: 0x040003E2 RID: 994
        private global::System.Windows.Forms.Label lbAlert;
 
        // Token: 0x040003E3 RID: 995
        private global::System.ComponentModel.IContainer components = null;
    }
}