📄 changeform.designer.cs
字号:
namespace MyHotel
{
partial class ChangeForm
{
/// <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 dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChangeForm));
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.label1 = new System.Windows.Forms.Label();
this.入住编号TextBox = new System.Windows.Forms.TextBox();
this.旅客登记信息Button = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.酒店房间类别ComboBox = new System.Windows.Forms.ComboBox();
this.根据当前选择换房Button = new System.Windows.Forms.Button();
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(5, 33);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(533, 194);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "客房入住单信息";
//
// 客房入住单DataGridView
//
this.客房入住单DataGridView.BackgroundColor = System.Drawing.SystemColors.Highlight;
this.客房入住单DataGridView.Location = new System.Drawing.Point(6, 20);
this.客房入住单DataGridView.Name = "客房入住单DataGridView";
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(521, 168);
this.客房入住单DataGridView.TabIndex = 2;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.酒店客房信息DataGridView);
this.groupBox2.Location = new System.Drawing.Point(5, 233);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(533, 179);
this.groupBox2.TabIndex = 4;
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(6, 21);
this.酒店客房信息DataGridView.Name = "酒店客房信息DataGridView";
this.酒店客房信息DataGridView.RowHeadersVisible = false;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.Green;
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Yellow;
this.酒店客房信息DataGridView.RowsDefaultCellStyle = dataGridViewCellStyle2;
this.酒店客房信息DataGridView.RowTemplate.Height = 23;
this.酒店客房信息DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.酒店客房信息DataGridView.Size = new System.Drawing.Size(521, 152);
this.酒店客房信息DataGridView.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(3, 12);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(89, 12);
this.label1.TabIndex = 5;
this.label1.Text = "旅客入住编号:";
//
// 入住编号TextBox
//
this.入住编号TextBox.Location = new System.Drawing.Point(100, 6);
this.入住编号TextBox.Name = "入住编号TextBox";
this.入住编号TextBox.Size = new System.Drawing.Size(91, 21);
this.入住编号TextBox.TabIndex = 6;
this.入住编号TextBox.Text = "%";
//
// 旅客登记信息Button
//
this.旅客登记信息Button.Image = ((System.Drawing.Image)(resources.GetObject("旅客登记信息Button.Image")));
this.旅客登记信息Button.Location = new System.Drawing.Point(392, 6);
this.旅客登记信息Button.Name = "旅客登记信息Button";
this.旅客登记信息Button.Size = new System.Drawing.Size(70, 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);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(199, 12);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(89, 12);
this.label2.TabIndex = 8;
this.label2.Text = "酒店房间类别:";
//
// 酒店房间类别ComboBox
//
this.酒店房间类别ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.酒店房间类别ComboBox.FormattingEnabled = true;
this.酒店房间类别ComboBox.Location = new System.Drawing.Point(294, 7);
this.酒店房间类别ComboBox.Name = "酒店房间类别ComboBox";
this.酒店房间类别ComboBox.Size = new System.Drawing.Size(90, 20);
this.酒店房间类别ComboBox.TabIndex = 9;
this.酒店房间类别ComboBox.SelectedIndexChanged += new System.EventHandler(this.酒店房间类别ComboBox_SelectedIndexChanged);
//
// 根据当前选择换房Button
//
this.根据当前选择换房Button.Image = ((System.Drawing.Image)(resources.GetObject("根据当前选择换房Button.Image")));
this.根据当前选择换房Button.Location = new System.Drawing.Point(468, 6);
this.根据当前选择换房Button.Name = "根据当前选择换房Button";
this.根据当前选择换房Button.Size = new System.Drawing.Size(70, 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);
//
// ChangeForm
//
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.根据当前选择换房Button);
this.Controls.Add(this.酒店房间类别ComboBox);
this.Controls.Add(this.label2);
this.Controls.Add(this.旅客登记信息Button);
this.Controls.Add(this.入住编号TextBox);
this.Controls.Add(this.label1);
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 = "ChangeForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "旅客换房登记";
this.Load += new System.EventHandler(this.ChangeForm_Load);
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.客房入住单DataGridView)).EndInit();
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.酒店客房信息DataGridView)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#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;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox 入住编号TextBox;
private System.Windows.Forms.Button 旅客登记信息Button;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox 酒店房间类别ComboBox;
private System.Windows.Forms.Button 根据当前选择换房Button;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -