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.
212 lines
8.4 KiB
212 lines
8.4 KiB
namespace Stone.WinModule.BasicData
|
|
{
|
|
partial class frmBomDetail
|
|
{
|
|
/// <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.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txtQty = new System.Windows.Forms.TextBox();
|
|
this.txtCode = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.txtCarType = new System.Windows.Forms.TextBox();
|
|
this.txtPartNumber = new System.Windows.Forms.TextBox();
|
|
this.txtMemo = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.txtPosition = new System.Windows.Forms.TextBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnAddNewLine
|
|
//
|
|
this.btnAddNewLine.Location = new System.Drawing.Point(37, 260);
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Location = new System.Drawing.Point(250, 260);
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.Location = new System.Drawing.Point(163, 260);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(44, 69);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(29, 12);
|
|
this.label1.TabIndex = 103;
|
|
this.label1.Text = "Code";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(44, 137);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(65, 12);
|
|
this.label2.TabIndex = 104;
|
|
this.label2.Text = "PartNumber";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(44, 171);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(23, 12);
|
|
this.label3.TabIndex = 107;
|
|
this.label3.Text = "Qty";
|
|
//
|
|
// txtQty
|
|
//
|
|
this.txtQty.Location = new System.Drawing.Point(121, 167);
|
|
this.txtQty.MaxLength = 6;
|
|
this.txtQty.Name = "txtQty";
|
|
this.txtQty.Size = new System.Drawing.Size(210, 21);
|
|
this.txtQty.TabIndex = 4;
|
|
//
|
|
// txtCode
|
|
//
|
|
this.txtCode.Location = new System.Drawing.Point(121, 65);
|
|
this.txtCode.MaxLength = 30;
|
|
this.txtCode.Name = "txtCode";
|
|
this.txtCode.Size = new System.Drawing.Size(210, 21);
|
|
this.txtCode.TabIndex = 1;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(44, 35);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(47, 12);
|
|
this.label4.TabIndex = 120;
|
|
this.label4.Text = "CarType";
|
|
//
|
|
// txtCarType
|
|
//
|
|
this.txtCarType.Location = new System.Drawing.Point(121, 31);
|
|
this.txtCarType.MaxLength = 10;
|
|
this.txtCarType.Name = "txtCarType";
|
|
this.txtCarType.Size = new System.Drawing.Size(210, 21);
|
|
this.txtCarType.TabIndex = 0;
|
|
//
|
|
// txtPartNumber
|
|
//
|
|
this.txtPartNumber.Location = new System.Drawing.Point(121, 133);
|
|
this.txtPartNumber.MaxLength = 30;
|
|
this.txtPartNumber.Name = "txtPartNumber";
|
|
this.txtPartNumber.Size = new System.Drawing.Size(210, 21);
|
|
this.txtPartNumber.TabIndex = 3;
|
|
//
|
|
// txtMemo
|
|
//
|
|
this.txtMemo.Location = new System.Drawing.Point(121, 201);
|
|
this.txtMemo.MaxLength = 30;
|
|
this.txtMemo.Name = "txtMemo";
|
|
this.txtMemo.Size = new System.Drawing.Size(210, 21);
|
|
this.txtMemo.TabIndex = 5;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(44, 205);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(29, 12);
|
|
this.label5.TabIndex = 122;
|
|
this.label5.Text = "Memo";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(44, 103);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(53, 12);
|
|
this.label6.TabIndex = 124;
|
|
this.label6.Text = "Position";
|
|
//
|
|
// txtPosition
|
|
//
|
|
this.txtPosition.Location = new System.Drawing.Point(121, 99);
|
|
this.txtPosition.MaxLength = 30;
|
|
this.txtPosition.Name = "txtPosition";
|
|
this.txtPosition.Size = new System.Drawing.Size(210, 21);
|
|
this.txtPosition.TabIndex = 2;
|
|
//
|
|
// frmBomDetail
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.ClientSize = new System.Drawing.Size(391, 361);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.txtPosition);
|
|
this.Controls.Add(this.txtMemo);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.txtPartNumber);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.txtCarType);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.txtCode);
|
|
this.Controls.Add(this.txtQty);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label2);
|
|
this.Name = "frmBomDetail";
|
|
this.Load += new System.EventHandler(this.frmColorDetail_Load);
|
|
this.Controls.SetChildIndex(this.label2, 0);
|
|
this.Controls.SetChildIndex(this.label3, 0);
|
|
this.Controls.SetChildIndex(this.txtQty, 0);
|
|
this.Controls.SetChildIndex(this.btnOK, 0);
|
|
this.Controls.SetChildIndex(this.txtCode, 0);
|
|
this.Controls.SetChildIndex(this.btnClose, 0);
|
|
this.Controls.SetChildIndex(this.label1, 0);
|
|
this.Controls.SetChildIndex(this.txtCarType, 0);
|
|
this.Controls.SetChildIndex(this.btnAddNewLine, 0);
|
|
this.Controls.SetChildIndex(this.label4, 0);
|
|
this.Controls.SetChildIndex(this.txtPartNumber, 0);
|
|
this.Controls.SetChildIndex(this.label5, 0);
|
|
this.Controls.SetChildIndex(this.txtMemo, 0);
|
|
this.Controls.SetChildIndex(this.txtPosition, 0);
|
|
this.Controls.SetChildIndex(this.label6, 0);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox txtQty;
|
|
private System.Windows.Forms.TextBox txtCode;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox txtCarType;
|
|
private System.Windows.Forms.TextBox txtPartNumber;
|
|
private System.Windows.Forms.TextBox txtMemo;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.TextBox txtPosition;
|
|
}
|
|
}
|
|
|