IOControls.Designer.cs
24.8 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
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
namespace TheMachine
{
partial class IOControls
{
/// <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.btn_FlipEquip = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.button10 = new System.Windows.Forms.Button();
this.button9 = new System.Windows.Forms.Button();
this.button8 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button7 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.cylinderButton5 = new TheMachine.CylinderButton();
this.cylinderButton1 = new TheMachine.CylinderButton();
this.cylinderButton8 = new TheMachine.CylinderButton();
this.cylinderButton6 = new TheMachine.CylinderButton();
this.cylinderButton10 = new TheMachine.CylinderButton();
this.cylinderButton2 = new TheMachine.CylinderButton();
this.cylinderButton12 = new TheMachine.CylinderButton();
this.cylinderButton3 = new TheMachine.CylinderButton();
this.cylinderButton14 = new TheMachine.CylinderButton();
this.cylinderButton4 = new TheMachine.CylinderButton();
this.cylinderButton16 = new TheMachine.CylinderButton();
this.cylinderButton7 = new TheMachine.CylinderButton();
this.cylinderButton15 = new TheMachine.CylinderButton();
this.cylinderButton13 = new TheMachine.CylinderButton();
this.cylinderButton11 = new TheMachine.CylinderButton();
this.ioControl1 = new TheMachine.IOControl();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// btn_FlipEquip
//
this.btn_FlipEquip.BackColor = System.Drawing.Color.White;
this.btn_FlipEquip.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_FlipEquip.Location = new System.Drawing.Point(542, 474);
this.btn_FlipEquip.Name = "btn_FlipEquip";
this.btn_FlipEquip.Size = new System.Drawing.Size(191, 35);
this.btn_FlipEquip.TabIndex = 2;
this.btn_FlipEquip.Text = "锡膏翻转机构竖直";
this.btn_FlipEquip.UseVisualStyleBackColor = false;
this.btn_FlipEquip.Click += new System.EventHandler(this.btn_FlipEquip_Click);
//
// panel1
//
this.panel1.AutoScroll = true;
this.panel1.Controls.Add(this.button10);
this.panel1.Controls.Add(this.button9);
this.panel1.Controls.Add(this.button8);
this.panel1.Controls.Add(this.button4);
this.panel1.Controls.Add(this.button7);
this.panel1.Controls.Add(this.button6);
this.panel1.Controls.Add(this.button5);
this.panel1.Controls.Add(this.button1);
this.panel1.Controls.Add(this.button3);
this.panel1.Controls.Add(this.button2);
this.panel1.Controls.Add(this.btn_FlipEquip);
this.panel1.Controls.Add(this.cylinderButton5);
this.panel1.Controls.Add(this.cylinderButton1);
this.panel1.Controls.Add(this.cylinderButton8);
this.panel1.Controls.Add(this.cylinderButton6);
this.panel1.Controls.Add(this.cylinderButton10);
this.panel1.Controls.Add(this.cylinderButton2);
this.panel1.Controls.Add(this.cylinderButton12);
this.panel1.Controls.Add(this.cylinderButton3);
this.panel1.Controls.Add(this.cylinderButton14);
this.panel1.Controls.Add(this.cylinderButton4);
this.panel1.Controls.Add(this.cylinderButton16);
this.panel1.Controls.Add(this.cylinderButton7);
this.panel1.Controls.Add(this.cylinderButton15);
this.panel1.Controls.Add(this.cylinderButton13);
this.panel1.Controls.Add(this.cylinderButton11);
this.panel1.Controls.Add(this.ioControl1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(975, 881);
this.panel1.TabIndex = 3;
//
// button10
//
this.button10.BackColor = System.Drawing.Color.White;
this.button10.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button10.Location = new System.Drawing.Point(739, 679);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(191, 35);
this.button10.TabIndex = 6;
this.button10.Text = "写入RFID EPC";
this.button10.UseVisualStyleBackColor = false;
this.button10.Click += new System.EventHandler(this.button10_Click);
//
// button9
//
this.button9.BackColor = System.Drawing.Color.White;
this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button9.Location = new System.Drawing.Point(542, 679);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(191, 35);
this.button9.TabIndex = 6;
this.button9.Text = "读取RFID EPC";
this.button9.UseVisualStyleBackColor = false;
this.button9.Click += new System.EventHandler(this.button9_Click);
//
// button8
//
this.button8.BackColor = System.Drawing.Color.White;
this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button8.Location = new System.Drawing.Point(542, 638);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(191, 35);
this.button8.TabIndex = 5;
this.button8.Text = "锡膏扭转";
this.button8.UseVisualStyleBackColor = false;
this.button8.Click += new System.EventHandler(this.button8_Click);
//
// button4
//
this.button4.BackColor = System.Drawing.Color.White;
this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button4.Location = new System.Drawing.Point(739, 556);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(191, 35);
this.button4.TabIndex = 3;
this.button4.Text = "上层托盘右移";
this.button4.UseVisualStyleBackColor = false;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button7
//
this.button7.BackColor = System.Drawing.Color.White;
this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button7.Location = new System.Drawing.Point(739, 597);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(191, 35);
this.button7.TabIndex = 4;
this.button7.Text = "锡膏反转45度";
this.button7.UseVisualStyleBackColor = false;
this.button7.Click += new System.EventHandler(this.button7_Click);
//
// button6
//
this.button6.BackColor = System.Drawing.Color.White;
this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button6.Location = new System.Drawing.Point(542, 597);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(191, 35);
this.button6.TabIndex = 4;
this.button6.Text = "锡膏正转45度";
this.button6.UseVisualStyleBackColor = false;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// button5
//
this.button5.BackColor = System.Drawing.Color.White;
this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button5.Location = new System.Drawing.Point(542, 556);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(191, 35);
this.button5.TabIndex = 4;
this.button5.Text = "上层托盘左移";
this.button5.UseVisualStyleBackColor = false;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// button1
//
this.button1.BackColor = System.Drawing.Color.White;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Location = new System.Drawing.Point(739, 474);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(191, 35);
this.button1.TabIndex = 2;
this.button1.Text = "锡膏翻转机构水平";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button3
//
this.button3.BackColor = System.Drawing.Color.White;
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button3.Location = new System.Drawing.Point(739, 515);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(191, 35);
this.button3.TabIndex = 2;
this.button3.Text = "锡膏定位旋转垂直";
this.button3.UseVisualStyleBackColor = false;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button2
//
this.button2.BackColor = System.Drawing.Color.White;
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button2.Location = new System.Drawing.Point(542, 515);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(191, 35);
this.button2.TabIndex = 2;
this.button2.Text = "锡膏定位旋转水平";
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// cylinderButton5
//
this.cylinderButton5.BackColor = System.Drawing.Color.White;
this.cylinderButton5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cylinderButton5.IO_HIGH = "Out_Drawer_Lock";
this.cylinderButton5.IO_LOW = "";
this.cylinderButton5.Location = new System.Drawing.Point(739, 226);
this.cylinderButton5.Name = "cylinderButton5";
this.cylinderButton5.Size = new System.Drawing.Size(191, 35);
this.cylinderButton5.TabIndex = 1;
this.cylinderButton5.Tag = "not";
this.cylinderButton5.Text = "Out_Drawer_Lock";
this.cylinderButton5.UseVisualStyleBackColor = false;
//
// cylinderButton1
//
this.cylinderButton1.BackColor = System.Drawing.Color.White;
this.cylinderButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cylinderButton1.IO_HIGH = "Fan";
this.cylinderButton1.IO_LOW = "";
this.cylinderButton1.Location = new System.Drawing.Point(542, 144);
this.cylinderButton1.Name = "cylinderButton1";
this.cylinderButton1.Size = new System.Drawing.Size(191, 35);
this.cylinderButton1.TabIndex = 1;
this.cylinderButton1.Tag = "not";
this.cylinderButton1.Text = "Fan";
this.cylinderButton1.UseVisualStyleBackColor = false;
//
// cylinderButton8
//
this.cylinderButton8.BackColor = System.Drawing.Color.White;
this.cylinderButton8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cylinderButton8.IO_HIGH = "Taking_Release";
this.cylinderButton8.IO_LOW = "Taking_Clamp";
this.cylinderButton8.Location = new System.Drawing.Point(739, 269);
this.cylinderButton8.Name = "cylinderButton8";
this.cylinderButton8.Size = new System.Drawing.Size(191, 35);
this.cylinderButton8.TabIndex = 1;
this.cylinderButton8.Tag = "not";
this.cylinderButton8.Text = "Taking_Release";
this.cylinderButton8.UseVisualStyleBackColor = false;
//
// cylinderButton6
//
this.cylinderButton6.BackColor = System.Drawing.Color.White;
this.cylinderButton6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cylinderButton6.IO_HIGH = "Camera_Led";
this.cylinderButton6.IO_LOW = "";
this.cylinderButton6.Location = new System.Drawing.Point(739, 144);
this.cylinderButton6.Name = "cylinderButton6";
this.cylinderButton6.Size = new System.Drawing.Size(191, 35);
this.cylinderButton6.TabIndex = 1;
this.cylinderButton6.Tag = "not";
this.cylinderButton6.Text = "Camera_Led";
this.cylinderButton6.UseVisualStyleBackColor = false;
//
// cylinderButton10
//
this.cylinderButton10.BackColor = System.Drawing.Color.White;
this.cylinderButton10.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cylinderButton10.IO_HIGH = "Label_Dock_Front";
this.cylinderButton10.IO_LOW = "Label_Dock_Back";
this.cylinderButton10.Location = new System.Drawing.Point(739, 310);
this.cylinderButton10.Name = "cylinderButton10";
this.cylinderButton10.Size = new System.Drawing.Size(191, 35);
this.cylinderButton10.TabIndex = 1;
this.cylinderButton10.Tag = "not";
this.cylinderButton10.Text = "Label_Dock_Front";
this.cylinderButton10.UseVisualStyleBackColor = false;
//
// cylinderButton2
//
this.cylinderButton2.BackColor = System.Drawing.Color.White;
this.cylinderButton2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cylinderButton2.IO_HIGH = "LeftDoor_Lock";
this.cylinderButton2.IO_LOW = "";
this.cylinderButton2.Location = new System.Drawing.Point(542, 185);
this.cylinderButton2.Name = "cylinderButton2";
this.cylinderButton2.Size = new System.Drawing.Size(191, 35);
this.cylinderButton2.TabIndex = 1;
this.cylinderButton2.Tag = "not";
this.cylinderButton2.Text = "LeftDoor_Lock";
this.cylinderButton2.UseVisualStyleBackColor = false;
//
// cylinderButton12
//
this.cylinderButton12.BackColor = System.Drawing.Color.White;
this.cylinderButton12.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cylinderButton12.IO_HIGH = "Labeling_Up";
this.cylinderButton12.IO_LOW = "Labeling_Down";
this.cylinderButton12.Location = new System.Drawing.Point(739, 351);
this.cylinderButton12.Name = "cylinderButton12";
this.cylinderButton12.Size = new System.Drawing.Size(191, 35);
this.cylinderButton12.TabIndex = 1;
this.cylinderButton12.Tag = "not";
this.cylinderButton12.Text = "Labeling_Up";
this.cylinderButton12.UseVisualStyleBackColor = false;
//
// cylinderButton3
//
this.cylinderButton3.BackColor = System.Drawing.Color.White;
this.cylinderButton3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cylinderButton3.IO_HIGH = "RightDoor_Lock";
this.cylinderButton3.IO_LOW = "";
this.cylinderButton3.Location = new System.Drawing.Point(739, 185);
this.cylinderButton3.Name = "cylinderButton3";
this.cylinderButton3.Size = new System.Drawing.Size(191, 35);
this.cylinderButton3.TabIndex = 1;
this.cylinderButton3.Tag = "not";
this.cylinderButton3.Text = "RightDoor_Lock";
this.cylinderButton3.UseVisualStyleBackColor = false;
//
// cylinderButton14
//
this.cylinderButton14.BackColor = System.Drawing.Color.White;
this.cylinderButton14.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cylinderButton14.IO_HIGH = "Tin_Dock_Rotate_Release";
this.cylinderButton14.IO_LOW = "Tin_Dock_Rotate_Clamp";
this.cylinderButton14.Location = new System.Drawing.Point(739, 392);
this.cylinderButton14.Name = "cylinderButton14";
this.cylinderButton14.Size = new System.Drawing.Size(191, 35);
this.cylinderButton14.TabIndex = 1;
this.cylinderButton14.Tag = "not";
this.cylinderButton14.Text = "Tin_Dock_Rotate_Release";
this.cylinderButton14.UseVisualStyleBackColor = false;
//
// cylinderButton4
//
this.cylinderButton4.BackColor = System.Drawing.Color.White;
this.cylinderButton4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cylinderButton4.IO_HIGH = "Entry_Drawer_Lock";
this.cylinderButton4.IO_LOW = "";
this.cylinderButton4.Location = new System.Drawing.Point(542, 226);
this.cylinderButton4.Name = "cylinderButton4";
this.cylinderButton4.Size = new System.Drawing.Size(191, 35);
this.cylinderButton4.TabIndex = 1;
this.cylinderButton4.Tag = "not";
this.cylinderButton4.Text = "Entry_Drawer_Lock";
this.cylinderButton4.UseVisualStyleBackColor = false;
//
// cylinderButton16
//
this.cylinderButton16.BackColor = System.Drawing.Color.White;
this.cylinderButton16.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cylinderButton16.IO_HIGH = "Label_Vacuum";
this.cylinderButton16.IO_LOW = "";
this.cylinderButton16.Location = new System.Drawing.Point(739, 433);
this.cylinderButton16.Name = "cylinderButton16";
this.cylinderButton16.Size = new System.Drawing.Size(191, 35);
this.cylinderButton16.TabIndex = 1;
this.cylinderButton16.Tag = "not";
this.cylinderButton16.Text = "Label_Vacuum";
this.cylinderButton16.UseVisualStyleBackColor = false;
//
// cylinderButton7
//
this.cylinderButton7.BackColor = System.Drawing.Color.White;
this.cylinderButton7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cylinderButton7.IO_HIGH = "PrinterDoor_Lock";
this.cylinderButton7.IO_LOW = "";
this.cylinderButton7.Location = new System.Drawing.Point(542, 269);
this.cylinderButton7.Name = "cylinderButton7";
this.cylinderButton7.Size = new System.Drawing.Size(191, 35);
this.cylinderButton7.TabIndex = 1;
this.cylinderButton7.Tag = "not";
this.cylinderButton7.Text = "PrinterDoor_Lock";
this.cylinderButton7.UseVisualStyleBackColor = false;
//
// cylinderButton15
//
this.cylinderButton15.BackColor = System.Drawing.Color.White;
this.cylinderButton15.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cylinderButton15.IO_HIGH = "Tin_Dock_Right";
this.cylinderButton15.IO_LOW = "Tin_Dock_Left";
this.cylinderButton15.Location = new System.Drawing.Point(542, 433);
this.cylinderButton15.Name = "cylinderButton15";
this.cylinderButton15.Size = new System.Drawing.Size(191, 35);
this.cylinderButton15.TabIndex = 1;
this.cylinderButton15.Tag = "not";
this.cylinderButton15.Text = "Tin_Dock_Right";
this.cylinderButton15.UseVisualStyleBackColor = false;
//
// cylinderButton13
//
this.cylinderButton13.BackColor = System.Drawing.Color.White;
this.cylinderButton13.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cylinderButton13.IO_HIGH = "Label_Dock_Up";
this.cylinderButton13.IO_LOW = "Label_Dock_Down";
this.cylinderButton13.Location = new System.Drawing.Point(542, 392);
this.cylinderButton13.Name = "cylinderButton13";
this.cylinderButton13.Size = new System.Drawing.Size(191, 35);
this.cylinderButton13.TabIndex = 1;
this.cylinderButton13.Tag = "not";
this.cylinderButton13.Text = "Label_Dock_Up";
this.cylinderButton13.UseVisualStyleBackColor = false;
//
// cylinderButton11
//
this.cylinderButton11.BackColor = System.Drawing.Color.White;
this.cylinderButton11.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cylinderButton11.IO_HIGH = "Labeling_Right";
this.cylinderButton11.IO_LOW = "Labeling_Left";
this.cylinderButton11.Location = new System.Drawing.Point(542, 351);
this.cylinderButton11.Name = "cylinderButton11";
this.cylinderButton11.Size = new System.Drawing.Size(191, 35);
this.cylinderButton11.TabIndex = 1;
this.cylinderButton11.Tag = "not";
this.cylinderButton11.Text = "Labeling_Right";
this.cylinderButton11.UseVisualStyleBackColor = false;
//
// ioControl1
//
this.ioControl1.BackColor = System.Drawing.Color.White;
this.ioControl1.Config = null;
this.ioControl1.Location = new System.Drawing.Point(0, 0);
this.ioControl1.Name = "ioControl1";
this.ioControl1.Size = new System.Drawing.Size(975, 878);
this.ioControl1.TabIndex = 0;
this.ioControl1.Tag = "not";
this.ioControl1.Load += new System.EventHandler(this.ioControl1_Load);
//
// IOControls
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.panel1);
this.Font = new System.Drawing.Font("新宋体", 9F);
this.Name = "IOControls";
this.Size = new System.Drawing.Size(975, 881);
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private IOControl ioControl1;
private CylinderButton cylinderButton6;
private CylinderButton cylinderButton1;
private CylinderButton cylinderButton2;
private CylinderButton cylinderButton3;
private CylinderButton cylinderButton4;
private CylinderButton cylinderButton5;
private CylinderButton cylinderButton7;
private CylinderButton cylinderButton8;
private CylinderButton cylinderButton10;
private CylinderButton cylinderButton11;
private CylinderButton cylinderButton12;
private CylinderButton cylinderButton13;
private CylinderButton cylinderButton14;
private CylinderButton cylinderButton15;
private CylinderButton cylinderButton16;
private System.Windows.Forms.Button btn_FlipEquip;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button button10;
}
}