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
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Knowledge_Input
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()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Knowledge_Input))
Me.ListBox1 = New System.Windows.Forms.ListBox()
Me.pnlintro = New System.Windows.Forms.Panel()
Me.pnlcategorydisplay = New System.Windows.Forms.Panel()
Me.lblnextreward = New System.Windows.Forms.Label()
Me.guessbox = New System.Windows.Forms.TextBox()
Me.lblcurrentlevel = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.listblistedstuff = New System.Windows.Forms.ListBox()
Me.lbltillnextlevel = New System.Windows.Forms.Label()
Me.lbltotal = New System.Windows.Forms.Label()
Me.btnstart = New System.Windows.Forms.Button()
Me.lblcatedescription = New System.Windows.Forms.Label()
Me.lblcategory = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.decider = New System.Windows.Forms.Timer(Me.components)
Me.Label6 = New System.Windows.Forms.Label()
Me.pgcontents = New System.Windows.Forms.Panel()
Me.titlebar = New System.Windows.Forms.Panel()
Me.minimizebutton = New System.Windows.Forms.Panel()
Me.pnlicon = New System.Windows.Forms.PictureBox()
Me.rollupbutton = New System.Windows.Forms.Panel()
Me.closebutton = New System.Windows.Forms.Panel()
Me.lbtitletext = New System.Windows.Forms.Label()
Me.pgtoplcorner = New System.Windows.Forms.Panel()
Me.pgtoprcorner = New System.Windows.Forms.Panel()
Me.pgleft = New System.Windows.Forms.Panel()
Me.pgbottomlcorner = New System.Windows.Forms.Panel()
Me.pgright = New System.Windows.Forms.Panel()
Me.pgbottomrcorner = New System.Windows.Forms.Panel()
Me.pgbottom = New System.Windows.Forms.Panel()
Me.pnlintro.SuspendLayout()
Me.pnlcategorydisplay.SuspendLayout()
Me.pgcontents.SuspendLayout()
Me.titlebar.SuspendLayout()
CType(Me.pnlicon, System.ComponentModel.ISupportInitialize).BeginInit()
Me.pgleft.SuspendLayout()
Me.pgright.SuspendLayout()
Me.SuspendLayout()
'
'ListBox1
'
Me.ListBox1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.ListBox1.BackColor = System.Drawing.Color.White
Me.ListBox1.BorderStyle = System.Windows.Forms.BorderStyle.None
Me.ListBox1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed
Me.ListBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ListBox1.ForeColor = System.Drawing.Color.Black
Me.ListBox1.FormattingEnabled = True
Me.ListBox1.ItemHeight = 24
Me.ListBox1.Items.AddRange(New Object() {"Animals", "Countries", "Fruits"})
Me.ListBox1.Location = New System.Drawing.Point(9, 49)
Me.ListBox1.Name = "ListBox1"
Me.ListBox1.Size = New System.Drawing.Size(175, 216)
Me.ListBox1.TabIndex = 0
'
'pnlintro
'
Me.pnlintro.Controls.Add(Me.pnlcategorydisplay)
Me.pnlintro.Controls.Add(Me.Label4)
Me.pnlintro.Controls.Add(Me.Label3)
Me.pnlintro.Controls.Add(Me.Label2)
Me.pnlintro.Controls.Add(Me.Label1)
Me.pnlintro.Dock = System.Windows.Forms.DockStyle.Right
Me.pnlintro.Location = New System.Drawing.Point(191, 0)
Me.pnlintro.Name = "pnlintro"
Me.pnlintro.Size = New System.Drawing.Size(478, 272)
Me.pnlintro.TabIndex = 1
'
'pnlcategorydisplay
'
Me.pnlcategorydisplay.Controls.Add(Me.lblnextreward)
Me.pnlcategorydisplay.Controls.Add(Me.guessbox)
Me.pnlcategorydisplay.Controls.Add(Me.lblcurrentlevel)
Me.pnlcategorydisplay.Controls.Add(Me.Label5)
Me.pnlcategorydisplay.Controls.Add(Me.listblistedstuff)
Me.pnlcategorydisplay.Controls.Add(Me.lbltillnextlevel)
Me.pnlcategorydisplay.Controls.Add(Me.lbltotal)
Me.pnlcategorydisplay.Controls.Add(Me.btnstart)
Me.pnlcategorydisplay.Controls.Add(Me.lblcatedescription)
Me.pnlcategorydisplay.Controls.Add(Me.lblcategory)
Me.pnlcategorydisplay.Dock = System.Windows.Forms.DockStyle.Fill
Me.pnlcategorydisplay.ForeColor = System.Drawing.Color.Black
Me.pnlcategorydisplay.Location = New System.Drawing.Point(0, 0)
Me.pnlcategorydisplay.Name = "pnlcategorydisplay"
Me.pnlcategorydisplay.Size = New System.Drawing.Size(478, 272)
Me.pnlcategorydisplay.TabIndex = 2
'
'lblnextreward
'
Me.lblnextreward.AutoSize = True
Me.lblnextreward.Font = New System.Drawing.Font("Palatino Linotype", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblnextreward.Location = New System.Drawing.Point(36, 110)
Me.lblnextreward.Name = "lblnextreward"
Me.lblnextreward.Size = New System.Drawing.Size(244, 20)
Me.lblnextreward.TabIndex = 11
Me.lblnextreward.Text = "Reward for completing level 1: 5CP"
Me.lblnextreward.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'guessbox
'
Me.guessbox.BackColor = System.Drawing.Color.White
Me.guessbox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.guessbox.Font = New System.Drawing.Font("Century", 24.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.guessbox.ForeColor = System.Drawing.Color.Black
Me.guessbox.Location = New System.Drawing.Point(11, 147)
Me.guessbox.Multiline = True
Me.guessbox.Name = "guessbox"
Me.guessbox.Size = New System.Drawing.Size(297, 45)
Me.guessbox.TabIndex = 9
Me.guessbox.Text = "Enter Guess Here"
Me.guessbox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'lblcurrentlevel
'
Me.lblcurrentlevel.Font = New System.Drawing.Font("Gill Sans Ultra Bold", 20.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblcurrentlevel.Location = New System.Drawing.Point(-6, 77)
Me.lblcurrentlevel.Name = "lblcurrentlevel"
Me.lblcurrentlevel.Size = New System.Drawing.Size(331, 42)
Me.lblcurrentlevel.TabIndex = 8
Me.lblcurrentlevel.Text = "Current Level: 1"
Me.lblcurrentlevel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label5.Location = New System.Drawing.Point(340, 12)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(123, 18)
Me.Label5.TabIndex = 7
Me.Label5.Text = "All Ready Done"
'
'listblistedstuff
'
Me.listblistedstuff.BackColor = System.Drawing.Color.Black
Me.listblistedstuff.BorderStyle = System.Windows.Forms.BorderStyle.None
Me.listblistedstuff.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed
Me.listblistedstuff.ForeColor = System.Drawing.Color.White
Me.listblistedstuff.FormattingEnabled = True
Me.listblistedstuff.Location = New System.Drawing.Point(340, 41)
Me.listblistedstuff.Name = "listblistedstuff"
Me.listblistedstuff.ScrollAlwaysVisible = True
Me.listblistedstuff.Size = New System.Drawing.Size(129, 221)
Me.listblistedstuff.TabIndex = 6
'
'lbltillnextlevel
'
Me.lbltillnextlevel.AutoSize = True
Me.lbltillnextlevel.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lbltillnextlevel.Location = New System.Drawing.Point(8, 250)
Me.lbltillnextlevel.Name = "lbltillnextlevel"
Me.lbltillnextlevel.Size = New System.Drawing.Size(146, 16)
Me.lbltillnextlevel.TabIndex = 5
Me.lbltillnextlevel.Text = "Words Until Next Level:"
'
'lbltotal
'
Me.lbltotal.AutoSize = True
Me.lbltotal.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lbltotal.Location = New System.Drawing.Point(191, 250)
Me.lbltotal.Name = "lbltotal"
Me.lbltotal.Size = New System.Drawing.Size(66, 16)
Me.lbltotal.TabIndex = 3
Me.lbltotal.Text = "Guessed:"
'
'btnstart
'
Me.btnstart.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnstart.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnstart.Location = New System.Drawing.Point(11, 198)
Me.btnstart.Name = "btnstart"
Me.btnstart.Size = New System.Drawing.Size(297, 46)
Me.btnstart.TabIndex = 2
Me.btnstart.Text = "Submit Word"
Me.btnstart.UseVisualStyleBackColor = True
'
'lblcatedescription
'
Me.lblcatedescription.Location = New System.Drawing.Point(11, 48)
Me.lblcatedescription.Name = "lblcatedescription"
Me.lblcatedescription.Size = New System.Drawing.Size(297, 26)
Me.lblcatedescription.TabIndex = 1
Me.lblcatedescription.Text = "There are many animals out there! Can you list them all? " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Note that this is a li" & _
"st of common animals, not every animal!"
Me.lblcatedescription.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'lblcategory
'
Me.lblcategory.Font = New System.Drawing.Font("Microsoft Sans Serif", 26.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblcategory.Location = New System.Drawing.Point(11, 8)
Me.lblcategory.Name = "lblcategory"
Me.lblcategory.Size = New System.Drawing.Size(297, 39)
Me.lblcategory.TabIndex = 0
Me.lblcategory.Text = "Animals"
Me.lblcategory.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.Location = New System.Drawing.Point(52, 235)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(382, 20)
Me.Label4.TabIndex = 3
Me.Label4.Text = "Select A Category On the Left To Start Playing"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.Location = New System.Drawing.Point(187, 72)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(112, 20)
Me.Label3.TabIndex = 2
Me.Label3.Text = "How To Play:"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.Location = New System.Drawing.Point(61, 97)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(354, 96)
Me.Label2.TabIndex = 1
Me.Label2.Text = resources.GetString("Label2.Text")
Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.ForeColor = System.Drawing.Color.Black
Me.Label1.Location = New System.Drawing.Point(75, 12)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(316, 25)
Me.Label1.TabIndex = 0
Me.Label1.Text = "Welcome to Knowledge Input"
'
'decider
'
Me.decider.Interval = 500
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Font = New System.Drawing.Font("Cambria", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label6.Location = New System.Drawing.Point(30, 8)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(131, 29)
Me.Label6.TabIndex = 8
Me.Label6.Text = "Categories"
'
'pgcontents
'
Me.pgcontents.Controls.Add(Me.pnlintro)
Me.pgcontents.Controls.Add(Me.Label6)
Me.pgcontents.Controls.Add(Me.ListBox1)
Me.pgcontents.Dock = System.Windows.Forms.DockStyle.Fill
Me.pgcontents.Location = New System.Drawing.Point(2, 30)
Me.pgcontents.Name = "pgcontents"
Me.pgcontents.Size = New System.Drawing.Size(669, 272)
Me.pgcontents.TabIndex = 10
'
'titlebar
'
Me.titlebar.BackColor = System.Drawing.Color.Gray
Me.titlebar.Controls.Add(Me.minimizebutton)
Me.titlebar.Controls.Add(Me.pnlicon)
Me.titlebar.Controls.Add(Me.rollupbutton)
Me.titlebar.Controls.Add(Me.closebutton)
Me.titlebar.Controls.Add(Me.lbtitletext)
Me.titlebar.Controls.Add(Me.pgtoplcorner)
Me.titlebar.Controls.Add(Me.pgtoprcorner)
Me.titlebar.Dock = System.Windows.Forms.DockStyle.Top
Me.titlebar.Font = New System.Drawing.Font("Cambria", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.titlebar.ForeColor = System.Drawing.Color.White
Me.titlebar.Location = New System.Drawing.Point(0, 0)
Me.titlebar.Name = "titlebar"
Me.titlebar.Size = New System.Drawing.Size(673, 30)
Me.titlebar.TabIndex = 9
'
'minimizebutton
'
Me.minimizebutton.BackColor = System.Drawing.Color.Black
Me.minimizebutton.Location = New System.Drawing.Point(224, 5)
Me.minimizebutton.Name = "minimizebutton"
Me.minimizebutton.Size = New System.Drawing.Size(22, 22)
Me.minimizebutton.TabIndex = 24
'
'pnlicon
'
Me.pnlicon.BackColor = System.Drawing.Color.Transparent
Me.pnlicon.Image = Global.ShiftOS.My.Resources.Resources.iconKnowledgeInput
Me.pnlicon.Location = New System.Drawing.Point(8, 8)
Me.pnlicon.Name = "pnlicon"
Me.pnlicon.Size = New System.Drawing.Size(16, 16)
Me.pnlicon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.pnlicon.TabIndex = 24
Me.pnlicon.TabStop = False
Me.pnlicon.Visible = False
'
'rollupbutton
'
Me.rollupbutton.BackColor = System.Drawing.Color.Black
Me.rollupbutton.Location = New System.Drawing.Point(252, 4)
Me.rollupbutton.Name = "rollupbutton"
Me.rollupbutton.Size = New System.Drawing.Size(22, 22)
Me.rollupbutton.TabIndex = 22
'
'closebutton
'
Me.closebutton.BackColor = System.Drawing.Color.Black
Me.closebutton.Location = New System.Drawing.Point(280, 4)
Me.closebutton.Name = "closebutton"
Me.closebutton.Size = New System.Drawing.Size(22, 22)
Me.closebutton.TabIndex = 19
'
'lbtitletext
'
Me.lbtitletext.AutoSize = True
Me.lbtitletext.BackColor = System.Drawing.Color.Transparent
Me.lbtitletext.Font = New System.Drawing.Font("Felix Titling", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lbtitletext.Location = New System.Drawing.Point(26, 7)
Me.lbtitletext.Name = "lbtitletext"
Me.lbtitletext.Size = New System.Drawing.Size(170, 18)
Me.lbtitletext.TabIndex = 18
Me.lbtitletext.Text = "Knowledge Input"
'
'pgtoplcorner
'
Me.pgtoplcorner.BackColor = System.Drawing.Color.Red
Me.pgtoplcorner.Dock = System.Windows.Forms.DockStyle.Left
Me.pgtoplcorner.Location = New System.Drawing.Point(0, 0)
Me.pgtoplcorner.Name = "pgtoplcorner"
Me.pgtoplcorner.Size = New System.Drawing.Size(2, 30)
Me.pgtoplcorner.TabIndex = 17
'
'pgtoprcorner
'
Me.pgtoprcorner.BackColor = System.Drawing.Color.Red
Me.pgtoprcorner.Dock = System.Windows.Forms.DockStyle.Right
Me.pgtoprcorner.Location = New System.Drawing.Point(671, 0)
Me.pgtoprcorner.Name = "pgtoprcorner"
Me.pgtoprcorner.Size = New System.Drawing.Size(2, 30)
Me.pgtoprcorner.TabIndex = 16
'
'pgleft
'
Me.pgleft.BackColor = System.Drawing.Color.Gray
Me.pgleft.Controls.Add(Me.pgbottomlcorner)
Me.pgleft.Dock = System.Windows.Forms.DockStyle.Left
Me.pgleft.Location = New System.Drawing.Point(0, 30)
Me.pgleft.Name = "pgleft"
Me.pgleft.Size = New System.Drawing.Size(2, 274)
Me.pgleft.TabIndex = 11
'
'pgbottomlcorner
'
Me.pgbottomlcorner.BackColor = System.Drawing.Color.Red
Me.pgbottomlcorner.Dock = System.Windows.Forms.DockStyle.Bottom
Me.pgbottomlcorner.Location = New System.Drawing.Point(0, 272)
Me.pgbottomlcorner.Name = "pgbottomlcorner"
Me.pgbottomlcorner.Size = New System.Drawing.Size(2, 2)
Me.pgbottomlcorner.TabIndex = 14
'
'pgright
'
Me.pgright.BackColor = System.Drawing.Color.Gray
Me.pgright.Controls.Add(Me.pgbottomrcorner)
Me.pgright.Dock = System.Windows.Forms.DockStyle.Right
Me.pgright.Location = New System.Drawing.Point(671, 30)
Me.pgright.Name = "pgright"
Me.pgright.Size = New System.Drawing.Size(2, 274)
Me.pgright.TabIndex = 12
'
'pgbottomrcorner
'
Me.pgbottomrcorner.BackColor = System.Drawing.Color.Red
Me.pgbottomrcorner.Dock = System.Windows.Forms.DockStyle.Bottom
Me.pgbottomrcorner.Location = New System.Drawing.Point(0, 272)
Me.pgbottomrcorner.Name = "pgbottomrcorner"
Me.pgbottomrcorner.Size = New System.Drawing.Size(2, 2)
Me.pgbottomrcorner.TabIndex = 15
'
'pgbottom
'
Me.pgbottom.BackColor = System.Drawing.Color.Gray
Me.pgbottom.Dock = System.Windows.Forms.DockStyle.Bottom
Me.pgbottom.Location = New System.Drawing.Point(2, 302)
Me.pgbottom.Name = "pgbottom"
Me.pgbottom.Size = New System.Drawing.Size(669, 2)
Me.pgbottom.TabIndex = 13
'
'Knowledge_Input
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.White
Me.ClientSize = New System.Drawing.Size(673, 304)
Me.Controls.Add(Me.pgcontents)
Me.Controls.Add(Me.pgbottom)
Me.Controls.Add(Me.pgleft)
Me.Controls.Add(Me.pgright)
Me.Controls.Add(Me.titlebar)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.KeyPreview = True
Me.Name = "Knowledge_Input"
Me.Text = "Knowledge_Input"
Me.TopMost = True
Me.pnlintro.ResumeLayout(False)
Me.pnlintro.PerformLayout()
Me.pnlcategorydisplay.ResumeLayout(False)
Me.pnlcategorydisplay.PerformLayout()
Me.pgcontents.ResumeLayout(False)
Me.pgcontents.PerformLayout()
Me.titlebar.ResumeLayout(False)
Me.titlebar.PerformLayout()
CType(Me.pnlicon, System.ComponentModel.ISupportInitialize).EndInit()
Me.pgleft.ResumeLayout(False)
Me.pgright.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
Friend WithEvents pnlintro As System.Windows.Forms.Panel
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents pnlcategorydisplay As System.Windows.Forms.Panel
Friend WithEvents lblcategory As System.Windows.Forms.Label
Friend WithEvents btnstart As System.Windows.Forms.Button
Friend WithEvents lblcatedescription As System.Windows.Forms.Label
Friend WithEvents lbltillnextlevel As System.Windows.Forms.Label
Friend WithEvents lbltotal As System.Windows.Forms.Label
Friend WithEvents listblistedstuff As System.Windows.Forms.ListBox
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents guessbox As System.Windows.Forms.TextBox
Friend WithEvents lblcurrentlevel As System.Windows.Forms.Label
Friend WithEvents decider As System.Windows.Forms.Timer
Friend WithEvents lblnextreward As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents pgcontents As System.Windows.Forms.Panel
Friend WithEvents titlebar As System.Windows.Forms.Panel
Friend WithEvents pgleft As System.Windows.Forms.Panel
Friend WithEvents pgright As System.Windows.Forms.Panel
Friend WithEvents pgbottom As System.Windows.Forms.Panel
Friend WithEvents pgbottomlcorner As System.Windows.Forms.Panel
Friend WithEvents pgbottomrcorner As System.Windows.Forms.Panel
Friend WithEvents pgtoplcorner As System.Windows.Forms.Panel
Friend WithEvents pgtoprcorner As System.Windows.Forms.Panel
Friend WithEvents lbtitletext As System.Windows.Forms.Label
Friend WithEvents closebutton As System.Windows.Forms.Panel
Friend WithEvents rollupbutton As System.Windows.Forms.Panel
Friend WithEvents pnlicon As System.Windows.Forms.PictureBox
Friend WithEvents minimizebutton As System.Windows.Forms.Panel
End Class
|