📄 bookform.designer.cs
字号:
namespace MyHotel
{
partial class BookForm
{
/// <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.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BookForm));
this.酒店可用房间DataGridView = new System.Windows.Forms.DataGridView();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.酒店房间类别ComboBox = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.保存Button = new System.Windows.Forms.Button();
this.printDocument1 = new System.Drawing.Printing.PrintDocument();
this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
this.打印Button = new System.Windows.Forms.Button();
this.新增Button = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.客人性别ComboBox = new System.Windows.Forms.ComboBox();
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.入住日期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();
住宿人数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();
((System.ComponentModel.ISupportInitialize)(this.酒店可用房间DataGridView)).BeginInit();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// 住宿人数Label
//
住宿人数Label.AutoSize = true;
住宿人数Label.Location = new System.Drawing.Point(9, 196);
住宿人数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, 336);
入住编号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, 56);
预收押金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, 91);
入住日期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, 126);
离开日期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, 161);
客人姓名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, 231);
客人性别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, 266);
联系电话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, 301);
操作人员Label.Name = "操作人员Label";
操作人员Label.Size = new System.Drawing.Size(59, 12);
操作人员Label.TabIndex = 56;
操作人员Label.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(265, 349);
this.酒店可用房间DataGridView.TabIndex = 2;
this.酒店可用房间DataGridView.Click += new System.EventHandler(this.酒店可用房间DataGridView_Click);
//
// 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(6, 6);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(284, 396);
this.groupBox2.TabIndex = 6;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "酒店客房信息";
//
// 酒店房间类别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(181, 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 = "酒店房间类别:";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -