From cb3379dce8ded03b7bd6a28b8c3c6bbf8247c90b Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期四, 12 九月 2024 10:38:10 +0800 Subject: [PATCH] update --- jrj/ext-jrj/JItemAlloc.cpp | 1 + jrj/project/start.vframe.vbusiness.cpp | 2 +- jrj/ext-jrj/JItemAlloc.hpp | 7 +++++++ jrj/ext-jrj/ext-jrj.vcxproj | 4 +++- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/jrj/ext-jrj/JItemAlloc.cpp b/jrj/ext-jrj/JItemAlloc.cpp new file mode 100644 index 0000000..3afa487 --- /dev/null +++ b/jrj/ext-jrj/JItemAlloc.cpp @@ -0,0 +1 @@ +#include "JItemAlloc.hpp" diff --git a/jrj/ext-jrj/JItemAlloc.hpp b/jrj/ext-jrj/JItemAlloc.hpp new file mode 100644 index 0000000..b7e6d3d --- /dev/null +++ b/jrj/ext-jrj/JItemAlloc.hpp @@ -0,0 +1,7 @@ +#pragma once +#include "jobject.hpp" +class JItemAlloc : + public JObject +{ +}; + diff --git a/jrj/ext-jrj/ext-jrj.vcxproj b/jrj/ext-jrj/ext-jrj.vcxproj index 8a8b177..c268cac 100644 --- a/jrj/ext-jrj/ext-jrj.vcxproj +++ b/jrj/ext-jrj/ext-jrj.vcxproj @@ -268,6 +268,7 @@ <ClInclude Include="framework.h" /> <ClInclude Include="JFactory.hpp" /> <ClInclude Include="JFactoryStringImpl.h" /> + <ClInclude Include="JItemAlloc.hpp" /> <ClInclude Include="JPtr.hpp" /> <ClInclude Include="pch.h" /> </ItemGroup> @@ -503,7 +504,7 @@ </ClCompile> <ClCompile Include="..\project\business\Enquiry\Entity.Product.Select.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> - <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\project\business\Enquiry\PriceList.PurcharItemSelect.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> @@ -1127,6 +1128,7 @@ <ClCompile Include="..\xframe\src\xstring.cpp" /> <ClCompile Include="dllmain.cpp" /> <ClCompile Include="JFactoryStringImpl.cpp" /> + <ClCompile Include="JItemAlloc.cpp" /> <ClCompile Include="JPtr.cpp" /> <ClCompile Include="pch.cpp"> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> diff --git a/jrj/project/start.vframe.vbusiness.cpp b/jrj/project/start.vframe.vbusiness.cpp index 23b27dd..3f2c1eb 100644 --- a/jrj/project/start.vframe.vbusiness.cpp +++ b/jrj/project/start.vframe.vbusiness.cpp @@ -956,7 +956,7 @@ { //alert(L"xxxxxxxxxxx"); //SetAgent(); - AttachEvent(L"WM_SETFOCUS", (FEvent)&startvframevbusiness::OnSetFocus); + //AttachEvent(L"WM_SETFOCUS", (FEvent)&startvframevbusiness::OnSetFocus); //绑定工具条点击事件 AttachEvent(L"WM_XCOMMAND", (FEvent)&startvframevbusiness::OnXCommand); //AttachEvent(L"WM_TIMER",OnTimer); -- Gitblit v1.9.3