📄 configui.cs
字号:
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage4);
this.tabControl1.Controls.Add(this.tabPage5);
this.tabControl1.Controls.Add(this.tabPage6);
this.tabControl1.Controls.Add(this.tabPage7);
this.tabControl1.Controls.Add(this.tabPage8);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(576, 381);
this.tabControl1.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.radioButton1);
this.tabPage1.Controls.Add(this.button3);
this.tabPage1.Controls.Add(this.listView1);
this.tabPage1.Controls.Add(this.listView2);
this.tabPage1.Controls.Add(this.button4);
this.tabPage1.Controls.Add(this.button5);
this.tabPage1.Controls.Add(this.button6);
this.tabPage1.Controls.Add(this.button7);
this.tabPage1.Controls.Add(this.button8);
this.tabPage1.Controls.Add(this.button9);
this.tabPage1.Controls.Add(this.button10);
this.tabPage1.Controls.Add(this.radioButton2);
this.tabPage1.Location = new System.Drawing.Point(4, 21);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Size = new System.Drawing.Size(568, 356);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "房间设置";
//
// radioButton1
//
this.radioButton1.Checked = true;
this.radioButton1.Location = new System.Drawing.Point(24, 144);
this.radioButton1.Name = "radioButton1";
this.radioButton1.TabIndex = 2;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "显示全部";
this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
//
// button3
//
this.button3.Location = new System.Drawing.Point(488, 16);
this.button3.Name = "button3";
this.button3.TabIndex = 1;
this.button3.Text = "添加类型";
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// listView1
//
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader4,
this.columnHeader1,
this.columnHeader2,
this.columnHeader3,
this.columnHeader5,
this.columnHeader6});
this.listView1.FullRowSelect = true;
this.listView1.GridLines = true;
this.listView1.Location = new System.Drawing.Point(8, 8);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(472, 136);
this.listView1.TabIndex = 0;
this.listView1.View = System.Windows.Forms.View.Details;
this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
//
// columnHeader4
//
this.columnHeader4.Text = "类型编号";
//
// columnHeader1
//
this.columnHeader1.Text = "房间类型";
this.columnHeader1.Width = 83;
//
// columnHeader2
//
this.columnHeader2.Text = "单价/天";
this.columnHeader2.Width = 66;
//
// columnHeader3
//
this.columnHeader3.Text = "单价/小时";
this.columnHeader3.Width = 71;
//
// columnHeader5
//
this.columnHeader5.Text = "床位数量";
//
// columnHeader6
//
this.columnHeader6.Text = "可否钟点计费(0/1)";
this.columnHeader6.Width = 127;
//
// listView2
//
this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader7,
this.columnHeader8,
this.columnHeader9,
this.columnHeader10,
this.columnHeader11,
this.columnHeader12});
this.listView2.FullRowSelect = true;
this.listView2.GridLines = true;
this.listView2.Location = new System.Drawing.Point(8, 168);
this.listView2.Name = "listView2";
this.listView2.Size = new System.Drawing.Size(472, 184);
this.listView2.TabIndex = 0;
this.listView2.View = System.Windows.Forms.View.Details;
//
// columnHeader7
//
this.columnHeader7.Text = "房间编号";
this.columnHeader7.Width = 70;
//
// columnHeader8
//
this.columnHeader8.Text = "房间类型";
this.columnHeader8.Width = 78;
//
// columnHeader9
//
this.columnHeader9.Text = "房间状态";
this.columnHeader9.Width = 71;
//
// columnHeader10
//
this.columnHeader10.Text = "所在区域";
this.columnHeader10.Width = 81;
//
// columnHeader11
//
this.columnHeader11.Text = "房间电话";
this.columnHeader11.Width = 90;
//
// columnHeader12
//
this.columnHeader12.Text = "门锁码";
this.columnHeader12.Width = 78;
//
// button4
//
this.button4.Location = new System.Drawing.Point(488, 53);
this.button4.Name = "button4";
this.button4.TabIndex = 1;
this.button4.Text = "修改类型";
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button5
//
this.button5.Location = new System.Drawing.Point(488, 90);
this.button5.Name = "button5";
this.button5.TabIndex = 1;
this.button5.Text = "删除类型";
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// button6
//
this.button6.Location = new System.Drawing.Point(488, 184);
this.button6.Name = "button6";
this.button6.TabIndex = 1;
this.button6.Text = "单个添加";
//
// button7
//
this.button7.Location = new System.Drawing.Point(488, 229);
this.button7.Name = "button7";
this.button7.TabIndex = 1;
this.button7.Text = "批量添加";
this.button7.Click += new System.EventHandler(this.button7_Click);
//
// button8
//
this.button8.Location = new System.Drawing.Point(488, 274);
this.button8.Name = "button8";
this.button8.TabIndex = 1;
this.button8.Text = "修改房间";
//
// button9
//
this.button9.Location = new System.Drawing.Point(488, 319);
this.button9.Name = "button9";
this.button9.TabIndex = 1;
this.button9.Text = "删除房间";
//
// button10
//
this.button10.Location = new System.Drawing.Point(488, 127);
this.button10.Name = "button10";
this.button10.TabIndex = 1;
this.button10.Text = "房间打折";
//
// radioButton2
//
this.radioButton2.Location = new System.Drawing.Point(144, 144);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(184, 24);
this.radioButton2.TabIndex = 2;
this.radioButton2.Text = "按选择的房间类型显示";
this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
//
// tabPage3
//
this.tabPage3.Controls.Add(this.radioButton5);
this.tabPage3.Controls.Add(this.radioButton6);
this.tabPage3.Controls.Add(this.button2);
this.tabPage3.Controls.Add(this.listView5);
this.tabPage3.Controls.Add(this.button19);
this.tabPage3.Controls.Add(this.listView6);
this.tabPage3.Controls.Add(this.button21);
this.tabPage3.Controls.Add(this.button22);
this.tabPage3.Controls.Add(this.button23);
this.tabPage3.Controls.Add(this.button25);
this.tabPage3.Location = new System.Drawing.Point(4, 21);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(568, 356);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "服务生设置";
//
// radioButton5
//
this.radioButton5.Checked = true;
this.radioButton5.Location = new System.Drawing.Point(16, 144);
this.radioButton5.Name = "radioButton5";
this.radioButton5.TabIndex = 4;
this.radioButton5.TabStop = true;
this.radioButton5.Text = "显示所有";
//
// radioButton6
//
this.radioButton6.Location = new System.Drawing.Point(128, 144);
this.radioButton6.Name = "radioButton6";
this.radioButton6.Size = new System.Drawing.Size(120, 24);
this.radioButton6.TabIndex = 3;
this.radioButton6.Text = "按员工等级显示";
//
// button2
//
this.button2.Location = new System.Drawing.Point(472, 24);
this.button2.Name = "button2";
this.button2.TabIndex = 1;
this.button2.Text = "增加等级";
//
// listView5
//
this.listView5.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader20,
this.columnHeader21});
this.listView5.GridLines = true;
this.listView5.Location = new System.Drawing.Point(8, 8);
this.listView5.Name = "listView5";
this.listView5.Size = new System.Drawing.Size(448, 136);
this.listView5.TabIndex = 0;
this.listView5.View = System.Windows.Forms.View.Details;
//
// columnHeader20
//
this.columnHeader20.Text = " 等级编号";
this.columnHeader20.Width = 202;
//
// columnHeader21
//
this.columnHeader21.Text = "等级";
this.columnHeader21.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader21.Width = 241;
//
// button19
//
this.button19.Location = new System.Drawing.Point(472, 200);
this.button19.Name = "button19";
this.button19.TabIndex = 1;
this.button19.Text = "增加员工";
//
// listView6
//
this.listView6.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader22,
this.columnHeader23,
this.columnHeader24,
this.columnHeader25,
this.columnHeader26,
this.columnHeader27,
this.columnHeader28,
this.columnHeader29,
this.columnHeader30});
this.listView6.GridLines = true;
this.listView6.Location = new System.Drawing.Point(8, 176);
this.listView6.Name = "listView6";
this.listView6.Size = new System.Drawing.Size(448, 176);
this.listView6.TabIndex = 0;
this.listView6.View = System.Windows.Forms.View.Details;
//
// columnHeader22
//
this.columnHeader22.Text = "员工编号";
this.columnHeader22.Width = 66;
//
// columnHeader23
//
this.columnHeader23.Text = "员工姓名";
//
// columnHeader24
//
this.columnHeader24.Text = "简拼";
this.columnHeader24.Width = 41;
//
// columnHeader25
//
this.columnHeader25.Text = "性别";
this.columnHeader25.Width = 44;
//
// columnHeader26
//
this.columnHeader26.Text = "年龄";
this.columnHeader26.Width = 41;
//
// columnHeader27
//
this.columnHeader27.Text = "服务区域";
//
// columnHeader28
//
this.columnHeader28.Text = "等级";
this.columnHeader28.Width = 43;
//
// columnHeader29
//
this.columnHeader29.Text = "身份证号";
//
// columnHeader30
//
this.columnHeader30.Text = "联系方式";
//
// button21
//
this.button21.Location = new System.Drawing.Point(472, 64);
this.button21.Name = "button21";
this.button21.TabIndex = 1;
this.button21.Text = "修改等级";
//
// button22
//
this.button22.Location = new System.Drawing.Point(472, 104);
this.button22.Name = "button22";
this.button22.TabIndex = 1;
this.button22.Text = "删除等级";
//
// button23
//
this.button23.Location = new System.Drawing.Point(472, 252);
this.button23.Name = "button23";
this.button23.TabIndex = 1;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -