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

📄 querydepositform.designer.cs

📁 一个很好的宾馆管理系统 VC++和SQL做的
💻 CS
字号:
namespace MyHotel
{
    partial class QueryDepositForm
    {
        /// <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.Windows.Forms.Label 截止日期Label;
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(QueryDepositForm));
            this.押金DataGridView = new System.Windows.Forms.DataGridView();
            this.入住编号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.客人姓名 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.房号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.应补金额 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.预收押金 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.费用金额 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.住宿费 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.用餐费 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.店内消费 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.电话费 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.查询Button = new System.Windows.Forms.Button();
            this.截止日期DateTimePicker = new System.Windows.Forms.DateTimePicker();
            截止日期Label = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.押金DataGridView)).BeginInit();
            this.SuspendLayout();
            // 
            // 截止日期Label
            // 
            截止日期Label.AutoSize = true;
            截止日期Label.Location = new System.Drawing.Point(1, 11);
            截止日期Label.Name = "截止日期Label";
            截止日期Label.Size = new System.Drawing.Size(59, 12);
            截止日期Label.TabIndex = 67;
            截止日期Label.Text = "截止日期:";
            // 
            // 押金DataGridView
            // 
            this.押金DataGridView.BackgroundColor = System.Drawing.SystemColors.MenuHighlight;
            this.押金DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.押金DataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.入住编号,
            this.客人姓名,
            this.房号,
            this.应补金额,
            this.预收押金,
            this.费用金额,
            this.住宿费,
            this.用餐费,
            this.店内消费,
            this.电话费});
            this.押金DataGridView.Location = new System.Drawing.Point(3, 35);
            this.押金DataGridView.Name = "押金DataGridView";
            this.押金DataGridView.ReadOnly = true;
            this.押金DataGridView.RowHeadersVisible = false;
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.Green;
            dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Yellow;
            this.押金DataGridView.RowsDefaultCellStyle = dataGridViewCellStyle1;
            this.押金DataGridView.RowTemplate.Height = 23;
            this.押金DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.押金DataGridView.Size = new System.Drawing.Size(535, 378);
            this.押金DataGridView.TabIndex = 65;
            // 
            // 入住编号
            // 
            this.入住编号.HeaderText = "入住编号";
            this.入住编号.Name = "入住编号";
            this.入住编号.ReadOnly = true;
            // 
            // 客人姓名
            // 
            this.客人姓名.HeaderText = "客人姓名";
            this.客人姓名.Name = "客人姓名";
            this.客人姓名.ReadOnly = true;
            // 
            // 房号
            // 
            this.房号.HeaderText = "房号";
            this.房号.Name = "房号";
            this.房号.ReadOnly = true;
            // 
            // 应补金额
            // 
            this.应补金额.HeaderText = "应补金额";
            this.应补金额.Name = "应补金额";
            this.应补金额.ReadOnly = true;
            // 
            // 预收押金
            // 
            this.预收押金.HeaderText = "预收押金";
            this.预收押金.Name = "预收押金";
            this.预收押金.ReadOnly = true;
            // 
            // 费用金额
            // 
            this.费用金额.HeaderText = "费用金额";
            this.费用金额.Name = "费用金额";
            this.费用金额.ReadOnly = true;
            // 
            // 住宿费
            // 
            this.住宿费.HeaderText = "住宿费";
            this.住宿费.Name = "住宿费";
            this.住宿费.ReadOnly = true;
            // 
            // 用餐费
            // 
            this.用餐费.HeaderText = "用餐费";
            this.用餐费.Name = "用餐费";
            this.用餐费.ReadOnly = true;
            // 
            // 店内消费
            // 
            this.店内消费.HeaderText = "店内消费";
            this.店内消费.Name = "店内消费";
            this.店内消费.ReadOnly = true;
            // 
            // 电话费
            // 
            this.电话费.HeaderText = "电话费";
            this.电话费.Name = "电话费";
            this.电话费.ReadOnly = true;
            // 
            // 查询Button
            // 
            this.查询Button.Image = ((System.Drawing.Image)(resources.GetObject("查询Button.Image")));
            this.查询Button.Location = new System.Drawing.Point(446, 6);
            this.查询Button.Name = "查询Button";
            this.查询Button.Size = new System.Drawing.Size(90, 25);
            this.查询Button.TabIndex = 69;
            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);
            // 
            // 截止日期DateTimePicker
            // 
            this.截止日期DateTimePicker.Location = new System.Drawing.Point(66, 7);
            this.截止日期DateTimePicker.Name = "截止日期DateTimePicker";
            this.截止日期DateTimePicker.Size = new System.Drawing.Size(374, 21);
            this.截止日期DateTimePicker.TabIndex = 68;
            // 
            // QueryDepositForm
            // 
            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(542, 416);
            this.Controls.Add(this.查询Button);
            this.Controls.Add(截止日期Label);
            this.Controls.Add(this.截止日期DateTimePicker);
            this.Controls.Add(this.押金DataGridView);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "QueryDepositForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "查询当前未结帐旅客押金信息";
            ((System.ComponentModel.ISupportInitialize)(this.押金DataGridView)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.DataGridView 押金DataGridView;
        private System.Windows.Forms.DataGridViewTextBoxColumn 入住编号;
        private System.Windows.Forms.DataGridViewTextBoxColumn 客人姓名;
        private System.Windows.Forms.DataGridViewTextBoxColumn 房号;
        private System.Windows.Forms.DataGridViewTextBoxColumn 应补金额;
        private System.Windows.Forms.DataGridViewTextBoxColumn 预收押金;
        private System.Windows.Forms.DataGridViewTextBoxColumn 费用金额;
        private System.Windows.Forms.DataGridViewTextBoxColumn 住宿费;
        private System.Windows.Forms.DataGridViewTextBoxColumn 用餐费;
        private System.Windows.Forms.DataGridViewTextBoxColumn 店内消费;
        private System.Windows.Forms.DataGridViewTextBoxColumn 电话费;
        private System.Windows.Forms.Button 查询Button;
        private System.Windows.Forms.DateTimePicker 截止日期DateTimePicker;
    }
}

⌨️ 快捷键说明

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