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

📄 roomoperationform.designer.cs

📁 酒店管理系统
💻 CS
📖 第 1 页 / 共 4 页
字号:
            this.CName,
            this.Cidentityid});
            this.dgvRoomOperation.Location = new System.Drawing.Point(6, 64);
            this.dgvRoomOperation.Name = "dgvRoomOperation";
            this.dgvRoomOperation.ReadOnly = true;
            this.dgvRoomOperation.RowTemplate.Height = 23;
            this.dgvRoomOperation.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvRoomOperation.Size = new System.Drawing.Size(595, 308);
            this.dgvRoomOperation.TabIndex = 21;
            this.dgvRoomOperation.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvRoomOperation_CellClick);
            // 
            // lblExitID
            // 
            this.lblExitID.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.lblExitID.AutoSize = true;
            this.lblExitID.Location = new System.Drawing.Point(69, 24);
            this.lblExitID.Name = "lblExitID";
            this.lblExitID.Size = new System.Drawing.Size(41, 12);
            this.lblExitID.TabIndex = 22;
            this.lblExitID.Text = "房间号";
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.panel1);
            this.tabPage1.Location = new System.Drawing.Point(4, 21);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(673, 421);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "入住";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.checkBox1);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Controls.Add(this.dgvRoomInfo);
            this.panel1.Controls.Add(this.groupBox1);
            this.panel1.Controls.Add(this.txtGuest);
            this.panel1.Controls.Add(this.lblID);
            this.panel1.Controls.Add(this.lblNumber);
            this.panel1.Controls.Add(this.lblCTypeID);
            this.panel1.Controls.Add(this.lblRemark);
            this.panel1.Controls.Add(this.lblCName);
            this.panel1.Controls.Add(this.txtRemark);
            this.panel1.Controls.Add(this.lblCPhone);
            this.panel1.Controls.Add(this.BtnYes);
            this.panel1.Controls.Add(this.cboCTypeID);
            this.panel1.Controls.Add(this.btnNo);
            this.panel1.Controls.Add(this.txtID);
            this.panel1.Controls.Add(this.txtNumber);
            this.panel1.Controls.Add(this.txtCPhone);
            this.panel1.Controls.Add(this.txtCName);
            this.panel1.Location = new System.Drawing.Point(25, 6);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(625, 386);
            this.panel1.TabIndex = 24;
            // 
            // checkBox1
            // 
            this.checkBox1.AutoSize = true;
            this.checkBox1.Location = new System.Drawing.Point(495, 257);
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Size = new System.Drawing.Size(72, 16);
            this.checkBox1.TabIndex = 29;
            this.checkBox1.Text = "是否加床";
            this.checkBox1.UseVisualStyleBackColor = true;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(265, 243);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(29, 12);
            this.label1.TabIndex = 27;
            this.label1.Text = "人数";
            // 
            // dgvRoomInfo
            // 
            this.dgvRoomInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvRoomInfo.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Number,
            this.TypeName,
            this.BedNumber,
            this.TypePrice,
            this.AddBedPrice});
            this.dgvRoomInfo.Location = new System.Drawing.Point(0, 47);
            this.dgvRoomInfo.Name = "dgvRoomInfo";
            this.dgvRoomInfo.ReadOnly = true;
            this.dgvRoomInfo.RowTemplate.Height = 23;
            this.dgvRoomInfo.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvRoomInfo.Size = new System.Drawing.Size(622, 185);
            this.dgvRoomInfo.TabIndex = 23;
            this.dgvRoomInfo.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvRoomInfo_CellClick);
            // 
            // Number
            // 
            this.Number.DataPropertyName = "Number";
            this.Number.HeaderText = "房间号";
            this.Number.Name = "Number";
            this.Number.ReadOnly = true;
            // 
            // TypeName
            // 
            this.TypeName.DataPropertyName = "TypeName";
            this.TypeName.HeaderText = "房间类型";
            this.TypeName.Name = "TypeName";
            this.TypeName.ReadOnly = true;
            // 
            // BedNumber
            // 
            this.BedNumber.DataPropertyName = "BedNumber";
            this.BedNumber.HeaderText = "床位数";
            this.BedNumber.Name = "BedNumber";
            this.BedNumber.ReadOnly = true;
            // 
            // TypePrice
            // 
            this.TypePrice.DataPropertyName = "TypePrice";
            this.TypePrice.HeaderText = "价格";
            this.TypePrice.Name = "TypePrice";
            this.TypePrice.ReadOnly = true;
            // 
            // AddBedPrice
            // 
            this.AddBedPrice.DataPropertyName = "AddBedPrice";
            this.AddBedPrice.HeaderText = "加床价格";
            this.AddBedPrice.Name = "AddBedPrice";
            this.AddBedPrice.ReadOnly = true;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.cboBedNumber);
            this.groupBox1.Controls.Add(this.cboRoomType);
            this.groupBox1.Controls.Add(this.lblRoomType);
            this.groupBox1.Controls.Add(this.lblRoomNumber);
            this.groupBox1.Location = new System.Drawing.Point(0, -6);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(625, 54);
            this.groupBox1.TabIndex = 20;
            this.groupBox1.TabStop = false;
            // 
            // cboBedNumber
            // 
            this.cboBedNumber.FormattingEnabled = true;
            this.cboBedNumber.Location = new System.Drawing.Point(371, 20);
            this.cboBedNumber.Name = "cboBedNumber";
            this.cboBedNumber.Size = new System.Drawing.Size(121, 20);
            this.cboBedNumber.TabIndex = 5;
            this.cboBedNumber.SelectedIndexChanged += new System.EventHandler(this.cboBedNumber_SelectedIndexChanged);
            // 
            // cboRoomType
            // 
            this.cboRoomType.FormattingEnabled = true;
            this.cboRoomType.Location = new System.Drawing.Point(157, 19);
            this.cboRoomType.Name = "cboRoomType";
            this.cboRoomType.Size = new System.Drawing.Size(121, 20);
            this.cboRoomType.TabIndex = 4;
            this.cboRoomType.Text = "-----请选择-----";
            this.cboRoomType.SelectedIndexChanged += new System.EventHandler(this.cboRoomType_SelectedIndexChanged);
            // 
            // lblRoomType
            // 
            this.lblRoomType.AutoSize = true;
            this.lblRoomType.Location = new System.Drawing.Point(98, 24);
            this.lblRoomType.Name = "lblRoomType";
            this.lblRoomType.Size = new System.Drawing.Size(53, 12);
            this.lblRoomType.TabIndex = 3;
            this.lblRoomType.Text = "客房类型";
            // 
            // lblRoomNumber
            // 
            this.lblRoomNumber.AutoSize = true;
            this.lblRoomNumber.Location = new System.Drawing.Point(302, 23);
            this.lblRoomNumber.Name = "lblRoomNumber";
            this.lblRoomNumber.Size = new System.Drawing.Size(53, 12);
            this.lblRoomNumber.TabIndex = 0;
            this.lblRoomNumber.Text = "房间床位";
            // 
            // txtGuest
            // 
            this.txtGuest.Location = new System.Drawing.Point(324, 240);
            this.txtGuest.MaxLength = 2;
            this.txtGuest.Name = "txtGuest";
            this.txtGuest.Size = new System.Drawing.Size(129, 21);
            this.txtGuest.TabIndex = 28;
            // 
            // lblID
            // 
            this.lblID.AutoSize = true;
            this.lblID.Location = new System.Drawing.Point(39, 279);
            this.lblID.Name = "lblID";
            this.lblID.Size = new System.Drawing.Size(53, 12);
            this.lblID.TabIndex = 19;
            this.lblID.Text = "身份证号";
            // 
            // lblNumber
            // 
            this.lblNumber.AutoSize = true;
            this.lblNumber.Location = new System.Drawing.Point(39, 241);
            this.lblNumber.Name = "lblNumber";
            this.lblNumber.Size = new System.Drawing.Size(53, 12);
            this.lblNumber.TabIndex = 0;
            this.lblNumber.Text = "客房编号";
            // 
            // lblCTypeID
            // 
            this.lblCTypeID.AutoSize = true;
            this.lblCTypeID.Location = new System.Drawing.Point(265, 319);
            this.lblCTypeID.Name = "lblCTypeID";
            this.lblCTypeID.Size = new System.Drawing.Size(53, 12);
            this.lblCTypeID.TabIndex = 20;
            this.lblCTypeID.Text = "客户类型";
            // 
            // lblRemark
            // 
            this.lblRemark.AutoSize = true;
            this.lblRemark.Location = new System.Drawing.Point(39, 353);
            this.lblRemark.Name = "lblRemark";
            this.lblRemark.Size = new System.Drawing.Size(29, 12);
            this.lblRemark.TabIndex = 1;
            this.lblRemark.Text = "备注";
            // 
            // lblCName
            // 
            this.lblCName.AutoSize = true;
            this.lblCName.Location = new System.Drawing.Point(265, 282);
            this.lblCName.Name = "lblCName";
            this.lblCName.Size = new System.Drawing.Size(53, 12);
            this.lblCName.TabIndex = 21;
            this.lblCName.Text = "客户姓名";
            // 

⌨️ 快捷键说明

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