From c81d254683929d9f3599694783c68499431a336b Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期五, 26 七月 2024 10:30:38 +0800
Subject: [PATCH] 条码自动生成:断线重连时间间隔为5秒
---
WarM/条码打印/Gy_BarCodeBill_automaticallyByPLC_New.designer.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git "a/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill_automaticallyByPLC_New.designer.cs" "b/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill_automaticallyByPLC_New.designer.cs"
index 906b851..6cf2200 100644
--- "a/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill_automaticallyByPLC_New.designer.cs"
+++ "b/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill_automaticallyByPLC_New.designer.cs"
@@ -1500,6 +1500,7 @@
//
// timer3
//
+ this.timer3.Interval = 5000;
this.timer3.Tick += new System.EventHandler(this.timer3_Tick);
//
// Gy_BarCodeBill_automaticallyByPLC_New
--
Gitblit v1.9.1