|
|
@@ -62,11 +62,6 @@
|
|
|
this.NewPalletCode = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.pa_custcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.PackageInf = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
|
|
|
- this.pd_outboxcode = 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.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.pa_totalqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.AutoPrint = new UAS_MES.CustomControl.CustomCheckBox.AutoPrintCheckBox();
|
|
|
@@ -75,6 +70,11 @@
|
|
|
this.StepCount = new UAS_MES.CustomControl.TextBoxWithIcon.SourceStepCount();
|
|
|
this.PalletPreFix_label = new System.Windows.Forms.Label();
|
|
|
this.PalletPreFix = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
+ this.pd_outboxcode = 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();
|
|
|
//
|
|
|
@@ -509,50 +509,6 @@
|
|
|
this.PackageInf.Size = new System.Drawing.Size(941, 519);
|
|
|
this.PackageInf.TabIndex = 156;
|
|
|
//
|
|
|
- // pd_outboxcode
|
|
|
- //
|
|
|
- this.pd_outboxcode.DataPropertyName = "code";
|
|
|
- this.pd_outboxcode.HeaderText = "箱号";
|
|
|
- this.pd_outboxcode.MinimumWidth = 200;
|
|
|
- this.pd_outboxcode.Name = "pd_outboxcode";
|
|
|
- this.pd_outboxcode.ReadOnly = true;
|
|
|
- this.pd_outboxcode.Width = 200;
|
|
|
- //
|
|
|
- // 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.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;
|
|
|
@@ -655,6 +611,51 @@
|
|
|
this.PalletPreFix.TabIndex = 195;
|
|
|
this.PalletPreFix.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PalletPreFix_KeyDown);
|
|
|
//
|
|
|
+ // pd_outboxcode
|
|
|
+ //
|
|
|
+ this.pd_outboxcode.DataPropertyName = "code";
|
|
|
+ this.pd_outboxcode.HeaderText = "箱号";
|
|
|
+ this.pd_outboxcode.MinimumWidth = 200;
|
|
|
+ this.pd_outboxcode.Name = "pd_outboxcode";
|
|
|
+ this.pd_outboxcode.ReadOnly = true;
|
|
|
+ this.pd_outboxcode.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;
|
|
|
+ //
|
|
|
// Make_PalletCollection
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
@@ -755,12 +756,12 @@
|
|
|
private System.Windows.Forms.Label OutBoxLength_label;
|
|
|
private CustomControl.TextBoxWithIcon.SnCollectionBox OutBoxLength;
|
|
|
private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
|
|
|
+ private System.Windows.Forms.Label PalletPreFix_label;
|
|
|
+ private CustomControl.TextBoxWithIcon.SnCollectionBox PalletPreFix;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pd_outboxcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pd_innerqty;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
|
|
|
- private System.Windows.Forms.Label PalletPreFix_label;
|
|
|
- private CustomControl.TextBoxWithIcon.SnCollectionBox PalletPreFix;
|
|
|
}
|
|
|
}
|