📄 insertstudent.designer.cs
字号:
namespace WindowsApplication1
{
partial class insertstudent
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.groupBox12 = new System.Windows.Forms.GroupBox();
this.button21 = new System.Windows.Forms.Button();
this.textBox22 = new System.Windows.Forms.TextBox();
this.dataGridView7 = new System.Windows.Forms.DataGridView();
this.label22 = new System.Windows.Forms.Label();
this.button18 = new System.Windows.Forms.Button();
this.button19 = new System.Windows.Forms.Button();
this.button20 = new System.Windows.Forms.Button();
this.groupBox10 = new System.Windows.Forms.GroupBox();
this.groupBox11 = new System.Windows.Forms.GroupBox();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.textBox18 = new System.Windows.Forms.TextBox();
this.textBox19 = new System.Windows.Forms.TextBox();
this.textBox20 = new System.Windows.Forms.TextBox();
this.textBox21 = new System.Windows.Forms.TextBox();
this.label17 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.label20 = new System.Windows.Forms.Label();
this.label21 = new System.Windows.Forms.Label();
this.button16 = new System.Windows.Forms.Button();
this.button17 = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.textBox4 = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.label1 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.label6 = 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.textBox3 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.radioButton4 = new System.Windows.Forms.RadioButton();
this.radioButton3 = new System.Windows.Forms.RadioButton();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label5 = new System.Windows.Forms.Label();
this.textBox5 = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.textBox6 = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.textBox7 = new System.Windows.Forms.TextBox();
this.groupBox12.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView7)).BeginInit();
this.groupBox10.SuspendLayout();
this.groupBox11.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.groupBox3.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// groupBox12
//
this.groupBox12.Controls.Add(this.button21);
this.groupBox12.Controls.Add(this.textBox22);
this.groupBox12.Controls.Add(this.dataGridView7);
this.groupBox12.Controls.Add(this.label22);
this.groupBox12.Controls.Add(this.button18);
this.groupBox12.Controls.Add(this.button19);
this.groupBox12.Controls.Add(this.button20);
this.groupBox12.Location = new System.Drawing.Point(13, 177);
this.groupBox12.Name = "groupBox12";
this.groupBox12.Size = new System.Drawing.Size(610, 241);
this.groupBox12.TabIndex = 1;
this.groupBox12.TabStop = false;
this.groupBox12.Text = "学生信息管理";
//
// button21
//
this.button21.Location = new System.Drawing.Point(319, 194);
this.button21.Name = "button21";
this.button21.Size = new System.Drawing.Size(75, 23);
this.button21.TabIndex = 39;
this.button21.Text = "删除";
this.button21.UseVisualStyleBackColor = true;
//
// textBox22
//
this.textBox22.Location = new System.Drawing.Point(164, 157);
this.textBox22.Name = "textBox22";
this.textBox22.Size = new System.Drawing.Size(100, 21);
this.textBox22.TabIndex = 38;
//
// dataGridView7
//
this.dataGridView7.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView7.Location = new System.Drawing.Point(21, 20);
this.dataGridView7.Name = "dataGridView7";
this.dataGridView7.RowTemplate.Height = 23;
this.dataGridView7.Size = new System.Drawing.Size(573, 122);
this.dataGridView7.TabIndex = 37;
//
// label22
//
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(101, 160);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(35, 12);
this.label22.TabIndex = 36;
this.label22.Text = "学号:";
//
// button18
//
this.button18.Location = new System.Drawing.Point(204, 194);
this.button18.Name = "button18";
this.button18.Size = new System.Drawing.Size(75, 23);
this.button18.TabIndex = 35;
this.button18.Text = "修改";
this.button18.UseVisualStyleBackColor = true;
//
// button19
//
this.button19.Location = new System.Drawing.Point(440, 194);
this.button19.Name = "button19";
this.button19.Size = new System.Drawing.Size(75, 23);
this.button19.TabIndex = 34;
this.button19.Text = "取消";
this.button19.UseVisualStyleBackColor = true;
//
// button20
//
this.button20.Location = new System.Drawing.Point(78, 194);
this.button20.Name = "button20";
this.button20.Size = new System.Drawing.Size(75, 23);
this.button20.TabIndex = 33;
this.button20.Text = "查找";
this.button20.UseVisualStyleBackColor = true;
//
// groupBox10
//
this.groupBox10.Controls.Add(this.groupBox11);
this.groupBox10.Controls.Add(this.textBox18);
this.groupBox10.Controls.Add(this.textBox19);
this.groupBox10.Controls.Add(this.textBox20);
this.groupBox10.Controls.Add(this.textBox21);
this.groupBox10.Controls.Add(this.label17);
this.groupBox10.Controls.Add(this.label18);
this.groupBox10.Controls.Add(this.label19);
this.groupBox10.Controls.Add(this.label20);
this.groupBox10.Controls.Add(this.label21);
this.groupBox10.Controls.Add(this.button16);
this.groupBox10.Controls.Add(this.button17);
this.groupBox10.Location = new System.Drawing.Point(13, 12);
this.groupBox10.Name = "groupBox10";
this.groupBox10.Size = new System.Drawing.Size(610, 140);
this.groupBox10.TabIndex = 0;
this.groupBox10.TabStop = false;
this.groupBox10.Text = "学生信息增加";
//
// groupBox11
//
this.groupBox11.Controls.Add(this.radioButton1);
this.groupBox11.Controls.Add(this.radioButton2);
this.groupBox11.Location = new System.Drawing.Point(78, 43);
this.groupBox11.Name = "groupBox11";
this.groupBox11.Size = new System.Drawing.Size(100, 40);
this.groupBox11.TabIndex = 52;
this.groupBox11.TabStop = false;
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Checked = true;
this.radioButton1.Location = new System.Drawing.Point(6, 14);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(35, 16);
this.radioButton1.TabIndex = 45;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "男";
this.radioButton1.UseVisualStyleBackColor = true;
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Location = new System.Drawing.Point(47, 14);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(35, 16);
this.radioButton2.TabIndex = 46;
this.radioButton2.Text = "女";
this.radioButton2.UseVisualStyleBackColor = true;
//
// textBox18
//
this.textBox18.Location = new System.Drawing.Point(334, 62);
this.textBox18.Name = "textBox18";
this.textBox18.Size = new System.Drawing.Size(100, 21);
this.textBox18.TabIndex = 51;
//
// textBox19
//
this.textBox19.Location = new System.Drawing.Point(494, 14);
this.textBox19.Name = "textBox19";
this.textBox19.Size = new System.Drawing.Size(100, 21);
this.textBox19.TabIndex = 50;
//
// textBox20
//
this.textBox20.Location = new System.Drawing.Point(307, 14);
this.textBox20.Name = "textBox20";
this.textBox20.Size = new System.Drawing.Size(100, 21);
this.textBox20.TabIndex = 49;
//
// textBox21
//
this.textBox21.Location = new System.Drawing.Point(78, 14);
this.textBox21.Name = "textBox21";
this.textBox21.Size = new System.Drawing.Size(100, 21);
this.textBox21.TabIndex = 48;
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(251, 65);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(59, 12);
this.label17.TabIndex = 47;
this.label17.Text = "学院专业:";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(24, 61);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(35, 12);
this.label18.TabIndex = 44;
this.label18.Text = "性别:";
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(438, 17);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(35, 12);
this.label19.TabIndex = 43;
this.label19.Text = "姓名:";
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(208, 17);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(71, 12);
this.label20.TabIndex = 42;
this.label20.Text = "借书证号码:";
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(24, 17);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(35, 12);
this.label21.TabIndex = 41;
this.label21.Text = "学号:";
//
// button16
//
this.button16.Location = new System.Drawing.Point(417, 99);
this.button16.Name = "button16";
this.button16.Size = new System.Drawing.Size(75, 23);
this.button16.TabIndex = 40;
this.button16.Text = "取消";
this.button16.UseVisualStyleBackColor = true;
//
// button17
//
this.button17.Location = new System.Drawing.Point(307, 99);
this.button17.Name = "button17";
this.button17.Size = new System.Drawing.Size(75, 23);
this.button17.TabIndex = 39;
this.button17.Text = "确定";
this.button17.UseVisualStyleBackColor = true;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.textBox4);
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Controls.Add(this.button4);
this.groupBox1.Controls.Add(this.dataGridView1);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.button2);
this.groupBox1.Controls.Add(this.button3);
this.groupBox1.Location = new System.Drawing.Point(18, 189);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(610, 241);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "学生信息管理";
//
// textBox4
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -