-
Notifications
You must be signed in to change notification settings - Fork 0
/
FriendAdderForm.Designer.vb
355 lines (351 loc) · 16.2 KB
/
FriendAdderForm.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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FriendAdderForm
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(FriendAdderForm))
Me.TextBoxX1 = New DevComponents.DotNetBar.Controls.TextBoxX()
Me.GroupPanel1 = New DevComponents.DotNetBar.Controls.GroupPanel()
Me.Label1 = New System.Windows.Forms.Label()
Me.ButtonX3 = New DevComponents.DotNetBar.ButtonX()
Me.TextBoxX2 = New DevComponents.DotNetBar.Controls.TextBoxX()
Me.ButtonX2 = New DevComponents.DotNetBar.ButtonX()
Me.ButtonX1 = New DevComponents.DotNetBar.ButtonX()
Me.ListBox1 = New System.Windows.Forms.ListBox()
Me.GalleryContainer2 = New DevComponents.DotNetBar.GalleryContainer()
Me.LabelItem1 = New DevComponents.DotNetBar.LabelItem()
Me.GroupPanel2 = New DevComponents.DotNetBar.Controls.GroupPanel()
Me.ButtonX5 = New DevComponents.DotNetBar.ButtonX()
Me.ButtonX4 = New DevComponents.DotNetBar.ButtonX()
Me.WebBrowser1 = New System.Windows.Forms.WebBrowser()
Me.SignOutTimer = New System.Windows.Forms.Timer(Me.components)
Me.CommentTimer = New System.Windows.Forms.Timer(Me.components)
Me.frstSignOut = New System.Windows.Forms.Timer(Me.components)
Me.VideoNav = New System.Windows.Forms.Timer(Me.components)
Me.looptimer = New System.Windows.Forms.Timer(Me.components)
Me.SigninTimer = New System.Windows.Forms.Timer(Me.components)
Me.fix = New System.Windows.Forms.Timer(Me.components)
Me.count = New System.Windows.Forms.Timer(Me.components)
Me.GroupPanel1.SuspendLayout()
Me.GroupPanel2.SuspendLayout()
Me.SuspendLayout()
'
'TextBoxX1
'
'
'
'
Me.TextBoxX1.Border.Class = "TextBoxBorder"
Me.TextBoxX1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square
Me.TextBoxX1.Location = New System.Drawing.Point(3, 3)
Me.TextBoxX1.Name = "TextBoxX1"
Me.TextBoxX1.Size = New System.Drawing.Size(188, 20)
Me.TextBoxX1.TabIndex = 1
Me.TextBoxX1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
Me.TextBoxX1.WatermarkText = "Username:Password"
'
'GroupPanel1
'
Me.GroupPanel1.CanvasColor = System.Drawing.SystemColors.Control
Me.GroupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007
Me.GroupPanel1.Controls.Add(Me.Label1)
Me.GroupPanel1.Controls.Add(Me.ButtonX3)
Me.GroupPanel1.Controls.Add(Me.TextBoxX2)
Me.GroupPanel1.Controls.Add(Me.ButtonX2)
Me.GroupPanel1.Controls.Add(Me.ButtonX1)
Me.GroupPanel1.Controls.Add(Me.ListBox1)
Me.GroupPanel1.Controls.Add(Me.TextBoxX1)
Me.GroupPanel1.Location = New System.Drawing.Point(12, 12)
Me.GroupPanel1.Name = "GroupPanel1"
Me.GroupPanel1.Size = New System.Drawing.Size(200, 321)
'
'
'
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 = 2
Me.GroupPanel1.Text = "Users"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.BackColor = System.Drawing.Color.Transparent
Me.Label1.Location = New System.Drawing.Point(3, 171)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(77, 13)
Me.Label1.TabIndex = 7
Me.Label1.Text = "Current Users: "
'
'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(3, 272)
Me.ButtonX3.Name = "ButtonX3"
Me.ButtonX3.Size = New System.Drawing.Size(188, 23)
Me.ButtonX3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled
Me.ButtonX3.TabIndex = 6
Me.ButtonX3.Text = "Add User"
'
'TextBoxX2
'
'
'
'
Me.TextBoxX2.Border.Class = "TextBoxBorder"
Me.TextBoxX2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square
Me.TextBoxX2.Location = New System.Drawing.Point(3, 246)
Me.TextBoxX2.Name = "TextBoxX2"
Me.TextBoxX2.Size = New System.Drawing.Size(188, 20)
Me.TextBoxX2.TabIndex = 5
Me.TextBoxX2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
Me.TextBoxX2.WatermarkImageAlignment = System.Drawing.ContentAlignment.MiddleCenter
Me.TextBoxX2.WatermarkText = "Username"
'
'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(3, 216)
Me.ButtonX2.Name = "ButtonX2"
Me.ButtonX2.Size = New System.Drawing.Size(188, 23)
Me.ButtonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled
Me.ButtonX2.TabIndex = 4
Me.ButtonX2.Text = "Clear Users"
'
'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(3, 187)
Me.ButtonX1.Name = "ButtonX1"
Me.ButtonX1.Size = New System.Drawing.Size(188, 23)
Me.ButtonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled
Me.ButtonX1.TabIndex = 3
Me.ButtonX1.Text = "Import Users"
'
'ListBox1
'
Me.ListBox1.FormattingEnabled = True
Me.ListBox1.Location = New System.Drawing.Point(3, 30)
Me.ListBox1.Name = "ListBox1"
Me.ListBox1.Size = New System.Drawing.Size(188, 134)
Me.ListBox1.TabIndex = 2
'
'GalleryContainer2
'
'
'
'
Me.GalleryContainer2.BackgroundStyle.Class = "RibbonFileMenuColumnTwoContainer"
Me.GalleryContainer2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square
Me.GalleryContainer2.EnableGalleryPopup = False
Me.GalleryContainer2.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical
Me.GalleryContainer2.MinimumSize = New System.Drawing.Size(180, 240)
Me.GalleryContainer2.MultiLine = False
Me.GalleryContainer2.Name = "GalleryContainer2"
Me.GalleryContainer2.PopupUsesStandardScrollbars = False
'
'LabelItem1
'
Me.LabelItem1.BorderSide = DevComponents.DotNetBar.eBorderSide.Bottom
Me.LabelItem1.BorderType = DevComponents.DotNetBar.eBorderType.Etched
Me.LabelItem1.CanCustomize = False
Me.LabelItem1.ForeColor = System.Drawing.SystemColors.ControlText
Me.LabelItem1.Name = "LabelItem1"
'
'GroupPanel2
'
Me.GroupPanel2.CanvasColor = System.Drawing.SystemColors.Control
Me.GroupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007
Me.GroupPanel2.Controls.Add(Me.ButtonX5)
Me.GroupPanel2.Controls.Add(Me.ButtonX4)
Me.GroupPanel2.Location = New System.Drawing.Point(218, 12)
Me.GroupPanel2.Name = "GroupPanel2"
Me.GroupPanel2.Size = New System.Drawing.Size(292, 54)
'
'
'
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 = 3
Me.GroupPanel2.Text = "Functions"
'
'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(151, 3)
Me.ButtonX5.Name = "ButtonX5"
Me.ButtonX5.Size = New System.Drawing.Size(132, 23)
Me.ButtonX5.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled
Me.ButtonX5.TabIndex = 1
Me.ButtonX5.Text = "Stop"
'
'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(4, 3)
Me.ButtonX4.Name = "ButtonX4"
Me.ButtonX4.Size = New System.Drawing.Size(132, 23)
Me.ButtonX4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled
Me.ButtonX4.TabIndex = 0
Me.ButtonX4.TabStop = False
Me.ButtonX4.Text = "Start"
'
'WebBrowser1
'
Me.WebBrowser1.Location = New System.Drawing.Point(218, 72)
Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20)
Me.WebBrowser1.Name = "WebBrowser1"
Me.WebBrowser1.Size = New System.Drawing.Size(292, 261)
Me.WebBrowser1.TabIndex = 4
'
'SignOutTimer
'
Me.SignOutTimer.Interval = 2000
'
'CommentTimer
'
Me.CommentTimer.Interval = 4500
'
'frstSignOut
'
Me.frstSignOut.Interval = 1500
'
'VideoNav
'
Me.VideoNav.Interval = 2000
'
'looptimer
'
Me.looptimer.Interval = 4500
'
'SigninTimer
'
Me.SigninTimer.Interval = 4000
'
'fix
'
Me.fix.Interval = 500
'
'count
'
'
'FriendAdderForm
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(522, 345)
Me.Controls.Add(Me.WebBrowser1)
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 = "FriendAdderForm"
Me.Text = "Friend Adder"
Me.GroupPanel1.ResumeLayout(False)
Me.GroupPanel1.PerformLayout()
Me.GroupPanel2.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents TextBoxX1 As DevComponents.DotNetBar.Controls.TextBoxX
Friend WithEvents GroupPanel1 As DevComponents.DotNetBar.Controls.GroupPanel
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents ButtonX3 As DevComponents.DotNetBar.ButtonX
Friend WithEvents TextBoxX2 As DevComponents.DotNetBar.Controls.TextBoxX
Friend WithEvents ButtonX2 As DevComponents.DotNetBar.ButtonX
Friend WithEvents ButtonX1 As DevComponents.DotNetBar.ButtonX
Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
Friend WithEvents GalleryContainer2 As DevComponents.DotNetBar.GalleryContainer
Friend WithEvents LabelItem1 As DevComponents.DotNetBar.LabelItem
Friend WithEvents GroupPanel2 As DevComponents.DotNetBar.Controls.GroupPanel
Friend WithEvents ButtonX5 As DevComponents.DotNetBar.ButtonX
Friend WithEvents ButtonX4 As DevComponents.DotNetBar.ButtonX
Friend WithEvents WebBrowser1 As System.Windows.Forms.WebBrowser
Friend WithEvents SignOutTimer As System.Windows.Forms.Timer
Friend WithEvents CommentTimer As System.Windows.Forms.Timer
Friend WithEvents frstSignOut As System.Windows.Forms.Timer
Friend WithEvents VideoNav As System.Windows.Forms.Timer
Friend WithEvents looptimer As System.Windows.Forms.Timer
Friend WithEvents SigninTimer As System.Windows.Forms.Timer
Friend WithEvents fix As System.Windows.Forms.Timer
Friend WithEvents count As System.Windows.Forms.Timer
End Class