📄 frmmodifiroomtype.designer.cs
字号:
namespace Hotel.UI
{
partial class frmModifiRoomType
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.cboDedCount = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.txtMoney = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtHourPrice = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtHalfPrice = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtDayPrice = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.btnSave = new System.Windows.Forms.Button();
this.btnExit = new System.Windows.Forms.Button();
this.txtRoomType = new System.Windows.Forms.TextBox();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.cboDedCount);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.txtMoney);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.txtHourPrice);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.txtHalfPrice);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.txtRoomType);
this.groupBox1.Controls.Add(this.txtDayPrice);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.label7);
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(250, 251);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "房价信息";
//
// cboDedCount
//
this.cboDedCount.FormattingEnabled = true;
this.cboDedCount.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5"});
this.cboDedCount.Location = new System.Drawing.Point(91, 209);
this.cboDedCount.Name = "cboDedCount";
this.cboDedCount.Size = new System.Drawing.Size(100, 20);
this.cboDedCount.TabIndex = 3;
//
// 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(47, 12);
this.label6.TabIndex = 0;
this.label6.Text = "床位数:";
//
// txtMoney
//
this.txtMoney.Location = new System.Drawing.Point(91, 172);
this.txtMoney.Name = "txtMoney";
this.txtMoney.Size = new System.Drawing.Size(88, 21);
this.txtMoney.TabIndex = 1;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(32, 176);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(59, 12);
this.label5.TabIndex = 0;
this.label5.Text = "预设押金:";
//
// txtHourPrice
//
this.txtHourPrice.Location = new System.Drawing.Point(91, 135);
this.txtHourPrice.Name = "txtHourPrice";
this.txtHourPrice.Size = new System.Drawing.Size(88, 21);
this.txtHourPrice.TabIndex = 1;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(32, 139);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(47, 12);
this.label4.TabIndex = 0;
this.label4.Text = "钟点价:";
//
// txtHalfPrice
//
this.txtHalfPrice.Location = new System.Drawing.Point(91, 98);
this.txtHalfPrice.Name = "txtHalfPrice";
this.txtHalfPrice.Size = new System.Drawing.Size(88, 21);
this.txtHalfPrice.TabIndex = 1;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(32, 102);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(47, 12);
this.label3.TabIndex = 0;
this.label3.Text = "半天价:";
//
// txtDayPrice
//
this.txtDayPrice.Location = new System.Drawing.Point(91, 61);
this.txtDayPrice.Name = "txtDayPrice";
this.txtDayPrice.Size = new System.Drawing.Size(88, 21);
this.txtDayPrice.TabIndex = 1;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(185, 178);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(17, 12);
this.label10.TabIndex = 0;
this.label10.Text = "元";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(185, 139);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(17, 12);
this.label9.TabIndex = 0;
this.label9.Text = "元";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(185, 102);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(17, 12);
this.label8.TabIndex = 0;
this.label8.Text = "元";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(185, 65);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(17, 12);
this.label7.TabIndex = 0;
this.label7.Text = "元";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(32, 65);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(47, 12);
this.label2.TabIndex = 0;
this.label2.Text = "全天价:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(32, 28);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(35, 12);
this.label1.TabIndex = 0;
this.label1.Text = "类型:";
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(46, 269);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(62, 30);
this.btnSave.TabIndex = 1;
this.btnSave.Text = "保存(&S)";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnExit
//
this.btnExit.Location = new System.Drawing.Point(156, 269);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(62, 30);
this.btnExit.TabIndex = 1;
this.btnExit.Text = "取消(&X)";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// txtRoomType
//
this.txtRoomType.Location = new System.Drawing.Point(91, 25);
this.txtRoomType.Name = "txtRoomType";
this.txtRoomType.ReadOnly = true;
this.txtRoomType.Size = new System.Drawing.Size(88, 21);
this.txtRoomType.TabIndex = 1;
//
// frmModifiRoomType
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(278, 303);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmModifiRoomType";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "修改房价";
this.Load += new System.EventHandler(this.frmModifiRoomType_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtHourPrice;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtHalfPrice;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtDayPrice;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtMoney;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.ComboBox cboDedCount;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox txtRoomType;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -