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

1 namespace SchoolManagementSystem
2 {
3     
partial class teacher
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.label4 = new System.Windows.Forms.Label();
32             
this.radioButton2 = new System.Windows.Forms.RadioButton();
33             
this.radioButton1 = new System.Windows.Forms.RadioButton();
34             
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
35             
this.comboBox3 = new System.Windows.Forms.ComboBox();
36             
this.comboBox2 = new System.Windows.Forms.ComboBox();
37             
this.textBox7 = new System.Windows.Forms.TextBox();
38             
this.comboBox1 = new System.Windows.Forms.ComboBox();
39             
this.label13 = new System.Windows.Forms.Label();
40             
this.label12 = new System.Windows.Forms.Label();
41             
this.label10 = new System.Windows.Forms.Label();
42             
this.label9 = new System.Windows.Forms.Label();
43             
this.label8 = new System.Windows.Forms.Label();
44             
this.label7 = new System.Windows.Forms.Label();
45             
this.textBox5 = new System.Windows.Forms.TextBox();
46             
this.label6 = new System.Windows.Forms.Label();
47             
this.textBox4 = new System.Windows.Forms.TextBox();
48             
this.label5 = new System.Windows.Forms.Label();
49             
this.textBox3 = new System.Windows.Forms.TextBox();
50             
this.label3 = new System.Windows.Forms.Label();
51             
this.textBox1 = new System.Windows.Forms.TextBox();
52             
this.label1 = new System.Windows.Forms.Label();
53             
this.button1 = new System.Windows.Forms.Button();
54             
this.SuspendLayout();
55             
//
56             
// label4
57             
//
58             
this.label4.AutoSize = true;
59             
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
60             
this.label4.ForeColor = System.Drawing.Color.DarkRed;
61             
this.label4.Location = new System.Drawing.Point(313, 10);
62             
this.label4.Name = "label4";
63             
this.label4.Size = new System.Drawing.Size(161, 24);
64             
this.label4.TabIndex = 65;
65             
this.label4.Text = "Basic Informations";
66             
//
67             
// radioButton2
68             
//
69             
this.radioButton2.AutoSize = true;
70             
this.radioButton2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
71             
this.radioButton2.Location = new System.Drawing.Point(260, 169);
72             
this.radioButton2.Name = "radioButton2";
73             
this.radioButton2.Size = new System.Drawing.Size(81, 22);
74             
this.radioButton2.TabIndex = 92;
75             
this.radioButton2.TabStop = true;
76             
this.radioButton2.Text = "Female";
77             
this.radioButton2.UseVisualStyleBackColor = true;
78             
//
79             
// radioButton1
80             
//
81             
this.radioButton1.AutoSize = true;
82             
this.radioButton1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
83             
this.radioButton1.Location = new System.Drawing.Point(177, 169);
84             
this.radioButton1.Name = "radioButton1";
85             
this.radioButton1.Size = new System.Drawing.Size(62, 22);
86             
this.radioButton1.TabIndex = 91;
87             
this.radioButton1.TabStop = true;
88             
this.radioButton1.Text = "Male";
89             
this.radioButton1.UseVisualStyleBackColor = true;
90             
//
91             
// dateTimePicker1
92             
//
93             
this.dateTimePicker1.Location = new System.Drawing.Point(541, 67);
94             
this.dateTimePicker1.Name = "dateTimePicker1";
95             
this.dateTimePicker1.Size = new System.Drawing.Size(200, 20);
96             
this.dateTimePicker1.TabIndex = 90;
97             
//
98             
// comboBox3
99             
//
100             
this.comboBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
101             
this.comboBox3.FormattingEnabled = true;
102             
this.comboBox3.Items.AddRange(new object[] {
103             
"2015-16",
104             
"2016-17",
105             
"2017-18",
106             
"2018-19"});
107             
this.comboBox3.Location = new System.Drawing.Point(545, 285);
108             
this.comboBox3.Name = "comboBox3";
109             
this.comboBox3.Size = new System.Drawing.Size(174, 26);
110             
this.comboBox3.TabIndex = 88;
111             
this.comboBox3.Text = "-- Select --";
112             
//
113             
// comboBox2
114             
//
115             
this.comboBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
116             
this.comboBox2.FormattingEnabled = true;
117             
this.comboBox2.Items.AddRange(new object[] {
118             
"C Programming",
119             
"Java",
120             
"Python",
121             
"PHP"});
122             
this.comboBox2.Location = new System.Drawing.Point(545, 168);
123             
this.comboBox2.Name = "comboBox2";
124             
this.comboBox2.Size = new System.Drawing.Size(174, 26);
125             
this.comboBox2.TabIndex = 87;
126             
this.comboBox2.Text = "-- Select --";
127             
//
128             
// textBox7
129             
//
130             
this.textBox7.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
131             
this.textBox7.Location = new System.Drawing.Point(545, 333);
132             
this.textBox7.Multiline = true;
133             
this.textBox7.Name = "textBox7";
134             
this.textBox7.Size = new System.Drawing.Size(196, 89);
135             
this.textBox7.TabIndex = 86;
136             
//
137             
// comboBox1
138             
//
139             
this.comboBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
140             
this.comboBox1.FormattingEnabled = true;
141             
this.comboBox1.Items.AddRange(new object[] {
142             
"First Year 1st Sem",
143             
"First Year 2nd Sem",
144             
"First Year 3rd Sem",
145             
"Second Year 1st Sem",
146             
"Second Year 2nd Sem",
147             
"Second Year 3rd Sem",
148             
"Third Year 1st Sem",
149             
"Third Year 2nd Sem",
150             
"Third Year 3rd Sem"});
151             
this.comboBox1.Location = new System.Drawing.Point(545, 115);
152             
this.comboBox1.Name = "comboBox1";
153             
this.comboBox1.Size = new System.Drawing.Size(174, 26);
154             
this.comboBox1.TabIndex = 85;
155             
this.comboBox1.Text = "-- Select --";
156             
//
157             
// label13
158             
//
159             
this.label13.AutoSize = true;
160             
this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
161             
this.label13.Location = new System.Drawing.Point(445, 333);
162             
this.label13.Name = "label13";
163             
this.label13.Size = new System.Drawing.Size(69, 18);
164             
this.label13.TabIndex = 84;
165             
this.label13.Text = "Address";
166             
//
167             
// label12
168             
//
169             
this.label12.AutoSize = true;
170             
this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
171             
this.label12.Location = new System.Drawing.Point(472, 288);
172             
this.label12.Name = "label12";
173             
this.label12.Size = new System.Drawing.Size(42, 18);
174             
this.label12.TabIndex = 83;
175             
this.label12.Text = "Year";
176             
//
177             
// label10
178             
//
179             
this.label10.AutoSize = true;
180             
this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
181             
this.label10.Location = new System.Drawing.Point(409, 173);
182             
this.label10.Name = "label10";
183             
this.label10.Size = new System.Drawing.Size(109, 18);
184             
this.label10.TabIndex = 81;
185             
this.label10.Text = "Programming";
186             
//
187             
// label9
188             
//
189             
this.label9.AutoSize = true;
190             
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
191             
this.label9.Location = new System.Drawing.Point(436, 117);
192             
this.label9.Name = "label9";
193             
this.label9.Size = new System.Drawing.Size(75, 18);
194             
this.label9.TabIndex = 80;
195             
this.label9.Text = "Standard";
196             
//
197             
// label8
198             
//
199             
this.label8.AutoSize = true;
200             
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
201             
this.label8.Location = new System.Drawing.Point(403, 64);
202             
this.label8.Name = "label8";
203             
this.label8.Size = new System.Drawing.Size(106, 18);
204             
this.label8.TabIndex = 79;
205             
this.label8.Text = "Date Of Birth";
206             
//
207             
// label7
208             
//
209             
this.label7.AutoSize = true;
210             
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
211             
this.label7.Location = new System.Drawing.Point(92, 336);
212             
this.label7.Name = "label7";
213             
this.label7.Size = new System.Drawing.Size(50, 18);
214             
this.label7.TabIndex = 78;
215             
this.label7.Text = "Email";
216             
//
217             
// textBox5
218             
//
219             
this.textBox5.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
220             
this.textBox5.Location = new System.Drawing.Point(177, 333);
221             
this.textBox5.Name = "textBox5";
222             
this.textBox5.Size = new System.Drawing.Size(174, 24);
223             
this.textBox5.TabIndex = 77;
224             
//
225             
// label6
226             
//
227             
this.label6.AutoSize = true;
228             
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
229             
this.label6.Location = new System.Drawing.Point(59, 288);
230             
this.label6.Name = "label6";
231             
this.label6.Size = new System.Drawing.Size(90, 18);
232             
this.label6.TabIndex = 76;
233             
this.label6.Text = "Mobile No.";
234             
//
235             
// textBox4
236             
//
237             
this.textBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
238             
this.textBox4.Location = new System.Drawing.Point(177, 285);
239             
this.textBox4.Name = "textBox4";
240             
this.textBox4.Size = new System.Drawing.Size(174, 24);
241             
this.textBox4.TabIndex = 75;
242             
//
243             
// label5
244             
//
245             
this.label5.AutoSize = true;
246             
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
247             
this.label5.Location = new System.Drawing.Point(69, 223);
248             
this.label5.Name = "label5";
249             
this.label5.Size = new System.Drawing.Size(83, 18);
250             
this.label5.TabIndex = 74;
251             
this.label5.Text = "Sur Name";
252             
//
253             
// textBox3
254             
//
255             
this.textBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
256             
this.textBox3.Location = new System.Drawing.Point(177, 220);
257             
this.textBox3.Name = "textBox3";
258             
this.textBox3.Size = new System.Drawing.Size(174, 24);
259             
this.textBox3.TabIndex = 73;
260             
//
261             
// label3
262             
//
263             
this.label3.AutoSize = true;
264             
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
265             
this.label3.Location = new System.Drawing.Point(88, 173);
266             
this.label3.Name = "label3";
267             
this.label3.Size = new System.Drawing.Size(63, 18);
268             
this.label3.TabIndex = 71;
269             
this.label3.Text = "Gender";
270             
//
271             
// textBox1
272             
//
273             
this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
274             
this.textBox1.Location = new System.Drawing.Point(177, 61);
275             
this.textBox1.Name = "textBox1";
276             
this.textBox1.Size = new System.Drawing.Size(174, 24);
277             
this.textBox1.TabIndex = 67;
278             
//
279             
// label1
280             
//
281             
this.label1.AutoSize = true;
282             
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
283             
this.label1.Location = new System.Drawing.Point(57, 64);
284             
this.label1.Name = "label1";
285             
this.label1.Size = new System.Drawing.Size(84, 18);
286             
this.label1.TabIndex = 66;
287             
this.label1.Text = "Full Name";
288             
//
289             
// button1
290             
//
291             
this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
292             
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
293             
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
294             
this.button1.Location = new System.Drawing.Point(248, 435);
295             
this.button1.Name = "button1";
296             
this.button1.Size = new System.Drawing.Size(83, 28);
297             
this.button1.TabIndex = 93;
298             
this.button1.Text = "Submit";
299             
this.button1.UseVisualStyleBackColor = true;
300             
this.button1.Click += new System.EventHandler(this.button1_Click_1);
301             
//
302             
// teacher
303             
//
304             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
305             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
306             
this.ClientSize = new System.Drawing.Size(777, 475);
307             
this.Controls.Add(this.button1);
308             
this.Controls.Add(this.radioButton2);
309             
this.Controls.Add(this.radioButton1);
310             
this.Controls.Add(this.dateTimePicker1);
311             
this.Controls.Add(this.comboBox3);
312             
this.Controls.Add(this.comboBox2);
313             
this.Controls.Add(this.textBox7);
314             
this.Controls.Add(this.comboBox1);
315             
this.Controls.Add(this.label13);
316             
this.Controls.Add(this.label12);
317             
this.Controls.Add(this.label10);
318             
this.Controls.Add(this.label9);
319             
this.Controls.Add(this.label8);
320             
this.Controls.Add(this.label7);
321             
this.Controls.Add(this.textBox5);
322             
this.Controls.Add(this.label6);
323             
this.Controls.Add(this.textBox4);
324             
this.Controls.Add(this.label5);
325             
this.Controls.Add(this.textBox3);
326             
this.Controls.Add(this.label3);
327             
this.Controls.Add(this.textBox1);
328             
this.Controls.Add(this.label1);
329             
this.Controls.Add(this.label4);
330             
this.MaximizeBox = false;
331             
this.Name = "teacher";
332             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
333             
this.Text = "AddTeacher";
334             
this.Load += new System.EventHandler(this.teacher_Load);
335             
this.ResumeLayout(false);
336             
this.PerformLayout();
337
338         }
339
340         
#endregion
341         
private System.Windows.Forms.Label label4;
342         
private System.Windows.Forms.RadioButton radioButton2;
343         
private System.Windows.Forms.RadioButton radioButton1;
344         
private System.Windows.Forms.DateTimePicker dateTimePicker1;
345         
private System.Windows.Forms.ComboBox comboBox3;
346         
private System.Windows.Forms.ComboBox comboBox2;
347         
private System.Windows.Forms.TextBox textBox7;
348         
private System.Windows.Forms.ComboBox comboBox1;
349         
private System.Windows.Forms.Label label13;
350         
private System.Windows.Forms.Label label12;
351         
private System.Windows.Forms.Label label10;
352         
private System.Windows.Forms.Label label9;
353         
private System.Windows.Forms.Label label8;
354         
private System.Windows.Forms.Label label7;
355         
private System.Windows.Forms.TextBox textBox5;
356         
private System.Windows.Forms.Label label6;
357         
private System.Windows.Forms.TextBox textBox4;
358         
private System.Windows.Forms.Label label5;
359         
private System.Windows.Forms.TextBox textBox3;
360         
private System.Windows.Forms.Label label3;
361         
private System.Windows.Forms.TextBox textBox1;
362         
private System.Windows.Forms.Label label1;
363         
private System.Windows.Forms.Button button1;
364     }
365 }


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