| | |
| | | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> |
| | | </ClCompile> |
| | | <ClCompile Include="..\project\business\Public\UserGroupShareEx.cpp"> |
| | | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> |
| | | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> |
| | | </ClCompile> |
| | | <ClCompile Include="..\project\business\quote.enquiry.cpp"> |
| | | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> |
| | |
| | | <ClInclude Include="..\xframe\xcontrol\xlistview.hpp"> |
| | | <Filter>头文件</Filter> |
| | | </ClInclude> |
| | | <ClInclude Include="..\xframe\kobject\koffice.hpp"> |
| | | <Filter>头文件</Filter> |
| | | </ClInclude> |
| | | <ClInclude Include="..\xframe\xcontrol\xoffice.hpp"> |
| | | <Filter>头文件</Filter> |
| | | </ClInclude> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <ClCompile Include="dllmain.cpp"> |
| | |
| | | <ClCompile Include="..\project\business\Public\UserGroupShareEx.cpp"> |
| | | <Filter>project\business\Public</Filter> |
| | | </ClCompile> |
| | | <ClCompile Include="..\project\analysis\DataVanalysisWin.cpp"> |
| | | <Filter>源文件</Filter> |
| | | </ClCompile> |
| | | <ClCompile Include="..\project\total3\ViewTotalWin.cpp"> |
| | | <Filter>源文件</Filter> |
| | | </ClCompile> |
| | | </ItemGroup> |
| | | </Project> |
| | |
| | | xaserverarg arg = GetArg(); |
| | | arg.AddArg(L"process", L"ok"); |
| | | |
| | | xml x = xml::Make(); |
| | | xml x; |
| | | dw_list.DwUpdateAllToEx(x); |
| | | arg.AddArg(L"result", x.xml()); |
| | | x.Free(); |
| | | |
| | | CloseWindow(); |
| | | return 1; |
| | | } |
| | |
| | | return getKWin()->AttachEvent((LPTSTR)msg,*(Hxsoft::XFrame::FEvent*)&fnEvt,this); |
| | | } |
| | | |
| | | kcontrol* GetControl(const wchar_t* ctrlname) |
| | | kcontrol* xcontrol(const wchar_t* ctrlname) |
| | | { |
| | | return getKWin()->GetControl(ctrlname); |
| | | } |