From 2ae36e271599ea723348132dd7c8a7e139162d18 Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期一, 01 七月 2024 13:16:02 +0800 Subject: [PATCH] update print preview --- jrj/ext-jrj/ext-jrj.vcxproj | 54 +++++++++++++++++++++++++++++++++++++++--------------- 1 files changed, 39 insertions(+), 15 deletions(-) diff --git a/jrj/ext-jrj/ext-jrj.vcxproj b/jrj/ext-jrj/ext-jrj.vcxproj index ae7ae59..c0aabfc 100644 --- a/jrj/ext-jrj/ext-jrj.vcxproj +++ b/jrj/ext-jrj/ext-jrj.vcxproj @@ -116,7 +116,7 @@ <ClCompile> <WarningLevel>Level3</WarningLevel> <SDLCheck>true</SDLCheck> - <PreprocessorDefinitions>_DEBUG;EXTJRJ_EXPORTS;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>_DEBUG;EXTJRJ_EXPORTS;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;_XWIN;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ConformanceMode>true</ConformanceMode> <PrecompiledHeader>NotUsing</PrecompiledHeader> <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> @@ -126,7 +126,7 @@ <SubSystem>Windows</SubSystem> <GenerateDebugInformation>true</GenerateDebugInformation> <EnableUAC>false</EnableUAC> - <AdditionalDependencies>xarch.shape.lib;xarch.base.lib;xarch.util.lib;xarch.network.lib;xarch.xframe.lib;xarch.xcontrol.lib;xoffice.xcell.lib;xoffice.xgrid.lib;xoffice.xreport.lib;shlwapi.lib;xoffice.xflow.lib;%(AdditionalDependencies);$(CoreLibraryDependencies)</AdditionalDependencies> + <AdditionalDependencies>xarch.shape.lib;xarch.base.lib;xarch.util.lib;xarch.network.lib;xarch.xframe.lib;xarch.xcontrol.lib;xoffice.xcell.lib;xoffice.xgrid.lib;xoffice.xreport.lib;shlwapi.lib;xoffice.xflow.lib;comsuppw.lib;%(AdditionalDependencies);$(CoreLibraryDependencies)</AdditionalDependencies> <AdditionalLibraryDirectories>D:\xclient64</AdditionalLibraryDirectories> </Link> <PostBuildEvent> @@ -179,7 +179,9 @@ <ClInclude Include="..\xframe\kobject\kdwpages.hpp" /> <ClInclude Include="..\xframe\kobject\kdwtable.hpp" /> <ClInclude Include="..\xframe\kobject\kdwview.hpp" /> + <ClInclude Include="..\xframe\kobject\kexcel.hpp" /> <ClInclude Include="..\xframe\kobject\kflowchart.hpp" /> + <ClInclude Include="..\xframe\kobject\khtml.hpp" /> <ClInclude Include="..\xframe\kobject\klayersheet.hpp" /> <ClInclude Include="..\xframe\kobject\knode.hpp" /> <ClInclude Include="..\xframe\kobject\kpage.hpp" /> @@ -224,7 +226,9 @@ <ClInclude Include="..\xframe\xcontrol\xdwgrid.hpp" /> <ClInclude Include="..\xframe\xcontrol\xdwpages.hpp" /> <ClInclude Include="..\xframe\xcontrol\xdwtable.hpp" /> + <ClInclude Include="..\xframe\xcontrol\xexcel.hpp" /> <ClInclude Include="..\xframe\xcontrol\xflowchart.hpp" /> + <ClInclude Include="..\xframe\xcontrol\xhtml.hpp" /> <ClInclude Include="..\xframe\xcontrol\xlayersheet.hpp" /> <ClInclude Include="..\xframe\xcontrol\xreport.hpp" /> <ClInclude Include="..\xframe\xcontrol\xshtml.hpp" /> @@ -333,27 +337,47 @@ <ClCompile Include="..\project\business\Supplier3.list.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> - <ClCompile Include="..\project\business\Supplier\asklist.Owner.Supplier.cpp" /> - <ClCompile Include="..\project\business\Supplier\Inspection.Supplie.cpp" /> - <ClCompile Include="..\project\business\Supplier\list.Owner.Supplier.cpp" /> - <ClCompile Include="..\project\business\Supplier\maint.Document.Supplier.cpp" /> - <ClCompile Include="..\project\business\Supplier\maint.Document.SupplierEx.cpp" /> - <ClCompile Include="..\project\business\Supplier\maint.Document.SupplierSD.cpp" /> - <ClCompile Include="..\project\business\Supplier\maint.Owner.Supplier.cpp" /> - <ClCompile Include="..\project\business\Supplier\maintex.Owner.Supplier.cpp" /> - <ClCompile Include="..\project\business\Supplier\paymen.Supplie.cpp" /> - <ClCompile Include="..\project\business\Supplier\SupplierSource.cpp" /> + <ClCompile Include="..\project\business\Supplier\asklist.Owner.Supplier.cpp"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> + </ClCompile> + <ClCompile Include="..\project\business\Supplier\Inspection.Supplie.cpp"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> + </ClCompile> + <ClCompile Include="..\project\business\Supplier\list.Owner.Supplier.cpp"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> + </ClCompile> + <ClCompile Include="..\project\business\Supplier\maint.Document.Supplier.cpp"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> + </ClCompile> + <ClCompile Include="..\project\business\Supplier\maint.Document.SupplierEx.cpp"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> + </ClCompile> + <ClCompile Include="..\project\business\Supplier\maint.Document.SupplierSD.cpp"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> + </ClCompile> + <ClCompile Include="..\project\business\Supplier\maint.Owner.Supplier.cpp"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> + </ClCompile> + <ClCompile Include="..\project\business\Supplier\maintex.Owner.Supplier.cpp"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> + </ClCompile> + <ClCompile Include="..\project\business\Supplier\paymen.Supplie.cpp"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> + </ClCompile> + <ClCompile Include="..\project\business\Supplier\SupplierSource.cpp"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> + </ClCompile> <ClCompile Include="..\project\printview\Maint.Template.PrintEx.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> - <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\project\printview\Template.Print.Dialog.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> - <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\project\printview\Template.Print.ViewEx.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> - <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\project\start.vframe.vbusiness.cpp" /> <ClCompile Include="..\project\viewobject\view.base.hpp" /> -- Gitblit v1.9.3