From 570e812442a64360239f558ae4b55c0d204a5523 Mon Sep 17 00:00:00 2001 From: chenluhua1980 <Chenluhua@qq.com> Date: 星期五, 09 一月 2026 11:57:06 +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