From 2be151c6f9148d9326c9642866e0b92e086284f0 Mon Sep 17 00:00:00 2001 From: mrDarker <mr.darker@163.com> Date: 星期五, 01 八月 2025 15:33:52 +0800 Subject: [PATCH] 1. 添加光谱传感器模块 --- SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h b/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h index 5bd3972..dd2de49 100644 --- a/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h +++ b/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h @@ -49,4 +49,9 @@ afx_msg void OnBnClickedButtonAreYouThere(); afx_msg void OnBnClickedButtonDatetimeSync(); afx_msg void OnBnClickedButtonTerminalDisplay(); + afx_msg void OnBnClickedButtonEdEventReport(); + afx_msg void OnBnClickedButtonEdAlarmReport(); + afx_msg void OnBnClickedButtonDefineReport(); + afx_msg void OnBnClickedButtonLineReport(); + afx_msg void OnBnClickedButtonConfigureSpooling(); }; -- Gitblit v1.9.3