From 296cead8add8a66a00aa1ea07c19c1039d098c3b Mon Sep 17 00:00:00 2001 From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com> Date: 星期三, 10 九月 2025 16:15:30 +0800 Subject: [PATCH] 1.将CListCtrlEx功能移到CExpandableListCtrl。 --- SourceCode/Bond/Servo/CPageGlassList.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SourceCode/Bond/Servo/CPageGlassList.h b/SourceCode/Bond/Servo/CPageGlassList.h index 5d110a4..e9ee5ba 100644 --- a/SourceCode/Bond/Servo/CPageGlassList.h +++ b/SourceCode/Bond/Servo/CPageGlassList.h @@ -1,5 +1,5 @@ 锘�#pragma once -#include "ListCtrlEx.h" +#include "CExpandableListCtrl.h" #include "GlassLogDb.h" @@ -33,7 +33,7 @@ // 鎺т欢 CDateTimeCtrl m_dateTimeStart; CDateTimeCtrl m_dateTimeEnd; - CListCtrlEx m_listCtrl; + CExpandableListCtrl m_listCtrl; private: void InitRxWindow(); -- Gitblit v1.9.3