|
@@ -350,6 +350,7 @@
|
|
|
this.pd_innerqty,
|
|
this.pd_innerqty,
|
|
|
this.pa_indate,
|
|
this.pa_indate,
|
|
|
this.pd_id});
|
|
this.pd_id});
|
|
|
|
|
+ this.PackageDetail.EnableContentClick = true;
|
|
|
this.PackageDetail.Location = new System.Drawing.Point(5, 212);
|
|
this.PackageDetail.Location = new System.Drawing.Point(5, 212);
|
|
|
this.PackageDetail.Margin = new System.Windows.Forms.Padding(4);
|
|
this.PackageDetail.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.PackageDetail.Name = "PackageDetail";
|
|
this.PackageDetail.Name = "PackageDetail";
|
|
@@ -477,6 +478,7 @@
|
|
|
//
|
|
//
|
|
|
// pr_outboxinnerqty
|
|
// pr_outboxinnerqty
|
|
|
//
|
|
//
|
|
|
|
|
+ this.pr_outboxinnerqty.Enabled = false;
|
|
|
this.pr_outboxinnerqty.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.pr_outboxinnerqty.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
this.pr_outboxinnerqty.Location = new System.Drawing.Point(130, 104);
|
|
this.pr_outboxinnerqty.Location = new System.Drawing.Point(130, 104);
|
|
|
this.pr_outboxinnerqty.Maximum = new decimal(new int[] {
|
|
this.pr_outboxinnerqty.Maximum = new decimal(new int[] {
|
|
@@ -743,7 +745,6 @@
|
|
|
this.ResumeLayout(true);
|
|
this.ResumeLayout(true);
|
|
|
this.PerformLayout();
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
-
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#endregion
|
|
#endregion
|
|
@@ -755,9 +756,9 @@
|
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.Label label13;
|
|
|
private System.Windows.Forms.Label pa_code_label;
|
|
private System.Windows.Forms.Label pa_code_label;
|
|
|
private System.Windows.Forms.Label PrintList_label;
|
|
private System.Windows.Forms.Label PrintList_label;
|
|
|
- private System.Windows.Forms.Label PrintNum_label;
|
|
|
|
|
|
|
+ private System.Windows.Forms.Label PrintNum_label;
|
|
|
private System.Windows.Forms.CheckBox Cancel;
|
|
private System.Windows.Forms.CheckBox Cancel;
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
private CustomControl.DataGrid_View.DataGridViewWithSerialNum PackageDetail;
|
|
private CustomControl.DataGrid_View.DataGridViewWithSerialNum PackageDetail;
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox sn_code;
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox sn_code;
|
|
|
private CustomControl.ButtonUtil.NormalButton Clean;
|
|
private CustomControl.ButtonUtil.NormalButton Clean;
|