-
Notifications
You must be signed in to change notification settings - Fork 0
/
userSettings.Designer.vb
430 lines (425 loc) · 20.5 KB
/
userSettings.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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class userSettings
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()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.userBG = New System.Windows.Forms.PictureBox()
Me.FPLname = New System.Windows.Forms.Label()
Me.Panel2 = New System.Windows.Forms.Panel()
Me.theDOB = New System.Windows.Forms.Label()
Me.Panel4 = New System.Windows.Forms.Panel()
Me.theaddr = New System.Windows.Forms.TextBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.pskchnage = New System.Windows.Forms.TextBox()
Me.pskchanger = New System.Windows.Forms.Label()
Me.theemailuser = New System.Windows.Forms.TextBox()
Me.asdf = New System.Windows.Forms.Label()
Me.thephonenumber = New System.Windows.Forms.TextBox()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.thebio = New System.Windows.Forms.RichTextBox()
Me.thelastname = New System.Windows.Forms.TextBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.thefirstname = New System.Windows.Forms.TextBox()
Me.FirstNamex = New System.Windows.Forms.Label()
Me.savethething = New System.Windows.Forms.Button()
Me.updateAV = New System.Windows.Forms.Button()
Me.updateBG = New System.Windows.Forms.Button()
Me.userBIO = New System.Windows.Forms.Label()
Me.theaddress = New System.Windows.Forms.Label()
Me.Panel3 = New System.Windows.Forms.Panel()
Me.userPFP = New System.Windows.Forms.PictureBox()
Me.Panel1.SuspendLayout()
CType(Me.userBG, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Panel2.SuspendLayout()
Me.Panel4.SuspendLayout()
Me.Panel3.SuspendLayout()
CType(Me.userPFP, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Panel1
'
Me.Panel1.BackColor = System.Drawing.Color.FromArgb(CType(CType(107, Byte), Integer), CType(CType(112, Byte), Integer), CType(CType(92, Byte), Integer))
Me.Panel1.Controls.Add(Me.userBG)
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
Me.Panel1.Location = New System.Drawing.Point(0, 0)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(841, 176)
Me.Panel1.TabIndex = 0
'
'userBG
'
Me.userBG.BackColor = System.Drawing.Color.FromArgb(CType(CType(10, Byte), Integer), CType(CType(61, Byte), Integer), CType(CType(69, Byte), Integer))
Me.userBG.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.userBG.Dock = System.Windows.Forms.DockStyle.Fill
Me.userBG.Location = New System.Drawing.Point(0, 0)
Me.userBG.Name = "userBG"
Me.userBG.Size = New System.Drawing.Size(841, 176)
Me.userBG.TabIndex = 0
Me.userBG.TabStop = False
'
'FPLname
'
Me.FPLname.Anchor = System.Windows.Forms.AnchorStyles.Top
Me.FPLname.AutoSize = True
Me.FPLname.BackColor = System.Drawing.Color.Transparent
Me.FPLname.Font = New System.Drawing.Font("Poppins", 24.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.FPLname.ForeColor = System.Drawing.Color.Black
Me.FPLname.Location = New System.Drawing.Point(291, 81)
Me.FPLname.Name = "FPLname"
Me.FPLname.Size = New System.Drawing.Size(219, 56)
Me.FPLname.TabIndex = 19
Me.FPLname.Text = "Nepali Babu"
'
'Panel2
'
Me.Panel2.BackColor = System.Drawing.Color.White
Me.Panel2.Controls.Add(Me.theDOB)
Me.Panel2.Controls.Add(Me.Panel4)
Me.Panel2.Controls.Add(Me.updateAV)
Me.Panel2.Controls.Add(Me.updateBG)
Me.Panel2.Controls.Add(Me.userBIO)
Me.Panel2.Controls.Add(Me.theaddress)
Me.Panel2.Controls.Add(Me.FPLname)
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill
Me.Panel2.Location = New System.Drawing.Point(0, 176)
Me.Panel2.Name = "Panel2"
Me.Panel2.Size = New System.Drawing.Size(841, 453)
Me.Panel2.TabIndex = 1
'
'theDOB
'
Me.theDOB.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.theDOB.AutoSize = True
Me.theDOB.BackColor = System.Drawing.Color.Transparent
Me.theDOB.Font = New System.Drawing.Font("Poppins", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.theDOB.ForeColor = System.Drawing.Color.Black
Me.theDOB.Location = New System.Drawing.Point(638, 127)
Me.theDOB.Name = "theDOB"
Me.theDOB.Size = New System.Drawing.Size(191, 28)
Me.theDOB.TabIndex = 25
Me.theDOB.Text = "something-something"
'
'Panel4
'
Me.Panel4.Controls.Add(Me.theaddr)
Me.Panel4.Controls.Add(Me.Label4)
Me.Panel4.Controls.Add(Me.pskchnage)
Me.Panel4.Controls.Add(Me.pskchanger)
Me.Panel4.Controls.Add(Me.theemailuser)
Me.Panel4.Controls.Add(Me.asdf)
Me.Panel4.Controls.Add(Me.thephonenumber)
Me.Panel4.Controls.Add(Me.Label3)
Me.Panel4.Controls.Add(Me.Label2)
Me.Panel4.Controls.Add(Me.thebio)
Me.Panel4.Controls.Add(Me.thelastname)
Me.Panel4.Controls.Add(Me.Label1)
Me.Panel4.Controls.Add(Me.thefirstname)
Me.Panel4.Controls.Add(Me.FirstNamex)
Me.Panel4.Controls.Add(Me.savethething)
Me.Panel4.Dock = System.Windows.Forms.DockStyle.Bottom
Me.Panel4.Location = New System.Drawing.Point(0, 177)
Me.Panel4.Name = "Panel4"
Me.Panel4.Size = New System.Drawing.Size(841, 276)
Me.Panel4.TabIndex = 24
'
'theaddr
'
Me.theaddr.Font = New System.Drawing.Font("Poppins", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.theaddr.Location = New System.Drawing.Point(246, 134)
Me.theaddr.Name = "theaddr"
Me.theaddr.Size = New System.Drawing.Size(157, 24)
Me.theaddr.TabIndex = 41
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.BackColor = System.Drawing.Color.Transparent
Me.Label4.Font = New System.Drawing.Font("Poppins", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.ForeColor = System.Drawing.Color.Black
Me.Label4.Location = New System.Drawing.Point(241, 105)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(73, 26)
Me.Label4.TabIndex = 40
Me.Label4.Text = "Address"
'
'pskchnage
'
Me.pskchnage.Font = New System.Drawing.Font("Poppins", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.pskchnage.Location = New System.Drawing.Point(246, 201)
Me.pskchnage.Name = "pskchnage"
Me.pskchnage.Size = New System.Drawing.Size(157, 24)
Me.pskchnage.TabIndex = 39
'
'pskchanger
'
Me.pskchanger.AutoSize = True
Me.pskchanger.BackColor = System.Drawing.Color.Transparent
Me.pskchanger.Font = New System.Drawing.Font("Poppins", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.pskchanger.ForeColor = System.Drawing.Color.Black
Me.pskchanger.Location = New System.Drawing.Point(241, 172)
Me.pskchanger.Name = "pskchanger"
Me.pskchanger.Size = New System.Drawing.Size(150, 26)
Me.pskchanger.TabIndex = 38
Me.pskchanger.Text = "Change Password"
'
'theemailuser
'
Me.theemailuser.Font = New System.Drawing.Font("Poppins", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.theemailuser.Location = New System.Drawing.Point(27, 201)
Me.theemailuser.Name = "theemailuser"
Me.theemailuser.Size = New System.Drawing.Size(157, 24)
Me.theemailuser.TabIndex = 35
'
'asdf
'
Me.asdf.AutoSize = True
Me.asdf.BackColor = System.Drawing.Color.Transparent
Me.asdf.Font = New System.Drawing.Font("Poppins", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.asdf.ForeColor = System.Drawing.Color.Black
Me.asdf.Location = New System.Drawing.Point(22, 172)
Me.asdf.Name = "asdf"
Me.asdf.Size = New System.Drawing.Size(53, 26)
Me.asdf.TabIndex = 34
Me.asdf.Text = "Email"
'
'thephonenumber
'
Me.thephonenumber.Font = New System.Drawing.Font("Poppins", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.thephonenumber.Location = New System.Drawing.Point(27, 134)
Me.thephonenumber.Name = "thephonenumber"
Me.thephonenumber.Size = New System.Drawing.Size(157, 24)
Me.thephonenumber.TabIndex = 33
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.BackColor = System.Drawing.Color.Transparent
Me.Label3.Font = New System.Drawing.Font("Poppins", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.ForeColor = System.Drawing.Color.Black
Me.Label3.Location = New System.Drawing.Point(22, 105)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(59, 26)
Me.Label3.TabIndex = 32
Me.Label3.Text = "Ph. No"
'
'Label2
'
Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Label2.AutoSize = True
Me.Label2.BackColor = System.Drawing.Color.Transparent
Me.Label2.Font = New System.Drawing.Font("Poppins", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.ForeColor = System.Drawing.Color.Black
Me.Label2.Location = New System.Drawing.Point(523, 20)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(35, 26)
Me.Label2.TabIndex = 31
Me.Label2.Text = "Bio"
'
'thebio
'
Me.thebio.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.thebio.Font = New System.Drawing.Font("Poppins", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.thebio.Location = New System.Drawing.Point(528, 49)
Me.thebio.Name = "thebio"
Me.thebio.Size = New System.Drawing.Size(301, 176)
Me.thebio.TabIndex = 30
Me.thebio.Text = ""
'
'thelastname
'
Me.thelastname.Font = New System.Drawing.Font("Poppins", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.thelastname.Location = New System.Drawing.Point(246, 49)
Me.thelastname.Name = "thelastname"
Me.thelastname.Size = New System.Drawing.Size(157, 24)
Me.thelastname.TabIndex = 29
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.BackColor = System.Drawing.Color.Transparent
Me.Label1.Font = New System.Drawing.Font("Poppins", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.ForeColor = System.Drawing.Color.Black
Me.Label1.Location = New System.Drawing.Point(241, 20)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(90, 26)
Me.Label1.TabIndex = 28
Me.Label1.Text = "Last Name"
'
'thefirstname
'
Me.thefirstname.Font = New System.Drawing.Font("Poppins", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.thefirstname.Location = New System.Drawing.Point(27, 49)
Me.thefirstname.Name = "thefirstname"
Me.thefirstname.Size = New System.Drawing.Size(157, 24)
Me.thefirstname.TabIndex = 27
'
'FirstNamex
'
Me.FirstNamex.AutoSize = True
Me.FirstNamex.BackColor = System.Drawing.Color.Transparent
Me.FirstNamex.Font = New System.Drawing.Font("Poppins", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.FirstNamex.ForeColor = System.Drawing.Color.Black
Me.FirstNamex.Location = New System.Drawing.Point(22, 20)
Me.FirstNamex.Name = "FirstNamex"
Me.FirstNamex.Size = New System.Drawing.Size(92, 26)
Me.FirstNamex.TabIndex = 26
Me.FirstNamex.Text = "First Name"
'
'savethething
'
Me.savethething.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.savethething.BackColor = System.Drawing.Color.FromArgb(CType(CType(10, Byte), Integer), CType(CType(61, Byte), Integer), CType(CType(69, Byte), Integer))
Me.savethething.FlatAppearance.BorderSize = 0
Me.savethething.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.savethething.Font = New System.Drawing.Font("Poppins", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.savethething.ForeColor = System.Drawing.Color.White
Me.savethething.Location = New System.Drawing.Point(681, 231)
Me.savethething.Name = "savethething"
Me.savethething.Size = New System.Drawing.Size(136, 42)
Me.savethething.TabIndex = 25
Me.savethething.Text = "save"
Me.savethething.UseVisualStyleBackColor = False
'
'updateAV
'
Me.updateAV.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.updateAV.BackColor = System.Drawing.Color.FromArgb(CType(CType(10, Byte), Integer), CType(CType(61, Byte), Integer), CType(CType(69, Byte), Integer))
Me.updateAV.FlatAppearance.BorderSize = 0
Me.updateAV.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.updateAV.Font = New System.Drawing.Font("Poppins", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.updateAV.ForeColor = System.Drawing.Color.White
Me.updateAV.Location = New System.Drawing.Point(666, 19)
Me.updateAV.Name = "updateAV"
Me.updateAV.Size = New System.Drawing.Size(136, 42)
Me.updateAV.TabIndex = 23
Me.updateAV.Text = "select AV"
Me.updateAV.UseVisualStyleBackColor = False
'
'updateBG
'
Me.updateBG.BackColor = System.Drawing.Color.FromArgb(CType(CType(10, Byte), Integer), CType(CType(61, Byte), Integer), CType(CType(69, Byte), Integer))
Me.updateBG.FlatAppearance.BorderSize = 0
Me.updateBG.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.updateBG.Font = New System.Drawing.Font("Poppins", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.updateBG.ForeColor = System.Drawing.Color.White
Me.updateBG.Location = New System.Drawing.Point(27, 19)
Me.updateBG.Name = "updateBG"
Me.updateBG.Size = New System.Drawing.Size(136, 42)
Me.updateBG.TabIndex = 22
Me.updateBG.Text = "select BG"
Me.updateBG.UseVisualStyleBackColor = False
'
'userBIO
'
Me.userBIO.Anchor = System.Windows.Forms.AnchorStyles.Top
Me.userBIO.AutoSize = True
Me.userBIO.BackColor = System.Drawing.Color.Transparent
Me.userBIO.Font = New System.Drawing.Font("Poppins", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.userBIO.ForeColor = System.Drawing.Color.Black
Me.userBIO.Location = New System.Drawing.Point(297, 155)
Me.userBIO.Name = "userBIO"
Me.userBIO.Size = New System.Drawing.Size(200, 19)
Me.userBIO.TabIndex = 21
Me.userBIO.Text = "skibidi dop skibidi dips, gyat kaisen"
'
'theaddress
'
Me.theaddress.Anchor = System.Windows.Forms.AnchorStyles.Top
Me.theaddress.AutoSize = True
Me.theaddress.BackColor = System.Drawing.Color.Transparent
Me.theaddress.Font = New System.Drawing.Font("Poppins", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.theaddress.ForeColor = System.Drawing.Color.Black
Me.theaddress.Location = New System.Drawing.Point(322, 127)
Me.theaddress.Name = "theaddress"
Me.theaddress.Size = New System.Drawing.Size(150, 28)
Me.theaddress.TabIndex = 20
Me.theaddress.Text = "charsinagar, KTM"
'
'Panel3
'
Me.Panel3.Anchor = System.Windows.Forms.AnchorStyles.Top
Me.Panel3.Controls.Add(Me.userPFP)
Me.Panel3.Location = New System.Drawing.Point(297, 78)
Me.Panel3.Name = "Panel3"
Me.Panel3.Size = New System.Drawing.Size(213, 176)
Me.Panel3.TabIndex = 2
'
'userPFP
'
Me.userPFP.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.userPFP.Dock = System.Windows.Forms.DockStyle.Fill
Me.userPFP.Location = New System.Drawing.Point(0, 0)
Me.userPFP.Name = "userPFP"
Me.userPFP.Size = New System.Drawing.Size(213, 176)
Me.userPFP.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage
Me.userPFP.TabIndex = 0
Me.userPFP.TabStop = False
'
'userSettings
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.DimGray
Me.ClientSize = New System.Drawing.Size(841, 629)
Me.Controls.Add(Me.Panel3)
Me.Controls.Add(Me.Panel2)
Me.Controls.Add(Me.Panel1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Name = "userSettings"
Me.Text = "userSettings"
Me.Panel1.ResumeLayout(False)
CType(Me.userBG, System.ComponentModel.ISupportInitialize).EndInit()
Me.Panel2.ResumeLayout(False)
Me.Panel2.PerformLayout()
Me.Panel4.ResumeLayout(False)
Me.Panel4.PerformLayout()
Me.Panel3.ResumeLayout(False)
CType(Me.userPFP, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents Panel1 As Panel
Friend WithEvents userBG As PictureBox
Friend WithEvents FPLname As Label
Friend WithEvents Panel3 As Panel
Friend WithEvents userPFP As PictureBox
Friend WithEvents Panel2 As Panel
Friend WithEvents theaddress As Label
Friend WithEvents userBIO As Label
Friend WithEvents updateBG As Button
Friend WithEvents updateAV As Button
Friend WithEvents Panel4 As Panel
Friend WithEvents savethething As Button
Friend WithEvents thefirstname As TextBox
Friend WithEvents FirstNamex As Label
Friend WithEvents thelastname As TextBox
Friend WithEvents Label1 As Label
Friend WithEvents Label2 As Label
Friend WithEvents thebio As RichTextBox
Friend WithEvents theDOB As Label
Friend WithEvents thephonenumber As TextBox
Friend WithEvents Label3 As Label
Friend WithEvents theemailuser As TextBox
Friend WithEvents asdf As Label
Friend WithEvents pskchnage As TextBox
Friend WithEvents pskchanger As Label
Friend WithEvents theaddr As TextBox
Friend WithEvents Label4 As Label
End Class