|
@@ -59,16 +59,10 @@
|
|
|
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);
|
|
@@ -77,13 +71,20 @@
|
|
|
this.Lock_label = new System.Windows.Forms.Label();
|
|
|
this.ma_salecode = new System.Windows.Forms.Label();
|
|
|
this.pr_sendchecktype = new System.Windows.Forms.Label();
|
|
|
+ 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();
|
|
|
this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
|
|
|
- this.pr_detail = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.pr_spec = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.ma_qty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.ma_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
@@ -93,7 +94,6 @@
|
|
|
this.bc_remark = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.bc_groupcode = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
|
|
|
this.ms_sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
- this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
|
|
|
this.panel1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
@@ -303,7 +303,7 @@
|
|
|
this.AutoBadCode.AutoSize = true;
|
|
|
this.AutoBadCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.AutoBadCode.Location = new System.Drawing.Point(720, 151);
|
|
|
- this.AutoBadCode.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.AutoBadCode.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.AutoBadCode.Name = "AutoBadCode";
|
|
|
this.AutoBadCode.Size = new System.Drawing.Size(123, 21);
|
|
|
this.AutoBadCode.TabIndex = 69;
|
|
@@ -377,24 +377,11 @@
|
|
|
this.panel1.Controls.Add(this.mcd_inqty);
|
|
|
this.panel1.Controls.Add(this.mcd_inqty_label);
|
|
|
this.panel1.Location = new System.Drawing.Point(537, 14);
|
|
|
- this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.panel1.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.panel1.Name = "panel1";
|
|
|
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;
|
|
@@ -419,39 +406,6 @@
|
|
|
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, 2, 2, 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;
|
|
@@ -463,19 +417,6 @@
|
|
|
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;
|
|
@@ -487,30 +428,6 @@
|
|
|
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;
|
|
@@ -519,7 +436,7 @@
|
|
|
this.pr_detail_label.Name = "pr_detail_label";
|
|
|
this.pr_detail_label.Size = new System.Drawing.Size(74, 21);
|
|
|
this.pr_detail_label.TabIndex = 6;
|
|
|
- this.pr_detail_label.Text = "产品名称";
|
|
|
+ this.pr_detail_label.Text = "产品规格";
|
|
|
//
|
|
|
// ma_softversion_label
|
|
|
//
|
|
@@ -538,7 +455,7 @@
|
|
|
this.NoteForChange.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
this.NoteForChange.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.NoteForChange.Location = new System.Drawing.Point(290, 112);
|
|
|
- this.NoteForChange.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.NoteForChange.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.NoteForChange.Name = "NoteForChange";
|
|
|
this.NoteForChange.Size = new System.Drawing.Size(99, 21);
|
|
|
this.NoteForChange.TabIndex = 75;
|
|
@@ -575,12 +492,23 @@
|
|
|
this.pr_sendchecktype.TabIndex = 79;
|
|
|
this.pr_sendchecktype.Visible = false;
|
|
|
//
|
|
|
+ // StepCount
|
|
|
+ //
|
|
|
+ this.StepCount.LineCode = null;
|
|
|
+ this.StepCount.Location = new System.Drawing.Point(291, 146);
|
|
|
+ this.StepCount.Margin = new System.Windows.Forms.Padding(4, 7, 4, 7);
|
|
|
+ this.StepCount.Name = "StepCount";
|
|
|
+ this.StepCount.Size = new System.Drawing.Size(64, 22);
|
|
|
+ this.StepCount.Source = null;
|
|
|
+ this.StepCount.StepCode = null;
|
|
|
+ this.StepCount.TabIndex = 194;
|
|
|
+ //
|
|
|
// Filter
|
|
|
//
|
|
|
this.Filter.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.Filter.Font = new System.Drawing.Font("宋体", 10.8F);
|
|
|
this.Filter.Location = new System.Drawing.Point(93, 257);
|
|
|
- this.Filter.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.Filter.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.Filter.Name = "Filter";
|
|
|
this.Filter.PlaceHolder = "不良名称搜索";
|
|
|
this.Filter.Size = new System.Drawing.Size(176, 22);
|
|
@@ -598,6 +526,89 @@
|
|
|
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;
|
|
@@ -606,7 +617,7 @@
|
|
|
this.Save.Image = null;
|
|
|
this.Save.IsShowBorder = true;
|
|
|
this.Save.Location = new System.Drawing.Point(477, 497);
|
|
|
- this.Save.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.Save.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.Save.MoveImage = ((System.Drawing.Image)(resources.GetObject("Save.MoveImage")));
|
|
|
this.Save.Name = "Save";
|
|
|
this.Save.NormalImage = ((System.Drawing.Image)(resources.GetObject("Save.NormalImage")));
|
|
@@ -659,23 +670,23 @@
|
|
|
this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.LockMakeCode.LeaveEvent = false;
|
|
|
this.LockMakeCode.Location = new System.Drawing.Point(224, 15);
|
|
|
- this.LockMakeCode.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.LockMakeCode.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.LockMakeCode.Name = "LockMakeCode";
|
|
|
this.LockMakeCode.Size = new System.Drawing.Size(51, 21);
|
|
|
this.LockMakeCode.TabIndex = 66;
|
|
|
this.LockMakeCode.Text = "锁定";
|
|
|
this.LockMakeCode.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
- // pr_detail
|
|
|
+ // pr_spec
|
|
|
//
|
|
|
- this.pr_detail.AutoSize = true;
|
|
|
- this.pr_detail.CutLength = "qweqwe";
|
|
|
- this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_detail.Location = new System.Drawing.Point(380, 64);
|
|
|
- this.pr_detail.MaximumSize = new System.Drawing.Size(150, 0);
|
|
|
- this.pr_detail.Name = "pr_detail";
|
|
|
- this.pr_detail.Size = new System.Drawing.Size(0, 21);
|
|
|
- this.pr_detail.TabIndex = 56;
|
|
|
+ this.pr_spec.AutoSize = true;
|
|
|
+ this.pr_spec.CutLength = "qweqwe";
|
|
|
+ this.pr_spec.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pr_spec.Location = new System.Drawing.Point(380, 64);
|
|
|
+ this.pr_spec.MaximumSize = new System.Drawing.Size(150, 0);
|
|
|
+ this.pr_spec.Name = "pr_spec";
|
|
|
+ this.pr_spec.Size = new System.Drawing.Size(0, 21);
|
|
|
+ this.pr_spec.TabIndex = 56;
|
|
|
//
|
|
|
// ma_qty
|
|
|
//
|
|
@@ -789,17 +800,6 @@
|
|
|
this.ms_sncode.Tag = "IfRead";
|
|
|
this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_code_KeyDown);
|
|
|
//
|
|
|
- // StepCount
|
|
|
- //
|
|
|
- this.StepCount.LineCode = null;
|
|
|
- this.StepCount.Location = new System.Drawing.Point(291, 146);
|
|
|
- this.StepCount.Margin = new System.Windows.Forms.Padding(4, 7, 4, 7);
|
|
|
- this.StepCount.Name = "StepCount";
|
|
|
- this.StepCount.Size = new System.Drawing.Size(64, 22);
|
|
|
- this.StepCount.Source = null;
|
|
|
- this.StepCount.StepCode = null;
|
|
|
- this.StepCount.TabIndex = 194;
|
|
|
- //
|
|
|
// Make_TestCollection
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
@@ -821,7 +821,7 @@
|
|
|
this.Controls.Add(this.ma_code);
|
|
|
this.Controls.Add(this.LockMakeCode);
|
|
|
this.Controls.Add(this.label2);
|
|
|
- this.Controls.Add(this.pr_detail);
|
|
|
+ this.Controls.Add(this.pr_spec);
|
|
|
this.Controls.Add(this.ma_qty);
|
|
|
this.Controls.Add(this.ma_prodcode);
|
|
|
this.Controls.Add(this.OperateResult);
|
|
@@ -855,10 +855,10 @@
|
|
|
this.Load += new System.EventHandler(this.TestCollection_Load);
|
|
|
this.SizeChanged += new System.EventHandler(this.测试采集_SizeChanged);
|
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Make_TestCollection_KeyDown);
|
|
|
- this.panel1.ResumeLayout(true);
|
|
|
+ this.panel1.ResumeLayout(false);
|
|
|
this.panel1.PerformLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).EndInit();
|
|
|
- this.ResumeLayout(true);
|
|
|
+ this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
@@ -895,7 +895,7 @@
|
|
|
private CustomControl.ValueLabel.ValueLabel ma_prodcode;
|
|
|
private CustomControl.ValueLabel.ValueLabel mcd_inqty;
|
|
|
private CustomControl.ValueLabel.ValueLabel ma_qty;
|
|
|
- private CustomControl.ValueLabel.ValueLabel pr_detail;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel pr_spec;
|
|
|
private CustomControl.ValueLabel.ValueLabel mcd_remainqty;
|
|
|
private System.Windows.Forms.ColumnHeader columnHeader3;
|
|
|
private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
|