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

📄 configui.cs

📁 一个基本的酒店管理系统
💻 CS
📖 第 1 页 / 共 5 页
字号:
																						this.columnHeader38});
			this.listView9.FullRowSelect = true;
			this.listView9.GridLines = true;
			this.listView9.Location = new System.Drawing.Point(0, 16);
			this.listView9.Name = "listView9";
			this.listView9.Size = new System.Drawing.Size(272, 296);
			this.listView9.TabIndex = 0;
			this.listView9.View = System.Windows.Forms.View.Details;
			// 
			// columnHeader37
			// 
			this.columnHeader37.Text = "允许";
			this.columnHeader37.Width = 37;
			// 
			// columnHeader38
			// 
			this.columnHeader38.Text = "操作内容";
			this.columnHeader38.Width = 229;
			// 
			// tabPage6
			// 
			this.tabPage6.Controls.Add(this.button34);
			this.tabPage6.Controls.Add(this.groupBox3);
			this.tabPage6.Controls.Add(this.groupBox4);
			this.tabPage6.Controls.Add(this.button35);
			this.tabPage6.Controls.Add(this.label4);
			this.tabPage6.Controls.Add(this.label5);
			this.tabPage6.Controls.Add(this.textBox1);
			this.tabPage6.Controls.Add(this.label2);
			this.tabPage6.Controls.Add(this.label3);
			this.tabPage6.Controls.Add(this.textBox2);
			this.tabPage6.Controls.Add(this.label9);
			this.tabPage6.Controls.Add(this.textBox3);
			this.tabPage6.Controls.Add(this.label6);
			this.tabPage6.Controls.Add(this.label7);
			this.tabPage6.Controls.Add(this.textBox4);
			this.tabPage6.Controls.Add(this.label8);
			this.tabPage6.Location = new System.Drawing.Point(4, 21);
			this.tabPage6.Name = "tabPage6";
			this.tabPage6.Size = new System.Drawing.Size(568, 356);
			this.tabPage6.TabIndex = 5;
			this.tabPage6.Text = "计费设置";
			// 
			// button34
			// 
			this.button34.Location = new System.Drawing.Point(120, 296);
			this.button34.Name = "button34";
			this.button34.TabIndex = 1;
			this.button34.Text = "保存设置";
			this.button34.Click += new System.EventHandler(this.button34_Click);
			// 
			// groupBox3
			// 
			this.groupBox3.Location = new System.Drawing.Point(-8, 0);
			this.groupBox3.Name = "groupBox3";
			this.groupBox3.Size = new System.Drawing.Size(584, 16);
			this.groupBox3.TabIndex = 0;
			this.groupBox3.TabStop = false;
			this.groupBox3.Text = "按天计费↓";
			// 
			// groupBox4
			// 
			this.groupBox4.Location = new System.Drawing.Point(-8, 152);
			this.groupBox4.Name = "groupBox4";
			this.groupBox4.Size = new System.Drawing.Size(584, 16);
			this.groupBox4.TabIndex = 0;
			this.groupBox4.TabStop = false;
			this.groupBox4.Text = "按时计费↓";
			// 
			// button35
			// 
			this.button35.Location = new System.Drawing.Point(344, 296);
			this.button35.Name = "button35";
			this.button35.TabIndex = 1;
			this.button35.Text = "退出";
			this.button35.Click += new System.EventHandler(this.btnClose_Click);
			// 
			// label4
			// 
			this.label4.AutoSize = true;
			this.label4.Location = new System.Drawing.Point(128, 88);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(140, 17);
			this.label4.TabIndex = 3;
			this.label4.Text = "客人退房除整天数外超过";
			// 
			// label5
			// 
			this.label5.AutoSize = true;
			this.label5.Location = new System.Drawing.Point(320, 88);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(103, 17);
			this.label5.TabIndex = 2;
			this.label5.Text = "小时自动追加一天";
			// 
			// textBox1
			// 
			this.textBox1.Location = new System.Drawing.Point(272, 48);
			this.textBox1.Name = "textBox1";
			this.textBox1.Size = new System.Drawing.Size(40, 21);
			this.textBox1.TabIndex = 1;
			this.textBox1.Text = "6";
			// 
			// label2
			// 
			this.label2.AutoSize = true;
			this.label2.Location = new System.Drawing.Point(128, 48);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(140, 17);
			this.label2.TabIndex = 0;
			this.label2.Text = "客人退房除整天数外超过";
			// 
			// label3
			// 
			this.label3.AutoSize = true;
			this.label3.Location = new System.Drawing.Point(320, 48);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(103, 17);
			this.label3.TabIndex = 0;
			this.label3.Text = "小时自动追加半天";
			// 
			// textBox2
			// 
			this.textBox2.Location = new System.Drawing.Point(272, 80);
			this.textBox2.Name = "textBox2";
			this.textBox2.Size = new System.Drawing.Size(40, 21);
			this.textBox2.TabIndex = 4;
			this.textBox2.Text = "12";
			// 
			// label9
			// 
			this.label9.AutoSize = true;
			this.label9.Location = new System.Drawing.Point(320, 192);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(116, 17);
			this.label9.TabIndex = 6;
			this.label9.Text = "分钟自动追加一小时";
			// 
			// textBox3
			// 
			this.textBox3.Location = new System.Drawing.Point(280, 232);
			this.textBox3.Name = "textBox3";
			this.textBox3.Size = new System.Drawing.Size(40, 21);
			this.textBox3.TabIndex = 10;
			this.textBox3.Text = "15";
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(128, 224);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(140, 28);
			this.label6.TabIndex = 9;
			this.label6.Text = "若客人退房除整时数外不足以上分钟超过";
			// 
			// label7
			// 
			this.label7.AutoSize = true;
			this.label7.Location = new System.Drawing.Point(320, 232);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(116, 17);
			this.label7.TabIndex = 8;
			this.label7.Text = "分钟自动追加半小时";
			// 
			// textBox4
			// 
			this.textBox4.Location = new System.Drawing.Point(280, 192);
			this.textBox4.Name = "textBox4";
			this.textBox4.Size = new System.Drawing.Size(40, 21);
			this.textBox4.TabIndex = 7;
			this.textBox4.Text = "30";
			// 
			// label8
			// 
			this.label8.AutoSize = true;
			this.label8.Location = new System.Drawing.Point(128, 192);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(153, 17);
			this.label8.TabIndex = 5;
			this.label8.Text = "若客人退房除整时数外超过";
			// 
			// tabPage7
			// 
			this.tabPage7.Controls.Add(this.groupBox5);
			this.tabPage7.Controls.Add(this.button39);
			this.tabPage7.Controls.Add(this.checkBox2);
			this.tabPage7.Controls.Add(this.button38);
			this.tabPage7.Controls.Add(this.label15);
			this.tabPage7.Controls.Add(this.label12);
			this.tabPage7.Controls.Add(this.textBox6);
			this.tabPage7.Controls.Add(this.label13);
			this.tabPage7.Controls.Add(this.button37);
			this.tabPage7.Controls.Add(this.button36);
			this.tabPage7.Controls.Add(this.textBox7);
			this.tabPage7.Controls.Add(this.label14);
			this.tabPage7.Controls.Add(this.textBox5);
			this.tabPage7.Controls.Add(this.label10);
			this.tabPage7.Controls.Add(this.checkBox1);
			this.tabPage7.Controls.Add(this.label11);
			this.tabPage7.Location = new System.Drawing.Point(4, 21);
			this.tabPage7.Name = "tabPage7";
			this.tabPage7.Size = new System.Drawing.Size(568, 356);
			this.tabPage7.TabIndex = 6;
			this.tabPage7.Text = "数据管理";
			// 
			// groupBox5
			// 
			this.groupBox5.Location = new System.Drawing.Point(0, 120);
			this.groupBox5.Name = "groupBox5";
			this.groupBox5.Size = new System.Drawing.Size(568, 8);
			this.groupBox5.TabIndex = 9;
			this.groupBox5.TabStop = false;
			// 
			// button39
			// 
			this.button39.Location = new System.Drawing.Point(464, 312);
			this.button39.Name = "button39";
			this.button39.TabIndex = 6;
			this.button39.Text = "退出";
			this.button39.Click += new System.EventHandler(this.btnClose_Click);
			// 
			// checkBox2
			// 
			this.checkBox2.Location = new System.Drawing.Point(32, 56);
			this.checkBox2.Name = "checkBox2";
			this.checkBox2.Size = new System.Drawing.Size(128, 24);
			this.checkBox2.TabIndex = 8;
			this.checkBox2.Text = "是否初始化数据库";
			// 
			// button38
			// 
			this.button38.Location = new System.Drawing.Point(464, 56);
			this.button38.Name = "button38";
			this.button38.TabIndex = 6;
			this.button38.Text = "确定初始";
			this.button38.Click += new System.EventHandler(this.button38_Click);
			// 
			// label15
			// 
			this.label15.ForeColor = System.Drawing.Color.Red;
			this.label15.Location = new System.Drawing.Point(160, 56);
			this.label15.Name = "label15";
			this.label15.Size = new System.Drawing.Size(296, 24);
			this.label15.TabIndex = 7;
			this.label15.Text = "初始化数据库将会删除所有的数据库信息,请慎重。";
			// 
			// label12
			// 
			this.label12.Location = new System.Drawing.Point(32, 232);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(56, 16);
			this.label12.TabIndex = 1;
			this.label12.Text = "保留最后";
			// 
			// textBox6
			// 
			this.textBox6.Location = new System.Drawing.Point(96, 224);
			this.textBox6.Name = "textBox6";
			this.textBox6.Size = new System.Drawing.Size(32, 21);
			this.textBox6.TabIndex = 2;
			this.textBox6.Text = "2";
			// 
			// label13
			// 
			this.label13.Location = new System.Drawing.Point(128, 232);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(120, 16);
			this.label13.TabIndex = 1;
			this.label13.Text = "次备份的数据";
			// 
			// button37
			// 
			this.button37.Location = new System.Drawing.Point(464, 192);
			this.button37.Name = "button37";
			this.button37.TabIndex = 6;
			this.button37.Text = "保存设置";
			this.button37.Click += new System.EventHandler(this.button37_Click);
			// 
			// button36
			// 
			this.button36.Location = new System.Drawing.Point(376, 264);
			this.button36.Name = "button36";
			this.button36.TabIndex = 5;
			this.button36.Text = "...";
			// 
			// textBox7
			// 
			this.textBox7.Location = new System.Drawing.Point(136, 264);
			this.textBox7.Name = "textBox7";
			this.textBox7.Size = new System.Drawing.Size(248, 21);
			this.textBox7.TabIndex = 4;
			this.textBox7.Text = "E:\\BackUp";
			// 
			// label14
			// 
			this.label14.AutoSize = true;
			this.label14.Location = new System.Drawing.Point(24, 264);
			this.label14.Name = "label14";
			this.label14.Size = new System.Drawing.Size(103, 17);
			this.label14.TabIndex = 3;
			this.label14.Text = "备份路径保存在:";
			// 
			// textBox5
			// 
			this.textBox5.Location = new System.Drawing.Point(88, 184);
			this.textBox5.Name = "textBox5";
			this.textBox5.Size = new System.Drawing.Size(32, 21);
			this.textBox5.TabIndex = 2;
			this.textBox5.Text = "1";
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(32, 192);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(48, 16);
			this.label10.TabIndex = 1;
			this.label10.Text = "每   隔";
			// 
			// checkBox1
			// 
			this.checkBox1.Location = new System.Drawing.Point(32, 152);
			this.checkBox1.Name = "checkBox1";
			this.checkBox1.Size = new System.Drawing.Size(144, 24);
			this.checkBox1.TabIndex = 0;
			this.checkBox1.Text = "启用自动备份数据库";
			// 
			// label11
			// 
			this.label11.Location = new System.Drawing.Point(120, 192);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(120, 16);
			this.label11.TabIndex = 1;
			this.label11.Text = "天备份一次数据库";
			// 
			// tabPage8
			// 
			this.tabPage8.Controls.Add(this.label1);
			this.tabPage8.Controls.Add(this.btnClose);
			this.tabPage8.Controls.Add(this.button1);
			this.tabPage8.Controls.Add(this.comboSkin);
			this.tabPage8.Controls.Add(this.button11);
			this.tabPage8.Location = new System.Drawing.Point(4, 21);
			this.tabPage8.Name = "tabPage8";
			this.tabPage8.Size = new System.Drawing.Size(568, 356);
			this.tabPage8.TabIndex = 7;
			this.tabPage8.Text = "皮肤选择";
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(88, 32);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(376, 64);
			this.label1.TabIndex = 4;
			this.label1.Text = "   由于本系统以红色为主风格进行设计,所以选择其他风格后,部分会保持主风格不变,本风格具有可以扩展性,你只需要将urf皮肤放入与本系统同目录下的skin文件夹下" +
				",进入本系统选择并保存即可。";
			// 
			// btnClose
			// 
			this.btnClose.Location = new System.Drawing.Point(368, 240);
			this.btnClose.Name = "btnClose";
			this.btnClose.TabIndex = 3;

⌨️ 快捷键说明

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