partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnAddPic = new System.Windows.Forms.Button();
this.picAvatar = new System.Windows.Forms.PictureBox();
this.cmbFaculty = new System.Windows.Forms.ComboBox();
this.txtAverageScore = new System.Windows.Forms.TextBox();
this.txtName = new System.Windows.Forms.TextBox();
this.txtStudentID = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.btnAddUpdate = new System.Windows.Forms.Button();
this.btnExit = new System.Windows.Forms.Button();
this.dgvStudent = new System.Windows.Forms.DataGridView();
this.StudentID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.FullName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.FacultyName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.AverageScore = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.MajorName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.chkChuyenNganh = new System.Windows.Forms.CheckBox();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.chucNangToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.dKChuyenNganhToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picAvatar)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgvStudent)).BeginInit();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
this.label1.Location = new System.Drawing.Point(333, 30);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(305, 42);
this.label1.TabIndex = 0;
this.label1.Text = "Quan ly sinh vien";
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnAddPic);
this.groupBox1.Controls.Add(this.picAvatar);
this.groupBox1.Controls.Add(this.cmbFaculty);
this.groupBox1.Controls.Add(this.txtAverageScore);
this.groupBox1.Controls.Add(this.txtName);
this.groupBox1.Controls.Add(this.txtStudentID);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Location = new System.Drawing.Point(12, 90);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(293, 330);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "groupBox1";
//
// btnAddPic
//
this.btnAddPic.Location = new System.Drawing.Point(240, 258);
this.btnAddPic.Name = "btnAddPic";
this.btnAddPic.Size = new System.Drawing.Size(35, 23);
this.btnAddPic.TabIndex = 4;
this.btnAddPic.Text = "...";
this.btnAddPic.UseVisualStyleBackColor = true;
this.btnAddPic.Click += new System.EventHandler(this.btnAddPic_Click);
//
// picAvatar
//
this.picAvatar.Location = new System.Drawing.Point(86, 225);
this.picAvatar.Name = "picAvatar";
this.picAvatar.Size = new System.Drawing.Size(139, 90);
this.picAvatar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.picAvatar.TabIndex = 3;
this.picAvatar.TabStop = false;
//
// cmbFaculty
//
this.cmbFaculty.FormattingEnabled = true;
this.cmbFaculty.Location = new System.Drawing.Point(86, 126);
this.cmbFaculty.Name = "cmbFaculty";
this.cmbFaculty.Size = new System.Drawing.Size(174, 21);
this.cmbFaculty.TabIndex = 2;
//
// txtAverageScore
//
this.txtAverageScore.Location = new System.Drawing.Point(86, 185);
this.txtAverageScore.Name = "txtAverageScore";
this.txtAverageScore.Size = new System.Drawing.Size(174, 20);
this.txtAverageScore.TabIndex = 1;
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(86, 79);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(174, 20);
this.txtName.TabIndex = 1;
//
// txtStudentID
//
this.txtStudentID.Location = new System.Drawing.Point(86, 38);
this.txtStudentID.Name = "txtStudentID";
this.txtStudentID.Size = new System.Drawing.Size(174, 20);
this.txtStudentID.TabIndex = 1;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(20, 234);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(66, 13);
this.label6.TabIndex = 0;
this.label6.Text = "Anh dai dien";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(20, 188);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(48, 13);
this.label5.TabIndex = 0;
this.label5.Text = "Diem TB";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(20, 135);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(32, 13);
this.label4.TabIndex = 0;
this.label4.Text = "Khoa";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(20, 86);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(43, 13);
this.label3.TabIndex = 0;
this.label3.Text = "Ho Ten";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(20, 38);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(39, 13);
this.label2.TabIndex = 0;
this.label2.Text = "Ma SV";
//
// btnAddUpdate
//
this.btnAddUpdate.Location = new System.Drawing.Point(50, 447);
this.btnAddUpdate.Name = "btnAddUpdate";
this.btnAddUpdate.Size = new System.Drawing.Size(91, 23);
this.btnAddUpdate.TabIndex = 4;
this.btnAddUpdate.Text = "Them/Sua";
this.btnAddUpdate.UseVisualStyleBackColor = true;
this.btnAddUpdate.Click += new System.EventHandler(this.btnAddUpdate_Click);
//
// btnExit
//
this.btnExit.Location = new System.Drawing.Point(217, 447);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(55, 23);
this.btnExit.TabIndex = 4;
this.btnExit.Text = "Thoat";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// dgvStudent
//
this.dgvStudent.AllowUserToAddRows = false;
this.dgvStudent.AllowUserToDeleteRows = false;
this.dgvStudent.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvStudent.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.StudentID,
this.FullName,
this.FacultyName,
this.AverageScore,
this.MajorName});
this.dgvStudent.Location = new System.Drawing.Point(312, 90);
this.dgvStudent.Name = "dgvStudent";
this.dgvStudent.Size = new System.Drawing.Size(606, 380);
this.dgvStudent.TabIndex = 5;
this.dgvStudent.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvStudent_CellClick);
//
// StudentID
//
this.StudentID.HeaderText = "MSSV";
this.StudentID.Name = "StudentID";
this.StudentID.Width = 60;
//
// FullName
//
this.FullName.HeaderText = "Ho Ten";
this.FullName.Name = "FullName";
this.FullName.Width = 160;
//
// FacultyName
//
this.FacultyName.HeaderText = "Khoa";
this.FacultyName.Name = "FacultyName";
//
// AverageScore
//
this.AverageScore.HeaderText = "Diem TB";
this.AverageScore.Name = "AverageScore";
//
// MajorName
//
this.MajorName.HeaderText = "Chuyen Nganh";
this.MajorName.Name = "MajorName";
this.MajorName.Width = 130;
//
// chkChuyenNganh
//
this.chkChuyenNganh.AutoSize = true;
this.chkChuyenNganh.Location = new System.Drawing.Point(770, 67);
this.chkChuyenNganh.Name = "chkChuyenNganh";
this.chkChuyenNganh.Size = new System.Drawing.Size(140, 17);
this.chkChuyenNganh.TabIndex = 6;
this.chkChuyenNganh.Text = "Chua DK chuyen nganh";
this.chkChuyenNganh.UseVisualStyleBackColor = true;
this.chkChuyenNganh.CheckedChanged += new System.EventHandler(this.chkChuyenNganh_CheckedChanged);
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.chucNangToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(930, 24);
this.menuStrip1.TabIndex = 7;
this.menuStrip1.Text = "menuStrip1";
//
// chucNangToolStripMenuItem
//
this.chucNangToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.dKChuyenNganhToolStripMenuItem});
this.chucNangToolStripMenuItem.Name = "chucNangToolStripMenuItem";
this.chucNangToolStripMenuItem.Size = new System.Drawing.Size(75, 20);
this.chucNangToolStripMenuItem.Text = "chuc nang";
//
// dKChuyenNganhToolStripMenuItem
//
this.dKChuyenNganhToolStripMenuItem.Name = "dKChuyenNganhToolStripMenuItem";
this.dKChuyenNganhToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
this.dKChuyenNganhToolStripMenuItem.Text = "DK chuyen nganh";
this.dKChuyenNganhToolStripMenuItem.Click += new System.EventHandler(this.dKChuyenNganhToolStripMenuItem_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(930, 500);
this.Controls.Add(this.chkChuyenNganh);
this.Controls.Add(this.dgvStudent);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.btnAddUpdate);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.label1);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.picAvatar)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dgvStudent)).EndInit();
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.PictureBox picAvatar;
private System.Windows.Forms.ComboBox cmbFaculty;
private System.Windows.Forms.TextBox txtAverageScore;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.TextBox txtStudentID;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btnAddPic;
private System.Windows.Forms.Button btnAddUpdate;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.DataGridView dgvStudent;
private System.Windows.Forms.CheckBox chkChuyenNganh;
private System.Windows.Forms.DataGridViewTextBoxColumn StudentID;
private System.Windows.Forms.DataGridViewTextBoxColumn FullName;
private System.Windows.Forms.DataGridViewTextBoxColumn FacultyName;
private System.Windows.Forms.DataGridViewTextBoxColumn AverageScore;
private System.Windows.Forms.DataGridViewTextBoxColumn MajorName;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem chucNangToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem dKChuyenNganhToolStripMenuItem;
}