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 |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h b/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h
index c19a88e..ffc3f40 100644
--- a/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h
+++ b/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h
@@ -58,5 +58,13 @@
 	afx_msg void OnBnClickedButtonPurgeSpooledData();
 	afx_msg void OnBnClickedButtonQueryPpidList();
 	afx_msg void OnBnClickedButtonProceedWithCarrier();
+	afx_msg void OnBnClickedButtonProceedWithSlotMap();
 	afx_msg void OnBnClickedButtonCarrierRelease();
+	afx_msg void OnBnClickedButtonQueryCjSpace();
+	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