From fdc795edd6873ff1865260a9fe1f3f761664026c Mon Sep 17 00:00:00 2001
From: LAPTOP-T815PCOQ\25526 <mr.liuyang@126.com>
Date: 星期四, 14 十一月 2024 09:49:11 +0800
Subject: [PATCH] 1. PLC界面参考图片

---
 SourceCode/Bond/BondEq/BondEqDlg.cpp |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/SourceCode/Bond/BondEq/BondEqDlg.cpp b/SourceCode/Bond/BondEq/BondEqDlg.cpp
index 63621f8..656307c 100644
--- a/SourceCode/Bond/BondEq/BondEqDlg.cpp
+++ b/SourceCode/Bond/BondEq/BondEqDlg.cpp
@@ -212,7 +212,6 @@
 	// Home页
 	m_pHomeDialog = CreateHomeDlg();
 	ShowWindow(SW_SHOWMAXIMIZED);
-	SetTimer(2, 1000, nullptr);
 
 
 	InitRxWindows();
@@ -578,10 +577,7 @@
 			}
 		}
 	}
-	else if (2 == nIDEvent) {
-		KillTimer(2);
-		theApp.m_model.createRemoteEqs();
-	}
+
 
 	CDialogEx::OnTimer(nIDEvent);
 }

--
Gitblit v1.9.3