duhe
2024-04-23 88d14b74edc9430c061c10fee97746566ddaf85d
WarM/条码打印/Gy_BarCodeBill_automaticallyByPLC_New.designer.cs
@@ -143,9 +143,10 @@
            this.tabPage4 = new System.Windows.Forms.TabPage();
            this.grdBillBarCodeList = new System.Windows.Forms.DataGridView();
            this.pageSetupDialog1 = new System.Windows.Forms.PageSetupDialog();
            this.printDocument1 = new System.Drawing.Printing.PrintDocument();
            this.printDialog1 = new System.Windows.Forms.PrintDialog();
            this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
            this.printDocument1 = new System.Drawing.Printing.PrintDocument();
            this.timer2 = new System.Windows.Forms.Timer(this.components);
            this.Tool.SuspendLayout();
            this.P1.SuspendLayout();
            this.tabControl_MainInfo.SuspendLayout();
@@ -1502,6 +1503,11 @@
            this.printPreviewDialog1.Name = "printPreviewDialog1";
            this.printPreviewDialog1.Visible = false;
            // 
            // timer2
            //
            this.timer2.Enabled = true;
            this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
            //
            // Gy_BarCodeBill_automaticallyByPLC_New
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
@@ -1673,5 +1679,6 @@
        private System.Drawing.Printing.PrintDocument printDocument1;
        private System.Windows.Forms.PrintDialog printDialog1;
        private System.Windows.Forms.PrintPreviewDialog printPreviewDialog1;
        private System.Windows.Forms.Timer timer2;
    }
}