-
Notifications
You must be signed in to change notification settings - Fork 0
/
Profile Page.Designer.vb
361 lines (357 loc) · 18.6 KB
/
Profile Page.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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class Profile_Page
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()>
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Profile_Page))
Me.Label2 = New System.Windows.Forms.Label()
Me.registeredPetsPanel = New System.Windows.Forms.FlowLayoutPanel()
Me.Label1 = New System.Windows.Forms.Label()
Me.schedulesPanel = New System.Windows.Forms.FlowLayoutPanel()
Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
Me.TableLayoutPanel3 = New System.Windows.Forms.TableLayoutPanel()
Me.TableLayoutPanel2 = New System.Windows.Forms.TableLayoutPanel()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.btnBackToHome = New System.Windows.Forms.Button()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.lblPetOwnerNumPets = New System.Windows.Forms.Label()
Me.lblPetOwnerAddress = New System.Windows.Forms.Label()
Me.lblPetOwnerSex = New System.Windows.Forms.Label()
Me.lblPetOwnerAge = New System.Windows.Forms.Label()
Me.lblPetOwnerName = New System.Windows.Forms.Label()
Me.Label9 = New System.Windows.Forms.Label()
Me.Label8 = New System.Windows.Forms.Label()
Me.Label7 = New System.Windows.Forms.Label()
Me.Label6 = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.schedulesPanel.SuspendLayout()
Me.TableLayoutPanel1.SuspendLayout()
Me.TableLayoutPanel2.SuspendLayout()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Panel1.SuspendLayout()
Me.SuspendLayout()
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.BackColor = System.Drawing.Color.Transparent
Me.Label2.Font = New System.Drawing.Font("Tw Cen MT Condensed Extra Bold", 30.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, CType(0, Byte))
Me.Label2.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
Me.Label2.Location = New System.Drawing.Point(413, 39)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(204, 35)
Me.Label2.TabIndex = 9
Me.Label2.Text = "Registered Pet(s)"
'
'registeredPetsPanel
'
Me.registeredPetsPanel.AutoScroll = True
Me.registeredPetsPanel.BackColor = System.Drawing.Color.White
Me.registeredPetsPanel.Location = New System.Drawing.Point(420, 95)
Me.registeredPetsPanel.Name = "registeredPetsPanel"
Me.registeredPetsPanel.Padding = New System.Windows.Forms.Padding(10)
Me.registeredPetsPanel.Size = New System.Drawing.Size(665, 214)
Me.registeredPetsPanel.TabIndex = 25
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.BackColor = System.Drawing.Color.Transparent
Me.Label1.Font = New System.Drawing.Font("Tw Cen MT Condensed Extra Bold", 30.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, CType(0, Byte))
Me.Label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
Me.Label1.Location = New System.Drawing.Point(414, 341)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(292, 35)
Me.Label1.TabIndex = 26
Me.Label1.Text = "Appointment Schedule(s)"
'
'schedulesPanel
'
Me.schedulesPanel.AutoScroll = True
Me.schedulesPanel.BackColor = System.Drawing.Color.White
Me.schedulesPanel.Controls.Add(Me.TableLayoutPanel1)
Me.schedulesPanel.Location = New System.Drawing.Point(420, 402)
Me.schedulesPanel.Name = "schedulesPanel"
Me.schedulesPanel.Padding = New System.Windows.Forms.Padding(10)
Me.schedulesPanel.Size = New System.Drawing.Size(665, 244)
Me.schedulesPanel.TabIndex = 27
'
'TableLayoutPanel1
'
Me.TableLayoutPanel1.ColumnCount = 1
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20.0!))
Me.TableLayoutPanel1.Controls.Add(Me.TableLayoutPanel3, 0, 1)
Me.TableLayoutPanel1.Controls.Add(Me.TableLayoutPanel2, 0, 0)
Me.TableLayoutPanel1.Location = New System.Drawing.Point(13, 13)
Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
Me.TableLayoutPanel1.RowCount = 2
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 23.28042!))
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 74.0!))
Me.TableLayoutPanel1.Size = New System.Drawing.Size(222, 123)
Me.TableLayoutPanel1.TabIndex = 0
'
'TableLayoutPanel3
'
Me.TableLayoutPanel3.ColumnCount = 2
Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 27.31482!))
Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 72.68519!))
Me.TableLayoutPanel3.Location = New System.Drawing.Point(3, 52)
Me.TableLayoutPanel3.Name = "TableLayoutPanel3"
Me.TableLayoutPanel3.RowCount = 1
Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel3.Size = New System.Drawing.Size(216, 68)
Me.TableLayoutPanel3.TabIndex = 1
'
'TableLayoutPanel2
'
Me.TableLayoutPanel2.ColumnCount = 2
Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 18.51852!))
Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 81.48148!))
Me.TableLayoutPanel2.Controls.Add(Me.PictureBox1, 0, 0)
Me.TableLayoutPanel2.Location = New System.Drawing.Point(3, 3)
Me.TableLayoutPanel2.Name = "TableLayoutPanel2"
Me.TableLayoutPanel2.RowCount = 1
Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel2.Size = New System.Drawing.Size(216, 31)
Me.TableLayoutPanel2.TabIndex = 0
'
'PictureBox1
'
Me.PictureBox1.Location = New System.Drawing.Point(3, 3)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(34, 25)
Me.PictureBox1.TabIndex = 0
Me.PictureBox1.TabStop = False
'
'btnBackToHome
'
Me.btnBackToHome.BackColor = System.Drawing.Color.Transparent
Me.btnBackToHome.BackgroundImage = CType(resources.GetObject("btnBackToHome.BackgroundImage"), System.Drawing.Image)
Me.btnBackToHome.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.btnBackToHome.FlatAppearance.BorderSize = 0
Me.btnBackToHome.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnBackToHome.Font = New System.Drawing.Font("Segoe UI Black", 11.25!)
Me.btnBackToHome.ForeColor = System.Drawing.SystemColors.ControlLightLight
Me.btnBackToHome.Location = New System.Drawing.Point(975, 12)
Me.btnBackToHome.Name = "btnBackToHome"
Me.btnBackToHome.Size = New System.Drawing.Size(110, 34)
Me.btnBackToHome.TabIndex = 41
Me.btnBackToHome.Text = "Log Out"
Me.btnBackToHome.UseVisualStyleBackColor = False
'
'Panel1
'
Me.Panel1.BackColor = System.Drawing.Color.FromArgb(CType(CType(176, Byte), Integer), CType(CType(216, Byte), Integer), CType(CType(219, Byte), Integer))
Me.Panel1.BackgroundImage = CType(resources.GetObject("Panel1.BackgroundImage"), System.Drawing.Image)
Me.Panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.Panel1.Controls.Add(Me.lblPetOwnerNumPets)
Me.Panel1.Controls.Add(Me.lblPetOwnerAddress)
Me.Panel1.Controls.Add(Me.lblPetOwnerSex)
Me.Panel1.Controls.Add(Me.lblPetOwnerAge)
Me.Panel1.Controls.Add(Me.lblPetOwnerName)
Me.Panel1.Controls.Add(Me.Label9)
Me.Panel1.Controls.Add(Me.Label8)
Me.Panel1.Controls.Add(Me.Label7)
Me.Panel1.Controls.Add(Me.Label6)
Me.Panel1.Controls.Add(Me.Label5)
Me.Panel1.Controls.Add(Me.Label4)
Me.Panel1.Location = New System.Drawing.Point(28, 39)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(360, 623)
Me.Panel1.TabIndex = 3
'
'lblPetOwnerNumPets
'
Me.lblPetOwnerNumPets.AutoSize = True
Me.lblPetOwnerNumPets.BackColor = System.Drawing.Color.Transparent
Me.lblPetOwnerNumPets.Font = New System.Drawing.Font("Tw Cen MT", 23.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, CType(0, Byte))
Me.lblPetOwnerNumPets.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
Me.lblPetOwnerNumPets.Location = New System.Drawing.Point(115, 394)
Me.lblPetOwnerNumPets.Name = "lblPetOwnerNumPets"
Me.lblPetOwnerNumPets.Size = New System.Drawing.Size(25, 27)
Me.lblPetOwnerNumPets.TabIndex = 22
Me.lblPetOwnerNumPets.Text = "4"
'
'lblPetOwnerAddress
'
Me.lblPetOwnerAddress.AutoSize = True
Me.lblPetOwnerAddress.BackColor = System.Drawing.Color.Transparent
Me.lblPetOwnerAddress.Font = New System.Drawing.Font("Tw Cen MT", 23.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, CType(0, Byte))
Me.lblPetOwnerAddress.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
Me.lblPetOwnerAddress.Location = New System.Drawing.Point(143, 302)
Me.lblPetOwnerAddress.Name = "lblPetOwnerAddress"
Me.lblPetOwnerAddress.Size = New System.Drawing.Size(182, 27)
Me.lblPetOwnerAddress.TabIndex = 21
Me.lblPetOwnerAddress.Text = "Tarlac, Tarlac City"
'
'lblPetOwnerSex
'
Me.lblPetOwnerSex.AutoSize = True
Me.lblPetOwnerSex.BackColor = System.Drawing.Color.Transparent
Me.lblPetOwnerSex.Font = New System.Drawing.Font("Tw Cen MT", 23.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, CType(0, Byte))
Me.lblPetOwnerSex.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
Me.lblPetOwnerSex.Location = New System.Drawing.Point(100, 243)
Me.lblPetOwnerSex.Name = "lblPetOwnerSex"
Me.lblPetOwnerSex.Size = New System.Drawing.Size(79, 27)
Me.lblPetOwnerSex.TabIndex = 20
Me.lblPetOwnerSex.Text = "Female"
'
'lblPetOwnerAge
'
Me.lblPetOwnerAge.AutoSize = True
Me.lblPetOwnerAge.BackColor = System.Drawing.Color.Transparent
Me.lblPetOwnerAge.Font = New System.Drawing.Font("Tw Cen MT", 23.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, CType(0, Byte))
Me.lblPetOwnerAge.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
Me.lblPetOwnerAge.Location = New System.Drawing.Point(102, 182)
Me.lblPetOwnerAge.Name = "lblPetOwnerAge"
Me.lblPetOwnerAge.Size = New System.Drawing.Size(38, 27)
Me.lblPetOwnerAge.TabIndex = 19
Me.lblPetOwnerAge.Text = "22"
'
'lblPetOwnerName
'
Me.lblPetOwnerName.AutoSize = True
Me.lblPetOwnerName.BackColor = System.Drawing.Color.Transparent
Me.lblPetOwnerName.Font = New System.Drawing.Font("Tw Cen MT", 23.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, CType(0, Byte))
Me.lblPetOwnerName.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
Me.lblPetOwnerName.Location = New System.Drawing.Point(122, 126)
Me.lblPetOwnerName.Name = "lblPetOwnerName"
Me.lblPetOwnerName.Size = New System.Drawing.Size(193, 27)
Me.lblPetOwnerName.TabIndex = 18
Me.lblPetOwnerName.Text = "Tiana Rhiel Madsen"
'
'Label9
'
Me.Label9.AutoSize = True
Me.Label9.BackColor = System.Drawing.Color.Transparent
Me.Label9.Font = New System.Drawing.Font("Tw Cen MT Condensed Extra Bold", 25.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, CType(0, Byte))
Me.Label9.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
Me.Label9.Location = New System.Drawing.Point(40, 363)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(262, 58)
Me.Label9.TabIndex = 17
Me.Label9.Text = "List of pets enrolled in the " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "clinic: "
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.BackColor = System.Drawing.Color.Transparent
Me.Label8.Font = New System.Drawing.Font("Tw Cen MT Condensed Extra Bold", 25.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, CType(0, Byte))
Me.Label8.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
Me.Label8.Location = New System.Drawing.Point(40, 300)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(97, 29)
Me.Label8.TabIndex = 16
Me.Label8.Text = "Address:"
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.BackColor = System.Drawing.Color.Transparent
Me.Label7.Font = New System.Drawing.Font("Tw Cen MT Condensed Extra Bold", 25.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, CType(0, Byte))
Me.Label7.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
Me.Label7.Location = New System.Drawing.Point(40, 241)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(54, 29)
Me.Label7.TabIndex = 15
Me.Label7.Text = "Sex:"
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.BackColor = System.Drawing.Color.Transparent
Me.Label6.Font = New System.Drawing.Font("Tw Cen MT Condensed Extra Bold", 25.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, CType(0, Byte))
Me.Label6.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
Me.Label6.Location = New System.Drawing.Point(40, 180)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(56, 29)
Me.Label6.TabIndex = 14
Me.Label6.Text = "Age:"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.BackColor = System.Drawing.Color.Transparent
Me.Label5.Font = New System.Drawing.Font("Tw Cen MT Condensed Extra Bold", 25.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, CType(0, Byte))
Me.Label5.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
Me.Label5.Location = New System.Drawing.Point(40, 124)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(76, 29)
Me.Label5.TabIndex = 13
Me.Label5.Text = "Name:"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.BackColor = System.Drawing.Color.Transparent
Me.Label4.Font = New System.Drawing.Font("Tw Cen MT Condensed Extra Bold", 50.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, CType(0, Byte))
Me.Label4.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
Me.Label4.Location = New System.Drawing.Point(18, 30)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(151, 60)
Me.Label4.TabIndex = 12
Me.Label4.Text = "Profile"
'
'Profile_Page
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(176, Byte), Integer), CType(CType(216, Byte), Integer), CType(CType(219, Byte), Integer))
Me.ClientSize = New System.Drawing.Size(1114, 674)
Me.Controls.Add(Me.btnBackToHome)
Me.Controls.Add(Me.schedulesPanel)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.registeredPetsPanel)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Panel1)
Me.Name = "Profile_Page"
Me.Text = "Profile_Page"
Me.schedulesPanel.ResumeLayout(False)
Me.TableLayoutPanel1.ResumeLayout(False)
Me.TableLayoutPanel2.ResumeLayout(False)
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.Panel1.ResumeLayout(False)
Me.Panel1.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Panel1 As Panel
Friend WithEvents Label2 As Label
Friend WithEvents Label4 As Label
Friend WithEvents Label9 As Label
Friend WithEvents Label8 As Label
Friend WithEvents Label7 As Label
Friend WithEvents Label6 As Label
Friend WithEvents Label5 As Label
Friend WithEvents lblPetOwnerNumPets As Label
Friend WithEvents lblPetOwnerAddress As Label
Friend WithEvents lblPetOwnerSex As Label
Friend WithEvents lblPetOwnerAge As Label
Friend WithEvents lblPetOwnerName As Label
Friend WithEvents registeredPetsPanel As FlowLayoutPanel
Friend WithEvents Label1 As Label
Friend WithEvents schedulesPanel As FlowLayoutPanel
Friend WithEvents btnBackToHome As Button
Friend WithEvents TableLayoutPanel1 As TableLayoutPanel
Friend WithEvents TableLayoutPanel2 As TableLayoutPanel
Friend WithEvents PictureBox1 As PictureBox
Friend WithEvents TableLayoutPanel3 As TableLayoutPanel
End Class