|
@@ -175,8 +175,6 @@ 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',
|
|
@@ -197,7 +195,9 @@ uses
|
|
|
ProjGatherCalcData in '..\..\ProjGather\ProjGatherCalcData.pas',
|
|
|
ProjGatherSelectFrm in '..\..\ProjGather\ProjGatherSelectFrm.pas' {ProjGatherSelectForm},
|
|
|
ProjGatherTree in '..\..\ProjGather\ProjGatherTree.pas',
|
|
|
- CalcData in '..\..\Units\CalcData.pas';
|
|
|
+ CalcData in '..\..\Units\CalcData.pas',
|
|
|
+ DbTreeImport in '..\..\Units\DbTreeImport.pas',
|
|
|
+ DbTreeDm in '..\..\DataModules\DbTreeDm.pas' {DbTreeData: TDataModule};
|
|
|
|
|
|
{$R *.res}
|
|
|
|