forked from IcemanF1/ALTTPRCropDashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUserSettings.Designer.vb
512 lines (508 loc) · 24 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
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
506
507
508
509
510
511
512
<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()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(UserSettings))
Me.btnSaveSettings = New System.Windows.Forms.Button()
Me.gbConnection1 = New System.Windows.Forms.GroupBox()
Me.Label3 = New System.Windows.Forms.Label()
Me.txtConnectionPort = New System.Windows.Forms.TextBox()
Me.Label26 = New System.Windows.Forms.Label()
Me.txtPassword1 = New System.Windows.Forms.TextBox()
Me.txtConnectionString1 = New System.Windows.Forms.TextBox()
Me.Label25 = New System.Windows.Forms.Label()
Me.lblOBS1ConnectedStatus = New System.Windows.Forms.Label()
Me.btnConnectOBS1 = New System.Windows.Forms.Button()
Me.btnResetSettings = New System.Windows.Forms.Button()
Me.Label1 = New System.Windows.Forms.Label()
Me.txtTwitchChannel = New System.Windows.Forms.TextBox()
Me.Label2 = New System.Windows.Forms.Label()
Me.roDefault = New System.Windows.Forms.RadioButton()
Me.roCustom = New System.Windows.Forms.RadioButton()
Me.btnSaveThenVLC = New System.Windows.Forms.Button()
Me.panOBS = New System.Windows.Forms.Panel()
Me.lblRightTimerStatus = New System.Windows.Forms.Label()
Me.lblLeftTimerStatus = New System.Windows.Forms.Label()
Me.lblRightRunnerStatus = New System.Windows.Forms.Label()
Me.lblLeftRunnerStatus = New System.Windows.Forms.Label()
Me.lblRightGameStatus = New System.Windows.Forms.Label()
Me.lblLeftGameStatus = New System.Windows.Forms.Label()
Me.lblCommentaryStatus = New System.Windows.Forms.Label()
Me.lblRightTrackerStatus = New System.Windows.Forms.Label()
Me.lblLeftTrackerStatus = New System.Windows.Forms.Label()
Me.cbCommentaryOBS = New System.Windows.Forms.ComboBox()
Me.cbRightTrackerOBS = New System.Windows.Forms.ComboBox()
Me.cbRightRunnerOBS = New System.Windows.Forms.ComboBox()
Me.cbLeftTrackerOBS = New System.Windows.Forms.ComboBox()
Me.cbLeftRunnerOBS = New System.Windows.Forms.ComboBox()
Me.cbRightGameWindow = New System.Windows.Forms.ComboBox()
Me.cbLeftTimerWindow = New System.Windows.Forms.ComboBox()
Me.cbRightTimerWindow = New System.Windows.Forms.ComboBox()
Me.cbLeftGameWindow = New System.Windows.Forms.ComboBox()
Me.btnRefreshScenes = New System.Windows.Forms.Button()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.gbConnection1.SuspendLayout()
Me.panOBS.SuspendLayout()
Me.Panel1.SuspendLayout()
Me.SuspendLayout()
'
'btnSaveSettings
'
Me.btnSaveSettings.Location = New System.Drawing.Point(591, 736)
Me.btnSaveSettings.Name = "btnSaveSettings"
Me.btnSaveSettings.Size = New System.Drawing.Size(137, 39)
Me.btnSaveSettings.TabIndex = 73
Me.btnSaveSettings.Text = "Save OBS Settings and" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Continue to Program"
Me.btnSaveSettings.UseVisualStyleBackColor = True
'
'gbConnection1
'
Me.gbConnection1.Controls.Add(Me.Label3)
Me.gbConnection1.Controls.Add(Me.txtConnectionPort)
Me.gbConnection1.Controls.Add(Me.Label26)
Me.gbConnection1.Controls.Add(Me.txtPassword1)
Me.gbConnection1.Controls.Add(Me.txtConnectionString1)
Me.gbConnection1.Controls.Add(Me.Label25)
Me.gbConnection1.Location = New System.Drawing.Point(604, 12)
Me.gbConnection1.Name = "gbConnection1"
Me.gbConnection1.Size = New System.Drawing.Size(390, 71)
Me.gbConnection1.TabIndex = 92
Me.gbConnection1.TabStop = False
Me.gbConnection1.Text = "Connection Settings"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(272, 24)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(26, 13)
Me.Label3.TabIndex = 31
Me.Label3.Text = "Port"
'
'txtConnectionPort
'
Me.txtConnectionPort.Location = New System.Drawing.Point(304, 21)
Me.txtConnectionPort.Name = "txtConnectionPort"
Me.txtConnectionPort.Size = New System.Drawing.Size(68, 20)
Me.txtConnectionPort.TabIndex = 32
'
'Label26
'
Me.Label26.AutoSize = True
Me.Label26.Location = New System.Drawing.Point(51, 48)
Me.Label26.Name = "Label26"
Me.Label26.Size = New System.Drawing.Size(53, 13)
Me.Label26.TabIndex = 29
Me.Label26.Text = "Password"
'
'txtPassword1
'
Me.txtPassword1.Location = New System.Drawing.Point(110, 43)
Me.txtPassword1.Name = "txtPassword1"
Me.txtPassword1.Size = New System.Drawing.Size(160, 20)
Me.txtPassword1.TabIndex = 30
'
'txtConnectionString1
'
Me.txtConnectionString1.Location = New System.Drawing.Point(110, 19)
Me.txtConnectionString1.Name = "txtConnectionString1"
Me.txtConnectionString1.Size = New System.Drawing.Size(160, 20)
Me.txtConnectionString1.TabIndex = 28
'
'Label25
'
Me.Label25.AutoSize = True
Me.Label25.Location = New System.Drawing.Point(13, 24)
Me.Label25.Name = "Label25"
Me.Label25.Size = New System.Drawing.Size(91, 13)
Me.Label25.TabIndex = 27
Me.Label25.Text = "Connection String"
'
'lblOBS1ConnectedStatus
'
Me.lblOBS1ConnectedStatus.AutoSize = True
Me.lblOBS1ConnectedStatus.Location = New System.Drawing.Point(150, 62)
Me.lblOBS1ConnectedStatus.Name = "lblOBS1ConnectedStatus"
Me.lblOBS1ConnectedStatus.Size = New System.Drawing.Size(92, 13)
Me.lblOBS1ConnectedStatus.TabIndex = 94
Me.lblOBS1ConnectedStatus.Text = "Connected Status"
'
'btnConnectOBS1
'
Me.btnConnectOBS1.Location = New System.Drawing.Point(160, 34)
Me.btnConnectOBS1.Name = "btnConnectOBS1"
Me.btnConnectOBS1.Size = New System.Drawing.Size(117, 23)
Me.btnConnectOBS1.TabIndex = 93
Me.btnConnectOBS1.Text = "Verify / Connect"
Me.btnConnectOBS1.UseVisualStyleBackColor = True
'
'btnResetSettings
'
Me.btnResetSettings.Location = New System.Drawing.Point(26, 749)
Me.btnResetSettings.Name = "btnResetSettings"
Me.btnResetSettings.Size = New System.Drawing.Size(121, 23)
Me.btnResetSettings.TabIndex = 93
Me.btnResetSettings.Text = "Reset Settings"
Me.btnResetSettings.UseVisualStyleBackColor = True
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(3, 9)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(145, 13)
Me.Label1.TabIndex = 95
Me.Label1.Text = "Twitch Channel / User Name"
'
'txtTwitchChannel
'
Me.txtTwitchChannel.Location = New System.Drawing.Point(153, 6)
Me.txtTwitchChannel.Name = "txtTwitchChannel"
Me.txtTwitchChannel.Size = New System.Drawing.Size(160, 20)
Me.txtTwitchChannel.TabIndex = 96
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(328, 9)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(232, 13)
Me.Label2.TabIndex = 97
Me.Label2.Text = "We need this to allow you to save your settings."
'
'roDefault
'
Me.roDefault.AutoSize = True
Me.roDefault.Location = New System.Drawing.Point(24, 38)
Me.roDefault.Name = "roDefault"
Me.roDefault.Size = New System.Drawing.Size(59, 17)
Me.roDefault.TabIndex = 98
Me.roDefault.TabStop = True
Me.roDefault.Text = "Default"
Me.roDefault.UseVisualStyleBackColor = True
'
'roCustom
'
Me.roCustom.AutoSize = True
Me.roCustom.Location = New System.Drawing.Point(94, 37)
Me.roCustom.Name = "roCustom"
Me.roCustom.Size = New System.Drawing.Size(60, 17)
Me.roCustom.TabIndex = 99
Me.roCustom.TabStop = True
Me.roCustom.Text = "Custom"
Me.roCustom.UseVisualStyleBackColor = True
'
'btnSaveThenVLC
'
Me.btnSaveThenVLC.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnSaveThenVLC.Location = New System.Drawing.Point(756, 727)
Me.btnSaveThenVLC.Name = "btnSaveThenVLC"
Me.btnSaveThenVLC.Size = New System.Drawing.Size(252, 54)
Me.btnSaveThenVLC.TabIndex = 100
Me.btnSaveThenVLC.Text = "Save OBS Settings and " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Continue to VLC Settings"
Me.btnSaveThenVLC.UseVisualStyleBackColor = True
'
'panOBS
'
Me.panOBS.BackgroundImage = Global.ALTTPRCropDashboard.My.Resources.Resources.Settings_Background_Resized
Me.panOBS.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
Me.panOBS.Controls.Add(Me.lblRightTimerStatus)
Me.panOBS.Controls.Add(Me.lblLeftTimerStatus)
Me.panOBS.Controls.Add(Me.lblRightRunnerStatus)
Me.panOBS.Controls.Add(Me.lblLeftRunnerStatus)
Me.panOBS.Controls.Add(Me.lblRightGameStatus)
Me.panOBS.Controls.Add(Me.lblLeftGameStatus)
Me.panOBS.Controls.Add(Me.lblCommentaryStatus)
Me.panOBS.Controls.Add(Me.lblRightTrackerStatus)
Me.panOBS.Controls.Add(Me.lblLeftTrackerStatus)
Me.panOBS.Controls.Add(Me.cbCommentaryOBS)
Me.panOBS.Controls.Add(Me.cbRightTrackerOBS)
Me.panOBS.Controls.Add(Me.cbRightRunnerOBS)
Me.panOBS.Controls.Add(Me.cbLeftTrackerOBS)
Me.panOBS.Controls.Add(Me.cbLeftRunnerOBS)
Me.panOBS.Controls.Add(Me.cbRightGameWindow)
Me.panOBS.Controls.Add(Me.cbLeftTimerWindow)
Me.panOBS.Controls.Add(Me.cbRightTimerWindow)
Me.panOBS.Controls.Add(Me.cbLeftGameWindow)
Me.panOBS.Controls.Add(Me.btnRefreshScenes)
Me.panOBS.Location = New System.Drawing.Point(6, 89)
Me.panOBS.Name = "panOBS"
Me.panOBS.Size = New System.Drawing.Size(1008, 635)
Me.panOBS.TabIndex = 94
'
'lblRightTimerStatus
'
Me.lblRightTimerStatus.AutoSize = True
Me.lblRightTimerStatus.BackColor = System.Drawing.Color.Transparent
Me.lblRightTimerStatus.Location = New System.Drawing.Point(890, 90)
Me.lblRightTimerStatus.Name = "lblRightTimerStatus"
Me.lblRightTimerStatus.Size = New System.Drawing.Size(94, 13)
Me.lblRightTimerStatus.TabIndex = 99
Me.lblRightTimerStatus.Text = "Right Timer Status"
'
'lblLeftTimerStatus
'
Me.lblLeftTimerStatus.AutoSize = True
Me.lblLeftTimerStatus.BackColor = System.Drawing.Color.Transparent
Me.lblLeftTimerStatus.Location = New System.Drawing.Point(17, 90)
Me.lblLeftTimerStatus.Name = "lblLeftTimerStatus"
Me.lblLeftTimerStatus.Size = New System.Drawing.Size(87, 13)
Me.lblLeftTimerStatus.TabIndex = 98
Me.lblLeftTimerStatus.Text = "Left Timer Status"
'
'lblRightRunnerStatus
'
Me.lblRightRunnerStatus.AutoSize = True
Me.lblRightRunnerStatus.BackColor = System.Drawing.Color.Transparent
Me.lblRightRunnerStatus.Location = New System.Drawing.Point(566, 90)
Me.lblRightRunnerStatus.Name = "lblRightRunnerStatus"
Me.lblRightRunnerStatus.Size = New System.Drawing.Size(103, 13)
Me.lblRightRunnerStatus.TabIndex = 97
Me.lblRightRunnerStatus.Text = "Right Runner Status"
'
'lblLeftRunnerStatus
'
Me.lblLeftRunnerStatus.AutoSize = True
Me.lblLeftRunnerStatus.BackColor = System.Drawing.Color.Transparent
Me.lblLeftRunnerStatus.Location = New System.Drawing.Point(305, 90)
Me.lblLeftRunnerStatus.Name = "lblLeftRunnerStatus"
Me.lblLeftRunnerStatus.Size = New System.Drawing.Size(96, 13)
Me.lblLeftRunnerStatus.TabIndex = 96
Me.lblLeftRunnerStatus.Text = "Left Runner Status"
'
'lblRightGameStatus
'
Me.lblRightGameStatus.AutoSize = True
Me.lblRightGameStatus.BackColor = System.Drawing.Color.Transparent
Me.lblRightGameStatus.Location = New System.Drawing.Point(611, 232)
Me.lblRightGameStatus.Name = "lblRightGameStatus"
Me.lblRightGameStatus.Size = New System.Drawing.Size(96, 13)
Me.lblRightGameStatus.TabIndex = 95
Me.lblRightGameStatus.Text = "Right Game Status"
'
'lblLeftGameStatus
'
Me.lblLeftGameStatus.AutoSize = True
Me.lblLeftGameStatus.BackColor = System.Drawing.Color.Transparent
Me.lblLeftGameStatus.Location = New System.Drawing.Point(50, 232)
Me.lblLeftGameStatus.Name = "lblLeftGameStatus"
Me.lblLeftGameStatus.Size = New System.Drawing.Size(89, 13)
Me.lblLeftGameStatus.TabIndex = 94
Me.lblLeftGameStatus.Text = "Left Game Status"
'
'lblCommentaryStatus
'
Me.lblCommentaryStatus.AutoSize = True
Me.lblCommentaryStatus.BackColor = System.Drawing.Color.Transparent
Me.lblCommentaryStatus.Location = New System.Drawing.Point(433, 609)
Me.lblCommentaryStatus.Name = "lblCommentaryStatus"
Me.lblCommentaryStatus.Size = New System.Drawing.Size(98, 13)
Me.lblCommentaryStatus.TabIndex = 93
Me.lblCommentaryStatus.Text = "Commentary Status"
'
'lblRightTrackerStatus
'
Me.lblRightTrackerStatus.AutoSize = True
Me.lblRightTrackerStatus.BackColor = System.Drawing.Color.Transparent
Me.lblRightTrackerStatus.Location = New System.Drawing.Point(772, 519)
Me.lblRightTrackerStatus.Name = "lblRightTrackerStatus"
Me.lblRightTrackerStatus.Size = New System.Drawing.Size(105, 13)
Me.lblRightTrackerStatus.TabIndex = 92
Me.lblRightTrackerStatus.Text = "Right Tracker Status"
'
'lblLeftTrackerStatus
'
Me.lblLeftTrackerStatus.AutoSize = True
Me.lblLeftTrackerStatus.BackColor = System.Drawing.Color.Transparent
Me.lblLeftTrackerStatus.Location = New System.Drawing.Point(38, 531)
Me.lblLeftTrackerStatus.Name = "lblLeftTrackerStatus"
Me.lblLeftTrackerStatus.Size = New System.Drawing.Size(98, 13)
Me.lblLeftTrackerStatus.TabIndex = 91
Me.lblLeftTrackerStatus.Text = "Left Tracker Status"
'
'cbCommentaryOBS
'
Me.cbCommentaryOBS.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbCommentaryOBS.FormattingEnabled = True
Me.cbCommentaryOBS.Location = New System.Drawing.Point(427, 581)
Me.cbCommentaryOBS.Name = "cbCommentaryOBS"
Me.cbCommentaryOBS.Size = New System.Drawing.Size(301, 25)
Me.cbCommentaryOBS.TabIndex = 90
'
'cbRightTrackerOBS
'
Me.cbRightTrackerOBS.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbRightTrackerOBS.FormattingEnabled = True
Me.cbRightTrackerOBS.Location = New System.Drawing.Point(764, 535)
Me.cbRightTrackerOBS.Name = "cbRightTrackerOBS"
Me.cbRightTrackerOBS.Size = New System.Drawing.Size(224, 25)
Me.cbRightTrackerOBS.TabIndex = 86
'
'cbRightRunnerOBS
'
Me.cbRightRunnerOBS.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbRightRunnerOBS.FormattingEnabled = True
Me.cbRightRunnerOBS.Location = New System.Drawing.Point(557, 53)
Me.cbRightRunnerOBS.Name = "cbRightRunnerOBS"
Me.cbRightRunnerOBS.Size = New System.Drawing.Size(302, 25)
Me.cbRightRunnerOBS.TabIndex = 74
'
'cbLeftTrackerOBS
'
Me.cbLeftTrackerOBS.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbLeftTrackerOBS.FormattingEnabled = True
Me.cbLeftTrackerOBS.Location = New System.Drawing.Point(26, 547)
Me.cbLeftTrackerOBS.Name = "cbLeftTrackerOBS"
Me.cbLeftTrackerOBS.Size = New System.Drawing.Size(231, 25)
Me.cbLeftTrackerOBS.TabIndex = 88
'
'cbLeftRunnerOBS
'
Me.cbLeftRunnerOBS.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbLeftRunnerOBS.FormattingEnabled = True
Me.cbLeftRunnerOBS.Location = New System.Drawing.Point(197, 53)
Me.cbLeftRunnerOBS.Name = "cbLeftRunnerOBS"
Me.cbLeftRunnerOBS.Size = New System.Drawing.Size(253, 25)
Me.cbLeftRunnerOBS.TabIndex = 76
'
'cbRightGameWindow
'
Me.cbRightGameWindow.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbRightGameWindow.FormattingEnabled = True
Me.cbRightGameWindow.Location = New System.Drawing.Point(607, 248)
Me.cbRightGameWindow.Name = "cbRightGameWindow"
Me.cbRightGameWindow.Size = New System.Drawing.Size(338, 25)
Me.cbRightGameWindow.TabIndex = 78
'
'cbLeftTimerWindow
'
Me.cbLeftTimerWindow.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbLeftTimerWindow.FormattingEnabled = True
Me.cbLeftTimerWindow.Location = New System.Drawing.Point(15, 29)
Me.cbLeftTimerWindow.Name = "cbLeftTimerWindow"
Me.cbLeftTimerWindow.Size = New System.Drawing.Size(148, 25)
Me.cbLeftTimerWindow.TabIndex = 84
'
'cbRightTimerWindow
'
Me.cbRightTimerWindow.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbRightTimerWindow.FormattingEnabled = True
Me.cbRightTimerWindow.Location = New System.Drawing.Point(856, 29)
Me.cbRightTimerWindow.Name = "cbRightTimerWindow"
Me.cbRightTimerWindow.Size = New System.Drawing.Size(146, 25)
Me.cbRightTimerWindow.TabIndex = 80
'
'cbLeftGameWindow
'
Me.cbLeftGameWindow.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbLeftGameWindow.FormattingEnabled = True
Me.cbLeftGameWindow.Location = New System.Drawing.Point(43, 248)
Me.cbLeftGameWindow.Name = "cbLeftGameWindow"
Me.cbLeftGameWindow.Size = New System.Drawing.Size(360, 25)
Me.cbLeftGameWindow.TabIndex = 82
'
'btnRefreshScenes
'
Me.btnRefreshScenes.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnRefreshScenes.Location = New System.Drawing.Point(401, 375)
Me.btnRefreshScenes.Name = "btnRefreshScenes"
Me.btnRefreshScenes.Size = New System.Drawing.Size(187, 56)
Me.btnRefreshScenes.TabIndex = 31
Me.btnRefreshScenes.Text = "Refresh OBS Scenes"
Me.btnRefreshScenes.UseVisualStyleBackColor = True
'
'Panel1
'
Me.Panel1.AutoScroll = True
Me.Panel1.Controls.Add(Me.Label1)
Me.Panel1.Controls.Add(Me.btnSaveThenVLC)
Me.Panel1.Controls.Add(Me.lblOBS1ConnectedStatus)
Me.Panel1.Controls.Add(Me.btnResetSettings)
Me.Panel1.Controls.Add(Me.panOBS)
Me.Panel1.Controls.Add(Me.btnSaveSettings)
Me.Panel1.Controls.Add(Me.gbConnection1)
Me.Panel1.Controls.Add(Me.roCustom)
Me.Panel1.Controls.Add(Me.txtTwitchChannel)
Me.Panel1.Controls.Add(Me.btnConnectOBS1)
Me.Panel1.Controls.Add(Me.Label2)
Me.Panel1.Controls.Add(Me.roDefault)
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
Me.Panel1.Location = New System.Drawing.Point(0, 0)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(1014, 781)
Me.Panel1.TabIndex = 101
'
'UserSettings
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.AutoScroll = True
Me.ClientSize = New System.Drawing.Size(1014, 781)
Me.Controls.Add(Me.Panel1)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "UserSettings"
Me.Text = "User Settings"
Me.gbConnection1.ResumeLayout(False)
Me.gbConnection1.PerformLayout()
Me.panOBS.ResumeLayout(False)
Me.panOBS.PerformLayout()
Me.Panel1.ResumeLayout(False)
Me.Panel1.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents btnSaveSettings As Button
Friend WithEvents cbLeftRunnerOBS As ComboBox
Friend WithEvents cbRightRunnerOBS As ComboBox
Friend WithEvents cbRightGameWindow As ComboBox
Friend WithEvents cbRightTimerWindow As ComboBox
Friend WithEvents cbLeftGameWindow As ComboBox
Friend WithEvents cbLeftTimerWindow As ComboBox
Friend WithEvents cbRightTrackerOBS As ComboBox
Friend WithEvents cbLeftTrackerOBS As ComboBox
Friend WithEvents cbCommentaryOBS As ComboBox
Friend WithEvents gbConnection1 As GroupBox
Friend WithEvents Label26 As Label
Friend WithEvents txtPassword1 As TextBox
Friend WithEvents txtConnectionString1 As TextBox
Friend WithEvents Label25 As Label
Friend WithEvents btnRefreshScenes As Button
Friend WithEvents btnConnectOBS1 As Button
Friend WithEvents lblOBS1ConnectedStatus As Label
Friend WithEvents btnResetSettings As Button
Friend WithEvents panOBS As Panel
Friend WithEvents Label1 As Label
Friend WithEvents txtTwitchChannel As TextBox
Friend WithEvents Label2 As Label
Friend WithEvents roDefault As RadioButton
Friend WithEvents roCustom As RadioButton
Friend WithEvents btnSaveThenVLC As Button
Friend WithEvents Label3 As Label
Friend WithEvents txtConnectionPort As TextBox
Friend WithEvents Panel1 As Panel
Friend WithEvents lblLeftTrackerStatus As Label
Friend WithEvents lblRightTrackerStatus As Label
Friend WithEvents lblRightTimerStatus As Label
Friend WithEvents lblLeftTimerStatus As Label
Friend WithEvents lblRightRunnerStatus As Label
Friend WithEvents lblLeftRunnerStatus As Label
Friend WithEvents lblRightGameStatus As Label
Friend WithEvents lblLeftGameStatus As Label
Friend WithEvents lblCommentaryStatus As Label
End Class