Hệ thống quản lý đại học trong C# với mã nguồn

1 namespace SchoolManagementSystem
2 {
3     
partial class NewAdmission
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.button2 = new System.Windows.Forms.Button();
32             
this.button1 = new System.Windows.Forms.Button();
33             
this.textBox1 = new System.Windows.Forms.TextBox();
34             
this.label1 = new System.Windows.Forms.Label();
35             
this.label2 = new System.Windows.Forms.Label();
36             
this.label3 = new System.Windows.Forms.Label();
37             
this.textBox2 = new System.Windows.Forms.TextBox();
38             
this.textBox3 = new System.Windows.Forms.TextBox();
39             
this.label5 = new System.Windows.Forms.Label();
40             
this.textBox4 = new System.Windows.Forms.TextBox();
41             
this.label6 = new System.Windows.Forms.Label();
42             
this.textBox5 = new System.Windows.Forms.TextBox();
43             
this.label7 = new System.Windows.Forms.Label();
44             
this.label8 = new System.Windows.Forms.Label();
45             
this.label9 = new System.Windows.Forms.Label();
46             
this.label10 = new System.Windows.Forms.Label();
47             
this.label11 = new System.Windows.Forms.Label();
48             
this.label12 = new System.Windows.Forms.Label();
49             
this.label13 = new System.Windows.Forms.Label();
50             
this.comboBox1 = new System.Windows.Forms.ComboBox();
51             
this.textBox7 = new System.Windows.Forms.TextBox();
52             
this.comboBox2 = new System.Windows.Forms.ComboBox();
53             
this.comboBox3 = new System.Windows.Forms.ComboBox();
54             
this.textBox6 = new System.Windows.Forms.TextBox();
55             
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
56             
this.radioButton2 = new System.Windows.Forms.RadioButton();
57             
this.radioButton1 = new System.Windows.Forms.RadioButton();
58             
this.pictureBox1 = new System.Windows.Forms.PictureBox();
59             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).BeginInit();
60             
this.SuspendLayout();
61             
//
62             
// button2
63             
//
64             
this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
65             
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
66             
this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
67             
this.button2.Location = new System.Drawing.Point(377, 443);
68             
this.button2.Name = "button2";
69             
this.button2.Size = new System.Drawing.Size(88, 28);
70             
this.button2.TabIndex = 12;
71             
this.button2.Text = "Reset";
72             
this.button2.UseVisualStyleBackColor = true;
73             
this.button2.Click += new System.EventHandler(this.button2_Click);
74             
//
75             
// button1
76             
//
77             
this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
78             
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
79             
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
80             
this.button1.Location = new System.Drawing.Point(247, 443);
81             
this.button1.Name = "button1";
82             
this.button1.Size = new System.Drawing.Size(83, 28);
83             
this.button1.TabIndex = 11;
84             
this.button1.Text = "Submit";
85             
this.button1.UseVisualStyleBackColor = true;
86             
this.button1.Click += new System.EventHandler(this.button1_Click);
87             
//
88             
// textBox1
89             
//
90             
this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
91             
this.textBox1.Location = new System.Drawing.Point(147, 110);
92             
this.textBox1.Name = "textBox1";
93             
this.textBox1.Size = new System.Drawing.Size(174, 24);
94             
this.textBox1.TabIndex = 9;
95             
//
96             
// label1
97             
//
98             
this.label1.AutoSize = true;
99             
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
100             
this.label1.Location = new System.Drawing.Point(27, 113);
101             
this.label1.Name = "label1";
102             
this.label1.Size = new System.Drawing.Size(84, 18);
103             
this.label1.TabIndex = 8;
104             
this.label1.Text = "Full Name";
105             
//
106             
// label2
107             
//
108             
this.label2.AutoSize = true;
109             
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
110             
this.label2.Location = new System.Drawing.Point(6, 169);
111             
this.label2.Name = "label2";
112             
this.label2.Size = new System.Drawing.Size(123, 18);
113             
this.label2.TabIndex = 13;
114             
this.label2.Text = "Mother\'s Name";
115             
//
116             
// label3
117             
//
118             
this.label3.AutoSize = true;
119             
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
120             
this.label3.Location = new System.Drawing.Point(58, 222);
121             
this.label3.Name = "label3";
122             
this.label3.Size = new System.Drawing.Size(63, 18);
123             
this.label3.TabIndex = 14;
124             
this.label3.Text = "Gender";
125             
//
126             
// textBox2
127             
//
128             
this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
129             
this.textBox2.Location = new System.Drawing.Point(147, 166);
130             
this.textBox2.Name = "textBox2";
131             
this.textBox2.Size = new System.Drawing.Size(174, 24);
132             
this.textBox2.TabIndex = 15;
133             
//
134             
// textBox3
135             
//
136             
this.textBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
137             
this.textBox3.Location = new System.Drawing.Point(147, 269);
138             
this.textBox3.Name = "textBox3";
139             
this.textBox3.Size = new System.Drawing.Size(174, 24);
140             
this.textBox3.TabIndex = 16;
141             
//
142             
// label5
143             
//
144             
this.label5.AutoSize = true;
145             
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
146             
this.label5.Location = new System.Drawing.Point(39, 272);
147             
this.label5.Name = "label5";
148             
this.label5.Size = new System.Drawing.Size(83, 18);
149             
this.label5.TabIndex = 17;
150             
this.label5.Text = "Sur Name";
151             
//
152             
// textBox4
153             
//
154             
this.textBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
155             
this.textBox4.Location = new System.Drawing.Point(147, 334);
156             
this.textBox4.Name = "textBox4";
157             
this.textBox4.Size = new System.Drawing.Size(174, 24);
158             
this.textBox4.TabIndex = 18;
159             
//
160             
// label6
161             
//
162             
this.label6.AutoSize = true;
163             
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
164             
this.label6.Location = new System.Drawing.Point(29, 337);
165             
this.label6.Name = "label6";
166             
this.label6.Size = new System.Drawing.Size(90, 18);
167             
this.label6.TabIndex = 19;
168             
this.label6.Text = "Mobile No.";
169             
//
170             
// textBox5
171             
//
172             
this.textBox5.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
173             
this.textBox5.Location = new System.Drawing.Point(147, 382);
174             
this.textBox5.Name = "textBox5";
175             
this.textBox5.Size = new System.Drawing.Size(174, 24);
176             
this.textBox5.TabIndex = 20;
177             
//
178             
// label7
179             
//
180             
this.label7.AutoSize = true;
181             
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
182             
this.label7.Location = new System.Drawing.Point(62, 385);
183             
this.label7.Name = "label7";
184             
this.label7.Size = new System.Drawing.Size(50, 18);
185             
this.label7.TabIndex = 21;
186             
this.label7.Text = "Email";
187             
//
188             
// label8
189             
//
190             
this.label8.AutoSize = true;
191             
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
192             
this.label8.Location = new System.Drawing.Point(373, 113);
193             
this.label8.Name = "label8";
194             
this.label8.Size = new System.Drawing.Size(106, 18);
195             
this.label8.TabIndex = 22;
196             
this.label8.Text = "Date Of Birth";
197             
//
198             
// label9
199             
//
200             
this.label9.AutoSize = true;
201             
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
202             
this.label9.Location = new System.Drawing.Point(406, 166);
203             
this.label9.Name = "label9";
204             
this.label9.Size = new System.Drawing.Size(75, 18);
205             
this.label9.TabIndex = 23;
206             
this.label9.Text = "Standard";
207             
//
208             
// label10
209             
//
210             
this.label10.AutoSize = true;
211             
this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
212             
this.label10.Location = new System.Drawing.Point(379, 222);
213             
this.label10.Name = "label10";
214             
this.label10.Size = new System.Drawing.Size(109, 18);
215             
this.label10.TabIndex = 24;
216             
this.label10.Text = "Programming";
217             
//
218             
// label11
219             
//
220             
this.label11.AutoSize = true;
221             
this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
222             
this.label11.Location = new System.Drawing.Point(355, 272);
223             
this.label11.Name = "label11";
224             
this.label11.Size = new System.Drawing.Size(137, 36);
225             
this.label11.TabIndex = 25;
226             
this.label11.Text = "Previous School \r\n Name";
227             
//
228             
// label12
229             
//
230             
this.label12.AutoSize = true;
231             
this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
232             
this.label12.Location = new System.Drawing.Point(442, 337);
233             
this.label12.Name = "label12";
234             
this.label12.Size = new System.Drawing.Size(42, 18);
235             
this.label12.TabIndex = 26;
236             
this.label12.Text = "Year";
237             
//
238             
// label13
239             
//
240             
this.label13.AutoSize = true;
241             
this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
242             
this.label13.Location = new System.Drawing.Point(415, 382);
243             
this.label13.Name = "label13";
244             
this.label13.Size = new System.Drawing.Size(69, 18);
245             
this.label13.TabIndex = 27;
246             
this.label13.Text = "Address";
247             
//
248             
// comboBox1
249             
//
250             
this.comboBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
251             
this.comboBox1.FormattingEnabled = true;
252             
this.comboBox1.Items.AddRange(new object[] {
253             
"First Year 1st Sem",
254             
"First Year 2nd Sem",
255             
"First Year 3rd Sem",
256             
"Second Year 1st Sem",
257             
"Second Year 2nd Sem",
258             
"Second Year 3rd Sem",
259             
"Third Year 1st Sem",
260             
"Third Year 2nd Sem",
261             
"Third Year 3rd Sem"});
262             
this.comboBox1.Location = new System.Drawing.Point(515, 164);
263             
this.comboBox1.Name = "comboBox1";
264             
this.comboBox1.Size = new System.Drawing.Size(174, 26);
265             
this.comboBox1.TabIndex = 29;
266             
this.comboBox1.Text = "-- Select --";
267             
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
268             
//
269             
// textBox7
270             
//
271             
this.textBox7.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
272             
this.textBox7.Location = new System.Drawing.Point(515, 382);
273             
this.textBox7.Multiline = true;
274             
this.textBox7.Name = "textBox7";
275             
this.textBox7.Size = new System.Drawing.Size(196, 89);
276             
this.textBox7.TabIndex = 30;
277             
//
278             
// comboBox2
279             
//
280             
this.comboBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
281             
this.comboBox2.FormattingEnabled = true;
282             
this.comboBox2.Items.AddRange(new object[] {
283             
"C Programming",
284             
"Java",
285             
"Python",
286             
"PHP"});
287             
this.comboBox2.Location = new System.Drawing.Point(515, 217);
288             
this.comboBox2.Name = "comboBox2";
289             
this.comboBox2.Size = new System.Drawing.Size(174, 26);
290             
this.comboBox2.TabIndex = 31;
291             
this.comboBox2.Text = "-- Select --";
292             
this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged);
293             
//
294             
// comboBox3
295             
//
296             
this.comboBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
297             
this.comboBox3.FormattingEnabled = true;
298             
this.comboBox3.Items.AddRange(new object[] {
299             
"2015-16",
300             
"2016-17",
301             
"2017-18",
302             
"2018-19"});
303             
this.comboBox3.Location = new System.Drawing.Point(515, 334);
304             
this.comboBox3.Name = "comboBox3";
305             
this.comboBox3.Size = new System.Drawing.Size(174, 26);
306             
this.comboBox3.TabIndex = 32;
307             
this.comboBox3.Text = "-- Select --";
308             
//
309             
// textBox6
310             
//
311             
this.textBox6.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
312             
this.textBox6.Location = new System.Drawing.Point(515, 269);
313             
this.textBox6.Name = "textBox6";
314             
this.textBox6.Size = new System.Drawing.Size(174, 24);
315             
this.textBox6.TabIndex = 33;
316             
//
317             
// dateTimePicker1
318             
//
319             
this.dateTimePicker1.Location = new System.Drawing.Point(511, 116);
320             
this.dateTimePicker1.Name = "dateTimePicker1";
321             
this.dateTimePicker1.Size = new System.Drawing.Size(200, 20);
322             
this.dateTimePicker1.TabIndex = 34;
323             
//
324             
// radioButton2
325             
//
326             
this.radioButton2.AutoSize = true;
327             
this.radioButton2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
328             
this.radioButton2.Location = new System.Drawing.Point(230, 218);
329             
this.radioButton2.Name = "radioButton2";
330             
this.radioButton2.Size = new System.Drawing.Size(81, 22);
331             
this.radioButton2.TabIndex = 36;
332             
this.radioButton2.TabStop = true;
333             
this.radioButton2.Text = "Female";
334             
this.radioButton2.UseVisualStyleBackColor = true;
335             
//
336             
// radioButton1
337             
//
338             
this.radioButton1.AutoSize = true;
339             
this.radioButton1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
340             
this.radioButton1.Location = new System.Drawing.Point(147, 218);
341             
this.radioButton1.Name = "radioButton1";
342             
this.radioButton1.Size = new System.Drawing.Size(62, 22);
343             
this.radioButton1.TabIndex = 35;
344             
this.radioButton1.TabStop = true;
345             
this.radioButton1.Text = "Male";
346             
this.radioButton1.UseVisualStyleBackColor = true;
347             
//
348             
// pictureBox1
349             
//
350             
this.pictureBox1.Image = global::SchoolManagementSystem.Properties.Resources.ADMISSION_Logo1;
351             
this.pictureBox1.Location = new System.Drawing.Point(144, 22);
352             
this.pictureBox1.Name = "pictureBox1";
353             
this.pictureBox1.Size = new System.Drawing.Size(435, 82);
354             
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
355             
this.pictureBox1.TabIndex = 37;
356             
this.pictureBox1.TabStop = false;
357             
//
358             
// NewAdmission
359             
//
360             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
361             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
362             
this.ClientSize = new System.Drawing.Size(723, 488);
363             
this.Controls.Add(this.pictureBox1);
364             
this.Controls.Add(this.radioButton2);
365             
this.Controls.Add(this.radioButton1);
366             
this.Controls.Add(this.dateTimePicker1);
367             
this.Controls.Add(this.textBox6);
368             
this.Controls.Add(this.comboBox3);
369             
this.Controls.Add(this.comboBox2);
370             
this.Controls.Add(this.textBox7);
371             
this.Controls.Add(this.comboBox1);
372             
this.Controls.Add(this.label13);
373             
this.Controls.Add(this.label12);
374             
this.Controls.Add(this.label11);
375             
this.Controls.Add(this.label10);
376             
this.Controls.Add(this.label9);
377             
this.Controls.Add(this.label8);
378             
this.Controls.Add(this.label7);
379             
this.Controls.Add(this.textBox5);
380             
this.Controls.Add(this.label6);
381             
this.Controls.Add(this.textBox4);
382             
this.Controls.Add(this.label5);
383             
this.Controls.Add(this.textBox3);
384             
this.Controls.Add(this.textBox2);
385             
this.Controls.Add(this.label3);
386             
this.Controls.Add(this.label2);
387             
this.Controls.Add(this.button2);
388             
this.Controls.Add(this.button1);
389             
this.Controls.Add(this.textBox1);
390             
this.Controls.Add(this.label1);
391             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
392             
this.MaximizeBox = false;
393             
this.Name = "NewAdmission";
394             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
395             
this.Text = "NewAdmission";
396             
this.Load += new System.EventHandler(this.NewAdmission_Load);
397             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).EndInit();
398             
this.ResumeLayout(false);
399             
this.PerformLayout();
400
401         }
402
403         
#endregion
404
405         
private System.Windows.Forms.Button button2;
406         
private System.Windows.Forms.Button button1;
407         
private System.Windows.Forms.TextBox textBox1;
408         
private System.Windows.Forms.Label label1;
409         
private System.Windows.Forms.Label label2;
410         
private System.Windows.Forms.Label label3;
411         
private System.Windows.Forms.TextBox textBox2;
412         
private System.Windows.Forms.TextBox textBox3;
413         
private System.Windows.Forms.Label label5;
414         
private System.Windows.Forms.TextBox textBox4;
415         
private System.Windows.Forms.Label label6;
416         
private System.Windows.Forms.TextBox textBox5;
417         
private System.Windows.Forms.Label label7;
418         
private System.Windows.Forms.Label label8;
419         
private System.Windows.Forms.Label label9;
420         
private System.Windows.Forms.Label label10;
421         
private System.Windows.Forms.Label label11;
422         
private System.Windows.Forms.Label label12;
423         
private System.Windows.Forms.Label label13;
424         
private System.Windows.Forms.ComboBox comboBox1;
425         
private System.Windows.Forms.TextBox textBox7;
426         
private System.Windows.Forms.ComboBox comboBox2;
427         
private System.Windows.Forms.ComboBox comboBox3;
428         
private System.Windows.Forms.TextBox textBox6;
429         
private System.Windows.Forms.DateTimePicker dateTimePicker1;
430         
private System.Windows.Forms.RadioButton radioButton2;
431         
private System.Windows.Forms.RadioButton radioButton1;
432         
private System.Windows.Forms.PictureBox pictureBox1;
433     }
434 }


Gõ tìm kiếm nhanh...