xj qian
2024-09-16 e5d246e3def64dc03761bbc5e330bdf260739145
update
已添加8个文件
已修改4个文件
104 ■■■■ 文件已修改
jrj/ext-jrj/JAlloc.cpp 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/ext-jrj/JAlloc.hpp 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/ext-jrj/JLang.cpp 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/ext-jrj/JLang.hpp 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/ext-jrj/JPlatform.cpp 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/ext-jrj/JPlatform.hpp 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/ext-jrj/JScript.cpp 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/ext-jrj/JScript.hpp 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/ext-jrj/ext-jrj.vcxproj 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/ext-jrj/ext-jrj.vcxproj.filters 66 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/xframe/vbusiness/vframe/listwin.vframe.vbusiness.hpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/xframe/vbusiness/vframe/maint.vframe.vbusiness.hpp 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/ext-jrj/JAlloc.cpp
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1 @@
#include "JAlloc.hpp"
jrj/ext-jrj/JAlloc.hpp
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,5 @@
#pragma once
class JAlloc
{
};
jrj/ext-jrj/JLang.cpp
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1 @@
#include "JLang.hpp"
jrj/ext-jrj/JLang.hpp
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,5 @@
#pragma once
class JLang
{
};
jrj/ext-jrj/JPlatform.cpp
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1 @@
#include "JPlatform.hpp"
jrj/ext-jrj/JPlatform.hpp
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,5 @@
#pragma once
class JPlatform
{
};
jrj/ext-jrj/JScript.cpp
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1 @@
#include "JScript.hpp"
jrj/ext-jrj/JScript.hpp
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,5 @@
#pragma once
class JScript
{
};
jrj/ext-jrj/ext-jrj.vcxproj
@@ -266,10 +266,14 @@
    <ClInclude Include="..\xframe\xcontrol\xshtml.hpp" />
    <ClInclude Include="..\xframe\xcontrol\xtreeview.hpp" />
    <ClInclude Include="framework.h" />
    <ClInclude Include="JAlloc.hpp" />
    <ClInclude Include="JFactory.hpp" />
    <ClInclude Include="JFactoryStringImpl.h" />
    <ClInclude Include="JItemAlloc.hpp" />
    <ClInclude Include="JLang.hpp" />
    <ClInclude Include="JPlatform.hpp" />
    <ClInclude Include="JPtr.hpp" />
    <ClInclude Include="JScript.hpp" />
    <ClInclude Include="pch.h" />
  </ItemGroup>
  <ItemGroup>
@@ -1131,9 +1135,13 @@
    <ClCompile Include="..\xframe\src\nstring.cpp" />
    <ClCompile Include="..\xframe\src\xstring.cpp" />
    <ClCompile Include="dllmain.cpp" />
    <ClCompile Include="JAlloc.cpp" />
    <ClCompile Include="JFactoryStringImpl.cpp" />
    <ClCompile Include="JItemAlloc.cpp" />
    <ClCompile Include="JLang.cpp" />
    <ClCompile Include="JPlatform.cpp" />
    <ClCompile Include="JPtr.cpp" />
    <ClCompile Include="JScript.cpp" />
    <ClCompile Include="pch.cpp">
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
jrj/ext-jrj/ext-jrj.vcxproj.filters
@@ -444,6 +444,18 @@
    <ClInclude Include="JPtr.hpp">
      <Filter>头文件</Filter>
    </ClInclude>
    <ClInclude Include="JAlloc.hpp">
      <Filter>头文件</Filter>
    </ClInclude>
    <ClInclude Include="JPlatform.hpp">
      <Filter>头文件</Filter>
    </ClInclude>
    <ClInclude Include="JLang.hpp">
      <Filter>头文件</Filter>
    </ClInclude>
    <ClInclude Include="JScript.hpp">
      <Filter>头文件</Filter>
    </ClInclude>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="dllmain.cpp">
@@ -1349,27 +1361,6 @@
    <ClCompile Include="..\jarch.impl\JStringImpl.cpp">
      <Filter>源文件</Filter>
    </ClCompile>
    <ClCompile Include="..\project\business\Expense\CommodityInspectionExpense.cpp">
      <Filter>源文件</Filter>
    </ClCompile>
    <ClCompile Include="..\project\business\Expense\InsuranceExpense.cpp">
      <Filter>源文件</Filter>
    </ClCompile>
    <ClCompile Include="..\project\business\Expense\InsuranceExpenseBase.cpp">
      <Filter>源文件</Filter>
    </ClCompile>
    <ClCompile Include="..\project\business\Expense\InsuranceExpenseEx.cpp">
      <Filter>源文件</Filter>
    </ClCompile>
    <ClCompile Include="..\project\business\Expense\maint.Document.MouldFeeBase.cpp">
      <Filter>源文件</Filter>
    </ClCompile>
    <ClCompile Include="..\project\business\Expense\MouldFeeBase.cpp">
      <Filter>源文件</Filter>
    </ClCompile>
    <ClCompile Include="..\project\business\Expense\MouldFeeEx.cpp">
      <Filter>源文件</Filter>
    </ClCompile>
    <ClCompile Include="JFactoryStringImpl.cpp">
      <Filter>源文件</Filter>
    </ClCompile>
@@ -1382,6 +1373,39 @@
    <ClCompile Include="..\project\business\PO\BigPictureView.Product3.cpp">
      <Filter>project\business\PO</Filter>
    </ClCompile>
    <ClCompile Include="..\project\business\Expense\InsuranceExpense.cpp">
      <Filter>project\business\Expense</Filter>
    </ClCompile>
    <ClCompile Include="..\project\business\Expense\InsuranceExpenseBase.cpp">
      <Filter>project\business\Expense</Filter>
    </ClCompile>
    <ClCompile Include="..\project\business\Expense\InsuranceExpenseEx.cpp">
      <Filter>project\business\Expense</Filter>
    </ClCompile>
    <ClCompile Include="..\project\business\Expense\maint.Document.MouldFeeBase.cpp">
      <Filter>project\business\Expense</Filter>
    </ClCompile>
    <ClCompile Include="..\project\business\Expense\MouldFeeEx.cpp">
      <Filter>project\business\Expense</Filter>
    </ClCompile>
    <ClCompile Include="..\project\business\Expense\MouldFeeBase.cpp">
      <Filter>project\business\Expense</Filter>
    </ClCompile>
    <ClCompile Include="..\project\business\Expense\CommodityInspectionExpense.cpp">
      <Filter>project\business\Expense</Filter>
    </ClCompile>
    <ClCompile Include="JAlloc.cpp">
      <Filter>源文件</Filter>
    </ClCompile>
    <ClCompile Include="JPlatform.cpp">
      <Filter>源文件</Filter>
    </ClCompile>
    <ClCompile Include="JLang.cpp">
      <Filter>源文件</Filter>
    </ClCompile>
    <ClCompile Include="JScript.cpp">
      <Filter>源文件</Filter>
    </ClCompile>
  </ItemGroup>
  <ItemGroup>
    <None Include="ext-jrj.def">
jrj/xframe/vbusiness/vframe/listwin.vframe.vbusiness.hpp
@@ -41,7 +41,7 @@
        return L"";
    }
    string GetEntityIDName(/*param*/LPARAM  pr)
    xstring GetEntityIDName(/*param*/LPARAM  pr)
    {
        if (m_configDoc)
        {
jrj/xframe/vbusiness/vframe/maint.vframe.vbusiness.hpp
@@ -55,12 +55,12 @@
            return L"";
    }
    virtual string GetEntityRowData(LPARAM  pr)
    virtual xstring GetEntityRowData(LPARAM  pr)
    {
        return GetEntityData(pr);
    }
    virtual string GetEntityData(int /*param*/ pr)
    virtual xstring GetEntityData(LPARAM pr)
    {
        //trace(L"zzz");
        return L"";