LiFan
2024-07-08 951f0d76ed2d8702963b4b1a233a5a5b4b69b502
update
已修改4个文件
20 ■■■■ 文件已修改
jrj/ext-jrj/ext-jrj.vcxproj 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/ext-jrj/ext-jrj.vcxproj.filters 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Public/UserGroupShareEx.cpp 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/xframe/wobject/xwin.hpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/ext-jrj/ext-jrj.vcxproj
@@ -422,7 +422,7 @@
      <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>
jrj/ext-jrj/ext-jrj.vcxproj.filters
@@ -330,6 +330,12 @@
    <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">
@@ -638,5 +644,11 @@
    <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>
jrj/project/business/Public/UserGroupShareEx.cpp
@@ -52,10 +52,10 @@
            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;
        }
jrj/xframe/wobject/xwin.hpp
@@ -67,7 +67,7 @@
        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);
    }