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

📄 depositform.designer.cs

📁 宾馆酒店管理系统 Visual Studio 2005 + SQL Server 2005
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace MyHotel
{
    partial class DepositForm
    {
        /// <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(DepositForm));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.保存Button = new System.Windows.Forms.Button();
            this.打印Button = new System.Windows.Forms.Button();
            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.groupBox1 = new System.Windows.Forms.GroupBox();
            this.用餐费TextBox = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.电话费TextBox = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.住宿费TextBox = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.店内消费TextBox = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.说明TextBox = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.补交押金TextBox = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.费用总额TextBox = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.预收押金TextBox = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.printDocument1 = new System.Drawing.Printing.PrintDocument();
            this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
            this.客房入住单DataGridView = new System.Windows.Forms.DataGridView();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.客房入住单DataGridView)).BeginInit();
            this.SuspendLayout();
            // 
            // 保存Button
            // 
            this.保存Button.Image = ((System.Drawing.Image)(resources.GetObject("保存Button.Image")));
            this.保存Button.Location = new System.Drawing.Point(456, 5);
            this.保存Button.Name = "保存Button";
            this.保存Button.Size = new System.Drawing.Size(80, 25);
            this.保存Button.TabIndex = 22;
            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(364, 5);
            this.打印Button.Name = "打印Button";
            this.打印Button.Size = new System.Drawing.Size(80, 25);
            this.打印Button.TabIndex = 21;
            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(80, 7);
            this.酒店房号ComboBox.Name = "酒店房号ComboBox";
            this.酒店房号ComboBox.Size = new System.Drawing.Size(93, 20);
            this.酒店房号ComboBox.TabIndex = 20;
            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(250, 7);
            this.旅客姓名ComboBox.Name = "旅客姓名ComboBox";
            this.旅客姓名ComboBox.Size = new System.Drawing.Size(108, 20);
            this.旅客姓名ComboBox.TabIndex = 19;
            this.旅客姓名ComboBox.SelectedIndexChanged += new System.EventHandler(this.旅客姓名ComboBox_SelectedIndexChanged);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(179, 12);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 18;
            this.label2.Text = "旅客姓名:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(9, 12);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 17;
            this.label1.Text = "酒店房号:";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.用餐费TextBox);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.电话费TextBox);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.住宿费TextBox);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.店内消费TextBox);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Location = new System.Drawing.Point(11, 33);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(266, 135);
            this.groupBox1.TabIndex = 23;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "已经发生的费用";
            // 
            // 用餐费TextBox
            // 
            this.用餐费TextBox.Location = new System.Drawing.Point(81, 101);
            this.用餐费TextBox.Name = "用餐费TextBox";
            this.用餐费TextBox.ReadOnly = true;
            this.用餐费TextBox.Size = new System.Drawing.Size(179, 21);
            this.用餐费TextBox.TabIndex = 7;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(10, 106);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(53, 12);
            this.label6.TabIndex = 6;
            this.label6.Text = "用餐费:";
            // 
            // 电话费TextBox
            // 
            this.电话费TextBox.Location = new System.Drawing.Point(81, 74);
            this.电话费TextBox.Name = "电话费TextBox";
            this.电话费TextBox.ReadOnly = true;
            this.电话费TextBox.Size = new System.Drawing.Size(179, 21);
            this.电话费TextBox.TabIndex = 5;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(10, 79);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(53, 12);
            this.label5.TabIndex = 4;
            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(179, 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 = "住宿费:";

⌨️ 快捷键说明

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