|
@@ -28,7 +28,6 @@
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
- this.components = new System.ComponentModel.Container();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UAS_出货标签打印));
|
|
|
this.pi_inoutno_label = new System.Windows.Forms.Label();
|
|
@@ -38,7 +37,7 @@
|
|
|
this.pib_id = new System.Windows.Forms.Label();
|
|
|
this.pi_cardcode = new System.Windows.Forms.Label();
|
|
|
this.Fresh = new System.Windows.Forms.LinkLabel();
|
|
|
- this.RefreshDBConnect = new System.Windows.Forms.Timer(this.components);
|
|
|
+ this.RefreshDBConnect = new System.Windows.Forms.Timer();
|
|
|
this.GetGridOnly = new System.Windows.Forms.CheckBox();
|
|
|
this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
@@ -66,7 +65,7 @@
|
|
|
this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.MidSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
+ this.MidSource = new System.Windows.Forms.BindingSource();
|
|
|
this.ChooseAll = new System.Windows.Forms.Button();
|
|
|
this.ExportFileDialog = new System.Windows.Forms.FolderBrowserDialog();
|
|
|
this.AttachInfo = new System.Windows.Forms.Button();
|
|
@@ -92,18 +91,6 @@
|
|
|
this.ProcessCount = new System.Windows.Forms.Label();
|
|
|
this.DCCheck = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
|
this.GridPrcode = new UAS_LabelMachine.CustomControl.DataGridViewWithSerialNum();
|
|
|
- this.pd_pdno = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pjd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pd_custprodcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pd_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pd_whcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.CollectedNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.UnCollectedNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pd_outqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pr_unit = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pr_spec1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pd_brand = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pjd_zxbzs_user = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.groupBoxWithBorder1 = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
|
this.MidBoxEnd = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
@@ -159,6 +146,18 @@
|
|
|
this.OutboxCapacity = new System.Windows.Forms.NumericUpDown();
|
|
|
this.OutBoxLabelPrint = new System.Windows.Forms.Button();
|
|
|
this.OutBoxCombox = new System.Windows.Forms.ComboBox();
|
|
|
+ this.pjd_zxbzs_user = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pd_brand = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pr_spec1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pr_unit = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pd_outqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.UnCollectedNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.CollectedNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pd_whcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pd_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pd_custprodcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pjd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pd_pdno = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MidSource)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridPrcode)).BeginInit();
|
|
@@ -760,92 +759,6 @@
|
|
|
this.GridPrcode.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.GridPrcode_CellPainting);
|
|
|
this.GridPrcode.SelectionChanged += new System.EventHandler(this.GridPrcode_SelectionChanged);
|
|
|
//
|
|
|
- // pd_pdno
|
|
|
- //
|
|
|
- this.pd_pdno.DataPropertyName = "pd_pdno";
|
|
|
- this.pd_pdno.HeaderText = "明细序号";
|
|
|
- this.pd_pdno.Name = "pd_pdno";
|
|
|
- this.pd_pdno.ReadOnly = true;
|
|
|
- //
|
|
|
- // pjd_id
|
|
|
- //
|
|
|
- this.pjd_id.DataPropertyName = "pjd_id";
|
|
|
- this.pjd_id.HeaderText = "pjd_id";
|
|
|
- this.pjd_id.Name = "pjd_id";
|
|
|
- this.pjd_id.Visible = false;
|
|
|
- //
|
|
|
- // pd_custprodcode1
|
|
|
- //
|
|
|
- this.pd_custprodcode1.DataPropertyName = "pd_custprodcode";
|
|
|
- this.pd_custprodcode1.HeaderText = "客户料号";
|
|
|
- this.pd_custprodcode1.Name = "pd_custprodcode1";
|
|
|
- //
|
|
|
- // pd_prodcode
|
|
|
- //
|
|
|
- this.pd_prodcode.DataPropertyName = "pd_prodcode";
|
|
|
- this.pd_prodcode.HeaderText = "物料编号";
|
|
|
- this.pd_prodcode.Name = "pd_prodcode";
|
|
|
- this.pd_prodcode.ReadOnly = true;
|
|
|
- //
|
|
|
- // pd_whcode
|
|
|
- //
|
|
|
- this.pd_whcode.DataPropertyName = "pd_whcode";
|
|
|
- this.pd_whcode.HeaderText = "仓别";
|
|
|
- this.pd_whcode.Name = "pd_whcode";
|
|
|
- this.pd_whcode.Visible = false;
|
|
|
- //
|
|
|
- // CollectedNum
|
|
|
- //
|
|
|
- this.CollectedNum.DataPropertyName = "CollectedNum";
|
|
|
- this.CollectedNum.HeaderText = "已采数";
|
|
|
- this.CollectedNum.Name = "CollectedNum";
|
|
|
- this.CollectedNum.ReadOnly = true;
|
|
|
- //
|
|
|
- // UnCollectedNum
|
|
|
- //
|
|
|
- this.UnCollectedNum.DataPropertyName = "UnCollectedNum";
|
|
|
- this.UnCollectedNum.HeaderText = "未采集";
|
|
|
- this.UnCollectedNum.Name = "UnCollectedNum";
|
|
|
- this.UnCollectedNum.ReadOnly = true;
|
|
|
- //
|
|
|
- // pd_outqty
|
|
|
- //
|
|
|
- this.pd_outqty.DataPropertyName = "pd_outqty";
|
|
|
- this.pd_outqty.HeaderText = "出库数量";
|
|
|
- this.pd_outqty.Name = "pd_outqty";
|
|
|
- this.pd_outqty.ReadOnly = true;
|
|
|
- this.pd_outqty.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- //
|
|
|
- // pr_unit
|
|
|
- //
|
|
|
- this.pr_unit.DataPropertyName = "pr_unit";
|
|
|
- this.pr_unit.HeaderText = "单位";
|
|
|
- this.pr_unit.Name = "pr_unit";
|
|
|
- this.pr_unit.ReadOnly = true;
|
|
|
- this.pr_unit.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- //
|
|
|
- // pr_spec1
|
|
|
- //
|
|
|
- this.pr_spec1.DataPropertyName = "pr_spec";
|
|
|
- this.pr_spec1.HeaderText = "规格";
|
|
|
- this.pr_spec1.Name = "pr_spec1";
|
|
|
- //
|
|
|
- // pd_brand
|
|
|
- //
|
|
|
- this.pd_brand.DataPropertyName = "pd_brand";
|
|
|
- this.pd_brand.HeaderText = "品牌";
|
|
|
- this.pd_brand.Name = "pd_brand";
|
|
|
- this.pd_brand.ReadOnly = true;
|
|
|
- this.pd_brand.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- //
|
|
|
- // pjd_zxbzs_user
|
|
|
- //
|
|
|
- this.pjd_zxbzs_user.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.pjd_zxbzs_user.DataPropertyName = "pjd_zxbzs_user";
|
|
|
- this.pjd_zxbzs_user.HeaderText = "最小包装";
|
|
|
- this.pjd_zxbzs_user.Name = "pjd_zxbzs_user";
|
|
|
- this.pjd_zxbzs_user.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- //
|
|
|
// groupBoxWithBorder1
|
|
|
//
|
|
|
this.groupBoxWithBorder1.Controls.Add(this.label18);
|
|
@@ -1474,6 +1387,92 @@
|
|
|
this.OutBoxCombox.TabIndex = 78;
|
|
|
this.OutBoxCombox.SelectedIndexChanged += new System.EventHandler(this.OutBoxCombox_SelectedIndexChanged);
|
|
|
//
|
|
|
+ // pjd_zxbzs_user
|
|
|
+ //
|
|
|
+ this.pjd_zxbzs_user.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.pjd_zxbzs_user.DataPropertyName = "pjd_zxbzs_user";
|
|
|
+ this.pjd_zxbzs_user.HeaderText = "最小包装";
|
|
|
+ this.pjd_zxbzs_user.Name = "pjd_zxbzs_user";
|
|
|
+ this.pjd_zxbzs_user.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ //
|
|
|
+ // pd_brand
|
|
|
+ //
|
|
|
+ this.pd_brand.DataPropertyName = "pd_brand";
|
|
|
+ this.pd_brand.HeaderText = "品牌";
|
|
|
+ this.pd_brand.Name = "pd_brand";
|
|
|
+ this.pd_brand.ReadOnly = true;
|
|
|
+ this.pd_brand.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ //
|
|
|
+ // pr_spec1
|
|
|
+ //
|
|
|
+ this.pr_spec1.DataPropertyName = "pr_spec";
|
|
|
+ this.pr_spec1.HeaderText = "规格";
|
|
|
+ this.pr_spec1.Name = "pr_spec1";
|
|
|
+ //
|
|
|
+ // pr_unit
|
|
|
+ //
|
|
|
+ this.pr_unit.DataPropertyName = "pr_unit";
|
|
|
+ this.pr_unit.HeaderText = "单位";
|
|
|
+ this.pr_unit.Name = "pr_unit";
|
|
|
+ this.pr_unit.ReadOnly = true;
|
|
|
+ this.pr_unit.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ //
|
|
|
+ // pd_outqty
|
|
|
+ //
|
|
|
+ this.pd_outqty.DataPropertyName = "pd_outqty";
|
|
|
+ this.pd_outqty.HeaderText = "出库数量";
|
|
|
+ this.pd_outqty.Name = "pd_outqty";
|
|
|
+ this.pd_outqty.ReadOnly = true;
|
|
|
+ this.pd_outqty.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ //
|
|
|
+ // UnCollectedNum
|
|
|
+ //
|
|
|
+ this.UnCollectedNum.DataPropertyName = "UnCollectedNum";
|
|
|
+ this.UnCollectedNum.HeaderText = "未采集";
|
|
|
+ this.UnCollectedNum.Name = "UnCollectedNum";
|
|
|
+ this.UnCollectedNum.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // CollectedNum
|
|
|
+ //
|
|
|
+ this.CollectedNum.DataPropertyName = "CollectedNum";
|
|
|
+ this.CollectedNum.HeaderText = "已采数";
|
|
|
+ this.CollectedNum.Name = "CollectedNum";
|
|
|
+ this.CollectedNum.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // pd_whcode
|
|
|
+ //
|
|
|
+ this.pd_whcode.DataPropertyName = "pd_whcode";
|
|
|
+ this.pd_whcode.HeaderText = "仓别";
|
|
|
+ this.pd_whcode.Name = "pd_whcode";
|
|
|
+ this.pd_whcode.Visible = false;
|
|
|
+ //
|
|
|
+ // pd_prodcode
|
|
|
+ //
|
|
|
+ this.pd_prodcode.DataPropertyName = "pd_prodcode";
|
|
|
+ this.pd_prodcode.HeaderText = "物料编号";
|
|
|
+ this.pd_prodcode.Name = "pd_prodcode";
|
|
|
+ this.pd_prodcode.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // pd_custprodcode1
|
|
|
+ //
|
|
|
+ this.pd_custprodcode1.DataPropertyName = "pd_custprodcode";
|
|
|
+ this.pd_custprodcode1.HeaderText = "客户料号";
|
|
|
+ this.pd_custprodcode1.Name = "pd_custprodcode1";
|
|
|
+ //
|
|
|
+ // pjd_id
|
|
|
+ //
|
|
|
+ this.pjd_id.DataPropertyName = "pjd_id";
|
|
|
+ this.pjd_id.HeaderText = "pjd_id";
|
|
|
+ this.pjd_id.Name = "pjd_id";
|
|
|
+ this.pjd_id.Visible = false;
|
|
|
+ //
|
|
|
+ // pd_pdno
|
|
|
+ //
|
|
|
+ this.pd_pdno.DataPropertyName = "pd_pdno";
|
|
|
+ this.pd_pdno.HeaderText = "明细序号";
|
|
|
+ this.pd_pdno.Name = "pd_pdno";
|
|
|
+ this.pd_pdno.ReadOnly = true;
|
|
|
+ //
|
|
|
// UAS_出货标签打印
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|