📄 frmmodifiroom.designer.cs
字号:
namespace Hotel.UI
{
partial class frmModifiRoom
{
/// <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()
{
this.txtRemark = new System.Windows.Forms.TextBox();
this.txtPhone = new System.Windows.Forms.TextBox();
this.txtAddress = new System.Windows.Forms.TextBox();
this.txtRoomName = new System.Windows.Forms.TextBox();
this.cboState = new System.Windows.Forms.ComboBox();
this.cboRoomType = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnModifi = new System.Windows.Forms.Button();
this.btnExit = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// txtRemark
//
this.txtRemark.Location = new System.Drawing.Point(92, 208);
this.txtRemark.Name = "txtRemark";
this.txtRemark.Size = new System.Drawing.Size(159, 21);
this.txtRemark.TabIndex = 13;
this.txtRemark.Text = "(无)";
//
// txtPhone
//
this.txtPhone.Location = new System.Drawing.Point(92, 141);
this.txtPhone.MaxLength = 5;
this.txtPhone.Name = "txtPhone";
this.txtPhone.Size = new System.Drawing.Size(159, 21);
this.txtPhone.TabIndex = 12;
//
// txtAddress
//
this.txtAddress.Location = new System.Drawing.Point(92, 107);
this.txtAddress.Name = "txtAddress";
this.txtAddress.Size = new System.Drawing.Size(159, 21);
this.txtAddress.TabIndex = 15;
//
// txtRoomName
//
this.txtRoomName.Location = new System.Drawing.Point(92, 73);
this.txtRoomName.Name = "txtRoomName";
this.txtRoomName.ReadOnly = true;
this.txtRoomName.Size = new System.Drawing.Size(159, 21);
this.txtRoomName.TabIndex = 14;
this.txtRoomName.Text = "GR";
//
// cboState
//
this.cboState.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboState.FormattingEnabled = true;
this.cboState.Items.AddRange(new object[] {
"可供",
"停用",
"维修"});
this.cboState.Location = new System.Drawing.Point(92, 175);
this.cboState.Name = "cboState";
this.cboState.Size = new System.Drawing.Size(120, 20);
this.cboState.TabIndex = 10;
//
// cboRoomType
//
this.cboRoomType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboRoomType.FormattingEnabled = true;
this.cboRoomType.Items.AddRange(new object[] {
"标准单人间",
"标准双人间",
"豪华单人间",
"豪华双人间",
"商务套房",
"总统套房"});
this.cboRoomType.Location = new System.Drawing.Point(92, 40);
this.cboRoomType.Name = "cboRoomType";
this.cboRoomType.Size = new System.Drawing.Size(120, 20);
this.cboRoomType.TabIndex = 11;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(32, 213);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(35, 12);
this.label6.TabIndex = 6;
this.label6.Text = "备注:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(32, 179);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(35, 12);
this.label5.TabIndex = 5;
this.label5.Text = "状态:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(32, 145);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(59, 12);
this.label4.TabIndex = 4;
this.label4.Text = "客房电话:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(32, 111);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(59, 12);
this.label3.TabIndex = 9;
this.label3.Text = "客房位置:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(32, 77);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(59, 12);
this.label2.TabIndex = 8;
this.label2.Text = "客户编号:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(32, 43);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 12);
this.label1.TabIndex = 7;
this.label1.Text = "客房类型:";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtRemark);
this.groupBox1.Controls.Add(this.txtPhone);
this.groupBox1.Controls.Add(this.txtAddress);
this.groupBox1.Controls.Add(this.txtRoomName);
this.groupBox1.Controls.Add(this.cboState);
this.groupBox1.Controls.Add(this.cboRoomType);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(291, 257);
this.groupBox1.TabIndex = 16;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "客房信息";
//
// btnModifi
//
this.btnModifi.Location = new System.Drawing.Point(83, 275);
this.btnModifi.Name = "btnModifi";
this.btnModifi.Size = new System.Drawing.Size(61, 23);
this.btnModifi.TabIndex = 17;
this.btnModifi.Text = "修改(&M)";
this.btnModifi.UseVisualStyleBackColor = true;
this.btnModifi.Click += new System.EventHandler(this.btnModifi_Click);
//
// btnExit
//
this.btnExit.Location = new System.Drawing.Point(184, 275);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(61, 23);
this.btnExit.TabIndex = 17;
this.btnExit.Text = "取消(&E)";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// frmModifiRoom
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(315, 309);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.btnModifi);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmModifiRoom";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "修改房间";
this.Load += new System.EventHandler(this.frmModifiRoom_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TextBox txtRemark;
private System.Windows.Forms.TextBox txtPhone;
private System.Windows.Forms.TextBox txtAddress;
private System.Windows.Forms.TextBox txtRoomName;
private System.Windows.Forms.ComboBox cboState;
private System.Windows.Forms.ComboBox cboRoomType;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btnModifi;
private System.Windows.Forms.Button btnExit;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -