|
|
@@ -140,8 +140,6 @@
|
|
|
this.pr_unit = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pib_lotno = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pib_datecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pib_cusbarcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pib_cusoutboxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pib_datecode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pib_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pib_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -177,7 +175,6 @@
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
this.OutBoxPrinter = new UAS_LabelMachine.CustomControl.PrinterCombox();
|
|
|
this.OutboxCapacity = new System.Windows.Forms.NumericUpDown();
|
|
|
- this.OutBoxLabelPackage = new System.Windows.Forms.Button();
|
|
|
this.OutBoxLabelPrint = new System.Windows.Forms.Button();
|
|
|
this.OutBoxLabelAutoPrint = new System.Windows.Forms.CheckBox();
|
|
|
this.OutBoxCombox = new System.Windows.Forms.ComboBox();
|
|
|
@@ -1174,8 +1171,6 @@
|
|
|
this.pr_unit,
|
|
|
this.pib_lotno,
|
|
|
this.pib_datecode,
|
|
|
- this.pib_cusbarcode,
|
|
|
- this.pib_cusoutboxcode,
|
|
|
this.pib_datecode1,
|
|
|
this.pib_qty,
|
|
|
this.pib_barcode,
|
|
|
@@ -1300,20 +1295,6 @@
|
|
|
this.pib_datecode.Name = "pib_datecode";
|
|
|
this.pib_datecode.Width = 78;
|
|
|
//
|
|
|
- // pib_cusbarcode
|
|
|
- //
|
|
|
- this.pib_cusbarcode.DataPropertyName = "pib_cusbarcode";
|
|
|
- this.pib_cusbarcode.HeaderText = "ViVo条码号";
|
|
|
- this.pib_cusbarcode.Name = "pib_cusbarcode";
|
|
|
- this.pib_cusbarcode.Width = 90;
|
|
|
- //
|
|
|
- // pib_cusoutboxcode
|
|
|
- //
|
|
|
- this.pib_cusoutboxcode.DataPropertyName = "pib_cusoutboxcode";
|
|
|
- this.pib_cusoutboxcode.HeaderText = "ViVo外箱";
|
|
|
- this.pib_cusoutboxcode.Name = "pib_cusoutboxcode";
|
|
|
- this.pib_cusoutboxcode.Width = 78;
|
|
|
- //
|
|
|
// pib_datecode1
|
|
|
//
|
|
|
this.pib_datecode1.DataPropertyName = "pib_datecode1";
|
|
|
@@ -1611,7 +1592,6 @@
|
|
|
this.OutBoxLabel.Controls.Add(this.label6);
|
|
|
this.OutBoxLabel.Controls.Add(this.OutBoxPrinter);
|
|
|
this.OutBoxLabel.Controls.Add(this.OutboxCapacity);
|
|
|
- this.OutBoxLabel.Controls.Add(this.OutBoxLabelPackage);
|
|
|
this.OutBoxLabel.Controls.Add(this.OutBoxLabelPrint);
|
|
|
this.OutBoxLabel.Controls.Add(this.OutBoxLabelAutoPrint);
|
|
|
this.OutBoxLabel.Controls.Add(this.OutBoxCombox);
|
|
|
@@ -1705,18 +1685,6 @@
|
|
|
0});
|
|
|
this.OutboxCapacity.Leave += new System.EventHandler(this.MidBoxCapacity_Leave);
|
|
|
//
|
|
|
- // OutBoxLabelPackage
|
|
|
- //
|
|
|
- this.OutBoxLabelPackage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.OutBoxLabelPackage.Location = new System.Drawing.Point(89, 113);
|
|
|
- this.OutBoxLabelPackage.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
- this.OutBoxLabelPackage.Name = "OutBoxLabelPackage";
|
|
|
- this.OutBoxLabelPackage.Size = new System.Drawing.Size(75, 26);
|
|
|
- this.OutBoxLabelPackage.TabIndex = 81;
|
|
|
- this.OutBoxLabelPackage.Text = "Vivo打印";
|
|
|
- this.OutBoxLabelPackage.UseVisualStyleBackColor = true;
|
|
|
- this.OutBoxLabelPackage.Click += new System.EventHandler(this.OutBoxLabelPackage_Click);
|
|
|
- //
|
|
|
// OutBoxLabelPrint
|
|
|
//
|
|
|
this.OutBoxLabelPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
@@ -1856,7 +1824,6 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15;
|
|
|
private System.Windows.Forms.Label label6;
|
|
|
private System.Windows.Forms.NumericUpDown OutboxCapacity;
|
|
|
- private System.Windows.Forms.Button OutBoxLabelPackage;
|
|
|
private System.Windows.Forms.CheckBox OutBoxLabelAutoPrint;
|
|
|
private System.Windows.Forms.ComboBox MidLabelCombox;
|
|
|
private System.Windows.Forms.CheckBox MidLabelAutoPrint;
|
|
|
@@ -1950,6 +1917,12 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn si_item;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn si_expressionitem;
|
|
|
private System.Windows.Forms.Label pi_date;
|
|
|
+ private System.Windows.Forms.Button CleanBarCode;
|
|
|
+ private System.Windows.Forms.ListBox ListButtonMenu;
|
|
|
+ private System.Windows.Forms.Button ButtonSetting;
|
|
|
+ private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn pib_ifpick;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn pib_ifprint;
|
|
|
@@ -1963,8 +1936,6 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_unit;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_lotno;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_datecode;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn pib_cusbarcode;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn pib_cusoutboxcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_datecode1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_qty;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_barcode;
|
|
|
@@ -1975,11 +1946,5 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_outboxcode1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_outboxcode2;
|
|
|
- private System.Windows.Forms.Button CleanBarCode;
|
|
|
- private System.Windows.Forms.ListBox ListButtonMenu;
|
|
|
- private System.Windows.Forms.Button ButtonSetting;
|
|
|
- private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
|
- private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
|
|
|
- private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
|
|
|
}
|
|
|
}
|