From fa2de0461cb79df0ba5e736b4aea8bff1056688a Mon Sep 17 00:00:00 2001
From: LiFan <2308045698@qq.com>
Date: 星期五, 13 九月 2024 10:07:40 +0800
Subject: [PATCH] update
---
jrj/project/business/BasicCode/ForwarderList.cpp | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/jrj/project/business/BasicCode/ForwarderList.cpp b/jrj/project/business/BasicCode/ForwarderList.cpp
index 983b40a..1f259df 100644
--- a/jrj/project/business/BasicCode/ForwarderList.cpp
+++ b/jrj/project/business/BasicCode/ForwarderList.cpp
@@ -13,14 +13,14 @@
public:
//xdwpages dw_pages;
- xstring m_QueryTxt;
- KXMLDOMDocument m_configDoc;
+ //xstring m_QueryTxt;
+ //KXMLDOMDocument m_configDoc;
xtreeview tv_1;
xstring sType;
- static int dw_hWnd;
- int m_pageIndex;
- int m_pageNumber;
- xdwgrid dw_list;
+ //static int dw_hWnd;
+ //int m_pageIndex;
+ //int m_pageNumber;
+ //xdwgrid dw_list;
public:
ForwarderList(void* implPtr, HWND hWnd) :listwin(implPtr, hWnd) {}
public:
@@ -129,6 +129,8 @@
HTREEITEM root = tv_1.GetRootItem();
tv_1.ExpandItem(root);
dw_list.SetColumnState(L"ForwarderID", false);
+
+ OnRetrieve();
return 1;
}
};
\ No newline at end of file
--
Gitblit v1.9.3