From 2d69213b1b41b5b039e5dc6f6b7c55d53fd03037 Mon Sep 17 00:00:00 2001 From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com> Date: 星期二, 13 五月 2025 09:34:04 +0800 Subject: [PATCH] Merge branch 'clh' --- SourceCode/Bond/Servo/ServoDlg.h | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SourceCode/Bond/Servo/ServoDlg.h b/SourceCode/Bond/Servo/ServoDlg.h index ce6cb8d..9ff5766 100644 --- a/SourceCode/Bond/Servo/ServoDlg.h +++ b/SourceCode/Bond/Servo/ServoDlg.h @@ -4,8 +4,8 @@ #pragma once #include "BlButton.h" -#include "LogDlg.h" -#include "AlarmDlg.h" +#include "PageLog.h" +#include "PageAlarm.h" #include "TerminalDisplayDlg.h" #include "CPanelMaster.h" #include "CPanelEquipment.h" @@ -36,8 +36,8 @@ CTerminalDisplayDlg* m_pTerminalDisplayDlg; CPageGraph1* m_pPageGraph1; CPageGraph2* m_pPageGraph2; - CAlarmDlg* m_pPageAlarm; - CLogDlg* m_pPageLog; + CPageAlarm* m_pPageAlarm; + CPageLog* m_pPageLog; // 对话框数据 -- Gitblit v1.9.3