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

📄 frmgroup.designer.cs

📁 酒店管理系统,您酒店物业管理的好帮手
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.tabControl1.Location = new System.Drawing.Point(8, 44);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(209, 197);
            this.tabControl1.TabIndex = 3;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.btnAddRoom);
            this.tabPage1.Controls.Add(this.btnDeleteRoom);
            this.tabPage1.Controls.Add(this.trvCanRoom);
            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(201, 172);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "可供房间";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // btnAddRoom
            // 
            this.btnAddRoom.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnAddRoom.Location = new System.Drawing.Point(166, 36);
            this.btnAddRoom.Name = "btnAddRoom";
            this.btnAddRoom.Size = new System.Drawing.Size(27, 24);
            this.btnAddRoom.TabIndex = 51;
            this.btnAddRoom.Text = ">>";
            this.btnAddRoom.UseVisualStyleBackColor = true;
            this.btnAddRoom.Click += new System.EventHandler(this.btnAddRoom_Click);
            // 
            // btnDeleteRoom
            // 
            this.btnDeleteRoom.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnDeleteRoom.Location = new System.Drawing.Point(166, 116);
            this.btnDeleteRoom.Name = "btnDeleteRoom";
            this.btnDeleteRoom.Size = new System.Drawing.Size(27, 24);
            this.btnDeleteRoom.TabIndex = 50;
            this.btnDeleteRoom.Text = "<<";
            this.btnDeleteRoom.UseVisualStyleBackColor = true;
            this.btnDeleteRoom.Click += new System.EventHandler(this.btnDeleteRoom_Click);
            // 
            // trvCanRoom
            // 
            this.trvCanRoom.Location = new System.Drawing.Point(12, 4);
            this.trvCanRoom.Name = "trvCanRoom";
            this.trvCanRoom.Size = new System.Drawing.Size(146, 160);
            this.trvCanRoom.TabIndex = 0;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.trvDe);
            this.tabPage2.Controls.Add(this.btnAddDes);
            this.tabPage2.Controls.Add(this.btnDeleteDes);
            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(201, 172);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "预定宾客";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // trvDe
            // 
            this.trvDe.Location = new System.Drawing.Point(8, 6);
            this.trvDe.Name = "trvDe";
            this.trvDe.Size = new System.Drawing.Size(143, 160);
            this.trvDe.TabIndex = 54;
            // 
            // btnAddDes
            // 
            this.btnAddDes.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnAddDes.Location = new System.Drawing.Point(164, 37);
            this.btnAddDes.Name = "btnAddDes";
            this.btnAddDes.Size = new System.Drawing.Size(27, 24);
            this.btnAddDes.TabIndex = 53;
            this.btnAddDes.Text = ">>";
            this.btnAddDes.UseVisualStyleBackColor = true;
            this.btnAddDes.Click += new System.EventHandler(this.btnAddDes_Click);
            // 
            // btnDeleteDes
            // 
            this.btnDeleteDes.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnDeleteDes.Location = new System.Drawing.Point(164, 117);
            this.btnDeleteDes.Name = "btnDeleteDes";
            this.btnDeleteDes.Size = new System.Drawing.Size(27, 24);
            this.btnDeleteDes.TabIndex = 52;
            this.btnDeleteDes.Text = "<<";
            this.btnDeleteDes.UseVisualStyleBackColor = true;
            // 
            // lsvShow
            // 
            this.lsvShow.FullRowSelect = true;
            this.lsvShow.GridLines = true;
            this.lsvShow.Location = new System.Drawing.Point(223, 44);
            this.lsvShow.Name = "lsvShow";
            this.lsvShow.Size = new System.Drawing.Size(340, 197);
            this.lsvShow.TabIndex = 2;
            this.lsvShow.UseCompatibleStateImageBehavior = false;
            this.lsvShow.View = System.Windows.Forms.View.Details;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(231, 13);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 12);
            this.label2.TabIndex = 0;
            this.label2.Text = "开单房间";
            // 
            // label4
            // 
            this.label4.BackColor = System.Drawing.SystemColors.Control;
            this.label4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.label4.Location = new System.Drawing.Point(17, 33);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(540, 2);
            this.label4.TabIndex = 0;
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label3
            // 
            this.label3.BackColor = System.Drawing.SystemColors.Control;
            this.label3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.label3.Location = new System.Drawing.Point(15, 250);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(540, 2);
            this.label3.TabIndex = 0;
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.SystemColors.Control;
            this.label1.Location = new System.Drawing.Point(66, 17);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "可供房间";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // btnExit
            // 
            this.btnExit.Location = new System.Drawing.Point(376, 571);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(75, 26);
            this.btnExit.TabIndex = 1;
            this.btnExit.Text = "取消(&X)";
            this.btnExit.UseVisualStyleBackColor = true;
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
            // 
            // btnOK
            // 
            this.btnOK.Location = new System.Drawing.Point(122, 571);
            this.btnOK.Name = "btnOK";
            this.btnOK.Size = new System.Drawing.Size(75, 26);
            this.btnOK.TabIndex = 1;
            this.btnOK.Text = "确定(&E)";
            this.btnOK.UseVisualStyleBackColor = true;
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // cboMode
            // 
            this.cboMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboMode.FormattingEnabled = true;
            this.cboMode.Location = new System.Drawing.Point(105, 511);
            this.cboMode.Name = "cboMode";
            this.cboMode.Size = new System.Drawing.Size(80, 20);
            this.cboMode.TabIndex = 62;
            // 
            // label18
            // 
            this.label18.AutoSize = true;
            this.label18.Location = new System.Drawing.Point(44, 517);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(59, 12);
            this.label18.TabIndex = 61;
            this.label18.Text = "付款方式:";
            // 
            // frmGroup
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(593, 599);
            this.Controls.Add(this.btnOK);
            this.Controls.Add(this.btnExit);
            this.Controls.Add(this.groupBox1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "frmGroup";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "团体开单";
            this.Load += new System.EventHandler(this.frmGroup_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.ListView lsvShow;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.TabPage tabPage2;
        private System.Windows.Forms.TextBox txtReckoning;
        private System.Windows.Forms.TextBox txtUser;
        private System.Windows.Forms.Label label17;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Button btnExit;
        private System.Windows.Forms.Button btnOK;
        private System.Windows.Forms.Button btnFind;
        private System.Windows.Forms.Button btnFindName;
        private System.Windows.Forms.ComboBox cboCardType;
        private System.Windows.Forms.ComboBox cboProvince;
        private System.Windows.Forms.ComboBox cboNationality;
        private System.Windows.Forms.ComboBox cboSex;
        private System.Windows.Forms.TextBox txtRemark;
        private System.Windows.Forms.TextBox txtCompany;
        private System.Windows.Forms.TextBox txtAddress;
        private System.Windows.Forms.TextBox txtPhone;
        private System.Windows.Forms.TextBox txtCardNum;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.Label label29;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label27;
        private System.Windows.Forms.TextBox txtBuyerName;
        private System.Windows.Forms.Label label28;
        private System.Windows.Forms.Label label26;
        private System.Windows.Forms.Label label23;
        private System.Windows.Forms.Label label30;
        private System.Windows.Forms.Label label22;
        private System.Windows.Forms.Label label20;
        private System.Windows.Forms.TreeView trvCanRoom;
        private System.Windows.Forms.TextBox txtDeposit;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.Label lblHow;
        private System.Windows.Forms.RadioButton rdbHours;
        private System.Windows.Forms.RadioButton rdbHalf;
        private System.Windows.Forms.RadioButton rdbDay;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox txtSumPrice;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox txtRoomSum;
        private System.Windows.Forms.ComboBox cboCount;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Button btnAddRoom;
        private System.Windows.Forms.Button btnDeleteRoom;
        private System.Windows.Forms.Button btnAddDes;
        private System.Windows.Forms.Button btnDeleteDes;
        private System.Windows.Forms.TreeView trvDe;
        private System.Windows.Forms.TextBox txtHow;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.ComboBox cboMode;
        private System.Windows.Forms.Label label18;
    }
}

⌨️ 快捷键说明

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