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.
280 lines
12 KiB
280 lines
12 KiB
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.SuspendLayout();
|
|
//
|
|
// btnAddNewLine
|
|
//
|
|
this.btnAddNewLine.Location = new System.Drawing.Point(184, 331);
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Location = new System.Drawing.Point(411, 331);
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.Location = new System.Drawing.Point(324, 331);
|
|
//
|
|
// txtDeploy
|
|
//
|
|
this.txtDeploy.Location = new System.Drawing.Point(107, 184);
|
|
this.txtDeploy.MaxLength = 50;
|
|
this.txtDeploy.Name = "txtDeploy";
|
|
this.txtDeploy.Size = new System.Drawing.Size(385, 21);
|
|
this.txtDeploy.TabIndex = 5;
|
|
//
|
|
// label21
|
|
//
|
|
this.label21.AutoSize = true;
|
|
this.label21.Location = new System.Drawing.Point(63, 188);
|
|
this.label21.Name = "label21";
|
|
this.label21.Size = new System.Drawing.Size(41, 12);
|
|
this.label21.TabIndex = 186;
|
|
this.label21.Text = "配置:";
|
|
//
|
|
// txtCarModelCode
|
|
//
|
|
this.txtCarModelCode.Location = new System.Drawing.Point(107, 126);
|
|
this.txtCarModelCode.Name = "txtCarModelCode";
|
|
this.txtCarModelCode.ReadOnly = false;
|
|
this.txtCarModelCode.Size = new System.Drawing.Size(385, 21);
|
|
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(63, 159);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(41, 12);
|
|
this.label6.TabIndex = 185;
|
|
this.label6.Text = "颜色:";
|
|
//
|
|
// txtColorCode
|
|
//
|
|
this.txtColorCode.Location = new System.Drawing.Point(107, 155);
|
|
this.txtColorCode.Name = "txtColorCode";
|
|
this.txtColorCode.ReadOnly = false;
|
|
this.txtColorCode.Size = new System.Drawing.Size(385, 21);
|
|
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(63, 130);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(41, 12);
|
|
this.label4.TabIndex = 183;
|
|
this.label4.Text = "车型:";
|
|
//
|
|
// txtModel
|
|
//
|
|
this.txtModel.Location = new System.Drawing.Point(107, 97);
|
|
this.txtModel.MaxLength = 50;
|
|
this.txtModel.Name = "txtModel";
|
|
this.txtModel.Size = new System.Drawing.Size(385, 21);
|
|
this.txtModel.TabIndex = 2;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(39, 101);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(65, 12);
|
|
this.label3.TabIndex = 182;
|
|
this.label3.Text = "规格型号:";
|
|
//
|
|
// txtName
|
|
//
|
|
this.txtName.Location = new System.Drawing.Point(107, 68);
|
|
this.txtName.MaxLength = 100;
|
|
this.txtName.Name = "txtName";
|
|
this.txtName.Size = new System.Drawing.Size(385, 21);
|
|
this.txtName.TabIndex = 1;
|
|
//
|
|
// txtCode
|
|
//
|
|
this.txtCode.Location = new System.Drawing.Point(107, 39);
|
|
this.txtCode.MaxLength = 20;
|
|
this.txtCode.Name = "txtCode";
|
|
this.txtCode.Size = new System.Drawing.Size(385, 21);
|
|
this.txtCode.TabIndex = 0;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(39, 72);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(65, 12);
|
|
this.label2.TabIndex = 181;
|
|
this.label2.Text = "存货名称:";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(39, 43);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(65, 12);
|
|
this.label1.TabIndex = 180;
|
|
this.label1.Text = "存货代码:";
|
|
//
|
|
// txtBarCode
|
|
//
|
|
this.txtBarCode.Location = new System.Drawing.Point(107, 213);
|
|
this.txtBarCode.MaxLength = 50;
|
|
this.txtBarCode.Name = "txtBarCode";
|
|
this.txtBarCode.Size = new System.Drawing.Size(385, 21);
|
|
this.txtBarCode.TabIndex = 6;
|
|
//
|
|
// label31
|
|
//
|
|
this.label31.AutoSize = true;
|
|
this.label31.Location = new System.Drawing.Point(51, 217);
|
|
this.label31.Name = "label31";
|
|
this.label31.Size = new System.Drawing.Size(53, 12);
|
|
this.label31.TabIndex = 204;
|
|
this.label31.Text = "条码号:";
|
|
//
|
|
// txtIsStandard
|
|
//
|
|
this.txtIsStandard.AutoSize = true;
|
|
this.txtIsStandard.Location = new System.Drawing.Point(411, 245);
|
|
this.txtIsStandard.Name = "txtIsStandard";
|
|
this.txtIsStandard.Size = new System.Drawing.Size(78, 16);
|
|
this.txtIsStandard.TabIndex = 14;
|
|
this.txtIsStandard.Text = "是否STD件";
|
|
this.txtIsStandard.UseVisualStyleBackColor = true;
|
|
//
|
|
// txtPackNumer
|
|
//
|
|
this.txtPackNumer.Location = new System.Drawing.Point(107, 242);
|
|
this.txtPackNumer.MaxLength = 5;
|
|
this.txtPackNumer.Name = "txtPackNumer";
|
|
this.txtPackNumer.Size = new System.Drawing.Size(276, 21);
|
|
this.txtPackNumer.TabIndex = 13;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(39, 246);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(65, 12);
|
|
this.label5.TabIndex = 216;
|
|
this.label5.Text = "装箱数量:";
|
|
//
|
|
// frmProductDetail
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.ClientSize = new System.Drawing.Size(534, 413);
|
|
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.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.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;
|
|
}
|
|
}
|
|
|