You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
114 lines
4.3 KiB
114 lines
4.3 KiB
namespace Stone.WinModule.BasicData
|
|
{
|
|
partial class frmFeaturePartDetail
|
|
{
|
|
/// <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.colorDialog1 = new System.Windows.Forms.ColorDialog();
|
|
this.txtPartName = new System.Windows.Forms.TextBox();
|
|
this.txtPartNumber = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnAddNewLine
|
|
//
|
|
this.btnAddNewLine.Location = new System.Drawing.Point(41, 191);
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Location = new System.Drawing.Point(254, 191);
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.Location = new System.Drawing.Point(167, 191);
|
|
//
|
|
// txtPartName
|
|
//
|
|
this.txtPartName.Location = new System.Drawing.Point(113, 84);
|
|
this.txtPartName.MaxLength = 100;
|
|
this.txtPartName.Name = "txtPartName";
|
|
this.txtPartName.Size = new System.Drawing.Size(222, 21);
|
|
this.txtPartName.TabIndex = 119;
|
|
//
|
|
// txtPartNumber
|
|
//
|
|
this.txtPartNumber.Location = new System.Drawing.Point(113, 51);
|
|
this.txtPartNumber.MaxLength = 10;
|
|
this.txtPartNumber.Name = "txtPartNumber";
|
|
this.txtPartNumber.Size = new System.Drawing.Size(222, 21);
|
|
this.txtPartNumber.TabIndex = 118;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(60, 85);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(41, 12);
|
|
this.label2.TabIndex = 121;
|
|
this.label2.Text = "名称:";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(60, 55);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(41, 12);
|
|
this.label1.TabIndex = 120;
|
|
this.label1.Text = "代码:";
|
|
//
|
|
// frmFeaturePartDetail
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.ClientSize = new System.Drawing.Size(381, 277);
|
|
this.Controls.Add(this.txtPartName);
|
|
this.Controls.Add(this.txtPartNumber);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Name = "frmFeaturePartDetail";
|
|
this.Load += new System.EventHandler(this.frmColorDetail_Load);
|
|
this.Controls.SetChildIndex(this.btnOK, 0);
|
|
this.Controls.SetChildIndex(this.btnClose, 0);
|
|
this.Controls.SetChildIndex(this.btnAddNewLine, 0);
|
|
this.Controls.SetChildIndex(this.label1, 0);
|
|
this.Controls.SetChildIndex(this.label2, 0);
|
|
this.Controls.SetChildIndex(this.txtPartNumber, 0);
|
|
this.Controls.SetChildIndex(this.txtPartName, 0);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ColorDialog colorDialog1;
|
|
private System.Windows.Forms.TextBox txtPartName;
|
|
private System.Windows.Forms.TextBox txtPartNumber;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
}
|
|
}
|
|
|