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.
342 lines
15 KiB
342 lines
15 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.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.txtModel = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.txtUnitCode = new Stone.WinModule.MyControl.MySelectTextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.txtColorCode = new Stone.WinModule.MyControl.MySelectTextBox();
|
|
this.txtCarModelCode = new Stone.WinModule.MyControl.MySelectTextBox();
|
|
this.txtTypeCode = new System.Windows.Forms.ComboBox();
|
|
this.label24 = new System.Windows.Forms.Label();
|
|
this.txtDeploy = new System.Windows.Forms.TextBox();
|
|
this.label21 = new System.Windows.Forms.Label();
|
|
this.txtLocationCode = new Stone.WinModule.MyControl.MySelectTextBox();
|
|
this.label34 = new System.Windows.Forms.Label();
|
|
this.txtExclude = new System.Windows.Forms.TextBox();
|
|
this.label33 = new System.Windows.Forms.Label();
|
|
this.txtTubeSensor = new System.Windows.Forms.TextBox();
|
|
this.label35 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnAddNewLine
|
|
//
|
|
this.btnAddNewLine.Location = new System.Drawing.Point(49, 360);
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Location = new System.Drawing.Point(262, 360);
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.Location = new System.Drawing.Point(175, 360);
|
|
//
|
|
// txtName
|
|
//
|
|
this.txtName.Location = new System.Drawing.Point(119, 75);
|
|
this.txtName.MaxLength = 100;
|
|
this.txtName.Name = "txtName";
|
|
this.txtName.Size = new System.Drawing.Size(222, 21);
|
|
this.txtName.TabIndex = 1;
|
|
//
|
|
// txtCode
|
|
//
|
|
this.txtCode.Location = new System.Drawing.Point(119, 45);
|
|
this.txtCode.MaxLength = 20;
|
|
this.txtCode.Name = "txtCode";
|
|
this.txtCode.Size = new System.Drawing.Size(222, 21);
|
|
this.txtCode.TabIndex = 0;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(53, 79);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(65, 12);
|
|
this.label2.TabIndex = 106;
|
|
this.label2.Text = "存货名称:";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(53, 49);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(65, 12);
|
|
this.label1.TabIndex = 105;
|
|
this.label1.Text = "存货代码:";
|
|
//
|
|
// txtModel
|
|
//
|
|
this.txtModel.Location = new System.Drawing.Point(119, 102);
|
|
this.txtModel.MaxLength = 50;
|
|
this.txtModel.Name = "txtModel";
|
|
this.txtModel.Size = new System.Drawing.Size(222, 21);
|
|
this.txtModel.TabIndex = 2;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(53, 106);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(65, 12);
|
|
this.label3.TabIndex = 108;
|
|
this.label3.Text = "规格型号:";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(77, 162);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(41, 12);
|
|
this.label4.TabIndex = 110;
|
|
this.label4.Text = "车型:";
|
|
//
|
|
// txtUnitCode
|
|
//
|
|
this.txtUnitCode.Location = new System.Drawing.Point(119, 130);
|
|
this.txtUnitCode.Name = "txtUnitCode";
|
|
this.txtUnitCode.ReadOnly = false;
|
|
this.txtUnitCode.Size = new System.Drawing.Size(222, 21);
|
|
this.txtUnitCode.TabIndex = 3;
|
|
this.txtUnitCode.OnSelectClick += new System.EventHandler(this.txtUnitCode_OnSelectClick);
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(77, 134);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(41, 12);
|
|
this.label5.TabIndex = 112;
|
|
this.label5.Text = "单位:";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(77, 190);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(41, 12);
|
|
this.label6.TabIndex = 114;
|
|
this.label6.Text = "颜色:";
|
|
//
|
|
// txtColorCode
|
|
//
|
|
this.txtColorCode.Location = new System.Drawing.Point(119, 186);
|
|
this.txtColorCode.Name = "txtColorCode";
|
|
this.txtColorCode.ReadOnly = false;
|
|
this.txtColorCode.Size = new System.Drawing.Size(222, 21);
|
|
this.txtColorCode.TabIndex = 5;
|
|
this.txtColorCode.OnSelectClick += new System.EventHandler(this.txtColorCode_OnSelectClick);
|
|
//
|
|
// txtCarModelCode
|
|
//
|
|
this.txtCarModelCode.Location = new System.Drawing.Point(119, 157);
|
|
this.txtCarModelCode.Name = "txtCarModelCode";
|
|
this.txtCarModelCode.ReadOnly = false;
|
|
this.txtCarModelCode.Size = new System.Drawing.Size(222, 21);
|
|
this.txtCarModelCode.TabIndex = 4;
|
|
this.txtCarModelCode.OnSelectClick += new System.EventHandler(this.txtCarModelCode_OnSelectClick);
|
|
//
|
|
// txtTypeCode
|
|
//
|
|
this.txtTypeCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.txtTypeCode.FormattingEnabled = true;
|
|
this.txtTypeCode.Location = new System.Drawing.Point(119, 17);
|
|
this.txtTypeCode.Name = "txtTypeCode";
|
|
this.txtTypeCode.Size = new System.Drawing.Size(222, 20);
|
|
this.txtTypeCode.TabIndex = 159;
|
|
//
|
|
// label24
|
|
//
|
|
this.label24.AutoSize = true;
|
|
this.label24.Location = new System.Drawing.Point(53, 21);
|
|
this.label24.Name = "label24";
|
|
this.label24.Size = new System.Drawing.Size(65, 12);
|
|
this.label24.TabIndex = 158;
|
|
this.label24.Text = "存货分类:";
|
|
//
|
|
// txtDeploy
|
|
//
|
|
this.txtDeploy.Location = new System.Drawing.Point(119, 213);
|
|
this.txtDeploy.MaxLength = 50;
|
|
this.txtDeploy.Name = "txtDeploy";
|
|
this.txtDeploy.Size = new System.Drawing.Size(222, 21);
|
|
this.txtDeploy.TabIndex = 171;
|
|
//
|
|
// label21
|
|
//
|
|
this.label21.AutoSize = true;
|
|
this.label21.Location = new System.Drawing.Point(83, 216);
|
|
this.label21.Name = "label21";
|
|
this.label21.Size = new System.Drawing.Size(41, 12);
|
|
this.label21.TabIndex = 172;
|
|
this.label21.Text = "配置:";
|
|
//
|
|
// txtLocationCode
|
|
//
|
|
this.txtLocationCode.Location = new System.Drawing.Point(119, 240);
|
|
this.txtLocationCode.Name = "txtLocationCode";
|
|
this.txtLocationCode.ReadOnly = false;
|
|
this.txtLocationCode.Size = new System.Drawing.Size(222, 21);
|
|
this.txtLocationCode.TabIndex = 189;
|
|
this.txtLocationCode.OnSelectClick += new System.EventHandler(this.txtLocationCode_OnSelectClick);
|
|
//
|
|
// label34
|
|
//
|
|
this.label34.AutoSize = true;
|
|
this.label34.Location = new System.Drawing.Point(53, 245);
|
|
this.label34.Name = "label34";
|
|
this.label34.Size = new System.Drawing.Size(65, 12);
|
|
this.label34.TabIndex = 191;
|
|
this.label34.Text = "亮灯库位:";
|
|
//
|
|
// txtExclude
|
|
//
|
|
this.txtExclude.Location = new System.Drawing.Point(119, 267);
|
|
this.txtExclude.MaxLength = 250;
|
|
this.txtExclude.Name = "txtExclude";
|
|
this.txtExclude.Size = new System.Drawing.Size(224, 21);
|
|
this.txtExclude.TabIndex = 192;
|
|
//
|
|
// label33
|
|
//
|
|
this.label33.AutoSize = true;
|
|
this.label33.Location = new System.Drawing.Point(41, 270);
|
|
this.label33.Name = "label33";
|
|
this.label33.Size = new System.Drawing.Size(77, 12);
|
|
this.label33.TabIndex = 193;
|
|
this.label33.Text = "排除零件号:";
|
|
//
|
|
// txtTubeSensor
|
|
//
|
|
this.txtTubeSensor.Location = new System.Drawing.Point(119, 294);
|
|
this.txtTubeSensor.MaxLength = 250;
|
|
this.txtTubeSensor.Name = "txtTubeSensor";
|
|
this.txtTubeSensor.Size = new System.Drawing.Size(224, 21);
|
|
this.txtTubeSensor.TabIndex = 194;
|
|
//
|
|
// label35
|
|
//
|
|
this.label35.AutoSize = true;
|
|
this.label35.Location = new System.Drawing.Point(35, 297);
|
|
this.label35.Name = "label35";
|
|
this.label35.Size = new System.Drawing.Size(83, 12);
|
|
this.label35.TabIndex = 195;
|
|
this.label35.Text = "Tube Sensor:";
|
|
//
|
|
// frmProductDetail
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.ClientSize = new System.Drawing.Size(401, 450);
|
|
this.Controls.Add(this.txtTubeSensor);
|
|
this.Controls.Add(this.label35);
|
|
this.Controls.Add(this.txtExclude);
|
|
this.Controls.Add(this.label33);
|
|
this.Controls.Add(this.txtLocationCode);
|
|
this.Controls.Add(this.label34);
|
|
this.Controls.Add(this.txtDeploy);
|
|
this.Controls.Add(this.label21);
|
|
this.Controls.Add(this.txtTypeCode);
|
|
this.Controls.Add(this.label24);
|
|
this.Controls.Add(this.txtCarModelCode);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.txtColorCode);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.txtUnitCode);
|
|
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.frmProductDetail_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.txtUnitCode, 0);
|
|
this.Controls.SetChildIndex(this.label5, 0);
|
|
this.Controls.SetChildIndex(this.txtColorCode, 0);
|
|
this.Controls.SetChildIndex(this.label6, 0);
|
|
this.Controls.SetChildIndex(this.txtCarModelCode, 0);
|
|
this.Controls.SetChildIndex(this.label24, 0);
|
|
this.Controls.SetChildIndex(this.txtTypeCode, 0);
|
|
this.Controls.SetChildIndex(this.label21, 0);
|
|
this.Controls.SetChildIndex(this.txtDeploy, 0);
|
|
this.Controls.SetChildIndex(this.label34, 0);
|
|
this.Controls.SetChildIndex(this.txtLocationCode, 0);
|
|
this.Controls.SetChildIndex(this.label33, 0);
|
|
this.Controls.SetChildIndex(this.txtExclude, 0);
|
|
this.Controls.SetChildIndex(this.label35, 0);
|
|
this.Controls.SetChildIndex(this.txtTubeSensor, 0);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
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 txtModel;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private Stone.WinModule.MyControl.MySelectTextBox txtUnitCode;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label6;
|
|
private Stone.WinModule.MyControl.MySelectTextBox txtColorCode;
|
|
private Stone.WinModule.MyControl.MySelectTextBox txtCarModelCode;
|
|
private System.Windows.Forms.ComboBox txtTypeCode;
|
|
private System.Windows.Forms.Label label24;
|
|
private System.Windows.Forms.TextBox txtDeploy;
|
|
private System.Windows.Forms.Label label21;
|
|
private Stone.WinModule.MyControl.MySelectTextBox txtLocationCode;
|
|
private System.Windows.Forms.Label label34;
|
|
private System.Windows.Forms.TextBox txtExclude;
|
|
private System.Windows.Forms.Label label33;
|
|
private System.Windows.Forms.TextBox txtTubeSensor;
|
|
private System.Windows.Forms.Label label35;
|
|
}
|
|
}
|
|
|