📄 frombooktoregisterform.designer.cs
字号:
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.预收押金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(this.证件号码TextBox);
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(6, 6);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(201, 399);
this.groupBox1.TabIndex = 8;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "旅客入住信息";
//
// 住宿人数TextBox
//
this.住宿人数TextBox.Location = new System.Drawing.Point(74, 261);
this.住宿人数TextBox.Name = "住宿人数TextBox";
this.住宿人数TextBox.ReadOnly = true;
this.住宿人数TextBox.Size = new System.Drawing.Size(120, 21);
this.住宿人数TextBox.TabIndex = 63;
//
// 客人性别TextBox
//
this.客人性别TextBox.Location = new System.Drawing.Point(74, 288);
this.客人性别TextBox.Name = "客人性别TextBox";
this.客人性别TextBox.ReadOnly = true;
this.客人性别TextBox.Size = new System.Drawing.Size(120, 21);
this.客人性别TextBox.TabIndex = 64;
//
// 入住编号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.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;
//
// 保存Button
//
this.保存Button.Image = ((System.Drawing.Image)(resources.GetObject("保存Button.Image")));
this.保存Button.Location = new System.Drawing.Point(429, 382);
this.保存Button.Name = "保存Button";
this.保存Button.Size = new System.Drawing.Size(90, 25);
this.保存Button.TabIndex = 11;
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(333, 382);
this.打印Button.Name = "打印Button";
this.打印Button.Size = new System.Drawing.Size(90, 25);
this.打印Button.TabIndex = 10;
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(237, 382);
this.新增Button.Name = "新增Button";
this.新增Button.Size = new System.Drawing.Size(90, 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;
//
// FromBookToRegisterForm
//
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, 411);
this.Controls.Add(this.保存Button);
this.Controls.Add(this.打印Button);
this.Controls.Add(this.新增Button);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.groupBox2);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FromBookToRegisterForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "预约客房登记入住信息";
this.Load += new System.EventHandler(this.FromBookToRegisterForm_Load);
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.酒店预约房间DataGridView)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.DataGridView 酒店预约房间DataGridView;
private System.Windows.Forms.GroupBox groupBox1;
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.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.Button 保存Button;
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.TextBox 住宿人数TextBox;
private System.Windows.Forms.TextBox 客人性别TextBox;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -