|
@@ -53,16 +53,6 @@
|
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
|
this.GenBarCode = new System.Windows.Forms.Button();
|
|
|
this.BarcodeIO = new System.Windows.Forms.DataGridView();
|
|
|
- this.CheckBox = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
- this.pr_orispeccode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.bi_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.bi_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.bi_outboxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.bi_inqty1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.bi_vendbarcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.bi_madedate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pr_spec1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pr_detail1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.PrintBarCode = new System.Windows.Forms.Button();
|
|
|
this.PrinterList = new System.Windows.Forms.ComboBox();
|
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
@@ -78,6 +68,17 @@
|
|
|
this.DeletaBarcode = new System.Windows.Forms.Button();
|
|
|
this.SCCODE = new System.Windows.Forms.TextBox();
|
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
|
+ this.CheckBox = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
+ this.pr_orispeccode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.bi_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.bi_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.bi_outboxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.bi_inqty1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.bi_sccode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.bi_vendbarcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.bi_madedate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pr_spec1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pr_detail1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Prodiodetail)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.BarcodeIO)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
@@ -336,6 +337,7 @@
|
|
|
this.bi_barcode,
|
|
|
this.bi_outboxcode,
|
|
|
this.bi_inqty1,
|
|
|
+ this.bi_sccode,
|
|
|
this.bi_vendbarcode,
|
|
|
this.bi_madedate,
|
|
|
this.pr_spec1,
|
|
@@ -347,86 +349,6 @@
|
|
|
this.BarcodeIO.Size = new System.Drawing.Size(2097, 595);
|
|
|
this.BarcodeIO.TabIndex = 35;
|
|
|
|
|
|
-
|
|
|
-
|
|
|
- this.CheckBox.DataPropertyName = "CheckBox";
|
|
|
- this.CheckBox.HeaderText = "勾选";
|
|
|
- this.CheckBox.MinimumWidth = 10;
|
|
|
- this.CheckBox.Name = "CheckBox";
|
|
|
- this.CheckBox.Width = 200;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- this.pr_orispeccode.DataPropertyName = "pr_orispeccode";
|
|
|
- this.pr_orispeccode.HeaderText = "型号";
|
|
|
- this.pr_orispeccode.MinimumWidth = 10;
|
|
|
- this.pr_orispeccode.Name = "pr_orispeccode";
|
|
|
- this.pr_orispeccode.Width = 200;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- this.bi_prodcode.DataPropertyName = "bi_prodcode";
|
|
|
- this.bi_prodcode.HeaderText = "料号";
|
|
|
- this.bi_prodcode.MinimumWidth = 10;
|
|
|
- this.bi_prodcode.Name = "bi_prodcode";
|
|
|
- this.bi_prodcode.Width = 200;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- this.bi_barcode.DataPropertyName = "bi_barcode";
|
|
|
- this.bi_barcode.HeaderText = "条码号";
|
|
|
- this.bi_barcode.MinimumWidth = 10;
|
|
|
- this.bi_barcode.Name = "bi_barcode";
|
|
|
- this.bi_barcode.Width = 200;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- this.bi_outboxcode.DataPropertyName = "bi_outboxcode";
|
|
|
- this.bi_outboxcode.HeaderText = "外箱条码";
|
|
|
- this.bi_outboxcode.MinimumWidth = 10;
|
|
|
- this.bi_outboxcode.Name = "bi_outboxcode";
|
|
|
- this.bi_outboxcode.Width = 200;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- this.bi_inqty1.DataPropertyName = "bi_inqty";
|
|
|
- this.bi_inqty1.HeaderText = "入库数量";
|
|
|
- this.bi_inqty1.MinimumWidth = 10;
|
|
|
- this.bi_inqty1.Name = "bi_inqty1";
|
|
|
- this.bi_inqty1.Width = 200;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- this.bi_vendbarcode.DataPropertyName = "bi_vendbarcode";
|
|
|
- this.bi_vendbarcode.HeaderText = "LOTNO";
|
|
|
- this.bi_vendbarcode.MinimumWidth = 10;
|
|
|
- this.bi_vendbarcode.Name = "bi_vendbarcode";
|
|
|
- this.bi_vendbarcode.Width = 200;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- this.bi_madedate.DataPropertyName = "bi_madedate";
|
|
|
- this.bi_madedate.HeaderText = "DC";
|
|
|
- this.bi_madedate.MinimumWidth = 10;
|
|
|
- this.bi_madedate.Name = "bi_madedate";
|
|
|
- this.bi_madedate.Width = 200;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- this.pr_spec1.DataPropertyName = "pr_spec";
|
|
|
- this.pr_spec1.HeaderText = "规格";
|
|
|
- this.pr_spec1.MinimumWidth = 10;
|
|
|
- this.pr_spec1.Name = "pr_spec1";
|
|
|
- this.pr_spec1.Width = 200;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- this.pr_detail1.DataPropertyName = "pr_detail";
|
|
|
- this.pr_detail1.HeaderText = "物料名称";
|
|
|
- this.pr_detail1.MinimumWidth = 10;
|
|
|
- this.pr_detail1.Name = "pr_detail1";
|
|
|
- this.pr_detail1.Width = 200;
|
|
|
-
|
|
|
|
|
|
|
|
|
this.PrintBarCode.Location = new System.Drawing.Point(1922, 273);
|
|
@@ -582,6 +504,94 @@
|
|
|
this.label11.TabIndex = 48;
|
|
|
this.label11.Text = "SCCODE";
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+ this.CheckBox.DataPropertyName = "CheckBox";
|
|
|
+ this.CheckBox.HeaderText = "勾选";
|
|
|
+ this.CheckBox.MinimumWidth = 10;
|
|
|
+ this.CheckBox.Name = "CheckBox";
|
|
|
+ this.CheckBox.Width = 200;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.pr_orispeccode.DataPropertyName = "pr_orispeccode";
|
|
|
+ this.pr_orispeccode.HeaderText = "型号";
|
|
|
+ this.pr_orispeccode.MinimumWidth = 10;
|
|
|
+ this.pr_orispeccode.Name = "pr_orispeccode";
|
|
|
+ this.pr_orispeccode.Width = 200;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.bi_prodcode.DataPropertyName = "bi_prodcode";
|
|
|
+ this.bi_prodcode.HeaderText = "料号";
|
|
|
+ this.bi_prodcode.MinimumWidth = 10;
|
|
|
+ this.bi_prodcode.Name = "bi_prodcode";
|
|
|
+ this.bi_prodcode.Width = 200;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.bi_barcode.DataPropertyName = "bi_barcode";
|
|
|
+ this.bi_barcode.HeaderText = "条码号";
|
|
|
+ this.bi_barcode.MinimumWidth = 10;
|
|
|
+ this.bi_barcode.Name = "bi_barcode";
|
|
|
+ this.bi_barcode.Width = 200;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.bi_outboxcode.DataPropertyName = "bi_outboxcode";
|
|
|
+ this.bi_outboxcode.HeaderText = "外箱条码";
|
|
|
+ this.bi_outboxcode.MinimumWidth = 10;
|
|
|
+ this.bi_outboxcode.Name = "bi_outboxcode";
|
|
|
+ this.bi_outboxcode.Width = 200;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.bi_inqty1.DataPropertyName = "bi_inqty";
|
|
|
+ this.bi_inqty1.HeaderText = "入库数量";
|
|
|
+ this.bi_inqty1.MinimumWidth = 10;
|
|
|
+ this.bi_inqty1.Name = "bi_inqty1";
|
|
|
+ this.bi_inqty1.Width = 200;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.bi_sccode.DataPropertyName = "bi_sccode";
|
|
|
+ this.bi_sccode.HeaderText = "SCCODE";
|
|
|
+ this.bi_sccode.MinimumWidth = 10;
|
|
|
+ this.bi_sccode.Name = "bi_sccode";
|
|
|
+ this.bi_sccode.Width = 200;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.bi_vendbarcode.DataPropertyName = "bi_vendbarcode";
|
|
|
+ this.bi_vendbarcode.HeaderText = "LOTNO";
|
|
|
+ this.bi_vendbarcode.MinimumWidth = 10;
|
|
|
+ this.bi_vendbarcode.Name = "bi_vendbarcode";
|
|
|
+ this.bi_vendbarcode.Width = 200;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.bi_madedate.DataPropertyName = "bi_madedate";
|
|
|
+ this.bi_madedate.HeaderText = "DC";
|
|
|
+ this.bi_madedate.MinimumWidth = 10;
|
|
|
+ this.bi_madedate.Name = "bi_madedate";
|
|
|
+ this.bi_madedate.Width = 200;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.pr_spec1.DataPropertyName = "pr_spec";
|
|
|
+ this.pr_spec1.HeaderText = "规格";
|
|
|
+ this.pr_spec1.MinimumWidth = 10;
|
|
|
+ this.pr_spec1.Name = "pr_spec1";
|
|
|
+ this.pr_spec1.Width = 200;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.pr_detail1.DataPropertyName = "pr_detail";
|
|
|
+ this.pr_detail1.HeaderText = "物料名称";
|
|
|
+ this.pr_detail1.MinimumWidth = 10;
|
|
|
+ this.pr_detail1.Name = "pr_detail1";
|
|
|
+ this.pr_detail1.Width = 200;
|
|
|
+
|
|
|
|
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
@@ -669,22 +679,23 @@
|
|
|
private System.Windows.Forms.Label 原厂型号;
|
|
|
private System.Windows.Forms.CheckBox GenBoxCode;
|
|
|
private System.Windows.Forms.Button PrintBox;
|
|
|
+ private System.Windows.Forms.TextBox pr_orispeccode3;
|
|
|
+ private System.Windows.Forms.Label label10;
|
|
|
+ private System.Windows.Forms.Button PrintStockBarCode;
|
|
|
+ private System.Windows.Forms.Button DeletaBarcode;
|
|
|
+ private System.Windows.Forms.TextBox SCCODE;
|
|
|
+ private System.Windows.Forms.Label label11;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn CheckBox;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_orispeccode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn bi_prodcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn bi_barcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn bi_outboxcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn bi_inqty1;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn bi_sccode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn bi_vendbarcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn bi_madedate;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail1;
|
|
|
- private System.Windows.Forms.TextBox pr_orispeccode3;
|
|
|
- private System.Windows.Forms.Label label10;
|
|
|
- private System.Windows.Forms.Button PrintStockBarCode;
|
|
|
- private System.Windows.Forms.Button DeletaBarcode;
|
|
|
- private System.Windows.Forms.TextBox SCCODE;
|
|
|
- private System.Windows.Forms.Label label11;
|
|
|
}
|
|
|
}
|
|
|
|