-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddstudent.Designer.vb
437 lines (431 loc) · 18.2 KB
/
addstudent.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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class addstudent
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(addstudent))
Me.ToolTip = New System.Windows.Forms.ToolTip(Me.components)
Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker
Me.Label7 = New System.Windows.Forms.Label
Me.Label6 = New System.Windows.Forms.Label
Me.Label5 = 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.TextBox1 = New System.Windows.Forms.TextBox
Me.TextBox2 = New System.Windows.Forms.TextBox
Me.TextBox3 = New System.Windows.Forms.TextBox
Me.TextBox4 = New System.Windows.Forms.TextBox
Me.TextBox5 = New System.Windows.Forms.TextBox
Me.Label8 = New System.Windows.Forms.Label
Me.Label9 = New System.Windows.Forms.Label
Me.Label10 = New System.Windows.Forms.Label
Me.Label11 = New System.Windows.Forms.Label
Me.TextBox6 = New System.Windows.Forms.TextBox
Me.TextBox7 = New System.Windows.Forms.TextBox
Me.TextBox8 = New System.Windows.Forms.TextBox
Me.Button1 = New System.Windows.Forms.Button
Me.Label12 = New System.Windows.Forms.Label
Me.Label13 = New System.Windows.Forms.Label
Me.Label14 = New System.Windows.Forms.Label
Me.Label16 = New System.Windows.Forms.Label
Me.ComboBox1 = New System.Windows.Forms.ComboBox
Me.ComboBox2 = New System.Windows.Forms.ComboBox
Me.ComboBox3 = New System.Windows.Forms.ComboBox
Me.Label18 = New System.Windows.Forms.Label
Me.TextBox9 = New System.Windows.Forms.TextBox
Me.Label15 = New System.Windows.Forms.Label
Me.Label17 = New System.Windows.Forms.Label
Me.TextBox10 = New System.Windows.Forms.TextBox
Me.SuspendLayout()
'
'DateTimePicker1
'
Me.DateTimePicker1.Location = New System.Drawing.Point(482, 12)
Me.DateTimePicker1.Name = "DateTimePicker1"
Me.DateTimePicker1.Size = New System.Drawing.Size(135, 20)
Me.DateTimePicker1.TabIndex = 25
Me.DateTimePicker1.Value = New Date(2020, 10, 28, 18, 37, 2, 0)
'
'Label7
'
Me.Label7.BackColor = System.Drawing.Color.White
Me.Label7.Location = New System.Drawing.Point(84, 380)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(112, 16)
Me.Label7.TabIndex = 24
Me.Label7.Text = "CONTACT NUMBER:"
'
'Label6
'
Me.Label6.BackColor = System.Drawing.Color.White
Me.Label6.Location = New System.Drawing.Point(84, 350)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(72, 17)
Me.Label6.TabIndex = 23
Me.Label6.Text = "E-MAIL ID:"
'
'Label5
'
Me.Label5.BackColor = System.Drawing.Color.White
Me.Label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label5.Location = New System.Drawing.Point(83, 202)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(208, 28)
Me.Label5.TabIndex = 22
Me.Label5.Text = "PERSONAL DETAILS:"
'
'Label4
'
Me.Label4.BackColor = System.Drawing.Color.White
Me.Label4.Location = New System.Drawing.Point(84, 319)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(72, 13)
Me.Label4.TabIndex = 21
Me.Label4.Text = "ADDRESS:"
'
'Label3
'
Me.Label3.BackColor = System.Drawing.Color.White
Me.Label3.Location = New System.Drawing.Point(84, 284)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(112, 13)
Me.Label3.TabIndex = 20
Me.Label3.Text = "STUDENT SECTION:"
'
'Label2
'
Me.Label2.BackColor = System.Drawing.Color.White
Me.Label2.Location = New System.Drawing.Point(84, 247)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(96, 13)
Me.Label2.TabIndex = 19
Me.Label2.Text = "STUDENT NAME:"
'
'Label1
'
Me.Label1.BackColor = System.Drawing.Color.Gainsboro
Me.Label1.Location = New System.Drawing.Point(329, 18)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(147, 13)
Me.Label1.TabIndex = 18
Me.Label1.Text = "DATE OF REGISTRATION:"
'
'TextBox1
'
Me.TextBox1.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.TextBox1.Location = New System.Drawing.Point(202, 244)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(179, 20)
Me.TextBox1.TabIndex = 26
'
'TextBox2
'
Me.TextBox2.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.TextBox2.Location = New System.Drawing.Point(202, 281)
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New System.Drawing.Size(179, 20)
Me.TextBox2.TabIndex = 27
'
'TextBox3
'
Me.TextBox3.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.TextBox3.Location = New System.Drawing.Point(202, 316)
Me.TextBox3.Name = "TextBox3"
Me.TextBox3.Size = New System.Drawing.Size(179, 20)
Me.TextBox3.TabIndex = 28
'
'TextBox4
'
Me.TextBox4.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.TextBox4.Location = New System.Drawing.Point(202, 347)
Me.TextBox4.Name = "TextBox4"
Me.TextBox4.Size = New System.Drawing.Size(179, 20)
Me.TextBox4.TabIndex = 29
'
'TextBox5
'
Me.TextBox5.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.TextBox5.Location = New System.Drawing.Point(202, 377)
Me.TextBox5.MaxLength = 10
Me.TextBox5.Name = "TextBox5"
Me.TextBox5.Size = New System.Drawing.Size(179, 20)
Me.TextBox5.TabIndex = 30
'
'Label8
'
Me.Label8.Location = New System.Drawing.Point(84, 411)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(96, 23)
Me.Label8.TabIndex = 31
Me.Label8.Text = "FATHER'S NAME:"
'
'Label9
'
Me.Label9.Location = New System.Drawing.Point(84, 434)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(112, 16)
Me.Label9.TabIndex = 32
Me.Label9.Text = "MOTHERS'S NAME:"
'
'Label10
'
Me.Label10.Location = New System.Drawing.Point(84, 461)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(96, 29)
Me.Label10.TabIndex = 33
Me.Label10.Text = "GAURDIAN PHN NUMBER:"
'
'Label11
'
Me.Label11.AutoSize = True
Me.Label11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label11.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label11.Location = New System.Drawing.Point(548, 202)
Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawing.Size(178, 26)
Me.Label11.TabIndex = 34
Me.Label11.Text = "COURSE DETAILS:"
'
'TextBox6
'
Me.TextBox6.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.TextBox6.Location = New System.Drawing.Point(202, 408)
Me.TextBox6.Name = "TextBox6"
Me.TextBox6.Size = New System.Drawing.Size(179, 20)
Me.TextBox6.TabIndex = 35
'
'TextBox7
'
Me.TextBox7.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.TextBox7.Location = New System.Drawing.Point(202, 440)
Me.TextBox7.Name = "TextBox7"
Me.TextBox7.Size = New System.Drawing.Size(179, 20)
Me.TextBox7.TabIndex = 36
'
'TextBox8
'
Me.TextBox8.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.TextBox8.Location = New System.Drawing.Point(202, 470)
Me.TextBox8.MaxLength = 10
Me.TextBox8.Name = "TextBox8"
Me.TextBox8.Size = New System.Drawing.Size(179, 20)
Me.TextBox8.TabIndex = 37
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(548, 553)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(194, 50)
Me.Button1.TabIndex = 38
Me.Button1.Text = "ADD STUDENT"
Me.Button1.UseVisualStyleBackColor = True
'
'Label12
'
Me.Label12.AutoSize = True
Me.Label12.Location = New System.Drawing.Point(545, 251)
Me.Label12.Name = "Label12"
Me.Label12.Size = New System.Drawing.Size(58, 13)
Me.Label12.TabIndex = 39
Me.Label12.Text = "COURSE :"
'
'Label13
'
Me.Label13.AutoSize = True
Me.Label13.Location = New System.Drawing.Point(545, 293)
Me.Label13.Name = "Label13"
Me.Label13.Size = New System.Drawing.Size(97, 13)
Me.Label13.TabIndex = 40
Me.Label13.Text = "SPECIALZATION :"
'
'Label14
'
Me.Label14.AutoSize = True
Me.Label14.Location = New System.Drawing.Point(545, 323)
Me.Label14.Name = "Label14"
Me.Label14.Size = New System.Drawing.Size(76, 13)
Me.Label14.TabIndex = 41
Me.Label14.Text = "STUDENT ID:"
'
'Label16
'
Me.Label16.AutoSize = True
Me.Label16.Location = New System.Drawing.Point(545, 350)
Me.Label16.Name = "Label16"
Me.Label16.Size = New System.Drawing.Size(72, 13)
Me.Label16.TabIndex = 43
Me.Label16.Text = "SEMESTER :"
'
'ComboBox1
'
Me.ComboBox1.FormattingEnabled = True
Me.ComboBox1.Items.AddRange(New Object() {"B.TECH", "BSC.ECONOMICS", "BSC.COMPUTER APPLICATIONS", "BBA", "BSC.PHYSICS(HONOURS)"})
Me.ComboBox1.Location = New System.Drawing.Point(648, 248)
Me.ComboBox1.Name = "ComboBox1"
Me.ComboBox1.Size = New System.Drawing.Size(121, 21)
Me.ComboBox1.TabIndex = 44
'
'ComboBox2
'
Me.ComboBox2.FormattingEnabled = True
Me.ComboBox2.Items.AddRange(New Object() {"NO SPECIALIZATION", "ENGINNERING:", "SOFTWARE", "DATA SCEINCE", "MACHINE LEARNING", "CYBER SECURITY", "CYBER AND IOT", "DS AND ML"})
Me.ComboBox2.Location = New System.Drawing.Point(648, 290)
Me.ComboBox2.Name = "ComboBox2"
Me.ComboBox2.Size = New System.Drawing.Size(121, 21)
Me.ComboBox2.TabIndex = 45
'
'ComboBox3
'
Me.ComboBox3.FormattingEnabled = True
Me.ComboBox3.Items.AddRange(New Object() {"1", "2", "3", "4", "5", "6", "7", "8"})
Me.ComboBox3.Location = New System.Drawing.Point(648, 342)
Me.ComboBox3.Name = "ComboBox3"
Me.ComboBox3.Size = New System.Drawing.Size(121, 21)
Me.ComboBox3.TabIndex = 46
'
'Label18
'
Me.Label18.AutoSize = True
Me.Label18.Location = New System.Drawing.Point(775, 293)
Me.Label18.Name = "Label18"
Me.Label18.Size = New System.Drawing.Size(341, 13)
Me.Label18.TabIndex = 51
Me.Label18.Text = "(FOR GENERAL BRANCHES,SELECT NO SPECIALIZTION PLEASE)"
'
'TextBox9
'
Me.TextBox9.Location = New System.Drawing.Point(648, 317)
Me.TextBox9.MaxLength = 10
Me.TextBox9.Name = "TextBox9"
Me.TextBox9.Size = New System.Drawing.Size(179, 20)
Me.TextBox9.TabIndex = 52
'
'Label15
'
Me.Label15.AutoSize = True
Me.Label15.Location = New System.Drawing.Point(329, 47)
Me.Label15.Name = "Label15"
Me.Label15.Size = New System.Drawing.Size(359, 13)
Me.Label15.TabIndex = 53
Me.Label15.Text = "(THE DATE OF REGISTRATION WILL BE SAME DATE OF ADMISSION)"
'
'Label17
'
Me.Label17.AutoSize = True
Me.Label17.BackColor = System.Drawing.Color.LightGray
Me.Label17.Location = New System.Drawing.Point(623, 18)
Me.Label17.Name = "Label17"
Me.Label17.Size = New System.Drawing.Size(140, 13)
Me.Label17.TabIndex = 54
Me.Label17.Text = "TIME OF REGISTRATION :"
'
'TextBox10
'
Me.TextBox10.Location = New System.Drawing.Point(769, 12)
Me.TextBox10.MaxLength = 10
Me.TextBox10.Name = "TextBox10"
Me.TextBox10.Size = New System.Drawing.Size(179, 20)
Me.TextBox10.TabIndex = 55
'
'addstudent
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.AutoScroll = True
Me.BackColor = System.Drawing.Color.White
Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image)
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.ClientSize = New System.Drawing.Size(1370, 749)
Me.Controls.Add(Me.TextBox10)
Me.Controls.Add(Me.Label17)
Me.Controls.Add(Me.Label15)
Me.Controls.Add(Me.TextBox9)
Me.Controls.Add(Me.Label18)
Me.Controls.Add(Me.ComboBox3)
Me.Controls.Add(Me.ComboBox2)
Me.Controls.Add(Me.ComboBox1)
Me.Controls.Add(Me.Label16)
Me.Controls.Add(Me.Label14)
Me.Controls.Add(Me.Label13)
Me.Controls.Add(Me.Label12)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.TextBox8)
Me.Controls.Add(Me.TextBox7)
Me.Controls.Add(Me.TextBox6)
Me.Controls.Add(Me.Label11)
Me.Controls.Add(Me.Label10)
Me.Controls.Add(Me.Label9)
Me.Controls.Add(Me.Label8)
Me.Controls.Add(Me.TextBox5)
Me.Controls.Add(Me.TextBox4)
Me.Controls.Add(Me.TextBox3)
Me.Controls.Add(Me.TextBox2)
Me.Controls.Add(Me.TextBox1)
Me.Controls.Add(Me.DateTimePicker1)
Me.Controls.Add(Me.Label7)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Name = "addstudent"
Me.Text = "ADD NEW STUDENT"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents ToolTip As System.Windows.Forms.ToolTip
Friend WithEvents DateTimePicker1 As System.Windows.Forms.DateTimePicker
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
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 TextBox1 As System.Windows.Forms.TextBox
Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
Friend WithEvents TextBox4 As System.Windows.Forms.TextBox
Friend WithEvents TextBox5 As System.Windows.Forms.TextBox
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents Label10 As System.Windows.Forms.Label
Friend WithEvents Label11 As System.Windows.Forms.Label
Friend WithEvents TextBox6 As System.Windows.Forms.TextBox
Friend WithEvents TextBox7 As System.Windows.Forms.TextBox
Friend WithEvents TextBox8 As System.Windows.Forms.TextBox
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents Label12 As System.Windows.Forms.Label
Friend WithEvents Label13 As System.Windows.Forms.Label
Friend WithEvents Label14 As System.Windows.Forms.Label
Friend WithEvents Label16 As System.Windows.Forms.Label
Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox
Friend WithEvents ComboBox2 As System.Windows.Forms.ComboBox
Friend WithEvents ComboBox3 As System.Windows.Forms.ComboBox
Friend WithEvents Label18 As System.Windows.Forms.Label
Friend WithEvents TextBox9 As System.Windows.Forms.TextBox
Friend WithEvents Label15 As System.Windows.Forms.Label
Friend WithEvents Label17 As System.Windows.Forms.Label
Friend WithEvents TextBox10 As System.Windows.Forms.TextBox
End Class