-
Notifications
You must be signed in to change notification settings - Fork 0
/
Menu.Designer.vb
397 lines (392 loc) · 18.3 KB
/
Menu.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 frmMenu
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.Button1 = New System.Windows.Forms.Button()
Me.Button2 = New System.Windows.Forms.Button()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.Button13 = New System.Windows.Forms.Button()
Me.Button11 = New System.Windows.Forms.Button()
Me.Button12 = New System.Windows.Forms.Button()
Me.Button10 = New System.Windows.Forms.Button()
Me.Button9 = New System.Windows.Forms.Button()
Me.Button8 = New System.Windows.Forms.Button()
Me.Button7 = New System.Windows.Forms.Button()
Me.Button6 = New System.Windows.Forms.Button()
Me.Button5 = New System.Windows.Forms.Button()
Me.Button4 = New System.Windows.Forms.Button()
Me.Button3 = New System.Windows.Forms.Button()
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.Button18 = New System.Windows.Forms.Button()
Me.Button17 = New System.Windows.Forms.Button()
Me.Button16 = New System.Windows.Forms.Button()
Me.Button15 = New System.Windows.Forms.Button()
Me.Button14 = New System.Windows.Forms.Button()
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
Me.Button23 = New System.Windows.Forms.Button()
Me.Button19 = New System.Windows.Forms.Button()
Me.Button20 = New System.Windows.Forms.Button()
Me.Button21 = New System.Windows.Forms.Button()
Me.Button22 = New System.Windows.Forms.Button()
Me.Button24 = New System.Windows.Forms.Button()
Me.GroupBox1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
Me.GroupBox3.SuspendLayout()
Me.SuspendLayout()
'
'Button1
'
Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button1.Location = New System.Drawing.Point(6, 25)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(96, 44)
Me.Button1.TabIndex = 0
Me.Button1.Text = "LCD Demo"
Me.Button1.UseVisualStyleBackColor = True
'
'Button2
'
Me.Button2.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button2.Location = New System.Drawing.Point(108, 25)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(96, 44)
Me.Button2.TabIndex = 1
Me.Button2.Text = "Dream Calculator"
Me.Button2.UseVisualStyleBackColor = True
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.Button13)
Me.GroupBox1.Controls.Add(Me.Button11)
Me.GroupBox1.Controls.Add(Me.Button12)
Me.GroupBox1.Controls.Add(Me.Button10)
Me.GroupBox1.Controls.Add(Me.Button9)
Me.GroupBox1.Controls.Add(Me.Button8)
Me.GroupBox1.Controls.Add(Me.Button7)
Me.GroupBox1.Controls.Add(Me.Button6)
Me.GroupBox1.Controls.Add(Me.Button5)
Me.GroupBox1.Controls.Add(Me.Button4)
Me.GroupBox1.Controls.Add(Me.Button3)
Me.GroupBox1.Controls.Add(Me.Button1)
Me.GroupBox1.Controls.Add(Me.Button2)
Me.GroupBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox1.Location = New System.Drawing.Point(12, 12)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(725, 132)
Me.GroupBox1.TabIndex = 2
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "2014"
'
'Button13
'
Me.Button13.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button13.Location = New System.Drawing.Point(516, 75)
Me.Button13.Name = "Button13"
Me.Button13.Size = New System.Drawing.Size(96, 44)
Me.Button13.TabIndex = 12
Me.Button13.Text = "Project: Race Game"
Me.Button13.UseVisualStyleBackColor = True
'
'Button11
'
Me.Button11.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button11.Location = New System.Drawing.Point(312, 75)
Me.Button11.Name = "Button11"
Me.Button11.Size = New System.Drawing.Size(96, 44)
Me.Button11.TabIndex = 10
Me.Button11.Text = "Dodge The Tomatoes"
Me.Button11.UseVisualStyleBackColor = True
'
'Button12
'
Me.Button12.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button12.Location = New System.Drawing.Point(414, 75)
Me.Button12.Name = "Button12"
Me.Button12.Size = New System.Drawing.Size(96, 44)
Me.Button12.TabIndex = 11
Me.Button12.Text = "Space Attack"
Me.Button12.UseVisualStyleBackColor = True
'
'Button10
'
Me.Button10.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button10.Location = New System.Drawing.Point(210, 75)
Me.Button10.Name = "Button10"
Me.Button10.Size = New System.Drawing.Size(96, 44)
Me.Button10.TabIndex = 9
Me.Button10.Text = "Investment Calculator"
Me.Button10.UseVisualStyleBackColor = True
'
'Button9
'
Me.Button9.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button9.Location = New System.Drawing.Point(108, 75)
Me.Button9.Name = "Button9"
Me.Button9.Size = New System.Drawing.Size(96, 44)
Me.Button9.TabIndex = 8
Me.Button9.Text = "Balloon Chase"
Me.Button9.UseVisualStyleBackColor = True
'
'Button8
'
Me.Button8.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button8.Location = New System.Drawing.Point(6, 75)
Me.Button8.Name = "Button8"
Me.Button8.Size = New System.Drawing.Size(96, 44)
Me.Button8.TabIndex = 7
Me.Button8.Text = "Button Game"
Me.Button8.UseVisualStyleBackColor = True
'
'Button7
'
Me.Button7.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button7.Location = New System.Drawing.Point(618, 25)
Me.Button7.Name = "Button7"
Me.Button7.Size = New System.Drawing.Size(96, 44)
Me.Button7.TabIndex = 6
Me.Button7.Text = "Animation"
Me.Button7.UseVisualStyleBackColor = True
'
'Button6
'
Me.Button6.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button6.Location = New System.Drawing.Point(516, 25)
Me.Button6.Name = "Button6"
Me.Button6.Size = New System.Drawing.Size(96, 44)
Me.Button6.TabIndex = 5
Me.Button6.Text = "Stopwatch"
Me.Button6.UseVisualStyleBackColor = True
'
'Button5
'
Me.Button5.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button5.Location = New System.Drawing.Point(414, 25)
Me.Button5.Name = "Button5"
Me.Button5.Size = New System.Drawing.Size(96, 44)
Me.Button5.TabIndex = 4
Me.Button5.Text = "Message boxes"
Me.Button5.UseVisualStyleBackColor = True
'
'Button4
'
Me.Button4.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button4.Location = New System.Drawing.Point(312, 25)
Me.Button4.Name = "Button4"
Me.Button4.Size = New System.Drawing.Size(96, 44)
Me.Button4.TabIndex = 3
Me.Button4.Text = "Quiz"
Me.Button4.UseVisualStyleBackColor = True
'
'Button3
'
Me.Button3.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button3.Location = New System.Drawing.Point(210, 25)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(96, 44)
Me.Button3.TabIndex = 2
Me.Button3.Text = "Basketball Scoreboard"
Me.Button3.UseVisualStyleBackColor = True
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.Button18)
Me.GroupBox2.Controls.Add(Me.Button17)
Me.GroupBox2.Controls.Add(Me.Button16)
Me.GroupBox2.Controls.Add(Me.Button15)
Me.GroupBox2.Controls.Add(Me.Button14)
Me.GroupBox2.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox2.Location = New System.Drawing.Point(12, 150)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(725, 79)
Me.GroupBox2.TabIndex = 13
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "2015"
'
'Button18
'
Me.Button18.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button18.Location = New System.Drawing.Point(414, 25)
Me.Button18.Name = "Button18"
Me.Button18.Size = New System.Drawing.Size(96, 44)
Me.Button18.TabIndex = 10
Me.Button18.Text = "Timetable Manager"
Me.Button18.UseVisualStyleBackColor = True
'
'Button17
'
Me.Button17.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button17.Location = New System.Drawing.Point(312, 25)
Me.Button17.Name = "Button17"
Me.Button17.Size = New System.Drawing.Size(96, 44)
Me.Button17.TabIndex = 9
Me.Button17.Text = "Budget Calculator"
Me.Button17.UseVisualStyleBackColor = True
'
'Button16
'
Me.Button16.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button16.Location = New System.Drawing.Point(210, 25)
Me.Button16.Name = "Button16"
Me.Button16.Size = New System.Drawing.Size(96, 44)
Me.Button16.TabIndex = 8
Me.Button16.Text = "Challenge a Computer"
Me.Button16.UseVisualStyleBackColor = True
'
'Button15
'
Me.Button15.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button15.Location = New System.Drawing.Point(108, 25)
Me.Button15.Name = "Button15"
Me.Button15.Size = New System.Drawing.Size(96, 44)
Me.Button15.TabIndex = 7
Me.Button15.Text = "Guessing Game"
Me.Button15.UseVisualStyleBackColor = True
'
'Button14
'
Me.Button14.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button14.Location = New System.Drawing.Point(6, 25)
Me.Button14.Name = "Button14"
Me.Button14.Size = New System.Drawing.Size(96, 44)
Me.Button14.TabIndex = 0
Me.Button14.Text = "Button Calculator"
Me.Button14.UseVisualStyleBackColor = True
'
'GroupBox3
'
Me.GroupBox3.Controls.Add(Me.Button24)
Me.GroupBox3.Controls.Add(Me.Button22)
Me.GroupBox3.Controls.Add(Me.Button21)
Me.GroupBox3.Controls.Add(Me.Button20)
Me.GroupBox3.Controls.Add(Me.Button19)
Me.GroupBox3.Controls.Add(Me.Button23)
Me.GroupBox3.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox3.Location = New System.Drawing.Point(12, 235)
Me.GroupBox3.Name = "GroupBox3"
Me.GroupBox3.Size = New System.Drawing.Size(725, 79)
Me.GroupBox3.TabIndex = 14
Me.GroupBox3.TabStop = False
Me.GroupBox3.Text = "2016"
'
'Button23
'
Me.Button23.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button23.Location = New System.Drawing.Point(6, 25)
Me.Button23.Name = "Button23"
Me.Button23.Size = New System.Drawing.Size(96, 44)
Me.Button23.TabIndex = 0
Me.Button23.Text = "Binary Search"
Me.Button23.UseVisualStyleBackColor = True
'
'Button19
'
Me.Button19.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button19.Location = New System.Drawing.Point(108, 25)
Me.Button19.Name = "Button19"
Me.Button19.Size = New System.Drawing.Size(96, 44)
Me.Button19.TabIndex = 1
Me.Button19.Text = "Parking Fines"
Me.Button19.UseVisualStyleBackColor = True
'
'Button20
'
Me.Button20.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button20.Location = New System.Drawing.Point(210, 25)
Me.Button20.Name = "Button20"
Me.Button20.Size = New System.Drawing.Size(96, 44)
Me.Button20.TabIndex = 2
Me.Button20.Text = "Math Machine"
Me.Button20.UseVisualStyleBackColor = True
'
'Button21
'
Me.Button21.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button21.Location = New System.Drawing.Point(312, 25)
Me.Button21.Name = "Button21"
Me.Button21.Size = New System.Drawing.Size(96, 44)
Me.Button21.TabIndex = 3
Me.Button21.Text = "Currency Converter"
Me.Button21.UseVisualStyleBackColor = True
'
'Button22
'
Me.Button22.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button22.Location = New System.Drawing.Point(414, 25)
Me.Button22.Name = "Button22"
Me.Button22.Size = New System.Drawing.Size(96, 44)
Me.Button22.TabIndex = 4
Me.Button22.Text = "World Time Clock"
Me.Button22.UseVisualStyleBackColor = True
'
'Button24
'
Me.Button24.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button24.Location = New System.Drawing.Point(516, 25)
Me.Button24.Name = "Button24"
Me.Button24.Size = New System.Drawing.Size(96, 44)
Me.Button24.TabIndex = 5
Me.Button24.Text = "HI Score Table"
Me.Button24.UseVisualStyleBackColor = True
'
'frmMenu
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.SystemColors.ActiveCaption
Me.ClientSize = New System.Drawing.Size(749, 327)
Me.Controls.Add(Me.GroupBox3)
Me.Controls.Add(Me.GroupBox2)
Me.Controls.Add(Me.GroupBox1)
Me.Name = "frmMenu"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Menu"
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox3.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents Button1 As Button
Friend WithEvents Button2 As Button
Friend WithEvents GroupBox1 As GroupBox
Friend WithEvents Button3 As Button
Friend WithEvents Button4 As Button
Friend WithEvents Button5 As Button
Friend WithEvents Button6 As Button
Friend WithEvents Button7 As Button
Friend WithEvents Button8 As Button
Friend WithEvents Button9 As Button
Friend WithEvents Button10 As Button
Friend WithEvents Button11 As Button
Friend WithEvents Button12 As Button
Friend WithEvents Button13 As Button
Friend WithEvents GroupBox2 As GroupBox
Friend WithEvents Button15 As Button
Friend WithEvents Button14 As Button
Friend WithEvents Button16 As Button
Friend WithEvents Button17 As Button
Friend WithEvents Button18 As Button
Friend WithEvents GroupBox3 As GroupBox
Friend WithEvents Button23 As Button
Friend WithEvents Button24 As Button
Friend WithEvents Button22 As Button
Friend WithEvents Button21 As Button
Friend WithEvents Button20 As Button
Friend WithEvents Button19 As Button
End Class