|
|
@@ -39,6 +39,13 @@
|
|
|
this.pa_checkno = new System.Windows.Forms.Label();
|
|
|
this.pa_downstatus = new System.Windows.Forms.Label();
|
|
|
this.pa_standardqty = new System.Windows.Forms.Label();
|
|
|
+ this.pr_sendchecktype = new System.Windows.Forms.Label();
|
|
|
+ this.mcd_remainqty_label = new System.Windows.Forms.Label();
|
|
|
+ this.mcd_remainqty = new System.Windows.Forms.Label();
|
|
|
+ this.mcd_inqty_label = new System.Windows.Forms.Label();
|
|
|
+ this.mcd_inqty = new System.Windows.Forms.Label();
|
|
|
+ this.pa_remark_label = new System.Windows.Forms.Label();
|
|
|
+ this.pa_remark = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.groupBoxWithBorder2 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
this.PrintNum = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
@@ -58,6 +65,8 @@
|
|
|
this.PrintList_label = new System.Windows.Forms.Label();
|
|
|
this.PrintNum_label = new System.Windows.Forms.Label();
|
|
|
this.groupBoxWithBorder1 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.snCollectionBox1 = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
this.StepCount = new UAS_MES.CustomControl.TextBoxWithIcon.SourceStepCount();
|
|
|
this.pa_salecode_label = new System.Windows.Forms.Label();
|
|
|
this.ma_code_label = new System.Windows.Forms.Label();
|
|
|
@@ -87,15 +96,7 @@
|
|
|
this.pd_innerqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pa_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pr_sendchecktype = new System.Windows.Forms.Label();
|
|
|
- this.mcd_remainqty_label = new System.Windows.Forms.Label();
|
|
|
- this.mcd_remainqty = new System.Windows.Forms.Label();
|
|
|
- this.mcd_inqty_label = new System.Windows.Forms.Label();
|
|
|
- this.mcd_inqty = new System.Windows.Forms.Label();
|
|
|
- this.pa_remark_label = new System.Windows.Forms.Label();
|
|
|
- this.pa_remark = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
- this.label2 = new System.Windows.Forms.Label();
|
|
|
- this.snCollectionBox1 = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
+ this.CollecRemark = new System.Windows.Forms.CheckBox();
|
|
|
this.groupBoxWithBorder2.SuspendLayout();
|
|
|
this.groupBoxWithBorder1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).BeginInit();
|
|
|
@@ -105,10 +106,9 @@
|
|
|
//
|
|
|
this.pa_makecode.AutoSize = true;
|
|
|
this.pa_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pa_makecode.Location = new System.Drawing.Point(1108, 534);
|
|
|
- this.pa_makecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pa_makecode.Location = new System.Drawing.Point(831, 427);
|
|
|
this.pa_makecode.Name = "pa_makecode";
|
|
|
- this.pa_makecode.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.pa_makecode.Size = new System.Drawing.Size(0, 21);
|
|
|
this.pa_makecode.TabIndex = 76;
|
|
|
this.pa_makecode.Visible = false;
|
|
|
//
|
|
|
@@ -117,10 +117,9 @@
|
|
|
this.label13.AutoSize = true;
|
|
|
this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.label13.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.label13.Location = new System.Drawing.Point(9, 693);
|
|
|
- this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label13.Location = new System.Drawing.Point(7, 554);
|
|
|
this.label13.Name = "label13";
|
|
|
- this.label13.Size = new System.Drawing.Size(72, 27);
|
|
|
+ this.label13.Size = new System.Drawing.Size(58, 21);
|
|
|
this.label13.TabIndex = 105;
|
|
|
this.label13.Text = "序列号";
|
|
|
//
|
|
|
@@ -128,10 +127,9 @@
|
|
|
//
|
|
|
this.Cancel.AutoSize = true;
|
|
|
this.Cancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.Cancel.Location = new System.Drawing.Point(372, 692);
|
|
|
- this.Cancel.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.Cancel.Location = new System.Drawing.Point(279, 554);
|
|
|
this.Cancel.Name = "Cancel";
|
|
|
- this.Cancel.Size = new System.Drawing.Size(114, 31);
|
|
|
+ this.Cancel.Size = new System.Drawing.Size(93, 25);
|
|
|
this.Cancel.TabIndex = 129;
|
|
|
this.Cancel.Text = "取消装箱";
|
|
|
this.Cancel.UseVisualStyleBackColor = true;
|
|
|
@@ -140,10 +138,9 @@
|
|
|
//
|
|
|
this.pa_id.AutoSize = true;
|
|
|
this.pa_id.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pa_id.Location = new System.Drawing.Point(1065, 534);
|
|
|
- this.pa_id.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pa_id.Location = new System.Drawing.Point(799, 427);
|
|
|
this.pa_id.Name = "pa_id";
|
|
|
- this.pa_id.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.pa_id.Size = new System.Drawing.Size(0, 21);
|
|
|
this.pa_id.TabIndex = 153;
|
|
|
this.pa_id.Visible = false;
|
|
|
//
|
|
|
@@ -151,10 +148,9 @@
|
|
|
//
|
|
|
this.pr_packrule.AutoSize = true;
|
|
|
this.pr_packrule.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_packrule.Location = new System.Drawing.Point(1132, 522);
|
|
|
- this.pr_packrule.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pr_packrule.Location = new System.Drawing.Point(849, 418);
|
|
|
this.pr_packrule.Name = "pr_packrule";
|
|
|
- this.pr_packrule.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.pr_packrule.Size = new System.Drawing.Size(0, 21);
|
|
|
this.pr_packrule.TabIndex = 173;
|
|
|
this.pr_packrule.Visible = false;
|
|
|
//
|
|
|
@@ -162,10 +158,9 @@
|
|
|
//
|
|
|
this.pa_status.AutoSize = true;
|
|
|
this.pa_status.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pa_status.Location = new System.Drawing.Point(1040, 570);
|
|
|
- this.pa_status.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pa_status.Location = new System.Drawing.Point(780, 456);
|
|
|
this.pa_status.Name = "pa_status";
|
|
|
- this.pa_status.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.pa_status.Size = new System.Drawing.Size(0, 21);
|
|
|
this.pa_status.TabIndex = 174;
|
|
|
this.pa_status.Visible = false;
|
|
|
//
|
|
|
@@ -173,10 +168,9 @@
|
|
|
//
|
|
|
this.pa_sccode.AutoSize = true;
|
|
|
this.pa_sccode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pa_sccode.Location = new System.Drawing.Point(1108, 570);
|
|
|
- this.pa_sccode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pa_sccode.Location = new System.Drawing.Point(831, 456);
|
|
|
this.pa_sccode.Name = "pa_sccode";
|
|
|
- this.pa_sccode.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.pa_sccode.Size = new System.Drawing.Size(0, 21);
|
|
|
this.pa_sccode.TabIndex = 176;
|
|
|
this.pa_sccode.Visible = false;
|
|
|
//
|
|
|
@@ -184,10 +178,9 @@
|
|
|
//
|
|
|
this.pa_checkno.AutoSize = true;
|
|
|
this.pa_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pa_checkno.Location = new System.Drawing.Point(1100, 570);
|
|
|
- this.pa_checkno.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pa_checkno.Location = new System.Drawing.Point(825, 456);
|
|
|
this.pa_checkno.Name = "pa_checkno";
|
|
|
- this.pa_checkno.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.pa_checkno.Size = new System.Drawing.Size(0, 21);
|
|
|
this.pa_checkno.TabIndex = 177;
|
|
|
this.pa_checkno.Visible = false;
|
|
|
//
|
|
|
@@ -195,10 +188,9 @@
|
|
|
//
|
|
|
this.pa_downstatus.AutoSize = true;
|
|
|
this.pa_downstatus.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pa_downstatus.Location = new System.Drawing.Point(1116, 570);
|
|
|
- this.pa_downstatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pa_downstatus.Location = new System.Drawing.Point(837, 456);
|
|
|
this.pa_downstatus.Name = "pa_downstatus";
|
|
|
- this.pa_downstatus.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.pa_downstatus.Size = new System.Drawing.Size(0, 21);
|
|
|
this.pa_downstatus.TabIndex = 178;
|
|
|
this.pa_downstatus.Visible = false;
|
|
|
//
|
|
|
@@ -206,13 +198,87 @@
|
|
|
//
|
|
|
this.pa_standardqty.AutoSize = true;
|
|
|
this.pa_standardqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pa_standardqty.Location = new System.Drawing.Point(1132, 588);
|
|
|
- this.pa_standardqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pa_standardqty.Location = new System.Drawing.Point(849, 470);
|
|
|
this.pa_standardqty.Name = "pa_standardqty";
|
|
|
- this.pa_standardqty.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.pa_standardqty.Size = new System.Drawing.Size(0, 21);
|
|
|
this.pa_standardqty.TabIndex = 180;
|
|
|
this.pa_standardqty.Visible = false;
|
|
|
//
|
|
|
+ // pr_sendchecktype
|
|
|
+ //
|
|
|
+ this.pr_sendchecktype.AutoSize = true;
|
|
|
+ this.pr_sendchecktype.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pr_sendchecktype.Location = new System.Drawing.Point(709, 437);
|
|
|
+ this.pr_sendchecktype.Name = "pr_sendchecktype";
|
|
|
+ this.pr_sendchecktype.Size = new System.Drawing.Size(0, 21);
|
|
|
+ this.pr_sendchecktype.TabIndex = 182;
|
|
|
+ this.pr_sendchecktype.Visible = false;
|
|
|
+ //
|
|
|
+ // mcd_remainqty_label
|
|
|
+ //
|
|
|
+ this.mcd_remainqty_label.AutoSize = true;
|
|
|
+ this.mcd_remainqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.mcd_remainqty_label.Location = new System.Drawing.Point(472, 470);
|
|
|
+ this.mcd_remainqty_label.Name = "mcd_remainqty_label";
|
|
|
+ this.mcd_remainqty_label.Size = new System.Drawing.Size(74, 21);
|
|
|
+ this.mcd_remainqty_label.TabIndex = 196;
|
|
|
+ this.mcd_remainqty_label.Text = "待采集数";
|
|
|
+ //
|
|
|
+ // mcd_remainqty
|
|
|
+ //
|
|
|
+ this.mcd_remainqty.AutoSize = true;
|
|
|
+ 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(554, 470);
|
|
|
+ this.mcd_remainqty.Name = "mcd_remainqty";
|
|
|
+ this.mcd_remainqty.Size = new System.Drawing.Size(0, 21);
|
|
|
+ this.mcd_remainqty.TabIndex = 197;
|
|
|
+ //
|
|
|
+ // mcd_inqty_label
|
|
|
+ //
|
|
|
+ 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(472, 438);
|
|
|
+ this.mcd_inqty_label.Name = "mcd_inqty_label";
|
|
|
+ this.mcd_inqty_label.Size = new System.Drawing.Size(74, 21);
|
|
|
+ this.mcd_inqty_label.TabIndex = 194;
|
|
|
+ this.mcd_inqty_label.Text = "已采集数";
|
|
|
+ //
|
|
|
+ // mcd_inqty
|
|
|
+ //
|
|
|
+ this.mcd_inqty.AutoSize = true;
|
|
|
+ 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(554, 438);
|
|
|
+ this.mcd_inqty.Name = "mcd_inqty";
|
|
|
+ this.mcd_inqty.Size = new System.Drawing.Size(0, 21);
|
|
|
+ this.mcd_inqty.TabIndex = 195;
|
|
|
+ //
|
|
|
+ // pa_remark_label
|
|
|
+ //
|
|
|
+ this.pa_remark_label.AutoSize = true;
|
|
|
+ this.pa_remark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pa_remark_label.Location = new System.Drawing.Point(472, 500);
|
|
|
+ this.pa_remark_label.Name = "pa_remark_label";
|
|
|
+ this.pa_remark_label.Size = new System.Drawing.Size(42, 21);
|
|
|
+ this.pa_remark_label.TabIndex = 198;
|
|
|
+ this.pa_remark_label.Text = "备注";
|
|
|
+ //
|
|
|
+ // pa_remark
|
|
|
+ //
|
|
|
+ this.pa_remark.AllPower = null;
|
|
|
+ this.pa_remark.BackColor = System.Drawing.Color.White;
|
|
|
+ this.pa_remark.ID = null;
|
|
|
+ this.pa_remark.Location = new System.Drawing.Point(517, 502);
|
|
|
+ this.pa_remark.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.pa_remark.Multiline = true;
|
|
|
+ this.pa_remark.Name = "pa_remark";
|
|
|
+ this.pa_remark.Power = null;
|
|
|
+ this.pa_remark.Size = new System.Drawing.Size(148, 46);
|
|
|
+ this.pa_remark.Str = null;
|
|
|
+ this.pa_remark.Str1 = null;
|
|
|
+ this.pa_remark.Str2 = null;
|
|
|
+ this.pa_remark.TabIndex = 200;
|
|
|
+ this.pa_remark.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_remark_KeyDown);
|
|
|
+ //
|
|
|
// groupBoxWithBorder2
|
|
|
//
|
|
|
this.groupBoxWithBorder2.BorderColor = System.Drawing.Color.Black;
|
|
|
@@ -234,11 +300,11 @@
|
|
|
this.groupBoxWithBorder2.Controls.Add(this.PrintList_label);
|
|
|
this.groupBoxWithBorder2.Controls.Add(this.PrintNum_label);
|
|
|
this.groupBoxWithBorder2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.groupBoxWithBorder2.Location = new System.Drawing.Point(565, 8);
|
|
|
- this.groupBoxWithBorder2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.groupBoxWithBorder2.Location = new System.Drawing.Point(424, 6);
|
|
|
+ this.groupBoxWithBorder2.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.groupBoxWithBorder2.Name = "groupBoxWithBorder2";
|
|
|
- this.groupBoxWithBorder2.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
- this.groupBoxWithBorder2.Size = new System.Drawing.Size(595, 210);
|
|
|
+ this.groupBoxWithBorder2.Padding = new System.Windows.Forms.Padding(2);
|
|
|
+ this.groupBoxWithBorder2.Size = new System.Drawing.Size(446, 168);
|
|
|
this.groupBoxWithBorder2.TabIndex = 172;
|
|
|
this.groupBoxWithBorder2.TabStop = false;
|
|
|
this.groupBoxWithBorder2.Text = "打印";
|
|
|
@@ -251,11 +317,10 @@
|
|
|
this.PrintNum.Enabled = false;
|
|
|
this.PrintNum.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.PrintNum.ID = null;
|
|
|
- this.PrintNum.Location = new System.Drawing.Point(340, 160);
|
|
|
- this.PrintNum.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.PrintNum.Location = new System.Drawing.Point(255, 128);
|
|
|
this.PrintNum.Name = "PrintNum";
|
|
|
this.PrintNum.Power = null;
|
|
|
- this.PrintNum.Size = new System.Drawing.Size(40, 27);
|
|
|
+ this.PrintNum.Size = new System.Drawing.Size(31, 23);
|
|
|
this.PrintNum.Str = null;
|
|
|
this.PrintNum.Str1 = null;
|
|
|
this.PrintNum.Str2 = null;
|
|
|
@@ -265,10 +330,9 @@
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label1.Location = new System.Drawing.Point(363, 21);
|
|
|
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label1.Location = new System.Drawing.Point(272, 16);
|
|
|
this.label1.Name = "label1";
|
|
|
- this.label1.Size = new System.Drawing.Size(92, 27);
|
|
|
+ this.label1.Size = new System.Drawing.Size(74, 21);
|
|
|
this.label1.TabIndex = 181;
|
|
|
this.label1.Text = "当前批号";
|
|
|
//
|
|
|
@@ -277,41 +341,37 @@
|
|
|
this.checkweightlabel.AutoSize = true;
|
|
|
this.checkweightlabel.CutLength = null;
|
|
|
this.checkweightlabel.ForeColor = System.Drawing.Color.Red;
|
|
|
- this.checkweightlabel.Location = new System.Drawing.Point(159, 12);
|
|
|
- this.checkweightlabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.checkweightlabel.MaximumSize = new System.Drawing.Size(267, 0);
|
|
|
+ this.checkweightlabel.Location = new System.Drawing.Point(119, 9);
|
|
|
+ this.checkweightlabel.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
this.checkweightlabel.Name = "checkweightlabel";
|
|
|
- this.checkweightlabel.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.checkweightlabel.Size = new System.Drawing.Size(0, 21);
|
|
|
this.checkweightlabel.TabIndex = 180;
|
|
|
//
|
|
|
// ob_nowcheckqty
|
|
|
//
|
|
|
this.ob_nowcheckqty.AutoSize = true;
|
|
|
this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ob_nowcheckqty.Location = new System.Drawing.Point(471, 114);
|
|
|
- this.ob_nowcheckqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.ob_nowcheckqty.Location = new System.Drawing.Point(353, 90);
|
|
|
this.ob_nowcheckqty.Name = "ob_nowcheckqty";
|
|
|
- this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 21);
|
|
|
this.ob_nowcheckqty.TabIndex = 178;
|
|
|
//
|
|
|
// ob_batchqty
|
|
|
//
|
|
|
this.ob_batchqty.AutoSize = true;
|
|
|
this.ob_batchqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ob_batchqty.Location = new System.Drawing.Point(471, 69);
|
|
|
- this.ob_batchqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.ob_batchqty.Location = new System.Drawing.Point(353, 54);
|
|
|
this.ob_batchqty.Name = "ob_batchqty";
|
|
|
- this.ob_batchqty.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.ob_batchqty.Size = new System.Drawing.Size(0, 21);
|
|
|
this.ob_batchqty.TabIndex = 177;
|
|
|
//
|
|
|
// ob_nowcheckqty_label
|
|
|
//
|
|
|
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.Location = new System.Drawing.Point(363, 114);
|
|
|
- this.ob_nowcheckqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.ob_nowcheckqty_label.Location = new System.Drawing.Point(272, 90);
|
|
|
this.ob_nowcheckqty_label.Name = "ob_nowcheckqty_label";
|
|
|
- this.ob_nowcheckqty_label.Size = new System.Drawing.Size(92, 27);
|
|
|
+ this.ob_nowcheckqty_label.Size = new System.Drawing.Size(74, 21);
|
|
|
this.ob_nowcheckqty_label.TabIndex = 176;
|
|
|
this.ob_nowcheckqty_label.Text = "当前批数";
|
|
|
//
|
|
|
@@ -319,10 +379,9 @@
|
|
|
//
|
|
|
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.Location = new System.Drawing.Point(363, 70);
|
|
|
- this.ob_batchqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.ob_batchqty_label.Location = new System.Drawing.Point(272, 55);
|
|
|
this.ob_batchqty_label.Name = "ob_batchqty_label";
|
|
|
- this.ob_batchqty_label.Size = new System.Drawing.Size(92, 27);
|
|
|
+ this.ob_batchqty_label.Size = new System.Drawing.Size(74, 21);
|
|
|
this.ob_batchqty_label.TabIndex = 175;
|
|
|
this.ob_batchqty_label.Text = "标准批数";
|
|
|
//
|
|
|
@@ -330,10 +389,9 @@
|
|
|
//
|
|
|
this.ob_checkno.AutoSize = true;
|
|
|
this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ob_checkno.Location = new System.Drawing.Point(471, 21);
|
|
|
- this.ob_checkno.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.ob_checkno.Location = new System.Drawing.Point(353, 16);
|
|
|
this.ob_checkno.Name = "ob_checkno";
|
|
|
- this.ob_checkno.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.ob_checkno.Size = new System.Drawing.Size(0, 21);
|
|
|
this.ob_checkno.TabIndex = 175;
|
|
|
this.ob_checkno.TextChanged += new System.EventHandler(this.ob_checkno_TextChanged);
|
|
|
//
|
|
|
@@ -346,13 +404,12 @@
|
|
|
this.SendCheck.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
this.SendCheck.Image = null;
|
|
|
this.SendCheck.IsShowBorder = true;
|
|
|
- this.SendCheck.Location = new System.Drawing.Point(494, 159);
|
|
|
- this.SendCheck.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.SendCheck.Location = new System.Drawing.Point(370, 127);
|
|
|
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(60, 30);
|
|
|
+ this.SendCheck.Size = new System.Drawing.Size(45, 24);
|
|
|
this.SendCheck.TabIndex = 174;
|
|
|
this.SendCheck.Tag = "ifread";
|
|
|
this.SendCheck.Text = "送检";
|
|
|
@@ -367,13 +424,12 @@
|
|
|
this.Packing.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
this.Packing.Image = null;
|
|
|
this.Packing.IsShowBorder = true;
|
|
|
- this.Packing.Location = new System.Drawing.Point(20, 159);
|
|
|
- this.Packing.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.Packing.Location = new System.Drawing.Point(15, 127);
|
|
|
this.Packing.MoveImage = ((System.Drawing.Image)(resources.GetObject("Packing.MoveImage")));
|
|
|
this.Packing.Name = "Packing";
|
|
|
this.Packing.NormalImage = ((System.Drawing.Image)(resources.GetObject("Packing.NormalImage")));
|
|
|
this.Packing.Power = null;
|
|
|
- this.Packing.Size = new System.Drawing.Size(67, 30);
|
|
|
+ this.Packing.Size = new System.Drawing.Size(50, 24);
|
|
|
this.Packing.TabIndex = 173;
|
|
|
this.Packing.Text = "封箱";
|
|
|
this.Packing.UseVisualStyleBackColor = true;
|
|
|
@@ -384,10 +440,10 @@
|
|
|
this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
this.PrintLabel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
this.PrintLabel.FormattingEnabled = true;
|
|
|
- this.PrintLabel.Location = new System.Drawing.Point(162, 114);
|
|
|
- this.PrintLabel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.PrintLabel.Location = new System.Drawing.Point(122, 91);
|
|
|
+ this.PrintLabel.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.PrintLabel.Name = "PrintLabel";
|
|
|
- this.PrintLabel.Size = new System.Drawing.Size(183, 28);
|
|
|
+ this.PrintLabel.Size = new System.Drawing.Size(138, 25);
|
|
|
this.PrintLabel.TabIndex = 159;
|
|
|
this.PrintLabel.SelectedValueChanged += new System.EventHandler(this.PrintLabel_SelectedValueChanged);
|
|
|
//
|
|
|
@@ -395,29 +451,28 @@
|
|
|
//
|
|
|
this.label3.AutoSize = true;
|
|
|
this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label3.Location = new System.Drawing.Point(14, 113);
|
|
|
- this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label3.Location = new System.Drawing.Point(10, 90);
|
|
|
this.label3.Name = "label3";
|
|
|
- this.label3.Size = new System.Drawing.Size(92, 27);
|
|
|
+ this.label3.Size = new System.Drawing.Size(74, 21);
|
|
|
this.label3.TabIndex = 160;
|
|
|
this.label3.Text = "打印标签";
|
|
|
//
|
|
|
// AutoPrint
|
|
|
//
|
|
|
this.AutoPrint.Checked = false;
|
|
|
- this.AutoPrint.Location = new System.Drawing.Point(111, 160);
|
|
|
- this.AutoPrint.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.AutoPrint.Location = new System.Drawing.Point(83, 128);
|
|
|
+ this.AutoPrint.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
this.AutoPrint.Name = "AutoPrint";
|
|
|
- this.AutoPrint.Size = new System.Drawing.Size(111, 29);
|
|
|
+ this.AutoPrint.Size = new System.Drawing.Size(83, 23);
|
|
|
this.AutoPrint.TabIndex = 166;
|
|
|
//
|
|
|
// PrintList
|
|
|
//
|
|
|
this.PrintList.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
- this.PrintList.Location = new System.Drawing.Point(162, 70);
|
|
|
- this.PrintList.Margin = new System.Windows.Forms.Padding(8, 9, 8, 9);
|
|
|
+ this.PrintList.Location = new System.Drawing.Point(122, 56);
|
|
|
+ this.PrintList.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
|
|
|
this.PrintList.Name = "PrintList";
|
|
|
- this.PrintList.Size = new System.Drawing.Size(181, 28);
|
|
|
+ this.PrintList.Size = new System.Drawing.Size(136, 22);
|
|
|
this.PrintList.TabIndex = 158;
|
|
|
//
|
|
|
// Printing
|
|
|
@@ -428,13 +483,12 @@
|
|
|
this.Printing.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
this.Printing.Image = null;
|
|
|
this.Printing.IsShowBorder = true;
|
|
|
- this.Printing.Location = new System.Drawing.Point(415, 159);
|
|
|
- this.Printing.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.Printing.Location = new System.Drawing.Point(311, 127);
|
|
|
this.Printing.MoveImage = ((System.Drawing.Image)(resources.GetObject("Printing.MoveImage")));
|
|
|
this.Printing.Name = "Printing";
|
|
|
this.Printing.NormalImage = ((System.Drawing.Image)(resources.GetObject("Printing.NormalImage")));
|
|
|
this.Printing.Power = null;
|
|
|
- this.Printing.Size = new System.Drawing.Size(60, 30);
|
|
|
+ this.Printing.Size = new System.Drawing.Size(45, 24);
|
|
|
this.Printing.TabIndex = 150;
|
|
|
this.Printing.Tag = "ifread";
|
|
|
this.Printing.Text = "打印";
|
|
|
@@ -445,10 +499,9 @@
|
|
|
//
|
|
|
this.PrintList_label.AutoSize = true;
|
|
|
this.PrintList_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.PrintList_label.Location = new System.Drawing.Point(14, 69);
|
|
|
- this.PrintList_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.PrintList_label.Location = new System.Drawing.Point(10, 54);
|
|
|
this.PrintList_label.Name = "PrintList_label";
|
|
|
- this.PrintList_label.Size = new System.Drawing.Size(112, 27);
|
|
|
+ this.PrintList_label.Size = new System.Drawing.Size(90, 21);
|
|
|
this.PrintList_label.TabIndex = 116;
|
|
|
this.PrintList_label.Text = "打印机列表";
|
|
|
//
|
|
|
@@ -456,10 +509,9 @@
|
|
|
//
|
|
|
this.PrintNum_label.AutoSize = true;
|
|
|
this.PrintNum_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.PrintNum_label.Location = new System.Drawing.Point(280, 160);
|
|
|
- this.PrintNum_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.PrintNum_label.Location = new System.Drawing.Point(210, 127);
|
|
|
this.PrintNum_label.Name = "PrintNum_label";
|
|
|
- this.PrintNum_label.Size = new System.Drawing.Size(52, 27);
|
|
|
+ this.PrintNum_label.Size = new System.Drawing.Size(42, 21);
|
|
|
this.PrintNum_label.TabIndex = 124;
|
|
|
this.PrintNum_label.Text = "份数";
|
|
|
//
|
|
|
@@ -488,23 +540,49 @@
|
|
|
this.groupBoxWithBorder1.Controls.Add(this.pr_code);
|
|
|
this.groupBoxWithBorder1.Controls.Add(this.pa_code_label);
|
|
|
this.groupBoxWithBorder1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.groupBoxWithBorder1.Location = new System.Drawing.Point(5, 8);
|
|
|
- this.groupBoxWithBorder1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.groupBoxWithBorder1.Location = new System.Drawing.Point(4, 6);
|
|
|
+ this.groupBoxWithBorder1.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
|
|
|
- this.groupBoxWithBorder1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
- this.groupBoxWithBorder1.Size = new System.Drawing.Size(548, 210);
|
|
|
+ this.groupBoxWithBorder1.Padding = new System.Windows.Forms.Padding(2);
|
|
|
+ this.groupBoxWithBorder1.Size = new System.Drawing.Size(411, 168);
|
|
|
this.groupBoxWithBorder1.TabIndex = 171;
|
|
|
this.groupBoxWithBorder1.TabStop = false;
|
|
|
this.groupBoxWithBorder1.Text = "装箱信息";
|
|
|
this.groupBoxWithBorder1.TextColor = System.Drawing.Color.Black;
|
|
|
//
|
|
|
+ // label2
|
|
|
+ //
|
|
|
+ this.label2.AutoSize = true;
|
|
|
+ this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label2.Location = new System.Drawing.Point(190, 14);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(37, 20);
|
|
|
+ this.label2.TabIndex = 195;
|
|
|
+ this.label2.Text = "前缀";
|
|
|
+ //
|
|
|
+ // snCollectionBox1
|
|
|
+ //
|
|
|
+ this.snCollectionBox1.AllPower = null;
|
|
|
+ this.snCollectionBox1.BackColor = System.Drawing.Color.White;
|
|
|
+ this.snCollectionBox1.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.snCollectionBox1.ID = null;
|
|
|
+ this.snCollectionBox1.Location = new System.Drawing.Point(233, 15);
|
|
|
+ this.snCollectionBox1.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
|
|
|
+ this.snCollectionBox1.Name = "snCollectionBox1";
|
|
|
+ this.snCollectionBox1.Power = null;
|
|
|
+ this.snCollectionBox1.Size = new System.Drawing.Size(38, 23);
|
|
|
+ this.snCollectionBox1.Str = null;
|
|
|
+ this.snCollectionBox1.Str1 = null;
|
|
|
+ this.snCollectionBox1.Str2 = null;
|
|
|
+ this.snCollectionBox1.TabIndex = 194;
|
|
|
+ //
|
|
|
// StepCount
|
|
|
//
|
|
|
this.StepCount.LineCode = null;
|
|
|
- this.StepCount.Location = new System.Drawing.Point(400, 17);
|
|
|
- this.StepCount.Margin = new System.Windows.Forms.Padding(6, 9, 6, 9);
|
|
|
+ this.StepCount.Location = new System.Drawing.Point(300, 14);
|
|
|
+ this.StepCount.Margin = new System.Windows.Forms.Padding(4, 7, 4, 7);
|
|
|
this.StepCount.Name = "StepCount";
|
|
|
- this.StepCount.Size = new System.Drawing.Size(86, 28);
|
|
|
+ this.StepCount.Size = new System.Drawing.Size(64, 22);
|
|
|
this.StepCount.Source = null;
|
|
|
this.StepCount.StepCode = null;
|
|
|
this.StepCount.TabIndex = 193;
|
|
|
@@ -513,10 +591,9 @@
|
|
|
//
|
|
|
this.pa_salecode_label.AutoSize = true;
|
|
|
this.pa_salecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pa_salecode_label.Location = new System.Drawing.Point(284, 170);
|
|
|
- this.pa_salecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pa_salecode_label.Location = new System.Drawing.Point(213, 135);
|
|
|
this.pa_salecode_label.Name = "pa_salecode_label";
|
|
|
- this.pa_salecode_label.Size = new System.Drawing.Size(92, 27);
|
|
|
+ this.pa_salecode_label.Size = new System.Drawing.Size(74, 21);
|
|
|
this.pa_salecode_label.TabIndex = 185;
|
|
|
this.pa_salecode_label.Text = "订单编号";
|
|
|
//
|
|
|
@@ -524,10 +601,9 @@
|
|
|
//
|
|
|
this.ma_code_label.AutoSize = true;
|
|
|
this.ma_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ma_code_label.Location = new System.Drawing.Point(12, 170);
|
|
|
- this.ma_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.ma_code_label.Location = new System.Drawing.Point(9, 135);
|
|
|
this.ma_code_label.Name = "ma_code_label";
|
|
|
- this.ma_code_label.Size = new System.Drawing.Size(72, 27);
|
|
|
+ this.ma_code_label.Size = new System.Drawing.Size(58, 21);
|
|
|
this.ma_code_label.TabIndex = 186;
|
|
|
this.ma_code_label.Text = "工单号";
|
|
|
//
|
|
|
@@ -535,31 +611,28 @@
|
|
|
//
|
|
|
this.ms_salecode.AutoSize = true;
|
|
|
this.ms_salecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ms_salecode.Location = new System.Drawing.Point(393, 170);
|
|
|
- this.ms_salecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.ms_salecode.Location = new System.Drawing.Point(295, 135);
|
|
|
this.ms_salecode.Name = "ms_salecode";
|
|
|
- this.ms_salecode.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.ms_salecode.Size = new System.Drawing.Size(0, 21);
|
|
|
this.ms_salecode.TabIndex = 188;
|
|
|
//
|
|
|
// ms_makecode
|
|
|
//
|
|
|
this.ms_makecode.AutoSize = true;
|
|
|
this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ms_makecode.Location = new System.Drawing.Point(128, 170);
|
|
|
- this.ms_makecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.ms_makecode.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
+ this.ms_makecode.Location = new System.Drawing.Point(96, 135);
|
|
|
+ this.ms_makecode.MaximumSize = new System.Drawing.Size(150, 0);
|
|
|
this.ms_makecode.Name = "ms_makecode";
|
|
|
- this.ms_makecode.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.ms_makecode.Size = new System.Drawing.Size(0, 21);
|
|
|
this.ms_makecode.TabIndex = 187;
|
|
|
//
|
|
|
// OutBoxLength_label
|
|
|
//
|
|
|
this.OutBoxLength_label.AutoSize = true;
|
|
|
this.OutBoxLength_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.OutBoxLength_label.Location = new System.Drawing.Point(117, 19);
|
|
|
- this.OutBoxLength_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.OutBoxLength_label.Location = new System.Drawing.Point(88, 14);
|
|
|
this.OutBoxLength_label.Name = "OutBoxLength_label";
|
|
|
- this.OutBoxLength_label.Size = new System.Drawing.Size(46, 24);
|
|
|
+ this.OutBoxLength_label.Size = new System.Drawing.Size(37, 20);
|
|
|
this.OutBoxLength_label.TabIndex = 184;
|
|
|
this.OutBoxLength_label.Text = "长度";
|
|
|
//
|
|
|
@@ -569,11 +642,11 @@
|
|
|
this.OutBoxLength.BackColor = System.Drawing.Color.White;
|
|
|
this.OutBoxLength.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
this.OutBoxLength.ID = null;
|
|
|
- this.OutBoxLength.Location = new System.Drawing.Point(175, 19);
|
|
|
- this.OutBoxLength.Margin = new System.Windows.Forms.Padding(8, 9, 8, 9);
|
|
|
+ this.OutBoxLength.Location = new System.Drawing.Point(131, 15);
|
|
|
+ this.OutBoxLength.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
|
|
|
this.OutBoxLength.Name = "OutBoxLength";
|
|
|
this.OutBoxLength.Power = null;
|
|
|
- this.OutBoxLength.Size = new System.Drawing.Size(49, 27);
|
|
|
+ this.OutBoxLength.Size = new System.Drawing.Size(38, 23);
|
|
|
this.OutBoxLength.Str = null;
|
|
|
this.OutBoxLength.Str1 = null;
|
|
|
this.OutBoxLength.Str2 = null;
|
|
|
@@ -587,11 +660,10 @@
|
|
|
this.pr_outboxinnerqty.Enabled = false;
|
|
|
this.pr_outboxinnerqty.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.pr_outboxinnerqty.ID = null;
|
|
|
- this.pr_outboxinnerqty.Location = new System.Drawing.Point(121, 92);
|
|
|
- this.pr_outboxinnerqty.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.pr_outboxinnerqty.Location = new System.Drawing.Point(91, 74);
|
|
|
this.pr_outboxinnerqty.Name = "pr_outboxinnerqty";
|
|
|
this.pr_outboxinnerqty.Power = null;
|
|
|
- this.pr_outboxinnerqty.Size = new System.Drawing.Size(137, 27);
|
|
|
+ this.pr_outboxinnerqty.Size = new System.Drawing.Size(104, 23);
|
|
|
this.pr_outboxinnerqty.Str = null;
|
|
|
this.pr_outboxinnerqty.Str1 = null;
|
|
|
this.pr_outboxinnerqty.Str2 = null;
|
|
|
@@ -605,13 +677,12 @@
|
|
|
this.DeleteAll.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
this.DeleteAll.Image = null;
|
|
|
this.DeleteAll.IsShowBorder = true;
|
|
|
- this.DeleteAll.Location = new System.Drawing.Point(475, 52);
|
|
|
- this.DeleteAll.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.DeleteAll.Location = new System.Drawing.Point(356, 42);
|
|
|
this.DeleteAll.MoveImage = ((System.Drawing.Image)(resources.GetObject("DeleteAll.MoveImage")));
|
|
|
this.DeleteAll.Name = "DeleteAll";
|
|
|
this.DeleteAll.NormalImage = ((System.Drawing.Image)(resources.GetObject("DeleteAll.NormalImage")));
|
|
|
this.DeleteAll.Power = "ifspecial";
|
|
|
- this.DeleteAll.Size = new System.Drawing.Size(60, 30);
|
|
|
+ this.DeleteAll.Size = new System.Drawing.Size(45, 24);
|
|
|
this.DeleteAll.TabIndex = 181;
|
|
|
this.DeleteAll.Text = "拆箱";
|
|
|
this.DeleteAll.UseVisualStyleBackColor = true;
|
|
|
@@ -620,10 +691,10 @@
|
|
|
// AutoGenBoxCode
|
|
|
//
|
|
|
this.AutoGenBoxCode.AutoSize = true;
|
|
|
- this.AutoGenBoxCode.Location = new System.Drawing.Point(336, 53);
|
|
|
- this.AutoGenBoxCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.AutoGenBoxCode.Location = new System.Drawing.Point(252, 42);
|
|
|
+ this.AutoGenBoxCode.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.AutoGenBoxCode.Name = "AutoGenBoxCode";
|
|
|
- this.AutoGenBoxCode.Size = new System.Drawing.Size(114, 31);
|
|
|
+ this.AutoGenBoxCode.Size = new System.Drawing.Size(93, 25);
|
|
|
this.AutoGenBoxCode.TabIndex = 171;
|
|
|
this.AutoGenBoxCode.Text = "自动生成";
|
|
|
this.AutoGenBoxCode.UseVisualStyleBackColor = true;
|
|
|
@@ -632,10 +703,9 @@
|
|
|
//
|
|
|
this.pa_currentqty_label.AutoSize = true;
|
|
|
this.pa_currentqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pa_currentqty_label.Location = new System.Drawing.Point(284, 92);
|
|
|
- this.pa_currentqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pa_currentqty_label.Location = new System.Drawing.Point(213, 73);
|
|
|
this.pa_currentqty_label.Name = "pa_currentqty_label";
|
|
|
- this.pa_currentqty_label.Size = new System.Drawing.Size(92, 27);
|
|
|
+ this.pa_currentqty_label.Size = new System.Drawing.Size(74, 21);
|
|
|
this.pa_currentqty_label.TabIndex = 95;
|
|
|
this.pa_currentqty_label.Text = "已装数量";
|
|
|
//
|
|
|
@@ -643,10 +713,9 @@
|
|
|
//
|
|
|
this.pr_detail_label.AutoSize = true;
|
|
|
this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_detail_label.Location = new System.Drawing.Point(284, 130);
|
|
|
- this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pr_detail_label.Location = new System.Drawing.Point(213, 103);
|
|
|
this.pr_detail_label.Name = "pr_detail_label";
|
|
|
- this.pr_detail_label.Size = new System.Drawing.Size(92, 27);
|
|
|
+ this.pr_detail_label.Size = new System.Drawing.Size(74, 21);
|
|
|
this.pr_detail_label.TabIndex = 80;
|
|
|
this.pr_detail_label.Text = "产品名称";
|
|
|
//
|
|
|
@@ -656,11 +725,11 @@
|
|
|
this.pa_outboxcode.BackColor = System.Drawing.Color.White;
|
|
|
this.pa_outboxcode.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
this.pa_outboxcode.ID = null;
|
|
|
- this.pa_outboxcode.Location = new System.Drawing.Point(121, 53);
|
|
|
- this.pa_outboxcode.Margin = new System.Windows.Forms.Padding(8, 9, 8, 9);
|
|
|
+ this.pa_outboxcode.Location = new System.Drawing.Point(91, 42);
|
|
|
+ this.pa_outboxcode.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
|
|
|
this.pa_outboxcode.Name = "pa_outboxcode";
|
|
|
this.pa_outboxcode.Power = null;
|
|
|
- this.pa_outboxcode.Size = new System.Drawing.Size(192, 27);
|
|
|
+ this.pa_outboxcode.Size = new System.Drawing.Size(145, 23);
|
|
|
this.pa_outboxcode.Str = null;
|
|
|
this.pa_outboxcode.Str1 = null;
|
|
|
this.pa_outboxcode.Str2 = null;
|
|
|
@@ -671,20 +740,18 @@
|
|
|
//
|
|
|
this.pa_currentqty.AutoSize = true;
|
|
|
this.pa_currentqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pa_currentqty.Location = new System.Drawing.Point(393, 92);
|
|
|
- this.pa_currentqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pa_currentqty.Location = new System.Drawing.Point(295, 73);
|
|
|
this.pa_currentqty.Name = "pa_currentqty";
|
|
|
- this.pa_currentqty.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.pa_currentqty.Size = new System.Drawing.Size(0, 21);
|
|
|
this.pa_currentqty.TabIndex = 169;
|
|
|
//
|
|
|
// pr_code_label
|
|
|
//
|
|
|
this.pr_code_label.AutoSize = true;
|
|
|
this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_code_label.Location = new System.Drawing.Point(12, 130);
|
|
|
- this.pr_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pr_code_label.Location = new System.Drawing.Point(9, 103);
|
|
|
this.pr_code_label.Name = "pr_code_label";
|
|
|
- this.pr_code_label.Size = new System.Drawing.Size(92, 27);
|
|
|
+ this.pr_code_label.Size = new System.Drawing.Size(74, 21);
|
|
|
this.pr_code_label.TabIndex = 81;
|
|
|
this.pr_code_label.Text = "产品编号";
|
|
|
//
|
|
|
@@ -692,20 +759,18 @@
|
|
|
//
|
|
|
this.pr_detail.AutoSize = true;
|
|
|
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(393, 130);
|
|
|
- this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pr_detail.Location = new System.Drawing.Point(295, 103);
|
|
|
this.pr_detail.Name = "pr_detail";
|
|
|
- this.pr_detail.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.pr_detail.Size = new System.Drawing.Size(0, 21);
|
|
|
this.pr_detail.TabIndex = 168;
|
|
|
//
|
|
|
// pr_outboxinnerqty_label
|
|
|
//
|
|
|
this.pr_outboxinnerqty_label.AutoSize = true;
|
|
|
this.pr_outboxinnerqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_outboxinnerqty_label.Location = new System.Drawing.Point(12, 92);
|
|
|
- this.pr_outboxinnerqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pr_outboxinnerqty_label.Location = new System.Drawing.Point(9, 73);
|
|
|
this.pr_outboxinnerqty_label.Name = "pr_outboxinnerqty_label";
|
|
|
- this.pr_outboxinnerqty_label.Size = new System.Drawing.Size(92, 27);
|
|
|
+ this.pr_outboxinnerqty_label.Size = new System.Drawing.Size(74, 21);
|
|
|
this.pr_outboxinnerqty_label.TabIndex = 97;
|
|
|
this.pr_outboxinnerqty_label.Text = "箱内容量";
|
|
|
//
|
|
|
@@ -713,11 +778,10 @@
|
|
|
//
|
|
|
this.pr_code.AutoSize = true;
|
|
|
this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_code.Location = new System.Drawing.Point(128, 130);
|
|
|
- this.pr_code.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.pr_code.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
+ this.pr_code.Location = new System.Drawing.Point(96, 103);
|
|
|
+ this.pr_code.MaximumSize = new System.Drawing.Size(150, 0);
|
|
|
this.pr_code.Name = "pr_code";
|
|
|
- this.pr_code.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.pr_code.Size = new System.Drawing.Size(0, 21);
|
|
|
this.pr_code.TabIndex = 167;
|
|
|
this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
|
|
|
//
|
|
|
@@ -725,20 +789,18 @@
|
|
|
//
|
|
|
this.pa_code_label.AutoSize = true;
|
|
|
this.pa_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pa_code_label.Location = new System.Drawing.Point(12, 53);
|
|
|
- this.pa_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pa_code_label.Location = new System.Drawing.Point(9, 42);
|
|
|
this.pa_code_label.Name = "pa_code_label";
|
|
|
- this.pa_code_label.Size = new System.Drawing.Size(52, 27);
|
|
|
+ this.pa_code_label.Size = new System.Drawing.Size(42, 21);
|
|
|
this.pa_code_label.TabIndex = 113;
|
|
|
this.pa_code_label.Text = "箱号";
|
|
|
//
|
|
|
// OperateResult
|
|
|
//
|
|
|
this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.OperateResult.Location = new System.Drawing.Point(5, 534);
|
|
|
- this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.OperateResult.Location = new System.Drawing.Point(4, 427);
|
|
|
this.OperateResult.Name = "OperateResult";
|
|
|
- this.OperateResult.Size = new System.Drawing.Size(595, 149);
|
|
|
+ this.OperateResult.Size = new System.Drawing.Size(447, 120);
|
|
|
this.OperateResult.TabIndex = 155;
|
|
|
this.OperateResult.Text = "";
|
|
|
//
|
|
|
@@ -749,13 +811,12 @@
|
|
|
this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
|
|
|
this.Clean.Image = null;
|
|
|
this.Clean.IsShowBorder = true;
|
|
|
- this.Clean.Location = new System.Drawing.Point(520, 690);
|
|
|
- this.Clean.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.Clean.Location = new System.Drawing.Point(390, 552);
|
|
|
this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
|
|
|
this.Clean.Name = "Clean";
|
|
|
this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
|
|
|
this.Clean.Power = null;
|
|
|
- this.Clean.Size = new System.Drawing.Size(80, 30);
|
|
|
+ this.Clean.Size = new System.Drawing.Size(60, 24);
|
|
|
this.Clean.TabIndex = 148;
|
|
|
this.Clean.Text = "清除";
|
|
|
this.Clean.UseVisualStyleBackColor = true;
|
|
|
@@ -766,11 +827,10 @@
|
|
|
this.sn_code.AllPower = "ifall";
|
|
|
this.sn_code.BackColor = System.Drawing.Color.White;
|
|
|
this.sn_code.ID = null;
|
|
|
- this.sn_code.Location = new System.Drawing.Point(99, 693);
|
|
|
- this.sn_code.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.sn_code.Location = new System.Drawing.Point(74, 554);
|
|
|
this.sn_code.Name = "sn_code";
|
|
|
this.sn_code.Power = "ifread";
|
|
|
- this.sn_code.Size = new System.Drawing.Size(229, 25);
|
|
|
+ this.sn_code.Size = new System.Drawing.Size(173, 21);
|
|
|
this.sn_code.Str = null;
|
|
|
this.sn_code.Str1 = null;
|
|
|
this.sn_code.Str2 = null;
|
|
|
@@ -792,12 +852,11 @@
|
|
|
this.pa_indate,
|
|
|
this.pd_id});
|
|
|
this.PackageDetail.EnableContentClick = true;
|
|
|
- this.PackageDetail.Location = new System.Drawing.Point(5, 224);
|
|
|
- this.PackageDetail.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.PackageDetail.Location = new System.Drawing.Point(4, 179);
|
|
|
this.PackageDetail.Name = "PackageDetail";
|
|
|
this.PackageDetail.ReadOnly = true;
|
|
|
this.PackageDetail.RowTemplate.Height = 23;
|
|
|
- this.PackageDetail.Size = new System.Drawing.Size(1149, 300);
|
|
|
+ this.PackageDetail.Size = new System.Drawing.Size(862, 240);
|
|
|
this.PackageDetail.TabIndex = 134;
|
|
|
//
|
|
|
// pd_barcode
|
|
|
@@ -853,118 +912,22 @@
|
|
|
this.pd_id.ReadOnly = true;
|
|
|
this.pd_id.Visible = false;
|
|
|
//
|
|
|
- // pr_sendchecktype
|
|
|
+ // CollecRemark
|
|
|
//
|
|
|
- this.pr_sendchecktype.AutoSize = true;
|
|
|
- this.pr_sendchecktype.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_sendchecktype.Location = new System.Drawing.Point(945, 546);
|
|
|
- this.pr_sendchecktype.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.pr_sendchecktype.Name = "pr_sendchecktype";
|
|
|
- this.pr_sendchecktype.Size = new System.Drawing.Size(0, 27);
|
|
|
- this.pr_sendchecktype.TabIndex = 182;
|
|
|
- this.pr_sendchecktype.Visible = false;
|
|
|
- //
|
|
|
- // mcd_remainqty_label
|
|
|
- //
|
|
|
- this.mcd_remainqty_label.AutoSize = true;
|
|
|
- this.mcd_remainqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.mcd_remainqty_label.Location = new System.Drawing.Point(630, 588);
|
|
|
- this.mcd_remainqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.mcd_remainqty_label.Name = "mcd_remainqty_label";
|
|
|
- this.mcd_remainqty_label.Size = new System.Drawing.Size(92, 27);
|
|
|
- this.mcd_remainqty_label.TabIndex = 196;
|
|
|
- this.mcd_remainqty_label.Text = "待采集数";
|
|
|
- //
|
|
|
- // mcd_remainqty
|
|
|
- //
|
|
|
- this.mcd_remainqty.AutoSize = true;
|
|
|
- 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(739, 588);
|
|
|
- this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.mcd_remainqty.Name = "mcd_remainqty";
|
|
|
- this.mcd_remainqty.Size = new System.Drawing.Size(0, 27);
|
|
|
- this.mcd_remainqty.TabIndex = 197;
|
|
|
- //
|
|
|
- // mcd_inqty_label
|
|
|
- //
|
|
|
- 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(630, 548);
|
|
|
- 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);
|
|
|
- this.mcd_inqty_label.TabIndex = 194;
|
|
|
- this.mcd_inqty_label.Text = "已采集数";
|
|
|
- //
|
|
|
- // mcd_inqty
|
|
|
- //
|
|
|
- this.mcd_inqty.AutoSize = true;
|
|
|
- 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(739, 548);
|
|
|
- this.mcd_inqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.mcd_inqty.Name = "mcd_inqty";
|
|
|
- this.mcd_inqty.Size = new System.Drawing.Size(0, 27);
|
|
|
- this.mcd_inqty.TabIndex = 195;
|
|
|
- //
|
|
|
- // pa_remark_label
|
|
|
- //
|
|
|
- this.pa_remark_label.AutoSize = true;
|
|
|
- this.pa_remark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pa_remark_label.Location = new System.Drawing.Point(630, 625);
|
|
|
- this.pa_remark_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.pa_remark_label.Name = "pa_remark_label";
|
|
|
- this.pa_remark_label.Size = new System.Drawing.Size(52, 27);
|
|
|
- this.pa_remark_label.TabIndex = 198;
|
|
|
- this.pa_remark_label.Text = "备注";
|
|
|
- //
|
|
|
- // pa_remark
|
|
|
- //
|
|
|
- this.pa_remark.AllPower = null;
|
|
|
- this.pa_remark.BackColor = System.Drawing.Color.White;
|
|
|
- this.pa_remark.ID = null;
|
|
|
- this.pa_remark.Location = new System.Drawing.Point(689, 627);
|
|
|
- this.pa_remark.Multiline = true;
|
|
|
- this.pa_remark.Name = "pa_remark";
|
|
|
- this.pa_remark.Power = null;
|
|
|
- this.pa_remark.Size = new System.Drawing.Size(196, 56);
|
|
|
- this.pa_remark.Str = null;
|
|
|
- this.pa_remark.Str1 = null;
|
|
|
- this.pa_remark.Str2 = null;
|
|
|
- this.pa_remark.TabIndex = 200;
|
|
|
- this.pa_remark.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_remark_KeyDown);
|
|
|
- //
|
|
|
- // label2
|
|
|
- //
|
|
|
- this.label2.AutoSize = true;
|
|
|
- this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label2.Location = new System.Drawing.Point(253, 19);
|
|
|
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.label2.Name = "label2";
|
|
|
- this.label2.Size = new System.Drawing.Size(46, 24);
|
|
|
- this.label2.TabIndex = 195;
|
|
|
- this.label2.Text = "前缀";
|
|
|
- //
|
|
|
- // snCollectionBox1
|
|
|
- //
|
|
|
- this.snCollectionBox1.AllPower = null;
|
|
|
- this.snCollectionBox1.BackColor = System.Drawing.Color.White;
|
|
|
- this.snCollectionBox1.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
- this.snCollectionBox1.ID = null;
|
|
|
- this.snCollectionBox1.Location = new System.Drawing.Point(311, 19);
|
|
|
- this.snCollectionBox1.Margin = new System.Windows.Forms.Padding(8, 9, 8, 9);
|
|
|
- this.snCollectionBox1.Name = "snCollectionBox1";
|
|
|
- this.snCollectionBox1.Power = null;
|
|
|
- this.snCollectionBox1.Size = new System.Drawing.Size(49, 27);
|
|
|
- this.snCollectionBox1.Str = null;
|
|
|
- this.snCollectionBox1.Str1 = null;
|
|
|
- this.snCollectionBox1.Str2 = null;
|
|
|
- this.snCollectionBox1.TabIndex = 194;
|
|
|
+ this.CollecRemark.AutoSize = true;
|
|
|
+ this.CollecRemark.Location = new System.Drawing.Point(517, 557);
|
|
|
+ this.CollecRemark.Name = "CollecRemark";
|
|
|
+ this.CollecRemark.Size = new System.Drawing.Size(96, 16);
|
|
|
+ this.CollecRemark.TabIndex = 201;
|
|
|
+ this.CollecRemark.Text = "采集备注信息";
|
|
|
+ this.CollecRemark.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
// Make_PackageCollection
|
|
|
//
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(1172, 730);
|
|
|
+ this.ClientSize = new System.Drawing.Size(879, 584);
|
|
|
+ this.Controls.Add(this.CollecRemark);
|
|
|
this.Controls.Add(this.pa_remark);
|
|
|
this.Controls.Add(this.pa_remark_label);
|
|
|
this.Controls.Add(this.mcd_remainqty_label);
|
|
|
@@ -989,7 +952,6 @@
|
|
|
this.Controls.Add(this.label13);
|
|
|
this.Controls.Add(this.pa_makecode);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
- this.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.Name = "Make_PackageCollection";
|
|
|
this.Tag = "Make!PackageCollection";
|
|
|
this.Text = "包装采集";
|
|
|
@@ -1076,5 +1038,6 @@
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox pa_remark;
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
private CustomControl.TextBoxWithIcon.SnCollectionBox snCollectionBox1;
|
|
|
+ private System.Windows.Forms.CheckBox CollecRemark;
|
|
|
}
|
|
|
}
|