📄 form1.designer.cs
字号:
namespace ADO
{
partial class Form1
{
/// <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.btnViewAllData = new System.Windows.Forms.Button();
this.comboBoxField = new System.Windows.Forms.ComboBox();
this.btnQuery = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.textValue = new System.Windows.Forms.TextBox();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.textUpdateAge = new System.Windows.Forms.TextBox();
this.label19 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.textUpdateClass = new System.Windows.Forms.TextBox();
this.textUpdateGrade = new System.Windows.Forms.TextBox();
this.label17 = new System.Windows.Forms.Label();
this.textUpdatePro = new System.Windows.Forms.TextBox();
this.label15 = new System.Windows.Forms.Label();
this.dateUpdate = new System.Windows.Forms.DateTimePicker();
this.textUpdateGK = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.btnUpdate = new System.Windows.Forms.Button();
this.textUpdateAdd = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.textUpdateTel = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.textUpdateName = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.label2 = new System.Windows.Forms.Label();
this.comboBoxUpdateID = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.textNewClass = new System.Windows.Forms.TextBox();
this.textNewGK = new System.Windows.Forms.TextBox();
this.label22 = new System.Windows.Forms.Label();
this.label21 = new System.Windows.Forms.Label();
this.textNewAge = new System.Windows.Forms.TextBox();
this.label20 = new System.Windows.Forms.Label();
this.textNewPro = new System.Windows.Forms.TextBox();
this.label16 = new System.Windows.Forms.Label();
this.dateTimeNew = new System.Windows.Forms.DateTimePicker();
this.btnInsert = new System.Windows.Forms.Button();
this.radioButton4 = new System.Windows.Forms.RadioButton();
this.radioButton3 = new System.Windows.Forms.RadioButton();
this.label14 = new System.Windows.Forms.Label();
this.textNewAddress = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.textNewGrade = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.textNewName = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.textNewTel = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.textNewID = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.listBox1 = new System.Windows.Forms.ListBox();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.textFindPro = new System.Windows.Forms.TextBox();
this.textFindGK = new System.Windows.Forms.TextBox();
this.label31 = new System.Windows.Forms.Label();
this.btnQuerys = new System.Windows.Forms.Button();
this.textFindAge = new System.Windows.Forms.TextBox();
this.label32 = new System.Windows.Forms.Label();
this.comboBoxFindClass = new System.Windows.Forms.ComboBox();
this.label30 = new System.Windows.Forms.Label();
this.comboBoxFindGrade = new System.Windows.Forms.ComboBox();
this.label29 = new System.Windows.Forms.Label();
this.label28 = new System.Windows.Forms.Label();
this.comboBoxFindSex = new System.Windows.Forms.ComboBox();
this.textFindAdd = new System.Windows.Forms.TextBox();
this.label27 = new System.Windows.Forms.Label();
this.label26 = new System.Windows.Forms.Label();
this.textFindName = new System.Windows.Forms.TextBox();
this.label25 = new System.Windows.Forms.Label();
this.btnDeleteData = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.SuspendLayout();
//
// btnViewAllData
//
this.btnViewAllData.Location = new System.Drawing.Point(12, 176);
this.btnViewAllData.Name = "btnViewAllData";
this.btnViewAllData.Size = new System.Drawing.Size(100, 23);
this.btnViewAllData.TabIndex = 1;
this.btnViewAllData.Text = "显示所有学生";
this.btnViewAllData.UseVisualStyleBackColor = true;
this.btnViewAllData.Click += new System.EventHandler(this.btnViewAllData_Click);
//
// comboBoxField
//
this.comboBoxField.FormattingEnabled = true;
this.comboBoxField.Items.AddRange(new object[] {
"学号",
"姓名",
"性别",
"年龄",
"出生日期",
"籍贯",
"专业",
"年级",
"班级",
"电话号码",
"高考分数"});
this.comboBoxField.Location = new System.Drawing.Point(25, 16);
this.comboBoxField.Name = "comboBoxField";
this.comboBoxField.Size = new System.Drawing.Size(75, 20);
this.comboBoxField.TabIndex = 0;
//
// btnQuery
//
this.btnQuery.Location = new System.Drawing.Point(246, 14);
this.btnQuery.Name = "btnQuery";
this.btnQuery.Size = new System.Drawing.Size(75, 23);
this.btnQuery.TabIndex = 2;
this.btnQuery.Text = "查询学生";
this.btnQuery.UseVisualStyleBackColor = true;
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnQuery);
this.groupBox1.Controls.Add(this.textValue);
this.groupBox1.Controls.Add(this.comboBoxField);
this.groupBox1.Location = new System.Drawing.Point(260, 163);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(570, 44);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "单条件查询:";
//
// textValue
//
this.textValue.ImeMode = System.Windows.Forms.ImeMode.On;
this.textValue.Location = new System.Drawing.Point(106, 16);
this.textValue.Name = "textValue";
this.textValue.Size = new System.Drawing.Size(108, 21);
this.textValue.TabIndex = 1;
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(12, 6);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowHeadersWidth = 35;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(405, 148);
this.dataGridView1.TabIndex = 3;
this.dataGridView1.Click += new System.EventHandler(this.dataGridView1_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.textUpdateAge);
this.groupBox2.Controls.Add(this.label19);
this.groupBox2.Controls.Add(this.label18);
this.groupBox2.Controls.Add(this.textUpdateClass);
this.groupBox2.Controls.Add(this.textUpdateGrade);
this.groupBox2.Controls.Add(this.label17);
this.groupBox2.Controls.Add(this.textUpdatePro);
this.groupBox2.Controls.Add(this.label15);
this.groupBox2.Controls.Add(this.dateUpdate);
this.groupBox2.Controls.Add(this.textUpdateGK);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.btnUpdate);
this.groupBox2.Controls.Add(this.textUpdateAdd);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.textUpdateTel);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.textUpdateName);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.radioButton2);
this.groupBox2.Controls.Add(this.radioButton1);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.comboBoxUpdateID);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Location = new System.Drawing.Point(12, 263);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(818, 125);
this.groupBox2.TabIndex = 4;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "修改数据:";
//
// textUpdateAge
//
this.textUpdateAge.ImeMode = System.Windows.Forms.ImeMode.Off;
this.textUpdateAge.Location = new System.Drawing.Point(94, 52);
this.textUpdateAge.Name = "textUpdateAge";
this.textUpdateAge.Size = new System.Drawing.Size(68, 21);
this.textUpdateAge.TabIndex = 24;
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(47, 57);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(41, 12);
this.label19.TabIndex = 23;
this.label19.Text = "年龄:";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(386, 90);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(41, 12);
this.label18.TabIndex = 22;
this.label18.Text = "班级:";
//
// textUpdateClass
//
this.textUpdateClass.ImeMode = System.Windows.Forms.ImeMode.On;
this.textUpdateClass.Location = new System.Drawing.Point(433, 87);
this.textUpdateClass.Name = "textUpdateClass";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -