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

📄 frmreserve.cs

📁 简单的酒店客房管理系统
💻 CS
📖 第 1 页 / 共 5 页
字号:
			// 
			// Label14
			// 
			this.Label14.Location = new System.Drawing.Point(393, 56);
			this.Label14.Name = "Label14";
			this.Label14.Size = new System.Drawing.Size(69, 14);
			this.Label14.TabIndex = 33;
			this.Label14.Text = "入住人数";
			// 
			// btnOpen
			// 
			this.btnOpen.Image = ((System.Drawing.Image)(resources.GetObject("btnOpen.Image")));
			this.btnOpen.Location = new System.Drawing.Point(579, 26);
			this.btnOpen.Name = "btnOpen";
			this.btnOpen.Size = new System.Drawing.Size(21, 21);
			this.btnOpen.TabIndex = 32;
			this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click);
			// 
			// txbReasonDiscount
			// 
			this.txbReasonDiscount.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "预定单.折扣原因"));
			this.txbReasonDiscount.Location = new System.Drawing.Point(304, 72);
			this.txbReasonDiscount.Name = "txbReasonDiscount";
			this.txbReasonDiscount.Size = new System.Drawing.Size(73, 21);
			this.txbReasonDiscount.TabIndex = 31;
			this.txbReasonDiscount.Text = "";
			// 
			// Label13
			// 
			this.Label13.Location = new System.Drawing.Point(301, 56);
			this.Label13.Name = "Label13";
			this.Label13.Size = new System.Drawing.Size(69, 14);
			this.Label13.TabIndex = 30;
			this.Label13.Text = "折扣原因";
			// 
			// txbDiscount
			// 
			this.txbDiscount.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "预定单.折扣"));
			this.txbDiscount.Location = new System.Drawing.Point(210, 72);
			this.txbDiscount.Name = "txbDiscount";
			this.txbDiscount.Size = new System.Drawing.Size(73, 21);
			this.txbDiscount.TabIndex = 29;
			this.txbDiscount.Text = "";
			// 
			// Label12
			// 
			this.Label12.Location = new System.Drawing.Point(206, 56);
			this.Label12.Name = "Label12";
			this.Label12.Size = new System.Drawing.Size(69, 14);
			this.Label12.TabIndex = 28;
			this.Label12.Text = "折扣";
			// 
			// txbNowPrice
			// 
			this.txbNowPrice.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "预定单.入住价格"));
			this.txbNowPrice.Location = new System.Drawing.Point(107, 72);
			this.txbNowPrice.Name = "txbNowPrice";
			this.txbNowPrice.Size = new System.Drawing.Size(73, 21);
			this.txbNowPrice.TabIndex = 27;
			this.txbNowPrice.Text = "";
			// 
			// Label11
			// 
			this.Label11.Location = new System.Drawing.Point(102, 56);
			this.Label11.Name = "Label11";
			this.Label11.Size = new System.Drawing.Size(69, 14);
			this.Label11.TabIndex = 26;
			this.Label11.Text = "入住价格";
			// 
			// txbOriginPrice
			// 
			this.txbOriginPrice.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "预定单.客房价格"));
			this.txbOriginPrice.Location = new System.Drawing.Point(12, 72);
			this.txbOriginPrice.Name = "txbOriginPrice";
			this.txbOriginPrice.Size = new System.Drawing.Size(73, 21);
			this.txbOriginPrice.TabIndex = 25;
			this.txbOriginPrice.Text = "";
			// 
			// Label9
			// 
			this.Label9.Location = new System.Drawing.Point(11, 56);
			this.Label9.Name = "Label9";
			this.Label9.Size = new System.Drawing.Size(69, 14);
			this.Label9.TabIndex = 24;
			this.Label9.Text = "客房价格";
			// 
			// txbRoomCode
			// 
			this.txbRoomCode.Location = new System.Drawing.Point(492, 27);
			this.txbRoomCode.Name = "txbRoomCode";
			this.txbRoomCode.ReadOnly = true;
			this.txbRoomCode.Size = new System.Drawing.Size(72, 21);
			this.txbRoomCode.TabIndex = 23;
			this.txbRoomCode.Text = "";
			// 
			// Label8
			// 
			this.Label8.Location = new System.Drawing.Point(488, 12);
			this.Label8.Name = "Label8";
			this.Label8.Size = new System.Drawing.Size(64, 14);
			this.Label8.TabIndex = 22;
			this.Label8.Text = "客房编号";
			// 
			// txbPhone
			// 
			this.txbPhone.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "预定单.联系电话"));
			this.txbPhone.Location = new System.Drawing.Point(396, 27);
			this.txbPhone.Name = "txbPhone";
			this.txbPhone.Size = new System.Drawing.Size(72, 21);
			this.txbPhone.TabIndex = 21;
			this.txbPhone.Text = "";
			// 
			// Label7
			// 
			this.Label7.Location = new System.Drawing.Point(393, 12);
			this.Label7.Name = "Label7";
			this.Label7.Size = new System.Drawing.Size(64, 14);
			this.Label7.TabIndex = 20;
			this.Label7.Text = "联系电话";
			// 
			// Label6
			// 
			this.Label6.Location = new System.Drawing.Point(301, 12);
			this.Label6.Name = "Label6";
			this.Label6.Size = new System.Drawing.Size(64, 14);
			this.Label6.TabIndex = 18;
			this.Label6.Text = "离店时间";
			// 
			// Label5
			// 
			this.Label5.Location = new System.Drawing.Point(206, 12);
			this.Label5.Name = "Label5";
			this.Label5.Size = new System.Drawing.Size(69, 14);
			this.Label5.TabIndex = 16;
			this.Label5.Text = "抵店时间";
			// 
			// cbbRoomType
			// 
			this.cbbRoomType.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "预定单.客房类型"));
			this.cbbRoomType.Location = new System.Drawing.Point(107, 27);
			this.cbbRoomType.Name = "cbbRoomType";
			this.cbbRoomType.Size = new System.Drawing.Size(85, 20);
			this.cbbRoomType.TabIndex = 15;
			this.cbbRoomType.SelectedValueChanged += new System.EventHandler(this.cbbRoomType_SelectedValueChanged);
			// 
			// Label10
			// 
			this.Label10.Location = new System.Drawing.Point(102, 12);
			this.Label10.Name = "Label10";
			this.Label10.Size = new System.Drawing.Size(69, 14);
			this.Label10.TabIndex = 14;
			this.Label10.Text = "客房类型";
			// 
			// txbListId
			// 
			this.txbListId.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "预定单.预定单号"));
			this.txbListId.Location = new System.Drawing.Point(12, 27);
			this.txbListId.Name = "txbListId";
			this.txbListId.ReadOnly = true;
			this.txbListId.Size = new System.Drawing.Size(73, 21);
			this.txbListId.TabIndex = 3;
			this.txbListId.Text = "";
			// 
			// Label4
			// 
			this.Label4.Location = new System.Drawing.Point(11, 12);
			this.Label4.Name = "Label4";
			this.Label4.Size = new System.Drawing.Size(69, 14);
			this.Label4.TabIndex = 2;
			this.Label4.Text = "预定单号";
			// 
			// sqlDataAdapter1
			// 
			this.sqlDataAdapter1.DeleteCommand = this.sqlDeleteCommand1;
			this.sqlDataAdapter1.InsertCommand = this.sqlInsertCommand1;
			this.sqlDataAdapter1.SelectCommand = this.sqlSelectCommand1;
			this.sqlDataAdapter1.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
																									  new System.Data.Common.DataTableMapping("Table", "预定单", new System.Data.Common.DataColumnMapping[] {
																																																			 new System.Data.Common.DataColumnMapping("Expr1", "Expr1"),
																																																			 new System.Data.Common.DataColumnMapping("Expr2", "Expr2"),
																																																			 new System.Data.Common.DataColumnMapping("Expr3", "Expr3"),
																																																			 new System.Data.Common.DataColumnMapping("Expr4", "Expr4"),
																																																			 new System.Data.Common.DataColumnMapping("Expr5", "Expr5"),
																																																			 new System.Data.Common.DataColumnMapping("Expr6", "Expr6"),
																																																			 new System.Data.Common.DataColumnMapping("Expr7", "Expr7"),
																																																			 new System.Data.Common.DataColumnMapping("Expr8", "Expr8"),
																																																			 new System.Data.Common.DataColumnMapping("预定单号", "预定单号"),
																																																			 new System.Data.Common.DataColumnMapping("会员编号", "会员编号"),
																																																			 new System.Data.Common.DataColumnMapping("客房类型", "客房类型"),
																																																			 new System.Data.Common.DataColumnMapping("抵店时间", "抵店时间"),
																																																			 new System.Data.Common.DataColumnMapping("离店时间", "离店时间"),
																																																			 new System.Data.Common.DataColumnMapping("单据状态", "单据状态"),
																																																			 new System.Data.Common.DataColumnMapping("入住人数", "入住人数"),
																																																			 new System.Data.Common.DataColumnMapping("客房编号", "客房编号"),
																																																			 new System.Data.Common.DataColumnMapping("客房价格", "客房价格"),
																																																			 new System.Data.Common.DataColumnMapping("入住价格", "入住价格"),
																																																			 new System.Data.Common.DataColumnMapping("折扣", "折扣"),
																																																			 new System.Data.Common.DataColumnMapping("折扣原因", "折扣原因"),
																																																			 new System.Data.Common.DataColumnMapping("是否加床", "是否加床"),
																																																			 new System.Data.Common.DataColumnMapping("加床价格", "加床价格"),

⌨️ 快捷键说明

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