Browse Source

* 正式发布:317.2368 SHA-1: b3e378c0e24236b86f997c4d0291134c3d4baf16 2019-07-23 12:54:06

builder 5 years ago
parent
commit
7be7fc98ba

+ 12 - 1
Dprs/Debug/Measure_Cloud_Debug.dpr

@@ -247,7 +247,18 @@ uses
   DealPayFinalDm in '..\..\DataModules\DealPayFinalDm.pas' {DealPayFinalData: TDataModule},
   rmWuJiuZqzfGatherDm in '..\..\DataModules\ReportMemoryDm\rmWuJiuZqzfGatherDm.pas' {rmWuJiuZqzfGatherData: TDataModule},
   uGetMacAddr in '..\..\Units\uGetMacAddr.pas',
-  AttachmentInfoDm in '..\..\DataModules\AttachmentInfoDm.pas' {AttachmentInfoData: TDataModule};
+  AttachmentInfoDm in '..\..\DataModules\AttachmentInfoDm.pas' {AttachmentInfoData: TDataModule},
+  stgGclGatherControl in '..\..\SubTenderGatherGcl\stgGclGatherControl.pas',
+  stgGatherGclCacheData in '..\..\SubTenderGatherGcl\stgGatherGclCacheData.pas',
+  stgGclGatherDm in '..\..\SubTenderGatherGcl\stgGclGatherDm.pas' {stgGclGatherData: TDataModule},
+  stgGclResultFrm in '..\..\SubTenderGatherGcl\stgGclResultFrm.pas' {stgGclResultForm},
+  stgGclSubGatherFile in '..\..\SubTenderGatherGcl\stgGclSubGatherFile.pas',
+  stgGclSubGatherFileDm in '..\..\SubTenderGatherGcl\stgGclSubGatherFileDm.pas' {stgGclSubGatherData: TDataModule},
+  stgGclImportHint in '..\..\SubTenderGatherGcl\stgGclImportHint.pas',
+  stgGclTables in '..\..\SubTenderGatherGcl\stgGclTables.pas',
+  stgGclImportHintFrm in '..\..\SubTenderGatherGcl\stgGclImportHintFrm.pas' {stgGclImportHintForm},
+  stgGclGather in '..\..\SubTenderGatherGcl\stgGclGather.pas',
+  stgGclSelectFileFrm in '..\..\SubTenderGatherGcl\stgGclSelectFileFrm.pas' {stgGclSelectFileForm};
 
 {$R *.res}
 

+ 12 - 1
Dprs/Debug/Measure_Debug.dpr

@@ -242,7 +242,18 @@ uses
   rmWuJiuZqzfGatherDm in '..\..\DataModules\ReportMemoryDm\rmWuJiuZqzfGatherDm.pas' {rmWuJiuZqzfGatherData: TDataModule},
   DealPayFinalDm in '..\..\DataModules\DealPayFinalDm.pas' {DealPayFinalData: TDataModule},
   uGetMacAddr in '..\..\Units\uGetMacAddr.pas',
-  AttachmentInfoDm in '..\..\DataModules\AttachmentInfoDm.pas' {AttachmentInfoData: TDataModule};
+  AttachmentInfoDm in '..\..\DataModules\AttachmentInfoDm.pas' {AttachmentInfoData: TDataModule},
+  stgGclGatherControl in '..\..\SubTenderGatherGcl\stgGclGatherControl.pas',
+  stgGatherGclCacheData in '..\..\SubTenderGatherGcl\stgGatherGclCacheData.pas',
+  stgGclGatherDm in '..\..\SubTenderGatherGcl\stgGclGatherDm.pas' {stgGclGatherData: TDataModule},
+  stgGclResultFrm in '..\..\SubTenderGatherGcl\stgGclResultFrm.pas' {stgGclResultForm},
+  stgGclSubGatherFile in '..\..\SubTenderGatherGcl\stgGclSubGatherFile.pas',
+  stgGclSubGatherFileDm in '..\..\SubTenderGatherGcl\stgGclSubGatherFileDm.pas' {stgGclSubGatherData: TDataModule},
+  stgGclImportHint in '..\..\SubTenderGatherGcl\stgGclImportHint.pas',
+  stgGclTables in '..\..\SubTenderGatherGcl\stgGclTables.pas',
+  stgGclImportHintFrm in '..\..\SubTenderGatherGcl\stgGclImportHintFrm.pas' {stgGclImportHintForm},
+  stgGclGather in '..\..\SubTenderGatherGcl\stgGclGather.pas',
+  stgGclSelectFileFrm in '..\..\SubTenderGatherGcl\stgGclSelectFileFrm.pas' {stgGclSelectFileForm};
 
 {$R *.res}
 

+ 2 - 2
Dprs/PWFree/Measure_Cloud.dof

@@ -115,7 +115,7 @@ AutoIncBuild=1
 MajorVer=3
 MinorVer=1
 Release=7
-Build=2369
+Build=2370
 Debug=0
 PreRelease=0
 Special=0
@@ -126,7 +126,7 @@ CodePage=936
 [Version Info Keys]
 CompanyName=珠海纵横创新软件有限公司
 FileDescription=纵横结算决算计量一体化云版
-FileVersion=3.1.7.2369
+FileVersion=3.1.7.2370
 InternalName=
 LegalCopyright=版权所有(C)珠海纵横创新软件有限公司2003-2016
 LegalTrademarks=Measure

+ 12 - 1
Dprs/PWFree/Measure_Cloud.dpr

@@ -247,7 +247,18 @@ uses
   BillsPosTree in '..\..\Units\BillsPosTree.pas',
   AttachmentInfoDm in '..\..\DataModules\AttachmentInfoDm.pas' {AttachmentInfoData: TDataModule},
   DealPayFinalDm in '..\..\DataModules\DealPayFinalDm.pas' {DealPayFinalData: TDataModule},
-  rmWuJiuZqzfGatherDm in '..\..\DataModules\ReportMemoryDm\rmWuJiuZqzfGatherDm.pas' {rmWuJiuZqzfGatherData: TDataModule};
+  rmWuJiuZqzfGatherDm in '..\..\DataModules\ReportMemoryDm\rmWuJiuZqzfGatherDm.pas' {rmWuJiuZqzfGatherData: TDataModule},
+  stgGclGatherControl in '..\..\SubTenderGatherGcl\stgGclGatherControl.pas',
+  stgGatherGclCacheData in '..\..\SubTenderGatherGcl\stgGatherGclCacheData.pas',
+  stgGclGatherDm in '..\..\SubTenderGatherGcl\stgGclGatherDm.pas' {stgGclGatherData: TDataModule},
+  stgGclResultFrm in '..\..\SubTenderGatherGcl\stgGclResultFrm.pas' {stgGclResultForm},
+  stgGclSubGatherFile in '..\..\SubTenderGatherGcl\stgGclSubGatherFile.pas',
+  stgGclSubGatherFileDm in '..\..\SubTenderGatherGcl\stgGclSubGatherFileDm.pas' {stgGclSubGatherData: TDataModule},
+  stgGclImportHint in '..\..\SubTenderGatherGcl\stgGclImportHint.pas',
+  stgGclTables in '..\..\SubTenderGatherGcl\stgGclTables.pas',
+  stgGclImportHintFrm in '..\..\SubTenderGatherGcl\stgGclImportHintFrm.pas' {stgGclImportHintForm},
+  stgGclGather in '..\..\SubTenderGatherGcl\stgGclGather.pas',
+  stgGclSelectFileFrm in '..\..\SubTenderGatherGcl\stgGclSelectFileFrm.pas' {stgGclSelectFileForm};
 
 {$R *.res}
 

BIN
Dprs/PWFree/Measure_Cloud.res


+ 2 - 2
Dprs/Pro/Measure.dof

@@ -115,7 +115,7 @@ AutoIncBuild=1
 MajorVer=3
 MinorVer=1
 Release=7
