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

📄 bookform.designer.cs

📁 一个很好的宾馆管理系统 VC++和SQL做的
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // 
            // 保存Button
            // 
            this.保存Button.Image = ((System.Drawing.Image)(resources.GetObject("保存Button.Image")));
            this.保存Button.Location = new System.Drawing.Point(460, 379);
            this.保存Button.Name = "保存Button";
            this.保存Button.Size = new System.Drawing.Size(75, 25);
            this.保存Button.TabIndex = 9;
            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;
            // 
            // 打印Button
            // 
            this.打印Button.Image = ((System.Drawing.Image)(resources.GetObject("打印Button.Image")));
            this.打印Button.Location = new System.Drawing.Point(378, 379);
            this.打印Button.Name = "打印Button";
            this.打印Button.Size = new System.Drawing.Size(75, 25);
            this.打印Button.TabIndex = 8;
            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(296, 379);
            this.新增Button.Name = "新增Button";
            this.新增Button.Size = new System.Drawing.Size(75, 25);
            this.新增Button.TabIndex = 7;
            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);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.客人性别ComboBox);
            this.groupBox1.Controls.Add(this.预约编号TextBox);
            this.groupBox1.Controls.Add(住宿人数Label);
            this.groupBox1.Controls.Add(this.住宿人数ComboBox);
            this.groupBox1.Controls.Add(入住编号Label);
            this.groupBox1.Controls.Add(房号Label);
            this.groupBox1.Controls.Add(this.房号TextBox);
            this.groupBox1.Controls.Add(预收押金Label);
            this.groupBox1.Controls.Add(this.预收押金TextBox);
            this.groupBox1.Controls.Add(入住日期Label);
            this.groupBox1.Controls.Add(this.入住日期DateTimePicker);
            this.groupBox1.Controls.Add(离开日期Label);
            this.groupBox1.Controls.Add(this.离开日期DateTimePicker);
            this.groupBox1.Controls.Add(客人姓名Label);
            this.groupBox1.Controls.Add(this.客人姓名TextBox);
            this.groupBox1.Controls.Add(客人性别Label);
            this.groupBox1.Controls.Add(联系电话Label);
            this.groupBox1.Controls.Add(this.联系电话TextBox);
            this.groupBox1.Controls.Add(操作人员Label);
            this.groupBox1.Controls.Add(this.操作人员TextBox);
            this.groupBox1.Location = new System.Drawing.Point(296, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(240, 361);
            this.groupBox1.TabIndex = 10;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "旅客预订信息";
            // 
            // 客人性别ComboBox
            // 
            this.客人性别ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.客人性别ComboBox.FormattingEnabled = true;
            this.客人性别ComboBox.Items.AddRange(new object[] {
            "男",
            "女"});
            this.客人性别ComboBox.Location = new System.Drawing.Point(73, 227);
            this.客人性别ComboBox.Name = "客人性别ComboBox";
            this.客人性别ComboBox.Size = new System.Drawing.Size(159, 20);
            this.客人性别ComboBox.TabIndex = 63;
            // 
            // 预约编号TextBox
            // 
            this.预约编号TextBox.Location = new System.Drawing.Point(74, 331);
            this.预约编号TextBox.Name = "预约编号TextBox";
            this.预约编号TextBox.ReadOnly = true;
            this.预约编号TextBox.Size = new System.Drawing.Size(158, 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, 193);
            this.住宿人数ComboBox.Name = "住宿人数ComboBox";
            this.住宿人数ComboBox.Size = new System.Drawing.Size(158, 20);
            this.住宿人数ComboBox.TabIndex = 61;
            // 
            // 房号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(158, 21);
            this.房号TextBox.TabIndex = 37;
            // 
            // 预收押金TextBox
            // 
            this.预收押金TextBox.Location = new System.Drawing.Point(74, 53);
            this.预收押金TextBox.Name = "预收押金TextBox";
            this.预收押金TextBox.Size = new System.Drawing.Size(158, 21);
            this.预收押金TextBox.TabIndex = 41;
            // 
            // 入住日期DateTimePicker
            // 
            this.入住日期DateTimePicker.Location = new System.Drawing.Point(74, 88);
            this.入住日期DateTimePicker.Name = "入住日期DateTimePicker";
            this.入住日期DateTimePicker.Size = new System.Drawing.Size(158, 21);
            this.入住日期DateTimePicker.TabIndex = 43;
            // 
            // 离开日期DateTimePicker
            // 
            this.离开日期DateTimePicker.Location = new System.Drawing.Point(74, 123);
            this.离开日期DateTimePicker.Name = "离开日期DateTimePicker";
            this.离开日期DateTimePicker.Size = new System.Drawing.Size(158, 21);
            this.离开日期DateTimePicker.TabIndex = 45;
            // 
            // 客人姓名TextBox
            // 
            this.客人姓名TextBox.Location = new System.Drawing.Point(74, 158);
            this.客人姓名TextBox.Name = "客人姓名TextBox";
            this.客人姓名TextBox.Size = new System.Drawing.Size(158, 21);
            this.客人姓名TextBox.TabIndex = 47;
            // 
            // 联系电话TextBox
            // 
            this.联系电话TextBox.Location = new System.Drawing.Point(74, 261);
            this.联系电话TextBox.Name = "联系电话TextBox";
            this.联系电话TextBox.Size = new System.Drawing.Size(158, 21);
            this.联系电话TextBox.TabIndex = 55;
            // 
            // 操作人员TextBox
            // 
            this.操作人员TextBox.Location = new System.Drawing.Point(74, 296);
            this.操作人员TextBox.Name = "操作人员TextBox";
            this.操作人员TextBox.ReadOnly = true;
            this.操作人员TextBox.Size = new System.Drawing.Size(158, 21);
            this.操作人员TextBox.TabIndex = 57;
            // 
            // BookForm
            // 
            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, 408);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.保存Button);
            this.Controls.Add(this.打印Button);
            this.Controls.Add(this.新增Button);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "BookForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "登记旅客预订信息";
            this.Load += new System.EventHandler(this.BookForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.酒店可用房间DataGridView)).EndInit();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.DataGridView 酒店可用房间DataGridView;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.ComboBox 酒店房间类别ComboBox;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button 保存Button;
        private System.Drawing.Printing.PrintDocument printDocument1;
        private System.Windows.Forms.PrintPreviewDialog printPreviewDialog1;
        private System.Windows.Forms.Button 打印Button;
        private System.Windows.Forms.Button 新增Button;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.ComboBox 客人性别ComboBox;
        private System.Windows.Forms.TextBox 预约编号TextBox;
        private System.Windows.Forms.ComboBox 住宿人数ComboBox;
        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;
    }
}

⌨️ 快捷键说明

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