📄 formhousetype.designer.cs
字号:
// panel2
//
this.panel2.Controls.Add(this.txtBeizhu);
this.panel2.Controls.Add(this.lblBeizhu);
this.panel2.Controls.Add(this.ckbJiachuang);
this.panel2.Controls.Add(this.txtAddprice);
this.panel2.Controls.Add(this.lblAddprice);
this.panel2.Controls.Add(this.txtPrice);
this.panel2.Controls.Add(this.lblPrice);
this.panel2.Controls.Add(this.txtName);
this.panel2.Controls.Add(this.lblName);
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel2.Location = new System.Drawing.Point(0, 337);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(520, 105);
this.panel2.TabIndex = 2;
//
// txtBeizhu
//
this.txtBeizhu.Location = new System.Drawing.Point(6, 77);
this.txtBeizhu.Name = "txtBeizhu";
this.txtBeizhu.Size = new System.Drawing.Size(444, 23);
this.txtBeizhu.TabIndex = 9;
//
// lblBeizhu
//
this.lblBeizhu.AutoSize = true;
this.lblBeizhu.Location = new System.Drawing.Point(9, 60);
this.lblBeizhu.Name = "lblBeizhu";
this.lblBeizhu.Size = new System.Drawing.Size(35, 14);
this.lblBeizhu.TabIndex = 8;
this.lblBeizhu.Text = "备注";
//
// ckbJiachuang
//
this.ckbJiachuang.AutoSize = true;
this.ckbJiachuang.Location = new System.Drawing.Point(361, 34);
this.ckbJiachuang.Name = "ckbJiachuang";
this.ckbJiachuang.Size = new System.Drawing.Size(110, 18);
this.ckbJiachuang.TabIndex = 7;
this.ckbJiachuang.Text = "是否可以加床";
this.ckbJiachuang.UseVisualStyleBackColor = true;
//
// txtAddprice
//
this.txtAddprice.Location = new System.Drawing.Point(243, 29);
this.txtAddprice.Name = "txtAddprice";
this.txtAddprice.Size = new System.Drawing.Size(96, 23);
this.txtAddprice.TabIndex = 5;
//
// lblAddprice
//
this.lblAddprice.AutoSize = true;
this.lblAddprice.Location = new System.Drawing.Point(244, 10);
this.lblAddprice.Name = "lblAddprice";
this.lblAddprice.Size = new System.Drawing.Size(63, 14);
this.lblAddprice.TabIndex = 4;
this.lblAddprice.Text = "加床价格";
//
// txtPrice
//
this.txtPrice.Location = new System.Drawing.Point(141, 29);
this.txtPrice.Name = "txtPrice";
this.txtPrice.Size = new System.Drawing.Size(96, 23);
this.txtPrice.TabIndex = 3;
//
// lblPrice
//
this.lblPrice.AutoSize = true;
this.lblPrice.Location = new System.Drawing.Point(142, 10);
this.lblPrice.Name = "lblPrice";
this.lblPrice.Size = new System.Drawing.Size(35, 14);
this.lblPrice.TabIndex = 2;
this.lblPrice.Text = "价格";
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(6, 29);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(113, 23);
this.txtName.TabIndex = 1;
//
// lblName
//
this.lblName.AutoSize = true;
this.lblName.Location = new System.Drawing.Point(7, 10);
this.lblName.Name = "lblName";
this.lblName.Size = new System.Drawing.Size(63, 14);
this.lblName.TabIndex = 0;
this.lblName.Text = "类型名称";
//
// panel3
//
this.panel3.Controls.Add(this.dagleixing);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(0, 61);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(520, 276);
this.panel3.TabIndex = 3;
//
// dagleixing
//
this.dagleixing.AllowUserToAddRows = false;
this.dagleixing.AllowUserToDeleteRows = false;
this.dagleixing.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dagleixing.Dock = System.Windows.Forms.DockStyle.Fill;
this.dagleixing.Location = new System.Drawing.Point(0, 0);
this.dagleixing.Name = "dagleixing";
this.dagleixing.ReadOnly = true;
this.dagleixing.RowTemplate.Height = 23;
this.dagleixing.Size = new System.Drawing.Size(520, 276);
this.dagleixing.TabIndex = 0;
this.dagleixing.Click += new System.EventHandler(this.dagleixing_Click);
//
// FormHousetype
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(520, 442);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.tspType);
this.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "FormHousetype";
this.Text = "客房类型设置";
this.Load += new System.EventHandler(this.FormHousetype_Load);
this.tspType.ResumeLayout(false);
this.tspType.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.panel3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dagleixing)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip tspType;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button btnSelect;
private System.Windows.Forms.TextBox txtTypename;
private System.Windows.Forms.Label lblTypename;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label lblName;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.DataGridView dagleixing;
private System.Windows.Forms.TextBox txtBeizhu;
private System.Windows.Forms.Label lblBeizhu;
private System.Windows.Forms.CheckBox ckbJiachuang;
private System.Windows.Forms.TextBox txtAddprice;
private System.Windows.Forms.Label lblAddprice;
private System.Windows.Forms.TextBox txtPrice;
private System.Windows.Forms.Label lblPrice;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.ToolStripButton tsbInsert;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton tsbUpdate;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripButton tsbDelete;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripButton tsbExit;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -