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.
202 lines
8.3 KiB
202 lines
8.3 KiB
namespace Stone.WinModule.BasicData
|
|
{
|
|
partial class frmColorPartDetail
|
|
{
|
|
/// <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.txtPartNumber = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.txtBaumuster = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txtCarType = new System.Windows.Forms.ComboBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txtColor = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.txtRemark = new System.Windows.Forms.ComboBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnAddNewLine
|
|
//
|
|
this.btnAddNewLine.Location = new System.Drawing.Point(113, 220);
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Location = new System.Drawing.Point(326, 220);
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.Location = new System.Drawing.Point(239, 220);
|
|
//
|
|
// txtPartNumber
|
|
//
|
|
this.txtPartNumber.Location = new System.Drawing.Point(185, 104);
|
|
this.txtPartNumber.MaxLength = 200;
|
|
this.txtPartNumber.Name = "txtPartNumber";
|
|
this.txtPartNumber.Size = new System.Drawing.Size(222, 21);
|
|
this.txtPartNumber.TabIndex = 2;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(109, 108);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(65, 12);
|
|
this.label4.TabIndex = 229;
|
|
this.label4.Text = "特殊零件:";
|
|
//
|
|
// txtBaumuster
|
|
//
|
|
this.txtBaumuster.Location = new System.Drawing.Point(185, 50);
|
|
this.txtBaumuster.MaxLength = 3;
|
|
this.txtBaumuster.Name = "txtBaumuster";
|
|
this.txtBaumuster.Size = new System.Drawing.Size(222, 21);
|
|
this.txtBaumuster.TabIndex = 0;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(73, 53);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(101, 12);
|
|
this.label2.TabIndex = 227;
|
|
this.label2.Text = "Baumuster前3位:";
|
|
//
|
|
// txtCarType
|
|
//
|
|
this.txtCarType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.txtCarType.FormattingEnabled = true;
|
|
this.txtCarType.Location = new System.Drawing.Point(185, 131);
|
|
this.txtCarType.Name = "txtCarType";
|
|
this.txtCarType.Size = new System.Drawing.Size(222, 20);
|
|
this.txtCarType.TabIndex = 3;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(85, 133);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(89, 12);
|
|
this.label3.TabIndex = 225;
|
|
this.label3.Text = "最终判断车型:";
|
|
//
|
|
// txtColor
|
|
//
|
|
this.txtColor.Location = new System.Drawing.Point(185, 77);
|
|
this.txtColor.MaxLength = 3;
|
|
this.txtColor.Name = "txtColor";
|
|
this.txtColor.Size = new System.Drawing.Size(222, 21);
|
|
this.txtColor.TabIndex = 1;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(133, 81);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(41, 12);
|
|
this.label1.TabIndex = 224;
|
|
this.label1.Text = "颜色:";
|
|
//
|
|
// txtRemark
|
|
//
|
|
this.txtRemark.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.txtRemark.FormattingEnabled = true;
|
|
this.txtRemark.Location = new System.Drawing.Point(185, 157);
|
|
this.txtRemark.Name = "txtRemark";
|
|
this.txtRemark.Size = new System.Drawing.Size(222, 20);
|
|
this.txtRemark.TabIndex = 4;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(109, 159);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(65, 12);
|
|
this.label5.TabIndex = 231;
|
|
this.label5.Text = "判定方式:";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(413, 108);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(89, 12);
|
|
this.label6.TabIndex = 232;
|
|
this.label6.Text = "多个以逗号分开";
|
|
//
|
|
// frmColorPartDetail
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.ClientSize = new System.Drawing.Size(508, 321);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.txtRemark);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.txtPartNumber);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.txtBaumuster);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.txtCarType);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.txtColor);
|
|
this.Controls.Add(this.label1);
|
|
this.Name = "frmColorPartDetail";
|
|
this.Load += new System.EventHandler(this.frmColorPartDetail_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.txtColor, 0);
|
|
this.Controls.SetChildIndex(this.label3, 0);
|
|
this.Controls.SetChildIndex(this.txtCarType, 0);
|
|
this.Controls.SetChildIndex(this.label2, 0);
|
|
this.Controls.SetChildIndex(this.txtBaumuster, 0);
|
|
this.Controls.SetChildIndex(this.label4, 0);
|
|
this.Controls.SetChildIndex(this.txtPartNumber, 0);
|
|
this.Controls.SetChildIndex(this.label5, 0);
|
|
this.Controls.SetChildIndex(this.txtRemark, 0);
|
|
this.Controls.SetChildIndex(this.label6, 0);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox txtPartNumber;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox txtBaumuster;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.ComboBox txtCarType;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox txtColor;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.ComboBox txtRemark;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label6;
|
|
}
|
|
}
|
|
|