xj qian
2024-07-05 4115401dddcee617a659d162c25c7f2c57515f19
update listview
已修改8个文件
15 ■■■■ 文件已修改
jrj/ext-jrj/ext-jrj.vcxproj 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/GDN/GDNDelay.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/PO/maint.Document.PO.v3 .cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/SO/maint.Document.SO3.v3.cpp 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Supplier/maint.Document.Supplier.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Supplier/maint.Document.SupplierEx.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Supplier/maint.Document.SupplierSD.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/xframe/xcontrol/xlistview.hpp 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/ext-jrj/ext-jrj.vcxproj
@@ -350,7 +350,7 @@
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
    </ClCompile>
    <ClCompile Include="..\project\business\PO\maint.Document.PO.v3 .cpp">
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
    </ClCompile>
    <ClCompile Include="..\project\business\PO\Maint.PaperCard.PO.cpp">
@@ -442,8 +442,8 @@
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
    </ClCompile>
    <ClCompile Include="..\project\business\SO\maint.Document.SO3.v3.cpp">
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
    </ClCompile>
    <ClCompile Include="..\project\business\SO\paymentterm.base.maint.so.cpp">
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
jrj/project/business/GDN/GDNDelay.cpp
Binary files differ
jrj/project/business/PO/maint.Document.PO.v3 .cpp
Binary files differ
jrj/project/business/SO/maint.Document.SO3.v3.cpp
@@ -146,7 +146,7 @@
                alert(L"文件打开失败1!");
                return -1;
            }
            //openRet = win32::ShellExecute(0,L"open",L"C:/Temp/"+name,L"",L"",5);
            //openRet = ShellExecuteW(0,L"open",L"C:/Temp/"+name,L"",L"",5);
            openRet = ShellExecuteW(0, L"open", L"C:/Temp/" + sfile + ext, L"", L"", 5);
            if (openRet < 32)
            {
@@ -214,6 +214,7 @@
            }
            return 0;
        }
#if 0
        int OnDocumentOpen()
        {
            int  LVNI_ALL = 0x0000;
@@ -264,7 +265,7 @@
            return -1;
        }
#endif
        int OnDeleteFile()
        {
            int  LVNI_ALL = 0x0000;
jrj/project/business/Supplier/maint.Document.Supplier.cpp
Binary files differ
jrj/project/business/Supplier/maint.Document.SupplierEx.cpp
Binary files differ
jrj/project/business/Supplier/maint.Document.SupplierSD.cpp
Binary files differ
jrj/xframe/xcontrol/xlistview.hpp
@@ -552,7 +552,7 @@
        return SetImageList(GetHWND(), iImageList, himl);
    }
    int InsertColumn(int nCol, string label, int nFormat, int nWidth, int nSubItem)//增加列,加入列头
    int InsertColumn(int nCol, string label, int nFormat, int nWidth, int nSubItem=0)//增加列,加入列头
    {
        return InsertColumn(GetHWND(), nCol, label, nFormat, nWidth, nSubItem);
    }
@@ -562,7 +562,7 @@
        return InsertItem(GetHWND(),xIndex, label, pictureindex);
    }
    int InsertItemEx(int xIndex, string label, int pictureindex = 0,LPARAM data)//only the label and picture index need to be specified
    int InsertItemEx(int xIndex, string label, int pictureindex = 0,LPARAM data=0)//only the label and picture index need to be specified
    {
        return InsertItemEx(GetHWND(), xIndex, label,  pictureindex , data);
    }