|
|
@@ -63,6 +63,12 @@
|
|
|
this.NewPalletCode = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.pa_custcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.PackageInf = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
|
|
|
+ this.pd_outboxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pazxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pd_innerqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pa_makecode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.pa_totalqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.AutoPrint = new UAS_MES_NEW.CustomControl.CustomCheckBox.AutoPrintCheckBox();
|
|
|
@@ -78,12 +84,6 @@
|
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
|
this.PrintList1 = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
|
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
|
- this.pd_outboxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pazxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pd_innerqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.PackageInf)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
@@ -313,7 +313,6 @@
|
|
|
//
|
|
|
this.PrintNum.AllPower = null;
|
|
|
this.PrintNum.BackColor = System.Drawing.Color.White;
|
|
|
- this.PrintNum.Enabled = false;
|
|
|
this.PrintNum.ID = null;
|
|
|
this.PrintNum.Location = new System.Drawing.Point(1688, 234);
|
|
|
this.PrintNum.Margin = new System.Windows.Forms.Padding(6);
|
|
|
@@ -520,6 +519,60 @@
|
|
|
this.PackageInf.Size = new System.Drawing.Size(1412, 830);
|
|
|
this.PackageInf.TabIndex = 156;
|
|
|
//
|
|
|
+ // pd_outboxcode
|
|
|
+ //
|
|
|
+ this.pd_outboxcode.DataPropertyName = "code";
|
|
|
+ this.pd_outboxcode.HeaderText = "MES箱号";
|
|
|
+ this.pd_outboxcode.MinimumWidth = 200;
|
|
|
+ this.pd_outboxcode.Name = "pd_outboxcode";
|
|
|
+ this.pd_outboxcode.ReadOnly = true;
|
|
|
+ this.pd_outboxcode.Width = 200;
|
|
|
+ //
|
|
|
+ // pazxcode
|
|
|
+ //
|
|
|
+ this.pazxcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
|
|
|
+ this.pazxcode.DataPropertyName = "pazxcode";
|
|
|
+ this.pazxcode.HeaderText = "中兴箱号";
|
|
|
+ this.pazxcode.MinimumWidth = 200;
|
|
|
+ this.pazxcode.Name = "pazxcode";
|
|
|
+ this.pazxcode.Width = 200;
|
|
|
+ //
|
|
|
+ // pd_innerqty
|
|
|
+ //
|
|
|
+ this.pd_innerqty.DataPropertyName = "pd_innerqty";
|
|
|
+ this.pd_innerqty.HeaderText = "数量";
|
|
|
+ this.pd_innerqty.MinimumWidth = 70;
|
|
|
+ this.pd_innerqty.Name = "pd_innerqty";
|
|
|
+ this.pd_innerqty.ReadOnly = true;
|
|
|
+ this.pd_innerqty.Width = 70;
|
|
|
+ //
|
|
|
+ // Column3
|
|
|
+ //
|
|
|
+ this.Column3.DataPropertyName = "pd_prodcode";
|
|
|
+ this.Column3.HeaderText = "产品编号";
|
|
|
+ this.Column3.MinimumWidth = 150;
|
|
|
+ this.Column3.Name = "Column3";
|
|
|
+ this.Column3.ReadOnly = true;
|
|
|
+ this.Column3.Width = 150;
|
|
|
+ //
|
|
|
+ // Column4
|
|
|
+ //
|
|
|
+ this.Column4.DataPropertyName = "pd_makecode";
|
|
|
+ this.Column4.HeaderText = "工单号";
|
|
|
+ this.Column4.MinimumWidth = 150;
|
|
|
+ this.Column4.Name = "Column4";
|
|
|
+ this.Column4.ReadOnly = true;
|
|
|
+ this.Column4.Width = 150;
|
|
|
+ //
|
|
|
+ // Column5
|
|
|
+ //
|
|
|
+ this.Column5.DataPropertyName = "pa_salecode";
|
|
|
+ this.Column5.HeaderText = "合同";
|
|
|
+ this.Column5.MinimumWidth = 150;
|
|
|
+ this.Column5.Name = "Column5";
|
|
|
+ this.Column5.ReadOnly = true;
|
|
|
+ this.Column5.Width = 150;
|
|
|
+ //
|
|
|
// pa_makecode
|
|
|
//
|
|
|
this.pa_makecode.AutoSize = true;
|
|
|
@@ -705,60 +758,6 @@
|
|
|
this.label8.TabIndex = 214;
|
|
|
this.label8.Text = "打印机1";
|
|
|
//
|
|
|
- // pd_outboxcode
|
|
|
- //
|
|
|
- this.pd_outboxcode.DataPropertyName = "code";
|
|
|
- this.pd_outboxcode.HeaderText = "MES箱号";
|
|
|
- this.pd_outboxcode.MinimumWidth = 200;
|
|
|
- this.pd_outboxcode.Name = "pd_outboxcode";
|
|
|
- this.pd_outboxcode.ReadOnly = true;
|
|
|
- this.pd_outboxcode.Width = 200;
|
|
|
- //
|
|
|
- // pazxcode
|
|
|
- //
|
|
|
- this.pazxcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
|
|
|
- this.pazxcode.DataPropertyName = "pazxcode";
|
|
|
- this.pazxcode.HeaderText = "中兴箱号";
|
|
|
- this.pazxcode.MinimumWidth = 200;
|
|
|
- this.pazxcode.Name = "pazxcode";
|
|
|
- this.pazxcode.Width = 200;
|
|
|
- //
|
|
|
- // pd_innerqty
|
|
|
- //
|
|
|
- this.pd_innerqty.DataPropertyName = "pd_innerqty";
|
|
|
- this.pd_innerqty.HeaderText = "数量";
|
|
|
- this.pd_innerqty.MinimumWidth = 70;
|
|
|
- this.pd_innerqty.Name = "pd_innerqty";
|
|
|
- this.pd_innerqty.ReadOnly = true;
|
|
|
- this.pd_innerqty.Width = 70;
|
|
|
- //
|
|
|
- // Column3
|
|
|
- //
|
|
|
- this.Column3.DataPropertyName = "pd_prodcode";
|
|
|
- this.Column3.HeaderText = "产品编号";
|
|
|
- this.Column3.MinimumWidth = 150;
|
|
|
- this.Column3.Name = "Column3";
|
|
|
- this.Column3.ReadOnly = true;
|
|
|
- this.Column3.Width = 150;
|
|
|
- //
|
|
|
- // Column4
|
|
|
- //
|
|
|
- this.Column4.DataPropertyName = "pd_makecode";
|
|
|
- this.Column4.HeaderText = "工单号";
|
|
|
- this.Column4.MinimumWidth = 150;
|
|
|
- this.Column4.Name = "Column4";
|
|
|
- this.Column4.ReadOnly = true;
|
|
|
- this.Column4.Width = 150;
|
|
|
- //
|
|
|
- // Column5
|
|
|
- //
|
|
|
- this.Column5.DataPropertyName = "pa_salecode";
|
|
|
- this.Column5.HeaderText = "合同";
|
|
|
- this.Column5.MinimumWidth = 150;
|
|
|
- this.Column5.Name = "Column5";
|
|
|
- this.Column5.ReadOnly = true;
|
|
|
- this.Column5.Width = 150;
|
|
|
- //
|
|
|
// Packing_PalletCollectionZX
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|