From 3e91a18f75a75fbe8f646d73e4e68ba107b6750b Mon Sep 17 00:00:00 2001
From: chenluhua1980 <Chenluhua@qq.com>
Date: 星期四, 08 一月 2026 21:04:26 +0800
Subject: [PATCH] 1.增加状态是否远程禁等逻辑;

---
 SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h b/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h
index 7efa6a4..3afdb16 100644
--- a/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h
+++ b/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h
@@ -64,4 +64,8 @@
 	afx_msg void OnBnClickedButtonQueryPjSpace();
 	afx_msg void OnBnClickedButtonCreatePj();
 	afx_msg void OnBnClickedButtonCreateCj();
+	afx_msg void OnBnClickedButtonCtrlOffline();
+	afx_msg void OnBnClickedButtonCtrlOnlineLocal();
+	afx_msg void OnBnClickedButtonCtrlOnlineRemote();
+	afx_msg void OnBnClickedButtonQueryControlState();
 };

--
Gitblit v1.9.3