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

📄 roomoperationform.designer.cs

📁 酒店管理系统
💻 CS
📖 第 1 页 / 共 4 页
字号:
namespace HotelManager
{
    partial class RoomOperationForm
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RoomOperationForm));
            this.tsBtnExit = new System.Windows.Forms.ToolStripButton();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.tsBntAdd = new System.Windows.Forms.ToolStripButton();
            this.tsBntEnd = new System.Windows.Forms.ToolStripButton();
            this.txRoomInfo = new System.Windows.Forms.ToolStripButton();
            this.tsBtnCancel = new System.Windows.Forms.ToolStripButton();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.panel2 = new System.Windows.Forms.Panel();
            this.label18 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.lblEctype = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.button2 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.lblEendtime = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.lblEbegintime = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.lblEname = new System.Windows.Forms.Label();
            this.lblECid = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.lblEprice = new System.Windows.Forms.Label();
            this.lblEdayNum = new System.Windows.Forms.Label();
            this.lblEnumber = new System.Windows.Forms.Label();
            this.label17 = new System.Windows.Forms.Label();
            this.panInfo = new System.Windows.Forms.Panel();
            this.btnExit = new System.Windows.Forms.Button();
            this.txtExitID = new System.Windows.Forms.TextBox();
            this.dgvRoomOperation = new System.Windows.Forms.DataGridView();
            this.lblExitID = new System.Windows.Forms.Label();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.panel1 = new System.Windows.Forms.Panel();
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            this.label1 = new System.Windows.Forms.Label();
            this.dgvRoomInfo = new System.Windows.Forms.DataGridView();
            this.Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.TypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.BedNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.TypePrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.AddBedPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.cboBedNumber = new System.Windows.Forms.ComboBox();
            this.cboRoomType = new System.Windows.Forms.ComboBox();
            this.lblRoomType = new System.Windows.Forms.Label();
            this.lblRoomNumber = new System.Windows.Forms.Label();
            this.txtGuest = new System.Windows.Forms.TextBox();
            this.lblID = new System.Windows.Forms.Label();
            this.lblNumber = new System.Windows.Forms.Label();
            this.lblCTypeID = new System.Windows.Forms.Label();
            this.lblRemark = new System.Windows.Forms.Label();
            this.lblCName = new System.Windows.Forms.Label();
            this.txtRemark = new System.Windows.Forms.TextBox();
            this.lblCPhone = new System.Windows.Forms.Label();
            this.BtnYes = new System.Windows.Forms.Button();
            this.cboCTypeID = new System.Windows.Forms.ComboBox();
            this.btnNo = new System.Windows.Forms.Button();
            this.txtID = new System.Windows.Forms.TextBox();
            this.txtNumber = new System.Windows.Forms.TextBox();
            this.txtCPhone = new System.Windows.Forms.TextBox();
            this.txtCName = new System.Windows.Forms.TextBox();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.房间号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.BeginTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.TotalPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Cidentityid = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.toolStrip1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.panel2.SuspendLayout();
            this.panInfo.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvRoomOperation)).BeginInit();
            this.tabPage1.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvRoomInfo)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.SuspendLayout();
            // 
            // tsBtnExit
            // 
            this.tsBtnExit.Image = ((System.Drawing.Image)(resources.GetObject("tsBtnExit.Image")));
            this.tsBtnExit.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsBtnExit.Name = "tsBtnExit";
            this.tsBtnExit.Size = new System.Drawing.Size(35, 33);
            this.tsBtnExit.Text = "退出";
            this.tsBtnExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tsBtnExit.Click += new System.EventHandler(this.tsBtnExit_Click);
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsBntAdd,
            this.tsBntEnd,
            this.txRoomInfo,
            this.tsBtnCancel,
            this.tsBtnExit});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(684, 36);
            this.toolStrip1.TabIndex = 19;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // tsBntAdd
            // 
            this.tsBntAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsBntAdd.Image")));
            this.tsBntAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsBntAdd.Name = "tsBntAdd";
            this.tsBntAdd.Size = new System.Drawing.Size(35, 33);
            this.tsBntAdd.Text = "入住";
            this.tsBntAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tsBntAdd.Click += new System.EventHandler(this.tsBntAdd_Click);
            // 
            // tsBntEnd
            // 
            this.tsBntEnd.Image = ((System.Drawing.Image)(resources.GetObject("tsBntEnd.Image")));
            this.tsBntEnd.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsBntEnd.Name = "tsBntEnd";
            this.tsBntEnd.Size = new System.Drawing.Size(35, 33);
            this.tsBntEnd.Text = "退房";
            this.tsBntEnd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tsBntEnd.Click += new System.EventHandler(this.tsBntEnd_Click);
            // 
            // txRoomInfo
            // 
            this.txRoomInfo.Image = ((System.Drawing.Image)(resources.GetObject("txRoomInfo.Image")));
            this.txRoomInfo.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.txRoomInfo.Name = "txRoomInfo";
            this.txRoomInfo.Size = new System.Drawing.Size(59, 33);
            this.txRoomInfo.Text = "业务信息";
            this.txRoomInfo.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.txRoomInfo.Click += new System.EventHandler(this.toolStripButton1_Click_1);
            // 
            // tsBtnCancel
            // 
            this.tsBtnCancel.Image = ((System.Drawing.Image)(resources.GetObject("tsBtnCancel.Image")));
            this.tsBtnCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsBtnCancel.Name = "tsBtnCancel";
            this.tsBtnCancel.Size = new System.Drawing.Size(35, 33);
            this.tsBtnCancel.Text = "取消";
            this.tsBtnCancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tsBtnCancel.Click += new System.EventHandler(this.tsBtnCancel_Click);
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.panel2);
            this.tabPage2.Controls.Add(this.panInfo);
            this.tabPage2.Location = new System.Drawing.Point(4, 21);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(673, 421);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "退房";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.label18);
            this.panel2.Controls.Add(this.label11);
            this.panel2.Controls.Add(this.lblEctype);
            this.panel2.Controls.Add(this.label8);
            this.panel2.Controls.Add(this.button2);
            this.panel2.Controls.Add(this.button1);
            this.panel2.Controls.Add(this.lblEendtime);
            this.panel2.Controls.Add(this.label10);
            this.panel2.Controls.Add(this.label3);
            this.panel2.Controls.Add(this.label12);
            this.panel2.Controls.Add(this.lblEbegintime);
            this.panel2.Controls.Add(this.label13);
            this.panel2.Controls.Add(this.lblEname);
            this.panel2.Controls.Add(this.lblECid);
            this.panel2.Controls.Add(this.label6);
            this.panel2.Controls.Add(this.label15);
            this.panel2.Controls.Add(this.lblEprice);
            this.panel2.Controls.Add(this.lblEdayNum);
            this.panel2.Controls.Add(this.lblEnumber);
            this.panel2.Controls.Add(this.label17);
            this.panel2.Location = new System.Drawing.Point(37, 6);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(601, 396);
            this.panel2.TabIndex = 25;
            // 
            // label18
            // 
            this.label18.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.label18.AutoSize = true;
            this.label18.Location = new System.Drawing.Point(330, 180);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(29, 12);
            this.label18.TabIndex = 83;
            this.label18.Text = "身份";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(240, -22);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(47, 12);
            this.label11.TabIndex = 60;

⌨️ 快捷键说明

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