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

📄 hotelarrival.cs

📁 酒店管理系统采用C#和SQL Server 数据库实现 适合一般小酒店的管理
💻 CS
📖 第 1 页 / 共 5 页
字号:
			// 
			this.txt7.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet21, "入住单.客房价格"));
			this.txt7.Location = new System.Drawing.Point(128, 80);
			this.txt7.Name = "txt7";
			this.txt7.ReadOnly = true;
			this.txt7.Size = new System.Drawing.Size(72, 21);
			this.txt7.TabIndex = 63;
			this.txt7.Text = "";
			// 
			// txt6
			// 
			this.txt6.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet21, "入住单.客房编号"));
			this.txt6.Location = new System.Drawing.Point(24, 82);
			this.txt6.Name = "txt6";
			this.txt6.ReadOnly = true;
			this.txt6.Size = new System.Drawing.Size(64, 21);
			this.txt6.TabIndex = 51;
			this.txt6.Text = "";
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(24, 66);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(64, 16);
			this.label9.TabIndex = 35;
			this.label9.Text = "客房编号";
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(120, 66);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(64, 16);
			this.label7.TabIndex = 46;
			this.label7.Text = "客房价格";
			// 
			// cmb2
			// 
			this.cmb2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet21, "入住单.抵店时间"));
			this.cmb2.Enabled = false;
			this.cmb2.Location = new System.Drawing.Point(280, 34);
			this.cmb2.Name = "cmb2";
			this.cmb2.Size = new System.Drawing.Size(128, 20);
			this.cmb2.TabIndex = 70;
			this.cmb2.DropDown += new System.EventHandler(this.cmb2_DropDown);
			this.cmb2.Leave += new System.EventHandler(this.cmb2_Leave);
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(280, 18);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(100, 16);
			this.label8.TabIndex = 33;
			this.label8.Text = "抵店时间";
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(424, 18);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(100, 16);
			this.label10.TabIndex = 34;
			this.label10.Text = "离店时间";
			// 
			// cmb3
			// 
			this.cmb3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet21, "入住单.离店时间"));
			this.cmb3.Enabled = false;
			this.cmb3.Location = new System.Drawing.Point(424, 34);
			this.cmb3.Name = "cmb3";
			this.cmb3.Size = new System.Drawing.Size(128, 20);
			this.cmb3.TabIndex = 69;
			this.cmb3.DropDown += new System.EventHandler(this.cmb3_DropDown);
			this.cmb3.Leave += new System.EventHandler(this.cmb3_Leave);
			// 
			// txt8
			// 
			this.txt8.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet21, "入住单.入住价格"));
			this.txt8.Location = new System.Drawing.Point(216, 80);
			this.txt8.Name = "txt8";
			this.txt8.ReadOnly = true;
			this.txt8.Size = new System.Drawing.Size(72, 21);
			this.txt8.TabIndex = 62;
			this.txt8.Text = "";
			// 
			// label11
			// 
			this.label11.Location = new System.Drawing.Point(216, 66);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(64, 16);
			this.label11.TabIndex = 39;
			this.label11.Text = "入住价格";
			// 
			// label12
			// 
			this.label12.Location = new System.Drawing.Point(304, 66);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(40, 16);
			this.label12.TabIndex = 37;
			this.label12.Text = "折扣";
			// 
			// txt9
			// 
			this.txt9.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet21, "入住单.折扣"));
			this.txt9.Location = new System.Drawing.Point(304, 82);
			this.txt9.Name = "txt9";
			this.txt9.ReadOnly = true;
			this.txt9.Size = new System.Drawing.Size(64, 21);
			this.txt9.TabIndex = 61;
			this.txt9.Text = "";
			// 
			// label13
			// 
			this.label13.Location = new System.Drawing.Point(392, 66);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(100, 16);
			this.label13.TabIndex = 43;
			this.label13.Text = "折扣原因";
			// 
			// txt10
			// 
			this.txt10.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet21, "入住单.折扣原因"));
			this.txt10.Location = new System.Drawing.Point(392, 82);
			this.txt10.Name = "txt10";
			this.txt10.ReadOnly = true;
			this.txt10.Size = new System.Drawing.Size(128, 21);
			this.txt10.TabIndex = 64;
			this.txt10.Text = "";
			// 
			// txt11
			// 
			this.txt11.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet21, "入住单.入住人数"));
			this.txt11.Location = new System.Drawing.Point(544, 82);
			this.txt11.Name = "txt11";
			this.txt11.ReadOnly = true;
			this.txt11.Size = new System.Drawing.Size(56, 21);
			this.txt11.TabIndex = 67;
			this.txt11.Text = "";
			// 
			// label14
			// 
			this.label14.Location = new System.Drawing.Point(544, 66);
			this.label14.Name = "label14";
			this.label14.Size = new System.Drawing.Size(56, 16);
			this.label14.TabIndex = 42;
			this.label14.Text = "入住人数";
			// 
			// label15
			// 
			this.label15.Location = new System.Drawing.Point(304, 114);
			this.label15.Name = "label15";
			this.label15.Size = new System.Drawing.Size(56, 14);
			this.label15.TabIndex = 40;
			this.label15.Text = "电话等级";
			// 
			// label16
			// 
			this.label16.Location = new System.Drawing.Point(120, 114);
			this.label16.Name = "label16";
			this.label16.Size = new System.Drawing.Size(56, 16);
			this.label16.TabIndex = 41;
			this.label16.Text = "预收款";
			// 
			// txt13
			// 
			this.txt13.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet21, "入住单.预收款"));
			this.txt13.Location = new System.Drawing.Point(120, 130);
			this.txt13.Name = "txt13";
			this.txt13.ReadOnly = true;
			this.txt13.Size = new System.Drawing.Size(64, 21);
			this.txt13.TabIndex = 66;
			this.txt13.Text = "";
			// 
			// label17
			// 
			this.label17.Location = new System.Drawing.Point(24, 114);
			this.label17.Name = "label17";
			this.label17.Size = new System.Drawing.Size(64, 16);
			this.label17.TabIndex = 45;
			this.label17.Text = "加床价格";
			// 
			// txt14
			// 
			this.txt14.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet21, "入住单.单据状态"));
			this.txt14.Location = new System.Drawing.Point(208, 130);
			this.txt14.Name = "txt14";

⌨️ 快捷键说明

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