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

📄 eatingform.designer.cs

📁 一个很好的宾馆管理系统 VC++和SQL做的
💻 CS
字号:
namespace MyHotel
{
    partial class EatingForm
    {
        /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EatingForm));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.酒店房号ComboBox = new System.Windows.Forms.ComboBox();
            this.旅客姓名ComboBox = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.金额TextBox = new System.Windows.Forms.TextBox();
            this.说明TextBox = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.打印Button = new System.Windows.Forms.Button();
            this.保存Button = new System.Windows.Forms.Button();
            this.printDocument1 = new System.Drawing.Printing.PrintDocument();
            this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
            this.类别ComboBox = new System.Windows.Forms.ComboBox();
            this.label5 = new System.Windows.Forms.Label();
            this.旅客餐费表DataGridView = new System.Windows.Forms.DataGridView();
            this.新增Button = new System.Windows.Forms.Button();
            this.用餐时间TextBox = new System.Windows.Forms.TextBox();
            入住日期Label = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.旅客餐费表DataGridView)).BeginInit();
            this.SuspendLayout();
            // 
            // 入住日期Label
            // 
            入住日期Label.AutoSize = true;
            入住日期Label.Location = new System.Drawing.Point(4, 46);
            入住日期Label.Name = "入住日期Label";
            入住日期Label.Size = new System.Drawing.Size(65, 12);
            入住日期Label.TabIndex = 44;
            入住日期Label.Text = "用餐时间:";
            // 
            // 酒店房号ComboBox
            // 
            this.酒店房号ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.酒店房号ComboBox.FormattingEnabled = true;
            this.酒店房号ComboBox.Location = new System.Drawing.Point(83, 10);
            this.酒店房号ComboBox.Name = "酒店房号ComboBox";
            this.酒店房号ComboBox.Size = new System.Drawing.Size(120, 20);
            this.酒店房号ComboBox.TabIndex = 9;
            this.酒店房号ComboBox.SelectedIndexChanged += new System.EventHandler(this.酒店房号ComboBox_SelectedIndexChanged);
            // 
            // 旅客姓名ComboBox
            // 
            this.旅客姓名ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.旅客姓名ComboBox.FormattingEnabled = true;
            this.旅客姓名ComboBox.Location = new System.Drawing.Point(288, 10);
            this.旅客姓名ComboBox.Name = "旅客姓名ComboBox";
            this.旅客姓名ComboBox.Size = new System.Drawing.Size(135, 20);
            this.旅客姓名ComboBox.TabIndex = 8;
            this.旅客姓名ComboBox.SelectedIndexChanged += new System.EventHandler(this.旅客姓名ComboBox_SelectedIndexChanged);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(209, 13);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 7;
            this.label2.Text = "旅客姓名:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(4, 13);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 6;
            this.label1.Text = "酒店房号:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(4, 72);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(41, 12);
            this.label3.TabIndex = 46;
            this.label3.Text = "金额:";
            // 
            // 金额TextBox
            // 
            this.金额TextBox.Location = new System.Drawing.Point(69, 66);
            this.金额TextBox.Name = "金额TextBox";
            this.金额TextBox.Size = new System.Drawing.Size(56, 21);
            this.金额TextBox.TabIndex = 47;
            this.金额TextBox.Text = "78.00";
            // 
            // 说明TextBox
            // 
            this.说明TextBox.Location = new System.Drawing.Point(178, 66);
            this.说明TextBox.Name = "说明TextBox";
            this.说明TextBox.Size = new System.Drawing.Size(245, 21);
            this.说明TextBox.TabIndex = 49;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(131, 72);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(41, 12);
            this.label4.TabIndex = 48;
            this.label4.Text = "说明:";
            // 
            // 打印Button
            // 
            this.打印Button.Image = ((System.Drawing.Image)(resources.GetObject("打印Button.Image")));
            this.打印Button.Location = new System.Drawing.Point(429, 37);
            this.打印Button.Name = "打印Button";
            this.打印Button.Size = new System.Drawing.Size(100, 25);
            this.打印Button.TabIndex = 50;
            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);
            // 
            // 保存Button
            // 
            this.保存Button.Image = ((System.Drawing.Image)(resources.GetObject("保存Button.Image")));
            this.保存Button.Location = new System.Drawing.Point(429, 64);
            this.保存Button.Name = "保存Button";
            this.保存Button.Size = new System.Drawing.Size(100, 25);
            this.保存Button.TabIndex = 51;
            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);
            // 
            // 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;
            // 
            // 类别ComboBox
            // 
            this.类别ComboBox.FormattingEnabled = true;
            this.类别ComboBox.Items.AddRange(new object[] {
            "早餐",
            "中餐",
            "晚餐"});
            this.类别ComboBox.Location = new System.Drawing.Point(288, 36);
            this.类别ComboBox.Name = "类别ComboBox";
            this.类别ComboBox.Size = new System.Drawing.Size(135, 20);
            this.类别ComboBox.TabIndex = 53;
            this.类别ComboBox.Text = "中餐";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(209, 42);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(41, 12);
            this.label5.TabIndex = 52;
            this.label5.Text = "类别:";
            // 
            // 旅客餐费表DataGridView
            // 
            this.旅客餐费表DataGridView.BackgroundColor = System.Drawing.SystemColors.Highlight;
            this.旅客餐费表DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.旅客餐费表DataGridView.Location = new System.Drawing.Point(6, 96);
            this.旅客餐费表DataGridView.Name = "旅客餐费表DataGridView";
            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.Size = new System.Drawing.Size(528, 316);
            this.旅客餐费表DataGridView.TabIndex = 54;
            // 
            // 新增Button
            // 
            this.新增Button.Image = ((System.Drawing.Image)(resources.GetObject("新增Button.Image")));
            this.新增Button.Location = new System.Drawing.Point(429, 8);
            this.新增Button.Name = "新增Button";
            this.新增Button.Size = new System.Drawing.Size(100, 25);
            this.新增Button.TabIndex = 55;
            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);
            // 
            // 用餐时间TextBox
            // 
            this.用餐时间TextBox.Location = new System.Drawing.Point(82, 39);
            this.用餐时间TextBox.Name = "用餐时间TextBox";
            this.用餐时间TextBox.Size = new System.Drawing.Size(121, 21);
            this.用餐时间TextBox.TabIndex = 56;
            this.用餐时间TextBox.Text = "2007年10月23日13点";
            // 
            // EatingForm
            // 
            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.用餐时间TextBox);
            this.Controls.Add(this.新增Button);
            this.Controls.Add(this.旅客餐费表DataGridView);
            this.Controls.Add(this.类别ComboBox);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.保存Button);
            this.Controls.Add(this.打印Button);
            this.Controls.Add(this.说明TextBox);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.金额TextBox);
            this.Controls.Add(this.label3);
            this.Controls.Add(入住日期Label);
            this.Controls.Add(this.酒店房号ComboBox);
            this.Controls.Add(this.旅客姓名ComboBox);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "EatingForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "登记旅客用餐信息";
            this.Load += new System.EventHandler(this.EatingForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.旅客餐费表DataGridView)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ComboBox 酒店房号ComboBox;
        private System.Windows.Forms.ComboBox 旅客姓名ComboBox;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox 金额TextBox;
        private System.Windows.Forms.TextBox 说明TextBox;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Button 打印Button;
        private System.Windows.Forms.Button 保存Button;
        private System.Drawing.Printing.PrintDocument printDocument1;
        private System.Windows.Forms.PrintPreviewDialog printPreviewDialog1;
        private System.Windows.Forms.ComboBox 类别ComboBox;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.DataGridView 旅客餐费表DataGridView;
        private System.Windows.Forms.Button 新增Button;
        private System.Windows.Forms.TextBox 用餐时间TextBox;
    }
}

⌨️ 快捷键说明

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