-
Notifications
You must be signed in to change notification settings - Fork 0
/
Form1.Designer.vb
318 lines (313 loc) · 11.5 KB
/
Form1.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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class Form1
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(Form1))
Label1 = New Label()
Label2 = New Label()
Label3 = New Label()
Label4 = New Label()
Label5 = New Label()
Label6 = New Label()
Label7 = New Label()
Label8 = New Label()
Label9 = New Label()
TextBox1 = New TextBox()
TextBox2 = New TextBox()
TextBox3 = New TextBox()
TextBox4 = New TextBox()
TextBox5 = New TextBox()
TextBox6 = New TextBox()
DateTimePicker1 = New DateTimePicker()
ComboBox1 = New ComboBox()
Button1 = New Button()
Button2 = New Button()
Button3 = New Button()
RadioButton1 = New RadioButton()
RadioButton2 = New RadioButton()
SuspendLayout()
'
' Label1
'
Label1.AutoSize = True
Label1.Font = New Font("Segoe UI", 9.75F, FontStyle.Bold)
Label1.Location = New Point(22, 19)
Label1.Name = "Label1"
Label1.Size = New Size(44, 17)
Label1.TabIndex = 0
Label1.Text = "Name"
'
' Label2
'
Label2.AutoSize = True
Label2.Font = New Font("Segoe UI", 9.75F, FontStyle.Bold)
Label2.Location = New Point(22, 62)
Label2.Name = "Label2"
Label2.Size = New Size(52, 17)
Label2.TabIndex = 1
Label2.Text = "Gender"
'
' Label3
'
Label3.AutoSize = True
Label3.Font = New Font("Segoe UI", 9.75F, FontStyle.Bold)
Label3.Location = New Point(22, 96)
Label3.Name = "Label3"
Label3.Size = New Size(47, 17)
Label3.TabIndex = 2
Label3.Text = "Phone"
'
' Label4
'
Label4.AutoSize = True
Label4.Font = New Font("Segoe UI", 9.75F, FontStyle.Bold)
Label4.Location = New Point(22, 149)
Label4.Name = "Label4"
Label4.Size = New Size(49, 17)
Label4.TabIndex = 3
Label4.Text = "RegNo"
'
' Label5
'
Label5.AutoSize = True
Label5.Font = New Font("Segoe UI", 9.75F, FontStyle.Bold)
Label5.Location = New Point(22, 200)
Label5.Name = "Label5"
Label5.Size = New Size(57, 17)
Label5.TabIndex = 4
Label5.Text = "Address"
'
' Label6
'
Label6.AutoSize = True
Label6.Font = New Font("Segoe UI", 9.75F, FontStyle.Bold)
Label6.Location = New Point(22, 250)
Label6.Name = "Label6"
Label6.Size = New Size(50, 17)
Label6.TabIndex = 5
Label6.Text = "Course"
'
' Label7
'
Label7.AutoSize = True
Label7.Font = New Font("Segoe UI", 9.75F, FontStyle.Bold)
Label7.Location = New Point(22, 288)
Label7.Name = "Label7"
Label7.Size = New Size(42, 17)
Label7.TabIndex = 6
Label7.Text = "Email"
'
' Label8
'
Label8.AutoSize = True
Label8.Font = New Font("Segoe UI", 9.75F, FontStyle.Bold)
Label8.Location = New Point(22, 329)
Label8.Name = "Label8"
Label8.Size = New Size(34, 17)
Label8.TabIndex = 7
Label8.Text = "YOB"
'
' Label9
'
Label9.AutoSize = True
Label9.Font = New Font("Segoe UI", 9.75F, FontStyle.Bold)
Label9.Location = New Point(22, 369)
Label9.Name = "Label9"
Label9.Size = New Size(52, 17)
Label9.TabIndex = 8
Label9.Text = "County"
'
' TextBox1
'
TextBox1.Font = New Font("Segoe UI", 9.75F, FontStyle.Bold)
TextBox1.Location = New Point(112, 19)
TextBox1.Name = "TextBox1"
TextBox1.Size = New Size(110, 25)
TextBox1.TabIndex = 9
'
' TextBox2
'
TextBox2.Font = New Font("Segoe UI", 9.75F, FontStyle.Bold)
TextBox2.Location = New Point(112, 93)
TextBox2.Name = "TextBox2"
TextBox2.Size = New Size(100, 25)
TextBox2.TabIndex = 10
'
' TextBox3
'
TextBox3.Font = New Font("Segoe UI", 9.75F, FontStyle.Bold)
TextBox3.Location = New Point(112, 146)
TextBox3.Name = "TextBox3"
TextBox3.Size = New Size(100, 25)
TextBox3.TabIndex = 11
'
' TextBox4
'
TextBox4.Font = New Font("Segoe UI", 9.75F, FontStyle.Bold)
TextBox4.Location = New Point(112, 200)
TextBox4.Name = "TextBox4"
TextBox4.Size = New Size(100, 25)
TextBox4.TabIndex = 12
'
' TextBox5
'
TextBox5.Font = New Font("Segoe UI", 9.75F, FontStyle.Bold)
TextBox5.Location = New Point(112, 250)
TextBox5.Name = "TextBox5"
TextBox5.Size = New Size(100, 25)
TextBox5.TabIndex = 13
'
' TextBox6
'
TextBox6.Font = New Font("Segoe UI", 9.75F, FontStyle.Bold)
TextBox6.Location = New Point(112, 288)
TextBox6.Name = "TextBox6"
TextBox6.Size = New Size(100, 25)
TextBox6.TabIndex = 14
'
' DateTimePicker1
'
DateTimePicker1.Font = New Font("Segoe UI", 9.75F, FontStyle.Bold)
DateTimePicker1.Location = New Point(112, 329)
DateTimePicker1.Name = "DateTimePicker1"
DateTimePicker1.Size = New Size(188, 25)
DateTimePicker1.TabIndex = 15
'
' ComboBox1
'
ComboBox1.Font = New Font("Segoe UI", 9.75F, FontStyle.Bold)
ComboBox1.FormattingEnabled = True
ComboBox1.Items.AddRange(New Object() {"Here is a list of counties in Kenya:", "", "1. Baringo", "2. Bomet", "3. Bungoma", "4. Busia", "5. Elgeyo-Marakwet", "6. Embu", "7. Garissa", "8. Homa Bay", "9. Isiolo", "10. Kajiado", "11. Kakamega", "12. Kericho", "13. Kiambu", "14. Kilifi", "15. Kirinyaga", "16. Kisii", "17. Kisumu", "18. Kitui", "19. Kwale", "20. Laikipia", "21. Lamu", "22. Machakos", "23. Makueni", "24. Mandera", "25. Marsabit", "26. Meru", "27. Migori", "28. Mombasa", "29. Murang'a", "30. Nairobi", "31. Nakuru", "32. Nandi", "33. Narok", "34. Nyamira", "35. Nyandarua", "36. Nyeri", "37. Samburu", "38. Siaya", "39. Taita-Taveta", "40. Tana River", "41. Tharaka-Nithi", "42. Trans-Nzoia", "43. Turkana", "44. Uasin Gishu", "45. Vihiga", "46. Wajir", "47. West Pokot"})
ComboBox1.Location = New Point(112, 369)
ComboBox1.Name = "ComboBox1"
ComboBox1.Size = New Size(151, 25)
ComboBox1.TabIndex = 16
'
' Button1
'
Button1.Font = New Font("Segoe UI", 9.75F, FontStyle.Bold)
Button1.Location = New Point(12, 414)
Button1.Name = "Button1"
Button1.Size = New Size(75, 23)
Button1.TabIndex = 17
Button1.Text = "Submit"
Button1.UseVisualStyleBackColor = True
'
' Button2
'
Button2.Font = New Font("Segoe UI", 9.75F, FontStyle.Bold)
Button2.Location = New Point(252, 405)
Button2.Name = "Button2"
Button2.Size = New Size(75, 23)
Button2.TabIndex = 18
Button2.Text = "Refresh"
Button2.UseVisualStyleBackColor = True
'
' Button3
'
Button3.Font = New Font("Segoe UI", 9.75F, FontStyle.Bold)
Button3.Location = New Point(510, 405)
Button3.Name = "Button3"
Button3.Size = New Size(75, 23)
Button3.TabIndex = 19
Button3.Text = "Exit"
Button3.UseVisualStyleBackColor = True
'
' RadioButton1
'
RadioButton1.AutoSize = True
RadioButton1.Font = New Font("Segoe UI", 9.75F, FontStyle.Bold)
RadioButton1.Location = New Point(115, 66)
RadioButton1.Name = "RadioButton1"
RadioButton1.Size = New Size(56, 21)
RadioButton1.TabIndex = 20
RadioButton1.TabStop = True
RadioButton1.Text = "Male"
RadioButton1.UseVisualStyleBackColor = True
'
' RadioButton2
'
RadioButton2.AutoSize = True
RadioButton2.Font = New Font("Segoe UI", 9.75F, FontStyle.Bold)
RadioButton2.Location = New Point(217, 66)
RadioButton2.Name = "RadioButton2"
RadioButton2.Size = New Size(70, 21)
RadioButton2.TabIndex = 21
RadioButton2.TabStop = True
RadioButton2.Text = "Female"
RadioButton2.UseVisualStyleBackColor = True
'
' Form1
'
AutoScaleDimensions = New SizeF(7F, 15F)
AutoScaleMode = AutoScaleMode.Font
BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), Image)
BackgroundImageLayout = ImageLayout.Stretch
ClientSize = New Size(676, 440)
Controls.Add(RadioButton2)
Controls.Add(RadioButton1)
Controls.Add(Button3)
Controls.Add(Button2)
Controls.Add(Button1)
Controls.Add(ComboBox1)
Controls.Add(DateTimePicker1)
Controls.Add(TextBox6)
Controls.Add(TextBox5)
Controls.Add(TextBox4)
Controls.Add(TextBox3)
Controls.Add(TextBox2)
Controls.Add(TextBox1)
Controls.Add(Label9)
Controls.Add(Label8)
Controls.Add(Label7)
Controls.Add(Label6)
Controls.Add(Label5)
Controls.Add(Label4)
Controls.Add(Label3)
Controls.Add(Label2)
Controls.Add(Label1)
Name = "Form1"
Text = "Form1"
ResumeLayout(False)
PerformLayout()
End Sub
Friend WithEvents Label1 As Label
Friend WithEvents Label2 As Label
Friend WithEvents Label3 As Label
Friend WithEvents Label4 As Label
Friend WithEvents Label5 As Label
Friend WithEvents Label6 As Label
Friend WithEvents Label7 As Label
Friend WithEvents Label8 As Label
Friend WithEvents Label9 As Label
Friend WithEvents TextBox1 As TextBox
Friend WithEvents TextBox2 As TextBox
Friend WithEvents TextBox3 As TextBox
Friend WithEvents TextBox4 As TextBox
Friend WithEvents TextBox5 As TextBox
Friend WithEvents TextBox6 As TextBox
Friend WithEvents DateTimePicker1 As DateTimePicker
Friend WithEvents ComboBox1 As ComboBox
Friend WithEvents Button1 As Button
Friend WithEvents Button2 As Button
Friend WithEvents Button3 As Button
Friend WithEvents RadioButton1 As RadioButton
Friend WithEvents RadioButton2 As RadioButton
End Class