📄 frmaddttem.designer.cs
字号:
namespace Hotel.UI
{
partial class frmAddTtem
{
/// <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.label1 = new System.Windows.Forms.Label();
this.txtItemID = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtItemName = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.txtItemPrice = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtItemRemark = new System.Windows.Forms.TextBox();
this.btnSave = new System.Windows.Forms.Button();
this.btnExit = new System.Windows.Forms.Button();
this.cboItemType = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.cboItemType);
this.groupBox1.Controls.Add(this.txtItemRemark);
this.groupBox1.Controls.Add(this.txtItemPrice);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.txtItemName);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.txtItemID);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(5, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(276, 217);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "商品信息";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(27, 26);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(47, 12);
this.label1.TabIndex = 0;
this.label1.Text = "商品ID:";
//
// txtItemID
//
this.txtItemID.Location = new System.Drawing.Point(88, 20);
this.txtItemID.Name = "txtItemID";
this.txtItemID.ReadOnly = true;
this.txtItemID.Size = new System.Drawing.Size(159, 21);
this.txtItemID.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(27, 59);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 0;
this.label2.Text = "商品名称:";
//
// txtItemName
//
this.txtItemName.Location = new System.Drawing.Point(88, 54);
this.txtItemName.Name = "txtItemName";
this.txtItemName.Size = new System.Drawing.Size(159, 21);
this.txtItemName.TabIndex = 1;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(27, 125);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 0;
this.label3.Text = "单价:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(27, 92);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 0;
this.label4.Text = "商品类型:";
//
// txtItemPrice
//
this.txtItemPrice.Location = new System.Drawing.Point(88, 121);
this.txtItemPrice.Name = "txtItemPrice";
this.txtItemPrice.Size = new System.Drawing.Size(122, 21);
this.txtItemPrice.TabIndex = 1;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(27, 158);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(41, 12);
this.label5.TabIndex = 0;
this.label5.Text = "备注:";
//
// txtItemRemark
//
this.txtItemRemark.Location = new System.Drawing.Point(88, 155);
this.txtItemRemark.Name = "txtItemRemark";
this.txtItemRemark.Size = new System.Drawing.Size(159, 21);
this.txtItemRemark.TabIndex = 1;
this.txtItemRemark.Text = "(无)";
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(120, 235);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(66, 26);
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(199, 235);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(66, 26);
this.btnExit.TabIndex = 1;
this.btnExit.Text = "取消(&X)";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// cboItemType
//
this.cboItemType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboItemType.FormattingEnabled = true;
this.cboItemType.Location = new System.Drawing.Point(88, 88);
this.cboItemType.Name = "cboItemType";
this.cboItemType.Size = new System.Drawing.Size(159, 20);
this.cboItemType.TabIndex = 2;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(216, 125);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(17, 12);
this.label6.TabIndex = 0;
this.label6.Text = "元";
//
// frmAddTtem
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(292, 271);
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 = "frmAddTtem";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "添加商品";
this.Load += new System.EventHandler(this.frmAddTtem_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtItemName;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtItemID;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox cboItemType;
private System.Windows.Forms.TextBox txtItemRemark;
private System.Windows.Forms.TextBox txtItemPrice;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Label label6;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -