📄 frombooktoregisterform.designer.cs
字号:
namespace MyHotel
{
partial class FromBookToRegisterForm
{
/// <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.Windows.Forms.Label 证件名称Label;
System.Windows.Forms.Label 入住编号Label;
System.Windows.Forms.Label 房号Label;
System.Windows.Forms.Label 折扣价格Label;
System.Windows.Forms.Label 预收押金Label;
System.Windows.Forms.Label 入住日期Label;
System.Windows.Forms.Label 离开日期Label;
System.Windows.Forms.Label 客人姓名Label;
System.Windows.Forms.Label 证件号码Label;
System.Windows.Forms.Label 证件地址Label;
System.Windows.Forms.Label 客人性别Label;
System.Windows.Forms.Label 联系电话Label;
System.Windows.Forms.Label 操作人员Label;
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FromBookToRegisterForm));
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.酒店预约房间DataGridView = new System.Windows.Forms.DataGridView();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.住宿人数TextBox = new System.Windows.Forms.TextBox();
this.客人性别TextBox = new System.Windows.Forms.TextBox();
this.入住编号TextBox = new System.Windows.Forms.TextBox();
this.证件名称ComboBox = new System.Windows.Forms.ComboBox();
this.房号TextBox = new System.Windows.Forms.TextBox();
this.折扣价格TextBox = new System.Windows.Forms.TextBox();
this.预收押金TextBox = new System.Windows.Forms.TextBox();
this.入住日期DateTimePicker = new System.Windows.Forms.DateTimePicker();
this.离开日期DateTimePicker = new System.Windows.Forms.DateTimePicker();
this.客人姓名TextBox = new System.Windows.Forms.TextBox();
this.证件号码TextBox = new System.Windows.Forms.TextBox();
this.证件地址TextBox = new System.Windows.Forms.TextBox();
this.联系电话TextBox = new System.Windows.Forms.TextBox();
this.操作人员TextBox = new System.Windows.Forms.TextBox();
this.保存Button = new System.Windows.Forms.Button();
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();
住宿人数Label = new System.Windows.Forms.Label();
证件名称Label = new System.Windows.Forms.Label();
入住编号Label = new System.Windows.Forms.Label();
房号Label = new System.Windows.Forms.Label();
折扣价格Label = new System.Windows.Forms.Label();
预收押金Label = new System.Windows.Forms.Label();
入住日期Label = new System.Windows.Forms.Label();
离开日期Label = new System.Windows.Forms.Label();
客人姓名Label = new System.Windows.Forms.Label();
证件号码Label = new System.Windows.Forms.Label();
证件地址Label = new System.Windows.Forms.Label();
客人性别Label = new System.Windows.Forms.Label();
联系电话Label = new System.Windows.Forms.Label();
操作人员Label = new System.Windows.Forms.Label();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.酒店预约房间DataGridView)).BeginInit();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// 住宿人数Label
//
住宿人数Label.AutoSize = true;
住宿人数Label.Location = new System.Drawing.Point(9, 264);
住宿人数Label.Name = "住宿人数Label";
住宿人数Label.Size = new System.Drawing.Size(59, 12);
住宿人数Label.TabIndex = 59;
住宿人数Label.Text = "住宿人数:";
//
// 证件名称Label
//
证件名称Label.AutoSize = true;
证件名称Label.Location = new System.Drawing.Point(9, 183);
证件名称Label.Name = "证件名称Label";
证件名称Label.Size = new System.Drawing.Size(59, 12);
证件名称Label.TabIndex = 58;
证件名称Label.Text = "证件名称:";
//
// 入住编号Label
//
入住编号Label.AutoSize = true;
入住编号Label.Location = new System.Drawing.Point(9, 372);
入住编号Label.Name = "入住编号Label";
入住编号Label.Size = new System.Drawing.Size(59, 12);
入住编号Label.TabIndex = 35;
入住编号Label.Text = "入住编号:";
//
// 房号Label
//
房号Label.AutoSize = true;
房号Label.Location = new System.Drawing.Point(9, 21);
房号Label.Name = "房号Label";
房号Label.Size = new System.Drawing.Size(35, 12);
房号Label.TabIndex = 36;
房号Label.Text = "房号:";
//
// 折扣价格Label
//
折扣价格Label.AutoSize = true;
折扣价格Label.Location = new System.Drawing.Point(9, 48);
折扣价格Label.Name = "折扣价格Label";
折扣价格Label.Size = new System.Drawing.Size(59, 12);
折扣价格Label.TabIndex = 38;
折扣价格Label.Text = "折扣价格:";
//
// 预收押金Label
//
预收押金Label.AutoSize = true;
预收押金Label.Location = new System.Drawing.Point(9, 75);
预收押金Label.Name = "预收押金Label";
预收押金Label.Size = new System.Drawing.Size(59, 12);
预收押金Label.TabIndex = 40;
预收押金Label.Text = "预收押金:";
//
// 入住日期Label
//
入住日期Label.AutoSize = true;
入住日期Label.Location = new System.Drawing.Point(9, 103);
入住日期Label.Name = "入住日期Label";
入住日期Label.Size = new System.Drawing.Size(59, 12);
入住日期Label.TabIndex = 42;
入住日期Label.Text = "入住日期:";
//
// 离开日期Label
//
离开日期Label.AutoSize = true;
离开日期Label.Location = new System.Drawing.Point(9, 130);
离开日期Label.Name = "离开日期Label";
离开日期Label.Size = new System.Drawing.Size(59, 12);
离开日期Label.TabIndex = 44;
离开日期Label.Text = "离开日期:";
//
// 客人姓名Label
//
客人姓名Label.AutoSize = true;
客人姓名Label.Location = new System.Drawing.Point(9, 156);
客人姓名Label.Name = "客人姓名Label";
客人姓名Label.Size = new System.Drawing.Size(59, 12);
客人姓名Label.TabIndex = 46;
客人姓名Label.Text = "客人姓名:";
//
// 证件号码Label
//
证件号码Label.AutoSize = true;
证件号码Label.Location = new System.Drawing.Point(9, 210);
证件号码Label.Name = "证件号码Label";
证件号码Label.Size = new System.Drawing.Size(59, 12);
证件号码Label.TabIndex = 48;
证件号码Label.Text = "证件号码:";
//
// 证件地址Label
//
证件地址Label.AutoSize = true;
证件地址Label.Location = new System.Drawing.Point(9, 237);
证件地址Label.Name = "证件地址Label";
证件地址Label.Size = new System.Drawing.Size(59, 12);
证件地址Label.TabIndex = 50;
证件地址Label.Text = "证件地址:";
//
// 客人性别Label
//
客人性别Label.AutoSize = true;
客人性别Label.Location = new System.Drawing.Point(9, 291);
客人性别Label.Name = "客人性别Label";
客人性别Label.Size = new System.Drawing.Size(59, 12);
客人性别Label.TabIndex = 52;
客人性别Label.Text = "客人性别:";
//
// 联系电话Label
//
联系电话Label.AutoSize = true;
联系电话Label.Location = new System.Drawing.Point(9, 318);
联系电话Label.Name = "联系电话Label";
联系电话Label.Size = new System.Drawing.Size(59, 12);
联系电话Label.TabIndex = 54;
联系电话Label.Text = "联系电话:";
//
// 操作人员Label
//
操作人员Label.AutoSize = true;
操作人员Label.Location = new System.Drawing.Point(9, 345);
操作人员Label.Name = "操作人员Label";
操作人员Label.Size = new System.Drawing.Size(59, 12);
操作人员Label.TabIndex = 56;
操作人员Label.Text = "操作人员:";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.酒店预约房间DataGridView);
this.groupBox2.Location = new System.Drawing.Point(213, 6);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(324, 370);
this.groupBox2.TabIndex = 7;
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, 20);
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(309, 344);
this.酒店预约房间DataGridView.TabIndex = 2;
this.酒店预约房间DataGridView.Click += new System.EventHandler(this.酒店预约房间DataGridView_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.住宿人数TextBox);
this.groupBox1.Controls.Add(this.客人性别TextBox);
this.groupBox1.Controls.Add(this.入住编号TextBox);
this.groupBox1.Controls.Add(住宿人数Label);
this.groupBox1.Controls.Add(证件名称Label);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -