|
|
@@ -119,27 +119,6 @@
|
|
|
this.sg_code = new UAS_LabelMachine.CustomControl.SearchTextBox();
|
|
|
this.MessageLog = new UAS_LabelMachine.CustomControl.RichText.RichTextAutoBottom();
|
|
|
this.LabelInf = new UAS_LabelMachine.CustomControl.DataGridViewWithSerialNum();
|
|
|
- this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
- this.pib_ifpick = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
- this.pib_ifprint = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
- this.pib_id1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pib_pdno = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pib_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pr_vendprodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pr_brand = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pib_madein = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pib_lotno = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pib_datecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pib_cusbarcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pib_cusoutboxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.DateCode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pib_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pib_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pd_pocode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pd_custprodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pd_custprodspec = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pib_outboxcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pib_outboxcode2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pi_inoutno = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
|
this.SingleLabel = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
this.ViVoPlate = new System.Windows.Forms.Button();
|
|
|
@@ -173,6 +152,27 @@
|
|
|
this.OutBoxLabelPrint = new System.Windows.Forms.Button();
|
|
|
this.OutBoxLabelAutoPrint = new System.Windows.Forms.CheckBox();
|
|
|
this.OutBoxCombox = new System.Windows.Forms.ComboBox();
|
|
|
+ this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
+ this.pib_ifpick = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
+ this.pib_ifprint = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
+ this.pib_id1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pib_pdno = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pib_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pr_vendprodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pr_brand = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pib_madein = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pib_lotno = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pib_datecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pib_cusbarcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pib_cusoutboxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pib_datecode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pib_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pib_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pd_pocode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pd_custprodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pd_custprodspec = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pib_outboxcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pib_outboxcode2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Si_ItemDGV)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MidSource)).BeginInit();
|
|
|
this.groupBoxWithBorder1.SuspendLayout();
|
|
|
@@ -1079,7 +1079,7 @@
|
|
|
this.pib_datecode,
|
|
|
this.pib_cusbarcode,
|
|
|
this.pib_cusoutboxcode,
|
|
|
- this.DateCode1,
|
|
|
+ this.pib_datecode1,
|
|
|
this.pib_qty,
|
|
|
this.pib_barcode,
|
|
|
this.pd_pocode,
|
|
|
@@ -1098,167 +1098,6 @@
|
|
|
this.LabelInf.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.LabelInf_CellValueChanged);
|
|
|
this.LabelInf.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.LabelInf_DataError);
|
|
|
//
|
|
|
- // Choose
|
|
|
- //
|
|
|
- this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.Choose.HeaderText = "勾选";
|
|
|
- this.Choose.Name = "Choose";
|
|
|
- this.Choose.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
- this.Choose.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
|
- this.Choose.Width = 55;
|
|
|
- //
|
|
|
- // pib_ifpick
|
|
|
- //
|
|
|
- this.pib_ifpick.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.pib_ifpick.DataPropertyName = "pib_ifpick";
|
|
|
- this.pib_ifpick.HeaderText = "已采集";
|
|
|
- this.pib_ifpick.Name = "pib_ifpick";
|
|
|
- this.pib_ifpick.Width = 60;
|
|
|
- //
|
|
|
- // pib_ifprint
|
|
|
- //
|
|
|
- this.pib_ifprint.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.pib_ifprint.DataPropertyName = "pib_ifprint";
|
|
|
- this.pib_ifprint.HeaderText = "已打印";
|
|
|
- this.pib_ifprint.Name = "pib_ifprint";
|
|
|
- this.pib_ifprint.Width = 60;
|
|
|
- //
|
|
|
- // pib_id1
|
|
|
- //
|
|
|
- this.pib_id1.DataPropertyName = "pib_id";
|
|
|
- this.pib_id1.HeaderText = "pib_id";
|
|
|
- this.pib_id1.Name = "pib_id1";
|
|
|
- this.pib_id1.Visible = false;
|
|
|
- this.pib_id1.Width = 66;
|
|
|
- //
|
|
|
- // pib_pdno
|
|
|
- //
|
|
|
- this.pib_pdno.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.pib_pdno.DataPropertyName = "pib_pdno";
|
|
|
- this.pib_pdno.HeaderText = "明细序号";
|
|
|
- this.pib_pdno.Name = "pib_pdno";
|
|
|
- this.pib_pdno.ReadOnly = true;
|
|
|
- this.pib_pdno.Width = 96;
|
|
|
- //
|
|
|
- // pib_prodcode
|
|
|
- //
|
|
|
- this.pib_prodcode.DataPropertyName = "pib_prodcode";
|
|
|
- this.pib_prodcode.HeaderText = "物料编号";
|
|
|
- this.pib_prodcode.Name = "pib_prodcode";
|
|
|
- this.pib_prodcode.ReadOnly = true;
|
|
|
- this.pib_prodcode.Width = 78;
|
|
|
- //
|
|
|
- // pr_vendprodcode
|
|
|
- //
|
|
|
- this.pr_vendprodcode.DataPropertyName = "pr_vendprodcode";
|
|
|
- this.pr_vendprodcode.HeaderText = "MPN";
|
|
|
- this.pr_vendprodcode.Name = "pr_vendprodcode";
|
|
|
- this.pr_vendprodcode.ReadOnly = true;
|
|
|
- this.pr_vendprodcode.Width = 48;
|
|
|
- //
|
|
|
- // pr_brand
|
|
|
- //
|
|
|
- this.pr_brand.DataPropertyName = "pr_brand";
|
|
|
- this.pr_brand.HeaderText = "品牌";
|
|
|
- this.pr_brand.Name = "pr_brand";
|
|
|
- this.pr_brand.Width = 54;
|
|
|
- //
|
|
|
- // pib_madein
|
|
|
- //
|
|
|
- this.pib_madein.DataPropertyName = "pib_madein";
|
|
|
- this.pib_madein.HeaderText = "产地";
|
|
|
- this.pib_madein.Name = "pib_madein";
|
|
|
- this.pib_madein.Width = 54;
|
|
|
- //
|
|
|
- // pib_lotno
|
|
|
- //
|
|
|
- this.pib_lotno.DataPropertyName = "pib_lotno";
|
|
|
- this.pib_lotno.HeaderText = "LotNo";
|
|
|
- this.pib_lotno.Name = "pib_lotno";
|
|
|
- this.pib_lotno.Width = 60;
|
|
|
- //
|
|
|
- // pib_datecode
|
|
|
- //
|
|
|
- this.pib_datecode.DataPropertyName = "pib_datecode";
|
|
|
- this.pib_datecode.HeaderText = "DateCode";
|
|
|
- this.pib_datecode.Name = "pib_datecode";
|
|
|
- this.pib_datecode.Width = 78;
|
|
|
- //
|
|
|
- // pib_cusbarcode
|
|
|
- //
|
|
|
- this.pib_cusbarcode.DataPropertyName = "pib_cusbarcode";
|
|
|
- this.pib_cusbarcode.HeaderText = "ViVo条码号";
|
|
|
- this.pib_cusbarcode.Name = "pib_cusbarcode";
|
|
|
- this.pib_cusbarcode.Width = 90;
|
|
|
- //
|
|
|
- // pib_cusoutboxcode
|
|
|
- //
|
|
|
- this.pib_cusoutboxcode.DataPropertyName = "pib_cusoutboxcode";
|
|
|
- this.pib_cusoutboxcode.HeaderText = "ViVo外箱";
|
|
|
- this.pib_cusoutboxcode.Name = "pib_cusoutboxcode";
|
|
|
- this.pib_cusoutboxcode.Width = 78;
|
|
|
- //
|
|
|
- // DateCode1
|
|
|
- //
|
|
|
- this.DateCode1.HeaderText = "DateCode1";
|
|
|
- this.DateCode1.Name = "DateCode1";
|
|
|
- this.DateCode1.Visible = false;
|
|
|
- this.DateCode1.Width = 84;
|
|
|
- //
|
|
|
- // pib_qty
|
|
|
- //
|
|
|
- this.pib_qty.DataPropertyName = "pib_qty";
|
|
|
- this.pib_qty.HeaderText = "数量";
|
|
|
- this.pib_qty.Name = "pib_qty";
|
|
|
- this.pib_qty.ReadOnly = true;
|
|
|
- this.pib_qty.Width = 54;
|
|
|
- //
|
|
|
- // pib_barcode
|
|
|
- //
|
|
|
- this.pib_barcode.DataPropertyName = "pib_barcode";
|
|
|
- this.pib_barcode.HeaderText = "唯一条码";
|
|
|
- this.pib_barcode.Name = "pib_barcode";
|
|
|
- this.pib_barcode.ReadOnly = true;
|
|
|
- this.pib_barcode.Width = 78;
|
|
|
- //
|
|
|
- // pd_pocode
|
|
|
- //
|
|
|
- this.pd_pocode.DataPropertyName = "pd_pocode";
|
|
|
- this.pd_pocode.HeaderText = "客户PO";
|
|
|
- this.pd_pocode.Name = "pd_pocode";
|
|
|
- this.pd_pocode.ReadOnly = true;
|
|
|
- this.pd_pocode.Width = 66;
|
|
|
- //
|
|
|
- // pd_custprodcode
|
|
|
- //
|
|
|
- this.pd_custprodcode.DataPropertyName = "pd_custprodcode";
|
|
|
- this.pd_custprodcode.HeaderText = "客户料号";
|
|
|
- this.pd_custprodcode.Name = "pd_custprodcode";
|
|
|
- this.pd_custprodcode.Width = 78;
|
|
|
- //
|
|
|
- // pd_custprodspec
|
|
|
- //
|
|
|
- this.pd_custprodspec.DataPropertyName = "pd_custprodspec";
|
|
|
- this.pd_custprodspec.HeaderText = "客户型号";
|
|
|
- this.pd_custprodspec.Name = "pd_custprodspec";
|
|
|
- this.pd_custprodspec.Width = 78;
|
|
|
- //
|
|
|
- // pib_outboxcode1
|
|
|
- //
|
|
|
- this.pib_outboxcode1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.pib_outboxcode1.DataPropertyName = "pib_outboxcode1";
|
|
|
- this.pib_outboxcode1.HeaderText = "中盒号";
|
|
|
- this.pib_outboxcode1.Name = "pib_outboxcode1";
|
|
|
- this.pib_outboxcode1.Width = 90;
|
|
|
- //
|
|
|
- // pib_outboxcode2
|
|
|
- //
|
|
|
- this.pib_outboxcode2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.pib_outboxcode2.DataPropertyName = "pib_outboxcode2";
|
|
|
- this.pib_outboxcode2.HeaderText = "外箱号";
|
|
|
- this.pib_outboxcode2.Name = "pib_outboxcode2";
|
|
|
- this.pib_outboxcode2.Width = 90;
|
|
|
- //
|
|
|
// pi_inoutno
|
|
|
//
|
|
|
this.pi_inoutno.ID = null;
|
|
|
@@ -1666,6 +1505,168 @@
|
|
|
this.OutBoxCombox.TabIndex = 78;
|
|
|
this.OutBoxCombox.SelectedIndexChanged += new System.EventHandler(this.OutBoxCombox_SelectedIndexChanged);
|
|
|
//
|
|
|
+ // Choose
|
|
|
+ //
|
|
|
+ this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.Choose.HeaderText = "勾选";
|
|
|
+ this.Choose.Name = "Choose";
|
|
|
+ this.Choose.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
+ this.Choose.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
|
+ this.Choose.Width = 55;
|
|
|
+ //
|
|
|
+ // pib_ifpick
|
|
|
+ //
|
|
|
+ this.pib_ifpick.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.pib_ifpick.DataPropertyName = "pib_ifpick";
|
|
|
+ this.pib_ifpick.HeaderText = "已采集";
|
|
|
+ this.pib_ifpick.Name = "pib_ifpick";
|
|
|
+ this.pib_ifpick.Width = 60;
|
|
|
+ //
|
|
|
+ // pib_ifprint
|
|
|
+ //
|
|
|
+ this.pib_ifprint.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.pib_ifprint.DataPropertyName = "pib_ifprint";
|
|
|
+ this.pib_ifprint.HeaderText = "已打印";
|
|
|
+ this.pib_ifprint.Name = "pib_ifprint";
|
|
|
+ this.pib_ifprint.Width = 60;
|
|
|
+ //
|
|
|
+ // pib_id1
|
|
|
+ //
|
|
|
+ this.pib_id1.DataPropertyName = "pib_id";
|
|
|
+ this.pib_id1.HeaderText = "pib_id";
|
|
|
+ this.pib_id1.Name = "pib_id1";
|
|
|
+ this.pib_id1.Visible = false;
|
|
|
+ this.pib_id1.Width = 66;
|
|
|
+ //
|
|
|
+ // pib_pdno
|
|
|
+ //
|
|
|
+ this.pib_pdno.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.pib_pdno.DataPropertyName = "pib_pdno";
|
|
|
+ this.pib_pdno.HeaderText = "明细序号";
|
|
|
+ this.pib_pdno.Name = "pib_pdno";
|
|
|
+ this.pib_pdno.ReadOnly = true;
|
|
|
+ this.pib_pdno.Width = 96;
|
|
|
+ //
|
|
|
+ // pib_prodcode
|
|
|
+ //
|
|
|
+ this.pib_prodcode.DataPropertyName = "pib_prodcode";
|
|
|
+ this.pib_prodcode.HeaderText = "物料编号";
|
|
|
+ this.pib_prodcode.Name = "pib_prodcode";
|
|
|
+ this.pib_prodcode.ReadOnly = true;
|
|
|
+ this.pib_prodcode.Width = 78;
|
|
|
+ //
|
|
|
+ // pr_vendprodcode
|
|
|
+ //
|
|
|
+ this.pr_vendprodcode.DataPropertyName = "pr_vendprodcode";
|
|
|
+ this.pr_vendprodcode.HeaderText = "MPN";
|
|
|
+ this.pr_vendprodcode.Name = "pr_vendprodcode";
|
|
|
+ this.pr_vendprodcode.ReadOnly = true;
|
|
|
+ this.pr_vendprodcode.Width = 48;
|
|
|
+ //
|
|
|
+ // pr_brand
|
|
|
+ //
|
|
|
+ this.pr_brand.DataPropertyName = "pr_brand";
|
|
|
+ this.pr_brand.HeaderText = "品牌";
|
|
|
+ this.pr_brand.Name = "pr_brand";
|
|
|
+ this.pr_brand.Width = 54;
|
|
|
+ //
|
|
|
+ // pib_madein
|
|
|
+ //
|
|
|
+ this.pib_madein.DataPropertyName = "pib_madein";
|
|
|
+ this.pib_madein.HeaderText = "产地";
|
|
|
+ this.pib_madein.Name = "pib_madein";
|
|
|
+ this.pib_madein.Width = 54;
|
|
|
+ //
|
|
|
+ // pib_lotno
|
|
|
+ //
|
|
|
+ this.pib_lotno.DataPropertyName = "pib_lotno";
|
|
|
+ this.pib_lotno.HeaderText = "LotNo";
|
|
|
+ this.pib_lotno.Name = "pib_lotno";
|
|
|
+ this.pib_lotno.Width = 60;
|
|
|
+ //
|
|
|
+ // pib_datecode
|
|
|
+ //
|
|
|
+ this.pib_datecode.DataPropertyName = "pib_datecode";
|
|
|
+ this.pib_datecode.HeaderText = "DateCode";
|
|
|
+ this.pib_datecode.Name = "pib_datecode";
|
|
|
+ this.pib_datecode.Width = 78;
|
|
|
+ //
|
|
|
+ // pib_cusbarcode
|
|
|
+ //
|
|
|
+ this.pib_cusbarcode.DataPropertyName = "pib_cusbarcode";
|
|
|
+ this.pib_cusbarcode.HeaderText = "ViVo条码号";
|
|
|
+ this.pib_cusbarcode.Name = "pib_cusbarcode";
|
|
|
+ this.pib_cusbarcode.Width = 90;
|
|
|
+ //
|
|
|
+ // pib_cusoutboxcode
|
|
|
+ //
|
|
|
+ this.pib_cusoutboxcode.DataPropertyName = "pib_cusoutboxcode";
|
|
|
+ this.pib_cusoutboxcode.HeaderText = "ViVo外箱";
|
|
|
+ this.pib_cusoutboxcode.Name = "pib_cusoutboxcode";
|
|
|
+ this.pib_cusoutboxcode.Width = 78;
|
|
|
+ //
|
|
|
+ // pib_datecode1
|
|
|
+ //
|
|
|
+ this.pib_datecode1.DataPropertyName = "pib_datecode1";
|
|
|
+ this.pib_datecode1.HeaderText = "DateCode1";
|
|
|
+ this.pib_datecode1.Name = "pib_datecode1";
|
|
|
+ this.pib_datecode1.Visible = false;
|
|
|
+ this.pib_datecode1.Width = 84;
|
|
|
+ //
|
|
|
+ // pib_qty
|
|
|
+ //
|
|
|
+ this.pib_qty.DataPropertyName = "pib_qty";
|
|
|
+ this.pib_qty.HeaderText = "数量";
|
|
|
+ this.pib_qty.Name = "pib_qty";
|
|
|
+ this.pib_qty.ReadOnly = true;
|
|
|
+ this.pib_qty.Width = 54;
|
|
|
+ //
|
|
|
+ // pib_barcode
|
|
|
+ //
|
|
|
+ this.pib_barcode.DataPropertyName = "pib_barcode";
|
|
|
+ this.pib_barcode.HeaderText = "唯一条码";
|
|
|
+ this.pib_barcode.Name = "pib_barcode";
|
|
|
+ this.pib_barcode.ReadOnly = true;
|
|
|
+ this.pib_barcode.Width = 78;
|
|
|
+ //
|
|
|
+ // pd_pocode
|
|
|
+ //
|
|
|
+ this.pd_pocode.DataPropertyName = "pd_pocode";
|
|
|
+ this.pd_pocode.HeaderText = "客户PO";
|
|
|
+ this.pd_pocode.Name = "pd_pocode";
|
|
|
+ this.pd_pocode.ReadOnly = true;
|
|
|
+ this.pd_pocode.Width = 66;
|
|
|
+ //
|
|
|
+ // pd_custprodcode
|
|
|
+ //
|
|
|
+ this.pd_custprodcode.DataPropertyName = "pd_custprodcode";
|
|
|
+ this.pd_custprodcode.HeaderText = "客户料号";
|
|
|
+ this.pd_custprodcode.Name = "pd_custprodcode";
|
|
|
+ this.pd_custprodcode.Width = 78;
|
|
|
+ //
|
|
|
+ // pd_custprodspec
|
|
|
+ //
|
|
|
+ this.pd_custprodspec.DataPropertyName = "pd_custprodspec";
|
|
|
+ this.pd_custprodspec.HeaderText = "客户型号";
|
|
|
+ this.pd_custprodspec.Name = "pd_custprodspec";
|
|
|
+ this.pd_custprodspec.Width = 78;
|
|
|
+ //
|
|
|
+ // pib_outboxcode1
|
|
|
+ //
|
|
|
+ this.pib_outboxcode1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.pib_outboxcode1.DataPropertyName = "pib_outboxcode1";
|
|
|
+ this.pib_outboxcode1.HeaderText = "中盒号";
|
|
|
+ this.pib_outboxcode1.Name = "pib_outboxcode1";
|
|
|
+ this.pib_outboxcode1.Width = 90;
|
|
|
+ //
|
|
|
+ // pib_outboxcode2
|
|
|
+ //
|
|
|
+ this.pib_outboxcode2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.pib_outboxcode2.DataPropertyName = "pib_outboxcode2";
|
|
|
+ this.pib_outboxcode2.HeaderText = "外箱号";
|
|
|
+ this.pib_outboxcode2.Name = "pib_outboxcode2";
|
|
|
+ this.pib_outboxcode2.Width = 90;
|
|
|
+ //
|
|
|
// UAS_出货标签打印
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
@@ -1853,6 +1854,15 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn23;
|
|
|
private System.Windows.Forms.BindingSource MidSource;
|
|
|
private System.Windows.Forms.Button ChooseAll;
|
|
|
+ private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
|
|
|
+ private System.Windows.Forms.Label label7;
|
|
|
+ private System.Windows.Forms.Label label12;
|
|
|
+ private CustomControl.EnterTextBox SingleBoxEnd;
|
|
|
+ private CustomControl.EnterTextBox SingleBoxBegin;
|
|
|
+ private System.Windows.Forms.Label label16;
|
|
|
+ private System.Windows.Forms.Label label18;
|
|
|
+ private CustomControl.EnterTextBox MidBoxEnd;
|
|
|
+ private CustomControl.EnterTextBox MidBoxBegin;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn pib_ifpick;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn pib_ifprint;
|
|
|
@@ -1866,7 +1876,7 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_datecode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_cusbarcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_cusoutboxcode;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn DateCode1;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn pib_datecode1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_qty;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_barcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pd_pocode;
|
|
|
@@ -1874,14 +1884,5 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pd_custprodspec;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_outboxcode1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_outboxcode2;
|
|
|
- private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
|
|
|
- private System.Windows.Forms.Label label7;
|
|
|
- private System.Windows.Forms.Label label12;
|
|
|
- private CustomControl.EnterTextBox SingleBoxEnd;
|
|
|
- private CustomControl.EnterTextBox SingleBoxBegin;
|
|
|
- private System.Windows.Forms.Label label16;
|
|
|
- private System.Windows.Forms.Label label18;
|
|
|
- private CustomControl.EnterTextBox MidBoxEnd;
|
|
|
- private CustomControl.EnterTextBox MidBoxBegin;
|
|
|
}
|
|
|
}
|