北京安通林JIS系统
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.
 
 
 

171 lines
6.8 KiB

namespace Stone.WinModule.BasicData
{
partial class frmFGPartSuffixDetail
{
/// <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.tbStuffix = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.label3 = new System.Windows.Forms.Label();
this.tbPartCode = new System.Windows.Forms.TextBox();
this.tbSite = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.tbCarType = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// btnAddNewLine
//
this.btnAddNewLine.Location = new System.Drawing.Point(59, 203);
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(270, 203);
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(183, 203);
//
// tbStuffix
//
this.tbStuffix.Location = new System.Drawing.Point(129, 107);
this.tbStuffix.MaxLength = 20;
this.tbStuffix.Name = "tbStuffix";
this.tbStuffix.Size = new System.Drawing.Size(222, 21);
this.tbStuffix.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(82, 111);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 180;
this.label1.Text = "尾缀:";
//
// openFileDialog1
//
this.openFileDialog1.DefaultExt = "*.btw";
this.openFileDialog1.Filter = "BT文件(*.btw)|*.btw";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(82, 56);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 217;
this.label3.Text = "零件号:";
//
// tbPartCode
//
this.tbPartCode.Location = new System.Drawing.Point(129, 53);
this.tbPartCode.MaxLength = 20;
this.tbPartCode.Name = "tbPartCode";
this.tbPartCode.Size = new System.Drawing.Size(222, 21);
this.tbPartCode.TabIndex = 218;
//
// tbSite
//
this.tbSite.Location = new System.Drawing.Point(129, 80);
this.tbSite.MaxLength = 20;
this.tbSite.Name = "tbSite";
this.tbSite.Size = new System.Drawing.Size(222, 21);
this.tbSite.TabIndex = 219;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(82, 84);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 220;
this.label2.Text = "位置:";
//
// tbCarType
//
this.tbCarType.Location = new System.Drawing.Point(129, 26);
this.tbCarType.MaxLength = 20;
this.tbCarType.Name = "tbCarType";
this.tbCarType.Size = new System.Drawing.Size(222, 21);
this.tbCarType.TabIndex = 222;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(82, 29);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 221;
this.label4.Text = "车型:";
//
// frmFGPartSuffixDetail
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.ClientSize = new System.Drawing.Size(383, 269);
this.Controls.Add(this.tbCarType);
this.Controls.Add(this.label4);
this.Controls.Add(this.tbSite);
this.Controls.Add(this.label2);
this.Controls.Add(this.tbPartCode);
this.Controls.Add(this.label3);
this.Controls.Add(this.tbStuffix);
this.Controls.Add(this.label1);
this.Name = "frmFGPartSuffixDetail";
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.tbStuffix, 0);
this.Controls.SetChildIndex(this.label3, 0);
this.Controls.SetChildIndex(this.tbPartCode, 0);
this.Controls.SetChildIndex(this.label2, 0);
this.Controls.SetChildIndex(this.tbSite, 0);
this.Controls.SetChildIndex(this.label4, 0);
this.Controls.SetChildIndex(this.tbCarType, 0);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ColorDialog colorDialog1;
private System.Windows.Forms.TextBox tbStuffix;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox tbPartCode;
private System.Windows.Forms.TextBox tbSite;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox tbCarType;
private System.Windows.Forms.Label label4;
}
}