|
@@ -178,7 +178,10 @@ uses
|
|
|
tpSelectTenderNode in '..\..\TenderPartition\tpSelectTenderNode.pas',
|
|
|
tpSelectTendersFrm in '..\..\TenderPartition\tpSelectTendersFrm.pas' {SelectTendersForm},
|
|
|
tpTrialPegInputFrm in '..\..\TenderPartition\tpTrialPegInputFrm.pas' {TrialPegInputForm},
|
|
|
- PriceMarginBillsFme in '..\..\Frames\PriceMarginBillsFme.pas' {PriceMarginBillsFrame: TFrame};
|
|
|
+ PriceMarginBillsFme in '..\..\Frames\PriceMarginBillsFme.pas' {PriceMarginBillsFrame: TFrame},
|
|
|
+ ReportPrepare in '..\..\Report\ReportPrepare.pas',
|
|
|
+ rdpBillsGatherDm in '..\..\Report\DataPrepare\rdpBillsGatherDm.pas' {rdpBillsGatherData: TDataModule},
|
|
|
+ rdpTables in '..\..\Report\DataPrepare\rdpTables.pas';
|
|
|
|
|
|
{$R *.res}
|
|
|
|
|
@@ -222,7 +225,7 @@ begin
|
|
|
if CheckDogExists then
|
|
|
begin
|
|
|
Application.CreateForm(TMainForm, MainForm);
|
|
|
- end;
|
|
|
+ end;
|
|
|
Application.Run;
|
|
|
end;
|
|
|
|