|
|
@@ -45,6 +45,12 @@
|
|
|
this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
this.PackageDetail = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
|
|
|
+ this.pd_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pa_outboxcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pa_prodcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ 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.AutoPrint = new UAS_MES.CustomControl.CustomCheckBox.AutoPrintCheckBox();
|
|
|
this.groupBoxWithBorder1 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
this.PreFix_label = new System.Windows.Forms.Label();
|
|
|
@@ -108,12 +114,6 @@
|
|
|
this.pa_remark_label = new System.Windows.Forms.Label();
|
|
|
this.pa_remark = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.CollecRemark = new System.Windows.Forms.CheckBox();
|
|
|
- this.pd_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pa_outboxcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pa_prodcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pd_innerqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pa_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).BeginInit();
|
|
|
this.groupBoxWithBorder1.SuspendLayout();
|
|
|
this.groupBoxWithBorder2.SuspendLayout();
|
|
|
@@ -147,7 +147,7 @@
|
|
|
//
|
|
|
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(13, 51);
|
|
|
+ this.pa_code_label.Location = new System.Drawing.Point(13, 50);
|
|
|
this.pa_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.pa_code_label.Name = "pa_code_label";
|
|
|
this.pa_code_label.Size = new System.Drawing.Size(52, 27);
|
|
|
@@ -158,7 +158,7 @@
|
|
|
//
|
|
|
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(5, 55);
|
|
|
+ this.PrintList_label.Location = new System.Drawing.Point(5, 57);
|
|
|
this.PrintList_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.PrintList_label.Name = "PrintList_label";
|
|
|
this.PrintList_label.Size = new System.Drawing.Size(112, 27);
|
|
|
@@ -169,7 +169,7 @@
|
|
|
//
|
|
|
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(260, 152);
|
|
|
+ this.PrintNum_label.Location = new System.Drawing.Point(260, 153);
|
|
|
this.PrintNum_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.PrintNum_label.Name = "PrintNum_label";
|
|
|
this.PrintNum_label.Size = new System.Drawing.Size(52, 27);
|
|
|
@@ -215,7 +215,7 @@
|
|
|
//
|
|
|
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(5, 101);
|
|
|
+ this.label3.Location = new System.Drawing.Point(5, 103);
|
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.label3.Name = "label3";
|
|
|
this.label3.Size = new System.Drawing.Size(92, 27);
|
|
|
@@ -337,6 +337,61 @@
|
|
|
this.PackageDetail.Size = new System.Drawing.Size(828, 300);
|
|
|
this.PackageDetail.TabIndex = 134;
|
|
|
//
|
|
|
+ // pd_barcode
|
|
|
+ //
|
|
|
+ this.pd_barcode.DataPropertyName = "pd_barcode";
|
|
|
+ this.pd_barcode.HeaderText = "序列号";
|
|
|
+ this.pd_barcode.MinimumWidth = 250;
|
|
|
+ this.pd_barcode.Name = "pd_barcode";
|
|
|
+ this.pd_barcode.ReadOnly = true;
|
|
|
+ this.pd_barcode.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
+ this.pd_barcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
|
|
|
+ this.pd_barcode.Width = 250;
|
|
|
+ //
|
|
|
+ // pa_outboxcode1
|
|
|
+ //
|
|
|
+ this.pa_outboxcode1.DataPropertyName = "pa_outboxcode";
|
|
|
+ this.pa_outboxcode1.HeaderText = "箱号";
|
|
|
+ this.pa_outboxcode1.MinimumWidth = 200;
|
|
|
+ this.pa_outboxcode1.Name = "pa_outboxcode1";
|
|
|
+ this.pa_outboxcode1.ReadOnly = true;
|
|
|
+ this.pa_outboxcode1.Width = 201;
|
|
|
+ //
|
|
|
+ // pa_prodcode1
|
|
|
+ //
|
|
|
+ this.pa_prodcode1.DataPropertyName = "pa_prodcode";
|
|
|
+ this.pa_prodcode1.HeaderText = "产品编号";
|
|
|
+ this.pa_prodcode1.Name = "pa_prodcode1";
|
|
|
+ this.pa_prodcode1.ReadOnly = true;
|
|
|
+ this.pa_prodcode1.Visible = false;
|
|
|
+ //
|
|
|
+ // pd_innerqty
|
|
|
+ //
|
|
|
+ this.pd_innerqty.DataPropertyName = "pd_innerqty";
|
|
|
+ this.pd_innerqty.HeaderText = "箱内数量";
|
|
|
+ this.pd_innerqty.Name = "pd_innerqty";
|
|
|
+ this.pd_innerqty.ReadOnly = true;
|
|
|
+ this.pd_innerqty.Visible = false;
|
|
|
+ this.pd_innerqty.Width = 80;
|
|
|
+ //
|
|
|
+ // pa_indate
|
|
|
+ //
|
|
|
+ this.pa_indate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.pa_indate.DataPropertyName = "pa_indate";
|
|
|
+ this.pa_indate.HeaderText = "装箱日期";
|
|
|
+ this.pa_indate.MinimumWidth = 300;
|
|
|
+ this.pa_indate.Name = "pa_indate";
|
|
|
+ this.pa_indate.ReadOnly = true;
|
|
|
+ this.pa_indate.Width = 300;
|
|
|
+ //
|
|
|
+ // pd_id
|
|
|
+ //
|
|
|
+ this.pd_id.DataPropertyName = "pd_id";
|
|
|
+ this.pd_id.HeaderText = "ID";
|
|
|
+ this.pd_id.Name = "pd_id";
|
|
|
+ this.pd_id.ReadOnly = true;
|
|
|
+ this.pd_id.Visible = false;
|
|
|
+ //
|
|
|
// AutoPrint
|
|
|
//
|
|
|
this.AutoPrint.Checked = false;
|
|
|
@@ -385,7 +440,7 @@
|
|
|
//
|
|
|
this.PreFix_label.AutoSize = true;
|
|
|
this.PreFix_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.PreFix_label.Location = new System.Drawing.Point(239, 17);
|
|
|
+ this.PreFix_label.Location = new System.Drawing.Point(239, 20);
|
|
|
this.PreFix_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.PreFix_label.Name = "PreFix_label";
|
|
|
this.PreFix_label.Size = new System.Drawing.Size(46, 24);
|
|
|
@@ -413,7 +468,7 @@
|
|
|
//
|
|
|
this.locksalecode.AutoSize = true;
|
|
|
this.locksalecode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.locksalecode.Location = new System.Drawing.Point(400, 20);
|
|
|
+ this.locksalecode.Location = new System.Drawing.Point(400, 21);
|
|
|
this.locksalecode.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.locksalecode.Name = "locksalecode";
|
|
|
this.locksalecode.Size = new System.Drawing.Size(119, 19);
|
|
|
@@ -425,7 +480,7 @@
|
|
|
//
|
|
|
this.label5.AutoSize = true;
|
|
|
this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label5.Location = new System.Drawing.Point(288, 167);
|
|
|
+ this.label5.Location = new System.Drawing.Point(288, 166);
|
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.label5.Name = "label5";
|
|
|
this.label5.Size = new System.Drawing.Size(92, 27);
|
|
|
@@ -436,7 +491,7 @@
|
|
|
//
|
|
|
this.ms_makecode_label.AutoSize = true;
|
|
|
this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ms_makecode_label.Location = new System.Drawing.Point(13, 165);
|
|
|
+ this.ms_makecode_label.Location = new System.Drawing.Point(13, 164);
|
|
|
this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.ms_makecode_label.Name = "ms_makecode_label";
|
|
|
this.ms_makecode_label.Size = new System.Drawing.Size(72, 27);
|
|
|
@@ -447,7 +502,7 @@
|
|
|
//
|
|
|
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(400, 167);
|
|
|
+ this.ms_salecode.Location = new System.Drawing.Point(400, 166);
|
|
|
this.ms_salecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.ms_salecode.Name = "ms_salecode";
|
|
|
this.ms_salecode.Size = new System.Drawing.Size(0, 27);
|
|
|
@@ -457,7 +512,7 @@
|
|
|
//
|
|
|
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(121, 165);
|
|
|
+ this.ms_makecode.Location = new System.Drawing.Point(121, 164);
|
|
|
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.Name = "ms_makecode";
|
|
|
@@ -468,7 +523,7 @@
|
|
|
//
|
|
|
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, 16);
|
|
|
+ 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.Name = "OutBoxLength_label";
|
|
|
this.OutBoxLength_label.Size = new System.Drawing.Size(46, 24);
|
|
|
@@ -533,7 +588,7 @@
|
|
|
//
|
|
|
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(288, 94);
|
|
|
+ this.pa_currentqty_label.Location = new System.Drawing.Point(288, 93);
|
|
|
this.pa_currentqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.pa_currentqty_label.Name = "pa_currentqty_label";
|
|
|
this.pa_currentqty_label.Size = new System.Drawing.Size(92, 27);
|
|
|
@@ -544,7 +599,7 @@
|
|
|
//
|
|
|
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(288, 130);
|
|
|
+ this.pr_detail_label.Location = new System.Drawing.Point(288, 129);
|
|
|
this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.pr_detail_label.Name = "pr_detail_label";
|
|
|
this.pr_detail_label.Size = new System.Drawing.Size(92, 27);
|
|
|
@@ -555,7 +610,7 @@
|
|
|
//
|
|
|
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(400, 94);
|
|
|
+ this.pa_currentqty.Location = new System.Drawing.Point(400, 93);
|
|
|
this.pa_currentqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.pa_currentqty.Name = "pa_currentqty";
|
|
|
this.pa_currentqty.Size = new System.Drawing.Size(0, 27);
|
|
|
@@ -565,7 +620,7 @@
|
|
|
//
|
|
|
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(13, 128);
|
|
|
+ this.pr_code_label.Location = new System.Drawing.Point(13, 127);
|
|
|
this.pr_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.pr_code_label.Name = "pr_code_label";
|
|
|
this.pr_code_label.Size = new System.Drawing.Size(92, 27);
|
|
|
@@ -576,7 +631,7 @@
|
|
|
//
|
|
|
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(400, 130);
|
|
|
+ this.pr_detail.Location = new System.Drawing.Point(400, 129);
|
|
|
this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.pr_detail.Name = "pr_detail";
|
|
|
this.pr_detail.Size = new System.Drawing.Size(0, 27);
|
|
|
@@ -586,7 +641,7 @@
|
|
|
//
|
|
|
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(13, 90);
|
|
|
+ this.pr_outboxinnerqty_label.Location = new System.Drawing.Point(13, 89);
|
|
|
this.pr_outboxinnerqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.pr_outboxinnerqty_label.Name = "pr_outboxinnerqty_label";
|
|
|
this.pr_outboxinnerqty_label.Size = new System.Drawing.Size(92, 27);
|
|
|
@@ -597,7 +652,7 @@
|
|
|
//
|
|
|
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(121, 128);
|
|
|
+ this.pr_code.Location = new System.Drawing.Point(121, 127);
|
|
|
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.Name = "pr_code";
|
|
|
@@ -608,7 +663,7 @@
|
|
|
// AutoGenBoxCode
|
|
|
//
|
|
|
this.AutoGenBoxCode.AutoSize = true;
|
|
|
- this.AutoGenBoxCode.Location = new System.Drawing.Point(330, 53);
|
|
|
+ this.AutoGenBoxCode.Location = new System.Drawing.Point(330, 52);
|
|
|
this.AutoGenBoxCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.AutoGenBoxCode.Name = "AutoGenBoxCode";
|
|
|
this.AutoGenBoxCode.Size = new System.Drawing.Size(114, 31);
|
|
|
@@ -619,7 +674,7 @@
|
|
|
// StepCount
|
|
|
//
|
|
|
this.StepCount.LineCode = null;
|
|
|
- this.StepCount.Location = new System.Drawing.Point(148, 20);
|
|
|
+ this.StepCount.Location = new System.Drawing.Point(148, 21);
|
|
|
this.StepCount.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
this.StepCount.Name = "StepCount";
|
|
|
this.StepCount.Size = new System.Drawing.Size(117, 29);
|
|
|
@@ -680,7 +735,7 @@
|
|
|
//
|
|
|
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(367, 12);
|
|
|
+ this.label1.Location = new System.Drawing.Point(367, 14);
|
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.label1.Name = "label1";
|
|
|
this.label1.Size = new System.Drawing.Size(92, 27);
|
|
|
@@ -692,7 +747,7 @@
|
|
|
this.checkweightlabel.AutoSize = true;
|
|
|
this.checkweightlabel.CutLength = null;
|
|
|
this.checkweightlabel.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.checkweightlabel.Location = new System.Drawing.Point(143, 16);
|
|
|
+ this.checkweightlabel.Location = new System.Drawing.Point(143, 18);
|
|
|
this.checkweightlabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.checkweightlabel.MaximumSize = new System.Drawing.Size(267, 0);
|
|
|
this.checkweightlabel.Name = "checkweightlabel";
|
|
|
@@ -703,7 +758,7 @@
|
|
|
//
|
|
|
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(475, 102);
|
|
|
+ this.ob_nowcheckqty.Location = new System.Drawing.Point(475, 104);
|
|
|
this.ob_nowcheckqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.ob_nowcheckqty.Name = "ob_nowcheckqty";
|
|
|
this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 27);
|
|
|
@@ -713,7 +768,7 @@
|
|
|
//
|
|
|
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(475, 56);
|
|
|
+ this.ob_batchqty.Location = new System.Drawing.Point(475, 58);
|
|
|
this.ob_batchqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.ob_batchqty.Name = "ob_batchqty";
|
|
|
this.ob_batchqty.Size = new System.Drawing.Size(0, 27);
|
|
|
@@ -723,7 +778,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.Location = new System.Drawing.Point(367, 102);
|
|
|
+ this.ob_nowcheckqty_label.Location = new System.Drawing.Point(367, 104);
|
|
|
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);
|
|
|
@@ -734,7 +789,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.Location = new System.Drawing.Point(367, 56);
|
|
|
+ this.ob_batchqty_label.Location = new System.Drawing.Point(367, 58);
|
|
|
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);
|
|
|
@@ -786,7 +841,7 @@
|
|
|
//
|
|
|
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(475, 12);
|
|
|
+ this.ob_checkno.Location = new System.Drawing.Point(475, 14);
|
|
|
this.ob_checkno.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.ob_checkno.Name = "ob_checkno";
|
|
|
this.ob_checkno.Size = new System.Drawing.Size(0, 27);
|
|
|
@@ -844,7 +899,7 @@
|
|
|
this.RefreshWeigh.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
this.RefreshWeigh.Image = null;
|
|
|
this.RefreshWeigh.IsShowBorder = true;
|
|
|
- this.RefreshWeigh.Location = new System.Drawing.Point(148, 146);
|
|
|
+ this.RefreshWeigh.Location = new System.Drawing.Point(148, 168);
|
|
|
this.RefreshWeigh.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.RefreshWeigh.MoveImage = ((System.Drawing.Image)(resources.GetObject("RefreshWeigh.MoveImage")));
|
|
|
this.RefreshWeigh.Name = "RefreshWeigh";
|
|
|
@@ -861,7 +916,7 @@
|
|
|
//
|
|
|
this.pr_cartonunit1.AutoSize = true;
|
|
|
this.pr_cartonunit1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_cartonunit1.Location = new System.Drawing.Point(111, 143);
|
|
|
+ this.pr_cartonunit1.Location = new System.Drawing.Point(111, 168);
|
|
|
this.pr_cartonunit1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.pr_cartonunit1.Name = "pr_cartonunit1";
|
|
|
this.pr_cartonunit1.Size = new System.Drawing.Size(25, 27);
|
|
|
@@ -874,7 +929,7 @@
|
|
|
//
|
|
|
this.pr_cartonunit.AutoSize = true;
|
|
|
this.pr_cartonunit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_cartonunit.Location = new System.Drawing.Point(69, 16);
|
|
|
+ this.pr_cartonunit.Location = new System.Drawing.Point(69, 41);
|
|
|
this.pr_cartonunit.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.pr_cartonunit.Name = "pr_cartonunit";
|
|
|
this.pr_cartonunit.Size = new System.Drawing.Size(25, 27);
|
|
|
@@ -886,7 +941,7 @@
|
|
|
//
|
|
|
this.pr_cartonboxgw.AutoSize = true;
|
|
|
this.pr_cartonboxgw.Font = new System.Drawing.Font("微软雅黑", 25F);
|
|
|
- this.pr_cartonboxgw.Location = new System.Drawing.Point(15, 182);
|
|
|
+ this.pr_cartonboxgw.Location = new System.Drawing.Point(24, 215);
|
|
|
this.pr_cartonboxgw.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.pr_cartonboxgw.Name = "pr_cartonboxgw";
|
|
|
this.pr_cartonboxgw.Size = new System.Drawing.Size(0, 55);
|
|
|
@@ -896,7 +951,7 @@
|
|
|
//
|
|
|
this.label4.AutoSize = true;
|
|
|
this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label4.Location = new System.Drawing.Point(13, 143);
|
|
|
+ this.label4.Location = new System.Drawing.Point(13, 168);
|
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.label4.Name = "label4";
|
|
|
this.label4.Size = new System.Drawing.Size(92, 27);
|
|
|
@@ -908,7 +963,7 @@
|
|
|
this.weight.AutoSize = true;
|
|
|
this.weight.Font = new System.Drawing.Font("微软雅黑", 35F);
|
|
|
this.weight.ForeColor = System.Drawing.Color.DarkGreen;
|
|
|
- this.weight.Location = new System.Drawing.Point(15, 51);
|
|
|
+ this.weight.Location = new System.Drawing.Point(22, 82);
|
|
|
this.weight.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.weight.Name = "weight";
|
|
|
this.weight.Size = new System.Drawing.Size(0, 78);
|
|
|
@@ -918,7 +973,7 @@
|
|
|
//
|
|
|
this.label2.AutoSize = true;
|
|
|
this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label2.Location = new System.Drawing.Point(13, 16);
|
|
|
+ this.label2.Location = new System.Drawing.Point(13, 41);
|
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.label2.Name = "label2";
|
|
|
this.label2.Size = new System.Drawing.Size(52, 27);
|
|
|
@@ -1175,61 +1230,6 @@
|
|
|
this.CollecRemark.Text = "采集备注信息";
|
|
|
this.CollecRemark.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
- // pd_barcode
|
|
|
- //
|
|
|
- this.pd_barcode.DataPropertyName = "pd_barcode";
|
|
|
- this.pd_barcode.HeaderText = "序列号";
|
|
|
- this.pd_barcode.MinimumWidth = 250;
|
|
|
- this.pd_barcode.Name = "pd_barcode";
|
|
|
- this.pd_barcode.ReadOnly = true;
|
|
|
- this.pd_barcode.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
- this.pd_barcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
|
|
|
- this.pd_barcode.Width = 250;
|
|
|
- //
|
|
|
- // pa_outboxcode1
|
|
|
- //
|
|
|
- this.pa_outboxcode1.DataPropertyName = "pa_outboxcode";
|
|
|
- this.pa_outboxcode1.HeaderText = "箱号";
|
|
|
- this.pa_outboxcode1.MinimumWidth = 200;
|
|
|
- this.pa_outboxcode1.Name = "pa_outboxcode1";
|
|
|
- this.pa_outboxcode1.ReadOnly = true;
|
|
|
- this.pa_outboxcode1.Width = 201;
|
|
|
- //
|
|
|
- // pa_prodcode1
|
|
|
- //
|
|
|
- this.pa_prodcode1.DataPropertyName = "pa_prodcode";
|
|
|
- this.pa_prodcode1.HeaderText = "产品编号";
|
|
|
- this.pa_prodcode1.Name = "pa_prodcode1";
|
|
|
- this.pa_prodcode1.ReadOnly = true;
|
|
|
- this.pa_prodcode1.Visible = false;
|
|
|
- //
|
|
|
- // pd_innerqty
|
|
|
- //
|
|
|
- this.pd_innerqty.DataPropertyName = "pd_innerqty";
|
|
|
- this.pd_innerqty.HeaderText = "箱内数量";
|
|
|
- this.pd_innerqty.Name = "pd_innerqty";
|
|
|
- this.pd_innerqty.ReadOnly = true;
|
|
|
- this.pd_innerqty.Visible = false;
|
|
|
- this.pd_innerqty.Width = 80;
|
|
|
- //
|
|
|
- // pa_indate
|
|
|
- //
|
|
|
- this.pa_indate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.pa_indate.DataPropertyName = "pa_indate";
|
|
|
- this.pa_indate.HeaderText = "装箱日期";
|
|
|
- this.pa_indate.MinimumWidth = 300;
|
|
|
- this.pa_indate.Name = "pa_indate";
|
|
|
- this.pa_indate.ReadOnly = true;
|
|
|
- this.pa_indate.Width = 300;
|
|
|
- //
|
|
|
- // pd_id
|
|
|
- //
|
|
|
- this.pd_id.DataPropertyName = "pd_id";
|
|
|
- this.pd_id.HeaderText = "ID";
|
|
|
- this.pd_id.Name = "pd_id";
|
|
|
- this.pd_id.ReadOnly = true;
|
|
|
- this.pd_id.Visible = false;
|
|
|
- //
|
|
|
// Make_PackageCollectionWeigh
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
@@ -1278,13 +1278,13 @@
|
|
|
this.Load += new System.EventHandler(this.Make_PackageCollectionWeigh_Load);
|
|
|
this.SizeChanged += new System.EventHandler(this.Make_PackageCollectionWeigh_SizeChanged);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).EndInit();
|
|
|
- this.groupBoxWithBorder1.ResumeLayout(true);
|
|
|
+ this.groupBoxWithBorder1.ResumeLayout(false);
|
|
|
this.groupBoxWithBorder1.PerformLayout();
|
|
|
- this.groupBoxWithBorder2.ResumeLayout(true);
|
|
|
+ this.groupBoxWithBorder2.ResumeLayout(false);
|
|
|
this.groupBoxWithBorder2.PerformLayout();
|
|
|
- this.groupBoxWithBorder3.ResumeLayout(true);
|
|
|
+ this.groupBoxWithBorder3.ResumeLayout(false);
|
|
|
this.groupBoxWithBorder3.PerformLayout();
|
|
|
- this.ResumeLayout(true);
|
|
|
+ this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|