📄 roomstatusform.designer.cs
字号:
namespace MyHotel
{
partial class RoomStatusForm
{
/// <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.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.酒店客房入住图DataGridView = new System.Windows.Forms.DataGridView();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.酒店客房旅客信息DataGridView = new System.Windows.Forms.DataGridView();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.酒店客房入住图DataGridView)).BeginInit();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.酒店客房旅客信息DataGridView)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.酒店客房入住图DataGridView);
this.groupBox1.Location = new System.Drawing.Point(6, 6);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(529, 180);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "酒店客房入住图";
//
// 酒店客房入住图DataGridView
//
this.酒店客房入住图DataGridView.BackgroundColor = System.Drawing.SystemColors.ActiveCaption;
this.酒店客房入住图DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.酒店客房入住图DataGridView.Location = new System.Drawing.Point(7, 21);
this.酒店客房入住图DataGridView.Name = "酒店客房入住图DataGridView";
this.酒店客房入住图DataGridView.ReadOnly = true;
this.酒店客房入住图DataGridView.RowHeadersVisible = false;
dataGridViewCellStyle3.BackColor = System.Drawing.Color.Green;
dataGridViewCellStyle3.ForeColor = System.Drawing.Color.Yellow;
this.酒店客房入住图DataGridView.RowsDefaultCellStyle = dataGridViewCellStyle3;
this.酒店客房入住图DataGridView.RowTemplate.Height = 23;
this.酒店客房入住图DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.酒店客房入住图DataGridView.Size = new System.Drawing.Size(516, 150);
this.酒店客房入住图DataGridView.TabIndex = 0;
this.酒店客房入住图DataGridView.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.酒店客房入住图DataGridView_CellFormatting);
this.酒店客房入住图DataGridView.SelectionChanged += new System.EventHandler(this.酒店客房入住图DataGridView_SelectionChanged);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.酒店客房旅客信息DataGridView);
this.groupBox2.Location = new System.Drawing.Point(6, 192);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(529, 218);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "酒店客房旅客信息";
//
// 酒店客房旅客信息DataGridView
//
this.酒店客房旅客信息DataGridView.BackgroundColor = System.Drawing.SystemColors.ActiveCaption;
this.酒店客房旅客信息DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.酒店客房旅客信息DataGridView.Location = new System.Drawing.Point(7, 21);
this.酒店客房旅客信息DataGridView.Name = "酒店客房旅客信息DataGridView";
this.酒店客房旅客信息DataGridView.ReadOnly = true;
this.酒店客房旅客信息DataGridView.RowHeadersVisible = false;
dataGridViewCellStyle4.BackColor = System.Drawing.Color.Green;
dataGridViewCellStyle4.ForeColor = System.Drawing.Color.Yellow;
this.酒店客房旅客信息DataGridView.RowsDefaultCellStyle = dataGridViewCellStyle4;
this.酒店客房旅客信息DataGridView.RowTemplate.Height = 23;
this.酒店客房旅客信息DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.酒店客房旅客信息DataGridView.Size = new System.Drawing.Size(515, 189);
this.酒店客房旅客信息DataGridView.TabIndex = 0;
//
// RoomStatusForm
//
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.groupBox2);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "RoomStatusForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "酒店房态图";
this.Load += new System.EventHandler(this.RoomStatusForm_Load);
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.酒店客房入住图DataGridView)).EndInit();
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.酒店客房旅客信息DataGridView)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.DataGridView 酒店客房入住图DataGridView;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.DataGridView 酒店客房旅客信息DataGridView;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -