-
Notifications
You must be signed in to change notification settings - Fork 0
/
MainSettingsForm.Designer.vb
344 lines (340 loc) · 15.4 KB
/
MainSettingsForm.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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class MainBotSettingsForm
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()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(MainBotSettingsForm))
Me.Label1 = 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.Label3 = New System.Windows.Forms.Label()
Me.TextBoxX1 = New DevComponents.DotNetBar.Controls.TextBoxX()
Me.TextBoxX2 = New DevComponents.DotNetBar.Controls.TextBoxX()
Me.TextBoxX3 = New DevComponents.DotNetBar.Controls.TextBoxX()
Me.TextBoxX4 = New DevComponents.DotNetBar.Controls.TextBoxX()
Me.TextBoxX5 = New DevComponents.DotNetBar.Controls.TextBoxX()
Me.TextBoxX6 = New DevComponents.DotNetBar.Controls.TextBoxX()
Me.GroupPanel1 = New DevComponents.DotNetBar.Controls.GroupPanel()
Me.ButtonX2 = New DevComponents.DotNetBar.ButtonX()
Me.ButtonX1 = New DevComponents.DotNetBar.ButtonX()
Me.TextBoxX7 = New DevComponents.DotNetBar.Controls.TextBoxX()
Me.Label2 = New System.Windows.Forms.Label()
Me.GroupPanel1.SuspendLayout()
Me.SuspendLayout()
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.BackColor = System.Drawing.Color.Transparent
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.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(11, 183)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(53, 13)
Me.Label1.TabIndex = 52
Me.Label1.Text = "Navigate:"
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.BackColor = System.Drawing.Color.Transparent
Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label7.ForeColor = System.Drawing.Color.Black
Me.Label7.Location = New System.Drawing.Point(34, 157)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(30, 13)
Me.Label7.TabIndex = 51
Me.Label7.Text = "Flag:"
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.BackColor = System.Drawing.Color.Transparent
Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label6.ForeColor = System.Drawing.Color.Black
Me.Label6.Location = New System.Drawing.Point(16, 131)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(48, 13)
Me.Label6.TabIndex = 50
Me.Label6.Text = "Favorite:"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.BackColor = System.Drawing.Color.Transparent
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label5.ForeColor = System.Drawing.Color.Black
Me.Label5.Location = New System.Drawing.Point(-2, 105)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(66, 13)
Me.Label5.TabIndex = 49
Me.Label5.Text = "Like/Dislike:"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.BackColor = System.Drawing.Color.Transparent
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.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(10, 80)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(54, 13)
Me.Label4.TabIndex = 48
Me.Label4.Text = "Comment:"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.BackColor = System.Drawing.Color.Transparent
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.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(7, 54)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(57, 13)
Me.Label3.TabIndex = 47
Me.Label3.Text = "Subscribe:"
'
'TextBoxX1
'
'
'
'
Me.TextBoxX1.Border.Class = "TextBoxBorder"
Me.TextBoxX1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square
Me.TextBoxX1.Location = New System.Drawing.Point(70, 52)
Me.TextBoxX1.Name = "TextBoxX1"
Me.TextBoxX1.Size = New System.Drawing.Size(100, 20)
Me.TextBoxX1.TabIndex = 53
Me.TextBoxX1.Text = "4000"
Me.TextBoxX1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'TextBoxX2
'
'
'
'
Me.TextBoxX2.Border.Class = "TextBoxBorder"
Me.TextBoxX2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square
Me.TextBoxX2.Location = New System.Drawing.Point(70, 78)
Me.TextBoxX2.Name = "TextBoxX2"
Me.TextBoxX2.Size = New System.Drawing.Size(100, 20)
Me.TextBoxX2.TabIndex = 54
Me.TextBoxX2.Text = "4000"
Me.TextBoxX2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'TextBoxX3
'
'
'
'
Me.TextBoxX3.Border.Class = "TextBoxBorder"
Me.TextBoxX3.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square
Me.TextBoxX3.Location = New System.Drawing.Point(70, 103)
Me.TextBoxX3.Name = "TextBoxX3"
Me.TextBoxX3.Size = New System.Drawing.Size(100, 20)
Me.TextBoxX3.TabIndex = 55
Me.TextBoxX3.Text = "4000"
Me.TextBoxX3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'TextBoxX4
'
'
'
'
Me.TextBoxX4.Border.Class = "TextBoxBorder"
Me.TextBoxX4.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square
Me.TextBoxX4.Location = New System.Drawing.Point(70, 129)
Me.TextBoxX4.Name = "TextBoxX4"
Me.TextBoxX4.Size = New System.Drawing.Size(100, 20)
Me.TextBoxX4.TabIndex = 56
Me.TextBoxX4.Text = "4000"
Me.TextBoxX4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'TextBoxX5
'
'
'
'
Me.TextBoxX5.Border.Class = "TextBoxBorder"
Me.TextBoxX5.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square
Me.TextBoxX5.Location = New System.Drawing.Point(70, 155)
Me.TextBoxX5.Name = "TextBoxX5"
Me.TextBoxX5.Size = New System.Drawing.Size(100, 20)
Me.TextBoxX5.TabIndex = 57
Me.TextBoxX5.Text = "4000"
Me.TextBoxX5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'TextBoxX6
'
'
'
'
Me.TextBoxX6.Border.Class = "TextBoxBorder"
Me.TextBoxX6.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square
Me.TextBoxX6.Location = New System.Drawing.Point(70, 181)
Me.TextBoxX6.Name = "TextBoxX6"
Me.TextBoxX6.Size = New System.Drawing.Size(100, 20)
Me.TextBoxX6.TabIndex = 58
Me.TextBoxX6.Text = "2000"
Me.TextBoxX6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'GroupPanel1
'
Me.GroupPanel1.CanvasColor = System.Drawing.SystemColors.Control
Me.GroupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007
Me.GroupPanel1.Controls.Add(Me.ButtonX2)
Me.GroupPanel1.Controls.Add(Me.ButtonX1)
Me.GroupPanel1.Location = New System.Drawing.Point(30, 207)
Me.GroupPanel1.Name = "GroupPanel1"
Me.GroupPanel1.Size = New System.Drawing.Size(122, 83)
'
'
'
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 = 59
Me.GroupPanel1.Text = "Functions"
'
'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(4, 33)
Me.ButtonX2.Name = "ButtonX2"
Me.ButtonX2.Size = New System.Drawing.Size(109, 23)
Me.ButtonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled
Me.ButtonX2.TabIndex = 1
Me.ButtonX2.Text = "Save Settings"
'
'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(4, 4)
Me.ButtonX1.Name = "ButtonX1"
Me.ButtonX1.Size = New System.Drawing.Size(109, 23)
Me.ButtonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled
Me.ButtonX1.TabIndex = 0
Me.ButtonX1.Text = "Default Settings"
'
'TextBoxX7
'
'
'
'
Me.TextBoxX7.Border.Class = "TextBoxBorder"
Me.TextBoxX7.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square
Me.TextBoxX7.Location = New System.Drawing.Point(70, 26)
Me.TextBoxX7.Name = "TextBoxX7"
Me.TextBoxX7.Size = New System.Drawing.Size(100, 20)
Me.TextBoxX7.TabIndex = 61
Me.TextBoxX7.Text = "4000"
Me.TextBoxX7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.BackColor = System.Drawing.Color.Transparent
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.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(24, 28)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(40, 13)
Me.Label2.TabIndex = 60
Me.Label2.Text = "SignIn:"
'
'MainBotSettingsForm
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(182, 302)
Me.Controls.Add(Me.TextBoxX7)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.GroupPanel1)
Me.Controls.Add(Me.TextBoxX6)
Me.Controls.Add(Me.TextBoxX5)
Me.Controls.Add(Me.TextBoxX4)
Me.Controls.Add(Me.TextBoxX3)
Me.Controls.Add(Me.TextBoxX2)
Me.Controls.Add(Me.TextBoxX1)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.Label7)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label3)
Me.DoubleBuffered = True
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "MainBotSettingsForm"
Me.Text = "Settings"
Me.GroupPanel1.ResumeLayout(False)
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents TextBoxX1 As DevComponents.DotNetBar.Controls.TextBoxX
Friend WithEvents TextBoxX2 As DevComponents.DotNetBar.Controls.TextBoxX
Friend WithEvents TextBoxX3 As DevComponents.DotNetBar.Controls.TextBoxX
Friend WithEvents TextBoxX4 As DevComponents.DotNetBar.Controls.TextBoxX
Friend WithEvents TextBoxX5 As DevComponents.DotNetBar.Controls.TextBoxX
Friend WithEvents TextBoxX6 As DevComponents.DotNetBar.Controls.TextBoxX
Friend WithEvents GroupPanel1 As DevComponents.DotNetBar.Controls.GroupPanel
Friend WithEvents ButtonX2 As DevComponents.DotNetBar.ButtonX
Friend WithEvents ButtonX1 As DevComponents.DotNetBar.ButtonX
Friend WithEvents TextBoxX7 As DevComponents.DotNetBar.Controls.TextBoxX
Friend WithEvents Label2 As System.Windows.Forms.Label
End Class