update document datetimepick
| | |
| | | <ClInclude Include="..\xframe\xcontrol\xcell.hpp" /> |
| | | <ClInclude Include="..\xframe\xcontrol\xcheckbox.hpp" /> |
| | | <ClInclude Include="..\xframe\xcontrol\xcombobox.hpp" /> |
| | | <ClInclude Include="..\xframe\xcontrol\xdatetimepick.hpp" /> |
| | | <ClInclude Include="..\xframe\xcontrol\xdwgrid.hpp" /> |
| | | <ClInclude Include="..\xframe\xcontrol\xdwpages.hpp" /> |
| | | <ClInclude Include="..\xframe\xcontrol\xdwtable.hpp" /> |
| | |
| | | </ClCompile> |
| | | <ClCompile Include="..\project\start.vframe.vbusiness.cpp" /> |
| | | <ClCompile Include="..\project\total3\ViewTotalWin.cpp" /> |
| | | <ClCompile Include="..\project\tradedocument\DocFileSaveDlg.cpp" /> |
| | | <ClCompile Include="..\project\tradedocument\DocSelectDlg.cpp" /> |
| | | <ClCompile Include="..\project\tradedocument\HelpDocWin.cpp" /> |
| | | <ClCompile Include="..\project\tradedocument\TDocumentWin.cpp" /> |
| | | <ClCompile Include="..\project\viewobject\view.base.hpp" /> |
| | | <ClCompile Include="..\project\vindexform.cpp" /> |
| | | <ClCompile Include="..\project\vindexformex.cpp" /> |
| | |
| | | <Filter Include="vbusiness\analysis"> |
| | | <UniqueIdentifier>{27c3e1cb-c8de-4a10-8a61-bacae62112e3}</UniqueIdentifier> |
| | | </Filter> |
| | | <Filter Include="vbusiness\tradedoucment"> |
| | | <UniqueIdentifier>{6a683d68-f569-41c4-a72d-4acb7b71ab4e}</UniqueIdentifier> |
| | | </Filter> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <ClInclude Include="framework.h"> |
| | |
| | | <Filter>xframe\kobject</Filter> |
| | | </ClInclude> |
| | | <ClInclude Include="..\xframe\xcontrol\xcheckbox.hpp"> |
| | | <Filter>xframe\xcontrol</Filter> |
| | | </ClInclude> |
| | | <ClInclude Include="..\xframe\xcontrol\xdatetimepick.hpp"> |
| | | <Filter>xframe\xcontrol</Filter> |
| | | </ClInclude> |
| | | </ItemGroup> |
| | |
| | | <ClCompile Include="..\project\total3\ViewTotalWin.cpp"> |
| | | <Filter>vbusiness\total</Filter> |
| | | </ClCompile> |
| | | <ClCompile Include="..\project\tradedocument\TDocumentWin.cpp"> |
| | | <Filter>vbusiness\tradedoucment</Filter> |
| | | </ClCompile> |
| | | <ClCompile Include="..\project\tradedocument\HelpDocWin.cpp"> |
| | | <Filter>vbusiness\tradedoucment</Filter> |
| | | </ClCompile> |
| | | <ClCompile Include="..\project\tradedocument\DocFileSaveDlg.cpp"> |
| | | <Filter>vbusiness\tradedoucment</Filter> |
| | | </ClCompile> |
| | | <ClCompile Include="..\project\tradedocument\DocSelectDlg.cpp"> |
| | | <Filter>vbusiness\tradedoucment</Filter> |
| | | </ClCompile> |
| | | </ItemGroup> |
| | | </Project> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | #include <wobject/xstring.hpp> |
| | | #include <xcontrol/xtreeview.hpp> |
| | | #include <xcontrol/xdwgrid.hpp> |
| | | #include <xcontrol/xlayersheet.hpp> |
| | | #include <xcontrol/xcell.hpp> |
| | | #include <xcontrol/xlistview.hpp> |
| | | |
| | | #include "vbusiness/vframe/maint.vframe.vbusiness.hpp" |
| | | #include "viewobject/view.base.hpp" |
| | | |
| | | using xml = KXMLDOMDocument; |
| | | class __declspec(dllexport) HelpDocWin : public xframe |
| | | { |
| | | public: |
| | | HelpDocWin(void* implPtr, HWND hWnd) :xframe(implPtr, hWnd) {} |
| | | public: |
| | | static HelpDocWin* CreateInstance(void* implPtr, void* hWnd) |
| | | { |
| | | return new HelpDocWin(implPtr, (HWND)hWnd); |
| | | } |
| | | |
| | | public: |
| | | //xdwgrid dw_list; |
| | | xlistview lv_view; |
| | | xnode m_agentNode; //Agent Condition |
| | | int columnCount; |
| | | |
| | | int SetAgent() |
| | | { |
| | | xstring xfNodeAgentArea = L"agentarea"; |
| | | xnode anode = GetAgentNode(xfNodeAgentArea); |
| | | if (m_agentNode) |
| | | { |
| | | SetAgentNode(anode, m_agentNode); |
| | | } |
| | | else |
| | | { |
| | | KXMLDOMElement xframeElement = GetElement(); |
| | | KXMLDOMElement agent = xframeElement.selectSingleNode(L"agent/" + xfNodeAgentArea + L"[1]/*"); |
| | | if (agent) |
| | | { |
| | | xstring s = agent.xml(); |
| | | m_agentNode = SetAgentNode(anode, s); |
| | | } |
| | | } |
| | | return 1; |
| | | } |
| | | |
| | | //ç¦ç¹æ¿æ´»å¤ç彿° |
| | | int OnSetFocus(TEvent* evt,LPARAM param) |
| | | { |
| | | //é置工å
·æ¡ |
| | | SetAgent(); |
| | | return 1; |
| | | } |
| | | |
| | | int OnListViewDoubleClicked(TEvent* evt,LPARAM param) |
| | | { |
| | | //é置工å
·æ¡ |
| | | //SetAgent(); |
| | | OnDocumentOpen(); |
| | | CloseWindow(); |
| | | return 1; |
| | | } |
| | | |
| | | int OnDocumentOpen() |
| | | { |
| | | int LVNI_ALL = 0x0000; |
| | | int LVNI_FOCUSED = 0x0001; |
| | | int LVNI_SELECTED = 0x0002; |
| | | int LVNI_CUT = 0x0004; |
| | | int LVNI_DROPHILITED = 0x0008; |
| | | |
| | | int nItem = lv_view.GetNextItem( -1, LVNI_FOCUSED); |
| | | if (nItem < 0) return 1; |
| | | |
| | | int LVIF_PARAM = 0x0004; |
| | | |
| | | lvitem lvItem; |
| | | lvItem.iItem = nItem; |
| | | lvItem.iSubItem = 0; |
| | | lvItem.mask = LVIF_PARAM; |
| | | |
| | | lv_view.GetItem( lvItem); |
| | | KXMLDOMElement ele = lvItem.lParam; |
| | | |
| | | xstring src = ele.getAttribute(L"url"); |
| | | xstring file = L""; |
| | | if (src.find(L"/file/") > 0) file = src.mid(src.find(L"/file/") + 6, 9999); |
| | | if (file.find(L"/file/") >= 0) file = file.mid(file.find(L"/file/") + 6, 9999); |
| | | if (file.find(L"file/") >= 0) file = file.mid(file.find(L"file/") + 5, 9999); |
| | | if (file == L"") return 1; |
| | | //alert(file); |
| | | xstring name = ele.getAttribute(L"caption"); |
| | | /* |
| | | const xstring d = m_Html.GetData(p.object); |
| | | if(d == L"") return -1; |
| | | xstring file = d.mid(0, d.find(L"|##@@|",0)); |
| | | xstring name = d.mid(d.find(L"|##@@|",0)+6, d.length()); |
| | | */ |
| | | |
| | | xaserver::CreateDirectory(L"C:/Temp"); |
| | | xstring str = file.left(2); |
| | | xstring ext = L""; |
| | | if (name.find(L".") >= 0) ext = name.mid(name.find(L"."), name.length()); |
| | | xstring sfile = file;// file.left(file.length() - 4); |
| | | //trace(L"--"+ext +L" " + L"/business/attachment/"+str+L"/"+ file); |
| | | //int openRet = xaserver::DownLoadFile(GetServerUrl(),L"/business/attachment/"+str+L"/"+ file,name,L"C:/Temp/"+name); |
| | | int openRet = xaserver::DownLoadFile(GetServerUrl(), L"/business/attachment/" + str + L"/" + file + L".jpg", L"", L"C:/Temp/" + sfile + ext); |
| | | |
| | | //alert(L"/business/attachment/"+str+L"/"+ file+L".jpg"); |
| | | if (openRet < 0) |
| | | { |
| | | alert(L"æä»¶æå¼å¤±è´¥1ï¼"); |
| | | return -1; |
| | | } |
| | | //openRet = win32::ShellExecute(0,L"open",L"C:/Temp/"+name,L"",L"",5); |
| | | openRet = ShellExecuteW(0, L"open", L"C:/Temp/" + sfile + ext, L"", L"", 5); |
| | | if (openRet < 32) |
| | | { |
| | | alert(L"æä»¶æå¼å¤±è´¥2ï¼"); |
| | | return -1; |
| | | } |
| | | |
| | | return -1; |
| | | } |
| | | |
| | | |
| | | //å½ä»¤åå¸å½æ° |
| | | int OnCmdDispatch(xstring comdid) |
| | | { |
| | | return 0; |
| | | } |
| | | |
| | | //å½ä»¤å¤çäºä»¶ |
| | | int OnXCommand(TEvent* evt, int param) |
| | | { |
| | | return OnCmdDispatch(evt->xcommand.pStrID); |
| | | } |
| | | |
| | | int OnAttachEvent() |
| | | { |
| | | //ç»å®å·¥å
·æ¡ç¹å»äºä»¶ |
| | | AttachEvent(L"WM_XCOMMAND", (FEvent)&HelpDocWin::OnXCommand); |
| | | //è·åç¦ç¹äºä»¶ï¼ç¨äºé置工å
·æ¡ |
| | | AttachEvent(L"WM_SETFOCUS", (FEvent)&HelpDocWin::OnSetFocus); |
| | | return 1; |
| | | } |
| | | |
| | | /* |
| | | int OnRetrieve() |
| | | { |
| | | xml x = new xml; |
| | | x.setNativePointer(xml::CreateInstance()); |
| | | xaserverarg arg = new xaserverarg; |
| | | arg.setNativePointer(arg.CreateInstance()); |
| | | arg.AddArg(L"xxx",L"xxx"); |
| | | if (getUrl(L"",arg.GetString(),x)!=1) |
| | | { |
| | | trace(x.GetXmlDoc().text); |
| | | return -1; |
| | | }else |
| | | { |
| | | //dw_list.Retrieve(x); |
| | | //dw_list.Redraw(); |
| | | } |
| | | return 1; |
| | | } |
| | | */ |
| | | |
| | | int SetListViewHeaderColumn(xstring Url) |
| | | { |
| | | const int LVCFMT_LEFT = 0; |
| | | for (int i = 0; i < 3; i++) lv_view.DeleteColumn( 1); |
| | | //if(Url==L"") |
| | | //{ |
| | | lv_view.InsertColumn( 0, L"åå»ºæ¥æ", LVCFMT_LEFT, 80, 0); |
| | | lv_view.InsertColumn( 0, L"å建人å", LVCFMT_LEFT, 80, 0); |
| | | lv_view.InsertColumn( 0, L"åç§°", 0, 180, 0); |
| | | columnCount = 3; |
| | | //} |
| | | return 1; |
| | | } |
| | | |
| | | int Retrieve() |
| | | { |
| | | xstring src = L"object/knowledge"; |
| | | //xstring src=L"data/SettleExchange"; |
| | | xml x = ViewObject::RetrieveData(L"/sale/data/TDocument3/FolderListHelp"); |
| | | if (x) |
| | | { |
| | | //alert(x.GetXml()); |
| | | KXMLDOMElement ele = x.documentElement(); |
| | | KXMLDOMNodeList nlist = ele.selectNodes(L"*"); |
| | | int s = nlist.length(); |
| | | if (s > 0) |
| | | { |
| | | for (int i = 0; i < s; i++) |
| | | { |
| | | KXMLDOMElement e = nlist.item(i); |
| | | xstring name = e.getAttribute(L"caption"); |
| | | int nItem = lv_view.InsertItemEx( 0, name, 14, e); |
| | | |
| | | lv_view.SetItemText( nItem, 1, e.getAttribute(L"Creator")); |
| | | lv_view.SetItemText( nItem, 2, e.getAttribute(L"CreateDate")); |
| | | |
| | | } |
| | | } |
| | | } |
| | | return 1; |
| | | } |
| | | |
| | | int onload() |
| | | { |
| | | //dw_list = GetControl(L"xxx"); |
| | | //dw_list.openUrl(L"xxx"); |
| | | lv_view = GetControl(L"lv_view"); |
| | | |
| | | columnCount = 0; |
| | | SetListViewHeaderColumn(L""); |
| | | |
| | | AttachEvent(L"lv_view", L"NM_DBLCLK", (FEvent)&HelpDocWin::OnListViewDoubleClicked); |
| | | |
| | | Retrieve(); |
| | | |
| | | return 1; |
| | | } |
| | | |
| | | int onloaded() |
| | | { |
| | | SetAgent(); |
| | | |
| | | return 1; |
| | | } |
| | | }; |
¶Ô±ÈÐÂÎļþ |
| | |
| | | #include <wobject/xstring.hpp> |
| | | #include <xcontrol/xtreeview.hpp> |
| | | #include <xcontrol/xdwgrid.hpp> |
| | | #include <xcontrol/xlayersheet.hpp> |
| | | #include <xcontrol/xcell.hpp> |
| | | #include <xcontrol/xlistview.hpp> |
| | | |
| | | #include "vbusiness/vframe/maint.vframe.vbusiness.hpp" |
| | | #include "viewobject/view.base.hpp" |
| | | |
| | | using xml = KXMLDOMDocument; |
| | | class __declspec(dllexport) DocFileSaveDlg : public xframe |
| | | { |
| | | public: |
| | | DocFileSaveDlg(void* implPtr, HWND hWnd) :xframe(implPtr, hWnd) {} |
| | | public: |
| | | static DocFileSaveDlg* CreateInstance(void* implPtr, void* hWnd) |
| | | { |
| | | return new DocFileSaveDlg(implPtr, (HWND)hWnd); |
| | | } |
| | | |
| | | |
| | | xlistview lv_view; |
| | | xnode m_agentNode; //Agent Condition |
| | | int columnCount; |
| | | |
| | | //ç¦ç¹æ¿æ´»å¤ç彿° |
| | | int OnSetFocus(TEvent* evt, LPARAM param) |
| | | { |
| | | //é置工å
·æ¡ |
| | | return 1; |
| | | } |
| | | |
| | | |
| | | //å½ä»¤åå¸å½æ° |
| | | int OnCmdDispatch(string comdid) |
| | | { |
| | | if (comdid == L"xmOk") |
| | | { |
| | | string filename = xcontrol(GetControl(L"filename")).GetText(); |
| | | if (filename == L"") return 1; |
| | | xaserverarg arg = GetArg(); |
| | | if (!arg) return 1; |
| | | arg.AddArg(L"result", L"ok"); |
| | | arg.AddArg(L"filename", filename); |
| | | CloseWindow(); |
| | | return 1; |
| | | } |
| | | else if (comdid == L"xmCancel") |
| | | { |
| | | CloseWindow(); |
| | | return 1; |
| | | } |
| | | return 0; |
| | | } |
| | | |
| | | //å½ä»¤å¤çäºä»¶ |
| | | int OnXCommand(TEvent* evt, int param) |
| | | { |
| | | return OnCmdDispatch(evt->xcommand.pStrID); |
| | | } |
| | | |
| | | int OnAttachEvent() |
| | | { |
| | | //ç»å®å·¥å
·æ¡ç¹å»äºä»¶ |
| | | AttachEvent(L"WM_XCOMMAND", (FEvent)& DocFileSaveDlg::OnXCommand); |
| | | //è·åç¦ç¹äºä»¶ï¼ç¨äºé置工å
·æ¡ |
| | | AttachEvent(L"WM_SETFOCUS", (FEvent)&DocFileSaveDlg::OnSetFocus); |
| | | |
| | | return 1; |
| | | } |
| | | |
| | | |
| | | int SetListViewHeaderColumn(string Url) |
| | | { |
| | | const int LVCFMT_LEFT = 0; |
| | | for (int i = 0; i < 3; i++) lv_view.DeleteColumn( 1); |
| | | lv_view.InsertColumn( 0, L"å建人å", LVCFMT_LEFT, 80, 0); |
| | | lv_view.InsertColumn( 0, L"åå»ºæ¥æ", LVCFMT_LEFT, 80, 0); |
| | | lv_view.InsertColumn( 0, L"åç§°", 0, 120, 0); |
| | | columnCount = 3; |
| | | return 1; |
| | | } |
| | | |
| | | int Retrieve(string src) |
| | | { |
| | | xml x = ViewObject::RetrieveData(L"/sale/data/TDocument3/folder/list", L"src", src); |
| | | if (x) |
| | | { |
| | | KXMLDOMNodeList nlist = x.documentElement().selectNodes(L"*"); |
| | | int s = nlist.length(); |
| | | if (s > 0) |
| | | { |
| | | for (int i = 0; i < s; i++) |
| | | { |
| | | KXMLDOMElement e = nlist.item(i); |
| | | string name = e.getAttribute(L"caption"); |
| | | int nItem = lv_view.InsertItemEx(0, name, 23, e); |
| | | |
| | | lv_view.SetItemText(nItem, 1, e.getAttribute(L"Creator")); |
| | | lv_view.SetItemText(nItem, 2, e.getAttribute(L"CreateDate")); |
| | | } |
| | | } |
| | | } |
| | | return 1; |
| | | } |
| | | |
| | | int onload() |
| | | { |
| | | SetArg(); |
| | | lv_view = GetControl(L"lv_view"); |
| | | //lv_list.SetdwStyle0); |
| | | |
| | | columnCount = 0; |
| | | SetListViewHeaderColumn(L""); |
| | | OnAttachEvent(); |
| | | |
| | | if (GetWinParam()) |
| | | { |
| | | xaserverarg arg = GetArg(); |
| | | string src = arg.GetArgString(L"src"); |
| | | Retrieve(src); |
| | | } |
| | | |
| | | return 1; |
| | | } |
| | | |
| | | int onloaded() |
| | | { |
| | | //SetAgent(); |
| | | |
| | | return 1; |
| | | } |
| | | }; |
¶Ô±ÈÐÂÎļþ |
| | |
| | | #include <wobject/xstring.hpp> |
| | | #include <xcontrol/xtreeview.hpp> |
| | | #include <xcontrol/xdwgrid.hpp> |
| | | #include <xcontrol/xlayersheet.hpp> |
| | | #include <xcontrol/xcell.hpp> |
| | | #include <xcontrol/xlistview.hpp> |
| | | |
| | | #include "vbusiness/vframe/maint.vframe.vbusiness.hpp" |
| | | #include "viewobject/view.base.hpp" |
| | | |
| | | using xml = KXMLDOMDocument; |
| | | class __declspec(dllexport) HelpDocWin : public xframe |
| | | { |
| | | public: |
| | | HelpDocWin(void* implPtr, HWND hWnd) :xframe(implPtr, hWnd) {} |
| | | public: |
| | | static HelpDocWin* CreateInstance(void* implPtr, void* hWnd) |
| | | { |
| | | return new HelpDocWin(implPtr, (HWND)hWnd); |
| | | } |
| | | |
| | | public: |
| | | //xdwgrid dw_list; |
| | | xlistview lv_view; |
| | | xnode m_agentNode; //Agent Condition |
| | | int columnCount; |
| | | |
| | | int SetAgent() |
| | | { |
| | | xstring xfNodeAgentArea = L"agentarea"; |
| | | xnode anode = GetAgentNode(xfNodeAgentArea); |
| | | if (m_agentNode) |
| | | { |
| | | SetAgentNode(anode, m_agentNode); |
| | | } |
| | | else |
| | | { |
| | | KXMLDOMElement xframeElement = GetElement(); |
| | | KXMLDOMElement agent = xframeElement.selectSingleNode(L"agent/" + xfNodeAgentArea + L"[1]/*"); |
| | | if (agent) |
| | | { |
| | | xstring s = agent.xml(); |
| | | m_agentNode = SetAgentNode(anode, s); |
| | | } |
| | | } |
| | | return 1; |
| | | } |
| | | |
| | | //ç¦ç¹æ¿æ´»å¤ç彿° |
| | | int OnSetFocus(TEvent* evt,LPARAM param) |
| | | { |
| | | //é置工å
·æ¡ |
| | | SetAgent(); |
| | | return 1; |
| | | } |
| | | |
| | | int OnListViewDoubleClicked(TEvent* evt,LPARAM param) |
| | | { |
| | | //é置工å
·æ¡ |
| | | //SetAgent(); |
| | | OnDocumentOpen(); |
| | | CloseWindow(); |
| | | return 1; |
| | | } |
| | | |
| | | int OnDocumentOpen() |
| | | { |
| | | int LVNI_ALL = 0x0000; |
| | | int LVNI_FOCUSED = 0x0001; |
| | | int LVNI_SELECTED = 0x0002; |
| | | int LVNI_CUT = 0x0004; |
| | | int LVNI_DROPHILITED = 0x0008; |
| | | |
| | | int nItem = lv_view.GetNextItem( -1, LVNI_FOCUSED); |
| | | if (nItem < 0) return 1; |
| | | |
| | | int LVIF_PARAM = 0x0004; |
| | | |
| | | lvitem lvItem; |
| | | lvItem.iItem = nItem; |
| | | lvItem.iSubItem = 0; |
| | | lvItem.mask = LVIF_PARAM; |
| | | |
| | | lv_view.GetItem( lvItem); |
| | | KXMLDOMElement ele = lvItem.lParam; |
| | | |
| | | xstring src = ele.getAttribute(L"url"); |
| | | xstring file = L""; |
| | | if (src.find(L"/file/") > 0) file = src.mid(src.find(L"/file/") + 6, 9999); |
| | | if (file.find(L"/file/") >= 0) file = file.mid(file.find(L"/file/") + 6, 9999); |
| | | if (file.find(L"file/") >= 0) file = file.mid(file.find(L"file/") + 5, 9999); |
| | | if (file == L"") return 1; |
| | | //alert(file); |
| | | xstring name = ele.getAttribute(L"caption"); |
| | | /* |
| | | const xstring d = m_Html.GetData(p.object); |
| | | if(d == L"") return -1; |
| | | xstring file = d.mid(0, d.find(L"|##@@|",0)); |
| | | xstring name = d.mid(d.find(L"|##@@|",0)+6, d.length()); |
| | | */ |
| | | |
| | | xaserver::CreateDirectory(L"C:/Temp"); |
| | | xstring str = file.left(2); |
| | | xstring ext = L""; |
| | | if (name.find(L".") >= 0) ext = name.mid(name.find(L"."), name.length()); |
| | | xstring sfile = file;// file.left(file.length() - 4); |
| | | //trace(L"--"+ext +L" " + L"/business/attachment/"+str+L"/"+ file); |
| | | //int openRet = xaserver::DownLoadFile(GetServerUrl(),L"/business/attachment/"+str+L"/"+ file,name,L"C:/Temp/"+name); |
| | | int openRet = xaserver::DownLoadFile(GetServerUrl(), L"/business/attachment/" + str + L"/" + file + L".jpg", L"", L"C:/Temp/" + sfile + ext); |
| | | |
| | | //alert(L"/business/attachment/"+str+L"/"+ file+L".jpg"); |
| | | if (openRet < 0) |
| | | { |
| | | alert(L"æä»¶æå¼å¤±è´¥1ï¼"); |
| | | return -1; |
| | | } |
| | | //openRet = win32::ShellExecute(0,L"open",L"C:/Temp/"+name,L"",L"",5); |
| | | openRet = ShellExecuteW(0, L"open", L"C:/Temp/" + sfile + ext, L"", L"", 5); |
| | | if (openRet < 32) |
| | | { |
| | | alert(L"æä»¶æå¼å¤±è´¥2ï¼"); |
| | | return -1; |
| | | } |
| | | |
| | | return -1; |
| | | } |
| | | |
| | | |
| | | //å½ä»¤åå¸å½æ° |
| | | int OnCmdDispatch(xstring comdid) |
| | | { |
| | | return 0; |
| | | } |
| | | |
| | | //å½ä»¤å¤çäºä»¶ |
| | | int OnXCommand(TEvent* evt, int param) |
| | | { |
| | | return OnCmdDispatch(evt->xcommand.pStrID); |
| | | } |
| | | |
| | | int OnAttachEvent() |
| | | { |
| | | //ç»å®å·¥å
·æ¡ç¹å»äºä»¶ |
| | | AttachEvent(L"WM_XCOMMAND", (FEvent)&HelpDocWin::OnXCommand); |
| | | //è·åç¦ç¹äºä»¶ï¼ç¨äºé置工å
·æ¡ |
| | | AttachEvent(L"WM_SETFOCUS", (FEvent)&HelpDocWin::OnSetFocus); |
| | | return 1; |
| | | } |
| | | |
| | | /* |
| | | int OnRetrieve() |
| | | { |
| | | xml x = new xml; |
| | | x.setNativePointer(xml::CreateInstance()); |
| | | xaserverarg arg = new xaserverarg; |
| | | arg.setNativePointer(arg.CreateInstance()); |
| | | arg.AddArg(L"xxx",L"xxx"); |
| | | if (getUrl(L"",arg.GetString(),x)!=1) |
| | | { |
| | | trace(x.GetXmlDoc().text); |
| | | return -1; |
| | | }else |
| | | { |
| | | //dw_list.Retrieve(x); |
| | | //dw_list.Redraw(); |
| | | } |
| | | return 1; |
| | | } |
| | | */ |
| | | |
| | | int SetListViewHeaderColumn(xstring Url) |
| | | { |
| | | const int LVCFMT_LEFT = 0; |
| | | for (int i = 0; i < 3; i++) lv_view.DeleteColumn( 1); |
| | | //if(Url==L"") |
| | | //{ |
| | | lv_view.InsertColumn( 0, L"åå»ºæ¥æ", LVCFMT_LEFT, 80, 0); |
| | | lv_view.InsertColumn( 0, L"å建人å", LVCFMT_LEFT, 80, 0); |
| | | lv_view.InsertColumn( 0, L"åç§°", 0, 180, 0); |
| | | columnCount = 3; |
| | | //} |
| | | return 1; |
| | | } |
| | | |
| | | int Retrieve() |
| | | { |
| | | xstring src = L"object/knowledge"; |
| | | //xstring src=L"data/SettleExchange"; |
| | | xml x = ViewObject::RetrieveData(L"/sale/data/TDocument3/FolderListHelp"); |
| | | if (x) |
| | | { |
| | | //alert(x.GetXml()); |
| | | KXMLDOMElement ele = x.documentElement(); |
| | | KXMLDOMNodeList nlist = ele.selectNodes(L"*"); |
| | | int s = nlist.length(); |
| | | if (s > 0) |
| | | { |
| | | for (int i = 0; i < s; i++) |
| | | { |
| | | KXMLDOMElement e = nlist.item(i); |
| | | xstring name = e.getAttribute(L"caption"); |
| | | int nItem = lv_view.InsertItemEx( 0, name, 14, e); |
| | | |
| | | lv_view.SetItemText( nItem, 1, e.getAttribute(L"Creator")); |
| | | lv_view.SetItemText( nItem, 2, e.getAttribute(L"CreateDate")); |
| | | |
| | | } |
| | | } |
| | | } |
| | | return 1; |
| | | } |
| | | |
| | | int onload() |
| | | { |
| | | //dw_list = GetControl(L"xxx"); |
| | | //dw_list.openUrl(L"xxx"); |
| | | lv_view = GetControl(L"lv_view"); |
| | | |
| | | columnCount = 0; |
| | | SetListViewHeaderColumn(L""); |
| | | |
| | | AttachEvent(L"lv_view", L"NM_DBLCLK", (FEvent)&HelpDocWin::OnListViewDoubleClicked); |
| | | |
| | | Retrieve(); |
| | | |
| | | return 1; |
| | | } |
| | | |
| | | int onloaded() |
| | | { |
| | | SetAgent(); |
| | | |
| | | return 1; |
| | | } |
| | | }; |
¶Ô±ÈÐÂÎļþ |
| | |
| | | #include <wobject/xstring.hpp> |
| | | #include <xcontrol/xtreeview.hpp> |
| | | #include <xcontrol/xdwgrid.hpp> |
| | | #include <xcontrol/xlayersheet.hpp> |
| | | #include <xcontrol/xcell.hpp> |
| | | #include <xcontrol/xlistview.hpp> |
| | | |
| | | #include "vbusiness/vframe/maint.vframe.vbusiness.hpp" |
| | | #include "viewobject/view.base.hpp" |
| | | |
| | | using xml = KXMLDOMDocument; |
| | | class __declspec(dllexport) TDocumentWin : public xframe |
| | | { |
| | | public: |
| | | TDocumentWin(void* implPtr, HWND hWnd) :xframe(implPtr, hWnd) {} |
| | | public: |
| | | static TDocumentWin* CreateInstance(void* implPtr, void* hWnd) |
| | | { |
| | | return new TDocumentWin(implPtr, (HWND)hWnd); |
| | | } |
| | | |
| | | public: |
| | | //xdwgrid dw_list; |
| | | xtreeview tv_folder; |
| | | xlistview lv_view; |
| | | xnode m_agentNode; //Agent Condition |
| | | int columnCount; |
| | | |
| | | int SetAgent() |
| | | { |
| | | xstring xfNodeAgentArea = L"agentarea"; |
| | | xnode anode = GetAgentNode(xfNodeAgentArea); |
| | | if (m_agentNode) |
| | | { |
| | | SetAgentNode(anode, m_agentNode); |
| | | } |
| | | else |
| | | { |
| | | KXMLDOMElement xframeElement = GetElement(); |
| | | KXMLDOMElement agent = xframeElement.selectSingleNode(L"agent/" + xfNodeAgentArea + L"[1]/*"); |
| | | if (agent) |
| | | { |
| | | xstring s = agent.xml(); |
| | | m_agentNode = SetAgentNode(anode, s); |
| | | } |
| | | } |
| | | return 1; |
| | | } |
| | | |
| | | //ç¦ç¹æ¿æ´»å¤ç彿° |
| | | int OnSetFocus(TEvent* evt, LPARAM param) |
| | | { |
| | | //é置工å
·æ¡ |
| | | SetAgent(); |
| | | return 1; |
| | | } |
| | | |
| | | int OnListViewDoubleClicked(TEvent* evt,LPARAM param) |
| | | { |
| | | //é置工å
·æ¡ |
| | | //SetAgent(); |
| | | return OnDocumentOpen(); |
| | | } |
| | | |
| | | int OnDocumentOpen() |
| | | { |
| | | int LVNI_ALL = 0x0000; |
| | | int LVNI_FOCUSED = 0x0001; |
| | | int LVNI_SELECTED = 0x0002; |
| | | int LVNI_CUT = 0x0004; |
| | | int LVNI_DROPHILITED = 0x0008; |
| | | |
| | | int nItem = lv_view.GetNextItem(-1, LVNI_FOCUSED); |
| | | if (nItem < 0) return 1; |
| | | |
| | | int LVIF_PARAM = 0x0004; |
| | | |
| | | lvitem lvItem; |
| | | lvItem.iItem = nItem; |
| | | lvItem.iSubItem = 0; |
| | | lvItem.mask = LVIF_PARAM; |
| | | |
| | | lv_view.GetItem( lvItem); |
| | | KXMLDOMElement ele =lvItem.lParam; |
| | | |
| | | xstring src = ele.getAttribute(L"url"); |
| | | xstring file = L""; |
| | | if (src.find(L"/file/") > 0) file = src.mid(src.find(L"/file/") + 6, 9999); |
| | | if (file.find(L"/file/") >= 0) file = file.mid(file.find(L"/file/") + 6, 9999); |
| | | if (file.find(L"file/") >= 0) file = file.mid(file.find(L"file/") + 5, 9999); |
| | | if (file == L"") return 1; |
| | | //alert(file); |
| | | xstring name = ele.getAttribute(L"caption"); |
| | | /* |
| | | const xstring d = m_Html.GetData(p.object); |
| | | if(d == L"") return -1; |
| | | xstring file = d.mid(0, d.find(L"|##@@|",0)); |
| | | xstring name = d.mid(d.find(L"|##@@|",0)+6, d.length()); |
| | | */ |
| | | |
| | | xaserver::CreateDirectory(L"C:/Temp"); |
| | | xstring str = file.left(2); |
| | | xstring ext = L""; |
| | | if (name.find(L".") >= 0) ext = name.mid(name.find(L"."), name.length()); |
| | | xstring sfile = file;// file.left(file.length() - 4); |
| | | //trace(L"--"+ext +L" " + L"/business/attachment/"+str+L"/"+ file); |
| | | //int openRet = xaserver::DownLoadFile(GetServerUrl(),L"/business/attachment/"+str+L"/"+ file,name,L"C:/Temp/"+name); |
| | | int openRet = xaserver::DownLoadFile(GetServerUrl(), L"/business/attachment/" + str + L"/" + file + L".jpg", L"", L"C:/Temp/" + sfile + ext); |
| | | |
| | | //alert(L"/business/attachment/"+str+L"/"+ file+L".jpg"); |
| | | if (openRet < 0) |
| | | { |
| | | alert(L"æä»¶æå¼å¤±è´¥1ï¼"); |
| | | return -1; |
| | | } |
| | | //openRet =ShellExecute(0,L"open",L"C:/Temp/"+name,L"",L"",5); |
| | | openRet =ShellExecuteW(0, L"open", L"C:/Temp/" + sfile + ext, L"", L"", 5); |
| | | if (openRet < 32) |
| | | { |
| | | alert(L"æä»¶æå¼å¤±è´¥2ï¼"); |
| | | return -1; |
| | | } |
| | | |
| | | return -1; |
| | | } |
| | | |
| | | int OnAddAttachment() |
| | | { |
| | | xstring sguid = publiccode::GetGuid(); |
| | | xstring sname = sguid; |
| | | xstring str = sname.mid(0, 2); |
| | | str = str.toUpper(); |
| | | xstring suri = L"attachment" + str; |
| | | xstring ret = xaserver::UploadFile(suri, sname + L".jpg", GetHWND(), L"", false); |
| | | if (ret == L"-1") |
| | | { |
| | | alert(L"ä¸ä¼ çæä»¶æ²¡éæ©!"); |
| | | return 0; |
| | | } |
| | | else |
| | | { |
| | | while (ret.find(L"\\", 0) >= 0) |
| | | ret = ret.mid(ret.find(L"\\", 0) + 1, 9999); |
| | | |
| | | HTREEITEM h = tv_folder.GetSelectedItem(); |
| | | KXMLDOMElement ele = tv_folder.GetItemData(h); |
| | | xstring myurl = ele.getAttribute(L"url"); |
| | | //alert(myurl); |
| | | |
| | | xml x ; |
| | | xaserverarg args; |
| | | args.setNativePointer(args.CreateInstance()); |
| | | args.AddArg(L"myurl", myurl); |
| | | args.AddArg(L"name", ret); |
| | | args.AddArg(L"filepath", sname); |
| | | args.AddArg(L"fileext", L""); |
| | | args.AddArg(L"filesource", ret); |
| | | |
| | | xml x1 = ViewObject::RetrieveData(L"/sale/data/TDocument3/attachment/GetFileFormat", L"Name", ret); |
| | | KXMLDOMNodeList items = x1.selectNodes(L"data/Item"); |
| | | KXMLDOMNode t = items.item(0); |
| | | xstring FileFormat = L""; |
| | | if (t.selectSingleNode(L"FileFormat"))FileFormat = t.selectSingleNode(L"FileFormat").text(); |
| | | if (FileFormat != L"pdf" && FileFormat != L"PDF" && FileFormat != L"mp4" && FileFormat != L"avi" && FileFormat != L"wmv" && FileFormat != L"mpg" |
| | | && FileFormat != L"mpeg" && FileFormat != L"mov" && FileFormat != L"rm" && FileFormat != L"ram" && FileFormat != L"swf" && FileFormat != L"flv") |
| | | { |
| | | alert(L"æä»¶æ ¼å¼é误ï¼è¯·ä¸ä¼ PDFææ¡£æè
è§é¢ï¼"); |
| | | return 0; |
| | | } |
| | | |
| | | if (xurl::get(L"/sale/data/TDocument3/attachment/add", args.GetString(), x) != 1) |
| | | { |
| | | alert(L"ä¿ååºéäº!"); |
| | | return 0; |
| | | } |
| | | else |
| | | { |
| | | alert(x.text()); |
| | | //OnRetrieve(); |
| | | } |
| | | } |
| | | return 0; |
| | | } |
| | | |
| | | int OnDeleteFile() |
| | | { |
| | | int LVNI_ALL = 0x0000; |
| | | int LVNI_FOCUSED = 0x0001; |
| | | int LVNI_SELECTED = 0x0002; |
| | | int LVNI_CUT = 0x0004; |
| | | int LVNI_DROPHILITED = 0x0008; |
| | | |
| | | int nItem = lv_view.GetNextItem( -1, LVNI_FOCUSED); |
| | | if (nItem < 0) return 1; |
| | | |
| | | int LVIF_PARAM = 0x0004; |
| | | |
| | | lvitem lvItem; |
| | | lvItem.iItem = nItem; |
| | | lvItem.iSubItem = 0; |
| | | lvItem.mask = LVIF_PARAM; |
| | | |
| | | lv_view.GetItem( lvItem); |
| | | KXMLDOMElement ele =lvItem.lParam; |
| | | |
| | | xstring src = ele.getAttribute(L"url"); |
| | | xstring file = L""; |
| | | if (src.find(L"/file/") > 0) file = src.mid(src.find(L"/file/") + 6, 9999); |
| | | if (file.find(L"/file/") >= 0) file = file.mid(file.find(L"/file/") + 6, 9999); |
| | | if (file.find(L"file/") >= 0) file = file.mid(file.find(L"file/") + 5, 9999); |
| | | if (file == L"") return 1; |
| | | |
| | | xstring name = ele.getAttribute(L"caption"); |
| | | if (MessageBox(GetHWND(), L"ç¡®å®è¦å 餿件" + name + L"ï¼", L"æç¤º", 1) == 2) |
| | | return 0; |
| | | |
| | | xaserverarg arg; |
| | | arg.AddArg(L"filepath", file); |
| | | xml x; |
| | | if (xurl::get(L"/sale/data/TDocument3/file/delete", arg.GetString(), x) != 1) |
| | | { |
| | | alert(L"å é¤åºéäº!"); |
| | | return 1; |
| | | } |
| | | else |
| | | { |
| | | //alert(x.text); |
| | | lv_view.DeleteItem(nItem); |
| | | } |
| | | |
| | | return 1; |
| | | } |
| | | |
| | | //å½ä»¤åå¸å½æ° |
| | | int OnCmdDispatch(xstring comdid) |
| | | { |
| | | xstring userno = publiccode::GetUser().no; |
| | | HTREEITEM h = tv_folder.GetSelectedItem(); |
| | | KXMLDOMElement ele = tv_folder.GetItemData(h); |
| | | xstring caption = ele.getAttribute(L"caption"); |
| | | |
| | | if (comdid == L"xmUpload") |
| | | { |
| | | |
| | | /* if(caption ==L"éè´é¨" || caption ==L"è·åé¨" || caption ==L"ä¸å¡é¨" ||caption ==L"å
¬å¸å
񄧮" ) |
| | | { |
| | | |
| | | if(userno ==L"admin" || userno ==L"00301" || userno ==L"00601" || userno ==L"00701" ) |
| | | { |
| | | OnAddAttachment(); |
| | | } |
| | | }*/ |
| | | /* if(caption ==L"ä¸å¡é¨ä¼ç§æ¡ä¾" || caption ==L"éè´é¨ä¼ç§æ¡ä¾" ) |
| | | {*/ |
| | | |
| | | if (userno == L"admin" || userno == L"00301" || userno == L"00601" || userno == L"00701" || userno == L"00102" || userno == L"00201") |
| | | { |
| | | OnAddAttachment(); |
| | | } |
| | | //} |
| | | return 1; |
| | | } |
| | | if (comdid == L"xmOpen") |
| | | { |
| | | return OnDocumentOpen(); |
| | | } |
| | | if (comdid == L"xmDelete") |
| | | { |
| | | /*if(caption ==L"éè´é¨" || caption ==L"è·åé¨" || caption ==L"å¤éé¨" ||caption ==L"å
¬å¸å
񄧮" ) |
| | | { |
| | | |
| | | if(userno ==L"admin" || userno ==L"00301" || userno ==L"00601" || userno ==L"00701" ) |
| | | { |
| | | OnDeleteFile(); |
| | | } |
| | | } |
| | | if(caption ==L"ä¸å¡é¨ä¼ç§æ¡ä¾" || caption ==L"éè´é¨ä¼ç§æ¡ä¾" ) |
| | | {*/ |
| | | |
| | | |
| | | if (userno == L"admin" || userno == L"00301" || userno == L"00601" || userno == L"00701" || userno == L"00102" || userno == L"00201") |
| | | { |
| | | OnDeleteFile(); |
| | | } |
| | | //} |
| | | return 1; |
| | | } |
| | | if (comdid == L"xmSearch") |
| | | { |
| | | OnRetrieve(); |
| | | return 1; |
| | | } |
| | | |
| | | return 0; |
| | | } |
| | | |
| | | int OnRetrieve() |
| | | { |
| | | xstring urlEx = L""; |
| | | xcontrol xc = GetControl(L"frame:sle_search"); |
| | | xstring Search = xc.GetText(); |
| | | HTREEITEM h = tv_folder.GetSelectedItem(); |
| | | KXMLDOMElement ele = tv_folder.GetItemData(h); |
| | | urlEx = ele.getAttribute(L"url"); |
| | | |
| | | trace(Search + L"******" + urlEx); |
| | | if (urlEx == L"") |
| | | { |
| | | alert(L"éæ©æä»¶ç®å½ï¼"); |
| | | return 1; |
| | | } |
| | | else |
| | | { |
| | | xaserverarg arg ; |
| | | arg.AddArg(L"url", urlEx); |
| | | arg.AddArg(L"Search", Search); |
| | | OpenWindow(L"dev:xpage[trade.helpEx.vx]", arg); |
| | | return 1; |
| | | } |
| | | |
| | | return 1; |
| | | } |
| | | |
| | | //å½ä»¤å¤çäºä»¶ |
| | | int OnXCommand(TEvent* evt, LPARAM param) |
| | | { |
| | | return OnCmdDispatch(evt->xcommand.pStrID); |
| | | } |
| | | |
| | | int OnAttachEvent() |
| | | { |
| | | //ç»å®å·¥å
·æ¡ç¹å»äºä»¶ |
| | | AttachEvent(L"WM_XCOMMAND", (FEvent)&TDocumentWin::OnXCommand); |
| | | //è·åç¦ç¹äºä»¶ï¼ç¨äºé置工å
·æ¡ |
| | | AttachEvent(L"WM_SETFOCUS", (FEvent) & TDocumentWin::OnSetFocus); |
| | | |
| | | return 1; |
| | | } |
| | | |
| | | int createSubTree(HTREEITEM h, KXMLDOMElement ele) |
| | | { |
| | | KXMLDOMNodeList nlist = ele.selectNodes(L"folder"); |
| | | int i; |
| | | int s = nlist.length(); |
| | | if (s > 0) |
| | | { |
| | | for (i = 0; i < s; i++) |
| | | { |
| | | KXMLDOMElement e = nlist.item(i); |
| | | xstring name = e.getAttribute(L"caption"); |
| | | HTREEITEM hw = tv_folder.InsertChildItem(h, name, e, 15); |
| | | createSubTree(hw, e); |
| | | } |
| | | } |
| | | return 1; |
| | | } |
| | | |
| | | int OnCreateTree() |
| | | { |
| | | xml x; |
| | | if (xurl::get(L"/sale/data/TDocument3/folder/root", L"", x) != 1) |
| | | { |
| | | return -1; |
| | | } |
| | | else |
| | | { |
| | | KXMLDOMNodeList nlist = x.selectNodes(L"folders/folder"); |
| | | int len = nlist.length(); |
| | | |
| | | if (len > 0) |
| | | { |
| | | int i; |
| | | for (i = 0; i < len; i++) |
| | | { |
| | | KXMLDOMElement e = nlist.item(i); |
| | | xstring name = e.getAttribute(L"caption"); |
| | | HTREEITEM h =tv_folder.InsertChildItem( 0, name, e, 17); |
| | | createSubTree(h, e); |
| | | if (len == 1) tv_folder.ExpandItem(h); |
| | | } |
| | | tv_folder.ExpandItem(0); |
| | | } |
| | | } |
| | | return 1; |
| | | } |
| | | |
| | | //æ éæ© |
| | | int OnTreeSelChanged(TEvent* evt, int p) |
| | | { |
| | | xstring name; |
| | | lv_view.DeleteItemAll(); |
| | | |
| | | HTREEITEM h = tv_folder.GetSelectedItem(); |
| | | KXMLDOMElement ele = tv_folder.GetItemData(h); |
| | | KXMLDOMNodeList nlist = ele.selectNodes(L"folder"); |
| | | |
| | | int i; |
| | | int s = nlist.length(); |
| | | if (s > 0) |
| | | { |
| | | for (i = 0; i < s; i++) |
| | | { |
| | | KXMLDOMElement e = nlist.item(i); |
| | | name = e.getAttribute(L"caption"); |
| | | lv_view.InsertItemEx(0, name, 0, e); |
| | | } |
| | | } |
| | | |
| | | xstring src = ele.getAttribute(L"url"); |
| | | trace(L"\r\n" + src); |
| | | xml x = ViewObject::RetrieveData(L"/sale/data/TDocument3/folder/list", L"src", src); |
| | | if (x) |
| | | { |
| | | //alert(x.GetXml()); |
| | | nlist = x.documentElement().selectNodes(L"*"); |
| | | s = nlist.length(); |
| | | if (s > 0) |
| | | { |
| | | for (i = 0; i < s; i++) |
| | | { |
| | | KXMLDOMElement e = nlist.item(i); |
| | | name = e.getAttribute(L"caption"); |
| | | int nItem = lv_view.InsertItemEx( 0, name, 23, e); |
| | | |
| | | lv_view.SetItemText( nItem, 1, e.getAttribute(L"Creator")); |
| | | lv_view.SetItemText( nItem, 2, e.getAttribute(L"CreateDate")); |
| | | } |
| | | } |
| | | } |
| | | lv_view.Redraw(); |
| | | |
| | | return 1; |
| | | } |
| | | |
| | | int SetListViewHeaderColumn(xstring Url) |
| | | { |
| | | const int LVCFMT_LEFT = 0; |
| | | for (int i = 0; i < 3; i++) lv_view.DeleteColumn( 1); |
| | | //if(Url==L"") |
| | | //{ |
| | | lv_view.InsertColumn(0, L"åå»ºæ¥æ", LVCFMT_LEFT, 80, 0); |
| | | lv_view.InsertColumn(0, L"å建人å", LVCFMT_LEFT, 80, 0); |
| | | lv_view.InsertColumn(0, L"åç§°", 0, 180, 0); |
| | | columnCount = 3; |
| | | //} |
| | | return 1; |
| | | } |
| | | |
| | | /* |
| | | int OnRetrieve() |
| | | { |
| | | xml x = new xml; |
| | | x.setNativePointer(xml::CreateInstance()); |
| | | xaserverarg arg = new xaserverarg; |
| | | arg.setNativePointer(arg.CreateInstance()); |
| | | arg.AddArg(L"xxx",L"xxx"); |
| | | if (getUrl(L"",arg.GetString(),x)!=1) |
| | | { |
| | | trace(x.text); |
| | | return -1; |
| | | }else |
| | | { |
| | | //dw_list.Retrieve(x); |
| | | //dw_list.Redraw(); |
| | | } |
| | | return 1; |
| | | } |
| | | */ |
| | | |
| | | int onload() |
| | | { |
| | | tv_folder = GetControl(L"tv_folder"); |
| | | lv_view = GetControl(L"lv_view"); |
| | | |
| | | columnCount = 0; |
| | | SetListViewHeaderColumn(L""); |
| | | |
| | | AttachEvent(L"tv_folder", L"TVN_SELCHANGED", (FEvent)&TDocumentWin::OnTreeSelChanged); |
| | | AttachEvent(L"lv_view", L"NM_DBLCLK", (FEvent)&TDocumentWin::OnListViewDoubleClicked); |
| | | |
| | | OnCreateTree(); |
| | | OnAttachEvent(); |
| | | |
| | | tv_folder.ExpandItem(tv_folder.GetRootItem()); |
| | | return 1; |
| | | } |
| | | |
| | | int onloaded() |
| | | { |
| | | SetAgent(); |
| | | |
| | | return 1; |
| | | } |
| | | }; |
| | |
| | | KXMLDOMElement(void* impl) :KXMLDOMNode(impl) {} |
| | | KXMLDOMElement() :KXMLDOMNode() {} |
| | | public: |
| | | KXMLDOMElement(LPARAM p) :KXMLDOMNode((void*)p) {} |
| | | KXMLDOMElement(LPARAM p) :KXMLDOMNode((void*)p) { |
| | | AddRef(); |
| | | } |
| | | }; |
| | | |
| | | class KXMLDOMDocument : public KXMLDOMNode |
¶Ô±ÈÐÂÎļþ |
| | |
| | | #pragma once |
| | | |
| | | #include "wobject/xcontrol.hpp" |
| | | #include "win32/win.hpp" |
| | | |
| | | struct SYSTEMTIME |
| | | { |
| | | short wYear; |
| | | short wMonth; |
| | | short wDayOfWeek; //ææï¼0=æææ¥ï¼1=ææä¸ |
| | | short wDay; |
| | | short wHour; |
| | | short wMinute; |
| | | short wSecond; |
| | | short wMilliseconds; //æ¯«ç§ |
| | | }; |
| | | |
| | | class xdatetimepick: public xcontrol |
| | | { |
| | | public: |
| | | xdatetimepick() :xcontrol(nullptr) {} |
| | | xdatetimepick(void* implptr) :xcontrol(implptr) {} |
| | | |
| | | int SetDatetime(int wYear, int wMonth, int wDay) |
| | | { |
| | | SYSTEMTIME fdate; |
| | | fdate.wYear = wYear; |
| | | fdate.wMonth = wMonth; |
| | | fdate.wDay = wDay; |
| | | //fdate.wDayOfWeek=0; |
| | | //fdate.wHour=0; |
| | | //fdate.wMinute=0; |
| | | //fdate.wSecond=0; |
| | | //fdate.wMilliseconds=0; |
| | | |
| | | int GDT_VALID = 0x0; |
| | | int DTM_FIRST = 0x1000; |
| | | int DTM_SETSYSTEMTIME = DTM_FIRST + 2; |
| | | int WM_KILLFOCUS = 0x0008; |
| | | int WM_SETFOCUS = 0x0007; |
| | | SendMessage(GetHWND(), DTM_SETSYSTEMTIME, GDT_VALID, (LPARAM) & fdate); |
| | | return 1; |
| | | } |
| | | |
| | | int IsChecked() |
| | | { |
| | | int GDT_VALID = 0x0; |
| | | int GDT_NONE = 0x1; |
| | | |
| | | int DTM_FIRST = 0x1000; |
| | | int DTM_GETSYSTEMTIME = DTM_FIRST + 1; |
| | | |
| | | SYSTEMTIME fdate; |
| | | int ret = SendMessage(GetHWND(), 0x1001, 0, (LPARAM)&fdate); |
| | | if (ret == GDT_NONE) return 0; |
| | | return 1; |
| | | } |
| | | }; |
| | |
| | | return InsertItem(GetHWND(),xIndex, label, pictureindex); |
| | | } |
| | | |
| | | int InsertItemEx(int xIndex, string label, int pictureindex , KXMLDOMElement data )//only the label and picture index need to be specified |
| | | { |
| | | return InsertItemEx(GetHWND(), xIndex, label, pictureindex, data.ptr()); |
| | | } |
| | | |
| | | int InsertItemEx(int xIndex, string label, int pictureindex = 0,LPARAM data=0)//only the label and picture index need to be specified |
| | | { |
| | | return InsertItemEx(GetHWND(), xIndex, label, pictureindex , data); |