|
|
@@ -53,17 +53,17 @@
|
|
|
this.NewPallet = 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_standardqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.pa_outboxcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.pa_currentqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.pa_packageqty_label = new System.Windows.Forms.Label();
|
|
|
this.Packing = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ 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.PrintNum)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.PackageInf)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
@@ -75,9 +75,9 @@
|
|
|
this.pa_outboxcode_label.Location = new System.Drawing.Point(27, 34);
|
|
|
this.pa_outboxcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.pa_outboxcode_label.Name = "pa_outboxcode_label";
|
|
|
- this.pa_outboxcode_label.Size = new System.Drawing.Size(52, 27);
|
|
|
+ this.pa_outboxcode_label.Size = new System.Drawing.Size(72, 27);
|
|
|
this.pa_outboxcode_label.TabIndex = 102;
|
|
|
- this.pa_outboxcode_label.Text = "箱号";
|
|
|
+ this.pa_outboxcode_label.Text = "大箱号";
|
|
|
//
|
|
|
// pa_totalqty_label
|
|
|
//
|
|
|
@@ -381,6 +381,7 @@
|
|
|
this.Column3,
|
|
|
this.Column4,
|
|
|
this.Column5});
|
|
|
+ this.PackageInf.EnableContentClick = true;
|
|
|
this.PackageInf.Location = new System.Drawing.Point(4, 161);
|
|
|
this.PackageInf.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.PackageInf.Name = "PackageInf";
|
|
|
@@ -388,42 +389,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.Name = "pd_outboxcode";
|
|
|
- this.pd_outboxcode.ReadOnly = true;
|
|
|
- //
|
|
|
- // pd_innerqty
|
|
|
- //
|
|
|
- this.pd_innerqty.DataPropertyName = "pd_innerqty";
|
|
|
- this.pd_innerqty.HeaderText = "数量";
|
|
|
- this.pd_innerqty.Name = "pd_innerqty";
|
|
|
- this.pd_innerqty.ReadOnly = true;
|
|
|
- //
|
|
|
- // Column3
|
|
|
- //
|
|
|
- this.Column3.DataPropertyName = "pa_prodcode";
|
|
|
- this.Column3.HeaderText = "产品编号";
|
|
|
- this.Column3.Name = "Column3";
|
|
|
- this.Column3.ReadOnly = true;
|
|
|
- //
|
|
|
- // Column4
|
|
|
- //
|
|
|
- this.Column4.DataPropertyName = "pa_makecode";
|
|
|
- this.Column4.HeaderText = "工单号";
|
|
|
- this.Column4.Name = "Column4";
|
|
|
- this.Column4.ReadOnly = true;
|
|
|
- //
|
|
|
- // Column5
|
|
|
- //
|
|
|
- this.Column5.DataPropertyName = "pa_custcode";
|
|
|
- this.Column5.HeaderText = "客户";
|
|
|
- this.Column5.MinimumWidth = 100;
|
|
|
- this.Column5.Name = "Column5";
|
|
|
- this.Column5.ReadOnly = true;
|
|
|
- //
|
|
|
// pa_makecode
|
|
|
//
|
|
|
this.pa_makecode.AutoSize = true;
|
|
|
@@ -506,6 +471,42 @@
|
|
|
this.Packing.UseVisualStyleBackColor = true;
|
|
|
this.Packing.Click += new System.EventHandler(this.Packing_Click);
|
|
|
//
|
|
|
+ // pd_outboxcode
|
|
|
+ //
|
|
|
+ this.pd_outboxcode.DataPropertyName = "code";
|
|
|
+ this.pd_outboxcode.HeaderText = "卡通箱号";
|
|
|
+ this.pd_outboxcode.Name = "pd_outboxcode";
|
|
|
+ this.pd_outboxcode.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // pd_innerqty
|
|
|
+ //
|
|
|
+ this.pd_innerqty.DataPropertyName = "pd_innerqty";
|
|
|
+ this.pd_innerqty.HeaderText = "数量";
|
|
|
+ this.pd_innerqty.Name = "pd_innerqty";
|
|
|
+ this.pd_innerqty.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // Column3
|
|
|
+ //
|
|
|
+ this.Column3.DataPropertyName = "pa_prodcode";
|
|
|
+ this.Column3.HeaderText = "产品编号";
|
|
|
+ this.Column3.Name = "Column3";
|
|
|
+ this.Column3.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // Column4
|
|
|
+ //
|
|
|
+ this.Column4.DataPropertyName = "pa_makecode";
|
|
|
+ this.Column4.HeaderText = "工单号";
|
|
|
+ this.Column4.Name = "Column4";
|
|
|
+ this.Column4.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // Column5
|
|
|
+ //
|
|
|
+ this.Column5.DataPropertyName = "pa_custcode";
|
|
|
+ this.Column5.HeaderText = "客户";
|
|
|
+ this.Column5.MinimumWidth = 100;
|
|
|
+ this.Column5.Name = "Column5";
|
|
|
+ this.Column5.ReadOnly = true;
|
|
|
+ //
|
|
|
// Make_BigBoxCollection
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
@@ -585,13 +586,13 @@
|
|
|
private System.Windows.Forms.Label PrintLabel_label;
|
|
|
private System.Windows.Forms.Label PrinterList_label;
|
|
|
private System.Windows.Forms.NumericUpDown PrintNum;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel pa_currentqty;
|
|
|
+ private System.Windows.Forms.Label pa_packageqty_label;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton Packing;
|
|
|
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 CustomControl.ValueLabel.ValueLabel pa_currentqty;
|
|
|
- private System.Windows.Forms.Label pa_packageqty_label;
|
|
|
- private CustomControl.ButtonUtil.NormalButton Packing;
|
|
|
}
|
|
|
}
|