📄 tjsb.cs
字号:
this.textBox5.Size = new System.Drawing.Size(96, 21);
this.textBox5.TabIndex = 42;
this.textBox5.Text = "";
this.textBox5.TextChanged += new System.EventHandler(this.textBox5_TextChanged);
this.textBox5.Leave += new System.EventHandler(this.textBox5_Leave);
//
// label8
//
this.label8.Location = new System.Drawing.Point(24, 64);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(56, 16);
this.label8.TabIndex = 41;
this.label8.Text = "采购人员:";
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(96, 64);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(96, 21);
this.textBox4.TabIndex = 40;
this.textBox4.Text = "";
//
// dateTimePicker1
//
this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dateTimePicker1.Location = new System.Drawing.Point(504, 32);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(112, 21);
this.dateTimePicker1.TabIndex = 39;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(96, 32);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(104, 21);
this.textBox1.TabIndex = 38;
this.textBox1.Text = "";
//
// label4
//
this.label4.Location = new System.Drawing.Point(424, 34);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(56, 16);
this.label4.TabIndex = 37;
this.label4.Text = "购买日期";
//
// label3
//
this.label3.Location = new System.Drawing.Point(224, 32);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(64, 16);
this.label3.TabIndex = 36;
this.label3.Text = "设备名:";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(296, 32);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(96, 21);
this.textBox2.TabIndex = 35;
this.textBox2.Text = "";
//
// label5
//
this.label5.Location = new System.Drawing.Point(24, 34);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(64, 16);
this.label5.TabIndex = 34;
this.label5.Text = "设备类型:";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.comboBox1);
this.groupBox3.Controls.Add(this.label1);
this.groupBox3.Location = new System.Drawing.Point(8, 8);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(752, 56);
this.groupBox3.TabIndex = 10;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "查询";
//
// comboBox1
//
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.Location = new System.Drawing.Point(168, 22);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(152, 20);
this.comboBox1.TabIndex = 1;
this.comboBox1.SelectionChangeCommitted += new System.EventHandler(this.comboBox1_SelectionChangeCommitted);
//
// label1
//
this.label1.Location = new System.Drawing.Point(24, 24);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(128, 16);
this.label1.TabIndex = 0;
this.label1.Text = "您要显示的设备类型:";
//
// tabPage2
//
this.tabPage2.Controls.Add(this.groupBox8);
this.tabPage2.Controls.Add(this.groupBox7);
this.tabPage2.Controls.Add(this.groupBox4);
this.tabPage2.Location = new System.Drawing.Point(4, 21);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Size = new System.Drawing.Size(768, 415);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "类型管理";
//
// groupBox8
//
this.groupBox8.Controls.Add(this.button11);
this.groupBox8.Controls.Add(this.button4);
this.groupBox8.Controls.Add(this.button5);
this.groupBox8.Controls.Add(this.button6);
this.groupBox8.Location = new System.Drawing.Point(656, 248);
this.groupBox8.Name = "groupBox8";
this.groupBox8.Size = new System.Drawing.Size(96, 160);
this.groupBox8.TabIndex = 2;
this.groupBox8.TabStop = false;
this.groupBox8.Text = "操作";
//
// button11
//
this.button11.Location = new System.Drawing.Point(8, 128);
this.button11.Name = "button11";
this.button11.Size = new System.Drawing.Size(80, 24);
this.button11.TabIndex = 15;
this.button11.Text = "刷新";
this.button11.Click += new System.EventHandler(this.button11_Click);
//
// button4
//
this.button4.Enabled = false;
this.button4.Location = new System.Drawing.Point(8, 96);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(80, 24);
this.button4.TabIndex = 14;
this.button4.Text = "删除类型";
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button5
//
this.button5.Enabled = false;
this.button5.Location = new System.Drawing.Point(8, 56);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(80, 24);
this.button5.TabIndex = 13;
this.button5.Text = "修改类型";
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// button6
//
this.button6.Location = new System.Drawing.Point(8, 16);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(80, 24);
this.button6.TabIndex = 12;
this.button6.Text = "添加类型";
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// groupBox7
//
this.groupBox7.Controls.Add(this.textBox14);
this.groupBox7.Controls.Add(this.label18);
this.groupBox7.Controls.Add(this.textBox13);
this.groupBox7.Controls.Add(this.label13);
this.groupBox7.Controls.Add(this.textBox8);
this.groupBox7.Controls.Add(this.label11);
this.groupBox7.Controls.Add(this.textBox3);
this.groupBox7.Controls.Add(this.label9);
this.groupBox7.Controls.Add(this.textBox7);
this.groupBox7.Controls.Add(this.label10);
this.groupBox7.Location = new System.Drawing.Point(8, 248);
this.groupBox7.Name = "groupBox7";
this.groupBox7.Size = new System.Drawing.Size(640, 160);
this.groupBox7.TabIndex = 1;
this.groupBox7.TabStop = false;
this.groupBox7.Text = "输入";
//
// textBox14
//
this.textBox14.Location = new System.Drawing.Point(400, 72);
this.textBox14.Name = "textBox14";
this.textBox14.Size = new System.Drawing.Size(104, 21);
this.textBox14.TabIndex = 13;
this.textBox14.Text = "";
//
// label18
//
this.label18.Location = new System.Drawing.Point(328, 72);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(40, 16);
this.label18.TabIndex = 12;
this.label18.Text = "押金:";
//
// textBox13
//
this.textBox13.Location = new System.Drawing.Point(160, 72);
this.textBox13.Name = "textBox13";
this.textBox13.Size = new System.Drawing.Size(104, 21);
this.textBox13.TabIndex = 11;
this.textBox13.Text = "";
this.textBox13.TextChanged += new System.EventHandler(this.textBox13_TextChanged);
//
// label13
//
this.label13.Location = new System.Drawing.Point(80, 72);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(64, 16);
this.label13.TabIndex = 10;
this.label13.Text = "钟点价格:";
//
// textBox8
//
this.textBox8.Location = new System.Drawing.Point(400, 32);
this.textBox8.Name = "textBox8";
this.textBox8.Size = new System.Drawing.Size(104, 21);
this.textBox8.TabIndex = 9;
this.textBox8.Text = "";
this.textBox8.TextChanged += new System.EventHandler(this.textBox8_TextChanged);
//
// label11
//
this.label11.Location = new System.Drawing.Point(328, 32);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(64, 16);
this.label11.TabIndex = 8;
this.label11.Text = "房间价格:";
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(120, 112);
this.textBox3.Multiline = true;
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(456, 32);
this.textBox3.TabIndex = 7;
this.textBox3.Text = "";
//
// label9
//
this.label9.Location = new System.Drawing.Point(72, 112);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(40, 16);
this.label9.TabIndex = 6;
this.label9.Text = "注释:";
//
// textBox7
//
this.textBox7.Location = new System.Drawing.Point(160, 32);
this.textBox7.Name = "textBox7";
this.textBox7.Size = new System.Drawing.Size(104, 21);
this.textBox7.TabIndex = 5;
this.textBox7.Text = "";
//
// label10
//
this.label10.Location = new System.Drawing.Point(80, 32);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(64, 16);
this.label10.TabIndex = 4;
this.label10.Text = "房间类型:";
//
// groupBox4
//
this.groupBox4.Controls.Add(this.listView2);
this.groupBox4.Location = new System.Drawing.Point(8, 8);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(744, 232);
this.groupBox4.TabIndex = 0;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "房间类型";
//
// listView2
//
this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader9,
this.columnHeader10,
this.columnHeader4,
this.columnHeader13,
this.columnHeader14,
this.columnHeader11});
this.listView2.FullRowSelect = true;
this.listView2.GridLines = true;
this.listView2.Location = new System.Drawing.Point(8, 24);
this.listView2.Name = "listView2";
this.listView2.Size = new System.Drawing.Size(728, 200);
this.listView2.TabIndex = 0;
this.listView2.View = System.Windows.Forms.View.Details;
this.listView2.Click += new System.EventHandler(this.listView2_Click);
//
// columnHeader9
//
this.columnHeader9.Text = "类型编号";
this.columnHeader9.Width = 150;
//
// columnHeader10
//
this.columnHeader10.Text = "房间类型";
this.columnHeader10.Width = 150;
//
// columnHeader4
//
this.columnHeader4.Text = "房间类型价格";
this.columnHeader4.Width = 80;
//
// columnHeader13
//
this.columnHeader13.Text = "钟点价";
this.columnHeader13.Width = 80;
//
// columnHeader14
//
this.columnHeader14.Text = "押金";
this.columnHeader14.Width = 80;
//
// columnHeader11
//
this.columnHeader11.Text = "备注";
this.columnHeader11.Width = 250;
//
// tabPage3
//
this.tabPage3.Controls.Add(this.groupBox10);
this.tabPage3.Controls.Add(this.groupBox9);
this.tabPage3.Controls.Add(this.groupBox2);
this.tabPage3.Location = new System.Drawing.Point(4, 21);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(768, 415);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "房间管理";
//
// groupBox10
//
this.groupBox10.Controls.Add(this.button12);
this.groupBox10.Controls.Add(this.button9);
this.groupBox10.Controls.Add(this.button8);
this.groupBox10.Controls.Add(this.button7);
this.groupBox10.Location = new System.Drawing.Point(648, 240);
this.groupBox10.Name = "groupBox10";
this.groupBox10.Size = new System.Drawing.Size(112, 168);
this.groupBox10.TabIndex = 4;
this.groupBox10.TabStop = false;
this.groupBox10.Text = "操作";
//
// button12
//
this.button12.Location = new System.Drawing.Point(16, 136);
this.button12.Name = "button12";
this.button12.Size = new System.Drawing.Size(80, 24);
this.button12.TabIndex = 18;
this.button12.Text = "刷新";
this.button12.Click += new System.EventHandler(this.button12_Click);
//
// button9
//
this.button9.Location = new System.Drawing.Point(16, 24);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(80, 24);
this.button9.TabIndex = 15;
this.button9.Text = "添加房间";
this.button9.Click += new System.EventHandler(this.button9_Click_1);
//
// button8
//
this.button8.Enabled = false;
this.button8.Location = new System.Drawing.Point(16, 64);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(80, 24);
this.button8.TabIndex = 16;
this.button8.Text = "修改房间";
this.button8.Click += new System.EventHandler(this.button8_Click_1);
//
// button7
//
this.button7.Enabled = false;
this.button7.Location = new System.Drawing.Point(16, 104);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(80, 24);
this.button7.TabIndex = 17;
this.button7.Text = "删除房间";
this.button7.Click += new System.EventHandler(this.button7_Click);
//
// groupBox9
//
this.groupBox9.Controls.Add(this.textBox12);
this.groupBox9.Controls.Add(this.label12);
this.groupBox9.Controls.Add(this.label14);
this.groupBox9.Controls.Add(this.textBox11);
this.groupBox9.Controls.Add(this.comboBox3);
this.groupBox9.Controls.Add(this.label15);
this.groupBox9.Controls.Add(this.textBox10);
this.groupBox9.Controls.Add(this.label16);
this.groupBox9.Controls.Add(this.textBox9);
this.groupBox9.Controls.Add(this.label17);
this.groupBox9.Location = new System.Drawing.Point(8, 240);
this.groupBox9.Name = "groupBox9";
this.groupBox9.Size = new System.Drawing.Size(632, 168);
this.groupBox9.TabIndex = 3;
this.groupBox9.TabStop = false;
this.groupBox9.Text = "输入";
//
// textBox12
//
this.textBox12.Location = new System.Drawing.Point(96, 112);
this.textBox12.Multiline = true;
this.textBox12.Name = "textBox12";
this.textBox12.Size = new System.Drawing.Size(472, 40);
this.textBox12.TabIndex = 25;
this.textBox12.Text = "";
//
// label12
//
this.label12.Location = new System.Drawing.Point(32, 112);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(32, 16);
this.label12.TabIndex = 24;
this.label12.Text = "注释";
//
// label14
//
this.label14.Location = new System.Drawing.Point(32, 66);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(56, 16);
this.label14.TabIndex = 21;
this.label14.Text = "房间电话";
//
// textBox11
//
this.textBox11.Location = new System.Drawing.Point(96, 64);
this.textBox11.Name = "textBox11";
this.textBox11.Size = new System.Drawing.Size(104, 21);
this.textBox11.TabIndex = 20;
this.textBox11.Text = "";
//
// comboBox3
//
this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox3.Location = new System.Drawing.Point(512, 24);
this.comboBox3.Name = "comboBox3";
this.comboBox3.Size = new System.Drawing.Size(104, 20);
this.comboBox3.TabIndex = 19;
//
// label15
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -