|
|
@@ -74,6 +74,8 @@
|
|
|
this.bc_groupcode = new UAS_MES.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
|
|
|
this.ms_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.SNCodeEnterTextBox();
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
+ this.ob_sendqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.label7 = new System.Windows.Forms.Label();
|
|
|
this.ob_checkno = new System.Windows.Forms.Label();
|
|
|
this.SendCheck = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.ob_batchqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
@@ -355,7 +357,7 @@
|
|
|
//
|
|
|
this.mcd_inqty_label.AutoSize = true;
|
|
|
this.mcd_inqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.mcd_inqty_label.Location = new System.Drawing.Point(209, 16);
|
|
|
+ this.mcd_inqty_label.Location = new System.Drawing.Point(209, 15);
|
|
|
this.mcd_inqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.mcd_inqty_label.Name = "mcd_inqty_label";
|
|
|
this.mcd_inqty_label.Size = new System.Drawing.Size(92, 27);
|
|
|
@@ -366,7 +368,7 @@
|
|
|
//
|
|
|
this.mc_restqty_label.AutoSize = true;
|
|
|
this.mc_restqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.mc_restqty_label.Location = new System.Drawing.Point(22, 16);
|
|
|
+ this.mc_restqty_label.Location = new System.Drawing.Point(22, 15);
|
|
|
this.mc_restqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.mc_restqty_label.Name = "mc_restqty_label";
|
|
|
this.mc_restqty_label.Size = new System.Drawing.Size(92, 27);
|
|
|
@@ -420,6 +422,7 @@
|
|
|
this.ma_code.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.ma_code.Name = "ma_code";
|
|
|
this.ma_code.Power = null;
|
|
|
+ this.ma_code.ReturnData = null;
|
|
|
this.ma_code.SelectField = null;
|
|
|
this.ma_code.SetValueField = null;
|
|
|
this.ma_code.Size = new System.Drawing.Size(157, 26);
|
|
|
@@ -427,6 +430,7 @@
|
|
|
this.ma_code.TableName = null;
|
|
|
this.ma_code.Tag = "ma_code";
|
|
|
this.ma_code.TextBoxEnable = true;
|
|
|
+ this.ma_code.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
|
|
|
//
|
|
|
// LockMakeCode
|
|
|
//
|
|
|
@@ -446,7 +450,7 @@
|
|
|
this.mcd_remainqty.AutoSize = true;
|
|
|
this.mcd_remainqty.CutLength = null;
|
|
|
this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.mcd_remainqty.Location = new System.Drawing.Point(145, 16);
|
|
|
+ this.mcd_remainqty.Location = new System.Drawing.Point(145, 15);
|
|
|
this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.mcd_remainqty.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
this.mcd_remainqty.Name = "mcd_remainqty";
|
|
|
@@ -483,7 +487,7 @@
|
|
|
this.mcd_inqty.AutoSize = true;
|
|
|
this.mcd_inqty.CutLength = null;
|
|
|
this.mcd_inqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.mcd_inqty.Location = new System.Drawing.Point(331, 16);
|
|
|
+ this.mcd_inqty.Location = new System.Drawing.Point(331, 15);
|
|
|
this.mcd_inqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.mcd_inqty.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
this.mcd_inqty.Name = "mcd_inqty";
|
|
|
@@ -502,7 +506,6 @@
|
|
|
this.ma_prodcode.Name = "ma_prodcode";
|
|
|
this.ma_prodcode.Size = new System.Drawing.Size(0, 27);
|
|
|
this.ma_prodcode.TabIndex = 53;
|
|
|
- this.ma_prodcode.TextChanged += new System.EventHandler(this.ma_prodcode_TextChanged);
|
|
|
//
|
|
|
// OperateResult
|
|
|
//
|
|
|
@@ -603,6 +606,8 @@
|
|
|
// panel1
|
|
|
//
|
|
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
+ this.panel1.Controls.Add(this.ob_sendqty);
|
|
|
+ this.panel1.Controls.Add(this.label7);
|
|
|
this.panel1.Controls.Add(this.ob_checkno);
|
|
|
this.panel1.Controls.Add(this.SendCheck);
|
|
|
this.panel1.Controls.Add(this.ob_batchqty);
|
|
|
@@ -618,6 +623,32 @@
|
|
|
this.panel1.Size = new System.Drawing.Size(419, 158);
|
|
|
this.panel1.TabIndex = 71;
|
|
|
//
|
|
|
+ // ob_sendqty
|
|
|
+ //
|
|
|
+ this.ob_sendqty.AutoSize = true;
|
|
|
+ this.ob_sendqty.CutLength = null;
|
|
|
+ this.ob_sendqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ob_sendqty.ForeColor = System.Drawing.Color.Black;
|
|
|
+ this.ob_sendqty.Location = new System.Drawing.Point(145, 114);
|
|
|
+ this.ob_sendqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.ob_sendqty.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
+ this.ob_sendqty.Name = "ob_sendqty";
|
|
|
+ this.ob_sendqty.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.ob_sendqty.TabIndex = 78;
|
|
|
+ this.ob_sendqty.Tag = "ob_batchqty";
|
|
|
+ //
|
|
|
+ // label7
|
|
|
+ //
|
|
|
+ this.label7.AutoSize = true;
|
|
|
+ this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label7.ForeColor = System.Drawing.Color.Black;
|
|
|
+ this.label7.Location = new System.Drawing.Point(22, 114);
|
|
|
+ this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label7.Name = "label7";
|
|
|
+ this.label7.Size = new System.Drawing.Size(92, 27);
|
|
|
+ this.label7.TabIndex = 77;
|
|
|
+ this.label7.Text = "已送检数";
|
|
|
+ //
|
|
|
// ob_checkno
|
|
|
//
|
|
|
this.ob_checkno.AutoSize = true;
|
|
|
@@ -658,7 +689,7 @@
|
|
|
this.ob_batchqty.CutLength = null;
|
|
|
this.ob_batchqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.ob_batchqty.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.ob_batchqty.Location = new System.Drawing.Point(145, 65);
|
|
|
+ this.ob_batchqty.Location = new System.Drawing.Point(145, 64);
|
|
|
this.ob_batchqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.ob_batchqty.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
this.ob_batchqty.Name = "ob_batchqty";
|
|
|
@@ -671,7 +702,7 @@
|
|
|
this.ob_batchqty_label.AutoSize = true;
|
|
|
this.ob_batchqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.ob_batchqty_label.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.ob_batchqty_label.Location = new System.Drawing.Point(22, 65);
|
|
|
+ this.ob_batchqty_label.Location = new System.Drawing.Point(22, 64);
|
|
|
this.ob_batchqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.ob_batchqty_label.Name = "ob_batchqty_label";
|
|
|
this.ob_batchqty_label.Size = new System.Drawing.Size(92, 27);
|
|
|
@@ -684,7 +715,7 @@
|
|
|
this.ob_nowcheckqty.CutLength = null;
|
|
|
this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.ob_nowcheckqty.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.ob_nowcheckqty.Location = new System.Drawing.Point(331, 65);
|
|
|
+ this.ob_nowcheckqty.Location = new System.Drawing.Point(331, 64);
|
|
|
this.ob_nowcheckqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.ob_nowcheckqty.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
this.ob_nowcheckqty.Name = "ob_nowcheckqty";
|
|
|
@@ -697,7 +728,7 @@
|
|
|
this.ob_nowcheckqty_label.AutoSize = true;
|
|
|
this.ob_nowcheckqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.ob_nowcheckqty_label.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.ob_nowcheckqty_label.Location = new System.Drawing.Point(209, 65);
|
|
|
+ this.ob_nowcheckqty_label.Location = new System.Drawing.Point(209, 64);
|
|
|
this.ob_nowcheckqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.ob_nowcheckqty_label.Name = "ob_nowcheckqty_label";
|
|
|
this.ob_nowcheckqty_label.Size = new System.Drawing.Size(92, 27);
|
|
|
@@ -824,5 +855,7 @@
|
|
|
private System.Windows.Forms.Label pr_detail_label;
|
|
|
private System.Windows.Forms.ColumnHeader columnHeader2;
|
|
|
private System.Windows.Forms.ColumnHeader columnHeader8;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel ob_sendqty;
|
|
|
+ private System.Windows.Forms.Label label7;
|
|
|
}
|
|
|
}
|