📄 form1.designer.cs
字号:
this.textFindAge.Location = new System.Drawing.Point(234, 16);
this.textFindAge.Name = "textFindAge";
this.textFindAge.Size = new System.Drawing.Size(27, 21);
this.textFindAge.TabIndex = 39;
//
// label32
//
this.label32.AutoSize = true;
this.label32.Location = new System.Drawing.Point(196, 22);
this.label32.Name = "label32";
this.label32.Size = new System.Drawing.Size(41, 12);
this.label32.TabIndex = 38;
this.label32.Text = "年龄:";
//
// comboBoxFindClass
//
this.comboBoxFindClass.FormattingEnabled = true;
this.comboBoxFindClass.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6"});
this.comboBoxFindClass.Location = new System.Drawing.Point(613, 15);
this.comboBoxFindClass.Name = "comboBoxFindClass";
this.comboBoxFindClass.Size = new System.Drawing.Size(37, 20);
this.comboBoxFindClass.TabIndex = 37;
//
// label30
//
this.label30.AutoSize = true;
this.label30.Location = new System.Drawing.Point(575, 20);
this.label30.Name = "label30";
this.label30.Size = new System.Drawing.Size(41, 12);
this.label30.TabIndex = 36;
this.label30.Text = "班级:";
//
// comboBoxFindGrade
//
this.comboBoxFindGrade.FormattingEnabled = true;
this.comboBoxFindGrade.Items.AddRange(new object[] {
"05",
"06",
"07"});
this.comboBoxFindGrade.Location = new System.Drawing.Point(531, 16);
this.comboBoxFindGrade.Name = "comboBoxFindGrade";
this.comboBoxFindGrade.Size = new System.Drawing.Size(38, 20);
this.comboBoxFindGrade.TabIndex = 35;
//
// label29
//
this.label29.AutoSize = true;
this.label29.Location = new System.Drawing.Point(493, 20);
this.label29.Name = "label29";
this.label29.Size = new System.Drawing.Size(41, 12);
this.label29.TabIndex = 34;
this.label29.Text = "年级:";
//
// label28
//
this.label28.AutoSize = true;
this.label28.Location = new System.Drawing.Point(359, 21);
this.label28.Name = "label28";
this.label28.Size = new System.Drawing.Size(41, 12);
this.label28.TabIndex = 32;
this.label28.Text = "专业:";
//
// comboBoxFindSex
//
this.comboBoxFindSex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxFindSex.FormattingEnabled = true;
this.comboBoxFindSex.Items.AddRange(new object[] {
"男",
"女"});
this.comboBoxFindSex.Location = new System.Drawing.Point(151, 17);
this.comboBoxFindSex.Name = "comboBoxFindSex";
this.comboBoxFindSex.Size = new System.Drawing.Size(42, 20);
this.comboBoxFindSex.TabIndex = 31;
//
// textFindAdd
//
this.textFindAdd.ImeMode = System.Windows.Forms.ImeMode.On;
this.textFindAdd.Location = new System.Drawing.Point(295, 16);
this.textFindAdd.Name = "textFindAdd";
this.textFindAdd.Size = new System.Drawing.Size(58, 21);
this.textFindAdd.TabIndex = 30;
//
// label27
//
this.label27.AutoSize = true;
this.label27.Location = new System.Drawing.Point(259, 21);
this.label27.Name = "label27";
this.label27.Size = new System.Drawing.Size(41, 12);
this.label27.TabIndex = 29;
this.label27.Text = "籍贯:";
//
// label26
//
this.label26.AutoSize = true;
this.label26.Location = new System.Drawing.Point(113, 22);
this.label26.Name = "label26";
this.label26.Size = new System.Drawing.Size(41, 12);
this.label26.TabIndex = 28;
this.label26.Text = "性别:";
//
// textFindName
//
this.textFindName.ImeMode = System.Windows.Forms.ImeMode.On;
this.textFindName.Location = new System.Drawing.Point(43, 17);
this.textFindName.Name = "textFindName";
this.textFindName.Size = new System.Drawing.Size(69, 21);
this.textFindName.TabIndex = 27;
//
// label25
//
this.label25.AutoSize = true;
this.label25.Location = new System.Drawing.Point(6, 23);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(41, 12);
this.label25.TabIndex = 26;
this.label25.Text = "姓名:";
//
// btnDeleteData
//
this.btnDeleteData.Location = new System.Drawing.Point(127, 176);
this.btnDeleteData.Name = "btnDeleteData";
this.btnDeleteData.Size = new System.Drawing.Size(116, 23);
this.btnDeleteData.TabIndex = 8;
this.btnDeleteData.Text = "删除选中学生信息";
this.btnDeleteData.UseVisualStyleBackColor = true;
this.btnDeleteData.Click += new System.EventHandler(this.btnDeleteData_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(842, 534);
this.Controls.Add(this.btnDeleteData);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.listBox1);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.btnViewAllData);
this.Name = "Form1";
this.Text = "教学管理系统";
this.Load += new System.EventHandler(this.Form1_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnViewAllData;
private System.Windows.Forms.ComboBox comboBoxField;
private System.Windows.Forms.Button btnQuery;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox comboBoxUpdateID;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox textUpdateTel;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox textUpdateName;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.RadioButton radioButton2;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.TextBox textUpdateGK;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Button btnUpdate;
private System.Windows.Forms.TextBox textUpdateAdd;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox textNewTel;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox textNewID;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox textNewGrade;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox textNewName;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Button btnInsert;
private System.Windows.Forms.RadioButton radioButton4;
private System.Windows.Forms.RadioButton radioButton3;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.TextBox textNewAddress;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.TextBox textValue;
private System.Windows.Forms.DateTimePicker dateUpdate;
private System.Windows.Forms.DateTimePicker dateTimeNew;
private System.Windows.Forms.TextBox textUpdatePro;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.TextBox textNewPro;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.TextBox textUpdateClass;
private System.Windows.Forms.TextBox textUpdateGrade;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.TextBox textUpdateAge;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.TextBox textNewClass;
private System.Windows.Forms.TextBox textNewGK;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.TextBox textNewAge;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.TextBox textFindGK;
private System.Windows.Forms.Label label31;
private System.Windows.Forms.Button btnQuerys;
private System.Windows.Forms.TextBox textFindAge;
private System.Windows.Forms.Label label32;
private System.Windows.Forms.ComboBox comboBoxFindClass;
private System.Windows.Forms.Label label30;
private System.Windows.Forms.ComboBox comboBoxFindGrade;
private System.Windows.Forms.Label label29;
private System.Windows.Forms.Label label28;
private System.Windows.Forms.ComboBox comboBoxFindSex;
private System.Windows.Forms.TextBox textFindAdd;
private System.Windows.Forms.Label label27;
private System.Windows.Forms.Label label26;
private System.Windows.Forms.TextBox textFindName;
private System.Windows.Forms.Label label25;
private System.Windows.Forms.Button btnDeleteData;
private System.Windows.Forms.TextBox textFindPro;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -