-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pending Deck.Designer.vb
397 lines (392 loc) · 15.7 KB
/
Pending Deck.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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class Pending_Deck
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(Pending_Deck))
Me.Label25 = New System.Windows.Forms.Label()
Me.Panel140 = New System.Windows.Forms.Panel()
Me.Panel141 = New System.Windows.Forms.Panel()
Me.Panel142 = New System.Windows.Forms.Panel()
Me.Panel143 = New System.Windows.Forms.Panel()
Me.deckNameTxt = New System.Windows.Forms.TextBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.Label6 = New System.Windows.Forms.Label()
Me.Label7 = New System.Windows.Forms.Label()
Me.uploadedByLbl = New System.Windows.Forms.Label()
Me.banlistLbl = New System.Windows.Forms.Label()
Me.uploadDateLbl = New System.Windows.Forms.Label()
Me.deckTypeLbl = New System.Windows.Forms.Label()
Me.deckDescriptionRtxt = New System.Windows.Forms.RichTextBox()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.Panel2 = New System.Windows.Forms.Panel()
Me.Panel3 = New System.Windows.Forms.Panel()
Me.Panel4 = New System.Windows.Forms.Panel()
Me.approveBtn = New System.Windows.Forms.Button()
Me.denyBtn = New System.Windows.Forms.Button()
Me.viewDeckBtn = New System.Windows.Forms.Button()
Me.Label8 = New System.Windows.Forms.Label()
Me.Panel5 = New System.Windows.Forms.Panel()
Me.Panel6 = New System.Windows.Forms.Panel()
Me.Panel7 = New System.Windows.Forms.Panel()
Me.Panel8 = New System.Windows.Forms.Panel()
Me.youTubeIdTxt = New System.Windows.Forms.TextBox()
Me.SuspendLayout()
'
'Label25
'
Me.Label25.AutoSize = True
Me.Label25.ForeColor = System.Drawing.Color.Cyan
Me.Label25.Location = New System.Drawing.Point(12, 16)
Me.Label25.Name = "Label25"
Me.Label25.Size = New System.Drawing.Size(67, 13)
Me.Label25.TabIndex = 261
Me.Label25.Text = "Deck Name:"
'
'Panel140
'
Me.Panel140.BackColor = System.Drawing.Color.Cyan
Me.Panel140.Location = New System.Drawing.Point(225, 13)
Me.Panel140.Name = "Panel140"
Me.Panel140.Size = New System.Drawing.Size(1, 19)
Me.Panel140.TabIndex = 260
'
'Panel141
'
Me.Panel141.BackColor = System.Drawing.Color.Cyan
Me.Panel141.Location = New System.Drawing.Point(90, 13)
Me.Panel141.Name = "Panel141"
Me.Panel141.Size = New System.Drawing.Size(1, 19)
Me.Panel141.TabIndex = 259
'
'Panel142
'
Me.Panel142.BackColor = System.Drawing.Color.Cyan
Me.Panel142.Location = New System.Drawing.Point(91, 31)
Me.Panel142.Name = "Panel142"
Me.Panel142.Size = New System.Drawing.Size(135, 1)
Me.Panel142.TabIndex = 258
'
'Panel143
'
Me.Panel143.BackColor = System.Drawing.Color.Cyan
Me.Panel143.Location = New System.Drawing.Point(91, 13)
Me.Panel143.Name = "Panel143"
Me.Panel143.Size = New System.Drawing.Size(135, 1)
Me.Panel143.TabIndex = 257
'
'deckNameTxt
'
Me.deckNameTxt.BackColor = System.Drawing.Color.Black
Me.deckNameTxt.BorderStyle = System.Windows.Forms.BorderStyle.None
Me.deckNameTxt.ForeColor = System.Drawing.Color.Cyan
Me.deckNameTxt.Location = New System.Drawing.Point(93, 16)
Me.deckNameTxt.Name = "deckNameTxt"
Me.deckNameTxt.Size = New System.Drawing.Size(131, 13)
Me.deckNameTxt.TabIndex = 256
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.ForeColor = System.Drawing.Color.Cyan
Me.Label1.Location = New System.Drawing.Point(12, 68)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(34, 13)
Me.Label1.TabIndex = 262
Me.Label1.Text = "Type:"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.ForeColor = System.Drawing.Color.Cyan
Me.Label4.Location = New System.Drawing.Point(12, 120)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(41, 13)
Me.Label4.TabIndex = 266
Me.Label4.Text = "Banlist:"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.ForeColor = System.Drawing.Color.Cyan
Me.Label5.Location = New System.Drawing.Point(12, 94)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(70, 13)
Me.Label5.TabIndex = 265
Me.Label5.Text = "Upload Date:"
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.ForeColor = System.Drawing.Color.Cyan
Me.Label6.Location = New System.Drawing.Point(12, 172)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(63, 13)
Me.Label6.TabIndex = 268
Me.Label6.Text = "Description:"
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.ForeColor = System.Drawing.Color.Cyan
Me.Label7.Location = New System.Drawing.Point(12, 146)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(71, 13)
Me.Label7.TabIndex = 267
Me.Label7.Text = "Uploaded By:"
'
'uploadedByLbl
'
Me.uploadedByLbl.AutoSize = True
Me.uploadedByLbl.ForeColor = System.Drawing.Color.Cyan
Me.uploadedByLbl.Location = New System.Drawing.Point(90, 146)
Me.uploadedByLbl.Name = "uploadedByLbl"
Me.uploadedByLbl.Size = New System.Drawing.Size(0, 13)
Me.uploadedByLbl.TabIndex = 272
'
'banlistLbl
'
Me.banlistLbl.AutoSize = True
Me.banlistLbl.ForeColor = System.Drawing.Color.Cyan
Me.banlistLbl.Location = New System.Drawing.Point(90, 120)
Me.banlistLbl.Name = "banlistLbl"
Me.banlistLbl.Size = New System.Drawing.Size(0, 13)
Me.banlistLbl.TabIndex = 271
'
'uploadDateLbl
'
Me.uploadDateLbl.AutoSize = True
Me.uploadDateLbl.ForeColor = System.Drawing.Color.Cyan
Me.uploadDateLbl.Location = New System.Drawing.Point(90, 94)
Me.uploadDateLbl.Name = "uploadDateLbl"
Me.uploadDateLbl.Size = New System.Drawing.Size(0, 13)
Me.uploadDateLbl.TabIndex = 270
'
'deckTypeLbl
'
Me.deckTypeLbl.AutoSize = True
Me.deckTypeLbl.ForeColor = System.Drawing.Color.Cyan
Me.deckTypeLbl.Location = New System.Drawing.Point(90, 68)
Me.deckTypeLbl.Name = "deckTypeLbl"
Me.deckTypeLbl.Size = New System.Drawing.Size(0, 13)
Me.deckTypeLbl.TabIndex = 269
'
'deckDescriptionRtxt
'
Me.deckDescriptionRtxt.BackColor = System.Drawing.Color.Black
Me.deckDescriptionRtxt.BorderStyle = System.Windows.Forms.BorderStyle.None
Me.deckDescriptionRtxt.ForeColor = System.Drawing.Color.Cyan
Me.deckDescriptionRtxt.Location = New System.Drawing.Point(94, 176)
Me.deckDescriptionRtxt.Name = "deckDescriptionRtxt"
Me.deckDescriptionRtxt.Size = New System.Drawing.Size(421, 118)
Me.deckDescriptionRtxt.TabIndex = 273
Me.deckDescriptionRtxt.Text = ""
'
'Panel1
'
Me.Panel1.BackColor = System.Drawing.Color.Cyan
Me.Panel1.Location = New System.Drawing.Point(90, 172)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(1, 126)
Me.Panel1.TabIndex = 274
'
'Panel2
'
Me.Panel2.BackColor = System.Drawing.Color.Cyan
Me.Panel2.Location = New System.Drawing.Point(91, 172)
Me.Panel2.Name = "Panel2"
Me.Panel2.Size = New System.Drawing.Size(428, 1)
Me.Panel2.TabIndex = 275
'
'Panel3
'
Me.Panel3.BackColor = System.Drawing.Color.Cyan
Me.Panel3.Location = New System.Drawing.Point(90, 297)
Me.Panel3.Name = "Panel3"
Me.Panel3.Size = New System.Drawing.Size(429, 1)
Me.Panel3.TabIndex = 276
'
'Panel4
'
Me.Panel4.BackColor = System.Drawing.Color.Cyan
Me.Panel4.Location = New System.Drawing.Point(518, 172)
Me.Panel4.Name = "Panel4"
Me.Panel4.Size = New System.Drawing.Size(1, 126)
Me.Panel4.TabIndex = 277
'
'approveBtn
'
Me.approveBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.approveBtn.ForeColor = System.Drawing.Color.LimeGreen
Me.approveBtn.Location = New System.Drawing.Point(442, 13)
Me.approveBtn.Name = "approveBtn"
Me.approveBtn.Size = New System.Drawing.Size(77, 24)
Me.approveBtn.TabIndex = 278
Me.approveBtn.Text = "Approve"
Me.approveBtn.UseVisualStyleBackColor = True
'
'denyBtn
'
Me.denyBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.denyBtn.ForeColor = System.Drawing.Color.Red
Me.denyBtn.Location = New System.Drawing.Point(442, 43)
Me.denyBtn.Name = "denyBtn"
Me.denyBtn.Size = New System.Drawing.Size(77, 24)
Me.denyBtn.TabIndex = 279
Me.denyBtn.Text = "Deny"
Me.denyBtn.UseVisualStyleBackColor = True
'
'viewDeckBtn
'
Me.viewDeckBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.viewDeckBtn.ForeColor = System.Drawing.Color.Cyan
Me.viewDeckBtn.Location = New System.Drawing.Point(442, 73)
Me.viewDeckBtn.Name = "viewDeckBtn"
Me.viewDeckBtn.Size = New System.Drawing.Size(77, 24)
Me.viewDeckBtn.TabIndex = 280
Me.viewDeckBtn.Text = "View Deck"
Me.viewDeckBtn.UseVisualStyleBackColor = True
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.ForeColor = System.Drawing.Color.Cyan
Me.Label8.Location = New System.Drawing.Point(12, 42)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(68, 13)
Me.Label8.TabIndex = 288
Me.Label8.Text = "YouTube ID:"
'
'Panel5
'
Me.Panel5.BackColor = System.Drawing.Color.Cyan
Me.Panel5.Location = New System.Drawing.Point(225, 39)
Me.Panel5.Name = "Panel5"
Me.Panel5.Size = New System.Drawing.Size(1, 19)
Me.Panel5.TabIndex = 287
'
'Panel6
'
Me.Panel6.BackColor = System.Drawing.Color.Cyan
Me.Panel6.Location = New System.Drawing.Point(90, 39)
Me.Panel6.Name = "Panel6"
Me.Panel6.Size = New System.Drawing.Size(1, 19)
Me.Panel6.TabIndex = 286
'
'Panel7
'
Me.Panel7.BackColor = System.Drawing.Color.Cyan
Me.Panel7.Location = New System.Drawing.Point(91, 57)
Me.Panel7.Name = "Panel7"
Me.Panel7.Size = New System.Drawing.Size(135, 1)
Me.Panel7.TabIndex = 285
'
'Panel8
'
Me.Panel8.BackColor = System.Drawing.Color.Cyan
Me.Panel8.Location = New System.Drawing.Point(91, 39)
Me.Panel8.Name = "Panel8"
Me.Panel8.Size = New System.Drawing.Size(135, 1)
Me.Panel8.TabIndex = 284
'
'youTubeIdTxt
'
Me.youTubeIdTxt.BackColor = System.Drawing.Color.Black
Me.youTubeIdTxt.BorderStyle = System.Windows.Forms.BorderStyle.None
Me.youTubeIdTxt.ForeColor = System.Drawing.Color.Cyan
Me.youTubeIdTxt.Location = New System.Drawing.Point(93, 42)
Me.youTubeIdTxt.Name = "youTubeIdTxt"
Me.youTubeIdTxt.Size = New System.Drawing.Size(131, 13)
Me.youTubeIdTxt.TabIndex = 283
'
'Pending_Deck
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.Black
Me.ClientSize = New System.Drawing.Size(529, 306)
Me.Controls.Add(Me.Label8)
Me.Controls.Add(Me.Panel5)
Me.Controls.Add(Me.Panel6)
Me.Controls.Add(Me.Panel7)
Me.Controls.Add(Me.Panel8)
Me.Controls.Add(Me.youTubeIdTxt)
Me.Controls.Add(Me.viewDeckBtn)
Me.Controls.Add(Me.denyBtn)
Me.Controls.Add(Me.approveBtn)
Me.Controls.Add(Me.Panel4)
Me.Controls.Add(Me.Panel3)
Me.Controls.Add(Me.Panel2)
Me.Controls.Add(Me.Panel1)
Me.Controls.Add(Me.deckDescriptionRtxt)
Me.Controls.Add(Me.uploadedByLbl)
Me.Controls.Add(Me.banlistLbl)
Me.Controls.Add(Me.uploadDateLbl)
Me.Controls.Add(Me.deckTypeLbl)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.Label7)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.Label25)
Me.Controls.Add(Me.Panel140)
Me.Controls.Add(Me.Panel141)
Me.Controls.Add(Me.Panel142)
Me.Controls.Add(Me.Panel143)
Me.Controls.Add(Me.deckNameTxt)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.Name = "Pending_Deck"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Pending Deck"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Label25 As Label
Friend WithEvents Panel140 As Panel
Friend WithEvents Panel141 As Panel
Friend WithEvents Panel142 As Panel
Friend WithEvents Panel143 As Panel
Friend WithEvents deckNameTxt As TextBox
Friend WithEvents Label1 As Label
Friend WithEvents Label4 As Label
Friend WithEvents Label5 As Label
Friend WithEvents Label6 As Label
Friend WithEvents Label7 As Label
Friend WithEvents uploadedByLbl As Label
Friend WithEvents banlistLbl As Label
Friend WithEvents uploadDateLbl As Label
Friend WithEvents deckTypeLbl As Label
Friend WithEvents deckDescriptionRtxt As RichTextBox
Friend WithEvents Panel1 As Panel
Friend WithEvents Panel2 As Panel
Friend WithEvents Panel3 As Panel
Friend WithEvents Panel4 As Panel
Friend WithEvents approveBtn As Button
Friend WithEvents denyBtn As Button
Friend WithEvents viewDeckBtn As Button
Friend WithEvents Label8 As Label
Friend WithEvents Panel5 As Panel
Friend WithEvents Panel6 As Panel
Friend WithEvents Panel7 As Panel
Friend WithEvents Panel8 As Panel
Friend WithEvents youTubeIdTxt As TextBox
End Class