|
|
@@ -47,11 +47,11 @@
|
|
|
this.Receive = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.Return = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.Scrap = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
- this.ST_ENSIONA = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
- this.ST_ENSIONB = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
- this.ST_ENSIONC = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
- this.ST_ENSIOND = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
- this.ST_ENSIONE = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.ST_ENSIONA = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
|
|
|
+ this.ST_ENSIONB = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
|
|
|
+ this.ST_ENSIONC = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
|
|
|
+ this.ST_ENSIOND = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
|
|
|
+ this.ST_ENSIONE = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
|
|
|
this.SU_DEVCODE1 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.SU_DEVCODE = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.ToolsBom = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
|
|
|
@@ -66,6 +66,8 @@
|
|
|
this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.ma_prodcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.ma_code = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
+ this.st_usecount = new System.Windows.Forms.Label();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.ToolsBom)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
@@ -287,6 +289,7 @@
|
|
|
this.ST_ENSIONA.ID = null;
|
|
|
this.ST_ENSIONA.Location = new System.Drawing.Point(160, 493);
|
|
|
this.ST_ENSIONA.Name = "ST_ENSIONA";
|
|
|
+ this.ST_ENSIONA.Negative = false;
|
|
|
this.ST_ENSIONA.Power = null;
|
|
|
this.ST_ENSIONA.Size = new System.Drawing.Size(120, 21);
|
|
|
this.ST_ENSIONA.Str = null;
|
|
|
@@ -302,6 +305,7 @@
|
|
|
this.ST_ENSIONB.ID = null;
|
|
|
this.ST_ENSIONB.Location = new System.Drawing.Point(325, 493);
|
|
|
this.ST_ENSIONB.Name = "ST_ENSIONB";
|
|
|
+ this.ST_ENSIONB.Negative = false;
|
|
|
this.ST_ENSIONB.Power = null;
|
|
|
this.ST_ENSIONB.Size = new System.Drawing.Size(120, 21);
|
|
|
this.ST_ENSIONB.Str = null;
|
|
|
@@ -317,6 +321,7 @@
|
|
|
this.ST_ENSIONC.ID = null;
|
|
|
this.ST_ENSIONC.Location = new System.Drawing.Point(489, 493);
|
|
|
this.ST_ENSIONC.Name = "ST_ENSIONC";
|
|
|
+ this.ST_ENSIONC.Negative = false;
|
|
|
this.ST_ENSIONC.Power = null;
|
|
|
this.ST_ENSIONC.Size = new System.Drawing.Size(120, 21);
|
|
|
this.ST_ENSIONC.Str = null;
|
|
|
@@ -332,6 +337,7 @@
|
|
|
this.ST_ENSIOND.ID = null;
|
|
|
this.ST_ENSIOND.Location = new System.Drawing.Point(160, 520);
|
|
|
this.ST_ENSIOND.Name = "ST_ENSIOND";
|
|
|
+ this.ST_ENSIOND.Negative = false;
|
|
|
this.ST_ENSIOND.Power = null;
|
|
|
this.ST_ENSIOND.Size = new System.Drawing.Size(120, 21);
|
|
|
this.ST_ENSIOND.Str = null;
|
|
|
@@ -347,6 +353,7 @@
|
|
|
this.ST_ENSIONE.ID = null;
|
|
|
this.ST_ENSIONE.Location = new System.Drawing.Point(325, 520);
|
|
|
this.ST_ENSIONE.Name = "ST_ENSIONE";
|
|
|
+ this.ST_ENSIONE.Negative = false;
|
|
|
this.ST_ENSIONE.Power = null;
|
|
|
this.ST_ENSIONE.Size = new System.Drawing.Size(120, 21);
|
|
|
this.ST_ENSIONE.Str = null;
|
|
|
@@ -507,11 +514,32 @@
|
|
|
this.ma_code.TextBoxEnable = true;
|
|
|
this.ma_code.TextKeyDown += new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextKeyDown(this.ma_code_TextKeyDown);
|
|
|
//
|
|
|
+ // st_usecount
|
|
|
+ //
|
|
|
+ this.st_usecount.AutoSize = true;
|
|
|
+ this.st_usecount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.st_usecount.Location = new System.Drawing.Point(476, 461);
|
|
|
+ this.st_usecount.Name = "st_usecount";
|
|
|
+ this.st_usecount.Size = new System.Drawing.Size(0, 21);
|
|
|
+ this.st_usecount.TabIndex = 112;
|
|
|
+ //
|
|
|
+ // label2
|
|
|
+ //
|
|
|
+ this.label2.AutoSize = true;
|
|
|
+ this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label2.Location = new System.Drawing.Point(357, 460);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(106, 21);
|
|
|
+ this.label2.TabIndex = 111;
|
|
|
+ this.label2.Text = "累计使用次数";
|
|
|
+ //
|
|
|
// Make_SMTStockStencil
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(908, 551);
|
|
|
+ this.Controls.Add(this.st_usecount);
|
|
|
+ this.Controls.Add(this.label2);
|
|
|
this.Controls.Add(this.SU_RETURNIFCLEAN);
|
|
|
this.Controls.Add(this.ma_qty);
|
|
|
this.Controls.Add(this.ma_qty_label);
|
|
|
@@ -563,15 +591,15 @@
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox SU_DEVCODE1;
|
|
|
private System.Windows.Forms.Label SU_DEVCODE1_label;
|
|
|
private System.Windows.Forms.Label label7;
|
|
|
- private CustomControl.TextBoxWithIcon.EnterTextBox ST_ENSIONE;
|
|
|
+ private CustomControl.TextBoxWithIcon.NumOnlyTextBox ST_ENSIONE;
|
|
|
private System.Windows.Forms.Label ST_ENSIONE_label;
|
|
|
- private CustomControl.TextBoxWithIcon.EnterTextBox ST_ENSIOND;
|
|
|
+ private CustomControl.TextBoxWithIcon.NumOnlyTextBox ST_ENSIOND;
|
|
|
private System.Windows.Forms.Label label9;
|
|
|
- private CustomControl.TextBoxWithIcon.EnterTextBox ST_ENSIONC;
|
|
|
+ private CustomControl.TextBoxWithIcon.NumOnlyTextBox ST_ENSIONC;
|
|
|
private System.Windows.Forms.Label ST_ENSIONC_label;
|
|
|
- private CustomControl.TextBoxWithIcon.EnterTextBox ST_ENSIONB;
|
|
|
+ private CustomControl.TextBoxWithIcon.NumOnlyTextBox ST_ENSIONB;
|
|
|
private System.Windows.Forms.Label ST_ENSIONB_label;
|
|
|
- private CustomControl.TextBoxWithIcon.EnterTextBox ST_ENSIONA;
|
|
|
+ private CustomControl.TextBoxWithIcon.NumOnlyTextBox ST_ENSIONA;
|
|
|
private System.Windows.Forms.Label ST_ENSIONA_label;
|
|
|
private CustomControl.ButtonUtil.NormalButton Scrap;
|
|
|
private CustomControl.ButtonUtil.NormalButton Return;
|
|
|
@@ -591,5 +619,7 @@
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox ma_prodcode;
|
|
|
private System.Windows.Forms.Label ma_qty_label;
|
|
|
private System.Windows.Forms.Label ms_makecode_label;
|
|
|
+ private System.Windows.Forms.Label st_usecount;
|
|
|
+ private System.Windows.Forms.Label label2;
|
|
|
}
|
|
|
}
|