From 4f89057930cc79524d117df5191ff62efd0f6dd1 Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期二, 23 七月 2024 15:50:23 +0800 Subject: [PATCH] update list --- jrj/project/business/BasicCode/ForwarderList.cpp | 14 ++++++++------ jrj/project/business/BasicCode/CartermList.cpp | 10 +++++----- jrj/ext-jrj/ext-jrj.vcxproj | 1 - 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/jrj/ext-jrj/ext-jrj.vcxproj b/jrj/ext-jrj/ext-jrj.vcxproj index 6f645ef..5086e8b 100644 --- a/jrj/ext-jrj/ext-jrj.vcxproj +++ b/jrj/ext-jrj/ext-jrj.vcxproj @@ -1061,7 +1061,6 @@ <ClCompile Include="..\project\tradedocument\TDocumentWin.cpp" /> <ClCompile Include="..\project\viewobject\view.base.hpp" /> <ClCompile Include="..\project\vindexform.cpp" /> - <ClCompile Include="..\project\vindexformex.cpp" /> <ClCompile Include="..\project\vindexmenu.cpp" /> <ClCompile Include="..\project\workflow\workflow.actionlog.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild> diff --git a/jrj/project/business/BasicCode/CartermList.cpp b/jrj/project/business/BasicCode/CartermList.cpp index f32a093..fb3281c 100644 --- a/jrj/project/business/BasicCode/CartermList.cpp +++ b/jrj/project/business/BasicCode/CartermList.cpp @@ -12,11 +12,11 @@ class __declspec(dllexport) CartermList : public listwin { public: - xdwgrid dw_list; - xdwpages dw_pages; - xstring m_QueryTxt; - KXMLDOMDocument m_configDoc; - static int dw_hWnd; + //xdwgrid dw_list; + //xdwpages dw_pages; + //xstring m_QueryTxt; + //KXMLDOMDocument m_configDoc; + //static int dw_hWnd; public: CartermList(void* implPtr, HWND hWnd) :listwin(implPtr, hWnd) {} 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