-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathForm1.Designer.vb
568 lines (564 loc) · 27.4 KB
/
Form1.Designer.vb
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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class Form1
Inherits System.Windows.Forms.Form
'Form esegue l'override del metodo Dispose per pulire l'elenco dei componenti.
<System.Diagnostics.DebuggerNonUserCode()>
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Richiesto da Progettazione Windows Form
Private components As System.ComponentModel.IContainer
'NOTA: la procedura che segue è richiesta da Progettazione Windows Form
'Può essere modificata in Progettazione Windows Form.
'Non modificarla mediante l'editor del codice.
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.SerialPort1 = New System.IO.Ports.SerialPort(Me.components)
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.PictureBox3 = New System.Windows.Forms.PictureBox()
Me.PictureBox4 = New System.Windows.Forms.PictureBox()
Me.PictureBox5 = New System.Windows.Forms.PictureBox()
Me.PictureBox6 = New System.Windows.Forms.PictureBox()
Me.PictureBox7 = New System.Windows.Forms.PictureBox()
Me.PictureBox8 = New System.Windows.Forms.PictureBox()
Me.PictureBox9 = New System.Windows.Forms.PictureBox()
Me.PictureBox10 = New System.Windows.Forms.PictureBox()
Me.PictureBox11 = New System.Windows.Forms.PictureBox()
Me.PictureBox12 = New System.Windows.Forms.PictureBox()
Me.PictureBox13 = New System.Windows.Forms.PictureBox()
Me.PictureBox14 = New System.Windows.Forms.PictureBox()
Me.PictureBox15 = New System.Windows.Forms.PictureBox()
Me.PictureBox16 = New System.Windows.Forms.PictureBox()
Me.PictureBox17 = New System.Windows.Forms.PictureBox()
Me.PictureBox18 = New System.Windows.Forms.PictureBox()
Me.PictureBox19 = New System.Windows.Forms.PictureBox()
Me.PictureBox20 = New System.Windows.Forms.PictureBox()
Me.PictureBox21 = New System.Windows.Forms.PictureBox()
Me.PictureBox22 = New System.Windows.Forms.PictureBox()
Me.PictureBox23 = New System.Windows.Forms.PictureBox()
Me.PictureBox24 = New System.Windows.Forms.PictureBox()
Me.PictureBox25 = New System.Windows.Forms.PictureBox()
Me.PictureBox26 = New System.Windows.Forms.PictureBox()
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
Me.ComboBox2 = New System.Windows.Forms.ComboBox()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.SerialArduino = New System.IO.Ports.SerialPort(Me.components)
Me.Label5 = New System.Windows.Forms.Label()
Me.Label6 = New System.Windows.Forms.Label()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox10, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox11, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox12, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox13, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox14, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox15, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox16, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox17, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox18, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox19, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox20, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox21, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox22, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox23, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox24, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox25, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox26, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'PictureBox2
'
Me.PictureBox2.BackColor = System.Drawing.SystemColors.Control
Me.PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), System.Drawing.Image)
Me.PictureBox2.Location = New System.Drawing.Point(1138, 6)
Me.PictureBox2.Name = "PictureBox2"
Me.PictureBox2.Size = New System.Drawing.Size(92, 33)
Me.PictureBox2.TabIndex = 3
Me.PictureBox2.TabStop = False
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(961, 570)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(139, 25)
Me.Label1.TabIndex = 6
Me.Label1.Text = "Dati in entrata"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.Location = New System.Drawing.Point(124, 570)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(126, 25)
Me.Label2.TabIndex = 7
Me.Label2.Text = "Dati in uscita"
'
'SerialPort1
'
Me.SerialPort1.PortName = "COM6"
'
'Timer1
'
Me.Timer1.Enabled = True
'
'PictureBox1
'
Me.PictureBox1.BackColor = System.Drawing.Color.Transparent
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
Me.PictureBox1.Location = New System.Drawing.Point(405, 187)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(431, 283)
Me.PictureBox1.TabIndex = 11
Me.PictureBox1.TabStop = False
'
'PictureBox3
'
Me.PictureBox3.BackColor = System.Drawing.Color.Transparent
Me.PictureBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
Me.PictureBox3.Image = CType(resources.GetObject("PictureBox3.Image"), System.Drawing.Image)
Me.PictureBox3.Location = New System.Drawing.Point(675, 347)
Me.PictureBox3.Name = "PictureBox3"
Me.PictureBox3.Size = New System.Drawing.Size(20, 16)
Me.PictureBox3.TabIndex = 12
Me.PictureBox3.TabStop = False
Me.PictureBox3.Visible = False
'
'PictureBox4
'
Me.PictureBox4.BackColor = System.Drawing.Color.Transparent
Me.PictureBox4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
Me.PictureBox4.Image = CType(resources.GetObject("PictureBox4.Image"), System.Drawing.Image)
Me.PictureBox4.Location = New System.Drawing.Point(558, 347)
Me.PictureBox4.Name = "PictureBox4"
Me.PictureBox4.Size = New System.Drawing.Size(20, 16)
Me.PictureBox4.TabIndex = 13
Me.PictureBox4.TabStop = False
Me.PictureBox4.Visible = False
'
'PictureBox5
'
Me.PictureBox5.BackColor = System.Drawing.Color.Transparent
Me.PictureBox5.Image = CType(resources.GetObject("PictureBox5.Image"), System.Drawing.Image)
Me.PictureBox5.Location = New System.Drawing.Point(692, 358)
Me.PictureBox5.Name = "PictureBox5"
Me.PictureBox5.Size = New System.Drawing.Size(16, 20)
Me.PictureBox5.TabIndex = 14
Me.PictureBox5.TabStop = False
Me.PictureBox5.Visible = False
'
'PictureBox6
'
Me.PictureBox6.BackColor = System.Drawing.Color.Transparent
Me.PictureBox6.Image = CType(resources.GetObject("PictureBox6.Image"), System.Drawing.Image)
Me.PictureBox6.Location = New System.Drawing.Point(575, 361)
Me.PictureBox6.Name = "PictureBox6"
Me.PictureBox6.Size = New System.Drawing.Size(16, 20)
Me.PictureBox6.TabIndex = 15
Me.PictureBox6.TabStop = False
Me.PictureBox6.Visible = False
'
'PictureBox7
'
Me.PictureBox7.BackColor = System.Drawing.Color.Transparent
Me.PictureBox7.Image = CType(resources.GetObject("PictureBox7.Image"), System.Drawing.Image)
Me.PictureBox7.Location = New System.Drawing.Point(544, 358)
Me.PictureBox7.Name = "PictureBox7"
Me.PictureBox7.Size = New System.Drawing.Size(16, 20)
Me.PictureBox7.TabIndex = 16
Me.PictureBox7.TabStop = False
Me.PictureBox7.Visible = False
'
'PictureBox8
'
Me.PictureBox8.BackColor = System.Drawing.Color.Transparent
Me.PictureBox8.Image = CType(resources.GetObject("PictureBox8.Image"), System.Drawing.Image)
Me.PictureBox8.Location = New System.Drawing.Point(660, 358)
Me.PictureBox8.Name = "PictureBox8"
Me.PictureBox8.Size = New System.Drawing.Size(16, 20)
Me.PictureBox8.TabIndex = 17
Me.PictureBox8.TabStop = False
Me.PictureBox8.Visible = False
'
'PictureBox9
'
Me.PictureBox9.BackColor = System.Drawing.Color.Transparent
Me.PictureBox9.Image = CType(resources.GetObject("PictureBox9.Image"), System.Drawing.Image)
Me.PictureBox9.Location = New System.Drawing.Point(673, 376)
Me.PictureBox9.Name = "PictureBox9"
Me.PictureBox9.Size = New System.Drawing.Size(21, 15)
Me.PictureBox9.TabIndex = 18
Me.PictureBox9.TabStop = False
Me.PictureBox9.Visible = False
'
'PictureBox10
'
Me.PictureBox10.BackColor = System.Drawing.Color.Transparent
Me.PictureBox10.Image = CType(resources.GetObject("PictureBox10.Image"), System.Drawing.Image)
Me.PictureBox10.Location = New System.Drawing.Point(557, 376)
Me.PictureBox10.Name = "PictureBox10"
Me.PictureBox10.Size = New System.Drawing.Size(21, 15)
Me.PictureBox10.TabIndex = 19
Me.PictureBox10.TabStop = False
Me.PictureBox10.Visible = False
'
'PictureBox11
'
Me.PictureBox11.BackColor = System.Drawing.Color.Red
Me.PictureBox11.Location = New System.Drawing.Point(505, 282)
Me.PictureBox11.Name = "PictureBox11"
Me.PictureBox11.Size = New System.Drawing.Size(13, 17)
Me.PictureBox11.TabIndex = 20
Me.PictureBox11.TabStop = False
Me.PictureBox11.Visible = False
'
'PictureBox12
'
Me.PictureBox12.BackColor = System.Drawing.Color.Red
Me.PictureBox12.Location = New System.Drawing.Point(505, 324)
Me.PictureBox12.Name = "PictureBox12"
Me.PictureBox12.Size = New System.Drawing.Size(13, 17)
Me.PictureBox12.TabIndex = 21
Me.PictureBox12.TabStop = False
Me.PictureBox12.Visible = False
'
'PictureBox13
'
Me.PictureBox13.BackColor = System.Drawing.Color.Red
Me.PictureBox13.Location = New System.Drawing.Point(734, 333)
Me.PictureBox13.Name = "PictureBox13"
Me.PictureBox13.Size = New System.Drawing.Size(13, 17)
Me.PictureBox13.TabIndex = 22
Me.PictureBox13.TabStop = False
Me.PictureBox13.Visible = False
'
'PictureBox14
'
Me.PictureBox14.BackColor = System.Drawing.Color.Red
Me.PictureBox14.Location = New System.Drawing.Point(734, 273)
Me.PictureBox14.Name = "PictureBox14"
Me.PictureBox14.Size = New System.Drawing.Size(13, 17)
Me.PictureBox14.TabIndex = 23
Me.PictureBox14.TabStop = False
Me.PictureBox14.Visible = False
'
'PictureBox15
'
Me.PictureBox15.BackColor = System.Drawing.Color.Red
Me.PictureBox15.Location = New System.Drawing.Point(767, 304)
Me.PictureBox15.Name = "PictureBox15"
Me.PictureBox15.Size = New System.Drawing.Size(13, 17)
Me.PictureBox15.TabIndex = 24
Me.PictureBox15.TabStop = False
Me.PictureBox15.Visible = False
'
'PictureBox16
'
Me.PictureBox16.BackColor = System.Drawing.Color.Red
Me.PictureBox16.Location = New System.Drawing.Point(704, 304)
Me.PictureBox16.Name = "PictureBox16"
Me.PictureBox16.Size = New System.Drawing.Size(13, 17)
Me.PictureBox16.TabIndex = 25
Me.PictureBox16.TabStop = False
Me.PictureBox16.Visible = False
'
'PictureBox17
'
Me.PictureBox17.BackColor = System.Drawing.Color.Red
Me.PictureBox17.Location = New System.Drawing.Point(486, 304)
Me.PictureBox17.Name = "PictureBox17"
Me.PictureBox17.Size = New System.Drawing.Size(13, 17)
Me.PictureBox17.TabIndex = 26
Me.PictureBox17.TabStop = False
Me.PictureBox17.Visible = False
'
'PictureBox18
'
Me.PictureBox18.BackColor = System.Drawing.Color.Red
Me.PictureBox18.Location = New System.Drawing.Point(528, 304)
Me.PictureBox18.Name = "PictureBox18"
Me.PictureBox18.Size = New System.Drawing.Size(13, 17)
Me.PictureBox18.TabIndex = 27
Me.PictureBox18.TabStop = False
Me.PictureBox18.Visible = False
'
'PictureBox19
'
Me.PictureBox19.BackColor = System.Drawing.Color.Red
Me.PictureBox19.Location = New System.Drawing.Point(590, 304)
Me.PictureBox19.Name = "PictureBox19"
Me.PictureBox19.Size = New System.Drawing.Size(13, 17)
Me.PictureBox19.TabIndex = 28
Me.PictureBox19.TabStop = False
Me.PictureBox19.Visible = False
'
'PictureBox20
'
Me.PictureBox20.BackColor = System.Drawing.Color.Red
Me.PictureBox20.Location = New System.Drawing.Point(650, 304)
Me.PictureBox20.Name = "PictureBox20"
Me.PictureBox20.Size = New System.Drawing.Size(13, 17)
Me.PictureBox20.TabIndex = 29
Me.PictureBox20.TabStop = False
Me.PictureBox20.Visible = False
'
'PictureBox21
'
Me.PictureBox21.BackColor = System.Drawing.Color.Red
Me.PictureBox21.Location = New System.Drawing.Point(619, 333)
Me.PictureBox21.Name = "PictureBox21"
Me.PictureBox21.Size = New System.Drawing.Size(13, 17)
Me.PictureBox21.TabIndex = 30
Me.PictureBox21.TabStop = False
Me.PictureBox21.Visible = False
'
'PictureBox22
'
Me.PictureBox22.BackColor = System.Drawing.Color.Red
Me.PictureBox22.Location = New System.Drawing.Point(495, 215)
Me.PictureBox22.Name = "PictureBox22"
Me.PictureBox22.Size = New System.Drawing.Size(13, 17)
Me.PictureBox22.TabIndex = 31
Me.PictureBox22.TabStop = False
Me.PictureBox22.Visible = False
'
'PictureBox23
'
Me.PictureBox23.BackColor = System.Drawing.Color.Red
Me.PictureBox23.Location = New System.Drawing.Point(514, 215)
Me.PictureBox23.Name = "PictureBox23"
Me.PictureBox23.Size = New System.Drawing.Size(13, 17)
Me.PictureBox23.TabIndex = 32
Me.PictureBox23.TabStop = False
Me.PictureBox23.Visible = False
'
'PictureBox24
'
Me.PictureBox24.BackColor = System.Drawing.Color.Red
Me.PictureBox24.Location = New System.Drawing.Point(720, 215)
Me.PictureBox24.Name = "PictureBox24"
Me.PictureBox24.Size = New System.Drawing.Size(13, 17)
Me.PictureBox24.TabIndex = 33
Me.PictureBox24.TabStop = False
Me.PictureBox24.Visible = False
'
'PictureBox25
'
Me.PictureBox25.BackColor = System.Drawing.Color.Red
Me.PictureBox25.Location = New System.Drawing.Point(739, 215)
Me.PictureBox25.Name = "PictureBox25"
Me.PictureBox25.Size = New System.Drawing.Size(13, 17)
Me.PictureBox25.TabIndex = 34
Me.PictureBox25.TabStop = False
Me.PictureBox25.Visible = False
'
'PictureBox26
'
Me.PictureBox26.Image = CType(resources.GetObject("PictureBox26.Image"), System.Drawing.Image)
Me.PictureBox26.Location = New System.Drawing.Point(7, 6)
Me.PictureBox26.Name = "PictureBox26"
Me.PictureBox26.Size = New System.Drawing.Size(198, 70)
Me.PictureBox26.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox26.TabIndex = 35
Me.PictureBox26.TabStop = False
'
'ComboBox1
'
Me.ComboBox1.BackColor = System.Drawing.SystemColors.Window
Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.ComboBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ComboBox1.FormattingEnabled = True
Me.ComboBox1.Items.AddRange(New Object() {"COM2", "COM3", "COM4", "COM5", "COM6", "COM7", "COM8", "COM9", "COM10", "COM11", "COM12", "COM13"})
Me.ComboBox1.Location = New System.Drawing.Point(864, 253)
Me.ComboBox1.Name = "ComboBox1"
Me.ComboBox1.Size = New System.Drawing.Size(345, 28)
Me.ComboBox1.TabIndex = 36
'
'ComboBox2
'
Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.ComboBox2.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ComboBox2.FormattingEnabled = True
Me.ComboBox2.Items.AddRange(New Object() {"COM2", "COM3", "COM4", "COM5", "COM6", "COM7", "COM8", "COM9", "COM10", "COM11", "COM12", "COM13"})
Me.ComboBox2.Location = New System.Drawing.Point(23, 253)
Me.ComboBox2.Name = "ComboBox2"
Me.ComboBox2.Size = New System.Drawing.Size(345, 28)
Me.ComboBox2.TabIndex = 37
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 24.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.Location = New System.Drawing.Point(990, 614)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(0, 37)
Me.Label3.TabIndex = 38
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 24.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.Location = New System.Drawing.Point(150, 614)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(0, 37)
Me.Label4.TabIndex = 39
'
'SerialArduino
'
Me.SerialArduino.PortName = "COM3"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Font = New System.Drawing.Font("Segoe UI", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label5.Location = New System.Drawing.Point(860, 215)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(349, 32)
Me.Label5.TabIndex = 40
Me.Label5.Text = "Selezionare la porta (Gamepad)"
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Font = New System.Drawing.Font("Segoe UI", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label6.Location = New System.Drawing.Point(17, 215)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(352, 32)
Me.Label6.TabIndex = 41
Me.Label6.Text = "Selezionare la porta (Bluetooth)"
'
'Form1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.SystemColors.Control
Me.ClientSize = New System.Drawing.Size(1242, 768)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.ComboBox2)
Me.Controls.Add(Me.ComboBox1)
Me.Controls.Add(Me.PictureBox26)
Me.Controls.Add(Me.PictureBox25)
Me.Controls.Add(Me.PictureBox24)
Me.Controls.Add(Me.PictureBox23)
Me.Controls.Add(Me.PictureBox22)
Me.Controls.Add(Me.PictureBox21)
Me.Controls.Add(Me.PictureBox20)
Me.Controls.Add(Me.PictureBox19)
Me.Controls.Add(Me.PictureBox18)
Me.Controls.Add(Me.PictureBox17)
Me.Controls.Add(Me.PictureBox16)
Me.Controls.Add(Me.PictureBox15)
Me.Controls.Add(Me.PictureBox14)
Me.Controls.Add(Me.PictureBox13)
Me.Controls.Add(Me.PictureBox12)
Me.Controls.Add(Me.PictureBox11)
Me.Controls.Add(Me.PictureBox10)
Me.Controls.Add(Me.PictureBox9)
Me.Controls.Add(Me.PictureBox8)
Me.Controls.Add(Me.PictureBox7)
Me.Controls.Add(Me.PictureBox6)
Me.Controls.Add(Me.PictureBox5)
Me.Controls.Add(Me.PictureBox4)
Me.Controls.Add(Me.PictureBox3)
Me.Controls.Add(Me.PictureBox1)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.PictureBox2)
Me.ForeColor = System.Drawing.SystemColors.ControlText
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "Form1"
Me.Text = "Controllo"
Me.TransparencyKey = System.Drawing.Color.Purple
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox10, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox11, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox12, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox13, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox14, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox15, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox16, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox17, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox18, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox19, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox20, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox21, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox22, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox23, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox24, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox25, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox26, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents PictureBox2 As PictureBox
Friend WithEvents Label1 As Label
Friend WithEvents Label2 As Label
Friend WithEvents SerialPort1 As IO.Ports.SerialPort
Friend WithEvents Timer1 As Timer
Friend WithEvents PictureBox1 As PictureBox
Friend WithEvents PictureBox3 As PictureBox
Friend WithEvents PictureBox4 As PictureBox
Friend WithEvents PictureBox5 As PictureBox
Friend WithEvents PictureBox6 As PictureBox
Friend WithEvents PictureBox7 As PictureBox
Friend WithEvents PictureBox8 As PictureBox
Friend WithEvents PictureBox10 As PictureBox
Friend WithEvents PictureBox11 As PictureBox
Friend WithEvents PictureBox12 As PictureBox
Friend WithEvents PictureBox14 As PictureBox
Friend WithEvents PictureBox15 As PictureBox
Friend WithEvents PictureBox16 As PictureBox
Friend WithEvents PictureBox17 As PictureBox
Friend WithEvents PictureBox18 As PictureBox
Friend WithEvents PictureBox19 As PictureBox
Friend WithEvents PictureBox20 As PictureBox
Friend WithEvents PictureBox21 As PictureBox
Friend WithEvents PictureBox22 As PictureBox
Friend WithEvents PictureBox23 As PictureBox
Friend WithEvents PictureBox24 As PictureBox
Friend WithEvents PictureBox25 As PictureBox
Public WithEvents PictureBox13 As PictureBox
Public WithEvents PictureBox9 As PictureBox
Friend WithEvents PictureBox26 As PictureBox
Friend WithEvents ComboBox1 As ComboBox
Friend WithEvents ComboBox2 As ComboBox
Friend WithEvents Label3 As Label
Friend WithEvents Label4 As Label
Friend WithEvents SerialArduino As IO.Ports.SerialPort
Friend WithEvents Label5 As Label
Friend WithEvents Label6 As Label
End Class