|
|
|
namespace Stone.WinModule.BasicData
|
|
|
|
{
|
|
|
|
partial class frmProductDetail
|
|
|
|
{
|
|
|
|
/// <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.txtDeploy = new System.Windows.Forms.TextBox();
|
|
|
|
this.label21 = new System.Windows.Forms.Label();
|
|
|
|
this.txtCarModelCode = new Stone.WinModule.MyControl.MySelectTextBox();
|
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
|
this.txtColorCode = new Stone.WinModule.MyControl.MySelectTextBox();
|
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
|
this.txtModel = new System.Windows.Forms.TextBox();
|
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
|
this.txtName = new System.Windows.Forms.TextBox();
|
|
|
|
this.txtCode = new System.Windows.Forms.TextBox();
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
this.txtBarCode = new System.Windows.Forms.TextBox();
|
|
|
|
this.label31 = new System.Windows.Forms.Label();
|
|
|
|
this.txtIsStandard = new System.Windows.Forms.CheckBox();
|
|
|
|
this.txtPackNumer = new System.Windows.Forms.TextBox();
|
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
|
this.cbState = new System.Windows.Forms.CheckBox();
|
|
|
|
this.SuspendLayout();
|
|
|
|
//
|
|
|
|
// btnAddNewLine
|
|
|
|
//
|
|
|
|
this.btnAddNewLine.Location = new System.Drawing.Point(276, 496);
|
|
|
|
this.btnAddNewLine.Margin = new System.Windows.Forms.Padding(6);
|
|
|
|
this.btnAddNewLine.Click += new System.EventHandler(this.btnAddNewLine_Click);
|
|
|
|
//
|
|
|
|
// btnClose
|
|
|
|
//
|
|
|
|
this.btnClose.Location = new System.Drawing.Point(616, 496);
|
|
|
|
this.btnClose.Margin = new System.Windows.Forms.Padding(6);
|
|
|
|
//
|
|
|
|
// btnOK
|
|
|
|
//
|
|
|
|
this.btnOK.Location = new System.Drawing.Point(486, 496);
|
|
|
|
this.btnOK.Margin = new System.Windows.Forms.Padding(6);
|
|
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|
|
|
//
|
|
|
|
// txtDeploy
|
|
|
|
//
|
|
|
|
this.txtDeploy.Location = new System.Drawing.Point(160, 276);
|
|
|
|
this.txtDeploy.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
this.txtDeploy.MaxLength = 50;
|
|
|
|
this.txtDeploy.Name = "txtDeploy";
|
|
|
|
this.txtDeploy.Size = new System.Drawing.Size(576, 28);
|
|
|
|
this.txtDeploy.TabIndex = 5;
|
|
|
|
//
|
|
|
|
// label21
|
|
|
|
//
|
|
|
|
this.label21.AutoSize = true;
|
|
|
|
this.label21.Location = new System.Drawing.Point(94, 282);
|
|
|
|
this.label21.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
|
this.label21.Name = "label21";
|
|
|
|
this.label21.Size = new System.Drawing.Size(62, 18);
|
|
|
|
this.label21.TabIndex = 186;
|
|
|
|
this.label21.Text = "配置:";
|
|
|
|
//
|
|
|
|
// txtCarModelCode
|
|
|
|
//
|
|
|
|
this.txtCarModelCode.Location = new System.Drawing.Point(160, 189);
|
|
|
|
this.txtCarModelCode.Margin = new System.Windows.Forms.Padding(6);
|
|
|
|
this.txtCarModelCode.Name = "txtCarModelCode";
|
|
|
|
this.txtCarModelCode.ReadOnly = false;
|
|
|
|
this.txtCarModelCode.Size = new System.Drawing.Size(578, 28);
|
|
|
|
this.txtCarModelCode.TabIndex = 3;
|
|
|
|
this.txtCarModelCode.OnSelectClick += new System.EventHandler(this.txtCarModelCode_OnSelectClick);
|
|
|
|
//
|
|
|
|
// label6
|
|
|
|
//
|
|
|
|
this.label6.AutoSize = true;
|
|
|
|
this.label6.Location = new System.Drawing.Point(94, 238);
|
|
|
|
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
|
this.label6.Name = "label6";
|
|
|
|
this.label6.Size = new System.Drawing.Size(62, 18);
|
|
|
|
this.label6.TabIndex = 185;
|
|
|
|
this.label6.Text = "颜色:";
|
|
|
|
//
|
|
|
|
// txtColorCode
|
|
|
|
//
|
|
|
|
this.txtColorCode.Location = new System.Drawing.Point(160, 232);
|
|
|
|
this.txtColorCode.Margin = new System.Windows.Forms.Padding(6);
|
|
|
|
this.txtColorCode.Name = "txtColorCode";
|
|
|
|
this.txtColorCode.ReadOnly = false;
|
|
|
|
this.txtColorCode.Size = new System.Drawing.Size(578, 28);
|
|
|
|
this.txtColorCode.TabIndex = 4;
|
|
|
|
this.txtColorCode.OnSelectClick += new System.EventHandler(this.txtColorCode_OnSelectClick);
|
|
|
|
//
|
|
|
|
// label4
|
|
|
|
//
|
|
|
|
this.label4.AutoSize = true;
|
|
|
|
this.label4.Location = new System.Drawing.Point(94, 195);
|
|
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
|
this.label4.Name = "label4";
|
|
|
|
this.label4.Size = new System.Drawing.Size(62, 18);
|
|
|
|
this.label4.TabIndex = 183;
|
|
|
|
this.label4.Text = "车型:";
|
|
|
|
//
|
|
|
|
// txtModel
|
|
|
|
//
|
|
|
|
this.txtModel.Location = new System.Drawing.Point(160, 146);
|
|
|
|
this.txtModel.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
this.txtModel.MaxLength = 50;
|
|
|
|
this.txtModel.Name = "txtModel";
|
|
|
|
this.txtModel.Size = new System.Drawing.Size(576, 28);
|
|
|
|
this.txtModel.TabIndex = 2;
|
|
|
|
//
|
|
|
|
// label3
|
|
|
|
//
|
|
|
|
this.label3.AutoSize = true;
|
|
|
|
this.label3.Location = new System.Drawing.Point(58, 152);
|
|
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
|
this.label3.Name = "label3";
|
|
|
|
this.label3.Size = new System.Drawing.Size(98, 18);
|
|
|
|
this.label3.TabIndex = 182;
|
|
|
|
this.label3.Text = "规格型号:";
|
|
|
|
//
|
|
|
|
// txtName
|
|
|
|
//
|
|
|
|
this.txtName.Location = new System.Drawing.Point(160, 102);
|
|
|
|
this.txtName.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
this.txtName.MaxLength = 100;
|
|
|
|
this.txtName.Name = "txtName";
|
|
|
|
this.txtName.Size = new System.Drawing.Size(576, 28);
|
|
|
|
this.txtName.TabIndex = 1;
|
|
|
|
//
|
|
|
|
// txtCode
|
|
|
|
//
|
|
|
|
this.txtCode.Location = new System.Drawing.Point(160, 58);
|
|
|
|
this.txtCode.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
this.txtCode.MaxLength = 20;
|
|
|
|
this.txtCode.Name = "txtCode";
|
|
|
|
this.txtCode.Size = new System.Drawing.Size(576, 28);
|
|
|
|
this.txtCode.TabIndex = 0;
|
|
|
|
//
|
|
|
|
// label2
|
|
|
|
//
|
|
|
|
this.label2.AutoSize = true;
|
|
|
|
this.label2.Location = new System.Drawing.Point(58, 108);
|
|
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
|
this.label2.Name = "label2";
|
|
|
|
this.label2.Size = new System.Drawing.Size(98, 18);
|
|
|
|
this.label2.TabIndex = 181;
|
|
|
|
this.label2.Text = "存货名称:";
|
|
|
|
//
|
|
|
|
// label1
|
|
|
|
//
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
this.label1.Location = new System.Drawing.Point(58, 64);
|
|
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
this.label1.Size = new System.Drawing.Size(98, 18);
|
|
|
|
this.label1.TabIndex = 180;
|
|
|
|
this.label1.Text = "存货代码:";
|
|
|
|
//
|
|
|
|
// txtBarCode
|
|
|
|
//
|
|
|
|
this.txtBarCode.Location = new System.Drawing.Point(160, 320);
|
|
|
|
this.txtBarCode.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
this.txtBarCode.MaxLength = 50;
|
|
|
|
this.txtBarCode.Name = "txtBarCode";
|
|
|
|
this.txtBarCode.Size = new System.Drawing.Size(576, 28);
|
|
|
|
this.txtBarCode.TabIndex = 6;
|
|
|
|
//
|
|
|
|
// label31
|
|
|
|
//
|
|
|
|
this.label31.AutoSize = true;
|
|
|
|
this.label31.Location = new System.Drawing.Point(76, 326);
|
|
|
|
this.label31.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
|
this.label31.Name = "label31";
|
|
|
|
this.label31.Size = new System.Drawing.Size(80, 18);
|
|
|
|
this.label31.TabIndex = 204;
|
|
|
|
this.label31.Text = "条码号:";
|
|
|
|
//
|
|
|
|
// txtIsStandard
|
|
|
|
//
|
|
|
|
this.txtIsStandard.AutoSize = true;
|
|
|
|
this.txtIsStandard.Location = new System.Drawing.Point(466, 365);
|
|
|
|
this.txtIsStandard.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
this.txtIsStandard.Name = "txtIsStandard";
|
|
|
|
this.txtIsStandard.Size = new System.Drawing.Size(115, 22);
|
|
|
|
this.txtIsStandard.TabIndex = 14;
|
|
|
|
this.txtIsStandard.Text = "是否STD件";
|
|
|
|
this.txtIsStandard.UseVisualStyleBackColor = true;
|
|
|
|
//
|
|
|
|
// txtPackNumer
|
|
|
|
//
|
|
|
|
this.txtPackNumer.Location = new System.Drawing.Point(160, 363);
|
|
|
|
this.txtPackNumer.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
this.txtPackNumer.MaxLength = 5;
|
|
|
|
this.txtPackNumer.Name = "txtPackNumer";
|
|
|
|
this.txtPackNumer.Size = new System.Drawing.Size(269, 28);
|
|
|
|
this.txtPackNumer.TabIndex = 13;
|
|
|
|
//
|
|
|
|
// label5
|
|
|
|
//
|
|
|
|
this.label5.AutoSize = true;
|
|
|
|
this.label5.Location = new System.Drawing.Point(58, 369);
|
|
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
|
this.label5.Name = "label5";
|
|
|
|
this.label5.Size = new System.Drawing.Size(98, 18);
|
|
|
|
this.label5.TabIndex = 216;
|
|
|
|
this.label5.Text = "装箱数量:";
|
|
|
|
//
|
|
|
|
// cbState
|
|
|
|
//
|
|
|
|
this.cbState.AutoSize = true;
|
|
|
|
this.cbState.Location = new System.Drawing.Point(599, 365);
|
|
|
|
this.cbState.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
this.cbState.Name = "cbState";
|
|
|
|
this.cbState.Size = new System.Drawing.Size(70, 22);
|
|
|
|
this.cbState.TabIndex = 217;
|
|
|
|
this.cbState.Text = "启用";
|
|
|
|
this.cbState.UseVisualStyleBackColor = true;
|
|
|
|
//
|
|
|
|
// frmProductDetail
|
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
|
this.ClientSize = new System.Drawing.Size(801, 620);
|
|
|
|
this.Controls.Add(this.cbState);
|
|
|
|
this.Controls.Add(this.txtPackNumer);
|
|
|
|
this.Controls.Add(this.label5);
|
|
|
|
this.Controls.Add(this.txtIsStandard);
|
|
|
|
this.Controls.Add(this.txtBarCode);
|
|
|
|
this.Controls.Add(this.label31);
|
|
|
|
this.Controls.Add(this.txtDeploy);
|
|
|
|
this.Controls.Add(this.label21);
|
|
|
|
this.Controls.Add(this.txtCarModelCode);
|
|
|
|
this.Controls.Add(this.label6);
|
|
|
|
this.Controls.Add(this.txtColorCode);
|
|
|
|
this.Controls.Add(this.label4);
|
|
|
|
this.Controls.Add(this.txtModel);
|
|
|
|
this.Controls.Add(this.label3);
|
|
|
|
this.Controls.Add(this.txtName);
|
|
|
|
this.Controls.Add(this.txtCode);
|
|
|
|
this.Controls.Add(this.label2);
|
|
|
|
this.Controls.Add(this.label1);
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(6);
|
|
|
|
this.Name = "frmProductDetail";
|
|
|
|
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.txtCode, 0);
|
|
|
|
this.Controls.SetChildIndex(this.txtName, 0);
|
|
|
|
this.Controls.SetChildIndex(this.label3, 0);
|
|
|
|
this.Controls.SetChildIndex(this.txtModel, 0);
|
|
|
|
this.Controls.SetChildIndex(this.label4, 0);
|
|
|
|
this.Controls.SetChildIndex(this.txtColorCode, 0);
|
|
|
|
this.Controls.SetChildIndex(this.label6, 0);
|
|
|
|
this.Controls.SetChildIndex(this.txtCarModelCode, 0);
|
|
|
|
this.Controls.SetChildIndex(this.label21, 0);
|
|
|
|
this.Controls.SetChildIndex(this.txtDeploy, 0);
|
|
|
|
this.Controls.SetChildIndex(this.label31, 0);
|
|
|
|
this.Controls.SetChildIndex(this.txtBarCode, 0);
|
|
|
|
this.Controls.SetChildIndex(this.txtIsStandard, 0);
|
|
|
|
this.Controls.SetChildIndex(this.label5, 0);
|
|
|
|
this.Controls.SetChildIndex(this.txtPackNumer, 0);
|
|
|
|
this.Controls.SetChildIndex(this.cbState, 0);
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
private System.Windows.Forms.ColorDialog colorDialog1;
|
|
|
|
private System.Windows.Forms.TextBox txtDeploy;
|
|
|
|
private System.Windows.Forms.Label label21;
|
|
|
|
private MyControl.MySelectTextBox txtCarModelCode;
|
|
|
|
private System.Windows.Forms.Label label6;
|
|
|
|
private MyControl.MySelectTextBox txtColorCode;
|
|
|
|
private System.Windows.Forms.Label label4;
|
|
|
|
private System.Windows.Forms.TextBox txtModel;
|
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
|
private System.Windows.Forms.TextBox txtName;
|
|
|
|
private System.Windows.Forms.TextBox txtCode;
|
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
|
private System.Windows.Forms.TextBox txtBarCode;
|
|
|
|
private System.Windows.Forms.Label label31;
|
|
|
|
private System.Windows.Forms.CheckBox txtIsStandard;
|
|
|
|
private System.Windows.Forms.TextBox txtPackNumer;
|
|
|
|
private System.Windows.Forms.Label label5;
|
|
|
|
private System.Windows.Forms.CheckBox cbState;
|
|
|
|
}
|
|
|
|
}
|