-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfries.Designer.vb
More file actions
647 lines (643 loc) · 23.8 KB
/
fries.Designer.vb
File metadata and controls
647 lines (643 loc) · 23.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
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
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class fries
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<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
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(fries))
Label31 = New Label()
Button5 = New Button()
Panel5 = New Panel()
Label26 = New Label()
TextBox4 = New TextBox()
Label17 = New Label()
Label21 = New Label()
Label22 = New Label()
Label23 = New Label()
Label24 = New Label()
Label25 = New Label()
PictureBox5 = New PictureBox()
Button3 = New Button()
Button1 = New Button()
Panel2 = New Panel()
Label20 = New Label()
TextBox3 = New TextBox()
Label16 = New Label()
Label11 = New Label()
Label12 = New Label()
Label13 = New Label()
Label14 = New Label()
Label15 = New Label()
PictureBox3 = New PictureBox()
Button2 = New Button()
Panel1 = New Panel()
Label19 = New Label()
TextBox2 = New TextBox()
Label7 = New Label()
Label2 = New Label()
Label3 = New Label()
Label4 = New Label()
Label6 = New Label()
PictureBox1 = New PictureBox()
Panel3 = New Panel()
Label18 = New Label()
TextBox1 = New TextBox()
Label1 = New Label()
Label8 = New Label()
Label9 = New Label()
Label5 = New Label()
Label10 = New Label()
PictureBox2 = New PictureBox()
Panel5.SuspendLayout()
CType(PictureBox5, ComponentModel.ISupportInitialize).BeginInit()
Panel2.SuspendLayout()
CType(PictureBox3, ComponentModel.ISupportInitialize).BeginInit()
Panel1.SuspendLayout()
CType(PictureBox1, ComponentModel.ISupportInitialize).BeginInit()
Panel3.SuspendLayout()
CType(PictureBox2, ComponentModel.ISupportInitialize).BeginInit()
SuspendLayout()
'
' Label31
'
Label31.AutoSize = True
Label31.BackColor = SystemColors.ActiveCaptionText
Label31.Font = New Font("Mongolian Baiti", 18F, FontStyle.Bold, GraphicsUnit.Point, CByte(0))
Label31.ForeColor = SystemColors.ButtonFace
Label31.Location = New Point(395, 8)
Label31.Name = "Label31"
Label31.Size = New Size(82, 25)
Label31.TabIndex = 13
Label31.Text = "FRIES"
'
' Button5
'
Button5.BackColor = SystemColors.ActiveCaptionText
Button5.Cursor = Cursors.Hand
Button5.FlatStyle = FlatStyle.Flat
Button5.Font = New Font("Palatino Linotype", 9F, FontStyle.Regular, GraphicsUnit.Point, CByte(0))
Button5.ForeColor = Color.Coral
Button5.Location = New Point(374, 682)
Button5.Name = "Button5"
Button5.Size = New Size(95, 29)
Button5.TabIndex = 54
Button5.Text = "Add to cart"
Button5.UseVisualStyleBackColor = False
'
' Panel5
'
Panel5.BackColor = Color.FromArgb(CByte(255), CByte(128), CByte(0))
Panel5.Controls.Add(Label26)
Panel5.Controls.Add(TextBox4)
Panel5.Controls.Add(Label17)
Panel5.Controls.Add(Label21)
Panel5.Controls.Add(Label22)
Panel5.Controls.Add(Label23)
Panel5.Controls.Add(Label24)
Panel5.Controls.Add(Label25)
Panel5.Controls.Add(PictureBox5)
Panel5.Location = New Point(332, 397)
Panel5.Name = "Panel5"
Panel5.Size = New Size(198, 293)
Panel5.TabIndex = 52
'
' Label26
'
Label26.AutoSize = True
Label26.Font = New Font("Modern No. 20", 11.9999981F, FontStyle.Bold, GraphicsUnit.Point, CByte(0))
Label26.ForeColor = Color.DarkGreen
Label26.Location = New Point(149, 245)
Label26.Name = "Label26"
Label26.Size = New Size(43, 18)
Label26.TabIndex = 63
Label26.Text = "QTY"
'
' TextBox4
'
TextBox4.Location = New Point(147, 264)
TextBox4.Name = "TextBox4"
TextBox4.Size = New Size(48, 23)
TextBox4.TabIndex = 59
'
' Label17
'
Label17.AutoSize = True
Label17.Font = New Font("Modern No. 20", 14.25F, FontStyle.Bold, GraphicsUnit.Point, CByte(0))
Label17.ForeColor = Color.DarkGreen
Label17.Location = New Point(52, 259)
Label17.Name = "Label17"
Label17.Size = New Size(37, 21)
Label17.TabIndex = 56
Label17.Text = "Rs."
'
' Label21
'
Label21.AutoSize = True
Label21.Font = New Font("Modern No. 20", 9F, FontStyle.Regular, GraphicsUnit.Point, CByte(0))
Label21.ForeColor = Color.DarkRed
Label21.Location = New Point(4, 219)
Label21.Name = "Label21"
Label21.Size = New Size(164, 15)
Label21.TabIndex = 8
Label21.Text = " bacon, topped with green onions"
'
' Label22
'
Label22.AutoSize = True
Label22.Font = New Font("Modern No. 20", 9F, FontStyle.Regular, GraphicsUnit.Point, CByte(0))
Label22.ForeColor = Color.DarkRed
Label22.Location = New Point(4, 202)
Label22.Name = "Label22"
Label22.Size = New Size(161, 15)
Label22.TabIndex = 7
Label22.Text = " smothered in melty cheese and "
'
' Label23
'
Label23.AutoSize = True
Label23.Font = New Font("Modern No. 20", 9F, FontStyle.Regular, GraphicsUnit.Point, CByte(0))
Label23.ForeColor = Color.DarkRed
Label23.Location = New Point(4, 183)
Label23.Name = "Label23"
Label23.Size = New Size(162, 15)
Label23.TabIndex = 6
Label23.Text = "A big pile of crispy french fries "
'
' Label24
'
Label24.AutoSize = True
Label24.Font = New Font("Modern No. 20", 14.25F, FontStyle.Bold, GraphicsUnit.Point, CByte(0))
Label24.ForeColor = Color.DarkGreen
Label24.Location = New Point(83, 259)
Label24.Name = "Label24"
Label24.Size = New Size(40, 21)
Label24.TabIndex = 5
Label24.Text = "110"
'
' Label25
'
Label25.AutoSize = True
Label25.BackColor = Color.Blue
Label25.Font = New Font("Myanmar Text", 12F, FontStyle.Bold, GraphicsUnit.Point, CByte(0))
Label25.ForeColor = SystemColors.HighlightText
Label25.Location = New Point(34, 156)
Label25.Name = "Label25"
Label25.Size = New Size(108, 29)
Label25.TabIndex = 1
Label25.Text = "Loaded Fries"
'
' PictureBox5
'
PictureBox5.Image = CType(resources.GetObject("PictureBox5.Image"), Image)
PictureBox5.Location = New Point(10, 0)
PictureBox5.Name = "PictureBox5"
PictureBox5.Size = New Size(172, 165)
PictureBox5.SizeMode = PictureBoxSizeMode.StretchImage
PictureBox5.TabIndex = 0
PictureBox5.TabStop = False
'
' Button3
'
Button3.BackColor = SystemColors.ActiveCaptionText
Button3.Cursor = Cursors.Hand
Button3.FlatStyle = FlatStyle.Flat
Button3.Font = New Font("Palatino Linotype", 9F, FontStyle.Regular, GraphicsUnit.Point, CByte(0))
Button3.ForeColor = Color.Coral
Button3.Location = New Point(665, 353)
Button3.Name = "Button3"
Button3.Size = New Size(95, 29)
Button3.TabIndex = 47
Button3.Text = "Add to cart"
Button3.UseVisualStyleBackColor = False
'
' Button1
'
Button1.BackColor = SystemColors.ActiveCaptionText
Button1.Cursor = Cursors.Hand
Button1.FlatStyle = FlatStyle.Flat
Button1.Font = New Font("Palatino Linotype", 9F, FontStyle.Regular, GraphicsUnit.Point, CByte(0))
Button1.ForeColor = Color.Coral
Button1.Location = New Point(374, 353)
Button1.Name = "Button1"
Button1.Size = New Size(95, 29)
Button1.TabIndex = 48
Button1.Text = "Add to cart"
Button1.UseVisualStyleBackColor = False
'
' Panel2
'
Panel2.BackColor = Color.FromArgb(CByte(255), CByte(128), CByte(0))
Panel2.Controls.Add(Label20)
Panel2.Controls.Add(TextBox3)
Panel2.Controls.Add(Label16)
Panel2.Controls.Add(Label11)
Panel2.Controls.Add(Label12)
Panel2.Controls.Add(Label13)
Panel2.Controls.Add(Label14)
Panel2.Controls.Add(Label15)
Panel2.Controls.Add(PictureBox3)
Panel2.Location = New Point(624, 68)
Panel2.Name = "Panel2"
Panel2.Size = New Size(198, 293)
Panel2.TabIndex = 45
'
' Label20
'
Label20.AutoSize = True
Label20.Font = New Font("Modern No. 20", 11.9999981F, FontStyle.Bold, GraphicsUnit.Point, CByte(0))
Label20.ForeColor = Color.DarkGreen
Label20.Location = New Point(147, 246)
Label20.Name = "Label20"
Label20.Size = New Size(43, 18)
Label20.TabIndex = 62
Label20.Text = "QTY"
'
' TextBox3
'
TextBox3.Location = New Point(142, 265)
TextBox3.Name = "TextBox3"
TextBox3.Size = New Size(48, 23)
TextBox3.TabIndex = 58
'
' Label16
'
Label16.AutoSize = True
Label16.Font = New Font("Modern No. 20", 14.25F, FontStyle.Bold, GraphicsUnit.Point, CByte(0))
Label16.ForeColor = Color.DarkGreen
Label16.Location = New Point(52, 265)
Label16.Name = "Label16"
Label16.Size = New Size(37, 21)
Label16.TabIndex = 57
Label16.Text = "Rs."
'
' Label11
'
Label11.AutoSize = True
Label11.Font = New Font("Modern No. 20", 9F, FontStyle.Regular, GraphicsUnit.Point, CByte(0))
Label11.ForeColor = Color.DarkRed
Label11.Location = New Point(4, 246)
Label11.Name = "Label11"
Label11.Size = New Size(130, 15)
Label11.TabIndex = 8
Label11.Text = "to add profit to the plate."
'
' Label12
'
Label12.AutoSize = True
Label12.Font = New Font("Modern No. 20", 9F, FontStyle.Regular, GraphicsUnit.Point, CByte(0))
Label12.ForeColor = Color.DarkRed
Label12.Location = New Point(4, 221)
Label12.Name = "Label12"
Label12.Size = New Size(172, 15)
Label12.TabIndex = 7
Label12.Text = " flavors with humble french fries "
'
' Label13
'
Label13.AutoSize = True
Label13.Font = New Font("Modern No. 20", 9F, FontStyle.Regular, GraphicsUnit.Point, CByte(0))
Label13.ForeColor = Color.DarkRed
Label13.Location = New Point(4, 199)
Label13.Name = "Label13"
Label13.Size = New Size(170, 15)
Label13.TabIndex = 6
Label13.Text = "Combine herbs, spices and global "
'
' Label14
'
Label14.AutoSize = True
Label14.Font = New Font("Modern No. 20", 14.25F, FontStyle.Bold, GraphicsUnit.Point, CByte(0))
Label14.ForeColor = Color.DarkGreen
Label14.Location = New Point(87, 265)
Label14.Name = "Label14"
Label14.Size = New Size(30, 21)
Label14.TabIndex = 5
Label14.Text = "99"
'
' Label15
'
Label15.AutoSize = True
Label15.BackColor = Color.Blue
Label15.Font = New Font("Myanmar Text", 12F, FontStyle.Bold, GraphicsUnit.Point, CByte(0))
Label15.ForeColor = SystemColors.HighlightText
Label15.Location = New Point(36, 154)
Label15.Name = "Label15"
Label15.Size = New Size(116, 29)
Label15.TabIndex = 1
Label15.Text = "Peri Peri Fries"
'
' PictureBox3
'
PictureBox3.Image = CType(resources.GetObject("PictureBox3.Image"), Image)
PictureBox3.Location = New Point(10, 0)
PictureBox3.Name = "PictureBox3"
PictureBox3.Size = New Size(172, 165)
PictureBox3.SizeMode = PictureBoxSizeMode.StretchImage
PictureBox3.TabIndex = 0
PictureBox3.TabStop = False
'
' Button2
'
Button2.BackColor = SystemColors.ActiveCaptionText
Button2.Cursor = Cursors.Hand
Button2.FlatStyle = FlatStyle.Flat
Button2.Font = New Font("Palatino Linotype", 9F, FontStyle.Regular, GraphicsUnit.Point, CByte(0))
Button2.ForeColor = Color.Coral
Button2.Location = New Point(87, 353)
Button2.Name = "Button2"
Button2.Size = New Size(95, 29)
Button2.TabIndex = 50
Button2.Text = "Add to cart"
Button2.UseVisualStyleBackColor = False
'
' Panel1
'
Panel1.BackColor = Color.FromArgb(CByte(255), CByte(128), CByte(0))
Panel1.Controls.Add(Label19)
Panel1.Controls.Add(TextBox2)
Panel1.Controls.Add(Label7)
Panel1.Controls.Add(Label2)
Panel1.Controls.Add(Label3)
Panel1.Controls.Add(Label4)
Panel1.Controls.Add(Label6)
Panel1.Controls.Add(PictureBox1)
Panel1.Location = New Point(329, 68)
Panel1.Name = "Panel1"
Panel1.Size = New Size(201, 293)
Panel1.TabIndex = 46
'
' Label19
'
Label19.AutoSize = True
Label19.Font = New Font("Modern No. 20", 11.9999981F, FontStyle.Bold, GraphicsUnit.Point, CByte(0))
Label19.ForeColor = Color.DarkGreen
Label19.Location = New Point(151, 246)
Label19.Name = "Label19"
Label19.Size = New Size(43, 18)
Label19.TabIndex = 61
Label19.Text = "QTY"
'
' TextBox2
'
TextBox2.Location = New Point(146, 264)
TextBox2.Name = "TextBox2"
TextBox2.Size = New Size(48, 23)
TextBox2.TabIndex = 57
'
' Label7
'
Label7.AutoSize = True
Label7.Font = New Font("Modern No. 20", 14.25F, FontStyle.Bold, GraphicsUnit.Point, CByte(0))
Label7.ForeColor = Color.DarkGreen
Label7.Location = New Point(66, 262)
Label7.Name = "Label7"
Label7.Size = New Size(37, 21)
Label7.TabIndex = 56
Label7.Text = "Rs."
'
' Label2
'
Label2.AutoSize = True
Label2.Font = New Font("Modern No. 20", 9F, FontStyle.Regular, GraphicsUnit.Point, CByte(0))
Label2.ForeColor = Color.DarkRed
Label2.Location = New Point(3, 233)
Label2.Name = "Label2"
Label2.Size = New Size(149, 15)
Label2.TabIndex = 7
Label2.Text = " sumptuous homemade cheese"
'
' Label3
'
Label3.AutoSize = True
Label3.Font = New Font("Modern No. 20", 9F, FontStyle.Regular, GraphicsUnit.Point, CByte(0))
Label3.ForeColor = Color.DarkRed
Label3.Location = New Point(7, 211)
Label3.Name = "Label3"
Label3.Size = New Size(172, 15)
Label3.TabIndex = 6
Label3.Text = "They're crispy and smothered in a"
'
' Label4
'
Label4.AutoSize = True
Label4.Font = New Font("Modern No. 20", 14.25F, FontStyle.Bold, GraphicsUnit.Point, CByte(0))
Label4.ForeColor = Color.DarkGreen
Label4.Location = New Point(100, 261)
Label4.Name = "Label4"
Label4.Size = New Size(30, 21)
Label4.TabIndex = 5
Label4.Text = "89"
'
' Label6
'
Label6.AutoSize = True
Label6.BackColor = Color.Blue
Label6.Font = New Font("Myanmar Text", 12F, FontStyle.Bold, GraphicsUnit.Point, CByte(0))
Label6.ForeColor = SystemColors.HighlightText
Label6.Location = New Point(39, 156)
Label6.Name = "Label6"
Label6.Size = New Size(106, 29)
Label6.TabIndex = 1
Label6.Text = "Cheesy Fries"
'
' PictureBox1
'
PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), Image)
PictureBox1.Location = New Point(10, 0)
PictureBox1.Name = "PictureBox1"
PictureBox1.Size = New Size(172, 165)
PictureBox1.SizeMode = PictureBoxSizeMode.StretchImage
PictureBox1.TabIndex = 0
PictureBox1.TabStop = False
'
' Panel3
'
Panel3.BackColor = Color.FromArgb(CByte(255), CByte(128), CByte(0))
Panel3.Controls.Add(Label18)
Panel3.Controls.Add(TextBox1)
Panel3.Controls.Add(Label1)
Panel3.Controls.Add(Label8)
Panel3.Controls.Add(Label9)
Panel3.Controls.Add(Label5)
Panel3.Controls.Add(Label10)
Panel3.Controls.Add(PictureBox2)
Panel3.Location = New Point(46, 68)
Panel3.Name = "Panel3"
Panel3.Size = New Size(198, 293)
Panel3.TabIndex = 49
'
' Label18
'
Label18.AutoSize = True
Label18.Font = New Font("Modern No. 20", 11.9999981F, FontStyle.Bold, GraphicsUnit.Point, CByte(0))
Label18.ForeColor = Color.DarkGreen
Label18.Location = New Point(147, 246)
Label18.Name = "Label18"
Label18.Size = New Size(43, 18)
Label18.TabIndex = 60
Label18.Text = "QTY"
'
' TextBox1
'
TextBox1.Location = New Point(147, 262)
TextBox1.Name = "TextBox1"
TextBox1.Size = New Size(48, 23)
TextBox1.TabIndex = 56
'
' Label1
'
Label1.AutoSize = True
Label1.Font = New Font("Modern No. 20", 14.25F, FontStyle.Bold, GraphicsUnit.Point, CByte(0))
Label1.ForeColor = Color.DarkGreen
Label1.Location = New Point(55, 264)
Label1.Name = "Label1"
Label1.Size = New Size(37, 21)
Label1.TabIndex = 55
Label1.Text = "Rs."
'
' Label8
'
Label8.AutoSize = True
Label8.Font = New Font("Modern No. 20", 9F, FontStyle.Regular, GraphicsUnit.Point, CByte(0))
Label8.ForeColor = Color.DarkRed
Label8.Location = New Point(6, 233)
Label8.Name = "Label8"
Label8.Size = New Size(108, 15)
Label8.TabIndex = 7
Label8.Text = " and fresh french fry"
'
' Label9
'
Label9.AutoSize = True
Label9.Font = New Font("Modern No. 20", 9F, FontStyle.Regular, GraphicsUnit.Point, CByte(0))
Label9.ForeColor = Color.DarkRed
Label9.Location = New Point(6, 211)
Label9.Name = "Label9"
Label9.Size = New Size(176, 15)
Label9.TabIndex = 6
Label9.Text = "There is nothing better than a hot "
'
' Label5
'
Label5.AutoSize = True
Label5.Font = New Font("Modern No. 20", 14.25F, FontStyle.Bold, GraphicsUnit.Point, CByte(0))
Label5.ForeColor = Color.DarkGreen
Label5.Location = New Point(89, 264)
Label5.Name = "Label5"
Label5.Size = New Size(30, 21)
Label5.TabIndex = 5
Label5.Text = "79"
'
' Label10
'
Label10.AutoSize = True
Label10.BackColor = Color.Blue
Label10.Font = New Font("Myanmar Text", 12F, FontStyle.Bold, GraphicsUnit.Point, CByte(0))
Label10.ForeColor = SystemColors.HighlightText
Label10.Location = New Point(57, 157)
Label10.Name = "Label10"
Label10.Size = New Size(48, 29)
Label10.TabIndex = 1
Label10.Text = "Fries"
'
' PictureBox2
'
PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), Image)
PictureBox2.Location = New Point(10, 0)
PictureBox2.Name = "PictureBox2"
PictureBox2.Size = New Size(172, 165)
PictureBox2.SizeMode = PictureBoxSizeMode.StretchImage
PictureBox2.TabIndex = 0
PictureBox2.TabStop = False
'
' fries
'
AutoScaleDimensions = New SizeF(7F, 15F)
AutoScaleMode = AutoScaleMode.Font
ClientSize = New Size(982, 702)
Controls.Add(Button5)
Controls.Add(Panel5)
Controls.Add(Button3)
Controls.Add(Button1)
Controls.Add(Panel2)
Controls.Add(Button2)
Controls.Add(Panel1)
Controls.Add(Panel3)
Controls.Add(Label31)
FormBorderStyle = FormBorderStyle.None
Name = "fries"
Text = "fries"
Panel5.ResumeLayout(False)
Panel5.PerformLayout()
CType(PictureBox5, ComponentModel.ISupportInitialize).EndInit()
Panel2.ResumeLayout(False)
Panel2.PerformLayout()
CType(PictureBox3, ComponentModel.ISupportInitialize).EndInit()
Panel1.ResumeLayout(False)
Panel1.PerformLayout()
CType(PictureBox1, ComponentModel.ISupportInitialize).EndInit()
Panel3.ResumeLayout(False)
Panel3.PerformLayout()
CType(PictureBox2, ComponentModel.ISupportInitialize).EndInit()
ResumeLayout(False)
PerformLayout()
End Sub
Friend WithEvents Label31 As Label
Friend WithEvents Button5 As Button
Friend WithEvents Panel5 As Panel
Friend WithEvents Label21 As Label
Friend WithEvents Label22 As Label
Friend WithEvents Label23 As Label
Friend WithEvents Label24 As Label
Friend WithEvents Label25 As Label
Friend WithEvents PictureBox5 As PictureBox
Friend WithEvents Button3 As Button
Friend WithEvents Button1 As Button
Friend WithEvents Panel2 As Panel
Friend WithEvents Label11 As Label
Friend WithEvents Label12 As Label
Friend WithEvents Label13 As Label
Friend WithEvents Label14 As Label
Friend WithEvents Label15 As Label
Friend WithEvents PictureBox3 As PictureBox
Friend WithEvents Button2 As Button
Friend WithEvents Panel1 As Panel
Friend WithEvents Label2 As Label
Friend WithEvents Label3 As Label
Friend WithEvents Label4 As Label
Friend WithEvents Label6 As Label
Friend WithEvents PictureBox1 As PictureBox
Friend WithEvents Panel3 As Panel
Friend WithEvents Label8 As Label
Friend WithEvents Label9 As Label
Friend WithEvents Label5 As Label
Friend WithEvents Label10 As Label
Friend WithEvents PictureBox2 As PictureBox
Friend WithEvents Label7 As Label
Friend WithEvents Label1 As Label
Friend WithEvents Label17 As Label
Friend WithEvents Label16 As Label
Friend WithEvents Label26 As Label
Friend WithEvents TextBox4 As TextBox
Friend WithEvents Label20 As Label
Friend WithEvents TextBox3 As TextBox
Friend WithEvents Label19 As Label
Friend WithEvents TextBox2 As TextBox
Friend WithEvents Label18 As Label
Friend WithEvents TextBox1 As TextBox
End Class