namespace WindowsFormsApp1
{
partial class Form1
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.button11 = new System.Windows.Forms.Button();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.studentList = new System.Windows.Forms.DataGridView();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.studentList)).BeginInit();
this.SuspendLayout();
//
// groupBox3
//
this.groupBox3.Controls.Add(this.button11);
this.groupBox3.Controls.Add(this.textBox1);
this.groupBox3.Controls.Add(this.textBox2);
this.groupBox3.Controls.Add(this.label4);
this.groupBox3.Controls.Add(this.label3);
this.groupBox3.Location = new System.Drawing.Point(27, 9);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(639, 84);
this.groupBox3.TabIndex = 0;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "检索";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(297, 35);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 0;
this.label3.Text = "姓名:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(34, 34);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 1;
this.label4.Text = "学号:";
this.label4.Click += new System.EventHandler(this.label4_Click);
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(355, 31);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(138, 21);
this.textBox2.TabIndex = 2;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(81, 31);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(138, 21);
this.textBox1.TabIndex = 3;
//
// button11
//
this.button11.Location = new System.Drawing.Point(523, 26);
this.button11.Name = "button11";
this.button11.Size = new System.Drawing.Size(95, 30);
this.button11.TabIndex = 4;
this.button11.Text = "查询";
this.button11.UseVisualStyleBackColor = true;
this.button11.Click += new System.EventHandler(this.button11_Click);
//
// groupBox4
//
this.groupBox4.Controls.Add(this.studentList);
this.groupBox4.Location = new System.Drawing.Point(76, 172);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(602, 253);
this.groupBox4.TabIndex = 1;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "列表";
//
// studentList
//
this.studentList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.studentList.Location = new System.Drawing.Point(12, 24);
this.studentList.Name = "studentList";
this.studentList.RowTemplate.Height = 23;
this.studentList.Size = new System.Drawing.Size(578, 208);
this.studentList.TabIndex = 0;
this.studentList.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
//
// button2
//
this.button2.Location = new System.Drawing.Point(143, 111);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(113, 39);
this.button2.TabIndex = 2;
this.button2.Text = "增加数据";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(308, 111);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(113, 39);
this.button3.TabIndex = 3;
this.button3.Text = "编辑数据";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(477, 110);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(111, 39);
this.button4.TabIndex = 4;
this.button4.Text = "删除数据";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// Form1
//
this.ClientSize = new System.Drawing.Size(715, 446);
this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox3);
this.Name = "Form1";
this.Text = "数据库实验";
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox4.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.studentList)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox text2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox text1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DataGridView studentsList;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button button11;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.DataGridView studentList;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
}
}