-
Notifications
You must be signed in to change notification settings - Fork 0
/
AccountCheckerForm.Designer.vb
505 lines (501 loc) · 23.9 KB
/
AccountCheckerForm.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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class AccountCheckerForm
Inherits DevComponents.DotNetBar.Office2007Form
'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.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(AccountCheckerForm))
Me.GroupPanel1 = New DevComponents.DotNetBar.Controls.GroupPanel()
Me.ButtonX3 = New DevComponents.DotNetBar.ButtonX()
Me.TextBoxX1 = New DevComponents.DotNetBar.Controls.TextBoxX()
Me.ButtonX2 = New DevComponents.DotNetBar.ButtonX()
Me.ButtonX1 = New DevComponents.DotNetBar.ButtonX()
Me.Label1 = New System.Windows.Forms.Label()
Me.ListBox1 = New System.Windows.Forms.ListBox()
Me.GroupPanel2 = New DevComponents.DotNetBar.Controls.GroupPanel()
Me.ButtonX4 = New DevComponents.DotNetBar.ButtonX()
Me.ButtonX5 = New DevComponents.DotNetBar.ButtonX()
Me.Label2 = New System.Windows.Forms.Label()
Me.ListBox2 = New System.Windows.Forms.ListBox()
Me.GroupPanel3 = New DevComponents.DotNetBar.Controls.GroupPanel()
Me.ButtonX6 = New DevComponents.DotNetBar.ButtonX()
Me.ButtonX7 = New DevComponents.DotNetBar.ButtonX()
Me.Label3 = New System.Windows.Forms.Label()
Me.ListBox3 = New System.Windows.Forms.ListBox()
Me.GroupPanel4 = New DevComponents.DotNetBar.Controls.GroupPanel()
Me.CheckBoxX1 = New DevComponents.DotNetBar.Controls.CheckBoxX()
Me.ButtonX8 = New DevComponents.DotNetBar.ButtonX()
Me.Label4 = New System.Windows.Forms.Label()
Me.TextBoxX2 = New DevComponents.DotNetBar.Controls.TextBoxX()
Me.WebBrowser1 = New System.Windows.Forms.WebBrowser()
Me.checkaccounts = New System.Windows.Forms.Timer(Me.components)
Me.GroupPanel1.SuspendLayout()
Me.GroupPanel2.SuspendLayout()
Me.GroupPanel3.SuspendLayout()
Me.GroupPanel4.SuspendLayout()
Me.SuspendLayout()
'
'GroupPanel1
'
Me.GroupPanel1.CanvasColor = System.Drawing.SystemColors.Control
Me.GroupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007
Me.GroupPanel1.Controls.Add(Me.ButtonX3)
Me.GroupPanel1.Controls.Add(Me.TextBoxX1)
Me.GroupPanel1.Controls.Add(Me.ButtonX2)
Me.GroupPanel1.Controls.Add(Me.ButtonX1)
Me.GroupPanel1.Controls.Add(Me.Label1)
Me.GroupPanel1.Controls.Add(Me.ListBox1)
Me.GroupPanel1.Location = New System.Drawing.Point(13, 13)
Me.GroupPanel1.Name = "GroupPanel1"
Me.GroupPanel1.Size = New System.Drawing.Size(190, 313)
'
'
'
Me.GroupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2
Me.GroupPanel1.Style.BackColorGradientAngle = 90
Me.GroupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground
Me.GroupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid
Me.GroupPanel1.Style.BorderBottomWidth = 1
Me.GroupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder
Me.GroupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid
Me.GroupPanel1.Style.BorderLeftWidth = 1
Me.GroupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid
Me.GroupPanel1.Style.BorderRightWidth = 1
Me.GroupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid
Me.GroupPanel1.Style.BorderTopWidth = 1
Me.GroupPanel1.Style.Class = ""
Me.GroupPanel1.Style.CornerDiameter = 4
Me.GroupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded
Me.GroupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center
Me.GroupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText
Me.GroupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near
'
'
'
Me.GroupPanel1.StyleMouseDown.Class = ""
Me.GroupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square
'
'
'
Me.GroupPanel1.StyleMouseOver.Class = ""
Me.GroupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square
Me.GroupPanel1.TabIndex = 0
Me.GroupPanel1.Text = "Accounts"
'
'ButtonX3
'
Me.ButtonX3.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton
Me.ButtonX3.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground
Me.ButtonX3.FocusCuesEnabled = False
Me.ButtonX3.Location = New System.Drawing.Point(7, 260)
Me.ButtonX3.Name = "ButtonX3"
Me.ButtonX3.Size = New System.Drawing.Size(174, 23)
Me.ButtonX3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled
Me.ButtonX3.TabIndex = 5
Me.ButtonX3.Text = "Add Account"
'
'TextBoxX1
'
'
'
'
Me.TextBoxX1.Border.Class = "TextBoxBorder"
Me.TextBoxX1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square
Me.TextBoxX1.Location = New System.Drawing.Point(7, 234)
Me.TextBoxX1.Name = "TextBoxX1"
Me.TextBoxX1.Size = New System.Drawing.Size(174, 20)
Me.TextBoxX1.TabIndex = 4
Me.TextBoxX1.Text = "Username:Password"
Me.TextBoxX1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'ButtonX2
'
Me.ButtonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton
Me.ButtonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground
Me.ButtonX2.FocusCuesEnabled = False
Me.ButtonX2.Location = New System.Drawing.Point(7, 204)
Me.ButtonX2.Name = "ButtonX2"
Me.ButtonX2.Size = New System.Drawing.Size(174, 23)
Me.ButtonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled
Me.ButtonX2.TabIndex = 3
Me.ButtonX2.Text = "Clear Accounts"
'
'ButtonX1
'
Me.ButtonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton
Me.ButtonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground
Me.ButtonX1.FocusCuesEnabled = False
Me.ButtonX1.Location = New System.Drawing.Point(7, 175)
Me.ButtonX1.Name = "ButtonX1"
Me.ButtonX1.Size = New System.Drawing.Size(174, 23)
Me.ButtonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled
Me.ButtonX1.TabIndex = 2
Me.ButtonX1.Text = "Import Accounts"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.BackColor = System.Drawing.Color.Transparent
Me.Label1.Location = New System.Drawing.Point(4, 158)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(95, 13)
Me.Label1.TabIndex = 1
Me.Label1.Text = "Current Accounts: "
'
'ListBox1
'
Me.ListBox1.FormattingEnabled = True
Me.ListBox1.Location = New System.Drawing.Point(4, 4)
Me.ListBox1.Name = "ListBox1"
Me.ListBox1.Size = New System.Drawing.Size(177, 147)
Me.ListBox1.TabIndex = 0
'
'GroupPanel2
'
Me.GroupPanel2.CanvasColor = System.Drawing.SystemColors.Control
Me.GroupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007
Me.GroupPanel2.Controls.Add(Me.ButtonX4)
Me.GroupPanel2.Controls.Add(Me.ButtonX5)
Me.GroupPanel2.Controls.Add(Me.Label2)
Me.GroupPanel2.Controls.Add(Me.ListBox2)
Me.GroupPanel2.Location = New System.Drawing.Point(210, 13)
Me.GroupPanel2.Name = "GroupPanel2"
Me.GroupPanel2.Size = New System.Drawing.Size(188, 313)
'
'
'
Me.GroupPanel2.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2
Me.GroupPanel2.Style.BackColorGradientAngle = 90
Me.GroupPanel2.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground
Me.GroupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid
Me.GroupPanel2.Style.BorderBottomWidth = 1
Me.GroupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder
Me.GroupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid
Me.GroupPanel2.Style.BorderLeftWidth = 1
Me.GroupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid
Me.GroupPanel2.Style.BorderRightWidth = 1
Me.GroupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid
Me.GroupPanel2.Style.BorderTopWidth = 1
Me.GroupPanel2.Style.Class = ""
Me.GroupPanel2.Style.CornerDiameter = 4
Me.GroupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded
Me.GroupPanel2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center
Me.GroupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText
Me.GroupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near
'
'
'
Me.GroupPanel2.StyleMouseDown.Class = ""
Me.GroupPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square
'
'
'
Me.GroupPanel2.StyleMouseOver.Class = ""
Me.GroupPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square
Me.GroupPanel2.TabIndex = 1
Me.GroupPanel2.Text = "Good Accounts"
'
'ButtonX4
'
Me.ButtonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton
Me.ButtonX4.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground
Me.ButtonX4.FocusCuesEnabled = False
Me.ButtonX4.Location = New System.Drawing.Point(3, 263)
Me.ButtonX4.Name = "ButtonX4"
Me.ButtonX4.Size = New System.Drawing.Size(174, 23)
Me.ButtonX4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled
Me.ButtonX4.TabIndex = 5
Me.ButtonX4.Text = "Clear Accounts"
'
'ButtonX5
'
Me.ButtonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton
Me.ButtonX5.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground
Me.ButtonX5.FocusCuesEnabled = False
Me.ButtonX5.Location = New System.Drawing.Point(3, 234)
Me.ButtonX5.Name = "ButtonX5"
Me.ButtonX5.Size = New System.Drawing.Size(174, 23)
Me.ButtonX5.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled
Me.ButtonX5.TabIndex = 4
Me.ButtonX5.Text = "Save Accounts"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.BackColor = System.Drawing.Color.Transparent
Me.Label2.Location = New System.Drawing.Point(3, 214)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(87, 13)
Me.Label2.TabIndex = 2
Me.Label2.Text = "Good Accounts: "
'
'ListBox2
'
Me.ListBox2.FormattingEnabled = True
Me.ListBox2.Location = New System.Drawing.Point(3, 4)
Me.ListBox2.Name = "ListBox2"
Me.ListBox2.Size = New System.Drawing.Size(177, 199)
Me.ListBox2.TabIndex = 1
'
'GroupPanel3
'
Me.GroupPanel3.CanvasColor = System.Drawing.SystemColors.Control
Me.GroupPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007
Me.GroupPanel3.Controls.Add(Me.ButtonX6)
Me.GroupPanel3.Controls.Add(Me.ButtonX7)
Me.GroupPanel3.Controls.Add(Me.Label3)
Me.GroupPanel3.Controls.Add(Me.ListBox3)
Me.GroupPanel3.Location = New System.Drawing.Point(404, 13)
Me.GroupPanel3.Name = "GroupPanel3"
Me.GroupPanel3.Size = New System.Drawing.Size(188, 313)
'
'
'
Me.GroupPanel3.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2
Me.GroupPanel3.Style.BackColorGradientAngle = 90
Me.GroupPanel3.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground
Me.GroupPanel3.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid
Me.GroupPanel3.Style.BorderBottomWidth = 1
Me.GroupPanel3.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder
Me.GroupPanel3.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid
Me.GroupPanel3.Style.BorderLeftWidth = 1
Me.GroupPanel3.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid
Me.GroupPanel3.Style.BorderRightWidth = 1
Me.GroupPanel3.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid
Me.GroupPanel3.Style.BorderTopWidth = 1
Me.GroupPanel3.Style.Class = ""
Me.GroupPanel3.Style.CornerDiameter = 4
Me.GroupPanel3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded
Me.GroupPanel3.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center
Me.GroupPanel3.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText
Me.GroupPanel3.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near
'
'
'
Me.GroupPanel3.StyleMouseDown.Class = ""
Me.GroupPanel3.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square
'
'
'
Me.GroupPanel3.StyleMouseOver.Class = ""
Me.GroupPanel3.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square
Me.GroupPanel3.TabIndex = 2
Me.GroupPanel3.Text = "Bad Accounts"
'
'ButtonX6
'
Me.ButtonX6.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton
Me.ButtonX6.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground
Me.ButtonX6.FocusCuesEnabled = False
Me.ButtonX6.Location = New System.Drawing.Point(3, 263)
Me.ButtonX6.Name = "ButtonX6"
Me.ButtonX6.Size = New System.Drawing.Size(174, 23)
Me.ButtonX6.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled
Me.ButtonX6.TabIndex = 5
Me.ButtonX6.Text = "Clear Accounts"
'
'ButtonX7
'
Me.ButtonX7.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton
Me.ButtonX7.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground
Me.ButtonX7.FocusCuesEnabled = False
Me.ButtonX7.Location = New System.Drawing.Point(3, 234)
Me.ButtonX7.Name = "ButtonX7"
Me.ButtonX7.Size = New System.Drawing.Size(174, 23)
Me.ButtonX7.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled
Me.ButtonX7.TabIndex = 4
Me.ButtonX7.Text = "Save Accounts"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.BackColor = System.Drawing.Color.Transparent
Me.Label3.Location = New System.Drawing.Point(3, 214)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(80, 13)
Me.Label3.TabIndex = 2
Me.Label3.Text = "Bad Accounts: "
'
'ListBox3
'
Me.ListBox3.FormattingEnabled = True
Me.ListBox3.Location = New System.Drawing.Point(3, 4)
Me.ListBox3.Name = "ListBox3"
Me.ListBox3.Size = New System.Drawing.Size(177, 199)
Me.ListBox3.TabIndex = 1
'
'GroupPanel4
'
Me.GroupPanel4.CanvasColor = System.Drawing.SystemColors.Control
Me.GroupPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007
Me.GroupPanel4.Controls.Add(Me.CheckBoxX1)
Me.GroupPanel4.Controls.Add(Me.ButtonX8)
Me.GroupPanel4.Controls.Add(Me.Label4)
Me.GroupPanel4.Controls.Add(Me.TextBoxX2)
Me.GroupPanel4.Location = New System.Drawing.Point(599, 13)
Me.GroupPanel4.Name = "GroupPanel4"
Me.GroupPanel4.Size = New System.Drawing.Size(218, 113)
'
'
'
Me.GroupPanel4.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2
Me.GroupPanel4.Style.BackColorGradientAngle = 90
Me.GroupPanel4.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground
Me.GroupPanel4.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid
Me.GroupPanel4.Style.BorderBottomWidth = 1
Me.GroupPanel4.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder
Me.GroupPanel4.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid
Me.GroupPanel4.Style.BorderLeftWidth = 1
Me.GroupPanel4.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid
Me.GroupPanel4.Style.BorderRightWidth = 1
Me.GroupPanel4.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid
Me.GroupPanel4.Style.BorderTopWidth = 1
Me.GroupPanel4.Style.Class = ""
Me.GroupPanel4.Style.CornerDiameter = 4
Me.GroupPanel4.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded
Me.GroupPanel4.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center
Me.GroupPanel4.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText
Me.GroupPanel4.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near
'
'
'
Me.GroupPanel4.StyleMouseDown.Class = ""
Me.GroupPanel4.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square
'
'
'
Me.GroupPanel4.StyleMouseOver.Class = ""
Me.GroupPanel4.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square
Me.GroupPanel4.TabIndex = 3
Me.GroupPanel4.Text = "Password"
'
'CheckBoxX1
'
Me.CheckBoxX1.BackColor = System.Drawing.Color.Transparent
'
'
'
Me.CheckBoxX1.BackgroundStyle.Class = ""
Me.CheckBoxX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square
Me.CheckBoxX1.FocusCuesEnabled = False
Me.CheckBoxX1.Location = New System.Drawing.Point(6, 3)
Me.CheckBoxX1.Name = "CheckBoxX1"
Me.CheckBoxX1.Size = New System.Drawing.Size(117, 23)
Me.CheckBoxX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled
Me.CheckBoxX1.TabIndex = 4
Me.CheckBoxX1.Text = "Change Password"
'
'ButtonX8
'
Me.ButtonX8.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton
Me.ButtonX8.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground
Me.ButtonX8.FocusCuesEnabled = False
Me.ButtonX8.Location = New System.Drawing.Point(6, 58)
Me.ButtonX8.Name = "ButtonX8"
Me.ButtonX8.Size = New System.Drawing.Size(203, 23)
Me.ButtonX8.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled
Me.ButtonX8.TabIndex = 3
Me.ButtonX8.Text = "Start"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.BackColor = System.Drawing.Color.Transparent
Me.Label4.Location = New System.Drawing.Point(3, 34)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(56, 13)
Me.Label4.TabIndex = 2
Me.Label4.Text = "Password:"
'
'TextBoxX2
'
'
'
'
Me.TextBoxX2.Border.Class = "TextBoxBorder"
Me.TextBoxX2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square
Me.TextBoxX2.Enabled = False
Me.TextBoxX2.Location = New System.Drawing.Point(65, 32)
Me.TextBoxX2.Name = "TextBoxX2"
Me.TextBoxX2.Size = New System.Drawing.Size(144, 20)
Me.TextBoxX2.TabIndex = 1
Me.TextBoxX2.WatermarkText = "Must be 8 characters!"
'
'WebBrowser1
'
Me.WebBrowser1.Location = New System.Drawing.Point(599, 132)
Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20)
Me.WebBrowser1.Name = "WebBrowser1"
Me.WebBrowser1.Size = New System.Drawing.Size(218, 197)
Me.WebBrowser1.TabIndex = 4
'
'checkaccounts
'
'
'AccountCheckerForm
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(829, 341)
Me.Controls.Add(Me.WebBrowser1)
Me.Controls.Add(Me.GroupPanel4)
Me.Controls.Add(Me.GroupPanel3)
Me.Controls.Add(Me.GroupPanel2)
Me.Controls.Add(Me.GroupPanel1)
Me.DoubleBuffered = True
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.Name = "AccountCheckerForm"
Me.Text = "Account Checker"
Me.GroupPanel1.ResumeLayout(False)
Me.GroupPanel1.PerformLayout()
Me.GroupPanel2.ResumeLayout(False)
Me.GroupPanel2.PerformLayout()
Me.GroupPanel3.ResumeLayout(False)
Me.GroupPanel3.PerformLayout()
Me.GroupPanel4.ResumeLayout(False)
Me.GroupPanel4.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents GroupPanel1 As DevComponents.DotNetBar.Controls.GroupPanel
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
Friend WithEvents ButtonX3 As DevComponents.DotNetBar.ButtonX
Friend WithEvents TextBoxX1 As DevComponents.DotNetBar.Controls.TextBoxX
Friend WithEvents ButtonX2 As DevComponents.DotNetBar.ButtonX
Friend WithEvents ButtonX1 As DevComponents.DotNetBar.ButtonX
Friend WithEvents GroupPanel2 As DevComponents.DotNetBar.Controls.GroupPanel
Friend WithEvents ButtonX4 As DevComponents.DotNetBar.ButtonX
Friend WithEvents ButtonX5 As DevComponents.DotNetBar.ButtonX
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents ListBox2 As System.Windows.Forms.ListBox
Friend WithEvents GroupPanel3 As DevComponents.DotNetBar.Controls.GroupPanel
Friend WithEvents ButtonX6 As DevComponents.DotNetBar.ButtonX
Friend WithEvents ButtonX7 As DevComponents.DotNetBar.ButtonX
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents ListBox3 As System.Windows.Forms.ListBox
Friend WithEvents GroupPanel4 As DevComponents.DotNetBar.Controls.GroupPanel
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents TextBoxX2 As DevComponents.DotNetBar.Controls.TextBoxX
Friend WithEvents WebBrowser1 As System.Windows.Forms.WebBrowser
Friend WithEvents checkaccounts As System.Windows.Forms.Timer
Friend WithEvents ButtonX8 As DevComponents.DotNetBar.ButtonX
Friend WithEvents CheckBoxX1 As DevComponents.DotNetBar.Controls.CheckBoxX
End Class