-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdashboard.Designer.vb
More file actions
629 lines (624 loc) · 24.8 KB
/
Copy pathdashboard.Designer.vb
File metadata and controls
629 lines (624 loc) · 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
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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class dashboard
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()
components = New ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dashboard))
Panel1 = New Panel()
Panel5 = New Panel()
Button5 = New Button()
Button4 = New Button()
Button3 = New Button()
Button2 = New Button()
Button1 = New Button()
AvailableItemsbtn = New Button()
PictureBox3 = New PictureBox()
SlidePanel = New Panel()
PictureBox10 = New PictureBox()
Logoutbtn = New Button()
PictureBox9 = New PictureBox()
FAQsbtn = New Button()
PictureBox8 = New PictureBox()
Feedbackbtn = New Button()
PictureBox7 = New PictureBox()
ReachUsbtn = New Button()
PictureBox5 = New PictureBox()
Billingbtn = New Button()
PictureBox2 = New PictureBox()
AboutUsbtn = New Button()
Panel4 = New Panel()
Label2 = New Label()
Label1 = New Label()
PictureBox1 = New PictureBox()
Panel2 = New Panel()
cancelbtn = New Button()
Label4 = New Label()
Label3 = New Label()
Panel3 = New Panel()
Label5 = New Label()
PictureBox14 = New PictureBox()
PictureBox12 = New PictureBox()
PictureBox11 = New PictureBox()
PictureBox6 = New PictureBox()
PictureBox4 = New PictureBox()
Timer1 = New Timer(components)
Timer2 = New Timer(components)
Timer3 = New Timer(components)
Timer4 = New Timer(components)
Panel1.SuspendLayout()
Panel5.SuspendLayout()
CType(PictureBox3, ComponentModel.ISupportInitialize).BeginInit()
CType(PictureBox10, ComponentModel.ISupportInitialize).BeginInit()
CType(PictureBox9, ComponentModel.ISupportInitialize).BeginInit()
CType(PictureBox8, ComponentModel.ISupportInitialize).BeginInit()
CType(PictureBox7, ComponentModel.ISupportInitialize).BeginInit()
CType(PictureBox5, ComponentModel.ISupportInitialize).BeginInit()
CType(PictureBox2, ComponentModel.ISupportInitialize).BeginInit()
CType(PictureBox1, ComponentModel.ISupportInitialize).BeginInit()
Panel2.SuspendLayout()
Panel3.SuspendLayout()
CType(PictureBox14, ComponentModel.ISupportInitialize).BeginInit()
CType(PictureBox12, ComponentModel.ISupportInitialize).BeginInit()
CType(PictureBox11, ComponentModel.ISupportInitialize).BeginInit()
CType(PictureBox6, ComponentModel.ISupportInitialize).BeginInit()
CType(PictureBox4, ComponentModel.ISupportInitialize).BeginInit()
SuspendLayout()
'
' Panel1
'
Panel1.BackColor = SystemColors.ActiveCaptionText
Panel1.Controls.Add(Panel5)
Panel1.Controls.Add(SlidePanel)
Panel1.Controls.Add(PictureBox10)
Panel1.Controls.Add(Logoutbtn)
Panel1.Controls.Add(PictureBox9)
Panel1.Controls.Add(FAQsbtn)
Panel1.Controls.Add(PictureBox8)
Panel1.Controls.Add(Feedbackbtn)
Panel1.Controls.Add(PictureBox7)
Panel1.Controls.Add(ReachUsbtn)
Panel1.Controls.Add(PictureBox5)
Panel1.Controls.Add(Billingbtn)
Panel1.Controls.Add(PictureBox2)
Panel1.Controls.Add(AboutUsbtn)
Panel1.Controls.Add(Panel4)
Panel1.Controls.Add(Label2)
Panel1.Controls.Add(Label1)
Panel1.Controls.Add(PictureBox1)
Panel1.Dock = DockStyle.Left
Panel1.Location = New Point(0, 0)
Panel1.Name = "Panel1"
Panel1.Size = New Size(237, 702)
Panel1.TabIndex = 0
'
' Panel5
'
Panel5.Controls.Add(Button5)
Panel5.Controls.Add(Button4)
Panel5.Controls.Add(Button3)
Panel5.Controls.Add(Button2)
Panel5.Controls.Add(Button1)
Panel5.Controls.Add(AvailableItemsbtn)
Panel5.Controls.Add(PictureBox3)
Panel5.Location = New Point(62, 211)
Panel5.MaximumSize = New Size(160, 224)
Panel5.MinimumSize = New Size(160, 28)
Panel5.Name = "Panel5"
Panel5.Size = New Size(160, 28)
Panel5.TabIndex = 23
'
' Button5
'
Button5.BackColor = Color.Coral
Button5.Cursor = Cursors.Hand
Button5.FlatAppearance.BorderSize = 0
Button5.FlatStyle = FlatStyle.Flat
Button5.Font = New Font("Mongolian Baiti", 10.2F, FontStyle.Regular, GraphicsUnit.Point, CByte(0))
Button5.ForeColor = SystemColors.ButtonFace
Button5.Location = New Point(47, 172)
Button5.Name = "Button5"
Button5.Size = New Size(119, 28)
Button5.TabIndex = 11
Button5.Text = "Beverages"
Button5.UseVisualStyleBackColor = False
'
' Button4
'
Button4.BackColor = Color.Coral
Button4.Cursor = Cursors.Hand
Button4.FlatAppearance.BorderSize = 0
Button4.FlatStyle = FlatStyle.Flat
Button4.Font = New Font("Mongolian Baiti", 10.2F, FontStyle.Regular, GraphicsUnit.Point, CByte(0))
Button4.ForeColor = SystemColors.ButtonFace
Button4.Location = New Point(47, 138)
Button4.Name = "Button4"
Button4.Size = New Size(119, 28)
Button4.TabIndex = 10
Button4.Text = "Fries"
Button4.UseVisualStyleBackColor = False
'
' Button3
'
Button3.BackColor = Color.Coral
Button3.Cursor = Cursors.Hand
Button3.FlatAppearance.BorderSize = 0
Button3.FlatStyle = FlatStyle.Flat
Button3.Font = New Font("Mongolian Baiti", 10.2F, FontStyle.Regular, GraphicsUnit.Point, CByte(0))
Button3.ForeColor = SystemColors.ButtonFace
Button3.Location = New Point(47, 104)
Button3.Name = "Button3"
Button3.Size = New Size(122, 28)
Button3.TabIndex = 9
Button3.Text = "Wraps"
Button3.UseVisualStyleBackColor = False
'
' Button2
'
Button2.BackColor = Color.Coral
Button2.Cursor = Cursors.Hand
Button2.FlatAppearance.BorderSize = 0
Button2.FlatStyle = FlatStyle.Flat
Button2.Font = New Font("Mongolian Baiti", 10.2F, FontStyle.Regular, GraphicsUnit.Point, CByte(0))
Button2.ForeColor = SystemColors.ButtonFace
Button2.Location = New Point(47, 70)
Button2.Name = "Button2"
Button2.Size = New Size(122, 28)
Button2.TabIndex = 8
Button2.Text = "Pizza"
Button2.UseVisualStyleBackColor = False
'
' Button1
'
Button1.BackColor = Color.Coral
Button1.Cursor = Cursors.Hand
Button1.FlatAppearance.BorderSize = 0
Button1.FlatStyle = FlatStyle.Flat
Button1.Font = New Font("Mongolian Baiti", 10.2F, FontStyle.Regular, GraphicsUnit.Point, CByte(0))
Button1.ForeColor = SystemColors.ButtonFace
Button1.Location = New Point(47, 37)
Button1.Name = "Button1"
Button1.Size = New Size(122, 28)
Button1.TabIndex = 7
Button1.Text = "Burger"
Button1.UseVisualStyleBackColor = False
'
' AvailableItemsbtn
'
AvailableItemsbtn.Cursor = Cursors.Hand
AvailableItemsbtn.FlatStyle = FlatStyle.Popup
AvailableItemsbtn.Font = New Font("Mongolian Baiti", 10.2F, FontStyle.Regular, GraphicsUnit.Point, CByte(0))
AvailableItemsbtn.ForeColor = SystemColors.ButtonFace
AvailableItemsbtn.Location = New Point(47, 3)
AvailableItemsbtn.Name = "AvailableItemsbtn"
AvailableItemsbtn.Size = New Size(122, 34)
AvailableItemsbtn.TabIndex = 6
AvailableItemsbtn.Text = "Available Items"
AvailableItemsbtn.UseVisualStyleBackColor = True
'
' PictureBox3
'
PictureBox3.Image = CType(resources.GetObject("PictureBox3.Image"), Image)
PictureBox3.Location = New Point(4, 3)
PictureBox3.Name = "PictureBox3"
PictureBox3.Size = New Size(39, 34)
PictureBox3.SizeMode = PictureBoxSizeMode.StretchImage
PictureBox3.TabIndex = 7
PictureBox3.TabStop = False
'
' SlidePanel
'
SlidePanel.BackColor = Color.Coral
SlidePanel.Location = New Point(34, 149)
SlidePanel.Name = "SlidePanel"
SlidePanel.Size = New Size(13, 33)
SlidePanel.TabIndex = 22
'
' PictureBox10
'
PictureBox10.Image = CType(resources.GetObject("PictureBox10.Image"), Image)
PictureBox10.Location = New Point(72, 596)
PictureBox10.Name = "PictureBox10"
PictureBox10.Size = New Size(38, 34)
PictureBox10.SizeMode = PictureBoxSizeMode.StretchImage
PictureBox10.TabIndex = 21
PictureBox10.TabStop = False
'
' Logoutbtn
'
Logoutbtn.Cursor = Cursors.Hand
Logoutbtn.FlatStyle = FlatStyle.Popup
Logoutbtn.Font = New Font("Mongolian Baiti", 10.2F, FontStyle.Regular, GraphicsUnit.Point, CByte(0))
Logoutbtn.ForeColor = SystemColors.ButtonFace
Logoutbtn.Location = New Point(132, 602)
Logoutbtn.Name = "Logoutbtn"
Logoutbtn.Size = New Size(79, 28)
Logoutbtn.TabIndex = 20
Logoutbtn.Text = "Logout"
Logoutbtn.UseVisualStyleBackColor = True
'
' PictureBox9
'
PictureBox9.Image = CType(resources.GetObject("PictureBox9.Image"), Image)
PictureBox9.Location = New Point(72, 516)
PictureBox9.Name = "PictureBox9"
PictureBox9.Size = New Size(38, 34)
PictureBox9.SizeMode = PictureBoxSizeMode.StretchImage
PictureBox9.TabIndex = 19
PictureBox9.TabStop = False
'
' FAQsbtn
'
FAQsbtn.Cursor = Cursors.Hand
FAQsbtn.FlatStyle = FlatStyle.Popup
FAQsbtn.Font = New Font("Mongolian Baiti", 10.2F, FontStyle.Regular, GraphicsUnit.Point, CByte(0))
FAQsbtn.ForeColor = SystemColors.ButtonFace
FAQsbtn.Location = New Point(132, 522)
FAQsbtn.Name = "FAQsbtn"
FAQsbtn.Size = New Size(79, 28)
FAQsbtn.TabIndex = 18
FAQsbtn.Text = "FAQs"
FAQsbtn.UseVisualStyleBackColor = True
'
' PictureBox8
'
PictureBox8.Image = CType(resources.GetObject("PictureBox8.Image"), Image)
PictureBox8.Location = New Point(72, 429)
PictureBox8.Name = "PictureBox8"
PictureBox8.Size = New Size(38, 34)
PictureBox8.SizeMode = PictureBoxSizeMode.StretchImage
PictureBox8.TabIndex = 17
PictureBox8.TabStop = False
'
' Feedbackbtn
'
Feedbackbtn.Cursor = Cursors.Hand
Feedbackbtn.FlatStyle = FlatStyle.Popup
Feedbackbtn.Font = New Font("Mongolian Baiti", 10.2F, FontStyle.Regular, GraphicsUnit.Point, CByte(0))
Feedbackbtn.ForeColor = SystemColors.ButtonFace
Feedbackbtn.Location = New Point(132, 435)
Feedbackbtn.Name = "Feedbackbtn"
Feedbackbtn.Size = New Size(87, 28)
Feedbackbtn.TabIndex = 16
Feedbackbtn.Text = "Feedback"
Feedbackbtn.UseVisualStyleBackColor = True
'
' PictureBox7
'
PictureBox7.Image = CType(resources.GetObject("PictureBox7.Image"), Image)
PictureBox7.Location = New Point(70, 349)
PictureBox7.Name = "PictureBox7"
PictureBox7.Size = New Size(38, 34)
PictureBox7.SizeMode = PictureBoxSizeMode.StretchImage
PictureBox7.TabIndex = 15
PictureBox7.TabStop = False
'
' ReachUsbtn
'
ReachUsbtn.Cursor = Cursors.Hand
ReachUsbtn.FlatStyle = FlatStyle.Popup
ReachUsbtn.Font = New Font("Mongolian Baiti", 10.2F, FontStyle.Regular, GraphicsUnit.Point, CByte(0))
ReachUsbtn.ForeColor = SystemColors.ButtonFace
ReachUsbtn.Location = New Point(131, 355)
ReachUsbtn.Name = "ReachUsbtn"
ReachUsbtn.Size = New Size(87, 28)
ReachUsbtn.TabIndex = 14
ReachUsbtn.Text = "Reach Us"
ReachUsbtn.UseVisualStyleBackColor = True
'
' PictureBox5
'
PictureBox5.Image = CType(resources.GetObject("PictureBox5.Image"), Image)
PictureBox5.Location = New Point(66, 275)
PictureBox5.Name = "PictureBox5"
PictureBox5.Size = New Size(38, 34)
PictureBox5.SizeMode = PictureBoxSizeMode.StretchImage
PictureBox5.TabIndex = 11
PictureBox5.TabStop = False
'
' Billingbtn
'
Billingbtn.Cursor = Cursors.Hand
Billingbtn.FlatStyle = FlatStyle.Popup
Billingbtn.Font = New Font("Mongolian Baiti", 10.2F, FontStyle.Regular, GraphicsUnit.Point, CByte(0))
Billingbtn.ForeColor = SystemColors.ButtonFace
Billingbtn.Location = New Point(131, 282)
Billingbtn.Name = "Billingbtn"
Billingbtn.Size = New Size(79, 28)
Billingbtn.TabIndex = 10
Billingbtn.Text = "Billing"
Billingbtn.UseVisualStyleBackColor = True
'
' PictureBox2
'
PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), Image)
PictureBox2.Location = New Point(62, 143)
PictureBox2.Name = "PictureBox2"
PictureBox2.Size = New Size(48, 42)
PictureBox2.SizeMode = PictureBoxSizeMode.StretchImage
PictureBox2.TabIndex = 5
PictureBox2.TabStop = False
'
' AboutUsbtn
'
AboutUsbtn.Cursor = Cursors.Hand
AboutUsbtn.FlatStyle = FlatStyle.Popup
AboutUsbtn.Font = New Font("Mongolian Baiti", 10.2F, FontStyle.Regular, GraphicsUnit.Point, CByte(0))
AboutUsbtn.ForeColor = SystemColors.ButtonFace
AboutUsbtn.Location = New Point(124, 149)
AboutUsbtn.Name = "AboutUsbtn"
AboutUsbtn.Size = New Size(87, 28)
AboutUsbtn.TabIndex = 4
AboutUsbtn.Text = "About Us"
AboutUsbtn.UseVisualStyleBackColor = True
'
' Panel4
'
Panel4.BackColor = SystemColors.ButtonHighlight
Panel4.Location = New Point(18, 128)
Panel4.Name = "Panel4"
Panel4.Size = New Size(192, 9)
Panel4.TabIndex = 3
'
' Label2
'
Label2.AutoSize = True
Label2.Font = New Font("Rockwell", 12F, FontStyle.Bold Or FontStyle.Italic, GraphicsUnit.Point, CByte(0))
Label2.ForeColor = SystemColors.ButtonFace
Label2.Location = New Point(151, 64)
Label2.Name = "Label2"
Label2.Size = New Size(83, 20)
Label2.TabIndex = 2
Label2.Text = "DELIGHT"
'
' Label1
'
Label1.AutoSize = True
Label1.Font = New Font("Rockwell", 12F, FontStyle.Bold Or FontStyle.Italic, GraphicsUnit.Point, CByte(0))
Label1.ForeColor = SystemColors.ButtonFace
Label1.Location = New Point(117, 34)
Label1.Name = "Label1"
Label1.Size = New Size(117, 20)
Label1.TabIndex = 1
Label1.Text = "NXT CAPITAL"
'
' PictureBox1
'
PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), Image)
PictureBox1.Location = New Point(3, 3)
PictureBox1.Name = "PictureBox1"
PictureBox1.Size = New Size(108, 110)
PictureBox1.SizeMode = PictureBoxSizeMode.StretchImage
PictureBox1.TabIndex = 0
PictureBox1.TabStop = False
'
' Panel2
'
Panel2.BackColor = Color.Coral
Panel2.Controls.Add(cancelbtn)
Panel2.Controls.Add(Label4)
Panel2.Controls.Add(Label3)
Panel2.Dock = DockStyle.Top
Panel2.Location = New Point(237, 0)
Panel2.Name = "Panel2"
Panel2.Size = New Size(923, 45)
Panel2.TabIndex = 1
'
' cancelbtn
'
cancelbtn.BackColor = Color.Coral
cancelbtn.Font = New Font("Modern No. 20", 10.8F, FontStyle.Bold, GraphicsUnit.Point, CByte(0))
cancelbtn.ForeColor = SystemColors.ButtonFace
cancelbtn.Location = New Point(870, 6)
cancelbtn.Name = "cancelbtn"
cancelbtn.Size = New Size(51, 39)
cancelbtn.TabIndex = 0
cancelbtn.Text = "X"
cancelbtn.UseVisualStyleBackColor = False
'
' Label4
'
Label4.AutoSize = True
Label4.BackColor = Color.Coral
Label4.Font = New Font("Modern No. 20", 18F, FontStyle.Bold, GraphicsUnit.Point, CByte(0))
Label4.ForeColor = Color.White
Label4.Location = New Point(420, 10)
Label4.Name = "Label4"
Label4.Size = New Size(328, 25)
Label4.TabIndex = 1
Label4.Text = "NXT CAPITAL DELIGHT!!!"
'
' Label3
'
Label3.AutoSize = True
Label3.BackColor = Color.Coral
Label3.Font = New Font("Modern No. 20", 18F, FontStyle.Bold, GraphicsUnit.Point, CByte(0))
Label3.ForeColor = Color.White
Label3.Location = New Point(278, 10)
Label3.Name = "Label3"
Label3.Size = New Size(145, 25)
Label3.TabIndex = 0
Label3.Text = "Welcome To"
'
' Panel3
'
Panel3.BackColor = SystemColors.ControlLightLight
Panel3.BackgroundImage = CType(resources.GetObject("Panel3.BackgroundImage"), Image)
Panel3.Controls.Add(Label5)
Panel3.Controls.Add(PictureBox14)
Panel3.Controls.Add(PictureBox12)
Panel3.Controls.Add(PictureBox11)
Panel3.Controls.Add(PictureBox6)
Panel3.Controls.Add(PictureBox4)
Panel3.Dock = DockStyle.Fill
Panel3.Location = New Point(237, 45)
Panel3.Name = "Panel3"
Panel3.Size = New Size(923, 657)
Panel3.TabIndex = 2
'
' Label5
'
Label5.AutoSize = True
Label5.BackColor = Color.Black
Label5.Font = New Font("Modern No. 20", 18F, FontStyle.Bold, GraphicsUnit.Point, CByte(0))
Label5.ForeColor = Color.White
Label5.Location = New Point(295, 32)
Label5.Name = "Label5"
Label5.Size = New Size(376, 25)
Label5.TabIndex = 7
Label5.Text = "HIGHLIGHTS OF THE WEEK "
'
' PictureBox14
'
PictureBox14.Image = CType(resources.GetObject("PictureBox14.Image"), Image)
PictureBox14.Location = New Point(125, 384)
PictureBox14.Name = "PictureBox14"
PictureBox14.Size = New Size(324, 218)
PictureBox14.SizeMode = PictureBoxSizeMode.StretchImage
PictureBox14.TabIndex = 6
PictureBox14.TabStop = False
'
' PictureBox12
'
PictureBox12.Image = CType(resources.GetObject("PictureBox12.Image"), Image)
PictureBox12.Location = New Point(511, 384)
PictureBox12.Name = "PictureBox12"
PictureBox12.Size = New Size(314, 220)
PictureBox12.SizeMode = PictureBoxSizeMode.StretchImage
PictureBox12.TabIndex = 4
PictureBox12.TabStop = False
'
' PictureBox11
'
PictureBox11.Image = CType(resources.GetObject("PictureBox11.Image"), Image)
PictureBox11.Location = New Point(613, 104)
PictureBox11.Name = "PictureBox11"
PictureBox11.Size = New Size(275, 215)
PictureBox11.SizeMode = PictureBoxSizeMode.StretchImage
PictureBox11.TabIndex = 3
PictureBox11.TabStop = False
'
' PictureBox6
'
PictureBox6.Image = CType(resources.GetObject("PictureBox6.Image"), Image)
PictureBox6.Location = New Point(325, 104)
PictureBox6.Name = "PictureBox6"
PictureBox6.Size = New Size(261, 215)
PictureBox6.SizeMode = PictureBoxSizeMode.StretchImage
PictureBox6.TabIndex = 2
PictureBox6.TabStop = False
'
' PictureBox4
'
PictureBox4.Image = CType(resources.GetObject("PictureBox4.Image"), Image)
PictureBox4.Location = New Point(29, 104)
PictureBox4.Name = "PictureBox4"
PictureBox4.Size = New Size(262, 215)
PictureBox4.SizeMode = PictureBoxSizeMode.StretchImage
PictureBox4.TabIndex = 1
PictureBox4.TabStop = False
'
' Timer1
'
Timer1.Interval = 15
'
' Timer2
'
'
' Timer3
'
'
' Timer4
'
'
' dashboard
'
AutoScaleDimensions = New SizeF(7F, 15F)
AutoScaleMode = AutoScaleMode.Font
ClientSize = New Size(1160, 702)
Controls.Add(Panel3)
Controls.Add(Panel2)
Controls.Add(Panel1)
FormBorderStyle = FormBorderStyle.None
Name = "dashboard"
Text = "Form1"
Panel1.ResumeLayout(False)
Panel1.PerformLayout()
Panel5.ResumeLayout(False)
CType(PictureBox3, ComponentModel.ISupportInitialize).EndInit()
CType(PictureBox10, ComponentModel.ISupportInitialize).EndInit()
CType(PictureBox9, ComponentModel.ISupportInitialize).EndInit()
CType(PictureBox8, ComponentModel.ISupportInitialize).EndInit()
CType(PictureBox7, ComponentModel.ISupportInitialize).EndInit()
CType(PictureBox5, ComponentModel.ISupportInitialize).EndInit()
CType(PictureBox2, ComponentModel.ISupportInitialize).EndInit()
CType(PictureBox1, ComponentModel.ISupportInitialize).EndInit()
Panel2.ResumeLayout(False)
Panel2.PerformLayout()
Panel3.ResumeLayout(False)
Panel3.PerformLayout()
CType(PictureBox14, ComponentModel.ISupportInitialize).EndInit()
CType(PictureBox12, ComponentModel.ISupportInitialize).EndInit()
CType(PictureBox11, ComponentModel.ISupportInitialize).EndInit()
CType(PictureBox6, ComponentModel.ISupportInitialize).EndInit()
CType(PictureBox4, ComponentModel.ISupportInitialize).EndInit()
ResumeLayout(False)
End Sub
Friend WithEvents Panel1 As Panel
Friend WithEvents PictureBox1 As PictureBox
Friend WithEvents Panel2 As Panel
Friend WithEvents Panel3 As Panel
Friend WithEvents cancelbtn As Button
Friend WithEvents Label1 As Label
Friend WithEvents Panel4 As Panel
Friend WithEvents Label2 As Label
Friend WithEvents PictureBox3 As PictureBox
Friend WithEvents AvailableItemsbtn As Button
Friend WithEvents PictureBox2 As PictureBox
Friend WithEvents AboutUsbtn As Button
Friend WithEvents PictureBox10 As PictureBox
Friend WithEvents Logoutbtn As Button
Friend WithEvents PictureBox9 As PictureBox
Friend WithEvents FAQsbtn As Button
Friend WithEvents PictureBox8 As PictureBox
Friend WithEvents Feedbackbtn As Button
Friend WithEvents PictureBox7 As PictureBox
Friend WithEvents ReachUsbtn As Button
Friend WithEvents PictureBox5 As PictureBox
Friend WithEvents Billingbtn As Button
Friend WithEvents SlidePanel As Panel
Friend WithEvents Label4 As Label
Friend WithEvents Label3 As Label
Friend WithEvents Panel5 As Panel
Friend WithEvents Button1 As Button
Friend WithEvents Button5 As Button
Friend WithEvents Button4 As Button
Friend WithEvents Button3 As Button
Friend WithEvents Button2 As Button
Friend WithEvents Timer1 As Timer
Friend WithEvents PictureBox14 As PictureBox
Friend WithEvents PictureBox12 As PictureBox
Friend WithEvents PictureBox11 As PictureBox
Friend WithEvents PictureBox6 As PictureBox
Friend WithEvents PictureBox4 As PictureBox
Friend WithEvents Label5 As Label
Friend WithEvents Timer2 As Timer
Friend WithEvents Timer3 As Timer
Friend WithEvents Timer4 As Timer
End Class