-
Notifications
You must be signed in to change notification settings - Fork 0
/
Appointment.Designer.vb
325 lines (322 loc) · 17.1 KB
/
Appointment.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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Appointment
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 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 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 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()
Guna2HtmlLabel2 = New Guna.UI2.WinForms.Guna2HtmlLabel()
Guna2HtmlLabel3 = New Guna.UI2.WinForms.Guna2HtmlLabel()
Guna2HtmlLabel4 = New Guna.UI2.WinForms.Guna2HtmlLabel()
Guna2HtmlLabel5 = New Guna.UI2.WinForms.Guna2HtmlLabel()
Guna2HtmlLabel6 = New Guna.UI2.WinForms.Guna2HtmlLabel()
Guna2HtmlLabel7 = New Guna.UI2.WinForms.Guna2HtmlLabel()
Guna2HtmlLabel8 = New Guna.UI2.WinForms.Guna2HtmlLabel()
Guna2HtmlLabel9 = New Guna.UI2.WinForms.Guna2HtmlLabel()
doctorCardPanel = New Guna.UI2.WinForms.Guna2CustomGradientPanel()
Guna2HtmlLabel1 = New Guna.UI2.WinForms.Guna2HtmlLabel()
Guna2TextBox1 = New Guna.UI2.WinForms.Guna2TextBox()
Guna2ComboBox3 = New Guna.UI2.WinForms.Guna2ComboBox()
Guna2GradientButton2 = New Guna.UI2.WinForms.Guna2GradientButton()
Guna2PictureBox3 = New Guna.UI2.WinForms.Guna2PictureBox()
Guna2AnimateWindow1 = New Guna.UI2.WinForms.Guna2AnimateWindow(components)
CType(Guna2PictureBox3, ComponentModel.ISupportInitialize).BeginInit()
SuspendLayout()
'
' Guna2HtmlLabel2
'
Guna2HtmlLabel2.BackColor = Color.Transparent
Guna2HtmlLabel2.Font = New Font("Segoe UI Semibold", 10.2F, FontStyle.Bold, GraphicsUnit.Point)
Guna2HtmlLabel2.Location = New Point(49, 156)
Guna2HtmlLabel2.Margin = New Padding(4)
Guna2HtmlLabel2.Name = "Guna2HtmlLabel2"
Guna2HtmlLabel2.Size = New Size(49, 25)
Guna2HtmlLabel2.TabIndex = 3
Guna2HtmlLabel2.Text = "Name"
'
' Guna2HtmlLabel3
'
Guna2HtmlLabel3.BackColor = Color.Transparent
Guna2HtmlLabel3.Font = New Font("Segoe UI Semibold", 10.2F, FontStyle.Bold, GraphicsUnit.Point)
Guna2HtmlLabel3.Location = New Point(46, 319)
Guna2HtmlLabel3.Margin = New Padding(4)
Guna2HtmlLabel3.Name = "Guna2HtmlLabel3"
Guna2HtmlLabel3.Size = New Size(80, 25)
Guna2HtmlLabel3.TabIndex = 4
Guna2HtmlLabel3.Text = "Phone No"
'
' Guna2HtmlLabel4
'
Guna2HtmlLabel4.BackColor = Color.Transparent
Guna2HtmlLabel4.Font = New Font("Segoe UI Semibold", 10.2F, FontStyle.Bold, GraphicsUnit.Point)
Guna2HtmlLabel4.Location = New Point(48, 238)
Guna2HtmlLabel4.Margin = New Padding(4)
Guna2HtmlLabel4.Name = "Guna2HtmlLabel4"
Guna2HtmlLabel4.Size = New Size(44, 25)
Guna2HtmlLabel4.TabIndex = 5
Guna2HtmlLabel4.Text = "Email "
'
' Guna2HtmlLabel5
'
Guna2HtmlLabel5.BackColor = Color.Transparent
Guna2HtmlLabel5.Font = New Font("Segoe UI Semibold", 10.2F, FontStyle.Bold, GraphicsUnit.Point)
Guna2HtmlLabel5.Location = New Point(46, 644)
Guna2HtmlLabel5.Margin = New Padding(4)
Guna2HtmlLabel5.Name = "Guna2HtmlLabel5"
Guna2HtmlLabel5.Size = New Size(73, 25)
Guna2HtmlLabel5.TabIndex = 6
Guna2HtmlLabel5.Text = "Specialist"
'
' Guna2HtmlLabel6
'
Guna2HtmlLabel6.BackColor = Color.Transparent
Guna2HtmlLabel6.Font = New Font("Segoe UI Semibold", 10.2F, FontStyle.Bold, GraphicsUnit.Point)
Guna2HtmlLabel6.Location = New Point(46, 562)
Guna2HtmlLabel6.Margin = New Padding(4)
Guna2HtmlLabel6.Name = "Guna2HtmlLabel6"
Guna2HtmlLabel6.Size = New Size(66, 25)
Guna2HtmlLabel6.TabIndex = 7
Guna2HtmlLabel6.Text = "Hospital"
'
' Guna2HtmlLabel7
'
Guna2HtmlLabel7.BackColor = Color.Transparent
Guna2HtmlLabel7.Font = New Font("Segoe UI Semibold", 10.2F, FontStyle.Bold, GraphicsUnit.Point)
Guna2HtmlLabel7.Location = New Point(46, 481)
Guna2HtmlLabel7.Margin = New Padding(4)
Guna2HtmlLabel7.Name = "Guna2HtmlLabel7"
Guna2HtmlLabel7.Size = New Size(68, 25)
Guna2HtmlLabel7.TabIndex = 8
Guna2HtmlLabel7.Text = "Location"
'
' Guna2HtmlLabel8
'
Guna2HtmlLabel8.BackColor = Color.Transparent
Guna2HtmlLabel8.Font = New Font("Segoe UI Semibold", 10.2F, FontStyle.Bold, GraphicsUnit.Point)
Guna2HtmlLabel8.Location = New Point(46, 400)
Guna2HtmlLabel8.Margin = New Padding(4)
Guna2HtmlLabel8.Name = "Guna2HtmlLabel8"
Guna2HtmlLabel8.Size = New Size(39, 25)
Guna2HtmlLabel8.TabIndex = 9
Guna2HtmlLabel8.Text = "Date"
'
' Guna2HtmlLabel9
'
Guna2HtmlLabel9.BackColor = Color.Transparent
Guna2HtmlLabel9.Font = New Font("Segoe UI Semibold", 10.2F, FontStyle.Bold, GraphicsUnit.Point)
Guna2HtmlLabel9.Location = New Point(151, 14)
Guna2HtmlLabel9.Margin = New Padding(4)
Guna2HtmlLabel9.Name = "Guna2HtmlLabel9"
Guna2HtmlLabel9.Size = New Size(135, 25)
Guna2HtmlLabel9.TabIndex = 19
Guna2HtmlLabel9.Text = "DOCTOR'S CARD"
'
' doctorCardPanel
'
doctorCardPanel.AutoScroll = True
doctorCardPanel.BackColor = Color.Transparent
doctorCardPanel.BorderColor = Color.White
doctorCardPanel.BorderRadius = 28
doctorCardPanel.BorderThickness = 1
doctorCardPanel.CustomizableEdges = CustomizableEdges1
doctorCardPanel.FillColor = Color.FromArgb(CByte(100), CByte(210), CByte(120))
doctorCardPanel.FillColor2 = Color.Azure
doctorCardPanel.FillColor3 = Color.LightSkyBlue
doctorCardPanel.FillColor4 = Color.Azure
doctorCardPanel.Location = New Point(11, 111)
doctorCardPanel.Margin = New Padding(2)
doctorCardPanel.Name = "doctorCardPanel"
doctorCardPanel.ShadowDecoration.BorderRadius = 28
doctorCardPanel.ShadowDecoration.CustomizableEdges = CustomizableEdges2
doctorCardPanel.ShadowDecoration.Depth = 10
doctorCardPanel.ShadowDecoration.Enabled = True
doctorCardPanel.ShadowDecoration.Shadow = New Padding(1, 1, 7, 7)
doctorCardPanel.Size = New Size(938, 558)
doctorCardPanel.TabIndex = 18
'
' Guna2HtmlLabel1
'
Guna2HtmlLabel1.BackColor = Color.Transparent
Guna2HtmlLabel1.Font = New Font("Gadugi", 19.8000011F, FontStyle.Bold, GraphicsUnit.Point)
Guna2HtmlLabel1.ForeColor = Color.DarkGreen
Guna2HtmlLabel1.Location = New Point(328, 11)
Guna2HtmlLabel1.Margin = New Padding(2)
Guna2HtmlLabel1.Name = "Guna2HtmlLabel1"
Guna2HtmlLabel1.Padding = New Padding(3)
Guna2HtmlLabel1.Size = New Size(303, 48)
Guna2HtmlLabel1.TabIndex = 1
Guna2HtmlLabel1.Text = "Book Appointment"
Guna2HtmlLabel1.TextAlignment = ContentAlignment.MiddleCenter
'
' Guna2TextBox1
'
Guna2TextBox1.AutoRoundedCorners = True
Guna2TextBox1.BackColor = Color.Transparent
Guna2TextBox1.BorderColor = Color.White
Guna2TextBox1.BorderRadius = 17
CustomizableEdges3.BottomRight = False
CustomizableEdges3.TopRight = False
Guna2TextBox1.CustomizableEdges = CustomizableEdges3
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.FillColor = Color.FromArgb(CByte(100), CByte(210), CByte(120))
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(5, 0)
Guna2TextBox1.IconLeftSize = New Size(25, 25)
Guna2TextBox1.Location = New Point(12, 66)
Guna2TextBox1.Margin = New Padding(3, 4, 3, 4)
Guna2TextBox1.Name = "Guna2TextBox1"
Guna2TextBox1.PasswordChar = ChrW(0)
Guna2TextBox1.PlaceholderForeColor = Color.Gray
Guna2TextBox1.PlaceholderText = "search doctors"
Guna2TextBox1.SelectedText = ""
Guna2TextBox1.ShadowDecoration.BorderRadius = 17
Guna2TextBox1.ShadowDecoration.CustomizableEdges = CustomizableEdges4
Guna2TextBox1.ShadowDecoration.Depth = 10
Guna2TextBox1.ShadowDecoration.Enabled = True
Guna2TextBox1.ShadowDecoration.Shadow = New Padding(1, 1, 7, 7)
Guna2TextBox1.Size = New Size(385, 36)
Guna2TextBox1.TabIndex = 25
Guna2TextBox1.TextAlign = HorizontalAlignment.Center
'
' Guna2ComboBox3
'
Guna2ComboBox3.BackColor = Color.Transparent
Guna2ComboBox3.BorderColor = Color.White
Guna2ComboBox3.CustomizableEdges = CustomizableEdges5
Guna2ComboBox3.DrawMode = DrawMode.OwnerDrawFixed
Guna2ComboBox3.DropDownStyle = ComboBoxStyle.DropDownList
Guna2ComboBox3.FillColor = Color.FromArgb(CByte(100), CByte(210), CByte(120))
Guna2ComboBox3.FocusedColor = Color.FromArgb(CByte(94), CByte(148), CByte(255))
Guna2ComboBox3.FocusedState.BorderColor = Color.FromArgb(CByte(94), CByte(148), CByte(255))
Guna2ComboBox3.Font = New Font("Segoe UI", 10F, FontStyle.Regular, GraphicsUnit.Point)
Guna2ComboBox3.ForeColor = Color.FromArgb(CByte(68), CByte(88), CByte(112))
Guna2ComboBox3.ItemHeight = 30
Guna2ComboBox3.Location = New Point(402, 66)
Guna2ComboBox3.Name = "Guna2ComboBox3"
Guna2ComboBox3.ShadowDecoration.BorderRadius = 17
Guna2ComboBox3.ShadowDecoration.CustomizableEdges = CustomizableEdges6
Guna2ComboBox3.ShadowDecoration.Depth = 10
Guna2ComboBox3.ShadowDecoration.Enabled = True
Guna2ComboBox3.ShadowDecoration.Shadow = New Padding(1, 1, 7, 7)
Guna2ComboBox3.Size = New Size(315, 36)
Guna2ComboBox3.TabIndex = 26
Guna2ComboBox3.TextAlign = HorizontalAlignment.Center
'
' Guna2GradientButton2
'
Guna2GradientButton2.Animated = True
Guna2GradientButton2.AnimatedGIF = True
Guna2GradientButton2.AutoRoundedCorners = True
Guna2GradientButton2.BackColor = Color.Transparent
Guna2GradientButton2.BorderColor = Color.White
Guna2GradientButton2.BorderRadius = 17
Guna2GradientButton2.BorderThickness = 1
Guna2GradientButton2.Cursor = Cursors.Hand
CustomizableEdges7.BottomLeft = False
CustomizableEdges7.TopLeft = False
Guna2GradientButton2.CustomizableEdges = CustomizableEdges7
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.FromArgb(CByte(100), CByte(210), CByte(120))
Guna2GradientButton2.FillColor2 = Color.FromArgb(CByte(100), CByte(210), CByte(120))
Guna2GradientButton2.Font = New Font("Gadugi", 10.2F, FontStyle.Bold, GraphicsUnit.Point)
Guna2GradientButton2.ForeColor = Color.Black
Guna2GradientButton2.Image = My.Resources.Resources._call
Guna2GradientButton2.ImageAlign = HorizontalAlignment.Left
Guna2GradientButton2.Location = New Point(722, 66)
Guna2GradientButton2.Margin = New Padding(2)
Guna2GradientButton2.Name = "Guna2GradientButton2"
Guna2GradientButton2.ShadowDecoration.BorderRadius = 17
Guna2GradientButton2.ShadowDecoration.CustomizableEdges = CustomizableEdges8
Guna2GradientButton2.ShadowDecoration.Depth = 10
Guna2GradientButton2.ShadowDecoration.Enabled = True
Guna2GradientButton2.ShadowDecoration.Shadow = New Padding(0, 0, 6, 6)
Guna2GradientButton2.Size = New Size(226, 36)
Guna2GradientButton2.TabIndex = 28
Guna2GradientButton2.Text = "Request Callback"
'
' Guna2PictureBox3
'
Guna2PictureBox3.BackColor = Color.FromArgb(CByte(100), CByte(210), CByte(120))
Guna2PictureBox3.CustomizableEdges = CustomizableEdges9
Guna2PictureBox3.Image = My.Resources.Resources._62759_computer_location_icon_icons_free_download_png_hd
Guna2PictureBox3.ImageRotate = 0F
Guna2PictureBox3.Location = New Point(412, 71)
Guna2PictureBox3.Name = "Guna2PictureBox3"
Guna2PictureBox3.ShadowDecoration.CustomizableEdges = CustomizableEdges10
Guna2PictureBox3.Size = New Size(21, 24)
Guna2PictureBox3.SizeMode = PictureBoxSizeMode.StretchImage
Guna2PictureBox3.TabIndex = 29
Guna2PictureBox3.TabStop = False
'
' Appointment
'
AutoScaleDimensions = New SizeF(8F, 20F)
AutoScaleMode = AutoScaleMode.Font
BackColor = Color.FromArgb(CByte(100), CByte(210), CByte(120))
ClientSize = New Size(960, 680)
Controls.Add(Guna2PictureBox3)
Controls.Add(Guna2GradientButton2)
Controls.Add(Guna2ComboBox3)
Controls.Add(Guna2TextBox1)
Controls.Add(doctorCardPanel)
Controls.Add(Guna2HtmlLabel1)
FormBorderStyle = FormBorderStyle.None
Name = "Appointment"
CType(Guna2PictureBox3, ComponentModel.ISupportInitialize).EndInit()
ResumeLayout(False)
PerformLayout()
End Sub
Friend WithEvents Guna2HtmlLabel2 As Guna.UI2.WinForms.Guna2HtmlLabel
Friend WithEvents Guna2HtmlLabel3 As Guna.UI2.WinForms.Guna2HtmlLabel
Friend WithEvents Guna2HtmlLabel4 As Guna.UI2.WinForms.Guna2HtmlLabel
Friend WithEvents Guna2HtmlLabel5 As Guna.UI2.WinForms.Guna2HtmlLabel
Friend WithEvents Guna2HtmlLabel6 As Guna.UI2.WinForms.Guna2HtmlLabel
Friend WithEvents Guna2HtmlLabel7 As Guna.UI2.WinForms.Guna2HtmlLabel
Friend WithEvents Guna2HtmlLabel8 As Guna.UI2.WinForms.Guna2HtmlLabel
Friend WithEvents Guna2HtmlLabel9 As Guna.UI2.WinForms.Guna2HtmlLabel
Friend WithEvents ListBox3 As ListBox
Friend WithEvents doctorCardPanel As Guna.UI2.WinForms.Guna2CustomGradientPanel
Friend WithEvents Guna2HtmlLabel1 As Guna.UI2.WinForms.Guna2HtmlLabel
Friend WithEvents Guna2TextBox1 As Guna.UI2.WinForms.Guna2TextBox
Friend WithEvents Guna2ComboBox3 As Guna.UI2.WinForms.Guna2ComboBox
Friend WithEvents Guna2GradientButton2 As Guna.UI2.WinForms.Guna2GradientButton
Friend WithEvents Guna2PictureBox3 As Guna.UI2.WinForms.Guna2PictureBox
Friend WithEvents Guna2AnimateWindow1 As Guna.UI2.WinForms.Guna2AnimateWindow
End Class