From 4115401dddcee617a659d162c25c7f2c57515f19 Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期五, 05 七月 2024 18:45:01 +0800
Subject: [PATCH] update listview

---
 jrj/xframe/xcontrol/xlistview.hpp                           |    4 ++--
 jrj/project/business/SO/maint.Document.SO3.v3.cpp           |    5 +++--
 jrj/project/business/Supplier/maint.Document.SupplierEx.cpp |    0 
 jrj/project/business/PO/maint.Document.PO.v3 .cpp           |    0 
 jrj/project/business/Supplier/maint.Document.SupplierSD.cpp |    0 
 jrj/project/business/GDN/GDNDelay.cpp                       |    0 
 jrj/project/business/Supplier/maint.Document.Supplier.cpp   |    0 
 jrj/ext-jrj/ext-jrj.vcxproj                                 |    6 +++---
 8 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/jrj/ext-jrj/ext-jrj.vcxproj b/jrj/ext-jrj/ext-jrj.vcxproj
index 8aaaf1a..ba7c9d7 100644
--- a/jrj/ext-jrj/ext-jrj.vcxproj
+++ b/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>
diff --git a/jrj/project/business/GDN/GDNDelay.cpp b/jrj/project/business/GDN/GDNDelay.cpp
index da7debf..b49b1e6 100644
--- a/jrj/project/business/GDN/GDNDelay.cpp
+++ b/jrj/project/business/GDN/GDNDelay.cpp
Binary files differ
diff --git a/jrj/project/business/PO/maint.Document.PO.v3 .cpp b/jrj/project/business/PO/maint.Document.PO.v3 .cpp
index b075f07..6a8484a 100644
--- a/jrj/project/business/PO/maint.Document.PO.v3 .cpp
+++ b/jrj/project/business/PO/maint.Document.PO.v3 .cpp
Binary files differ
diff --git a/jrj/project/business/SO/maint.Document.SO3.v3.cpp b/jrj/project/business/SO/maint.Document.SO3.v3.cpp
index 0d72cd0..60421ba 100644
--- a/jrj/project/business/SO/maint.Document.SO3.v3.cpp
+++ b/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;
diff --git a/jrj/project/business/Supplier/maint.Document.Supplier.cpp b/jrj/project/business/Supplier/maint.Document.Supplier.cpp
index a384429..7e87992 100644
--- a/jrj/project/business/Supplier/maint.Document.Supplier.cpp
+++ b/jrj/project/business/Supplier/maint.Document.Supplier.cpp
Binary files differ
diff --git a/jrj/project/business/Supplier/maint.Document.SupplierEx.cpp b/jrj/project/business/Supplier/maint.Document.SupplierEx.cpp
index f191087..56ab930 100644
--- a/jrj/project/business/Supplier/maint.Document.SupplierEx.cpp
+++ b/jrj/project/business/Supplier/maint.Document.SupplierEx.cpp
Binary files differ
diff --git a/jrj/project/business/Supplier/maint.Document.SupplierSD.cpp b/jrj/project/business/Supplier/maint.Document.SupplierSD.cpp
index bb8f9cc..48480f0 100644
--- a/jrj/project/business/Supplier/maint.Document.SupplierSD.cpp
+++ b/jrj/project/business/Supplier/maint.Document.SupplierSD.cpp
Binary files differ
diff --git a/jrj/xframe/xcontrol/xlistview.hpp b/jrj/xframe/xcontrol/xlistview.hpp
index 4ea4050..bd01730 100644
--- a/jrj/xframe/xcontrol/xlistview.hpp
+++ b/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);
 	}

--
Gitblit v1.9.3