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

📄 roomoperationform.designer.cs

📁 酒店管理系统
💻 CS
📖 第 1 页 / 共 4 页
字号:
            // txtRemark
            // 
            this.txtRemark.Location = new System.Drawing.Point(110, 351);
            this.txtRemark.Name = "txtRemark";
            this.txtRemark.Size = new System.Drawing.Size(343, 21);
            this.txtRemark.TabIndex = 15;
            // 
            // lblCPhone
            // 
            this.lblCPhone.AutoSize = true;
            this.lblCPhone.Location = new System.Drawing.Point(39, 316);
            this.lblCPhone.Name = "lblCPhone";
            this.lblCPhone.Size = new System.Drawing.Size(53, 12);
            this.lblCPhone.TabIndex = 22;
            this.lblCPhone.Text = "联系电话";
            // 
            // BtnYes
            // 
            this.BtnYes.Location = new System.Drawing.Point(491, 291);
            this.BtnYes.Name = "BtnYes";
            this.BtnYes.Size = new System.Drawing.Size(86, 28);
            this.BtnYes.TabIndex = 16;
            this.BtnYes.Text = "入住";
            this.BtnYes.UseVisualStyleBackColor = true;
            this.BtnYes.Click += new System.EventHandler(this.BtnYes_Click);
            // 
            // cboCTypeID
            // 
            this.cboCTypeID.FormattingEnabled = true;
            this.cboCTypeID.Location = new System.Drawing.Point(324, 313);
            this.cboCTypeID.Name = "cboCTypeID";
            this.cboCTypeID.Size = new System.Drawing.Size(129, 20);
            this.cboCTypeID.TabIndex = 26;
            // 
            // btnNo
            // 
            this.btnNo.Location = new System.Drawing.Point(491, 336);
            this.btnNo.Name = "btnNo";
            this.btnNo.Size = new System.Drawing.Size(86, 29);
            this.btnNo.TabIndex = 17;
            this.btnNo.Text = "取消";
            this.btnNo.UseVisualStyleBackColor = true;
            // 
            // txtID
            // 
            this.txtID.Location = new System.Drawing.Point(110, 274);
            this.txtID.MaxLength = 18;
            this.txtID.Name = "txtID";
            this.txtID.Size = new System.Drawing.Size(129, 21);
            this.txtID.TabIndex = 23;
            this.txtID.Leave += new System.EventHandler(this.txtID_Leave);
            // 
            // txtNumber
            // 
            this.txtNumber.Enabled = false;
            this.txtNumber.Location = new System.Drawing.Point(110, 238);
            this.txtNumber.Name = "txtNumber";
            this.txtNumber.Size = new System.Drawing.Size(129, 21);
            this.txtNumber.TabIndex = 18;
            // 
            // txtCPhone
            // 
            this.txtCPhone.Location = new System.Drawing.Point(110, 311);
            this.txtCPhone.MaxLength = 11;
            this.txtCPhone.Name = "txtCPhone";
            this.txtCPhone.Size = new System.Drawing.Size(129, 21);
            this.txtCPhone.TabIndex = 25;
            // 
            // txtCName
            // 
            this.txtCName.Location = new System.Drawing.Point(324, 276);
            this.txtCName.Name = "txtCName";
            this.txtCName.Size = new System.Drawing.Size(129, 21);
            this.txtCName.TabIndex = 24;
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Location = new System.Drawing.Point(3, 38);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(681, 446);
            this.tabControl1.TabIndex = 26;
            this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
            // 
            // 房间号
            // 
            this.房间号.DataPropertyName = "Number";
            this.房间号.HeaderText = "房间号";
            this.房间号.Name = "房间号";
            this.房间号.ReadOnly = true;
            this.房间号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
            // 
            // BeginTime
            // 
            this.BeginTime.DataPropertyName = "BeginTime";
            this.BeginTime.HeaderText = "入住时间";
            this.BeginTime.Name = "BeginTime";
            this.BeginTime.ReadOnly = true;
            this.BeginTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
            // 
            // TotalPrice
            // 
            this.TotalPrice.DataPropertyName = "TotalPrice";
            this.TotalPrice.HeaderText = "房价";
            this.TotalPrice.Name = "TotalPrice";
            this.TotalPrice.ReadOnly = true;
            this.TotalPrice.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
            // 
            // CName
            // 
            this.CName.DataPropertyName = "CName";
            this.CName.HeaderText = "客户姓名";
            this.CName.Name = "CName";
            this.CName.ReadOnly = true;
            this.CName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
            // 
            // Cidentityid
            // 
            this.Cidentityid.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.Cidentityid.DataPropertyName = "CID";
            this.Cidentityid.HeaderText = "身份证号";
            this.Cidentityid.Name = "Cidentityid";
            this.Cidentityid.ReadOnly = true;
            this.Cidentityid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
            // 
            // RoomOperationForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(684, 463);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.toolStrip1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "RoomOperationForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            this.Text = "业务管理";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.RoomOperationForm_FormClosing);
            this.Load += new System.EventHandler(this.RoomOperationForm_Load);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.tabPage2.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            this.panInfo.ResumeLayout(false);
            this.panInfo.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvRoomOperation)).EndInit();
            this.tabPage1.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvRoomInfo)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.tabControl1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ToolStripButton tsBtnExit;
        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.ToolStripButton tsBntAdd;
        private System.Windows.Forms.ToolStripButton tsBntEnd;
        private System.Windows.Forms.ToolStripButton tsBtnCancel;
        private System.Windows.Forms.TabPage tabPage2;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.Label label18;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.Label lblEctype;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Label lblEendtime;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.Label lblEbegintime;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.Label lblEname;
        private System.Windows.Forms.Label lblECid;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label15;
        private System.Windows.Forms.Label lblEprice;
        private System.Windows.Forms.Label lblEdayNum;
        private System.Windows.Forms.Label lblEnumber;
        private System.Windows.Forms.Label label17;
        private System.Windows.Forms.Panel panInfo;
        private System.Windows.Forms.Button btnExit;
        private System.Windows.Forms.TextBox txtExitID;
        private System.Windows.Forms.DataGridView dgvRoomOperation;
        private System.Windows.Forms.Label lblExitID;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.DataGridView dgvRoomInfo;
        private System.Windows.Forms.DataGridViewTextBoxColumn Number;
        private System.Windows.Forms.DataGridViewTextBoxColumn TypeName;
        private System.Windows.Forms.DataGridViewTextBoxColumn BedNumber;
        private System.Windows.Forms.DataGridViewTextBoxColumn TypePrice;
        private System.Windows.Forms.DataGridViewTextBoxColumn AddBedPrice;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.ComboBox cboBedNumber;
        private System.Windows.Forms.ComboBox cboRoomType;
        private System.Windows.Forms.Label lblRoomType;
        private System.Windows.Forms.Label lblRoomNumber;
        private System.Windows.Forms.TextBox txtGuest;
        private System.Windows.Forms.Label lblID;
        private System.Windows.Forms.Label lblNumber;
        private System.Windows.Forms.Label lblCTypeID;
        private System.Windows.Forms.Label lblRemark;
        private System.Windows.Forms.Label lblCName;
        private System.Windows.Forms.TextBox txtRemark;
        private System.Windows.Forms.Label lblCPhone;
        private System.Windows.Forms.Button BtnYes;
        private System.Windows.Forms.ComboBox cboCTypeID;
        private System.Windows.Forms.Button btnNo;
        private System.Windows.Forms.TextBox txtID;
        private System.Windows.Forms.TextBox txtNumber;
        private System.Windows.Forms.TextBox txtCPhone;
        private System.Windows.Forms.TextBox txtCName;
        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.CheckBox checkBox1;
        private System.Windows.Forms.ToolStripButton txRoomInfo;
        private System.Windows.Forms.DataGridViewTextBoxColumn 房间号;
        private System.Windows.Forms.DataGridViewTextBoxColumn BeginTime;
        private System.Windows.Forms.DataGridViewTextBoxColumn TotalPrice;
        private System.Windows.Forms.DataGridViewTextBoxColumn CName;
        private System.Windows.Forms.DataGridViewTextBoxColumn Cidentityid;
        private System.Windows.Forms.TabPage tabPage1;
    }
}

⌨️ 快捷键说明

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