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

📄 registerform.designer.cs

📁 一个很好的宾馆管理系统 VC++和SQL做的
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.客人性别ComboBox.TabIndex = 63;
            // 
            // 入住编号TextBox
            // 
            this.入住编号TextBox.Location = new System.Drawing.Point(74, 369);
            this.入住编号TextBox.Name = "入住编号TextBox";
            this.入住编号TextBox.ReadOnly = true;
            this.入住编号TextBox.Size = new System.Drawing.Size(120, 21);
            this.入住编号TextBox.TabIndex = 62;
            // 
            // 住宿人数ComboBox
            // 
            this.住宿人数ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.住宿人数ComboBox.FormattingEnabled = true;
            this.住宿人数ComboBox.Location = new System.Drawing.Point(74, 261);
            this.住宿人数ComboBox.Name = "住宿人数ComboBox";
            this.住宿人数ComboBox.Size = new System.Drawing.Size(121, 20);
            this.住宿人数ComboBox.TabIndex = 61;
            // 
            // 证件名称ComboBox
            // 
            this.证件名称ComboBox.FormattingEnabled = true;
            this.证件名称ComboBox.Items.AddRange(new object[] {
            "居民身份证",
            "军官证",
            "警官证",
            "学生证",
            "工作证"});
            this.证件名称ComboBox.Location = new System.Drawing.Point(74, 180);
            this.证件名称ComboBox.Name = "证件名称ComboBox";
            this.证件名称ComboBox.Size = new System.Drawing.Size(121, 20);
            this.证件名称ComboBox.TabIndex = 60;
            this.证件名称ComboBox.Text = "居民身份证";
            // 
            // 房号TextBox
            // 
            this.房号TextBox.Location = new System.Drawing.Point(74, 18);
            this.房号TextBox.Name = "房号TextBox";
            this.房号TextBox.ReadOnly = true;
            this.房号TextBox.Size = new System.Drawing.Size(120, 21);
            this.房号TextBox.TabIndex = 37;
            // 
            // 折扣价格TextBox
            // 
            this.折扣价格TextBox.Location = new System.Drawing.Point(74, 45);
            this.折扣价格TextBox.Name = "折扣价格TextBox";
            this.折扣价格TextBox.Size = new System.Drawing.Size(120, 21);
            this.折扣价格TextBox.TabIndex = 39;
            // 
            // 预收押金TextBox
            // 
            this.预收押金TextBox.Location = new System.Drawing.Point(74, 72);
            this.预收押金TextBox.Name = "预收押金TextBox";
            this.预收押金TextBox.Size = new System.Drawing.Size(120, 21);
            this.预收押金TextBox.TabIndex = 41;
            // 
            // 入住日期DateTimePicker
            // 
            this.入住日期DateTimePicker.Location = new System.Drawing.Point(74, 99);
            this.入住日期DateTimePicker.Name = "入住日期DateTimePicker";
            this.入住日期DateTimePicker.Size = new System.Drawing.Size(120, 21);
            this.入住日期DateTimePicker.TabIndex = 43;
            // 
            // 离开日期DateTimePicker
            // 
            this.离开日期DateTimePicker.Location = new System.Drawing.Point(74, 126);
            this.离开日期DateTimePicker.Name = "离开日期DateTimePicker";
            this.离开日期DateTimePicker.Size = new System.Drawing.Size(120, 21);
            this.离开日期DateTimePicker.TabIndex = 45;
            // 
            // 客人姓名TextBox
            // 
            this.客人姓名TextBox.Location = new System.Drawing.Point(74, 153);
            this.客人姓名TextBox.Name = "客人姓名TextBox";
            this.客人姓名TextBox.Size = new System.Drawing.Size(120, 21);
            this.客人姓名TextBox.TabIndex = 47;
            // 
            // 证件号码TextBox
            // 
            this.证件号码TextBox.Location = new System.Drawing.Point(74, 207);
            this.证件号码TextBox.Name = "证件号码TextBox";
            this.证件号码TextBox.Size = new System.Drawing.Size(120, 21);
            this.证件号码TextBox.TabIndex = 49;
            // 
            // 证件地址TextBox
            // 
            this.证件地址TextBox.Location = new System.Drawing.Point(74, 234);
            this.证件地址TextBox.Name = "证件地址TextBox";
            this.证件地址TextBox.Size = new System.Drawing.Size(120, 21);
            this.证件地址TextBox.TabIndex = 51;
            // 
            // 联系电话TextBox
            // 
            this.联系电话TextBox.Location = new System.Drawing.Point(74, 315);
            this.联系电话TextBox.Name = "联系电话TextBox";
            this.联系电话TextBox.Size = new System.Drawing.Size(120, 21);
            this.联系电话TextBox.TabIndex = 55;
            // 
            // 操作人员TextBox
            // 
            this.操作人员TextBox.Location = new System.Drawing.Point(74, 342);
            this.操作人员TextBox.Name = "操作人员TextBox";
            this.操作人员TextBox.ReadOnly = true;
            this.操作人员TextBox.Size = new System.Drawing.Size(120, 21);
            this.操作人员TextBox.TabIndex = 57;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.酒店可用房间DataGridView);
            this.groupBox2.Controls.Add(this.酒店房间类别ComboBox);
            this.groupBox2.Controls.Add(this.label1);
            this.groupBox2.Location = new System.Drawing.Point(222, 13);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(306, 363);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "酒店客房信息";
            // 
            // 酒店可用房间DataGridView
            // 
            this.酒店可用房间DataGridView.BackgroundColor = System.Drawing.SystemColors.MenuHighlight;
            this.酒店可用房间DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.酒店可用房间DataGridView.Location = new System.Drawing.Point(9, 41);
            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(291, 316);
            this.酒店可用房间DataGridView.TabIndex = 2;
            this.酒店可用房间DataGridView.Click += new System.EventHandler(this.酒店可用房间DataGridView_Click);
            // 
            // 酒店房间类别ComboBox
            // 
            this.酒店房间类别ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.酒店房间类别ComboBox.FormattingEnabled = true;
            this.酒店房间类别ComboBox.Location = new System.Drawing.Point(93, 15);
            this.酒店房间类别ComboBox.Name = "酒店房间类别ComboBox";
            this.酒店房间类别ComboBox.Size = new System.Drawing.Size(207, 20);
            this.酒店房间类别ComboBox.TabIndex = 1;
            this.酒店房间类别ComboBox.SelectedIndexChanged += new System.EventHandler(this.酒店房间类别ComboBox_SelectedIndexChanged);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(7, 21);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(89, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "酒店房间类别:";
            // 
            // 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(431, 382);
            this.保存Button.Name = "保存Button";
            this.保存Button.Size = new System.Drawing.Size(90, 25);
            this.保存Button.TabIndex = 4;
            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(331, 382);
            this.打印Button.Name = "打印Button";
            this.打印Button.Size = new System.Drawing.Size(90, 25);
            this.打印Button.TabIndex = 3;
            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(231, 382);
            this.新增Button.Name = "新增Button";
            this.新增Button.Size = new System.Drawing.Size(90, 25);
            this.新增Button.TabIndex = 2;
            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);
            // 
            // RegisterForm
            // 
            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.保存Button);
            this.Controls.Add(this.打印Button);
            this.Controls.Add(this.新增Button);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "RegisterForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "登记旅客入住信息";
            this.Load += new System.EventHandler(this.RegisterForm_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.酒店可用房间DataGridView)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.ComboBox 住宿人数ComboBox;
        private System.Windows.Forms.ComboBox 证件名称ComboBox;
        private System.Windows.Forms.TextBox 房号TextBox;
        private System.Windows.Forms.TextBox 折扣价格TextBox;
        private System.Windows.Forms.TextBox 预收押金TextBox;
        private System.Windows.Forms.DateTimePicker 入住日期DateTimePicker;
        private System.Windows.Forms.DateTimePicker 离开日期DateTimePicker;
        private System.Windows.Forms.TextBox 客人姓名TextBox;
        private System.Windows.Forms.TextBox 证件号码TextBox;
        private System.Windows.Forms.TextBox 证件地址TextBox;
        private System.Windows.Forms.TextBox 联系电话TextBox;
        private System.Windows.Forms.TextBox 操作人员TextBox;
        private System.Windows.Forms.TextBox 入住编号TextBox;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.ComboBox 酒店房间类别ComboBox;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.DataGridView 酒店可用房间DataGridView;
        private System.Windows.Forms.Button 新增Button;
        private System.Windows.Forms.Button 打印Button;
        private System.Windows.Forms.Button 保存Button;
        private System.Windows.Forms.ComboBox 客人性别ComboBox;
        private System.Drawing.Printing.PrintDocument printDocument1;
        private System.Windows.Forms.PrintPreviewDialog printPreviewDialog1;
    }
}

⌨️ 快捷键说明

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