|
@@ -78,7 +78,10 @@
|
|
|
this.ExportData = new System.Windows.Forms.Button();
|
|
this.ExportData = new System.Windows.Forms.Button();
|
|
|
this.PrintFooter = new System.Windows.Forms.Button();
|
|
this.PrintFooter = new System.Windows.Forms.Button();
|
|
|
this.GridPrcode = new UAS_LabelMachine.CustomControl.DataGridViewWithSerialNum();
|
|
this.GridPrcode = new UAS_LabelMachine.CustomControl.DataGridViewWithSerialNum();
|
|
|
|
|
+ this.pd_pdno = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
+ this.pjd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pd_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.pd_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
+ this.pd_outqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pr_unit = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.pr_unit = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pd_brand = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.pd_brand = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pjd_zxbzs_user = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.pjd_zxbzs_user = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
@@ -569,18 +572,36 @@
|
|
|
this.GridPrcode.BackgroundColor = System.Drawing.SystemColors.Control;
|
|
this.GridPrcode.BackgroundColor = System.Drawing.SystemColors.Control;
|
|
|
this.GridPrcode.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.GridPrcode.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.GridPrcode.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.GridPrcode.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
+ this.pd_pdno,
|
|
|
|
|
+ this.pjd_id,
|
|
|
this.pd_prodcode,
|
|
this.pd_prodcode,
|
|
|
|
|
+ this.pd_outqty,
|
|
|
this.pr_unit,
|
|
this.pr_unit,
|
|
|
this.pd_brand,
|
|
this.pd_brand,
|
|
|
this.pjd_zxbzs_user});
|
|
this.pjd_zxbzs_user});
|
|
|
this.GridPrcode.GridColor = System.Drawing.SystemColors.Control;
|
|
this.GridPrcode.GridColor = System.Drawing.SystemColors.Control;
|
|
|
this.GridPrcode.Location = new System.Drawing.Point(0, 204);
|
|
this.GridPrcode.Location = new System.Drawing.Point(0, 204);
|
|
|
this.GridPrcode.Name = "GridPrcode";
|
|
this.GridPrcode.Name = "GridPrcode";
|
|
|
- this.GridPrcode.ReadOnly = true;
|
|
|
|
|
this.GridPrcode.RowTemplate.Height = 23;
|
|
this.GridPrcode.RowTemplate.Height = 23;
|
|
|
this.GridPrcode.Size = new System.Drawing.Size(1257, 158);
|
|
this.GridPrcode.Size = new System.Drawing.Size(1257, 158);
|
|
|
this.GridPrcode.TabIndex = 88;
|
|
this.GridPrcode.TabIndex = 88;
|
|
|
this.GridPrcode.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridPrcode_CellClick);
|
|
this.GridPrcode.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridPrcode_CellClick);
|
|
|
|
|
+ this.GridPrcode.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridPrcode_CellEndEdit);
|
|
|
|
|
+ //
|
|
|
|
|
+ // pd_pdno
|
|
|
|
|
+ //
|
|
|
|
|
+ this.pd_pdno.DataPropertyName = "pd_pdno";
|
|
|
|
|
+ this.pd_pdno.HeaderText = "明细序号";
|
|
|
|
|
+ this.pd_pdno.Name = "pd_pdno";
|
|
|
|
|
+ this.pd_pdno.ReadOnly = true;
|
|
|
|
|
+ this.pd_pdno.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
|
|
+ //
|
|
|
|
|
+ // pjd_id
|
|
|
|
|
+ //
|
|
|
|
|
+ this.pjd_id.DataPropertyName = "pjd_id";
|
|
|
|
|
+ this.pjd_id.HeaderText = "pjd_id";
|
|
|
|
|
+ this.pjd_id.Name = "pjd_id";
|
|
|
|
|
+ this.pjd_id.Visible = false;
|
|
|
//
|
|
//
|
|
|
// pd_prodcode
|
|
// pd_prodcode
|
|
|
//
|
|
//
|
|
@@ -588,6 +609,15 @@
|
|
|
this.pd_prodcode.HeaderText = "物料编号";
|
|
this.pd_prodcode.HeaderText = "物料编号";
|
|
|
this.pd_prodcode.Name = "pd_prodcode";
|
|
this.pd_prodcode.Name = "pd_prodcode";
|
|
|
this.pd_prodcode.ReadOnly = true;
|
|
this.pd_prodcode.ReadOnly = true;
|
|
|
|
|
+ this.pd_prodcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
|
|
+ //
|
|
|
|
|
+ // pd_outqty
|
|
|
|
|
+ //
|
|
|
|
|
+ this.pd_outqty.DataPropertyName = "pd_outqty";
|
|
|
|
|
+ this.pd_outqty.HeaderText = "出库数量";
|
|
|
|
|
+ this.pd_outqty.Name = "pd_outqty";
|
|
|
|
|
+ this.pd_outqty.ReadOnly = true;
|
|
|
|
|
+ this.pd_outqty.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
//
|
|
//
|
|
|
// pr_unit
|
|
// pr_unit
|
|
|
//
|
|
//
|
|
@@ -595,6 +625,7 @@
|
|
|
this.pr_unit.HeaderText = "单位";
|
|
this.pr_unit.HeaderText = "单位";
|
|
|
this.pr_unit.Name = "pr_unit";
|
|
this.pr_unit.Name = "pr_unit";
|
|
|
this.pr_unit.ReadOnly = true;
|
|
this.pr_unit.ReadOnly = true;
|
|
|
|
|
+ this.pr_unit.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
//
|
|
//
|
|
|
// pd_brand
|
|
// pd_brand
|
|
|
//
|
|
//
|
|
@@ -602,13 +633,14 @@
|
|
|
this.pd_brand.HeaderText = "品牌";
|
|
this.pd_brand.HeaderText = "品牌";
|
|
|
this.pd_brand.Name = "pd_brand";
|
|
this.pd_brand.Name = "pd_brand";
|
|
|
this.pd_brand.ReadOnly = true;
|
|
this.pd_brand.ReadOnly = true;
|
|
|
|
|
+ this.pd_brand.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
//
|
|
//
|
|
|
// pjd_zxbzs_user
|
|
// pjd_zxbzs_user
|
|
|
//
|
|
//
|
|
|
this.pjd_zxbzs_user.DataPropertyName = "pjd_zxbzs_user";
|
|
this.pjd_zxbzs_user.DataPropertyName = "pjd_zxbzs_user";
|
|
|
this.pjd_zxbzs_user.HeaderText = "最小包装";
|
|
this.pjd_zxbzs_user.HeaderText = "最小包装";
|
|
|
this.pjd_zxbzs_user.Name = "pjd_zxbzs_user";
|
|
this.pjd_zxbzs_user.Name = "pjd_zxbzs_user";
|
|
|
- this.pjd_zxbzs_user.ReadOnly = true;
|
|
|
|
|
|
|
+ this.pjd_zxbzs_user.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
//
|
|
//
|
|
|
// groupBoxWithBorder1
|
|
// groupBoxWithBorder1
|
|
|
//
|
|
//
|
|
@@ -746,7 +778,7 @@
|
|
|
this.CollectionProcess.Margin = new System.Windows.Forms.Padding(2);
|
|
this.CollectionProcess.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.CollectionProcess.Name = "CollectionProcess";
|
|
this.CollectionProcess.Name = "CollectionProcess";
|
|
|
this.CollectionProcess.Padding = new System.Windows.Forms.Padding(2);
|
|
this.CollectionProcess.Padding = new System.Windows.Forms.Padding(2);
|
|
|
- this.CollectionProcess.Size = new System.Drawing.Size(130, 152);
|
|
|
|
|
|
|
+ this.CollectionProcess.Size = new System.Drawing.Size(130, 192);
|
|
|
this.CollectionProcess.TabIndex = 80;
|
|
this.CollectionProcess.TabIndex = 80;
|
|
|
this.CollectionProcess.TabStop = false;
|
|
this.CollectionProcess.TabStop = false;
|
|
|
this.CollectionProcess.Text = " ";
|
|
this.CollectionProcess.Text = " ";
|
|
@@ -755,7 +787,7 @@
|
|
|
//
|
|
//
|
|
|
this.Capacity.AutoSize = true;
|
|
this.Capacity.AutoSize = true;
|
|
|
this.Capacity.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Capacity.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.Capacity.Location = new System.Drawing.Point(57, 61);
|
|
|
|
|
|
|
+ this.Capacity.Location = new System.Drawing.Point(62, 73);
|
|
|
this.Capacity.Name = "Capacity";
|
|
this.Capacity.Name = "Capacity";
|
|
|
this.Capacity.Size = new System.Drawing.Size(0, 17);
|
|
this.Capacity.Size = new System.Drawing.Size(0, 17);
|
|
|
this.Capacity.TabIndex = 75;
|
|
this.Capacity.TabIndex = 75;
|
|
@@ -764,7 +796,7 @@
|
|
|
//
|
|
//
|
|
|
this.Process_midboxcode.AutoSize = true;
|
|
this.Process_midboxcode.AutoSize = true;
|
|
|
this.Process_midboxcode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Process_midboxcode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.Process_midboxcode.Location = new System.Drawing.Point(57, 106);
|
|
|
|
|
|
|
+ this.Process_midboxcode.Location = new System.Drawing.Point(62, 118);
|
|
|
this.Process_midboxcode.Name = "Process_midboxcode";
|
|
this.Process_midboxcode.Name = "Process_midboxcode";
|
|
|
this.Process_midboxcode.Size = new System.Drawing.Size(15, 17);
|
|
this.Process_midboxcode.Size = new System.Drawing.Size(15, 17);
|
|
|
this.Process_midboxcode.TabIndex = 74;
|
|
this.Process_midboxcode.TabIndex = 74;
|
|
@@ -774,7 +806,7 @@
|
|
|
//
|
|
//
|
|
|
this.Process_outboxcode.AutoSize = true;
|
|
this.Process_outboxcode.AutoSize = true;
|
|
|
this.Process_outboxcode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Process_outboxcode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.Process_outboxcode.Location = new System.Drawing.Point(57, 82);
|
|
|
|
|
|
|
+ this.Process_outboxcode.Location = new System.Drawing.Point(62, 94);
|
|
|
this.Process_outboxcode.Name = "Process_outboxcode";
|
|
this.Process_outboxcode.Name = "Process_outboxcode";
|
|
|
this.Process_outboxcode.Size = new System.Drawing.Size(15, 17);
|
|
this.Process_outboxcode.Size = new System.Drawing.Size(15, 17);
|
|
|
this.Process_outboxcode.TabIndex = 73;
|
|
this.Process_outboxcode.TabIndex = 73;
|
|
@@ -785,7 +817,7 @@
|
|
|
this.TotalCount.AutoSize = true;
|
|
this.TotalCount.AutoSize = true;
|
|
|
this.TotalCount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.TotalCount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.TotalCount.ForeColor = System.Drawing.Color.Blue;
|
|
this.TotalCount.ForeColor = System.Drawing.Color.Blue;
|
|
|
- this.TotalCount.Location = new System.Drawing.Point(91, 13);
|
|
|
|
|
|
|
+ this.TotalCount.Location = new System.Drawing.Point(96, 25);
|
|
|
this.TotalCount.Name = "TotalCount";
|
|
this.TotalCount.Name = "TotalCount";
|
|
|
this.TotalCount.Size = new System.Drawing.Size(15, 17);
|
|
this.TotalCount.Size = new System.Drawing.Size(15, 17);
|
|
|
this.TotalCount.TabIndex = 72;
|
|
this.TotalCount.TabIndex = 72;
|
|
@@ -795,7 +827,7 @@
|
|
|
//
|
|
//
|
|
|
this.label17.AutoSize = true;
|
|
this.label17.AutoSize = true;
|
|
|
this.label17.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label17.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label17.Location = new System.Drawing.Point(78, 13);
|
|
|
|
|
|
|
+ this.label17.Location = new System.Drawing.Point(83, 25);
|
|
|
this.label17.Name = "label17";
|
|
this.label17.Name = "label17";
|
|
|
this.label17.Size = new System.Drawing.Size(13, 17);
|
|
this.label17.Size = new System.Drawing.Size(13, 17);
|
|
|
this.label17.TabIndex = 71;
|
|
this.label17.TabIndex = 71;
|
|
@@ -806,7 +838,7 @@
|
|
|
this.CollectedCount.AutoSize = true;
|
|
this.CollectedCount.AutoSize = true;
|
|
|
this.CollectedCount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.CollectedCount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.CollectedCount.ForeColor = System.Drawing.Color.Red;
|
|
this.CollectedCount.ForeColor = System.Drawing.Color.Red;
|
|
|
- this.CollectedCount.Location = new System.Drawing.Point(60, 13);
|
|
|
|
|
|
|
+ this.CollectedCount.Location = new System.Drawing.Point(65, 25);
|
|
|
this.CollectedCount.Name = "CollectedCount";
|
|
this.CollectedCount.Name = "CollectedCount";
|
|
|
this.CollectedCount.Size = new System.Drawing.Size(15, 17);
|
|
this.CollectedCount.Size = new System.Drawing.Size(15, 17);
|
|
|
this.CollectedCount.TabIndex = 70;
|
|
this.CollectedCount.TabIndex = 70;
|
|
@@ -816,7 +848,7 @@
|
|
|
//
|
|
//
|
|
|
this.label14.AutoSize = true;
|
|
this.label14.AutoSize = true;
|
|
|
this.label14.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label14.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label14.Location = new System.Drawing.Point(7, 83);
|
|
|
|
|
|
|
+ this.label14.Location = new System.Drawing.Point(12, 95);
|
|
|
this.label14.Name = "label14";
|
|
this.label14.Name = "label14";
|
|
|
this.label14.Size = new System.Drawing.Size(32, 17);
|
|
this.label14.Size = new System.Drawing.Size(32, 17);
|
|
|
this.label14.TabIndex = 69;
|
|
this.label14.TabIndex = 69;
|
|
@@ -826,7 +858,7 @@
|
|
|
//
|
|
//
|
|
|
this.label11.AutoSize = true;
|
|
this.label11.AutoSize = true;
|
|
|
this.label11.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label11.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label11.Location = new System.Drawing.Point(7, 106);
|
|
|
|
|
|
|
+ this.label11.Location = new System.Drawing.Point(12, 118);
|
|
|
this.label11.Name = "label11";
|
|
this.label11.Name = "label11";
|
|
|
this.label11.Size = new System.Drawing.Size(32, 17);
|
|
this.label11.Size = new System.Drawing.Size(32, 17);
|
|
|
this.label11.TabIndex = 68;
|
|
this.label11.TabIndex = 68;
|
|
@@ -836,7 +868,7 @@
|
|
|
//
|
|
//
|
|
|
this.label13.AutoSize = true;
|
|
this.label13.AutoSize = true;
|
|
|
this.label13.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label13.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label13.Location = new System.Drawing.Point(7, 42);
|
|
|
|
|
|
|
+ this.label13.Location = new System.Drawing.Point(12, 54);
|
|
|
this.label13.Name = "label13";
|
|
this.label13.Name = "label13";
|
|
|
this.label13.Size = new System.Drawing.Size(44, 17);
|
|
this.label13.Size = new System.Drawing.Size(44, 17);
|
|
|
this.label13.TabIndex = 67;
|
|
this.label13.TabIndex = 67;
|
|
@@ -846,7 +878,7 @@
|
|
|
//
|
|
//
|
|
|
this.Installed.AutoSize = true;
|
|
this.Installed.AutoSize = true;
|
|
|
this.Installed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Installed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.Installed.Location = new System.Drawing.Point(57, 42);
|
|
|
|
|
|
|
+ this.Installed.Location = new System.Drawing.Point(62, 54);
|
|
|
this.Installed.Name = "Installed";
|
|
this.Installed.Name = "Installed";
|
|
|
this.Installed.Size = new System.Drawing.Size(0, 17);
|
|
this.Installed.Size = new System.Drawing.Size(0, 17);
|
|
|
this.Installed.TabIndex = 66;
|
|
this.Installed.TabIndex = 66;
|
|
@@ -855,7 +887,7 @@
|
|
|
//
|
|
//
|
|
|
this.Process.AutoSize = true;
|
|
this.Process.AutoSize = true;
|
|
|
this.Process.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Process.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.Process.Location = new System.Drawing.Point(7, 13);
|
|
|
|
|
|
|
+ this.Process.Location = new System.Drawing.Point(12, 25);
|
|
|
this.Process.Name = "Process";
|
|
this.Process.Name = "Process";
|
|
|
this.Process.Size = new System.Drawing.Size(44, 17);
|
|
this.Process.Size = new System.Drawing.Size(44, 17);
|
|
|
this.Process.TabIndex = 65;
|
|
this.Process.TabIndex = 65;
|
|
@@ -1530,10 +1562,6 @@
|
|
|
private System.Windows.Forms.Button SetPrintStatus;
|
|
private System.Windows.Forms.Button SetPrintStatus;
|
|
|
private System.Windows.Forms.Label SetPrintStatus_label;
|
|
private System.Windows.Forms.Label SetPrintStatus_label;
|
|
|
private System.Windows.Forms.Button PrintFooter;
|
|
private System.Windows.Forms.Button PrintFooter;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn pd_prodcode;
|
|
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn pr_unit;
|
|
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn pd_brand;
|
|
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn pjd_zxbzs_user;
|
|
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn pib_ifprint;
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn pib_ifprint;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_id1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_id1;
|
|
@@ -1554,5 +1582,12 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_outboxcode1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_outboxcode1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_outboxcode2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_outboxcode2;
|
|
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn pd_pdno;
|
|
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn pjd_id;
|
|
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn pd_prodcode;
|
|
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn pd_outqty;
|
|
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn pr_unit;
|
|
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn pd_brand;
|
|
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn pjd_zxbzs_user;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|