|
@@ -59,10 +59,16 @@
|
|
|
this.mcd_inqty_label = new System.Windows.Forms.Label();
|
|
|
this.mc_restqty_label = new System.Windows.Forms.Label();
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
+ this.ob_sendqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
|
this.ob_checkno = new System.Windows.Forms.Label();
|
|
|
+ this.SendCheck = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.ob_batchqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.ob_batchqty_label = new System.Windows.Forms.Label();
|
|
|
+ this.ob_nowcheckqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.ob_nowcheckqty_label = new System.Windows.Forms.Label();
|
|
|
+ this.mcd_remainqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.mcd_inqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.pr_detail_label = new System.Windows.Forms.Label();
|
|
|
this.ma_softversion_label = new System.Windows.Forms.Label();
|
|
|
this.BadInfSource = new System.Windows.Forms.BindingSource(this.components);
|
|
@@ -75,12 +81,6 @@
|
|
|
this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
|
|
|
this.Filter = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder();
|
|
|
this.ma_softversion = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
- this.ob_sendqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
- this.SendCheck = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
- this.ob_batchqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
- this.ob_nowcheckqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
- this.mcd_remainqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
- this.mcd_inqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.Save = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.bc_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
|
|
@@ -383,6 +383,19 @@
|
|
|
this.panel1.Size = new System.Drawing.Size(315, 127);
|
|
|
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(109, 91);
|
|
|
+ this.ob_sendqty.MaximumSize = new System.Drawing.Size(150, 0);
|
|
|
+ this.ob_sendqty.Name = "ob_sendqty";
|
|
|
+ this.ob_sendqty.Size = new System.Drawing.Size(0, 21);
|
|
|
+ this.ob_sendqty.TabIndex = 78;
|
|
|
+ this.ob_sendqty.Tag = "ob_batchqty";
|
|
|
+ //
|
|
|
// label7
|
|
|
//
|
|
|
this.label7.AutoSize = true;
|
|
@@ -407,6 +420,39 @@
|
|
|
this.ob_checkno.Visible = false;
|
|
|
this.ob_checkno.TextChanged += new System.EventHandler(this.ob_checkno_TextChanged);
|
|
|
//
|
|
|
+ // SendCheck
|
|
|
+ //
|
|
|
+ this.SendCheck.AllPower = null;
|
|
|
+ this.SendCheck.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.SendCheck.DownImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.DownImage")));
|
|
|
+ this.SendCheck.Enabled = false;
|
|
|
+ this.SendCheck.Image = null;
|
|
|
+ this.SendCheck.IsShowBorder = true;
|
|
|
+ this.SendCheck.Location = new System.Drawing.Point(229, 90);
|
|
|
+ this.SendCheck.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.SendCheck.MoveImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.MoveImage")));
|
|
|
+ this.SendCheck.Name = "SendCheck";
|
|
|
+ this.SendCheck.NormalImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.NormalImage")));
|
|
|
+ this.SendCheck.Power = null;
|
|
|
+ this.SendCheck.Size = new System.Drawing.Size(65, 26);
|
|
|
+ this.SendCheck.TabIndex = 72;
|
|
|
+ this.SendCheck.Text = "送检";
|
|
|
+ this.SendCheck.UseVisualStyleBackColor = false;
|
|
|
+ this.SendCheck.Click += new System.EventHandler(this.SendCheck_Click);
|
|
|
+ //
|
|
|
+ // ob_batchqty
|
|
|
+ //
|
|
|
+ this.ob_batchqty.AutoSize = true;
|
|
|
+ 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(109, 51);
|
|
|
+ this.ob_batchqty.MaximumSize = new System.Drawing.Size(150, 0);
|
|
|
+ this.ob_batchqty.Name = "ob_batchqty";
|
|
|
+ this.ob_batchqty.Size = new System.Drawing.Size(0, 21);
|
|
|
+ this.ob_batchqty.TabIndex = 75;
|
|
|
+ this.ob_batchqty.Tag = "ob_batchqty";
|
|
|
+ //
|
|
|
// ob_batchqty_label
|
|
|
//
|
|
|
this.ob_batchqty_label.AutoSize = true;
|
|
@@ -418,6 +464,19 @@
|
|
|
this.ob_batchqty_label.TabIndex = 74;
|
|
|
this.ob_batchqty_label.Text = "抽检批数";
|
|
|
//
|
|
|
+ // ob_nowcheckqty
|
|
|
+ //
|
|
|
+ this.ob_nowcheckqty.AutoSize = true;
|
|
|
+ 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(248, 51);
|
|
|
+ this.ob_nowcheckqty.MaximumSize = new System.Drawing.Size(150, 0);
|
|
|
+ this.ob_nowcheckqty.Name = "ob_nowcheckqty";
|
|
|
+ this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 21);
|
|
|
+ this.ob_nowcheckqty.TabIndex = 73;
|
|
|
+ this.ob_nowcheckqty.Tag = "ob_nowcheckqty";
|
|
|
+ //
|
|
|
// ob_nowcheckqty_label
|
|
|
//
|
|
|
this.ob_nowcheckqty_label.AutoSize = true;
|
|
@@ -429,6 +488,30 @@
|
|
|
this.ob_nowcheckqty_label.TabIndex = 72;
|
|
|
this.ob_nowcheckqty_label.Text = "当前批数";
|
|
|
//
|
|
|
+ // mcd_remainqty
|
|
|
+ //
|
|
|
+ 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(109, 12);
|
|
|
+ this.mcd_remainqty.MaximumSize = new System.Drawing.Size(150, 0);
|
|
|
+ this.mcd_remainqty.Name = "mcd_remainqty";
|
|
|
+ this.mcd_remainqty.Size = new System.Drawing.Size(0, 21);
|
|
|
+ this.mcd_remainqty.TabIndex = 57;
|
|
|
+ this.mcd_remainqty.Tag = "mcd_remainqty";
|
|
|
+ //
|
|
|
+ // mcd_inqty
|
|
|
+ //
|
|
|
+ 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(248, 12);
|
|
|
+ this.mcd_inqty.MaximumSize = new System.Drawing.Size(150, 0);
|
|
|
+ this.mcd_inqty.Name = "mcd_inqty";
|
|
|
+ this.mcd_inqty.Size = new System.Drawing.Size(0, 21);
|
|
|
+ this.mcd_inqty.TabIndex = 54;
|
|
|
+ this.mcd_inqty.Tag = "mcd_inqty";
|
|
|
+ //
|
|
|
// pr_detail_label
|
|
|
//
|
|
|
this.pr_detail_label.AutoSize = true;
|
|
@@ -496,8 +579,6 @@
|
|
|
// SMTBind
|
|
|
//
|
|
|
this.SMTBind.AutoSize = true;
|
|
|
- this.SMTBind.Checked = true;
|
|
|
- this.SMTBind.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
this.SMTBind.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.SMTBind.Location = new System.Drawing.Point(558, 500);
|
|
|
this.SMTBind.Margin = new System.Windows.Forms.Padding(2);
|
|
@@ -506,6 +587,7 @@
|
|
|
this.SMTBind.TabIndex = 195;
|
|
|
this.SMTBind.Text = "SMT分板过站";
|
|
|
this.SMTBind.UseVisualStyleBackColor = true;
|
|
|
+ this.SMTBind.Visible = false;
|
|
|
//
|
|
|
// StepCount
|
|
|
//
|
|
@@ -541,89 +623,6 @@
|
|
|
this.ma_softversion.Size = new System.Drawing.Size(0, 21);
|
|
|
this.ma_softversion.TabIndex = 73;
|
|
|
//
|
|
|
- // 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(109, 91);
|
|
|
- this.ob_sendqty.MaximumSize = new System.Drawing.Size(150, 0);
|
|
|
- this.ob_sendqty.Name = "ob_sendqty";
|
|
|
- this.ob_sendqty.Size = new System.Drawing.Size(0, 21);
|
|
|
- this.ob_sendqty.TabIndex = 78;
|
|
|
- this.ob_sendqty.Tag = "ob_batchqty";
|
|
|
- //
|
|
|
- // SendCheck
|
|
|
- //
|
|
|
- this.SendCheck.AllPower = null;
|
|
|
- this.SendCheck.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.SendCheck.DownImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.DownImage")));
|
|
|
- this.SendCheck.Enabled = false;
|
|
|
- this.SendCheck.Image = null;
|
|
|
- this.SendCheck.IsShowBorder = true;
|
|
|
- this.SendCheck.Location = new System.Drawing.Point(229, 90);
|
|
|
- this.SendCheck.Margin = new System.Windows.Forms.Padding(2);
|
|
|
- this.SendCheck.MoveImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.MoveImage")));
|
|
|
- this.SendCheck.Name = "SendCheck";
|
|
|
- this.SendCheck.NormalImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.NormalImage")));
|
|
|
- this.SendCheck.Power = null;
|
|
|
- this.SendCheck.Size = new System.Drawing.Size(65, 26);
|
|
|
- this.SendCheck.TabIndex = 72;
|
|
|
- this.SendCheck.Text = "送检";
|
|
|
- this.SendCheck.UseVisualStyleBackColor = false;
|
|
|
- this.SendCheck.Click += new System.EventHandler(this.SendCheck_Click);
|
|
|
- //
|
|
|
- // ob_batchqty
|
|
|
- //
|
|
|
- this.ob_batchqty.AutoSize = true;
|
|
|
- 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(109, 51);
|
|
|
- this.ob_batchqty.MaximumSize = new System.Drawing.Size(150, 0);
|
|
|
- this.ob_batchqty.Name = "ob_batchqty";
|
|
|
- this.ob_batchqty.Size = new System.Drawing.Size(0, 21);
|
|
|
- this.ob_batchqty.TabIndex = 75;
|
|
|
- this.ob_batchqty.Tag = "ob_batchqty";
|
|
|
- //
|
|
|
- // ob_nowcheckqty
|
|
|
- //
|
|
|
- this.ob_nowcheckqty.AutoSize = true;
|
|
|
- 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(248, 51);
|
|
|
- this.ob_nowcheckqty.MaximumSize = new System.Drawing.Size(150, 0);
|
|
|
- this.ob_nowcheckqty.Name = "ob_nowcheckqty";
|
|
|
- this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 21);
|
|
|
- this.ob_nowcheckqty.TabIndex = 73;
|
|
|
- this.ob_nowcheckqty.Tag = "ob_nowcheckqty";
|
|
|
- //
|
|
|
- // mcd_remainqty
|
|
|
- //
|
|
|
- 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(109, 12);
|
|
|
- this.mcd_remainqty.MaximumSize = new System.Drawing.Size(150, 0);
|
|
|
- this.mcd_remainqty.Name = "mcd_remainqty";
|
|
|
- this.mcd_remainqty.Size = new System.Drawing.Size(0, 21);
|
|
|
- this.mcd_remainqty.TabIndex = 57;
|
|
|
- this.mcd_remainqty.Tag = "mcd_remainqty";
|
|
|
- //
|
|
|
- // mcd_inqty
|
|
|
- //
|
|
|
- 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(248, 12);
|
|
|
- this.mcd_inqty.MaximumSize = new System.Drawing.Size(150, 0);
|
|
|
- this.mcd_inqty.Name = "mcd_inqty";
|
|
|
- this.mcd_inqty.Size = new System.Drawing.Size(0, 21);
|
|
|
- this.mcd_inqty.TabIndex = 54;
|
|
|
- this.mcd_inqty.Tag = "mcd_inqty";
|
|
|
- //
|
|
|
// Save
|
|
|
//
|
|
|
this.Save.AllPower = null;
|