⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 configui.cs

📁 一个基本的酒店管理系统
💻 CS
📖 第 1 页 / 共 5 页
字号:
			this.button23.Text = "修改员工";
			// 
			// button25
			// 
			this.button25.Location = new System.Drawing.Point(472, 304);
			this.button25.Name = "button25";
			this.button25.TabIndex = 1;
			this.button25.Text = "删除员工";
			// 
			// tabPage2
			// 
			this.tabPage2.Controls.Add(this.radioButton3);
			this.tabPage2.Controls.Add(this.button12);
			this.tabPage2.Controls.Add(this.listView3);
			this.tabPage2.Controls.Add(this.radioButton4);
			this.tabPage2.Controls.Add(this.button13);
			this.tabPage2.Controls.Add(this.button14);
			this.tabPage2.Controls.Add(this.listView4);
			this.tabPage2.Controls.Add(this.button15);
			this.tabPage2.Controls.Add(this.button16);
			this.tabPage2.Controls.Add(this.button17);
			this.tabPage2.Controls.Add(this.button18);
			this.tabPage2.Controls.Add(this.button20);
			this.tabPage2.Location = new System.Drawing.Point(4, 21);
			this.tabPage2.Name = "tabPage2";
			this.tabPage2.Size = new System.Drawing.Size(568, 356);
			this.tabPage2.TabIndex = 1;
			this.tabPage2.Text = "商品设置";
			// 
			// radioButton3
			// 
			this.radioButton3.Checked = true;
			this.radioButton3.Location = new System.Drawing.Point(24, 144);
			this.radioButton3.Name = "radioButton3";
			this.radioButton3.TabIndex = 2;
			this.radioButton3.TabStop = true;
			this.radioButton3.Text = "显示所有";
			// 
			// button12
			// 
			this.button12.Location = new System.Drawing.Point(472, 16);
			this.button12.Name = "button12";
			this.button12.TabIndex = 1;
			this.button12.Text = "添加类别";
			// 
			// listView3
			// 
			this.listView3.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
																						this.columnHeader13,
																						this.columnHeader14});
			this.listView3.FullRowSelect = true;
			this.listView3.GridLines = true;
			this.listView3.Location = new System.Drawing.Point(8, 8);
			this.listView3.Name = "listView3";
			this.listView3.Size = new System.Drawing.Size(448, 136);
			this.listView3.TabIndex = 0;
			this.listView3.View = System.Windows.Forms.View.Details;
			// 
			// columnHeader13
			// 
			this.columnHeader13.Text = "类别编号";
			this.columnHeader13.Width = 205;
			// 
			// columnHeader14
			// 
			this.columnHeader14.Text = "商品类别";
			this.columnHeader14.Width = 239;
			// 
			// radioButton4
			// 
			this.radioButton4.Location = new System.Drawing.Point(136, 144);
			this.radioButton4.Name = "radioButton4";
			this.radioButton4.Size = new System.Drawing.Size(120, 24);
			this.radioButton4.TabIndex = 2;
			this.radioButton4.Text = "按商品类别显示";
			// 
			// button13
			// 
			this.button13.Location = new System.Drawing.Point(472, 60);
			this.button13.Name = "button13";
			this.button13.TabIndex = 1;
			this.button13.Text = "修改类别";
			// 
			// button14
			// 
			this.button14.Location = new System.Drawing.Point(472, 104);
			this.button14.Name = "button14";
			this.button14.TabIndex = 1;
			this.button14.Text = "删除类别";
			// 
			// listView4
			// 
			this.listView4.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
																						this.columnHeader16,
																						this.columnHeader17,
																						this.columnHeader19,
																						this.columnHeader18,
																						this.columnHeader15,
																						this.columnHeader36});
			this.listView4.FullRowSelect = true;
			this.listView4.GridLines = true;
			this.listView4.Location = new System.Drawing.Point(8, 168);
			this.listView4.Name = "listView4";
			this.listView4.Size = new System.Drawing.Size(448, 184);
			this.listView4.TabIndex = 0;
			this.listView4.View = System.Windows.Forms.View.Details;
			// 
			// columnHeader16
			// 
			this.columnHeader16.Text = "项目编码";
			this.columnHeader16.Width = 72;
			// 
			// columnHeader17
			// 
			this.columnHeader17.Text = "项目名称";
			this.columnHeader17.Width = 92;
			// 
			// columnHeader19
			// 
			this.columnHeader19.Text = "预设单价";
			this.columnHeader19.Width = 72;
			// 
			// columnHeader18
			// 
			this.columnHeader18.Text = "项目类别";
			this.columnHeader18.Width = 87;
			// 
			// columnHeader15
			// 
			this.columnHeader15.Text = "简拼";
			// 
			// columnHeader36
			// 
			this.columnHeader36.Text = "单位";
			// 
			// button15
			// 
			this.button15.Location = new System.Drawing.Point(472, 248);
			this.button15.Name = "button15";
			this.button15.TabIndex = 1;
			this.button15.Text = "删除商品";
			// 
			// button16
			// 
			this.button16.Location = new System.Drawing.Point(472, 208);
			this.button16.Name = "button16";
			this.button16.TabIndex = 1;
			this.button16.Text = "修改商品";
			// 
			// button17
			// 
			this.button17.Location = new System.Drawing.Point(472, 176);
			this.button17.Name = "button17";
			this.button17.TabIndex = 1;
			this.button17.Text = "添加商品";
			// 
			// button18
			// 
			this.button18.Location = new System.Drawing.Point(472, 296);
			this.button18.Name = "button18";
			this.button18.TabIndex = 1;
			this.button18.Text = "打折设置";
			// 
			// button20
			// 
			this.button20.Location = new System.Drawing.Point(472, 328);
			this.button20.Name = "button20";
			this.button20.TabIndex = 1;
			this.button20.Text = "提成设置";
			// 
			// tabPage4
			// 
			this.tabPage4.Controls.Add(this.button24);
			this.tabPage4.Controls.Add(this.listView7);
			this.tabPage4.Controls.Add(this.button27);
			this.tabPage4.Controls.Add(this.button28);
			this.tabPage4.Controls.Add(this.button33);
			this.tabPage4.Location = new System.Drawing.Point(4, 21);
			this.tabPage4.Name = "tabPage4";
			this.tabPage4.Size = new System.Drawing.Size(568, 356);
			this.tabPage4.TabIndex = 3;
			this.tabPage4.Text = "客户设置";
			// 
			// button24
			// 
			this.button24.Location = new System.Drawing.Point(32, 312);
			this.button24.Name = "button24";
			this.button24.Size = new System.Drawing.Size(88, 23);
			this.button24.TabIndex = 11;
			this.button24.Text = "增加客户来源";
			// 
			// listView7
			// 
			this.listView7.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
																						this.columnHeader31,
																						this.columnHeader32,
																						this.columnHeader39});
			this.listView7.GridLines = true;
			this.listView7.Location = new System.Drawing.Point(15, 6);
			this.listView7.Name = "listView7";
			this.listView7.Size = new System.Drawing.Size(537, 290);
			this.listView7.TabIndex = 5;
			this.listView7.View = System.Windows.Forms.View.Details;
			// 
			// columnHeader31
			// 
			this.columnHeader31.Text = "来源编号";
			this.columnHeader31.Width = 162;
			// 
			// columnHeader32
			// 
			this.columnHeader32.Text = "客户来源";
			this.columnHeader32.Width = 178;
			// 
			// columnHeader39
			// 
			this.columnHeader39.Text = "折扣率";
			this.columnHeader39.Width = 195;
			// 
			// button27
			// 
			this.button27.Location = new System.Drawing.Point(168, 312);
			this.button27.Name = "button27";
			this.button27.Size = new System.Drawing.Size(88, 23);
			this.button27.TabIndex = 7;
			this.button27.Text = "修改客户来源";
			// 
			// button28
			// 
			this.button28.Location = new System.Drawing.Point(304, 312);
			this.button28.Name = "button28";
			this.button28.Size = new System.Drawing.Size(88, 23);
			this.button28.TabIndex = 10;
			this.button28.Text = "删除客户来源";
			// 
			// button33
			// 
			this.button33.Location = new System.Drawing.Point(440, 312);
			this.button33.Name = "button33";
			this.button33.Size = new System.Drawing.Size(88, 23);
			this.button33.TabIndex = 10;
			this.button33.Text = "取消";
			this.button33.Click += new System.EventHandler(this.btnClose_Click);
			// 
			// tabPage5
			// 
			this.tabPage5.Controls.Add(this.groupBox1);
			this.tabPage5.Controls.Add(this.button26);
			this.tabPage5.Controls.Add(this.button29);
			this.tabPage5.Controls.Add(this.button30);
			this.tabPage5.Controls.Add(this.button31);
			this.tabPage5.Controls.Add(this.button32);
			this.tabPage5.Controls.Add(this.groupBox2);
			this.tabPage5.Location = new System.Drawing.Point(4, 21);
			this.tabPage5.Name = "tabPage5";
			this.tabPage5.Size = new System.Drawing.Size(568, 356);
			this.tabPage5.TabIndex = 4;
			this.tabPage5.Text = "操作员设置";
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.listView8);
			this.groupBox1.Location = new System.Drawing.Point(8, 8);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(264, 312);
			this.groupBox1.TabIndex = 2;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "操作员设置";
			// 
			// listView8
			// 
			this.listView8.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
																						this.columnHeader33,
																						this.columnHeader34,
																						this.columnHeader35,
																						this.columnHeader40});
			this.listView8.FullRowSelect = true;
			this.listView8.GridLines = true;
			this.listView8.Location = new System.Drawing.Point(0, 16);
			this.listView8.Name = "listView8";
			this.listView8.Size = new System.Drawing.Size(264, 296);
			this.listView8.TabIndex = 0;
			this.listView8.View = System.Windows.Forms.View.Details;
			this.listView8.SelectedIndexChanged += new System.EventHandler(this.listView8_SelectedIndexChanged);
			// 
			// columnHeader33
			// 
			this.columnHeader33.Text = "编号";
			this.columnHeader33.Width = 46;
			// 
			// columnHeader34
			// 
			this.columnHeader34.Text = "操作员";
			this.columnHeader34.Width = 67;
			// 
			// columnHeader35
			// 
			this.columnHeader35.Text = "权限组";
			this.columnHeader35.Width = 81;
			// 
			// columnHeader40
			// 
			this.columnHeader40.Text = "是否可用";
			this.columnHeader40.Width = 67;
			// 
			// button26
			// 
			this.button26.Location = new System.Drawing.Point(8, 328);
			this.button26.Name = "button26";
			this.button26.TabIndex = 1;
			this.button26.Text = "添加管理员";
			this.button26.Click += new System.EventHandler(this.button26_Click);
			// 
			// button29
			// 
			this.button29.Location = new System.Drawing.Point(88, 328);
			this.button29.Name = "button29";
			this.button29.TabIndex = 1;
			this.button29.Text = "修改管理员";
			this.button29.Click += new System.EventHandler(this.button29_Click);
			// 
			// button30
			// 
			this.button30.Location = new System.Drawing.Point(168, 328);
			this.button30.Name = "button30";
			this.button30.TabIndex = 1;
			this.button30.Text = "删除管理员";
			this.button30.Click += new System.EventHandler(this.button30_Click);
			// 
			// button31
			// 
			this.button31.Location = new System.Drawing.Point(336, 328);
			this.button31.Name = "button31";
			this.button31.TabIndex = 1;
			this.button31.Text = "修改权限";
			this.button31.Click += new System.EventHandler(this.button31_Click);
			// 
			// button32
			// 
			this.button32.Location = new System.Drawing.Point(456, 328);
			this.button32.Name = "button32";
			this.button32.TabIndex = 1;
			this.button32.Text = "取消";
			this.button32.Click += new System.EventHandler(this.btnClose_Click);
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.listView9);
			this.groupBox2.Location = new System.Drawing.Point(288, 8);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(272, 312);
			this.groupBox2.TabIndex = 3;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "操作权限";
			// 
			// listView9
			// 
			this.listView9.CheckBoxes = true;
			this.listView9.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
																						this.columnHeader37,

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -