1 namespace Quản_lý_điểm_sinh_vien_CNTT
2 {
3     
partial class frmQLSV
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.components = new System.ComponentModel.Container();
32             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmQLSV));
33             
this.groupBox1 = new System.Windows.Forms.GroupBox();
34             
this.dgrDSSV = new System.Windows.Forms.DataGridView();
35             
this.maSvDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
36             
this.hoTenDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
37             
this.ngaySinhDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
38             
this.gioiTinhDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
39             
this.diaChiDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
40             
this.maLopDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
41             
this.tblSINHVIENBindingSource8 = new System.Windows.Forms.BindingSource(this.components);
42             
this.quanlydiemDataSet5 = new Quản_lý_điểm_sinh_vien_CNTT.QuanlydiemDataSet5();
43             
this.groupBox2 = new System.Windows.Forms.GroupBox();
44             
this.mskNgaySinh = new System.Windows.Forms.MaskedTextBox();
45             
this.cboGioiTinh = new System.Windows.Forms.ComboBox();
46             
this.cboMalop = new System.Windows.Forms.ComboBox();
47             
this.label7 = new System.Windows.Forms.Label();
48             
this.txtDiaChi = new System.Windows.Forms.TextBox();
49             
this.txtHoTen = new System.Windows.Forms.TextBox();
50             
this.txtMaSV = new System.Windows.Forms.TextBox();
51             
this.label6 = new System.Windows.Forms.Label();
52             
this.label5 = new System.Windows.Forms.Label();
53             
this.label4 = new System.Windows.Forms.Label();
54             
this.label3 = new System.Windows.Forms.Label();
55             
this.label2 = new System.Windows.Forms.Label();
56             
this.btnThemmoi = new System.Windows.Forms.Button();
57             
this.btnSua = new System.Windows.Forms.Button();
58             
this.btnXoa = new System.Windows.Forms.Button();
59             
this.btnThoat = new System.Windows.Forms.Button();
60             
this.tblSINH_VIENTableAdapter5 = new Quản_lý_điểm_sinh_vien_CNTT.QuanlydiemDataSet5TableAdapters.tblSINH_VIENTableAdapter();
61             
this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
62             
this.groupBox3 = new System.Windows.Forms.GroupBox();
63             
this.label9 = new System.Windows.Forms.Label();
64             
this.label8 = new System.Windows.Forms.Label();
65             
this.cboKhoahoc = new System.Windows.Forms.ComboBox();
66             
this.cboLop = new System.Windows.Forms.ComboBox();
67             
this.label1 = new System.Windows.Forms.Label();
68             
this.groupBox1.SuspendLayout();
69             ((System.ComponentModel.ISupportInitialize)(
this.dgrDSSV)).BeginInit();
70             ((System.ComponentModel.ISupportInitialize)(
this.tblSINHVIENBindingSource8)).BeginInit();
71             ((System.ComponentModel.ISupportInitialize)(
this.quanlydiemDataSet5)).BeginInit();
72             
this.groupBox2.SuspendLayout();
73             ((System.ComponentModel.ISupportInitialize)(
this.errorProvider1)).BeginInit();
74             
this.groupBox3.SuspendLayout();
75             
this.SuspendLayout();
76             
//
77             
// groupBox1
78             
//
79             
this.groupBox1.Controls.Add(this.dgrDSSV);
80             
this.groupBox1.Location = new System.Drawing.Point(258, 85);
81             
this.groupBox1.Name = "groupBox1";
82             
this.groupBox1.Size = new System.Drawing.Size(528, 329);
83             
this.groupBox1.TabIndex = 13;
84             
this.groupBox1.TabStop = false;
85             
this.groupBox1.Text = "Danh sách";
86             
//
87             
// dgrDSSV
88             
//
89             
this.dgrDSSV.AutoGenerateColumns = false;
90             
this.dgrDSSV.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
91             
this.dgrDSSV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
92             
this.dgrDSSV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
93             
this.maSvDataGridViewTextBoxColumn,
94             
this.hoTenDataGridViewTextBoxColumn,
95             
this.ngaySinhDataGridViewTextBoxColumn,
96             
this.gioiTinhDataGridViewTextBoxColumn,
97             
this.diaChiDataGridViewTextBoxColumn,
98             
this.maLopDataGridViewTextBoxColumn});
99             
this.dgrDSSV.DataSource = this.tblSINHVIENBindingSource8;
100             
this.dgrDSSV.Location = new System.Drawing.Point(6, 19);
101             
this.dgrDSSV.Name = "dgrDSSV";
102             
this.dgrDSSV.Size = new System.Drawing.Size(514, 304);
103             
this.dgrDSSV.TabIndex = 0;
104             
this.dgrDSSV.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
105             
//
106             
// maSvDataGridViewTextBoxColumn
107             
//
108             
this.maSvDataGridViewTextBoxColumn.DataPropertyName = "MaSv";
109             
this.maSvDataGridViewTextBoxColumn.HeaderText = "MaSv";
110             
this.maSvDataGridViewTextBoxColumn.Name = "maSvDataGridViewTextBoxColumn";
111             
//
112             
// hoTenDataGridViewTextBoxColumn
113             
//
114             
this.hoTenDataGridViewTextBoxColumn.DataPropertyName = "HoTen";
115             
this.hoTenDataGridViewTextBoxColumn.HeaderText = "HoTen";
116             
this.hoTenDataGridViewTextBoxColumn.Name = "hoTenDataGridViewTextBoxColumn";
117             
//
118             
// ngaySinhDataGridViewTextBoxColumn
119             
//
120             
this.ngaySinhDataGridViewTextBoxColumn.DataPropertyName = "NgaySinh";
121             
this.ngaySinhDataGridViewTextBoxColumn.HeaderText = "NgaySinh";
122             
this.ngaySinhDataGridViewTextBoxColumn.Name = "ngaySinhDataGridViewTextBoxColumn";
123             
//
124             
// gioiTinhDataGridViewTextBoxColumn
125             
//
126             
this.gioiTinhDataGridViewTextBoxColumn.DataPropertyName = "GioiTinh";
127             
this.gioiTinhDataGridViewTextBoxColumn.HeaderText = "GioiTinh";
128             
this.gioiTinhDataGridViewTextBoxColumn.Name = "gioiTinhDataGridViewTextBoxColumn";
129             
//
130             
// diaChiDataGridViewTextBoxColumn
131             
//
132             
this.diaChiDataGridViewTextBoxColumn.DataPropertyName = "DiaChi";
133             
this.diaChiDataGridViewTextBoxColumn.HeaderText = "DiaChi";
134             
this.diaChiDataGridViewTextBoxColumn.Name = "diaChiDataGridViewTextBoxColumn";
135             
//
136             
// maLopDataGridViewTextBoxColumn
137             
//
138             
this.maLopDataGridViewTextBoxColumn.DataPropertyName = "MaLop";
139             
this.maLopDataGridViewTextBoxColumn.HeaderText = "MaLop";
140             
this.maLopDataGridViewTextBoxColumn.Name = "maLopDataGridViewTextBoxColumn";
141             
//
142             
// tblSINHVIENBindingSource8
143             
//
144             
this.tblSINHVIENBindingSource8.DataMember = "tblSINH_VIEN";
145             
this.tblSINHVIENBindingSource8.DataSource = this.quanlydiemDataSet5;
146             
//
147             
// quanlydiemDataSet5
148             
//
149             
this.quanlydiemDataSet5.DataSetName = "QuanlydiemDataSet5";
150             
this.quanlydiemDataSet5.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
151             
//
152             
// groupBox2
153             
//
154             
this.groupBox2.Controls.Add(this.mskNgaySinh);
155             
this.groupBox2.Controls.Add(this.cboGioiTinh);
156             
this.groupBox2.Controls.Add(this.cboMalop);
157             
this.groupBox2.Controls.Add(this.label7);
158             
this.groupBox2.Controls.Add(this.txtDiaChi);
159             
this.groupBox2.Controls.Add(this.txtHoTen);
160             
this.groupBox2.Controls.Add(this.txtMaSV);
161             
this.groupBox2.Controls.Add(this.label6);
162             
this.groupBox2.Controls.Add(this.label5);
163             
this.groupBox2.Controls.Add(this.label4);
164             
this.groupBox2.Controls.Add(this.label3);
165             
this.groupBox2.Controls.Add(this.label2);
166             
this.groupBox2.Location = new System.Drawing.Point(5, 86);
167             
this.groupBox2.Name = "groupBox2";
168             
this.groupBox2.Size = new System.Drawing.Size(247, 328);
169             
this.groupBox2.TabIndex = 14;
170             
this.groupBox2.TabStop = false;
171             
this.groupBox2.Text = "Thông tin chi tiết";
172             
//
173             
// mskNgaySinh
174             
//
175             
this.mskNgaySinh.Location = new System.Drawing.Point(95, 109);
176             
this.mskNgaySinh.Mask = "00/00/0000";
177             
this.mskNgaySinh.Name = "mskNgaySinh";
178             
this.mskNgaySinh.Size = new System.Drawing.Size(133, 20);
179             
this.mskNgaySinh.TabIndex = 3;
180             
//
181             
// cboGioiTinh
182             
//
183             
this.cboGioiTinh.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
184             
this.cboGioiTinh.FormattingEnabled = true;
185             
this.cboGioiTinh.Items.AddRange(new object[] {
186             
"Nam",
187             
"Nữ",
188             
"Chưa xác định"});
189             
this.cboGioiTinh.Location = new System.Drawing.Point(95, 143);
190             
this.cboGioiTinh.Name = "cboGioiTinh";
191             
this.cboGioiTinh.Size = new System.Drawing.Size(94, 21);
192             
this.cboGioiTinh.TabIndex = 4;
193             
this.cboGioiTinh.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
194             
//
195             
// cboMalop
196             
//
197             
this.cboMalop.FormattingEnabled = true;
198             
this.cboMalop.Location = new System.Drawing.Point(95, 228);
199             
this.cboMalop.Name = "cboMalop";
200             
this.cboMalop.Size = new System.Drawing.Size(133, 21);
201             
this.cboMalop.TabIndex = 6;
202             
//
203             
// label7
204             
//
205             
this.label7.AutoSize = true;
206             
this.label7.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
207             
this.label7.Location = new System.Drawing.Point(8, 230);
208             
this.label7.Name = "label7";
209             
this.label7.Size = new System.Drawing.Size(47, 15);
210             
this.label7.TabIndex = 24;
211             
this.label7.Text = "Mã Lớp";
212             
//
213             
// txtDiaChi
214             
//
215             
this.txtDiaChi.Location = new System.Drawing.Point(95, 191);
216             
this.txtDiaChi.Name = "txtDiaChi";
217             
this.txtDiaChi.Size = new System.Drawing.Size(133, 20);
218             
this.txtDiaChi.TabIndex = 5;
219             
//
220             
// txtHoTen
221             
//
222             
this.txtHoTen.Location = new System.Drawing.Point(95, 80);
223             
this.txtHoTen.Name = "txtHoTen";
224             
this.txtHoTen.Size = new System.Drawing.Size(133, 20);
225             
this.txtHoTen.TabIndex = 2;
226             
//
227             
// txtMaSV
228             
//
229             
this.txtMaSV.Location = new System.Drawing.Point(95, 44);
230             
this.txtMaSV.Name = "txtMaSV";
231             
this.txtMaSV.Size = new System.Drawing.Size(133, 20);
232             
this.txtMaSV.TabIndex = 1;
233             
//
234             
// label6
235             
//
236             
this.label6.AutoSize = true;
237             
this.label6.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
238             
this.label6.Location = new System.Drawing.Point(8, 145);
239             
this.label6.Name = "label6";
240             
this.label6.Size = new System.Drawing.Size(59, 15);
241             
this.label6.TabIndex = 17;
242             
this.label6.Text = "Giới tính";
243             
//
244             
// label5
245             
//
246             
this.label5.AutoSize = true;
247             
this.label5.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
248             
this.label5.Location = new System.Drawing.Point(8, 193);
249             
this.label5.Name = "label5";
250             
this.label5.Size = new System.Drawing.Size(45, 15);
251             
this.label5.TabIndex = 16;
252             
this.label5.Text = "Địa chỉ";
253             
//
254             
// label4
255             
//
256             
this.label4.AutoSize = true;
257             
this.label4.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
258             
this.label4.Location = new System.Drawing.Point(8, 82);
259             
this.label4.Name = "label4";
260             
this.label4.Size = new System.Drawing.Size(46, 15);
261             
this.label4.TabIndex = 15;
262             
this.label4.Text = "Họ Tên";
263             
//
264             
// label3
265             
//
266             
this.label3.AutoSize = true;
267             
this.label3.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
268             
this.label3.Location = new System.Drawing.Point(8, 111);
269             
this.label3.Name = "label3";
270             
this.label3.Size = new System.Drawing.Size(60, 15);
271             
this.label3.TabIndex = 14;
272             
this.label3.Text = "Ngày sinh";
273             
//
274             
// label2
275             
//
276             
this.label2.AutoSize = true;
277             
this.label2.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
278             
this.label2.Location = new System.Drawing.Point(8, 44);
279             
this.label2.Name = "label2";
280             
this.label2.Size = new System.Drawing.Size(81, 15);
281             
this.label2.TabIndex = 13;
282             
this.label2.Text = "Mã Sinh Viên";
283             
//
284             
// btnThemmoi
285             
//
286             
this.btnThemmoi.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
287             
this.btnThemmoi.Image = ((System.Drawing.Image)(resources.GetObject("btnThemmoi.Image")));
288             
this.btnThemmoi.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
289             
this.btnThemmoi.Location = new System.Drawing.Point(792, 130);
290             
this.btnThemmoi.Name = "btnThemmoi";
291             
this.btnThemmoi.Size = new System.Drawing.Size(78, 35);
292             
this.btnThemmoi.TabIndex = 15;
293             
this.btnThemmoi.Text = "Thêm mới";
294             
this.btnThemmoi.UseVisualStyleBackColor = true;
295             
this.btnThemmoi.Click += new System.EventHandler(this.btnThemmoi_Click);
296             
//
297             
// btnSua
298             
//
299             
this.btnSua.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
300             
this.btnSua.Image = ((System.Drawing.Image)(resources.GetObject("btnSua.Image")));
301             
this.btnSua.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
302             
this.btnSua.Location = new System.Drawing.Point(792, 180);
303             
this.btnSua.Name = "btnSua";
304             
this.btnSua.Size = new System.Drawing.Size(78, 35);
305             
this.btnSua.TabIndex = 16;
306             
this.btnSua.Text = "Sửa";
307             
this.btnSua.UseVisualStyleBackColor = true;
308             
this.btnSua.Click += new System.EventHandler(this.btnSua_Click);
309             
//
310             
// btnXoa
311             
//
312             
this.btnXoa.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
313             
this.btnXoa.Image = ((System.Drawing.Image)(resources.GetObject("btnXoa.Image")));
314             
this.btnXoa.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
315             
this.btnXoa.Location = new System.Drawing.Point(792, 229);
316             
this.btnXoa.Name = "btnXoa";
317             
this.btnXoa.Size = new System.Drawing.Size(78, 35);
318             
this.btnXoa.TabIndex = 17;
319             
this.btnXoa.Text = "Xóa";
320             
this.btnXoa.UseVisualStyleBackColor = true;
321             
this.btnXoa.Click += new System.EventHandler(this.btnXoa_Click);
322             
//
323             
// btnThoat
324             
//
325             
this.btnThoat.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
326             
this.btnThoat.Image = ((System.Drawing.Image)(resources.GetObject("btnThoat.Image")));
327             
this.btnThoat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
328             
this.btnThoat.Location = new System.Drawing.Point(792, 296);
329             
this.btnThoat.Name = "btnThoat";
330             
this.btnThoat.Size = new System.Drawing.Size(78, 35);
331             
this.btnThoat.TabIndex = 19;
332             
this.btnThoat.Text = "Thoát";
333             
this.btnThoat.UseVisualStyleBackColor = true;
334             
this.btnThoat.Click += new System.EventHandler(this.btnThoat_Click);
335             
//
336             
// tblSINH_VIENTableAdapter5
337             
//
338             
this.tblSINH_VIENTableAdapter5.ClearBeforeFill = true;
339             
//
340             
// errorProvider1
341             
//
342             
this.errorProvider1.ContainerControl = this;
343             
//
344             
// groupBox3
345             
//
346             
this.groupBox3.Controls.Add(this.label9);
347             
this.groupBox3.Controls.Add(this.label8);
348             
this.groupBox3.Controls.Add(this.cboKhoahoc);
349             
this.groupBox3.Controls.Add(this.cboLop);
350             
this.groupBox3.Location = new System.Drawing.Point(5, 33);
351             
this.groupBox3.Name = "groupBox3";
352             
this.groupBox3.Size = new System.Drawing.Size(781, 46);
353             
this.groupBox3.TabIndex = 20;
354             
this.groupBox3.TabStop = false;
355             
this.groupBox3.Text = "Tìm kiếm";
356             
this.groupBox3.Enter += new System.EventHandler(this.groupBox3_Enter);
357             
//
358             
// label9
359             
//
360             
this.label9.AutoSize = true;
361             
this.label9.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
362             
this.label9.Location = new System.Drawing.Point(577, 17);
363             
this.label9.Name = "label9";
364             
this.label9.Size = new System.Drawing.Size(48, 15);
365             
this.label9.TabIndex = 27;
366             
this.label9.Text = "Lớp học";
367             
//
368             
// label8
369             
//
370             
this.label8.AutoSize = true;
371             
this.label8.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
372             
this.label8.Location = new System.Drawing.Point(373, 17);
373             
this.label8.Name = "label8";
374             
this.label8.Size = new System.Drawing.Size(35, 15);
375             
this.label8.TabIndex = 26;
376             
this.label8.Text = "Khoa";
377             
//
378             
// cboKhoahoc
379             
//
380             
this.cboKhoahoc.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
381             
this.cboKhoahoc.FormattingEnabled = true;
382             
this.cboKhoahoc.Location = new System.Drawing.Point(444, 17);
383             
this.cboKhoahoc.Name = "cboKhoahoc";
384             
this.cboKhoahoc.Size = new System.Drawing.Size(120, 21);
385             
this.cboKhoahoc.TabIndex = 25;
386             
this.cboKhoahoc.SelectedIndexChanged += new System.EventHandler(this.cboKhoahoc_SelectedIndexChanged);
387             
//
388             
// cboLop
389             
//
390             
this.cboLop.FormattingEnabled = true;
391             
this.cboLop.Location = new System.Drawing.Point(631, 19);
392             
this.cboLop.Name = "cboLop";
393             
this.cboLop.Size = new System.Drawing.Size(122, 21);
394             
this.cboLop.TabIndex = 24;
395             
this.cboLop.SelectedIndexChanged += new System.EventHandler(this.cboLop_SelectedIndexChanged);
396             
//
397             
// label1
398             
//
399             
this.label1.AutoSize = true;
400             
this.label1.Font = new System.Drawing.Font("Times New Roman", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
401             
this.label1.ForeColor = System.Drawing.Color.Red;
402             
this.label1.Location = new System.Drawing.Point(222, -1);
403             
this.label1.Name = "label1";
404             
this.label1.Size = new System.Drawing.Size(367, 31);
405             
this.label1.TabIndex = 0;
406             
this.label1.Text = "Quản Lý Thông Tin Sinh Viên";
407             
//
408             
// frmQLSV
409             
//
410             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
411             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
412             
this.ClientSize = new System.Drawing.Size(873, 463);
413             
this.Controls.Add(this.groupBox3);
414             
this.Controls.Add(this.btnThoat);
415             
this.Controls.Add(this.btnXoa);
416             
this.Controls.Add(this.groupBox2);
417             
this.Controls.Add(this.btnThemmoi);
418             
this.Controls.Add(this.groupBox1);
419             
this.Controls.Add(this.btnSua);
420             
this.Controls.Add(this.label1);
421             
this.Name = "frmQLSV";
422             
this.Text = "frmQLSV";
423             
this.Load += new System.EventHandler(this.frmQLSV_Load);
424             
this.groupBox1.ResumeLayout(false);
425             ((System.ComponentModel.ISupportInitialize)(
this.dgrDSSV)).EndInit();
426             ((System.ComponentModel.ISupportInitialize)(
this.tblSINHVIENBindingSource8)).EndInit();
427             ((System.ComponentModel.ISupportInitialize)(
this.quanlydiemDataSet5)).EndInit();
428             
this.groupBox2.ResumeLayout(false);
429             
this.groupBox2.PerformLayout();
430             ((System.ComponentModel.ISupportInitialize)(
this.errorProvider1)).EndInit();
431             
this.groupBox3.ResumeLayout(false);
432             
this.groupBox3.PerformLayout();
433             
this.ResumeLayout(false);
434             
this.PerformLayout();
435
436         }
437
438         
#endregion
439
440         
private System.Windows.Forms.GroupBox groupBox1;
441         
private System.Windows.Forms.GroupBox groupBox2;
442         
private System.Windows.Forms.Label label7;
443         
private System.Windows.Forms.TextBox txtDiaChi;
444         
private System.Windows.Forms.TextBox txtHoTen;
445         
private System.Windows.Forms.TextBox txtMaSV;
446         
private System.Windows.Forms.Label label6;
447         
private System.Windows.Forms.Label label5;
448         
private System.Windows.Forms.Label label4;
449         
private System.Windows.Forms.Label label3;
450         
private System.Windows.Forms.Label label2;
451         
private System.Windows.Forms.Button btnThemmoi;
452         
private System.Windows.Forms.Button btnSua;
453         
private System.Windows.Forms.Button btnXoa;
454         
private System.Windows.Forms.Button btnThoat;
455         
private System.Windows.Forms.DataGridView dgrDSSV;
456         
private System.Windows.Forms.DataGridViewTextBoxColumn maSvDataGridViewTextBoxColumn;
457         
private System.Windows.Forms.DataGridViewTextBoxColumn hoTenDataGridViewTextBoxColumn;
458         
private System.Windows.Forms.DataGridViewTextBoxColumn ngaySinhDataGridViewTextBoxColumn;
459         
private System.Windows.Forms.DataGridViewTextBoxColumn gioiTinhDataGridViewTextBoxColumn;
460         
private System.Windows.Forms.DataGridViewTextBoxColumn diaChiDataGridViewTextBoxColumn;
461         
private System.Windows.Forms.DataGridViewTextBoxColumn maLopDataGridViewTextBoxColumn;
462         
private QuanlydiemDataSet5 quanlydiemDataSet5;
463         
private System.Windows.Forms.BindingSource tblSINHVIENBindingSource8;
464         
private Quản_lý_điểm_sinh_vien_CNTT.QuanlydiemDataSet5TableAdapters.tblSINH_VIENTableAdapter tblSINH_VIENTableAdapter5;
465         
private System.Windows.Forms.ErrorProvider errorProvider1;
466         
private System.Windows.Forms.GroupBox groupBox3;
467         
private System.Windows.Forms.Label label9;
468         
private System.Windows.Forms.Label label8;
469         
private System.Windows.Forms.ComboBox cboKhoahoc;
470         
private System.Windows.Forms.ComboBox cboLop;
471         
private System.Windows.Forms.ComboBox cboMalop;
472         
private System.Windows.Forms.ComboBox cboGioiTinh;
473         
private System.Windows.Forms.MaskedTextBox mskNgaySinh;
474         
private System.Windows.Forms.Label label1;
475     }
476 }



Quản lý điểm sinh viên CNTT 180.092 lượt xem

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