-Build=2369
+Build=2370
 Debug=0
 PreRelease=0
 Special=0
@@ -126,7 +126,7 @@ CodePage=936
 [Version Info Keys]
 CompanyName=珠海纵横创新软件有限公司
 FileDescription=纵横结算决算计量一体化专业版
-FileVersion=3.1.7.2369
+FileVersion=3.1.7.2370
 InternalName=
 LegalCopyright=版权所有(C)珠海纵横创新软件有限公司2003-2016
 LegalTrademarks=Measure

+ 12 - 1
Dprs/Pro/Measure.dpr

@@ -240,7 +240,18 @@ uses
   DealPayFinalDm in '..\..\DataModules\DealPayFinalDm.pas' {DealPayFinalData: TDataModule},
   rmWuJiuZqzfGatherDm in '..\..\DataModules\ReportMemoryDm\rmWuJiuZqzfGatherDm.pas' {rmWuJiuZqzfGatherData: TDataModule},
   uGetMacAddr in '..\..\Units\uGetMacAddr.pas',
-  AttachmentInfoDm in '..\..\DataModules\AttachmentInfoDm.pas' {AttachmentInfoData: TDataModule};
+  AttachmentInfoDm in '..\..\DataModules\AttachmentInfoDm.pas' {AttachmentInfoData: TDataModule},
+  stgGclGatherControl in '..\..\SubTenderGatherGcl\stgGclGatherControl.pas',
+  stgGatherGclCacheData in '..\..\SubTenderGatherGcl\stgGatherGclCacheData.pas',
+  stgGclGatherDm in '..\..\SubTenderGatherGcl\stgGclGatherDm.pas' {stgGclGatherData: TDataModule},
+  stgGclResultFrm in '..\..\SubTenderGatherGcl\stgGclResultFrm.pas' {stgGclResultForm},
+  stgGclSubGatherFile in '..\..\SubTenderGatherGcl\stgGclSubGatherFile.pas',
+  stgGclSubGatherFileDm in '..\..\SubTenderGatherGcl\stgGclSubGatherFileDm.pas' {stgGclSubGatherData: TDataModule},
+  stgGclImportHint in '..\..\SubTenderGatherGcl\stgGclImportHint.pas',
+  stgGclTables in '..\..\SubTenderGatherGcl\stgGclTables.pas',
+  stgGclImportHintFrm in '..\..\SubTenderGatherGcl\stgGclImportHintFrm.pas' {stgGclImportHintForm},
+  stgGclGather in '..\..\SubTenderGatherGcl\stgGclGather.pas',
+  stgGclSelectFileFrm in '..\..\SubTenderGatherGcl\stgGclSelectFileFrm.pas' {stgGclSelectFileForm};
 
 {$R *.res}
 

BIN
Dprs/Pro/Measure.res


+ 12 - 1
Dprs/Pro/Measure_Cloud.dpr

@@ -247,7 +247,18 @@ uses
   rmWuJiuZqzfGatherDm in '..\..\DataModules\ReportMemoryDm\rmWuJiuZqzfGatherDm.pas' {rmWuJiuZqzfGatherData: TDataModule},
   DealPayFinalDm in '..\..\DataModules\DealPayFinalDm.pas' {DealPayFinalData: TDataModule},
   uGetMacAddr in '..\..\Units\uGetMacAddr.pas',
-  AttachmentInfoDm in '..\..\DataModules\AttachmentInfoDm.pas' {AttachmentInfoData: TDataModule};
+  AttachmentInfoDm in '..\..\DataModules\AttachmentInfoDm.pas' {AttachmentInfoData: TDataModule},
+  stgGclGatherControl in '..\..\SubTenderGatherGcl\stgGclGatherControl.pas',
+  stgGatherGclCacheData in '..\..\SubTenderGatherGcl\stgGatherGclCacheData.pas',
+  stgGclGatherDm in '..\..\SubTenderGatherGcl\stgGclGatherDm.pas' {stgGclGatherData: TDataModule},
+  stgGclResultFrm in '..\..\SubTenderGatherGcl\stgGclResultFrm.pas' {stgGclResultForm},
+  stgGclSubGatherFile in '..\..\SubTenderGatherGcl\stgGclSubGatherFile.pas',
+  stgGclSubGatherFileDm in '..\..\SubTenderGatherGcl\stgGclSubGatherFileDm.pas' {stgGclSubGatherData: TDataModule},
+  stgGclImportHint in '..\..\SubTenderGatherGcl\stgGclImportHint.pas',
+  stgGclTables in '..\..\SubTenderGatherGcl\stgGclTables.pas',
+  stgGclImportHintFrm in '..\..\SubTenderGatherGcl\stgGclImportHintFrm.pas' {stgGclImportHintForm},
+  stgGclGather in '..\..\SubTenderGatherGcl\stgGclGather.pas',
+  stgGclSelectFileFrm in '..\..\SubTenderGatherGcl\stgGclSelectFileFrm.pas' {stgGclSelectFileForm};
 
 {$R *.res}
 

+ 2 - 2
Dprs/Pro/Measure_GuangDong.dof

@@ -115,7 +115,7 @@ AutoIncBuild=1
 MajorVer=3
 MinorVer=1
 Release=7
-Build=2369
+Build=2370
 Debug=0
 PreRelease=0
 Special=0
@@ -126,7 +126,7 @@ CodePage=936
 [Version Info Keys]
 CompanyName=珠海纵横创新软件有限公司
 FileDescription=纵横结算决算计量一体化广东专业版
-FileVersion=3.1.7.2369
+FileVersion=3.1.7.2370
 InternalName=
 LegalCopyright=版权所有(C)珠海纵横创新软件有限公司2003-2016
 LegalTrademarks=Measure

+ 12 - 1
Dprs/Pro/Measure_GuangDong.dpr

@@ -240,7 +240,18 @@ uses
   DealPayFinalDm in '..\..\DataModules\DealPayFinalDm.pas' {DealPayFinalData: TDataModule},
   rmWuJiuZqzfGatherDm in '..\..\DataModules\ReportMemoryDm\rmWuJiuZqzfGatherDm.pas' {rmWuJiuZqzfGatherData: TDataModule},
   uGetMacAddr in '..\..\Units\uGetMacAddr.pas',
-  AttachmentInfoDm in '..\..\DataModules\AttachmentInfoDm.pas' {AttachmentInfoData: TDataModule};
+  AttachmentInfoDm in '..\..\DataModules\AttachmentInfoDm.pas' {AttachmentInfoData: TDataModule},
+  stgGclGatherControl in '..\..\SubTenderGatherGcl\stgGclGatherControl.pas',
+  stgGatherGclCacheData in '..\..\SubTenderGatherGcl\stgGatherGclCacheData.pas',
+  stgGclGatherDm in '..\..\SubTenderGatherGcl\stgGclGatherDm.pas' {stgGclGatherData: TDataModule},
+  stgGclResultFrm in '..\..\SubTenderGatherGcl\stgGclResultFrm.pas' {stgGclResultForm},
+  stgGclSubGatherFile in '..\..\SubTenderGatherGcl\stgGclSubGatherFile.pas',
+  stgGclSubGatherFileDm in '..\..\SubTenderGatherGcl\stgGclSubGatherFileDm.pas' {stgGclSubGatherData: TDataModule},
+  stgGclImportHint in '..\..\SubTenderGatherGcl\stgGclImportHint.pas',
+  stgGclTables in '..\..\SubTenderGatherGcl\stgGclTables.pas',
+  stgGclImportHintFrm in '..\..\SubTenderGatherGcl\stgGclImportHintFrm.pas' {stgGclImportHintForm},
+  stgGclGather in '..\..\SubTenderGatherGcl\stgGclGather.pas',
+  stgGclSelectFileFrm in '..\..\SubTenderGatherGcl\stgGclSelectFileFrm.pas' {stgGclSelectFileForm};
 
 {$R *.res}
 

BIN
Dprs/Pro/Measure_GuangDong.res


+ 12 - 1
Dprs/Pro/Measure_GuangDong_Cloud.dpr

@@ -247,7 +247,18 @@ uses
   DealPayFinalDm in '..\..\DataModules\DealPayFinalDm.pas' {DealPayFinalData: TDataModule},
   rmWuJiuZqzfGatherDm in '..\..\DataModules\ReportMemoryDm\rmWuJiuZqzfGatherDm.pas' {rmWuJiuZqzfGatherData: TDataModule},
   uGetMacAddr in '..\..\Units\uGetMacAddr.pas',
-  AttachmentInfoDm in '..\..\DataModules\AttachmentInfoDm.pas' {AttachmentInfoData: TDataModule};
+  AttachmentInfoDm in '..\..\DataModules\AttachmentInfoDm.pas' {AttachmentInfoData: TDataModule},
+  stgGclGatherControl in '..\..\SubTenderGatherGcl\stgGclGatherControl.pas',
+  stgGatherGclCacheData in '..\..\SubTenderGatherGcl\stgGatherGclCacheData.pas',
+  stgGclGatherDm in '..\..\SubTenderGatherGcl\stgGclGatherDm.pas' {stgGclGatherData: TDataModule},
+  stgGclResultFrm in '..\..\SubTenderGatherGcl\stgGclResultFrm.pas' {stgGclResultForm},
+  stgGclSubGatherFile in '..\..\SubTenderGatherGcl\stgGclSubGatherFile.pas',
+  stgGclSubGatherFileDm in '..\..\SubTenderGatherGcl\stgGclSubGatherFileDm.pas' {stgGclSubGatherData: TDataModule},
+  stgGclImportHint in '..\..\SubTenderGatherGcl\stgGclImportHint.pas',
+  stgGclTables in '..\..\SubTenderGatherGcl\stgGclTables.pas',
+  stgGclImportHintFrm in '..\..\SubTenderGatherGcl\stgGclImportHintFrm.pas' {stgGclImportHintForm},
+  stgGclGather in '..\..\SubTenderGatherGcl\stgGclGather.pas',
+  stgGclSelectFileFrm in '..\..\SubTenderGatherGcl\stgGclSelectFileFrm.pas' {stgGclSelectFileForm};
 
 {$R *.res}
 

+ 12 - 1
Dprs/Pro/Measure_GuangDong_TZ.dpr

@@ -240,7 +240,18 @@ uses
   rmWuJiuZqzfGatherDm in '..\..\DataModules\ReportMemoryDm\rmWuJiuZqzfGatherDm.pas' {rmWuJiuZqzfGatherData: TDataModule},
   DealPayFinalDm in '..\..\DataModules\DealPayFinalDm.pas' {DealPayFinalData: TDataModule},
   uGetMacAddr in '..\..\Units\uGetMacAddr.pas',
-  BillsPosTree in '..\..\Units\BillsPosTree.pas';
+  BillsPosTree in '..\..\Units\BillsPosTree.pas',
+  stgGclGatherControl in '..\..\SubTenderGatherGcl\stgGclGatherControl.pas',
+  stgGatherGclCacheData in '..\..\SubTenderGatherGcl\stgGatherGclCacheData.pas',
+  stgGclGatherDm in '..\..\SubTenderGatherGcl\stgGclGatherDm.pas' {stgGclGatherData: TDataModule},
+  stgGclResultFrm in '..\..\SubTenderGatherGcl\stgGclResultFrm.pas' {stgGclResultForm},
+  stgGclSubGatherFile in '..\..\SubTenderGatherGcl\stgGclSubGatherFile.pas',
+  stgGclSubGatherFileDm in '..\..\SubTenderGatherGcl\stgGclSubGatherFileDm.pas' {stgGclSubGatherData: TDataModule},
+  stgGclImportHint in '..\..\SubTenderGatherGcl\stgGclImportHint.pas',
+  stgGclTables in '..\..\SubTenderGatherGcl\stgGclTables.pas',
+  stgGclImportHintFrm in '..\..\SubTenderGatherGcl\stgGclImportHintFrm.pas' {stgGclImportHintForm},
+  stgGclGather in '..\..\SubTenderGatherGcl\stgGclGather.pas',
+  stgGclSelectFileFrm in '..\..\SubTenderGatherGcl\stgGclSelectFileFrm.pas' {stgGclSelectFileForm};
 
 {$R *.res}
 

+ 12 - 1
Dprs/Pro/Measure_TZ.dpr

@@ -240,7 +240,18 @@ uses
   DealPayFinalDm in '..\..\DataModules\DealPayFinalDm.pas' {DealPayFinalData: TDataModule},
   AttachmentInfoDm in '..\..\DataModules\AttachmentInfoDm.pas' {AttachmentInfoData: TDataModule},
   rmWuJiuZqzfGatherDm in '..\..\DataModules\ReportMemoryDm\rmWuJiuZqzfGatherDm.pas' {rmWuJiuZqzfGatherData: TDataModule},
-  BillsPosTree in '..\..\Units\BillsPosTree.pas';
+  BillsPosTree in '..\..\Units\BillsPosTree.pas',
+  stgGclGatherControl in '..\..\SubTenderGatherGcl\stgGclGatherControl.pas',
+  stgGatherGclCacheData in '..\..\SubTenderGatherGcl\stgGatherGclCacheData.pas',
+  stgGclGatherDm in '..\..\SubTenderGatherGcl\stgGclGatherDm.pas' {stgGclGatherData: TDataModule},
+  stgGclResultFrm in '..\..\SubTenderGatherGcl\stgGclResultFrm.pas' {stgGclResultForm},
+  stgGclSubGatherFile in '..\..\SubTenderGatherGcl\stgGclSubGatherFile.pas',
+  stgGclSubGatherFileDm in '..\..\SubTenderGatherGcl\stgGclSubGatherFileDm.pas' {stgGclSubGatherData: TDataModule},
+  stgGclImportHint in '..\..\SubTenderGatherGcl\stgGclImportHint.pas',
+  stgGclTables in '..\..\SubTenderGatherGcl\stgGclTables.pas',
+  stgGclImportHintFrm in '..\..\SubTenderGatherGcl\stgGclImportHintFrm.pas' {stgGclImportHintForm},
+  stgGclGather in '..\..\SubTenderGatherGcl\stgGclGather.pas',
+  stgGclSelectFileFrm in '..\..\SubTenderGatherGcl\stgGclSelectFileFrm.pas' {stgGclSelectFileForm};
 
 {$R *.res}
 

+ 12 - 1
Dprs/Trail/Measure.dpr

@@ -240,7 +240,18 @@ uses
   DealPayFinalDm in '..\..\DataModules\DealPayFinalDm.pas' {DealPayFinalData: TDataModule},
   AttachmentInfoDm in '..\..\DataModules\AttachmentInfoDm.pas' {AttachmentInfoData: TDataModule},
   rmWuJiuZqzfGatherDm in '..\..\DataModules\ReportMemoryDm\rmWuJiuZqzfGatherDm.pas' {rmWuJiuZqzfGatherData: TDataModule},
-  BillsPosTree in '..\..\Units\BillsPosTree.pas';
+  BillsPosTree in '..\..\Units\BillsPosTree.pas',
+  stgGclGatherControl in '..\..\SubTenderGatherGcl\stgGclGatherControl.pas',
+  stgGatherGclCacheData in '..\..\SubTenderGatherGcl\stgGatherGclCacheData.pas',
+  stgGclGatherDm in '..\..\SubTenderGatherGcl\stgGclGatherDm.pas' {stgGclGatherData: TDataModule},
+  stgGclResultFrm in '..\..\SubTenderGatherGcl\stgGclResultFrm.pas' {stgGclResultForm},
+  stgGclSubGatherFile in '..\..\SubTenderGatherGcl\stgGclSubGatherFile.pas',
+  stgGclSubGatherFileDm in '..\..\SubTenderGatherGcl\stgGclSubGatherFileDm.pas' {stgGclSubGatherData: TDataModule},
+  stgGclImportHint in '..\..\SubTenderGatherGcl\stgGclImportHint.pas',
+  stgGclTables in '..\..\SubTenderGatherGcl\stgGclTables.pas',
+  stgGclImportHintFrm in '..\..\SubTenderGatherGcl\stgGclImportHintFrm.pas' {stgGclImportHintForm},
+  stgGclGather in '..\..\SubTenderGatherGcl\stgGclGather.pas',
+  stgGclSelectFileFrm in '..\..\SubTenderGatherGcl\stgGclSelectFileFrm.pas' {stgGclSelectFileForm};
 
 {$R *.res}
 

+ 12 - 1
Dprs/Trail/Measure_GuangDong.dpr

@@ -240,7 +240,18 @@ uses
   DealPayFinalDm in '..\..\DataModules\DealPayFinalDm.pas' {DealPayFinalData: TDataModule},
   rmWuJiuZqzfGatherDm in '..\..\DataModules\ReportMemoryDm\rmWuJiuZqzfGatherDm.pas' {rmWuJiuZqzfGatherData: TDataModule},
   uGetMacAddr in '..\..\Units\uGetMacAddr.pas',
-  BillsPosTree in '..\..\Units\BillsPosTree.pas';
+  BillsPosTree in '..\..\Units\BillsPosTree.pas',
+  stgGclGatherControl in '..\..\SubTenderGatherGcl\stgGclGatherControl.pas',
+  stgGatherGclCacheData in '..\..\SubTenderGatherGcl\stgGatherGclCacheData.pas',
+  stgGclGatherDm in '..\..\SubTenderGatherGcl\stgGclGatherDm.pas' {stgGclGatherData: TDataModule},
+  stgGclResultFrm in '..\..\SubTenderGatherGcl\stgGclResultFrm.pas' {stgGclResultForm},
+  stgGclSubGatherFile in '..\..\SubTenderGatherGcl\stgGclSubGatherFile.pas',
+  stgGclSubGatherFileDm in '..\..\SubTenderGatherGcl\stgGclSubGatherFileDm.pas' {stgGclSubGatherData: TDataModule},
+  stgGclImportHint in '..\..\SubTenderGatherGcl\stgGclImportHint.pas',
+  stgGclTables in '..\..\SubTenderGatherGcl\stgGclTables.pas',
+  stgGclImportHintFrm in '..\..\SubTenderGatherGcl\stgGclImportHintFrm.pas' {stgGclImportHintForm},
+  stgGclGather in '..\..\SubTenderGatherGcl\stgGclGather.pas',
+  stgGclSelectFileFrm in '..\..\SubTenderGatherGcl\stgGclSelectFileFrm.pas' {stgGclSelectFileForm};
 
 {$R *.res}
 

+ 12 - 12
Forms/MainFrm.dfm

@@ -21,7 +21,7 @@ object MainForm: TMainForm
   object jtsProjects: TJimTabSet
     Left = 0
     Top = 49
-    Width = 742
+    Width = 734
     Height = 21
     Align = alTop
     BackgroundColor = clGradientInactiveCaption
@@ -45,8 +45,8 @@ object MainForm: TMainForm
   end
   object dxStatusBar: TdxStatusBar
     Left = 0
-    Top = 487
-    Width = 742
+    Top = 480
+    Width = 734
     Height = 20
     Panels = <
       item
@@ -78,12 +78,12 @@ object MainForm: TMainForm
     object dxStatusBarContainer2: TdxStatusBarContainerControl
       Left = 604
       Top = 2
-      Width = 136
+      Width = 128
       Height = 16
       object ProgressBar: TProgressBar
         Left = 0
         Top = 0
-        Width = 136
+        Width = 128
         Height = 16
         Align = alClient
         Max = 200
@@ -94,8 +94,8 @@ object MainForm: TMainForm
   object jpsMain: TJimPages
     Left = 0
     Top = 70
-    Width = 742
-    Height = 417
+    Width = 734
+    Height = 410
     ActivePage = jpsMainProjectsManager
     ActivePageIndex = 0
     Align = alClient
@@ -103,8 +103,8 @@ object MainForm: TMainForm
     object jpsMainProjectsManager: TJimPage
       Left = 0
       Top = 0
-      Width = 742
-      Height = 417
+      Width = 734
+      Height = 410
       TabName = 'ProjectsManager'
       Caption = 'ProjsMgr'
       object pnlUser: TPanel
@@ -201,8 +201,8 @@ object MainForm: TMainForm
     object jpsMainProjects: TJimPage
       Left = 0
       Top = 0
-      Width = 742
-      Height = 417
+      Width = 734
+      Height = 410
       TabName = 'Projects'
       Caption = 'Projects'
       object jpsProjects: TJimPages
@@ -220,7 +220,7 @@ object MainForm: TMainForm
     Font.Charset = DEFAULT_CHARSET
     Font.Color = clWindowText
     Font.Height = -12
-    Font.Name = 'Microsoft YaHei UI'
+    Font.Name = #24494#36719#38597#40657
     Font.Style = []
     Bars = <
       item

+ 13 - 13
SubTenderGatherGcl/stgGclSelectFileFrm.dfm

@@ -17,8 +17,8 @@ object stgGclSelectFileForm: TstgGclSelectFileForm
   object pnlGatherFiles: TPanel
     Left = 0
     Top = 0
-    Width = 902
-    Height = 461
+    Width = 894
+    Height = 454
     Align = alClient
     BevelOuter = bvNone
     TabOrder = 0
@@ -26,7 +26,7 @@ object stgGclSelectFileForm: TstgGclSelectFileForm
       Left = 0
       Top = 0
       Width = 450
-      Height = 461
+      Height = 454
       Align = alLeft
       BevelOuter = bvNone
       TabOrder = 0
@@ -34,7 +34,7 @@ object stgGclSelectFileForm: TstgGclSelectFileForm
         Left = 0
         Top = 23
         Width = 450
-        Height = 438
+        Height = 431
         Options = [goRangeSelect, goRowSizing, goColSizing, goCellNotMaintainData, goFixedRowShowNo, goFixedColShowNo, goAlwaysShowSelection, goShowTreeLine]
         OptionsEx = []
         ColCount = 3
@@ -81,7 +81,7 @@ object stgGclSelectFileForm: TstgGclSelectFileForm
       Left = 450
       Top = 0
       Width = 3
-      Height = 461
+      Height = 454
       Align = alLeft
       BevelOuter = bvNone
       TabOrder = 1
@@ -89,16 +89,16 @@ object stgGclSelectFileForm: TstgGclSelectFileForm
     object pnlResult: TPanel
       Left = 453
       Top = 0
-      Width = 449
-      Height = 461
+      Width = 441
+      Height = 454
       Align = alClient
       BevelOuter = bvNone
       TabOrder = 2
       object zgResult: TZJGrid
         Left = 0
         Top = 23
-        Width = 449
-        Height = 438
+        Width = 441
+        Height = 431
         OptionsEx = []
         ColCount = 2
         RowCount = 2
@@ -115,7 +115,7 @@ object stgGclSelectFileForm: TstgGclSelectFileForm
       object pnlResultTitle: TPanel
         Left = 0
         Top = 0
-        Width = 449
+        Width = 441
         Height = 23
         Align = alTop
         BevelOuter = bvNone
@@ -138,14 +138,14 @@ object stgGclSelectFileForm: TstgGclSelectFileForm
   end
   object pnlBottom: TPanel
     Left = 0
-    Top = 461
-    Width = 902
+    Top = 454
+    Width = 894
     Height = 41
     Align = alBottom
     BevelOuter = bvNone
     TabOrder = 1
     DesignSize = (
-      902
+      894
       41)
     object btnOk: TButton
       Left = 731