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

189 lines
7.7 KiB

namespace Stone.WinModule.BasicData
{
partial class frmProdnoBaseDetail
{
/// <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.label2 = new System.Windows.Forms.Label();
this.txtCarType = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.txtProdno = new System.Windows.Forms.TextBox();
this.txtPosition = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.txtDescription = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtOption = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// btnAddNewLine
//
this.btnAddNewLine.Location = new System.Drawing.Point(167, 255);
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(380, 255);
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(293, 255);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(64, 58);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(47, 12);
this.label2.TabIndex = 215;
this.label2.Text = "cartype";
//
// txtCarType
//
this.txtCarType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.txtCarType.FormattingEnabled = true;
this.txtCarType.Location = new System.Drawing.Point(144, 58);
this.txtCarType.Name = "txtCarType";
this.txtCarType.Size = new System.Drawing.Size(317, 20);
this.txtCarType.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(64, 94);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 217;
this.label1.Text = "prodno";
//
// txtProdno
//
this.txtProdno.Location = new System.Drawing.Point(144, 93);
this.txtProdno.MaxLength = 50;
this.txtProdno.Name = "txtProdno";
this.txtProdno.Size = new System.Drawing.Size(317, 21);
this.txtProdno.TabIndex = 1;
//
// txtPosition
//
this.txtPosition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.txtPosition.FormattingEnabled = true;
this.txtPosition.Location = new System.Drawing.Point(144, 129);
this.txtPosition.Name = "txtPosition";
this.txtPosition.Size = new System.Drawing.Size(317, 20);
this.txtPosition.TabIndex = 2;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(64, 130);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 219;
this.label3.Text = "position";
//
// txtDescription
//
this.txtDescription.Location = new System.Drawing.Point(144, 164);
this.txtDescription.MaxLength = 50;
this.txtDescription.Name = "txtDescription";
this.txtDescription.Size = new System.Drawing.Size(317, 21);
this.txtDescription.TabIndex = 3;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(64, 166);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(71, 12);
this.label4.TabIndex = 221;
this.label4.Text = "description";
//
// txtOption
//
this.txtOption.Location = new System.Drawing.Point(144, 193);
this.txtOption.MaxLength = 50;
this.txtOption.Name = "txtOption";
this.txtOption.Size = new System.Drawing.Size(317, 21);
this.txtOption.TabIndex = 222;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(64, 195);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(41, 12);
this.label5.TabIndex = 223;
this.label5.Text = "option";
//
// frmProdnoBaseDetail
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.ClientSize = new System.Drawing.Size(527, 353);
this.Controls.Add(this.txtOption);
this.Controls.Add(this.label5);
this.Controls.Add(this.txtDescription);
this.Controls.Add(this.label4);
this.Controls.Add(this.txtPosition);
this.Controls.Add(this.label3);
this.Controls.Add(this.txtProdno);
this.Controls.Add(this.label1);
this.Controls.Add(this.txtCarType);
this.Controls.Add(this.label2);
this.Name = "frmProdnoBaseDetail";
this.Load += new System.EventHandler(this.frmProdnoBaseDetail_Load);
this.Controls.SetChildIndex(this.btnOK, 0);
this.Controls.SetChildIndex(this.btnClose, 0);
this.Controls.SetChildIndex(this.btnAddNewLine, 0);
this.Controls.SetChildIndex(this.label2, 0);
this.Controls.SetChildIndex(this.txtCarType, 0);
this.Controls.SetChildIndex(this.label1, 0);
this.Controls.SetChildIndex(this.txtProdno, 0);
this.Controls.SetChildIndex(this.label3, 0);
this.Controls.SetChildIndex(this.txtPosition, 0);
this.Controls.SetChildIndex(this.label4, 0);
this.Controls.SetChildIndex(this.txtDescription, 0);
this.Controls.SetChildIndex(this.label5, 0);
this.Controls.SetChildIndex(this.txtOption, 0);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox txtCarType;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtProdno;
private System.Windows.Forms.ComboBox txtPosition;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtDescription;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtOption;
private System.Windows.Forms.Label label5;
}
}