|
|
@@ -1133,8 +1133,8 @@
|
|
|
// LabelInf
|
|
|
//
|
|
|
this.LabelInf.AllowUserToAddRows = false;
|
|
|
- this.LabelInf.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
|
|
|
- this.LabelInf.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
|
|
|
+ this.LabelInf.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
|
|
|
+ this.LabelInf.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
|
|
|
this.LabelInf.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.LabelInf.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.Choose,
|
|
|
@@ -1202,7 +1202,7 @@
|
|
|
this.pib_id1.HeaderText = "pib_id";
|
|
|
this.pib_id1.Name = "pib_id1";
|
|
|
this.pib_id1.Visible = false;
|
|
|
- this.pib_id1.Width = 66;
|
|
|
+ this.pib_id1.Width = 5;
|
|
|
//
|
|
|
// pib_pdno
|
|
|
//
|
|
|
@@ -1219,7 +1219,7 @@
|
|
|
this.pib_prodcode.HeaderText = "物料编号";
|
|
|
this.pib_prodcode.Name = "pib_prodcode";
|
|
|
this.pib_prodcode.ReadOnly = true;
|
|
|
- this.pib_prodcode.Width = 78;
|
|
|
+ this.pib_prodcode.Width = 51;
|
|
|
//
|
|
|
// pr_vendprodcode
|
|
|
//
|
|
|
@@ -1235,14 +1235,14 @@
|
|
|
this.pib_brand.HeaderText = "品牌";
|
|
|
this.pib_brand.Name = "pib_brand";
|
|
|
this.pib_brand.ReadOnly = true;
|
|
|
- this.pib_brand.Width = 54;
|
|
|
+ this.pib_brand.Width = 51;
|
|
|
//
|
|
|
// pib_madein
|
|
|
//
|
|
|
this.pib_madein.DataPropertyName = "pib_madein";
|
|
|
this.pib_madein.HeaderText = "产地";
|
|
|
this.pib_madein.Name = "pib_madein";
|
|
|
- this.pib_madein.Width = 54;
|
|
|
+ this.pib_madein.Width = 51;
|
|
|
//
|
|
|
// pr_zxbzs
|
|
|
//
|
|
|
@@ -1250,7 +1250,7 @@
|
|
|
this.pr_zxbzs.HeaderText = "最小包装数";
|
|
|
this.pr_zxbzs.Name = "pr_zxbzs";
|
|
|
this.pr_zxbzs.Visible = false;
|
|
|
- this.pr_zxbzs.Width = 90;
|
|
|
+ this.pr_zxbzs.Width = 5;
|
|
|
//
|
|
|
// pr_unit
|
|
|
//
|
|
|
@@ -1258,7 +1258,7 @@
|
|
|
this.pr_unit.HeaderText = "单位";
|
|
|
this.pr_unit.Name = "pr_unit";
|
|
|
this.pr_unit.Visible = false;
|
|
|
- this.pr_unit.Width = 54;
|
|
|
+ this.pr_unit.Width = 5;
|
|
|
//
|
|
|
// pib_lotno
|
|
|
//
|
|
|
@@ -1280,7 +1280,7 @@
|
|
|
this.pib_datecode1.HeaderText = "DateCode1";
|
|
|
this.pib_datecode1.Name = "pib_datecode1";
|
|
|
this.pib_datecode1.Visible = false;
|
|
|
- this.pib_datecode1.Width = 84;
|
|
|
+ this.pib_datecode1.Width = 5;
|
|
|
//
|
|
|
// pib_qty
|
|
|
//
|
|
|
@@ -1288,7 +1288,7 @@
|
|
|
this.pib_qty.HeaderText = "数量";
|
|
|
this.pib_qty.Name = "pib_qty";
|
|
|
this.pib_qty.ReadOnly = true;
|
|
|
- this.pib_qty.Width = 54;
|
|
|
+ this.pib_qty.Width = 51;
|
|
|
//
|
|
|
// pib_barcode
|
|
|
//
|
|
|
@@ -1296,7 +1296,7 @@
|
|
|
this.pib_barcode.HeaderText = "唯一条码";
|
|
|
this.pib_barcode.Name = "pib_barcode";
|
|
|
this.pib_barcode.ReadOnly = true;
|
|
|
- this.pib_barcode.Width = 78;
|
|
|
+ this.pib_barcode.Width = 51;
|
|
|
//
|
|
|
// pib_custbarcode
|
|
|
//
|
|
|
@@ -1304,7 +1304,7 @@
|
|
|
this.pib_custbarcode.HeaderText = "客户条码";
|
|
|
this.pib_custbarcode.Name = "pib_custbarcode";
|
|
|
this.pib_custbarcode.ReadOnly = true;
|
|
|
- this.pib_custbarcode.Width = 78;
|
|
|
+ this.pib_custbarcode.Width = 51;
|
|
|
//
|
|
|
// pd_pocode
|
|
|
//
|
|
|
@@ -1312,7 +1312,7 @@
|
|
|
this.pd_pocode.HeaderText = "客户PO";
|
|
|
this.pd_pocode.Name = "pd_pocode";
|
|
|
this.pd_pocode.ReadOnly = true;
|
|
|
- this.pd_pocode.Width = 66;
|
|
|
+ this.pd_pocode.Width = 51;
|
|
|
//
|
|
|
// pd_custprodcode
|
|
|
//
|
|
|
@@ -1320,7 +1320,7 @@
|
|
|
this.pd_custprodcode.HeaderText = "客户料号";
|
|
|
this.pd_custprodcode.Name = "pd_custprodcode";
|
|
|
this.pd_custprodcode.ReadOnly = true;
|
|
|
- this.pd_custprodcode.Width = 78;
|
|
|
+ this.pd_custprodcode.Width = 51;
|
|
|
//
|
|
|
// pd_custprodspec
|
|
|
//
|
|
|
@@ -1328,7 +1328,7 @@
|
|
|
this.pd_custprodspec.HeaderText = "客户型号";
|
|
|
this.pd_custprodspec.Name = "pd_custprodspec";
|
|
|
this.pd_custprodspec.ReadOnly = true;
|
|
|
- this.pd_custprodspec.Width = 78;
|
|
|
+ this.pd_custprodspec.Width = 51;
|
|
|
//
|
|
|
// pr_spec
|
|
|
//
|
|
|
@@ -1336,7 +1336,7 @@
|
|
|
this.pr_spec.HeaderText = "规格";
|
|
|
this.pr_spec.Name = "pr_spec";
|
|
|
this.pr_spec.Visible = false;
|
|
|
- this.pr_spec.Width = 54;
|
|
|
+ this.pr_spec.Width = 5;
|
|
|
//
|
|
|
// pib_outboxcode1
|
|
|
//
|