From 9ac9cc9e9cd91b97d35a6e28400df71630765e40 Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期三, 21 八月 2024 14:35:51 +0800 Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/mis-prj --- jrj/project/total3/ViewTotalArgWin.cpp | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/jrj/project/total3/ViewTotalArgWin.cpp b/jrj/project/total3/ViewTotalArgWin.cpp index a590612..72c5917 100644 --- a/jrj/project/total3/ViewTotalArgWin.cpp +++ b/jrj/project/total3/ViewTotalArgWin.cpp @@ -24,7 +24,7 @@ } /*int SetAgent() { - string xfNodeAgentArea = L"agentarea"; + xstring xfNodeAgentArea = L"agentarea"; xnode anode = GetAgentNode(xfNodeAgentArea); if(m_agentNode) { @@ -36,13 +36,13 @@ msxml::IXMLDOMElement agent = xframeElement.selectSingleNode(L"agent/"+xfNodeAgentArea+L"[1]/*"); if(agent) { - string s = agent.xml; + xstring s = agent.xml; m_agentNode = SetAgentNodeContent (anode,s); } } return 1; }*/ - + //焦点激活处理函数 int OnSetFocus(TEvent * evt, int param) { @@ -52,7 +52,7 @@ } //命令发布函数 - int OnCmdDispatch(string comdid) + int OnCmdDispatch(xstring comdid) { if (comdid == L"xmOk") { @@ -99,7 +99,7 @@ if (GetWinParam()) { arg = GetArg(); - string dw = arg.GetArgString(L"argurl"); + xstring dw = arg.GetArgString(L"argurl"); dw_arg.openUrl(dw); dw_arg.SetColHeaderHeight(0); @@ -107,7 +107,7 @@ dw_arg.SetHScrollState(false); dw_arg.SetVScrollState(false); - string d = arg.GetArgString(L"arg"); + xstring d = arg.GetArgString(L"arg"); if (d != L"") { xml x ; -- Gitblit v1.9.3