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/PageLog.h | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/SourceCode/Bond/Servo/LogDlg.h b/SourceCode/Bond/Servo/PageLog.h
similarity index 88%
rename from SourceCode/Bond/Servo/LogDlg.h
rename to SourceCode/Bond/Servo/PageLog.h
index 29acf5a..391f64d 100644
--- a/SourceCode/Bond/Servo/LogDlg.h
+++ b/SourceCode/Bond/Servo/PageLog.h
@@ -7,15 +7,15 @@
#define ID_MSG_LOGDLG_HIDE WM_USER + 1023
-// CLogDlg 对话框
+// CPageLog 对话框
-class CLogDlg : public CDialogEx
+class CPageLog : public CDialogEx
{
- DECLARE_DYNAMIC(CLogDlg)
+ DECLARE_DYNAMIC(CPageLog)
public:
- CLogDlg(CWnd* pParent = NULL); // 标准构造函数
- virtual ~CLogDlg();
+ CPageLog(CWnd* pParent = NULL); // 标准构造函数
+ virtual ~CPageLog();
private:
--
Gitblit v1.9.3