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/PageAlarm.h | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/SourceCode/Bond/Servo/AlarmDlg.h b/SourceCode/Bond/Servo/PageAlarm.h
similarity index 89%
rename from SourceCode/Bond/Servo/AlarmDlg.h
rename to SourceCode/Bond/Servo/PageAlarm.h
index 0aae170..783ce29 100644
--- a/SourceCode/Bond/Servo/AlarmDlg.h
+++ b/SourceCode/Bond/Servo/PageAlarm.h
@@ -6,15 +6,15 @@
#define ID_MSG_ALARMDLG_HIDE WM_USER + 1024
-// CAlarmDlg 瀵硅瘽妗�
+// CPageAlarm 瀵硅瘽妗�
-class CAlarmDlg : public CDialogEx
+class CPageAlarm : public CDialogEx
{
- DECLARE_DYNAMIC(CAlarmDlg)
+ DECLARE_DYNAMIC(CPageAlarm)
public:
- CAlarmDlg(CWnd* pParent = nullptr); // 鏍囧噯鏋勯�犲嚱鏁�
- virtual ~CAlarmDlg();
+ CPageAlarm(CWnd* pParent = nullptr); // 鏍囧噯鏋勯�犲嚱鏁�
+ virtual ~CPageAlarm();
private:
void InitRxWindow();
--
Gitblit v1.9.3