| | |
| | | <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> |
| | |
| | | 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) {} |
| | |
| | | |
| | | 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: |
| | |
| | | HTREEITEM root = tv_1.GetRootItem(); |
| | | tv_1.ExpandItem(root); |
| | | dw_list.SetColumnState(L"ForwarderID", false); |
| | | |
| | | OnRetrieve(); |
| | | return 1; |
| | | } |
| | | }; |