-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMedicines.Designer.vb
841 lines (837 loc) · 45.4 KB
/
Medicines.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
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
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Medicines
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 CustomizableEdges3 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges4 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges1 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges2 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges13 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges14 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges5 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges6 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges7 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges8 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges9 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges10 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges11 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges12 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges35 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges36 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges17 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges18 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges15 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges16 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges21 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges22 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges19 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges20 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges25 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges26 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges23 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges24 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges29 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges30 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges27 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges28 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges33 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges34 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges31 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges32 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Guna2GradientPanel1 = New Guna.UI2.WinForms.Guna2GradientPanel()
Guna2TextBox1 = New Guna.UI2.WinForms.Guna2TextBox()
PictureBox1 = New PictureBox()
Label1 = New Label()
PictureBox2 = New PictureBox()
Guna2GradientPanel2 = New Guna.UI2.WinForms.Guna2GradientPanel()
PictureBox6 = New PictureBox()
Guna2GradientButton4 = New Guna.UI2.WinForms.Guna2GradientButton()
PictureBox5 = New PictureBox()
Guna2GradientButton3 = New Guna.UI2.WinForms.Guna2GradientButton()
PictureBox4 = New PictureBox()
Guna2GradientButton2 = New Guna.UI2.WinForms.Guna2GradientButton()
PictureBox3 = New PictureBox()
Guna2GradientButton1 = New Guna.UI2.WinForms.Guna2GradientButton()
Guna2GradientPanel3 = New Guna.UI2.WinForms.Guna2GradientPanel()
Guna2GradientPanel8 = New Guna.UI2.WinForms.Guna2GradientPanel()
NumericUpDown5 = New NumericUpDown()
Label6 = New Label()
Guna2GradientButton9 = New Guna.UI2.WinForms.Guna2GradientButton()
PictureBox11 = New PictureBox()
Guna2GradientPanel7 = New Guna.UI2.WinForms.Guna2GradientPanel()
NumericUpDown4 = New NumericUpDown()
Label5 = New Label()
Guna2GradientButton8 = New Guna.UI2.WinForms.Guna2GradientButton()
PictureBox10 = New PictureBox()
Guna2GradientPanel6 = New Guna.UI2.WinForms.Guna2GradientPanel()
NumericUpDown3 = New NumericUpDown()
Label4 = New Label()
Guna2GradientButton7 = New Guna.UI2.WinForms.Guna2GradientButton()
PictureBox9 = New PictureBox()
Guna2GradientPanel5 = New Guna.UI2.WinForms.Guna2GradientPanel()
NumericUpDown2 = New NumericUpDown()
Label3 = New Label()
Guna2GradientButton6 = New Guna.UI2.WinForms.Guna2GradientButton()
PictureBox8 = New PictureBox()
Guna2GradientPanel4 = New Guna.UI2.WinForms.Guna2GradientPanel()
NumericUpDown1 = New NumericUpDown()
Label2 = New Label()
Guna2GradientButton5 = New Guna.UI2.WinForms.Guna2GradientButton()
PictureBox7 = New PictureBox()
Guna2AnimateWindow1 = New Guna.UI2.WinForms.Guna2AnimateWindow(components)
Guna2GradientPanel1.SuspendLayout()
CType(PictureBox1, ComponentModel.ISupportInitialize).BeginInit()
CType(PictureBox2, ComponentModel.ISupportInitialize).BeginInit()
Guna2GradientPanel2.SuspendLayout()
CType(PictureBox6, ComponentModel.ISupportInitialize).BeginInit()
CType(PictureBox5, ComponentModel.ISupportInitialize).BeginInit()
CType(PictureBox4, ComponentModel.ISupportInitialize).BeginInit()
CType(PictureBox3, ComponentModel.ISupportInitialize).BeginInit()
Guna2GradientPanel3.SuspendLayout()
Guna2GradientPanel8.SuspendLayout()
CType(NumericUpDown5, ComponentModel.ISupportInitialize).BeginInit()
CType(PictureBox11, ComponentModel.ISupportInitialize).BeginInit()
Guna2GradientPanel7.SuspendLayout()
CType(NumericUpDown4, ComponentModel.ISupportInitialize).BeginInit()
CType(PictureBox10, ComponentModel.ISupportInitialize).BeginInit()
Guna2GradientPanel6.SuspendLayout()
CType(NumericUpDown3, ComponentModel.ISupportInitialize).BeginInit()
CType(PictureBox9, ComponentModel.ISupportInitialize).BeginInit()
Guna2GradientPanel5.SuspendLayout()
CType(NumericUpDown2, ComponentModel.ISupportInitialize).BeginInit()
CType(PictureBox8, ComponentModel.ISupportInitialize).BeginInit()
Guna2GradientPanel4.SuspendLayout()
CType(NumericUpDown1, ComponentModel.ISupportInitialize).BeginInit()
CType(PictureBox7, ComponentModel.ISupportInitialize).BeginInit()
SuspendLayout()
'
' Guna2GradientPanel1
'
Guna2GradientPanel1.BorderRadius = 12
Guna2GradientPanel1.Controls.Add(Guna2TextBox1)
Guna2GradientPanel1.Controls.Add(PictureBox1)
Guna2GradientPanel1.Controls.Add(Label1)
Guna2GradientPanel1.Controls.Add(PictureBox2)
Guna2GradientPanel1.CustomizableEdges = CustomizableEdges3
Guna2GradientPanel1.FillColor = Color.LightGreen
Guna2GradientPanel1.FillColor2 = Color.ForestGreen
Guna2GradientPanel1.GradientMode = Drawing2D.LinearGradientMode.Vertical
Guna2GradientPanel1.Location = New Point(3, 3)
Guna2GradientPanel1.Name = "Guna2GradientPanel1"
Guna2GradientPanel1.ShadowDecoration.CustomizableEdges = CustomizableEdges4
Guna2GradientPanel1.Size = New Size(954, 159)
Guna2GradientPanel1.TabIndex = 0
'
' Guna2TextBox1
'
Guna2TextBox1.AutoRoundedCorners = True
Guna2TextBox1.BackColor = Color.Transparent
Guna2TextBox1.BorderColor = Color.Black
Guna2TextBox1.BorderRadius = 30
Guna2TextBox1.CustomizableEdges = CustomizableEdges1
Guna2TextBox1.DefaultText = ""
Guna2TextBox1.DisabledState.BorderColor = Color.FromArgb(CByte(208), CByte(208), CByte(208))
Guna2TextBox1.DisabledState.FillColor = Color.FromArgb(CByte(226), CByte(226), CByte(226))
Guna2TextBox1.DisabledState.ForeColor = Color.FromArgb(CByte(138), CByte(138), CByte(138))
Guna2TextBox1.DisabledState.PlaceholderForeColor = Color.FromArgb(CByte(138), CByte(138), CByte(138))
Guna2TextBox1.FocusedState.BorderColor = Color.FromArgb(CByte(94), CByte(148), CByte(255))
Guna2TextBox1.Font = New Font("Segoe UI", 9F, FontStyle.Regular, GraphicsUnit.Point)
Guna2TextBox1.ForeColor = Color.Black
Guna2TextBox1.HoverState.BorderColor = Color.FromArgb(CByte(94), CByte(148), CByte(255))
Guna2TextBox1.IconLeft = My.Resources.Resources.search
Guna2TextBox1.IconLeftOffset = New Point(10, 0)
Guna2TextBox1.IconLeftSize = New Size(40, 40)
Guna2TextBox1.Location = New Point(185, 79)
Guna2TextBox1.Margin = New Padding(3, 4, 3, 4)
Guna2TextBox1.Name = "Guna2TextBox1"
Guna2TextBox1.PasswordChar = ChrW(0)
Guna2TextBox1.PlaceholderForeColor = Color.Gray
Guna2TextBox1.PlaceholderText = "search your medicines"
Guna2TextBox1.SelectedText = ""
Guna2TextBox1.ShadowDecoration.CustomizableEdges = CustomizableEdges2
Guna2TextBox1.Size = New Size(584, 62)
Guna2TextBox1.TabIndex = 0
Guna2TextBox1.TextAlign = HorizontalAlignment.Center
'
' PictureBox1
'
PictureBox1.BackColor = Color.Transparent
PictureBox1.Image = My.Resources.Resources.girl_checking_meeting_schedule_on_mobile_6074322_5009378
PictureBox1.Location = New Point(-64, -31)
PictureBox1.Name = "PictureBox1"
PictureBox1.Size = New Size(306, 212)
PictureBox1.SizeMode = PictureBoxSizeMode.StretchImage
PictureBox1.TabIndex = 2
PictureBox1.TabStop = False
'
' Label1
'
Label1.AutoSize = True
Label1.BackColor = Color.Transparent
Label1.Font = New Font("Segoe UI", 16.2F, FontStyle.Bold Or FontStyle.Italic, GraphicsUnit.Point)
Label1.ForeColor = Color.Green
Label1.Location = New Point(344, 18)
Label1.Name = "Label1"
Label1.Size = New Size(267, 38)
Label1.TabIndex = 4
Label1.Text = "Ayushman Bhavah"
'
' PictureBox2
'
PictureBox2.BackColor = Color.Transparent
PictureBox2.Image = My.Resources.Resources.medicine_jar
PictureBox2.Location = New Point(779, 5)
PictureBox2.Name = "PictureBox2"
PictureBox2.Size = New Size(172, 150)
PictureBox2.SizeMode = PictureBoxSizeMode.StretchImage
PictureBox2.TabIndex = 3
PictureBox2.TabStop = False
'
' Guna2GradientPanel2
'
Guna2GradientPanel2.AutoSize = True
Guna2GradientPanel2.BackColor = Color.Transparent
Guna2GradientPanel2.BorderRadius = 12
Guna2GradientPanel2.Controls.Add(PictureBox6)
Guna2GradientPanel2.Controls.Add(Guna2GradientButton4)
Guna2GradientPanel2.Controls.Add(PictureBox5)
Guna2GradientPanel2.Controls.Add(Guna2GradientButton3)
Guna2GradientPanel2.Controls.Add(PictureBox4)
Guna2GradientPanel2.Controls.Add(Guna2GradientButton2)
Guna2GradientPanel2.Controls.Add(PictureBox3)
Guna2GradientPanel2.Controls.Add(Guna2GradientButton1)
Guna2GradientPanel2.CustomizableEdges = CustomizableEdges13
Guna2GradientPanel2.FillColor = Color.MediumSeaGreen
Guna2GradientPanel2.FillColor2 = Color.WhiteSmoke
Guna2GradientPanel2.GradientMode = Drawing2D.LinearGradientMode.Vertical
Guna2GradientPanel2.Location = New Point(12, 168)
Guna2GradientPanel2.Name = "Guna2GradientPanel2"
Guna2GradientPanel2.ShadowDecoration.BorderRadius = 10
Guna2GradientPanel2.ShadowDecoration.CustomizableEdges = CustomizableEdges14
Guna2GradientPanel2.ShadowDecoration.Depth = 10
Guna2GradientPanel2.ShadowDecoration.Enabled = True
Guna2GradientPanel2.ShadowDecoration.Mode = Guna.UI2.WinForms.Enums.ShadowMode.Circle
Guna2GradientPanel2.Size = New Size(936, 55)
Guna2GradientPanel2.TabIndex = 1
'
' PictureBox6
'
PictureBox6.BackColor = Color.Transparent
PictureBox6.Image = My.Resources.Resources.wishlist
PictureBox6.Location = New Point(271, 11)
PictureBox6.Name = "PictureBox6"
PictureBox6.Size = New Size(35, 34)
PictureBox6.SizeMode = PictureBoxSizeMode.StretchImage
PictureBox6.TabIndex = 7
PictureBox6.TabStop = False
'
' Guna2GradientButton4
'
Guna2GradientButton4.BorderRadius = 11
Guna2GradientButton4.BorderThickness = 1
Guna2GradientButton4.CustomizableEdges = CustomizableEdges5
Guna2GradientButton4.DisabledState.BorderColor = Color.DarkGray
Guna2GradientButton4.DisabledState.CustomBorderColor = Color.DarkGray
Guna2GradientButton4.DisabledState.FillColor = Color.FromArgb(CByte(169), CByte(169), CByte(169))
Guna2GradientButton4.DisabledState.FillColor2 = Color.FromArgb(CByte(169), CByte(169), CByte(169))
Guna2GradientButton4.DisabledState.ForeColor = Color.FromArgb(CByte(141), CByte(141), CByte(141))
Guna2GradientButton4.FillColor = Color.DarkSeaGreen
Guna2GradientButton4.FillColor2 = Color.LimeGreen
Guna2GradientButton4.Font = New Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point)
Guna2GradientButton4.ForeColor = Color.White
Guna2GradientButton4.Location = New Point(312, 12)
Guna2GradientButton4.Name = "Guna2GradientButton4"
Guna2GradientButton4.PressedColor = Color.YellowGreen
Guna2GradientButton4.ShadowDecoration.CustomizableEdges = CustomizableEdges6
Guna2GradientButton4.Size = New Size(102, 33)
Guna2GradientButton4.TabIndex = 6
Guna2GradientButton4.Text = "WISHLIST"
'
' PictureBox5
'
PictureBox5.BackColor = Color.Transparent
PictureBox5.Image = My.Resources.Resources.cart__1_
PictureBox5.Location = New Point(532, 10)
PictureBox5.Name = "PictureBox5"
PictureBox5.Size = New Size(35, 34)
PictureBox5.SizeMode = PictureBoxSizeMode.StretchImage
PictureBox5.TabIndex = 5
PictureBox5.TabStop = False
'
' Guna2GradientButton3
'
Guna2GradientButton3.BorderRadius = 11
Guna2GradientButton3.BorderThickness = 1
Guna2GradientButton3.CustomizableEdges = CustomizableEdges7
Guna2GradientButton3.DisabledState.BorderColor = Color.DarkGray
Guna2GradientButton3.DisabledState.CustomBorderColor = Color.DarkGray
Guna2GradientButton3.DisabledState.FillColor = Color.FromArgb(CByte(169), CByte(169), CByte(169))
Guna2GradientButton3.DisabledState.FillColor2 = Color.FromArgb(CByte(169), CByte(169), CByte(169))
Guna2GradientButton3.DisabledState.ForeColor = Color.FromArgb(CByte(141), CByte(141), CByte(141))
Guna2GradientButton3.FillColor = Color.DarkSeaGreen
Guna2GradientButton3.FillColor2 = Color.LimeGreen
Guna2GradientButton3.Font = New Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point)
Guna2GradientButton3.ForeColor = Color.White
Guna2GradientButton3.Location = New Point(573, 11)
Guna2GradientButton3.Name = "Guna2GradientButton3"
Guna2GradientButton3.PressedColor = Color.YellowGreen
Guna2GradientButton3.ShadowDecoration.CustomizableEdges = CustomizableEdges8
Guna2GradientButton3.Size = New Size(102, 33)
Guna2GradientButton3.TabIndex = 4
Guna2GradientButton3.Text = "CART"
'
' PictureBox4
'
PictureBox4.BackColor = Color.Transparent
PictureBox4.Image = My.Resources.Resources.prescription
PictureBox4.Location = New Point(21, 8)
PictureBox4.Name = "PictureBox4"
PictureBox4.Size = New Size(35, 36)
PictureBox4.SizeMode = PictureBoxSizeMode.StretchImage
PictureBox4.TabIndex = 3
PictureBox4.TabStop = False
'
' Guna2GradientButton2
'
Guna2GradientButton2.BorderRadius = 11
Guna2GradientButton2.BorderThickness = 1
Guna2GradientButton2.CustomizableEdges = CustomizableEdges9
Guna2GradientButton2.DisabledState.BorderColor = Color.DarkGray
Guna2GradientButton2.DisabledState.CustomBorderColor = Color.DarkGray
Guna2GradientButton2.DisabledState.FillColor = Color.FromArgb(CByte(169), CByte(169), CByte(169))
Guna2GradientButton2.DisabledState.FillColor2 = Color.FromArgb(CByte(169), CByte(169), CByte(169))
Guna2GradientButton2.DisabledState.ForeColor = Color.FromArgb(CByte(141), CByte(141), CByte(141))
Guna2GradientButton2.FillColor = Color.DarkSeaGreen
Guna2GradientButton2.FillColor2 = Color.LimeGreen
Guna2GradientButton2.Font = New Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point)
Guna2GradientButton2.ForeColor = Color.White
Guna2GradientButton2.Location = New Point(59, 11)
Guna2GradientButton2.Name = "Guna2GradientButton2"
Guna2GradientButton2.PressedColor = Color.YellowGreen
Guna2GradientButton2.ShadowDecoration.CustomizableEdges = CustomizableEdges10
Guna2GradientButton2.Size = New Size(102, 33)
Guna2GradientButton2.TabIndex = 2
Guna2GradientButton2.Text = "UPLOAD"
'
' PictureBox3
'
PictureBox3.BackColor = Color.Transparent
PictureBox3.Image = My.Resources.Resources.currency_inr
PictureBox3.Location = New Point(782, 9)
PictureBox3.Name = "PictureBox3"
PictureBox3.Size = New Size(35, 34)
PictureBox3.SizeMode = PictureBoxSizeMode.StretchImage
PictureBox3.TabIndex = 1
PictureBox3.TabStop = False
'
' Guna2GradientButton1
'
Guna2GradientButton1.BorderRadius = 11
Guna2GradientButton1.BorderThickness = 1
Guna2GradientButton1.CustomizableEdges = CustomizableEdges11
Guna2GradientButton1.DisabledState.BorderColor = Color.DarkGray
Guna2GradientButton1.DisabledState.CustomBorderColor = Color.DarkGray
Guna2GradientButton1.DisabledState.FillColor = Color.FromArgb(CByte(169), CByte(169), CByte(169))
Guna2GradientButton1.DisabledState.FillColor2 = Color.FromArgb(CByte(169), CByte(169), CByte(169))
Guna2GradientButton1.DisabledState.ForeColor = Color.FromArgb(CByte(141), CByte(141), CByte(141))
Guna2GradientButton1.FillColor = Color.DarkSeaGreen
Guna2GradientButton1.FillColor2 = Color.LimeGreen
Guna2GradientButton1.Font = New Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point)
Guna2GradientButton1.ForeColor = Color.White
Guna2GradientButton1.Location = New Point(818, 10)
Guna2GradientButton1.Name = "Guna2GradientButton1"
Guna2GradientButton1.PressedColor = Color.YellowGreen
Guna2GradientButton1.ShadowDecoration.CustomizableEdges = CustomizableEdges12
Guna2GradientButton1.Size = New Size(102, 33)
Guna2GradientButton1.TabIndex = 0
Guna2GradientButton1.Text = "BUY"
'
' Guna2GradientPanel3
'
Guna2GradientPanel3.AutoScroll = True
Guna2GradientPanel3.BorderRadius = 12
Guna2GradientPanel3.Controls.Add(Guna2GradientPanel8)
Guna2GradientPanel3.Controls.Add(Guna2GradientPanel7)
Guna2GradientPanel3.Controls.Add(Guna2GradientPanel6)
Guna2GradientPanel3.Controls.Add(Guna2GradientPanel5)
Guna2GradientPanel3.Controls.Add(Guna2GradientPanel4)
Guna2GradientPanel3.CustomizableEdges = CustomizableEdges35
Guna2GradientPanel3.FillColor = Color.Ivory
Guna2GradientPanel3.FillColor2 = Color.FromArgb(CByte(100), CByte(210), CByte(120))
Guna2GradientPanel3.GradientMode = Drawing2D.LinearGradientMode.Vertical
Guna2GradientPanel3.Location = New Point(3, 229)
Guna2GradientPanel3.Name = "Guna2GradientPanel3"
Guna2GradientPanel3.ShadowDecoration.CustomizableEdges = CustomizableEdges36
Guna2GradientPanel3.Size = New Size(954, 446)
Guna2GradientPanel3.TabIndex = 5
'
' Guna2GradientPanel8
'
Guna2GradientPanel8.BackColor = Color.Transparent
Guna2GradientPanel8.BorderRadius = 12
Guna2GradientPanel8.BorderThickness = 2
Guna2GradientPanel8.Controls.Add(NumericUpDown5)
Guna2GradientPanel8.Controls.Add(Label6)
Guna2GradientPanel8.Controls.Add(Guna2GradientButton9)
Guna2GradientPanel8.Controls.Add(PictureBox11)
Guna2GradientPanel8.CustomizableEdges = CustomizableEdges17
Guna2GradientPanel8.FillColor = Color.FromArgb(CByte(100), CByte(210), CByte(120))
Guna2GradientPanel8.FillColor2 = Color.Honeydew
Guna2GradientPanel8.GradientMode = Drawing2D.LinearGradientMode.Vertical
Guna2GradientPanel8.Location = New Point(586, 18)
Guna2GradientPanel8.Name = "Guna2GradientPanel8"
Guna2GradientPanel8.ShadowDecoration.CustomizableEdges = CustomizableEdges18
Guna2GradientPanel8.ShadowDecoration.Enabled = True
Guna2GradientPanel8.ShadowDecoration.Shadow = New Padding(0, 3, 4, 5)
Guna2GradientPanel8.Size = New Size(162, 188)
Guna2GradientPanel8.TabIndex = 10
'
' NumericUpDown5
'
NumericUpDown5.BackColor = Color.FromArgb(CByte(100), CByte(210), CByte(120))
NumericUpDown5.BorderStyle = BorderStyle.None
NumericUpDown5.Font = New Font("Segoe UI Semibold", 9F, FontStyle.Bold, GraphicsUnit.Point)
NumericUpDown5.Location = New Point(13, 154)
NumericUpDown5.Maximum = New Decimal(New Integer() {15, 0, 0, 0})
NumericUpDown5.Name = "NumericUpDown5"
NumericUpDown5.Size = New Size(52, 23)
NumericUpDown5.TabIndex = 7
'
' Label6
'
Label6.AutoSize = True
Label6.Location = New Point(13, 109)
Label6.Name = "Label6"
Label6.Size = New Size(127, 20)
Label6.TabIndex = 9
Label6.Text = "Combiflam Tablet"
'
' Guna2GradientButton9
'
Guna2GradientButton9.BorderRadius = 11
Guna2GradientButton9.BorderThickness = 1
Guna2GradientButton9.CustomizableEdges = CustomizableEdges15
Guna2GradientButton9.DisabledState.BorderColor = Color.DarkGray
Guna2GradientButton9.DisabledState.CustomBorderColor = Color.DarkGray
Guna2GradientButton9.DisabledState.FillColor = Color.FromArgb(CByte(169), CByte(169), CByte(169))
Guna2GradientButton9.DisabledState.FillColor2 = Color.FromArgb(CByte(169), CByte(169), CByte(169))
Guna2GradientButton9.DisabledState.ForeColor = Color.FromArgb(CByte(141), CByte(141), CByte(141))
Guna2GradientButton9.FillColor = Color.DarkSeaGreen
Guna2GradientButton9.FillColor2 = Color.LimeGreen
Guna2GradientButton9.Font = New Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point)
Guna2GradientButton9.ForeColor = Color.White
Guna2GradientButton9.Location = New Point(84, 154)
Guna2GradientButton9.Name = "Guna2GradientButton9"
Guna2GradientButton9.PressedColor = Color.YellowGreen
Guna2GradientButton9.ShadowDecoration.CustomizableEdges = CustomizableEdges16
Guna2GradientButton9.Size = New Size(70, 23)
Guna2GradientButton9.TabIndex = 8
Guna2GradientButton9.Text = "ADD"
'
' PictureBox11
'
PictureBox11.Image = My.Resources.Resources.Screenshot_2022_12_27_063655_removebg_preview
PictureBox11.Location = New Point(-18, -15)
PictureBox11.Name = "PictureBox11"
PictureBox11.Size = New Size(204, 129)
PictureBox11.SizeMode = PictureBoxSizeMode.StretchImage
PictureBox11.TabIndex = 0
PictureBox11.TabStop = False
'
' Guna2GradientPanel7
'
Guna2GradientPanel7.BackColor = Color.Transparent
Guna2GradientPanel7.BorderRadius = 12
Guna2GradientPanel7.BorderThickness = 2
Guna2GradientPanel7.Controls.Add(NumericUpDown4)
Guna2GradientPanel7.Controls.Add(Label5)
Guna2GradientPanel7.Controls.Add(Guna2GradientButton8)
Guna2GradientPanel7.Controls.Add(PictureBox10)
Guna2GradientPanel7.CustomizableEdges = CustomizableEdges21
Guna2GradientPanel7.FillColor = Color.FromArgb(CByte(100), CByte(210), CByte(120))
Guna2GradientPanel7.FillColor2 = Color.Honeydew
Guna2GradientPanel7.GradientMode = Drawing2D.LinearGradientMode.Vertical
Guna2GradientPanel7.Location = New Point(775, 18)
Guna2GradientPanel7.Name = "Guna2GradientPanel7"
Guna2GradientPanel7.ShadowDecoration.CustomizableEdges = CustomizableEdges22
Guna2GradientPanel7.ShadowDecoration.Enabled = True
Guna2GradientPanel7.ShadowDecoration.Shadow = New Padding(0, 3, 4, 5)
Guna2GradientPanel7.Size = New Size(162, 188)
Guna2GradientPanel7.TabIndex = 10
'
' NumericUpDown4
'
NumericUpDown4.BackColor = Color.FromArgb(CByte(100), CByte(210), CByte(120))
NumericUpDown4.BorderStyle = BorderStyle.None
NumericUpDown4.Font = New Font("Segoe UI Semibold", 9F, FontStyle.Bold, GraphicsUnit.Point)
NumericUpDown4.Location = New Point(13, 154)
NumericUpDown4.Maximum = New Decimal(New Integer() {15, 0, 0, 0})
NumericUpDown4.Name = "NumericUpDown4"
NumericUpDown4.Size = New Size(52, 23)
NumericUpDown4.TabIndex = 7
'
' Label5
'
Label5.AutoSize = True
Label5.Location = New Point(24, 109)
Label5.Name = "Label5"
Label5.Size = New Size(116, 20)
Label5.TabIndex = 9
Label5.Text = "RANTAC 150MG"
'
' Guna2GradientButton8
'
Guna2GradientButton8.BorderRadius = 11
Guna2GradientButton8.BorderThickness = 1
Guna2GradientButton8.CustomizableEdges = CustomizableEdges19
Guna2GradientButton8.DisabledState.BorderColor = Color.DarkGray
Guna2GradientButton8.DisabledState.CustomBorderColor = Color.DarkGray
Guna2GradientButton8.DisabledState.FillColor = Color.FromArgb(CByte(169), CByte(169), CByte(169))
Guna2GradientButton8.DisabledState.FillColor2 = Color.FromArgb(CByte(169), CByte(169), CByte(169))
Guna2GradientButton8.DisabledState.ForeColor = Color.FromArgb(CByte(141), CByte(141), CByte(141))
Guna2GradientButton8.FillColor = Color.DarkSeaGreen
Guna2GradientButton8.FillColor2 = Color.LimeGreen
Guna2GradientButton8.Font = New Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point)
Guna2GradientButton8.ForeColor = Color.White
Guna2GradientButton8.Location = New Point(84, 154)
Guna2GradientButton8.Name = "Guna2GradientButton8"
Guna2GradientButton8.PressedColor = Color.YellowGreen
Guna2GradientButton8.ShadowDecoration.CustomizableEdges = CustomizableEdges20
Guna2GradientButton8.Size = New Size(70, 23)
Guna2GradientButton8.TabIndex = 8
Guna2GradientButton8.Text = "ADD"
'
' PictureBox10
'
PictureBox10.Image = My.Resources.Resources._11088_1
PictureBox10.Location = New Point(31, 11)
PictureBox10.Name = "PictureBox10"
PictureBox10.Size = New Size(98, 95)
PictureBox10.SizeMode = PictureBoxSizeMode.StretchImage
PictureBox10.TabIndex = 0
PictureBox10.TabStop = False
'
' Guna2GradientPanel6
'
Guna2GradientPanel6.BackColor = Color.Transparent
Guna2GradientPanel6.BorderRadius = 12
Guna2GradientPanel6.BorderThickness = 2
Guna2GradientPanel6.Controls.Add(NumericUpDown3)
Guna2GradientPanel6.Controls.Add(Label4)
Guna2GradientPanel6.Controls.Add(Guna2GradientButton7)
Guna2GradientPanel6.Controls.Add(PictureBox9)
Guna2GradientPanel6.CustomizableEdges = CustomizableEdges25
Guna2GradientPanel6.FillColor = Color.FromArgb(CByte(100), CByte(210), CByte(120))
Guna2GradientPanel6.FillColor2 = Color.Honeydew
Guna2GradientPanel6.GradientMode = Drawing2D.LinearGradientMode.Vertical
Guna2GradientPanel6.Location = New Point(397, 18)
Guna2GradientPanel6.Name = "Guna2GradientPanel6"
Guna2GradientPanel6.ShadowDecoration.CustomizableEdges = CustomizableEdges26
Guna2GradientPanel6.ShadowDecoration.Enabled = True
Guna2GradientPanel6.ShadowDecoration.Shadow = New Padding(0, 3, 4, 5)
Guna2GradientPanel6.Size = New Size(162, 188)
Guna2GradientPanel6.TabIndex = 10
'
' NumericUpDown3
'
NumericUpDown3.BackColor = Color.FromArgb(CByte(100), CByte(210), CByte(120))
NumericUpDown3.BorderStyle = BorderStyle.None
NumericUpDown3.Font = New Font("Segoe UI Semibold", 9F, FontStyle.Bold, GraphicsUnit.Point)
NumericUpDown3.Location = New Point(13, 154)
NumericUpDown3.Maximum = New Decimal(New Integer() {15, 0, 0, 0})
NumericUpDown3.Name = "NumericUpDown3"
NumericUpDown3.Size = New Size(52, 23)
NumericUpDown3.TabIndex = 7
'
' Label4
'
Label4.AutoSize = True
Label4.Location = New Point(13, 109)
Label4.Name = "Label4"
Label4.Size = New Size(134, 20)
Label4.TabIndex = 9
Label4.Text = "Pantopeazole D 40"
'
' Guna2GradientButton7
'
Guna2GradientButton7.BorderRadius = 11
Guna2GradientButton7.BorderThickness = 1
Guna2GradientButton7.CustomizableEdges = CustomizableEdges23
Guna2GradientButton7.DisabledState.BorderColor = Color.DarkGray
Guna2GradientButton7.DisabledState.CustomBorderColor = Color.DarkGray
Guna2GradientButton7.DisabledState.FillColor = Color.FromArgb(CByte(169), CByte(169), CByte(169))
Guna2GradientButton7.DisabledState.FillColor2 = Color.FromArgb(CByte(169), CByte(169), CByte(169))
Guna2GradientButton7.DisabledState.ForeColor = Color.FromArgb(CByte(141), CByte(141), CByte(141))
Guna2GradientButton7.FillColor = Color.DarkSeaGreen
Guna2GradientButton7.FillColor2 = Color.LimeGreen
Guna2GradientButton7.Font = New Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point)
Guna2GradientButton7.ForeColor = Color.White
Guna2GradientButton7.Location = New Point(84, 154)
Guna2GradientButton7.Name = "Guna2GradientButton7"
Guna2GradientButton7.PressedColor = Color.YellowGreen
Guna2GradientButton7.ShadowDecoration.CustomizableEdges = CustomizableEdges24
Guna2GradientButton7.Size = New Size(70, 23)
Guna2GradientButton7.TabIndex = 8
Guna2GradientButton7.Text = "ADD"
'
' PictureBox9
'
PictureBox9.Image = My.Resources.Resources.pantopeazole_40_mg_domperidone_10_mg
PictureBox9.Location = New Point(30, 14)
PictureBox9.Name = "PictureBox9"
PictureBox9.Size = New Size(107, 81)
PictureBox9.SizeMode = PictureBoxSizeMode.StretchImage
PictureBox9.TabIndex = 0
PictureBox9.TabStop = False
'
' Guna2GradientPanel5
'
Guna2GradientPanel5.BackColor = Color.Transparent
Guna2GradientPanel5.BorderRadius = 12
Guna2GradientPanel5.BorderThickness = 2
Guna2GradientPanel5.Controls.Add(NumericUpDown2)
Guna2GradientPanel5.Controls.Add(Label3)
Guna2GradientPanel5.Controls.Add(Guna2GradientButton6)
Guna2GradientPanel5.Controls.Add(PictureBox8)
Guna2GradientPanel5.CustomizableEdges = CustomizableEdges29
Guna2GradientPanel5.FillColor = Color.FromArgb(CByte(100), CByte(210), CByte(120))
Guna2GradientPanel5.FillColor2 = Color.Honeydew
Guna2GradientPanel5.GradientMode = Drawing2D.LinearGradientMode.Vertical
Guna2GradientPanel5.Location = New Point(208, 18)
Guna2GradientPanel5.Name = "Guna2GradientPanel5"
Guna2GradientPanel5.ShadowDecoration.CustomizableEdges = CustomizableEdges30
Guna2GradientPanel5.ShadowDecoration.Enabled = True
Guna2GradientPanel5.ShadowDecoration.Shadow = New Padding(0, 3, 4, 5)
Guna2GradientPanel5.Size = New Size(162, 188)
Guna2GradientPanel5.TabIndex = 10
'
' NumericUpDown2
'
NumericUpDown2.BackColor = Color.FromArgb(CByte(100), CByte(210), CByte(120))
NumericUpDown2.BorderStyle = BorderStyle.None
NumericUpDown2.Font = New Font("Segoe UI Semibold", 9F, FontStyle.Bold, GraphicsUnit.Point)
NumericUpDown2.Location = New Point(13, 154)
NumericUpDown2.Maximum = New Decimal(New Integer() {15, 0, 0, 0})
NumericUpDown2.Name = "NumericUpDown2"
NumericUpDown2.Size = New Size(52, 23)
NumericUpDown2.TabIndex = 7
'
' Label3
'
Label3.AutoSize = True
Label3.Location = New Point(6, 109)
Label3.Name = "Label3"
Label3.Size = New Size(152, 20)
Label3.TabIndex = 9
Label3.Text = "Gabasign Gabapentin"
'
' Guna2GradientButton6
'
Guna2GradientButton6.BorderRadius = 11
Guna2GradientButton6.BorderThickness = 1
Guna2GradientButton6.CustomizableEdges = CustomizableEdges27
Guna2GradientButton6.DisabledState.BorderColor = Color.DarkGray
Guna2GradientButton6.DisabledState.CustomBorderColor = Color.DarkGray
Guna2GradientButton6.DisabledState.FillColor = Color.FromArgb(CByte(169), CByte(169), CByte(169))
Guna2GradientButton6.DisabledState.FillColor2 = Color.FromArgb(CByte(169), CByte(169), CByte(169))
Guna2GradientButton6.DisabledState.ForeColor = Color.FromArgb(CByte(141), CByte(141), CByte(141))
Guna2GradientButton6.FillColor = Color.DarkSeaGreen
Guna2GradientButton6.FillColor2 = Color.LimeGreen
Guna2GradientButton6.Font = New Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point)
Guna2GradientButton6.ForeColor = Color.White
Guna2GradientButton6.Location = New Point(84, 154)
Guna2GradientButton6.Name = "Guna2GradientButton6"
Guna2GradientButton6.PressedColor = Color.YellowGreen
Guna2GradientButton6.ShadowDecoration.CustomizableEdges = CustomizableEdges28
Guna2GradientButton6.Size = New Size(70, 23)
Guna2GradientButton6.TabIndex = 8
Guna2GradientButton6.Text = "ADD"
'
' PictureBox8
'
PictureBox8.Image = My.Resources.Resources.gabapentin_300mg
PictureBox8.Location = New Point(24, 0)
PictureBox8.Name = "PictureBox8"
PictureBox8.Size = New Size(113, 97)
PictureBox8.SizeMode = PictureBoxSizeMode.StretchImage
PictureBox8.TabIndex = 0
PictureBox8.TabStop = False
'
' Guna2GradientPanel4
'
Guna2GradientPanel4.BackColor = Color.Transparent
Guna2GradientPanel4.BorderRadius = 12
Guna2GradientPanel4.BorderThickness = 2
Guna2GradientPanel4.Controls.Add(NumericUpDown1)
Guna2GradientPanel4.Controls.Add(Label2)
Guna2GradientPanel4.Controls.Add(Guna2GradientButton5)
Guna2GradientPanel4.Controls.Add(PictureBox7)
Guna2GradientPanel4.CustomizableEdges = CustomizableEdges33
Guna2GradientPanel4.FillColor = Color.FromArgb(CByte(100), CByte(210), CByte(120))
Guna2GradientPanel4.FillColor2 = Color.Honeydew
Guna2GradientPanel4.GradientMode = Drawing2D.LinearGradientMode.Vertical
Guna2GradientPanel4.Location = New Point(19, 18)
Guna2GradientPanel4.Name = "Guna2GradientPanel4"
Guna2GradientPanel4.ShadowDecoration.CustomizableEdges = CustomizableEdges34
Guna2GradientPanel4.ShadowDecoration.Enabled = True
Guna2GradientPanel4.ShadowDecoration.Shadow = New Padding(0, 3, 4, 5)
Guna2GradientPanel4.Size = New Size(162, 188)
Guna2GradientPanel4.TabIndex = 6
'
' NumericUpDown1
'
NumericUpDown1.BackColor = Color.FromArgb(CByte(100), CByte(210), CByte(120))
NumericUpDown1.BorderStyle = BorderStyle.None
NumericUpDown1.Font = New Font("Segoe UI Semibold", 9F, FontStyle.Bold, GraphicsUnit.Point)
NumericUpDown1.Location = New Point(13, 154)
NumericUpDown1.Maximum = New Decimal(New Integer() {15, 0, 0, 0})
NumericUpDown1.Name = "NumericUpDown1"
NumericUpDown1.Size = New Size(52, 23)
NumericUpDown1.TabIndex = 7
'
' Label2
'
Label2.AutoSize = True
Label2.Location = New Point(13, 109)
Label2.Name = "Label2"
Label2.Size = New Size(141, 20)
Label2.TabIndex = 9
Label2.Text = "Paracetamol 650mg"
'
' Guna2GradientButton5
'
Guna2GradientButton5.BorderRadius = 11
Guna2GradientButton5.BorderThickness = 1
Guna2GradientButton5.CustomizableEdges = CustomizableEdges31
Guna2GradientButton5.DisabledState.BorderColor = Color.DarkGray
Guna2GradientButton5.DisabledState.CustomBorderColor = Color.DarkGray
Guna2GradientButton5.DisabledState.FillColor = Color.FromArgb(CByte(169), CByte(169), CByte(169))
Guna2GradientButton5.DisabledState.FillColor2 = Color.FromArgb(CByte(169), CByte(169), CByte(169))
Guna2GradientButton5.DisabledState.ForeColor = Color.FromArgb(CByte(141), CByte(141), CByte(141))
Guna2GradientButton5.FillColor = Color.DarkSeaGreen
Guna2GradientButton5.FillColor2 = Color.LimeGreen
Guna2GradientButton5.Font = New Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point)
Guna2GradientButton5.ForeColor = Color.White
Guna2GradientButton5.Location = New Point(84, 154)
Guna2GradientButton5.Name = "Guna2GradientButton5"
Guna2GradientButton5.PressedColor = Color.YellowGreen
Guna2GradientButton5.ShadowDecoration.CustomizableEdges = CustomizableEdges32
Guna2GradientButton5.Size = New Size(70, 23)
Guna2GradientButton5.TabIndex = 8
Guna2GradientButton5.Text = "ADD"
'
' PictureBox7
'
PictureBox7.Image = My.Resources.Resources.paracetamol_650mg
PictureBox7.Location = New Point(24, 0)
PictureBox7.Name = "PictureBox7"
PictureBox7.Size = New Size(113, 97)
PictureBox7.SizeMode = PictureBoxSizeMode.StretchImage
PictureBox7.TabIndex = 0
PictureBox7.TabStop = False
'
' Medicines
'
AutoScaleDimensions = New SizeF(8F, 20F)
AutoScaleMode = AutoScaleMode.Font
BackColor = Color.FromArgb(CByte(100), CByte(210), CByte(120))
ClientSize = New Size(960, 680)
Controls.Add(Guna2GradientPanel3)
Controls.Add(Guna2GradientPanel2)
Controls.Add(Guna2GradientPanel1)
FormBorderStyle = FormBorderStyle.None
Name = "Medicines"
Text = "Medicines"
Guna2GradientPanel1.ResumeLayout(False)
Guna2GradientPanel1.PerformLayout()
CType(PictureBox1, ComponentModel.ISupportInitialize).EndInit()
CType(PictureBox2, ComponentModel.ISupportInitialize).EndInit()
Guna2GradientPanel2.ResumeLayout(False)
CType(PictureBox6, ComponentModel.ISupportInitialize).EndInit()
CType(PictureBox5, ComponentModel.ISupportInitialize).EndInit()
CType(PictureBox4, ComponentModel.ISupportInitialize).EndInit()
CType(PictureBox3, ComponentModel.ISupportInitialize).EndInit()
Guna2GradientPanel3.ResumeLayout(False)
Guna2GradientPanel8.ResumeLayout(False)
Guna2GradientPanel8.PerformLayout()
CType(NumericUpDown5, ComponentModel.ISupportInitialize).EndInit()
CType(PictureBox11, ComponentModel.ISupportInitialize).EndInit()
Guna2GradientPanel7.ResumeLayout(False)
Guna2GradientPanel7.PerformLayout()
CType(NumericUpDown4, ComponentModel.ISupportInitialize).EndInit()
CType(PictureBox10, ComponentModel.ISupportInitialize).EndInit()
Guna2GradientPanel6.ResumeLayout(False)
Guna2GradientPanel6.PerformLayout()
CType(NumericUpDown3, ComponentModel.ISupportInitialize).EndInit()
CType(PictureBox9, ComponentModel.ISupportInitialize).EndInit()
Guna2GradientPanel5.ResumeLayout(False)
Guna2GradientPanel5.PerformLayout()
CType(NumericUpDown2, ComponentModel.ISupportInitialize).EndInit()
CType(PictureBox8, ComponentModel.ISupportInitialize).EndInit()
Guna2GradientPanel4.ResumeLayout(False)
Guna2GradientPanel4.PerformLayout()
CType(NumericUpDown1, ComponentModel.ISupportInitialize).EndInit()
CType(PictureBox7, ComponentModel.ISupportInitialize).EndInit()
ResumeLayout(False)
PerformLayout()
End Sub
Friend WithEvents Guna2GradientPanel1 As Guna.UI2.WinForms.Guna2GradientPanel
Friend WithEvents Guna2TextBox1 As Guna.UI2.WinForms.Guna2TextBox
Friend WithEvents PictureBox1 As PictureBox
Friend WithEvents Label1 As Label
Friend WithEvents PictureBox2 As PictureBox
Friend WithEvents Guna2GradientPanel2 As Guna.UI2.WinForms.Guna2GradientPanel
Friend WithEvents Guna2GradientButton1 As Guna.UI2.WinForms.Guna2GradientButton
Friend WithEvents PictureBox3 As PictureBox
Friend WithEvents Guna2GradientButton3 As Guna.UI2.WinForms.Guna2GradientButton
Friend WithEvents PictureBox4 As PictureBox
Friend WithEvents Guna2GradientButton2 As Guna.UI2.WinForms.Guna2GradientButton
Friend WithEvents PictureBox5 As PictureBox
Friend WithEvents PictureBox6 As PictureBox
Friend WithEvents Guna2GradientButton4 As Guna.UI2.WinForms.Guna2GradientButton
Friend WithEvents Guna2GradientPanel3 As Guna.UI2.WinForms.Guna2GradientPanel
Friend WithEvents Guna2GradientPanel4 As Guna.UI2.WinForms.Guna2GradientPanel
Friend WithEvents PictureBox7 As PictureBox
Friend WithEvents Label2 As Label
Friend WithEvents Guna2GradientButton5 As Guna.UI2.WinForms.Guna2GradientButton
Friend WithEvents NumericUpDown1 As NumericUpDown
Friend WithEvents Guna2GradientPanel8 As Guna.UI2.WinForms.Guna2GradientPanel
Friend WithEvents NumericUpDown5 As NumericUpDown
Friend WithEvents Label6 As Label
Friend WithEvents Guna2GradientButton9 As Guna.UI2.WinForms.Guna2GradientButton
Friend WithEvents PictureBox11 As PictureBox
Friend WithEvents Guna2GradientPanel7 As Guna.UI2.WinForms.Guna2GradientPanel
Friend WithEvents NumericUpDown4 As NumericUpDown
Friend WithEvents Label5 As Label
Friend WithEvents Guna2GradientButton8 As Guna.UI2.WinForms.Guna2GradientButton
Friend WithEvents PictureBox10 As PictureBox
Friend WithEvents Guna2GradientPanel6 As Guna.UI2.WinForms.Guna2GradientPanel
Friend WithEvents NumericUpDown3 As NumericUpDown
Friend WithEvents Label4 As Label
Friend WithEvents Guna2GradientButton7 As Guna.UI2.WinForms.Guna2GradientButton
Friend WithEvents PictureBox9 As PictureBox
Friend WithEvents Guna2GradientPanel5 As Guna.UI2.WinForms.Guna2GradientPanel
Friend WithEvents NumericUpDown2 As NumericUpDown
Friend WithEvents Label3 As Label
Friend WithEvents Guna2GradientButton6 As Guna.UI2.WinForms.Guna2GradientButton
Friend WithEvents PictureBox8 As PictureBox
Friend WithEvents Guna2AnimateWindow1 As Guna.UI2.WinForms.Guna2AnimateWindow
End Class