|
|
@@ -81,6 +81,7 @@
|
|
|
this.mc_restqty_label = new System.Windows.Forms.Label();
|
|
|
this.mcd_inqty_label = new System.Windows.Forms.Label();
|
|
|
this.ob_checkno = new System.Windows.Forms.Label();
|
|
|
+ this.new_softversion = new System.Windows.Forms.TextBox();
|
|
|
this.ob_sendqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.ob_batchqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.ob_nowcheckqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
@@ -209,6 +210,7 @@
|
|
|
this.columnHeader9});
|
|
|
this.WaitRejectList.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.WaitRejectList.FullRowSelect = true;
|
|
|
+ this.WaitRejectList.HideSelection = false;
|
|
|
this.WaitRejectList.Location = new System.Drawing.Point(6, 423);
|
|
|
this.WaitRejectList.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.WaitRejectList.Name = "WaitRejectList";
|
|
|
@@ -290,6 +292,7 @@
|
|
|
this.columnHeader8,
|
|
|
this.columnHeader10});
|
|
|
this.ChoosedRejectList.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ChoosedRejectList.HideSelection = false;
|
|
|
this.ChoosedRejectList.Location = new System.Drawing.Point(552, 423);
|
|
|
this.ChoosedRejectList.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.ChoosedRejectList.Name = "ChoosedRejectList";
|
|
|
@@ -627,6 +630,17 @@
|
|
|
this.ob_checkno.Tag = "ob_checkno";
|
|
|
this.ob_checkno.Visible = false;
|
|
|
//
|
|
|
+ // new_softversion
|
|
|
+ //
|
|
|
+ this.new_softversion.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
+ this.new_softversion.Enabled = false;
|
|
|
+ this.new_softversion.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.new_softversion.Location = new System.Drawing.Point(124, 169);
|
|
|
+ this.new_softversion.Name = "new_softversion";
|
|
|
+ this.new_softversion.Size = new System.Drawing.Size(237, 31);
|
|
|
+ this.new_softversion.TabIndex = 243;
|
|
|
+ this.new_softversion.KeyDown += new System.Windows.Forms.KeyEventHandler(this.new_softversion_KeyDown);
|
|
|
+ //
|
|
|
// ob_sendqty
|
|
|
//
|
|
|
this.ob_sendqty.AutoSize = true;
|
|
|
@@ -798,6 +812,7 @@
|
|
|
this.ma_softversion.Name = "ma_softversion";
|
|
|
this.ma_softversion.Size = new System.Drawing.Size(0, 31);
|
|
|
this.ma_softversion.TabIndex = 73;
|
|
|
+ this.ma_softversion.Visible = false;
|
|
|
//
|
|
|
// Save
|
|
|
//
|
|
|
@@ -1007,6 +1022,7 @@
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackColor = System.Drawing.SystemColors.Control;
|
|
|
this.ClientSize = new System.Drawing.Size(1291, 788);
|
|
|
+ this.Controls.Add(this.new_softversion);
|
|
|
this.Controls.Add(this.ob_checkno);
|
|
|
this.Controls.Add(this.ob_sendqty);
|
|
|
this.Controls.Add(this.label12);
|
|
|
@@ -1168,5 +1184,6 @@
|
|
|
private CustomControl.ValueLabel.ValueLabel mcd_inqty;
|
|
|
private System.Windows.Forms.Label mcd_inqty_label;
|
|
|
private System.Windows.Forms.Label ob_checkno;
|
|
|
+ private System.Windows.Forms.TextBox new_softversion;
|
|
|
}
|
|
|
}
|