📄 form3.cs
字号:
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(56, 16);
this.label8.TabIndex = 25;
this.label8.Text = "结束日期";
//
// label7
//
this.label7.Location = new System.Drawing.Point(68, 224);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(60, 16);
this.label7.TabIndex = 24;
this.label7.Text = "分配日期";
//
// textBox7
//
this.textBox7.Location = new System.Drawing.Point(144, 272);
this.textBox7.Name = "textBox7";
this.textBox7.Size = new System.Drawing.Size(96, 21);
this.textBox7.TabIndex = 23;
this.textBox7.Text = "";
//
// textBox6
//
this.textBox6.Location = new System.Drawing.Point(144, 224);
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(96, 21);
this.textBox6.TabIndex = 22;
this.textBox6.Text = "";
//
// button3
//
this.button3.Location = new System.Drawing.Point(208, 328);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(64, 24);
this.button3.TabIndex = 21;
this.button3.Text = "退出";
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(48, 328);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(64, 24);
this.button1.TabIndex = 19;
this.button1.Text = "添加";
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label4
//
this.label4.Location = new System.Drawing.Point(68, 176);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(48, 16);
this.label4.TabIndex = 18;
this.label4.Text = "负责人";
//
// label3
//
this.label3.Location = new System.Drawing.Point(68, 128);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(72, 24);
this.label3.TabIndex = 17;
this.label3.Text = "分配部门号";
//
// label2
//
this.label2.Location = new System.Drawing.Point(68, 80);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(48, 16);
this.label2.TabIndex = 16;
this.label2.Text = "编号";
//
// label1
//
this.label1.Location = new System.Drawing.Point(68, 32);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(48, 16);
this.label1.TabIndex = 15;
this.label1.Text = "设备名";
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(144, 176);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(96, 21);
this.textBox4.TabIndex = 14;
this.textBox4.Text = "";
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(144, 128);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(96, 21);
this.textBox3.TabIndex = 13;
this.textBox3.Text = "";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(144, 80);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(96, 21);
this.textBox2.TabIndex = 12;
this.textBox2.Text = "";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(144, 32);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(96, 21);
this.textBox1.TabIndex = 11;
this.textBox1.Text = "";
//
// tabPage2
//
this.tabPage2.Controls.Add(this.radioButton4);
this.tabPage2.Controls.Add(this.radioButton3);
this.tabPage2.Controls.Add(this.radioButton2);
this.tabPage2.Controls.Add(this.radioButton1);
this.tabPage2.Controls.Add(this.button5);
this.tabPage2.Controls.Add(this.hScrollBar1);
this.tabPage2.Controls.Add(this.vScrollBar1);
this.tabPage2.Controls.Add(this.dataGrid1);
this.tabPage2.Controls.Add(this.button4);
this.tabPage2.Controls.Add(this.textBox5);
this.tabPage2.Controls.Add(this.label6);
this.tabPage2.Controls.Add(this.label5);
this.tabPage2.Location = new System.Drawing.Point(4, 21);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Size = new System.Drawing.Size(360, 407);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "查询";
this.tabPage2.Click += new System.EventHandler(this.tabPage2_Click);
//
// radioButton4
//
this.radioButton4.Location = new System.Drawing.Point(208, 96);
this.radioButton4.Name = "radioButton4";
this.radioButton4.Size = new System.Drawing.Size(72, 24);
this.radioButton4.TabIndex = 13;
this.radioButton4.Text = "设备种类";
this.radioButton4.CheckedChanged += new System.EventHandler(this.radioButton4_CheckedChanged);
//
// radioButton3
//
this.radioButton3.Location = new System.Drawing.Point(88, 96);
this.radioButton3.Name = "radioButton3";
this.radioButton3.Size = new System.Drawing.Size(72, 24);
this.radioButton3.TabIndex = 12;
this.radioButton3.Text = "设备编号";
this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton3_CheckedChanged);
//
// radioButton2
//
this.radioButton2.Location = new System.Drawing.Point(208, 64);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(72, 24);
this.radioButton2.TabIndex = 11;
this.radioButton2.Text = "设备名称";
this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
//
// radioButton1
//
this.radioButton1.Location = new System.Drawing.Point(88, 64);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(72, 24);
this.radioButton1.TabIndex = 10;
this.radioButton1.Text = "设备状态";
this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
//
// button5
//
this.button5.Location = new System.Drawing.Point(280, 368);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(72, 32);
this.button5.TabIndex = 9;
this.button5.Text = "退出";
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// hScrollBar1
//
this.hScrollBar1.Location = new System.Drawing.Point(16, 336);
this.hScrollBar1.Name = "hScrollBar1";
this.hScrollBar1.Size = new System.Drawing.Size(304, 16);
this.hScrollBar1.TabIndex = 8;
//
// vScrollBar1
//
this.vScrollBar1.Location = new System.Drawing.Point(320, 176);
this.vScrollBar1.Name = "vScrollBar1";
this.vScrollBar1.Size = new System.Drawing.Size(16, 176);
this.vScrollBar1.TabIndex = 7;
//
// dataGrid1
//
this.dataGrid1.DataMember = "";
this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.dataGrid1.Location = new System.Drawing.Point(16, 176);
this.dataGrid1.Name = "dataGrid1";
this.dataGrid1.Size = new System.Drawing.Size(320, 176);
this.dataGrid1.TabIndex = 6;
//
// button4
//
this.button4.Location = new System.Drawing.Point(240, 144);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(64, 24);
this.button4.TabIndex = 5;
this.button4.Text = "查询";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -