|
@@ -175,9 +175,29 @@ uses
|
|
|
tpSelectTendersFrm in '..\..\TenderPartition\tpSelectTendersFrm.pas' {SelectTendersForm},
|
|
|
tpTrialPegInputFrm in '..\..\TenderPartition\tpTrialPegInputFrm.pas' {TrialPegInputForm},
|
|
|
mPegFilter in '..\..\Units\mPegFilter.pas',
|
|
|
+
|
|
|
+
|
|
|
ReportPrepare in '..\..\Report\ReportPrepare.pas',
|
|
|
rdpBillsGatherDm in '..\..\Report\DataPrepare\rdpBillsGatherDm.pas' {rdpBillsGatherData: TDataModule},
|
|
|
- rdpTables in '..\..\Report\DataPrepare\rdpTables.pas';
|
|
|
+ rdpTables in '..\..\Report\DataPrepare\rdpTables.pas',
|
|
|
+ DealBillsExcelImport in '..\..\Units\DealBillsExcelImport.pas',
|
|
|
+ ExcelImport_Bills in '..\..\Units\ExcelImport_Bills.pas',
|
|
|
+ ExcelImport_GclBills in '..\..\Units\ExcelImport_GclBills.pas',
|
|
|
+ ColVisibleManager in '..\..\Units\ColVisibleManager.pas',
|
|
|
+ ReportConnection in '..\..\Report\ReportConnection.pas',
|
|
|
+ rgpGatherControl in '..\..\Report\ProjGather\rgpGatherControl.pas',
|
|
|
+ rpgBillsCalcDm in '..\..\Report\ProjGather\rpgBillsCalcDm.pas' {rpgBillsCalcData: TDataModule},
|
|
|
+ rpgBillsDm in '..\..\Report\ProjGather\rpgBillsDm.pas' {rpgBillsData: TDataModule},
|
|
|
+ rpgGatherControl in '..\..\Report\ProjGather\rpgGatherControl.pas',
|
|
|
+ rpgGatherData in '..\..\Report\ProjGather\rpgGatherData.pas',
|
|
|
+ rpgGatherProjDm in '..\..\Report\ProjGather\rpgGatherProjDm.pas' {rpgGatherProjData: TDataModule},
|
|
|
+ rProjGatherTables in '..\..\Report\ProjGather\rProjGatherTables.pas',
|
|
|
+ ProjGather in '..\..\ProjGather\ProjGather.pas',
|
|
|
+ GatherProjInfo in '..\..\ProjGather\GatherProjInfo.pas',
|
|
|
+ ProjGatherCalcData in '..\..\ProjGather\ProjGatherCalcData.pas',
|
|
|
+ ProjGatherSelectFrm in '..\..\ProjGather\ProjGatherSelectFrm.pas' {ProjGatherSelectForm},
|
|
|
+ ProjGatherTree in '..\..\ProjGather\ProjGatherTree.pas',
|
|
|
+ CalcData in '..\..\Units\CalcData.pas';
|
|
|
|
|
|
{$R *.res}
|
|
|
|