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

📄 checkoutform.designer.cs

📁 一个很好的宾馆管理系统 VC++和SQL做的
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.label5.Text = "电话费:";
            // 
            // 住宿费TextBox
            // 
            this.住宿费TextBox.Location = new System.Drawing.Point(81, 47);
            this.住宿费TextBox.Name = "住宿费TextBox";
            this.住宿费TextBox.ReadOnly = true;
            this.住宿费TextBox.Size = new System.Drawing.Size(164, 21);
            this.住宿费TextBox.TabIndex = 3;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(10, 52);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(53, 12);
            this.label4.TabIndex = 2;
            this.label4.Text = "住宿费:";
            // 
            // 店内消费TextBox
            // 
            this.店内消费TextBox.Location = new System.Drawing.Point(81, 20);
            this.店内消费TextBox.Name = "店内消费TextBox";
            this.店内消费TextBox.ReadOnly = true;
            this.店内消费TextBox.Size = new System.Drawing.Size(164, 21);
            this.店内消费TextBox.TabIndex = 1;
            // 
            // printDocument1
            // 
            this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
            // 
            // printPreviewDialog1
            // 
            this.printPreviewDialog1.AutoScrollMargin = new System.Drawing.Size(0, 0);
            this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
            this.printPreviewDialog1.ClientSize = new System.Drawing.Size(400, 300);
            this.printPreviewDialog1.Enabled = true;
            this.printPreviewDialog1.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon")));
            this.printPreviewDialog1.Name = "printPreviewDialog1";
            this.printPreviewDialog1.Visible = false;
            // 
            // 打印Button
            // 
            this.打印Button.Image = ((System.Drawing.Image)(resources.GetObject("打印Button.Image")));
            this.打印Button.Location = new System.Drawing.Point(307, 13);
            this.打印Button.Name = "打印Button";
            this.打印Button.Size = new System.Drawing.Size(100, 25);
            this.打印Button.TabIndex = 29;
            this.打印Button.Text = "打印";
            this.打印Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.打印Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.打印Button.UseVisualStyleBackColor = true;
            this.打印Button.Click += new System.EventHandler(this.打印Button_Click);
            // 
            // 酒店房号ComboBox
            // 
            this.酒店房号ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.酒店房号ComboBox.FormattingEnabled = true;
            this.酒店房号ComboBox.Location = new System.Drawing.Point(83, 40);
            this.酒店房号ComboBox.Name = "酒店房号ComboBox";
            this.酒店房号ComboBox.Size = new System.Drawing.Size(176, 20);
            this.酒店房号ComboBox.TabIndex = 28;
            this.酒店房号ComboBox.SelectedIndexChanged += new System.EventHandler(this.酒店房号ComboBox_SelectedIndexChanged);
            // 
            // 保存Button
            // 
            this.保存Button.Image = ((System.Drawing.Image)(resources.GetObject("保存Button.Image")));
            this.保存Button.Location = new System.Drawing.Point(413, 13);
            this.保存Button.Name = "保存Button";
            this.保存Button.Size = new System.Drawing.Size(100, 25);
            this.保存Button.TabIndex = 30;
            this.保存Button.Text = "保存";
            this.保存Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.保存Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.保存Button.UseVisualStyleBackColor = true;
            this.保存Button.Click += new System.EventHandler(this.保存Button_Click);
            // 
            // 旅客姓名ComboBox
            // 
            this.旅客姓名ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.旅客姓名ComboBox.FormattingEnabled = true;
            this.旅客姓名ComboBox.Location = new System.Drawing.Point(83, 66);
            this.旅客姓名ComboBox.Name = "旅客姓名ComboBox";
            this.旅客姓名ComboBox.Size = new System.Drawing.Size(176, 20);
            this.旅客姓名ComboBox.TabIndex = 27;
            this.旅客姓名ComboBox.SelectedIndexChanged += new System.EventHandler(this.旅客姓名ComboBox_SelectedIndexChanged);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(12, 68);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 26;
            this.label2.Text = "旅客姓名:";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(12, 42);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(65, 12);
            this.label11.TabIndex = 25;
            this.label11.Text = "酒店房号:";
            // 
            // 折扣价格TextBox
            // 
            this.折扣价格TextBox.Location = new System.Drawing.Point(360, 70);
            this.折扣价格TextBox.Name = "折扣价格TextBox";
            this.折扣价格TextBox.ReadOnly = true;
            this.折扣价格TextBox.Size = new System.Drawing.Size(162, 21);
            this.折扣价格TextBox.TabIndex = 36;
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(289, 75);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(65, 12);
            this.label12.TabIndex = 35;
            this.label12.Text = "折扣价格:";
            // 
            // 入住日期TextBox
            // 
            this.入住日期TextBox.Location = new System.Drawing.Point(360, 43);
            this.入住日期TextBox.Name = "入住日期TextBox";
            this.入住日期TextBox.ReadOnly = true;
            this.入住日期TextBox.Size = new System.Drawing.Size(162, 21);
            this.入住日期TextBox.TabIndex = 34;
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(289, 48);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(65, 12);
            this.label13.TabIndex = 33;
            this.label13.Text = "入住日期:";
            // 
            // 客房入住单DataGridView
            // 
            this.客房入住单DataGridView.BackgroundColor = System.Drawing.SystemColors.Highlight;
            this.客房入住单DataGridView.Location = new System.Drawing.Point(12, 233);
            this.客房入住单DataGridView.Name = "客房入住单DataGridView";
            this.客房入住单DataGridView.RowHeadersVisible = false;
            dataGridViewCellStyle2.BackColor = System.Drawing.Color.Green;
            dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Yellow;
            this.客房入住单DataGridView.RowsDefaultCellStyle = dataGridViewCellStyle2;
            this.客房入住单DataGridView.RowTemplate.Height = 23;
            this.客房入住单DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.客房入住单DataGridView.Size = new System.Drawing.Size(516, 169);
            this.客房入住单DataGridView.TabIndex = 37;
            // 
            // CheckOutForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.ClientSize = new System.Drawing.Size(540, 414);
            this.Controls.Add(this.客房入住单DataGridView);
            this.Controls.Add(this.折扣价格TextBox);
            this.Controls.Add(this.label12);
            this.Controls.Add(this.入住日期TextBox);
            this.Controls.Add(this.label13);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.打印Button);
            this.Controls.Add(this.酒店房号ComboBox);
            this.Controls.Add(this.保存Button);
            this.Controls.Add(this.旅客姓名ComboBox);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label11);
            this.Controls.Add(this.结帐日期DateTimePicker);
            this.Controls.Add(this.label1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "CheckOutForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "登记旅客结帐信息";
            this.Load += new System.EventHandler(this.CheckOutForm_Load);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.客房入住单DataGridView)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.DateTimePicker 结帐日期DateTimePicker;
        private System.Windows.Forms.TextBox 结帐金额TextBox;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.TextBox 费用总额TextBox;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.TextBox 预收押金TextBox;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox 用餐费TextBox;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox 电话费TextBox;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox 住宿费TextBox;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox 店内消费TextBox;
        private System.Drawing.Printing.PrintDocument printDocument1;
        private System.Windows.Forms.PrintPreviewDialog printPreviewDialog1;
        private System.Windows.Forms.Button 打印Button;
        private System.Windows.Forms.ComboBox 酒店房号ComboBox;
        private System.Windows.Forms.Button 保存Button;
        private System.Windows.Forms.ComboBox 旅客姓名ComboBox;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.TextBox 说明TextBox;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.TextBox 折扣价格TextBox;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.TextBox 入住日期TextBox;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.DataGridView 客房入住单DataGridView;
    }
}

⌨️ 快捷键说明

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