-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdminDashboard.Designer.vb
More file actions
597 lines (593 loc) · 21 KB
/
AdminDashboard.Designer.vb
File metadata and controls
597 lines (593 loc) · 21 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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class AdminDashboard
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(AdminDashboard))
Label1 = New Label()
Label2 = New Label()
Panel1 = New Panel()
PictureBox2 = New PictureBox()
Panel3 = New Panel()
PictureBox5 = New PictureBox()
Panel8 = New Panel()
Button6 = New Button()
PlotView1 = New OxyPlot.WindowsForms.PlotView()
Label15 = New Label()
Label16 = New Label()
Label17 = New Label()
Label14 = New Label()
Label13 = New Label()
Label12 = New Label()
Panel7 = New Panel()
PictureBox4 = New PictureBox()
PictureBox1 = New PictureBox()
Panel6 = New Panel()
Label11 = New Label()
Label6 = New Label()
Panel5 = New Panel()
Label10 = New Label()
Label5 = New Label()
Panel4 = New Panel()
Label9 = New Label()
Label4 = New Label()
Panel2 = New Panel()
Label8 = New Label()
Label3 = New Label()
Label7 = New Label()
Timer1 = New Timer(components)
PictureBox3 = New PictureBox()
Button1 = New Button()
Button2 = New Button()
Button3 = New Button()
Button4 = New Button()
Button5 = New Button()
ToolTip1 = New ToolTip(components)
Panel1.SuspendLayout()
CType(PictureBox2, ComponentModel.ISupportInitialize).BeginInit()
Panel3.SuspendLayout()
CType(PictureBox5, ComponentModel.ISupportInitialize).BeginInit()
Panel8.SuspendLayout()
Panel7.SuspendLayout()
CType(PictureBox4, ComponentModel.ISupportInitialize).BeginInit()
CType(PictureBox1, ComponentModel.ISupportInitialize).BeginInit()
Panel6.SuspendLayout()
Panel5.SuspendLayout()
Panel4.SuspendLayout()
Panel2.SuspendLayout()
CType(PictureBox3, ComponentModel.ISupportInitialize).BeginInit()
SuspendLayout()
'
' Label1
'
Label1.AutoSize = True
Label1.BackColor = Color.Transparent
Label1.Font = New Font("Times New Roman", 14.25F, FontStyle.Bold, GraphicsUnit.Point, CByte(0))
Label1.ForeColor = Color.WhiteSmoke
Label1.Location = New Point(77, 17)
Label1.Name = "Label1"
Label1.Size = New Size(66, 22)
Label1.TabIndex = 0
Label1.Text = "Label1"
'
' Label2
'
Label2.AutoSize = True
Label2.BackColor = Color.Transparent
Label2.Font = New Font("Times New Roman", 15.75F, FontStyle.Bold, GraphicsUnit.Point, CByte(0))
Label2.ForeColor = Color.White
Label2.Location = New Point(649, 9)
Label2.Name = "Label2"
Label2.Size = New Size(72, 24)
Label2.TabIndex = 1
Label2.Text = "Label2"
'
' Panel1
'
Panel1.BackColor = Color.Transparent
Panel1.Controls.Add(PictureBox2)
Panel1.Location = New Point(-2, -2)
Panel1.Name = "Panel1"
Panel1.Size = New Size(1376, 51)
Panel1.TabIndex = 2
'
' PictureBox2
'
PictureBox2.BackgroundImage = My.Resources.Resources.logout
PictureBox2.BackgroundImageLayout = ImageLayout.Zoom
PictureBox2.Location = New Point(1320, 6)
PictureBox2.Name = "PictureBox2"
PictureBox2.Size = New Size(39, 39)
PictureBox2.TabIndex = 6
PictureBox2.TabStop = False
'
' Panel3
'
Panel3.BackColor = Color.White
Panel3.BorderStyle = BorderStyle.FixedSingle
Panel3.Controls.Add(Panel8)
Panel3.Controls.Add(PlotView1)
Panel3.Controls.Add(Label15)
Panel3.Controls.Add(Label16)
Panel3.Controls.Add(Label17)
Panel3.Controls.Add(Label14)
Panel3.Controls.Add(Label13)
Panel3.Controls.Add(Label12)
Panel3.Controls.Add(Panel7)
Panel3.Controls.Add(Panel6)
Panel3.Controls.Add(Panel5)
Panel3.Controls.Add(Panel4)
Panel3.Controls.Add(Panel2)
Panel3.Location = New Point(273, 50)
Panel3.Name = "Panel3"
Panel3.Size = New Size(1101, 667)
Panel3.TabIndex = 4
'
' PictureBox5
'
PictureBox5.Image = My.Resources.Resources.show
PictureBox5.Location = New Point(58, 44)
PictureBox5.Name = "PictureBox5"
PictureBox5.Size = New Size(104, 59)
PictureBox5.SizeMode = PictureBoxSizeMode.Zoom
PictureBox5.TabIndex = 22
PictureBox5.TabStop = False
'
' Panel8
'
Panel8.BackColor = Color.WhiteSmoke
Panel8.BorderStyle = BorderStyle.FixedSingle
Panel8.Controls.Add(Button6)
Panel8.Location = New Point(33, 271)
Panel8.Name = "Panel8"
Panel8.Size = New Size(222, 120)
Panel8.TabIndex = 21
'
' Button6
'
Button6.BackColor = Color.WhiteSmoke
Button6.BackgroundImage = CType(resources.GetObject("Button6.BackgroundImage"), Image)
Button6.BackgroundImageLayout = ImageLayout.Zoom
Button6.Location = New Point(1, 3)
Button6.Name = "Button6"
Button6.Size = New Size(218, 113)
Button6.TabIndex = 20
Button6.TextAlign = ContentAlignment.BottomCenter
ToolTip1.SetToolTip(Button6, "BILL DETAILS")
Button6.UseVisualStyleBackColor = False
'
' PlotView1
'
PlotView1.Location = New Point(498, 238)
PlotView1.Name = "PlotView1"
PlotView1.PanCursor = Cursors.Hand
PlotView1.Size = New Size(405, 351)
PlotView1.TabIndex = 19
PlotView1.Text = "PlotView1"
PlotView1.ZoomHorizontalCursor = Cursors.SizeWE
PlotView1.ZoomRectangleCursor = Cursors.SizeNWSE
PlotView1.ZoomVerticalCursor = Cursors.SizeNS
'
' Label15
'
Label15.AutoSize = True
Label15.BackColor = Color.Transparent
Label15.Font = New Font("Arial", 12F, FontStyle.Bold)
Label15.ForeColor = Color.DimGray
Label15.ImageAlign = ContentAlignment.TopLeft
Label15.Location = New Point(207, 626)
Label15.Name = "Label15"
Label15.Size = New Size(69, 19)
Label15.TabIndex = 18
Label15.Text = "Label15"
'
' Label16
'
Label16.AutoSize = True
Label16.BackColor = Color.Transparent
Label16.Font = New Font("Arial", 12F, FontStyle.Bold)
Label16.ForeColor = Color.DimGray
Label16.ImageAlign = ContentAlignment.TopLeft
Label16.Location = New Point(207, 591)
Label16.Name = "Label16"
Label16.Size = New Size(69, 19)
Label16.TabIndex = 17
Label16.Text = "Label16"
'
' Label17
'
Label17.AutoSize = True
Label17.BackColor = Color.Transparent
Label17.Font = New Font("Arial", 12F, FontStyle.Bold)
Label17.ForeColor = Color.DimGray
Label17.ImageAlign = ContentAlignment.TopLeft
Label17.Location = New Point(207, 556)
Label17.Name = "Label17"
Label17.Size = New Size(69, 19)
Label17.TabIndex = 16
Label17.Text = "Label17"
'
' Label14
'
Label14.AutoSize = True
Label14.BackColor = Color.Transparent
Label14.Font = New Font("Arial", 12F, FontStyle.Bold)
Label14.ForeColor = Color.DimGray
Label14.ImageAlign = ContentAlignment.TopLeft
Label14.Location = New Point(48, 626)
Label14.Name = "Label14"
Label14.Size = New Size(69, 19)
Label14.TabIndex = 15
Label14.Text = "Label14"
'
' Label13
'
Label13.AutoSize = True
Label13.BackColor = Color.Transparent
Label13.Font = New Font("Arial", 12F, FontStyle.Bold)
Label13.ForeColor = Color.DimGray
Label13.ImageAlign = ContentAlignment.TopLeft
Label13.Location = New Point(48, 591)
Label13.Name = "Label13"
Label13.Size = New Size(69, 19)
Label13.TabIndex = 14
Label13.Text = "Label13"
'
' Label12
'
Label12.AutoSize = True
Label12.BackColor = Color.Transparent
Label12.Font = New Font("Arial", 12F, FontStyle.Bold)
Label12.ForeColor = Color.DimGray
Label12.ImageAlign = ContentAlignment.TopLeft
Label12.Location = New Point(48, 556)
Label12.Name = "Label12"
Label12.Size = New Size(69, 19)
Label12.TabIndex = 13
Label12.Text = "Label12"
'
' Panel7
'
Panel7.BackColor = Color.SlateBlue
Panel7.Controls.Add(PictureBox4)
Panel7.Controls.Add(PictureBox1)
Panel7.Controls.Add(Label1)
Panel7.Location = New Point(0, -1)
Panel7.Name = "Panel7"
Panel7.Size = New Size(1113, 56)
Panel7.TabIndex = 5
'
' PictureBox4
'
PictureBox4.BackgroundImage = My.Resources.Resources.building
PictureBox4.BackgroundImageLayout = ImageLayout.Zoom
PictureBox4.Location = New Point(1020, 5)
PictureBox4.Name = "PictureBox4"
PictureBox4.Size = New Size(45, 45)
PictureBox4.TabIndex = 7
PictureBox4.TabStop = False
'
' PictureBox1
'
PictureBox1.BackgroundImage = My.Resources.Resources.adm
PictureBox1.BackgroundImageLayout = ImageLayout.Zoom
PictureBox1.Location = New Point(16, 5)
PictureBox1.Name = "PictureBox1"
PictureBox1.Size = New Size(51, 59)
PictureBox1.TabIndex = 1
PictureBox1.TabStop = False
'
' Panel6
'
Panel6.BackColor = Color.WhiteSmoke
Panel6.BorderStyle = BorderStyle.FixedSingle
Panel6.Controls.Add(PictureBox5)
Panel6.Controls.Add(Label11)
Panel6.Controls.Add(Label6)
Panel6.Location = New Point(831, 72)
Panel6.Name = "Panel6"
Panel6.Size = New Size(222, 120)
Panel6.TabIndex = 4
'
' Label11
'
Label11.AutoSize = True
Label11.Font = New Font("Arial", 21.75F, FontStyle.Bold, GraphicsUnit.Point, CByte(0))
Label11.Location = New Point(95, 52)
Label11.Name = "Label11"
Label11.Size = New Size(31, 34)
Label11.TabIndex = 2
Label11.Text = "0"
'
' Label6
'
Label6.AutoSize = True
Label6.Font = New Font("Adobe Gothic Std B", 12F, FontStyle.Bold)
Label6.Location = New Point(44, 18)
Label6.Name = "Label6"
Label6.Size = New Size(133, 20)
Label6.TabIndex = 0
Label6.Text = "MONTHLY SALES"
'
' Panel5
'
Panel5.BackColor = Color.WhiteSmoke
Panel5.BorderStyle = BorderStyle.FixedSingle
Panel5.Controls.Add(Label10)
Panel5.Controls.Add(Label5)
Panel5.Location = New Point(565, 72)
Panel5.Name = "Panel5"
Panel5.Size = New Size(222, 120)
Panel5.TabIndex = 3
'
' Label10
'
Label10.AutoSize = True
Label10.Font = New Font("Arial", 21.75F, FontStyle.Bold, GraphicsUnit.Point, CByte(0))
Label10.Location = New Point(95, 52)
Label10.Name = "Label10"
Label10.Size = New Size(31, 34)
Label10.TabIndex = 2
Label10.Text = "0"
'
' Label5
'
Label5.AutoSize = True
Label5.Font = New Font("Adobe Gothic Std B", 12F, FontStyle.Bold)
Label5.Location = New Point(39, 18)
Label5.Name = "Label5"
Label5.Size = New Size(143, 20)
Label5.TabIndex = 0
Label5.Text = "TOTAL PRODUCTS"
'
' Panel4
'
Panel4.BackColor = Color.WhiteSmoke
Panel4.BorderStyle = BorderStyle.FixedSingle
Panel4.Controls.Add(Label9)
Panel4.Controls.Add(Label4)
Panel4.Location = New Point(299, 72)
Panel4.Name = "Panel4"
Panel4.Size = New Size(222, 120)
Panel4.TabIndex = 2
'
' Label9
'
Label9.AutoSize = True
Label9.Font = New Font("Arial", 21.75F, FontStyle.Bold, GraphicsUnit.Point, CByte(0))
Label9.Location = New Point(93, 52)
Label9.Name = "Label9"
Label9.Size = New Size(31, 34)
Label9.TabIndex = 2
Label9.Text = "0"
'
' Label4
'
Label4.AutoSize = True
Label4.Font = New Font("Adobe Gothic Std B", 12F, FontStyle.Bold)
Label4.Location = New Point(26, 18)
Label4.Name = "Label4"
Label4.Size = New Size(169, 20)
Label4.TabIndex = 0
Label4.Text = "TODAY'S TOTAL BILLS"
'
' Panel2
'
Panel2.BackColor = Color.WhiteSmoke
Panel2.BorderStyle = BorderStyle.FixedSingle
Panel2.Controls.Add(Label8)
Panel2.Controls.Add(Label3)
Panel2.Location = New Point(33, 72)
Panel2.Name = "Panel2"
Panel2.Size = New Size(222, 120)
Panel2.TabIndex = 1
'
' Label8
'
Label8.AutoSize = True
Label8.Font = New Font("Arial", 21.75F, FontStyle.Bold, GraphicsUnit.Point, CByte(0))
Label8.Location = New Point(95, 52)
Label8.Name = "Label8"
Label8.Size = New Size(31, 34)
Label8.TabIndex = 1
Label8.Text = "0"
'
' Label3
'
Label3.AutoSize = True
Label3.Font = New Font("Adobe Gothic Std B", 12F, FontStyle.Bold)
Label3.Location = New Point(23, 18)
Label3.Name = "Label3"
Label3.Size = New Size(175, 20)
Label3.TabIndex = 0
Label3.Text = "TODAY'S TOTAL SALES"
'
' Label7
'
Label7.AutoSize = True
Label7.BackColor = Color.Transparent
Label7.Font = New Font("Arial", 12F, FontStyle.Regular, GraphicsUnit.Point, CByte(0))
Label7.ForeColor = Color.WhiteSmoke
Label7.ImageAlign = ContentAlignment.TopLeft
Label7.Location = New Point(1055, 722)
Label7.Name = "Label7"
Label7.Size = New Size(56, 18)
Label7.TabIndex = 5
Label7.Text = "Label7"
'
' Timer1
'
'
' PictureBox3
'
PictureBox3.BackColor = Color.Transparent
PictureBox3.BackgroundImage = My.Resources.Resources.calender
PictureBox3.BackgroundImageLayout = ImageLayout.Zoom
PictureBox3.Location = New Point(1026, 719)
PictureBox3.Name = "PictureBox3"
PictureBox3.Size = New Size(24, 27)
PictureBox3.TabIndex = 7
PictureBox3.TabStop = False
'
' Button1
'
Button1.BackgroundImage = My.Resources.Resources.cartimg1
Button1.BackgroundImageLayout = ImageLayout.Zoom
Button1.Font = New Font("Times New Roman", 14.25F, FontStyle.Bold, GraphicsUnit.Point, CByte(0))
Button1.ForeColor = Color.Black
Button1.Location = New Point(11, 52)
Button1.Name = "Button1"
Button1.Size = New Size(249, 120)
Button1.TabIndex = 8
Button1.TextAlign = ContentAlignment.BottomCenter
Button1.TextImageRelation = TextImageRelation.ImageBeforeText
ToolTip1.SetToolTip(Button1, "BILLING")
Button1.UseVisualStyleBackColor = True
'
' Button2
'
Button2.BackgroundImage = My.Resources.Resources.man
Button2.BackgroundImageLayout = ImageLayout.Zoom
Button2.Location = New Point(11, 187)
Button2.Name = "Button2"
Button2.Size = New Size(249, 120)
Button2.TabIndex = 9
Button2.TextAlign = ContentAlignment.BottomRight
ToolTip1.SetToolTip(Button2, "MANAGER INFORMATION")
Button2.UseVisualStyleBackColor = True
'
' Button3
'
Button3.BackgroundImage = My.Resources.Resources.cashier
Button3.BackgroundImageLayout = ImageLayout.Zoom
Button3.Location = New Point(11, 322)
Button3.Name = "Button3"
Button3.Size = New Size(249, 120)
Button3.TabIndex = 10
ToolTip1.SetToolTip(Button3, "EMPLOYEE INFORMATION")
Button3.UseVisualStyleBackColor = True
'
' Button4
'
Button4.BackgroundImage = My.Resources.Resources.inventory
Button4.BackgroundImageLayout = ImageLayout.Zoom
Button4.Location = New Point(11, 457)
Button4.Name = "Button4"
Button4.Size = New Size(249, 120)
Button4.TabIndex = 11
ToolTip1.SetToolTip(Button4, "INVENTORY MANAGEMENT")
Button4.UseVisualStyleBackColor = True
'
' Button5
'
Button5.BackgroundImage = My.Resources.Resources.Barode1
Button5.BackgroundImageLayout = ImageLayout.Stretch
Button5.Location = New Point(11, 592)
Button5.Name = "Button5"
Button5.Size = New Size(249, 120)
Button5.TabIndex = 12
Button5.TextAlign = ContentAlignment.BottomCenter
ToolTip1.SetToolTip(Button5, "BARCODE GENERATION")
Button5.UseVisualStyleBackColor = True
'
' AdminDashboard
'
AutoScaleDimensions = New SizeF(7F, 15F)
AutoScaleMode = AutoScaleMode.Font
BackColor = Color.Silver
ClientSize = New Size(1370, 749)
Controls.Add(Button5)
Controls.Add(Button4)
Controls.Add(Button3)
Controls.Add(Button2)
Controls.Add(Button1)
Controls.Add(PictureBox3)
Controls.Add(Label7)
Controls.Add(Panel3)
Controls.Add(Label2)
Controls.Add(Panel1)
ForeColor = Color.Black
MinimizeBox = False
Name = "AdminDashboard"
StartPosition = FormStartPosition.CenterScreen
Text = "AdminDashboard"
WindowState = FormWindowState.Maximized
Panel1.ResumeLayout(False)
CType(PictureBox2, ComponentModel.ISupportInitialize).EndInit()
Panel3.ResumeLayout(False)
Panel3.PerformLayout()
CType(PictureBox5, ComponentModel.ISupportInitialize).EndInit()
Panel8.ResumeLayout(False)
Panel7.ResumeLayout(False)
Panel7.PerformLayout()
CType(PictureBox4, ComponentModel.ISupportInitialize).EndInit()
CType(PictureBox1, ComponentModel.ISupportInitialize).EndInit()
Panel6.ResumeLayout(False)
Panel6.PerformLayout()
Panel5.ResumeLayout(False)
Panel5.PerformLayout()
Panel4.ResumeLayout(False)
Panel4.PerformLayout()
Panel2.ResumeLayout(False)
Panel2.PerformLayout()
CType(PictureBox3, ComponentModel.ISupportInitialize).EndInit()
ResumeLayout(False)
PerformLayout()
End Sub
Friend WithEvents Label1 As Label
Friend WithEvents Label2 As Label
Friend WithEvents Panel1 As Panel
Friend WithEvents Panel3 As Panel
Friend WithEvents Panel2 As Panel
Friend WithEvents Label3 As Label
Friend WithEvents Panel6 As Panel
Friend WithEvents Label6 As Label
Friend WithEvents Panel5 As Panel
Friend WithEvents Label5 As Label
Friend WithEvents Panel4 As Panel
Friend WithEvents Label4 As Label
Friend WithEvents Panel7 As Panel
Friend WithEvents Label7 As Label
Friend WithEvents Timer1 As Timer
Friend WithEvents PictureBox1 As PictureBox
Friend WithEvents PictureBox2 As PictureBox
Friend WithEvents PictureBox3 As PictureBox
Friend WithEvents Button1 As Button
Friend WithEvents Button2 As Button
Friend WithEvents Button3 As Button
Friend WithEvents Button4 As Button
Friend WithEvents Button5 As Button
Friend WithEvents ToolTip1 As ToolTip
Friend WithEvents Label8 As Label
Friend WithEvents Label9 As Label
Friend WithEvents Label11 As Label
Friend WithEvents Label10 As Label
Friend WithEvents PictureBox4 As PictureBox
Friend WithEvents Label14 As Label
Friend WithEvents Label13 As Label
Friend WithEvents Label12 As Label
Friend WithEvents Label15 As Label
Friend WithEvents Label16 As Label
Friend WithEvents Label17 As Label
Friend WithEvents PlotView1 As OxyPlot.WindowsForms.PlotView
Friend WithEvents Button6 As Button
Friend WithEvents Panel8 As Panel
Friend WithEvents PictureBox5 As PictureBox
End Class