📄 frmstroryset_roomadd.designer.cs
字号:
namespace Hotel.SystemSetting
{
partial class FrmStrorySet_RoomAdd
{
/// <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.groupBox6 = new System.Windows.Forms.GroupBox();
this.cboRoomStyle = new System.Windows.Forms.ComboBox();
this.cboRoomClass = new System.Windows.Forms.ComboBox();
this.txtRoomPopulation = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.chkRoomUsed = new System.Windows.Forms.CheckBox();
this.txtRoomNo = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.btnCanle = new System.Windows.Forms.Button();
this.btnOk = new System.Windows.Forms.Button();
this.groupBox6.SuspendLayout();
this.SuspendLayout();
//
// groupBox6
//
this.groupBox6.Controls.Add(this.cboRoomStyle);
this.groupBox6.Controls.Add(this.cboRoomClass);
this.groupBox6.Controls.Add(this.txtRoomPopulation);
this.groupBox6.Controls.Add(this.label7);
this.groupBox6.Controls.Add(this.label8);
this.groupBox6.Controls.Add(this.chkRoomUsed);
this.groupBox6.Controls.Add(this.txtRoomNo);
this.groupBox6.Controls.Add(this.label5);
this.groupBox6.Controls.Add(this.label6);
this.groupBox6.Location = new System.Drawing.Point(3, 12);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(516, 52);
this.groupBox6.TabIndex = 18;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "添加条目";
//
// cboRoomStyle
//
this.cboRoomStyle.FormattingEnabled = true;
this.cboRoomStyle.Location = new System.Drawing.Point(262, 20);
this.cboRoomStyle.Name = "cboRoomStyle";
this.cboRoomStyle.Size = new System.Drawing.Size(83, 20);
this.cboRoomStyle.TabIndex = 3;
//
// cboRoomClass
//
this.cboRoomClass.FormattingEnabled = true;
this.cboRoomClass.Location = new System.Drawing.Point(126, 20);
this.cboRoomClass.Name = "cboRoomClass";
this.cboRoomClass.Size = new System.Drawing.Size(71, 20);
this.cboRoomClass.TabIndex = 2;
//
// txtRoomPopulation
//
this.txtRoomPopulation.Location = new System.Drawing.Point(397, 19);
this.txtRoomPopulation.MaxLength = 1;
this.txtRoomPopulation.Name = "txtRoomPopulation";
this.txtRoomPopulation.Size = new System.Drawing.Size(58, 21);
this.txtRoomPopulation.TabIndex = 4;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(350, 23);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(41, 12);
this.label7.TabIndex = 9;
this.label7.Text = "容客数";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(203, 26);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(53, 12);
this.label8.TabIndex = 8;
this.label8.Text = "客房风格";
//
// chkRoomUsed
//
this.chkRoomUsed.AutoSize = true;
this.chkRoomUsed.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
this.chkRoomUsed.Location = new System.Drawing.Point(461, 22);
this.chkRoomUsed.Name = "chkRoomUsed";
this.chkRoomUsed.Size = new System.Drawing.Size(48, 16);
this.chkRoomUsed.TabIndex = 5;
this.chkRoomUsed.Text = "可用";
this.chkRoomUsed.UseVisualStyleBackColor = true;
//
// txtRoomNo
//
this.txtRoomNo.Location = new System.Drawing.Point(41, 22);
this.txtRoomNo.MaxLength = 5;
this.txtRoomNo.Name = "txtRoomNo";
this.txtRoomNo.Size = new System.Drawing.Size(43, 21);
this.txtRoomNo.TabIndex = 1;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(91, 27);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(29, 12);
this.label5.TabIndex = 1;
this.label5.Text = "房类";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(6, 27);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(29, 12);
this.label6.TabIndex = 0;
this.label6.Text = "房号";
//
// btnCanle
//
this.btnCanle.Location = new System.Drawing.Point(437, 70);
this.btnCanle.Name = "btnCanle";
this.btnCanle.Size = new System.Drawing.Size(75, 23);
this.btnCanle.TabIndex = 20;
this.btnCanle.Text = "取消(&C)";
this.btnCanle.UseVisualStyleBackColor = true;
this.btnCanle.Click += new System.EventHandler(this.btnCanle_Click);
//
// btnOk
//
this.btnOk.Location = new System.Drawing.Point(343, 70);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(75, 23);
this.btnOk.TabIndex = 6;
this.btnOk.Text = "确认(&Y)";
this.btnOk.UseVisualStyleBackColor = true;
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// FrmStrorySet_RoomAdd
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(527, 104);
this.Controls.Add(this.btnCanle);
this.Controls.Add(this.btnOk);
this.Controls.Add(this.groupBox6);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmStrorySet_RoomAdd";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "FrmStrorySet_RoomAdd";
this.Load += new System.EventHandler(this.FrmStrorySet_RoomAdd_Load);
this.groupBox6.ResumeLayout(false);
this.groupBox6.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox6;
private System.Windows.Forms.ComboBox cboRoomStyle;
private System.Windows.Forms.ComboBox cboRoomClass;
private System.Windows.Forms.TextBox txtRoomPopulation;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.CheckBox chkRoomUsed;
private System.Windows.Forms.TextBox txtRoomNo;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button btnCanle;
private System.Windows.Forms.Button btnOk;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -