| CB_IMGPSScan.dproj | ●●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程 | |
| CB_IMGPSScan.ocx | 修補檔 | 檢視 | 原始 | 究查 | 歷程 | |
| CB_IMGPSScan.res | 修補檔 | 檢視 | 原始 | 究查 | 歷程 | |
| CB_IMGPSScanImp.dcu | 修補檔 | 檢視 | 原始 | 究查 | 歷程 | |
| CB_IMGPSScanImp.pas | ●●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程 |
CB_IMGPSScan.dproj
@@ -95,7 +95,7 @@ <VersionInfo Name="MajorVer">2</VersionInfo> <VersionInfo Name="MinorVer">0</VersionInfo> <VersionInfo Name="Release">1</VersionInfo> <VersionInfo Name="Build">39</VersionInfo> <VersionInfo Name="Build">40</VersionInfo> <VersionInfo Name="Debug">False</VersionInfo> <VersionInfo Name="PreRelease">False</VersionInfo> <VersionInfo Name="Special">False</VersionInfo> @@ -107,7 +107,7 @@ <VersionInfoKeys> <VersionInfoKeys Name="CompanyName"/> <VersionInfoKeys Name="FileDescription"/> <VersionInfoKeys Name="FileVersion">2.0.1.39</VersionInfoKeys> <VersionInfoKeys Name="FileVersion">2.0.1.40</VersionInfoKeys> <VersionInfoKeys Name="InternalName"/> <VersionInfoKeys Name="LegalCopyright"/> <VersionInfoKeys Name="LegalTrademarks"/> CB_IMGPSScan.ocxBinary files differ
CB_IMGPSScan.resBinary files differ
CB_IMGPSScanImp.dcuBinary files differ
CB_IMGPSScanImp.pas
@@ -5594,13 +5594,13 @@ ST1,ST2,ST3:TStringList; begin Result := False; Result := False; //ShowMessage(DocNo); for i := ContextList.Count - 1 downto 0 do begin FName := ContextList.Strings[i]; If DocNo = FormCode2DocNo(FileName2FormCode(FName)) then If (DocNo = FormCode2DocNo(FileName2FormCode(FName))) or (DocNo=AttName) then begin if not ISExistImg(Path+'\'+FName) then begin @@ -5612,6 +5612,11 @@ end; ContextList.SaveToFile(Path+'\Context.dat'); ContextList.LoadFromFile(Path+'\Context.dat'); if ContextList.Count=0 then begin _DelTree(Path); end; end; @@ -7297,6 +7302,7 @@ ST1.LoadFromFile(ImageSavePath+NowCaseno+'\EditedDocDir.dat'); for n := 0 to ST1.Count - 1 do begin if ST1.Strings[n]=AttName then Continue; //ShowMessage(ST1.Strings[n]+','+BoolToStr(DocNoIs_In_WH(DocNoDir2DocNo(ST1.Strings[n])),true)); if not DocNoIs_In_WH(DocNoDir2DocNo(ST1.Strings[n])) then begin