d23004
2023-05-24 fa87a558389d9d425f70afa1c8de54c69875ef2c
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
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
namespace SA_LTT_UI.Viewer
{
    partial class VisionViewer
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;
 
        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
 
        #region Windows Form Designer generated code
 
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.tb_Ip = new System.Windows.Forms.TextBox();
            this.tb_Port = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.btn_Connection = new System.Windows.Forms.Button();
            this.btn_DisConnection = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.btn_WaferDetectionResultAck = new System.Windows.Forms.Button();
            this.btn_AlarmAck = new System.Windows.Forms.Button();
            this.btn_RequestAlive = new System.Windows.Forms.Button();
            this.btn_RecipeUpdateAck = new System.Windows.Forms.Button();
            this.btn_RecipeSwitch = new System.Windows.Forms.Button();
            this.btn_WaferDetectionStart = new System.Windows.Forms.Button();
            this.btn_WaferDetectionReadyEndAck = new System.Windows.Forms.Button();
            this.btn_WaferDetectionReady = new System.Windows.Forms.Button();
            this.btn_InspReadyEnd = new System.Windows.Forms.Button();
            this.btn_VisionReady = new System.Windows.Forms.Button();
            this.label3 = new System.Windows.Forms.Label();
            this.tb_RecipeName = new System.Windows.Forms.TextBox();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.lb_RequestAlive = new System.Windows.Forms.Label();
            this.lb_RecipeUpdateAck = new System.Windows.Forms.Label();
            this.lb_WaferDetectionResultAck = new System.Windows.Forms.Label();
            this.lb_WaferDetectionReadyEndAck = new System.Windows.Forms.Label();
            this.lb_InspReadyEndAck = new System.Windows.Forms.Label();
            this.lb_AlarmAck = new System.Windows.Forms.Label();
            this.lb_RecipeSwitch = new System.Windows.Forms.Label();
            this.lb_WaferDetectionStart = new System.Windows.Forms.Label();
            this.lb_WaferDetectionReady = new System.Windows.Forms.Label();
            this.lb_VisionReady = new System.Windows.Forms.Label();
            this.btn_Close = new System.Windows.Forms.Button();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.tb_ResultT = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.tb_ResultY = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.tb_ResultX = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.tb_Result = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.SuspendLayout();
            // 
            // tb_Ip
            // 
            this.tb_Ip.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tb_Ip.Location = new System.Drawing.Point(88, 17);
            this.tb_Ip.Name = "tb_Ip";
            this.tb_Ip.ReadOnly = true;
            this.tb_Ip.Size = new System.Drawing.Size(190, 21);
            this.tb_Ip.TabIndex = 0;
            // 
            // tb_Port
            // 
            this.tb_Port.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tb_Port.Location = new System.Drawing.Point(88, 43);
            this.tb_Port.Name = "tb_Port";
            this.tb_Port.ReadOnly = true;
            this.tb_Port.Size = new System.Drawing.Size(190, 21);
            this.tb_Port.TabIndex = 0;
            // 
            // label1
            // 
            this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.label1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.label1.Location = new System.Drawing.Point(6, 17);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(76, 21);
            this.label1.TabIndex = 1;
            this.label1.Text = "IP address";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label2
            // 
            this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.label2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.label2.Location = new System.Drawing.Point(6, 43);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(76, 21);
            this.label2.TabIndex = 1;
            this.label2.Text = "Port";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // btn_Connection
            // 
            this.btn_Connection.Location = new System.Drawing.Point(284, 16);
            this.btn_Connection.Name = "btn_Connection";
            this.btn_Connection.Size = new System.Drawing.Size(98, 21);
            this.btn_Connection.TabIndex = 2;
            this.btn_Connection.Text = "Connection";
            this.btn_Connection.UseVisualStyleBackColor = true;
            // 
            // btn_DisConnection
            // 
            this.btn_DisConnection.Location = new System.Drawing.Point(284, 43);
            this.btn_DisConnection.Name = "btn_DisConnection";
            this.btn_DisConnection.Size = new System.Drawing.Size(98, 21);
            this.btn_DisConnection.TabIndex = 2;
            this.btn_DisConnection.Text = "DisConnection";
            this.btn_DisConnection.UseVisualStyleBackColor = true;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.btn_DisConnection);
            this.groupBox1.Controls.Add(this.tb_Ip);
            this.groupBox1.Controls.Add(this.btn_Connection);
            this.groupBox1.Controls.Add(this.tb_Port);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Location = new System.Drawing.Point(12, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(394, 78);
            this.groupBox1.TabIndex = 3;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Connection info";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.btn_WaferDetectionResultAck);
            this.groupBox2.Controls.Add(this.btn_AlarmAck);
            this.groupBox2.Controls.Add(this.btn_RequestAlive);
            this.groupBox2.Controls.Add(this.btn_RecipeUpdateAck);
            this.groupBox2.Controls.Add(this.btn_RecipeSwitch);
            this.groupBox2.Controls.Add(this.btn_WaferDetectionStart);
            this.groupBox2.Controls.Add(this.btn_WaferDetectionReadyEndAck);
            this.groupBox2.Controls.Add(this.btn_WaferDetectionReady);
            this.groupBox2.Controls.Add(this.btn_InspReadyEnd);
            this.groupBox2.Controls.Add(this.btn_VisionReady);
            this.groupBox2.Controls.Add(this.label3);
            this.groupBox2.Controls.Add(this.tb_RecipeName);
            this.groupBox2.Location = new System.Drawing.Point(12, 96);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(394, 325);
            this.groupBox2.TabIndex = 4;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Send data";
            // 
            // btn_WaferDetectionResultAck
            // 
            this.btn_WaferDetectionResultAck.Enabled = false;
            this.btn_WaferDetectionResultAck.Location = new System.Drawing.Point(197, 167);
            this.btn_WaferDetectionResultAck.Name = "btn_WaferDetectionResultAck";
            this.btn_WaferDetectionResultAck.Size = new System.Drawing.Size(185, 45);
            this.btn_WaferDetectionResultAck.TabIndex = 2;
            this.btn_WaferDetectionResultAck.Text = "Wafer detection result ack";
            this.btn_WaferDetectionResultAck.UseVisualStyleBackColor = true;
            this.btn_WaferDetectionResultAck.Click += new System.EventHandler(this.btn_WaferDetectionResultAck_Click);
            // 
            // btn_AlarmAck
            // 
            this.btn_AlarmAck.Enabled = false;
            this.btn_AlarmAck.Location = new System.Drawing.Point(6, 269);
            this.btn_AlarmAck.Name = "btn_AlarmAck";
            this.btn_AlarmAck.Size = new System.Drawing.Size(185, 45);
            this.btn_AlarmAck.TabIndex = 2;
            this.btn_AlarmAck.Text = "Alarm ack";
            this.btn_AlarmAck.UseVisualStyleBackColor = true;
            this.btn_AlarmAck.Click += new System.EventHandler(this.btn_AlarmAck_Click);
            // 
            // btn_RequestAlive
            // 
            this.btn_RequestAlive.Enabled = false;
            this.btn_RequestAlive.Location = new System.Drawing.Point(197, 269);
            this.btn_RequestAlive.Name = "btn_RequestAlive";
            this.btn_RequestAlive.Size = new System.Drawing.Size(185, 45);
            this.btn_RequestAlive.TabIndex = 2;
            this.btn_RequestAlive.Text = "Request alive";
            this.btn_RequestAlive.UseVisualStyleBackColor = true;
            this.btn_RequestAlive.Click += new System.EventHandler(this.btn_RequestAlive_Click);
            // 
            // btn_RecipeUpdateAck
            // 
            this.btn_RecipeUpdateAck.Enabled = false;
            this.btn_RecipeUpdateAck.Location = new System.Drawing.Point(197, 218);
            this.btn_RecipeUpdateAck.Name = "btn_RecipeUpdateAck";
            this.btn_RecipeUpdateAck.Size = new System.Drawing.Size(185, 45);
            this.btn_RecipeUpdateAck.TabIndex = 2;
            this.btn_RecipeUpdateAck.Text = "Recipe update ack";
            this.btn_RecipeUpdateAck.UseVisualStyleBackColor = true;
            this.btn_RecipeUpdateAck.Click += new System.EventHandler(this.btn_RecipeUpdateAck_Click);
            // 
            // btn_RecipeSwitch
            // 
            this.btn_RecipeSwitch.Location = new System.Drawing.Point(6, 218);
            this.btn_RecipeSwitch.Name = "btn_RecipeSwitch";
            this.btn_RecipeSwitch.Size = new System.Drawing.Size(185, 45);
            this.btn_RecipeSwitch.TabIndex = 2;
            this.btn_RecipeSwitch.Text = "Recipe switch";
            this.btn_RecipeSwitch.UseVisualStyleBackColor = true;
            this.btn_RecipeSwitch.Click += new System.EventHandler(this.btn_RecipeSwitch_Click);
            // 
            // btn_WaferDetectionStart
            // 
            this.btn_WaferDetectionStart.Location = new System.Drawing.Point(6, 167);
            this.btn_WaferDetectionStart.Name = "btn_WaferDetectionStart";
            this.btn_WaferDetectionStart.Size = new System.Drawing.Size(185, 45);
            this.btn_WaferDetectionStart.TabIndex = 2;
            this.btn_WaferDetectionStart.Text = "Wafer detection start";
            this.btn_WaferDetectionStart.UseVisualStyleBackColor = true;
            this.btn_WaferDetectionStart.Click += new System.EventHandler(this.btn_WaferDetectionStart_Click);
            // 
            // btn_WaferDetectionReadyEndAck
            // 
            this.btn_WaferDetectionReadyEndAck.Enabled = false;
            this.btn_WaferDetectionReadyEndAck.Location = new System.Drawing.Point(197, 116);
            this.btn_WaferDetectionReadyEndAck.Name = "btn_WaferDetectionReadyEndAck";
            this.btn_WaferDetectionReadyEndAck.Size = new System.Drawing.Size(185, 45);
            this.btn_WaferDetectionReadyEndAck.TabIndex = 2;
            this.btn_WaferDetectionReadyEndAck.Text = "Wafer detection ready end ack";
            this.btn_WaferDetectionReadyEndAck.UseVisualStyleBackColor = true;
            this.btn_WaferDetectionReadyEndAck.Click += new System.EventHandler(this.btn_WaferDetectionReadyEndAck_Click);
            // 
            // btn_WaferDetectionReady
            // 
            this.btn_WaferDetectionReady.Location = new System.Drawing.Point(6, 116);
            this.btn_WaferDetectionReady.Name = "btn_WaferDetectionReady";
            this.btn_WaferDetectionReady.Size = new System.Drawing.Size(185, 45);
            this.btn_WaferDetectionReady.TabIndex = 2;
            this.btn_WaferDetectionReady.Text = "Wafer detection ready";
            this.btn_WaferDetectionReady.UseVisualStyleBackColor = true;
            this.btn_WaferDetectionReady.Click += new System.EventHandler(this.btn_WaferDetectionReady_Click);
            // 
            // btn_InspReadyEnd
            // 
            this.btn_InspReadyEnd.Enabled = false;
            this.btn_InspReadyEnd.Location = new System.Drawing.Point(197, 65);
            this.btn_InspReadyEnd.Name = "btn_InspReadyEnd";
            this.btn_InspReadyEnd.Size = new System.Drawing.Size(185, 45);
            this.btn_InspReadyEnd.TabIndex = 2;
            this.btn_InspReadyEnd.Text = "Insp ready end";
            this.btn_InspReadyEnd.UseVisualStyleBackColor = true;
            this.btn_InspReadyEnd.Click += new System.EventHandler(this.btn_InspReadyEnd_Click);
            // 
            // btn_VisionReady
            // 
            this.btn_VisionReady.Location = new System.Drawing.Point(6, 65);
            this.btn_VisionReady.Name = "btn_VisionReady";
            this.btn_VisionReady.Size = new System.Drawing.Size(185, 45);
            this.btn_VisionReady.TabIndex = 2;
            this.btn_VisionReady.Text = "Vision ready";
            this.btn_VisionReady.UseVisualStyleBackColor = true;
            this.btn_VisionReady.Click += new System.EventHandler(this.btn_VisionReady_Click);
            // 
            // label3
            // 
            this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.label3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.label3.Location = new System.Drawing.Point(6, 20);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(96, 21);
            this.label3.TabIndex = 1;
            this.label3.Text = "Recipe name";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // tb_RecipeName
            // 
            this.tb_RecipeName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tb_RecipeName.Location = new System.Drawing.Point(108, 20);
            this.tb_RecipeName.MaxLength = 20;
            this.tb_RecipeName.Name = "tb_RecipeName";
            this.tb_RecipeName.Size = new System.Drawing.Size(274, 21);
            this.tb_RecipeName.TabIndex = 0;
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.lb_RequestAlive);
            this.groupBox3.Controls.Add(this.lb_RecipeUpdateAck);
            this.groupBox3.Controls.Add(this.lb_WaferDetectionResultAck);
            this.groupBox3.Controls.Add(this.lb_WaferDetectionReadyEndAck);
            this.groupBox3.Controls.Add(this.lb_InspReadyEndAck);
            this.groupBox3.Controls.Add(this.lb_AlarmAck);
            this.groupBox3.Controls.Add(this.lb_RecipeSwitch);
            this.groupBox3.Controls.Add(this.lb_WaferDetectionStart);
            this.groupBox3.Controls.Add(this.lb_WaferDetectionReady);
            this.groupBox3.Controls.Add(this.lb_VisionReady);
            this.groupBox3.Location = new System.Drawing.Point(418, 96);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(200, 325);
            this.groupBox3.TabIndex = 4;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Receive ack";
            // 
            // lb_RequestAlive
            // 
            this.lb_RequestAlive.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lb_RequestAlive.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.lb_RequestAlive.Location = new System.Drawing.Point(6, 293);
            this.lb_RequestAlive.Name = "lb_RequestAlive";
            this.lb_RequestAlive.Size = new System.Drawing.Size(185, 21);
            this.lb_RequestAlive.TabIndex = 1;
            this.lb_RequestAlive.Text = "Request alive";
            this.lb_RequestAlive.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lb_RecipeUpdateAck
            // 
            this.lb_RecipeUpdateAck.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lb_RecipeUpdateAck.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.lb_RecipeUpdateAck.Location = new System.Drawing.Point(6, 239);
            this.lb_RecipeUpdateAck.Name = "lb_RecipeUpdateAck";
            this.lb_RecipeUpdateAck.Size = new System.Drawing.Size(185, 21);
            this.lb_RecipeUpdateAck.TabIndex = 1;
            this.lb_RecipeUpdateAck.Text = "Recipe update ack";
            this.lb_RecipeUpdateAck.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lb_WaferDetectionResultAck
            // 
            this.lb_WaferDetectionResultAck.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lb_WaferDetectionResultAck.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.lb_WaferDetectionResultAck.Location = new System.Drawing.Point(6, 185);
            this.lb_WaferDetectionResultAck.Name = "lb_WaferDetectionResultAck";
            this.lb_WaferDetectionResultAck.Size = new System.Drawing.Size(185, 21);
            this.lb_WaferDetectionResultAck.TabIndex = 1;
            this.lb_WaferDetectionResultAck.Text = "Wafer detection result ack";
            this.lb_WaferDetectionResultAck.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lb_WaferDetectionReadyEndAck
            // 
            this.lb_WaferDetectionReadyEndAck.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lb_WaferDetectionReadyEndAck.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.lb_WaferDetectionReadyEndAck.Location = new System.Drawing.Point(6, 131);
            this.lb_WaferDetectionReadyEndAck.Name = "lb_WaferDetectionReadyEndAck";
            this.lb_WaferDetectionReadyEndAck.Size = new System.Drawing.Size(185, 21);
            this.lb_WaferDetectionReadyEndAck.TabIndex = 1;
            this.lb_WaferDetectionReadyEndAck.Text = "Wafer detection ready end ack";
            this.lb_WaferDetectionReadyEndAck.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lb_InspReadyEndAck
            // 
            this.lb_InspReadyEndAck.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lb_InspReadyEndAck.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.lb_InspReadyEndAck.Location = new System.Drawing.Point(6, 77);
            this.lb_InspReadyEndAck.Name = "lb_InspReadyEndAck";
            this.lb_InspReadyEndAck.Size = new System.Drawing.Size(185, 21);
            this.lb_InspReadyEndAck.TabIndex = 1;
            this.lb_InspReadyEndAck.Text = "Insp ready end ack";
            this.lb_InspReadyEndAck.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lb_AlarmAck
            // 
            this.lb_AlarmAck.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lb_AlarmAck.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.lb_AlarmAck.Location = new System.Drawing.Point(6, 266);
            this.lb_AlarmAck.Name = "lb_AlarmAck";
            this.lb_AlarmAck.Size = new System.Drawing.Size(185, 21);
            this.lb_AlarmAck.TabIndex = 1;
            this.lb_AlarmAck.Text = "Alarm ack";
            this.lb_AlarmAck.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lb_RecipeSwitch
            // 
            this.lb_RecipeSwitch.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lb_RecipeSwitch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.lb_RecipeSwitch.Location = new System.Drawing.Point(6, 212);
            this.lb_RecipeSwitch.Name = "lb_RecipeSwitch";
            this.lb_RecipeSwitch.Size = new System.Drawing.Size(185, 21);
            this.lb_RecipeSwitch.TabIndex = 1;
            this.lb_RecipeSwitch.Text = "Recipe switch";
            this.lb_RecipeSwitch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lb_WaferDetectionStart
            // 
            this.lb_WaferDetectionStart.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lb_WaferDetectionStart.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.lb_WaferDetectionStart.Location = new System.Drawing.Point(6, 158);
            this.lb_WaferDetectionStart.Name = "lb_WaferDetectionStart";
            this.lb_WaferDetectionStart.Size = new System.Drawing.Size(185, 21);
            this.lb_WaferDetectionStart.TabIndex = 1;
            this.lb_WaferDetectionStart.Text = "Wafer detection start";
            this.lb_WaferDetectionStart.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lb_WaferDetectionReady
            // 
            this.lb_WaferDetectionReady.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lb_WaferDetectionReady.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.lb_WaferDetectionReady.Location = new System.Drawing.Point(6, 104);
            this.lb_WaferDetectionReady.Name = "lb_WaferDetectionReady";
            this.lb_WaferDetectionReady.Size = new System.Drawing.Size(185, 21);
            this.lb_WaferDetectionReady.TabIndex = 1;
            this.lb_WaferDetectionReady.Text = "Wafer detection ready";
            this.lb_WaferDetectionReady.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lb_VisionReady
            // 
            this.lb_VisionReady.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lb_VisionReady.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.lb_VisionReady.Location = new System.Drawing.Point(6, 50);
            this.lb_VisionReady.Name = "lb_VisionReady";
            this.lb_VisionReady.Size = new System.Drawing.Size(185, 21);
            this.lb_VisionReady.TabIndex = 1;
            this.lb_VisionReady.Text = "Vision ready";
            this.lb_VisionReady.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // btn_Close
            // 
            this.btn_Close.Location = new System.Drawing.Point(514, 12);
            this.btn_Close.Name = "btn_Close";
            this.btn_Close.Size = new System.Drawing.Size(103, 62);
            this.btn_Close.TabIndex = 89;
            this.btn_Close.Text = "Close";
            this.btn_Close.UseVisualStyleBackColor = true;
            this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.tb_ResultT);
            this.groupBox4.Controls.Add(this.label7);
            this.groupBox4.Controls.Add(this.tb_ResultY);
            this.groupBox4.Controls.Add(this.label6);
            this.groupBox4.Controls.Add(this.tb_ResultX);
            this.groupBox4.Controls.Add(this.label5);
            this.groupBox4.Controls.Add(this.tb_Result);
            this.groupBox4.Controls.Add(this.label4);
            this.groupBox4.Location = new System.Drawing.Point(624, 96);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(200, 325);
            this.groupBox4.TabIndex = 90;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "Detection result";
            // 
            // tb_ResultT
            // 
            this.tb_ResultT.Location = new System.Drawing.Point(98, 114);
            this.tb_ResultT.Name = "tb_ResultT";
            this.tb_ResultT.ReadOnly = true;
            this.tb_ResultT.Size = new System.Drawing.Size(96, 21);
            this.tb_ResultT.TabIndex = 1;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(18, 119);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(52, 12);
            this.label7.TabIndex = 0;
            this.label7.Text = "Result T";
            // 
            // tb_ResultY
            // 
            this.tb_ResultY.Location = new System.Drawing.Point(98, 87);
            this.tb_ResultY.Name = "tb_ResultY";
            this.tb_ResultY.ReadOnly = true;
            this.tb_ResultY.Size = new System.Drawing.Size(96, 21);
            this.tb_ResultY.TabIndex = 1;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(18, 92);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(52, 12);
            this.label6.TabIndex = 0;
            this.label6.Text = "Result Y";
            // 
            // tb_ResultX
            // 
            this.tb_ResultX.Location = new System.Drawing.Point(98, 60);
            this.tb_ResultX.Name = "tb_ResultX";
            this.tb_ResultX.ReadOnly = true;
            this.tb_ResultX.Size = new System.Drawing.Size(96, 21);
            this.tb_ResultX.TabIndex = 1;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(18, 65);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(52, 12);
            this.label5.TabIndex = 0;
            this.label5.Text = "Result X";
            // 
            // tb_Result
            // 
            this.tb_Result.Location = new System.Drawing.Point(98, 33);
            this.tb_Result.Name = "tb_Result";
            this.tb_Result.ReadOnly = true;
            this.tb_Result.Size = new System.Drawing.Size(96, 21);
            this.tb_Result.TabIndex = 1;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(18, 38);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(40, 12);
            this.label4.TabIndex = 0;
            this.label4.Text = "Result";
            // 
            // VisionViewer
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(848, 439);
            this.Controls.Add(this.groupBox4);
            this.Controls.Add(this.btn_Close);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Name = "VisionViewer";
            this.Text = "VisionViewer";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.VisionViewer_FormClosing);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            this.ResumeLayout(false);
 
        }
 
        #endregion
 
        private System.Windows.Forms.TextBox tb_Ip;
        private System.Windows.Forms.TextBox tb_Port;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Button btn_Connection;
        private System.Windows.Forms.Button btn_DisConnection;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Button btn_WaferDetectionResultAck;
        private System.Windows.Forms.Button btn_AlarmAck;
        private System.Windows.Forms.Button btn_RequestAlive;
        private System.Windows.Forms.Button btn_RecipeUpdateAck;
        private System.Windows.Forms.Button btn_RecipeSwitch;
        private System.Windows.Forms.Button btn_WaferDetectionStart;
        private System.Windows.Forms.Button btn_WaferDetectionReadyEndAck;
        private System.Windows.Forms.Button btn_WaferDetectionReady;
        private System.Windows.Forms.Button btn_InspReadyEnd;
        private System.Windows.Forms.Button btn_VisionReady;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox tb_RecipeName;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.Label lb_RequestAlive;
        private System.Windows.Forms.Label lb_RecipeUpdateAck;
        private System.Windows.Forms.Label lb_WaferDetectionResultAck;
        private System.Windows.Forms.Label lb_WaferDetectionReadyEndAck;
        private System.Windows.Forms.Label lb_InspReadyEndAck;
        private System.Windows.Forms.Label lb_AlarmAck;
        private System.Windows.Forms.Label lb_RecipeSwitch;
        private System.Windows.Forms.Label lb_WaferDetectionStart;
        private System.Windows.Forms.Label lb_WaferDetectionReady;
        private System.Windows.Forms.Label lb_VisionReady;
        private System.Windows.Forms.Button btn_Close;
        private System.Windows.Forms.GroupBox groupBox4;
        private System.Windows.Forms.TextBox tb_Result;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox tb_ResultT;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.TextBox tb_ResultY;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox tb_ResultX;
        private System.Windows.Forms.Label label5;
    }
}