From e878ac7788fef44639145ffd971ab0eb06d692ad Mon Sep 17 00:00:00 2001 From: chenluhua1980 <Chenluhua@qq.com> Date: 星期四, 08 一月 2026 19:48:18 +0800 Subject: [PATCH] 1.EAP模拟器,远程控件切换状态; --- SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h b/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h index 7efa6a4..ffc3f40 100644 --- a/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h +++ b/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h @@ -64,4 +64,7 @@ afx_msg void OnBnClickedButtonQueryPjSpace(); afx_msg void OnBnClickedButtonCreatePj(); afx_msg void OnBnClickedButtonCreateCj(); + afx_msg void OnBnClickedButtonCtrlOffline(); + afx_msg void OnBnClickedButtonCtrlOnlineLocal(); + afx_msg void OnBnClickedButtonCtrlOnlineRemote(); }; -- Gitblit v1.9.3