|
@@ -1,5 +1,7 @@
|
|
|
program Measure_GuangDong;
|
|
|
|
|
|
+{$R '..\..\res\uac.res' '..\..\res\uac.rc'}
|
|
|
+
|
|
|
uses
|
|
|
Windows,
|
|
|
ShareMem,
|
|
@@ -149,7 +151,30 @@ uses
|
|
|
PriceMarginFme in '..\..\Frames\PriceMarginFme.pas' {PriceMarginFrame: TFrame},
|
|
|
ProjectGLFme in '..\..\Frames\ProjectGLFme.pas' {ProjectGLFrame: TFrame},
|
|
|
SelectDetailGLsFrm in '..\..\Forms\SelectDetailGLsFrm.pas' {SelectDetailGLsForm},
|
|
|
- DealPayPlanFrm in '..\..\Forms\DealPayPlanFrm.pas' {DealPayPlanForm};
|
|
|
+ DealPayPlanFrm in '..\..\Forms\DealPayPlanFrm.pas' {DealPayPlanForm},
|
|
|
+ tpBaseGatherData in '..\..\TenderPartition\tpBaseGatherData.pas',
|
|
|
+ tpGatherGcl in '..\..\TenderPartition\tpGatherGcl.pas',
|
|
|
+ tpGatherTree in '..\..\TenderPartition\tpGatherTree.pas',
|
|
|
+ tpMainData in '..\..\TenderPartition\tpMainData.pas',
|
|
|
+ tpMainFrm in '..\..\TenderPartition\tpMainFrm.pas' {tpMainForm},
|
|
|
+ tpNoPegDm in '..\..\TenderPartition\tpNoPegDm.pas' {tpNoPegData: TDataModule},
|
|
|
+ tpPartTender in '..\..\TenderPartition\tpPartTender.pas',
|
|
|
+ tpPartTenderFme in '..\..\TenderPartition\tpPartTenderFme.pas' {tpPartTenderFrame: TFrame},
|
|
|
+ tpPartTenderSet in '..\..\TenderPartition\tpPartTenderSet.pas',
|
|
|
+ tpPartTenderSetFme in '..\..\TenderPartition\tpPartTenderSetFme.pas' {tpPartTenderSetFrame: TFrame},
|
|
|
+ tpPeg in '..\..\TenderPartition\tpPeg.pas',
|
|
|
+ tpPeg_GclDm in '..\..\TenderPartition\tpPeg_GclDm.pas' {tpPeg_GclData: TDataModule},
|
|
|
+ tpPeg_GclFme in '..\..\TenderPartition\tpPeg_GclFme.pas' {tpPeg_GclFrame: TFrame},
|
|
|
+ tpPegBlock in '..\..\TenderPartition\tpPegBlock.pas',
|
|
|
+ tpPegGclGatherDm in '..\..\TenderPartition\tpPegGclGatherDm.pas' {tpPegGclGatherData: TDataModule},
|
|
|
+ tpPegGclGatherFme in '..\..\TenderPartition\tpPegGclGatherFme.pas' {tpPegGclGatherFrame: TFrame},
|
|
|
+ tpPegPartSettingFrm in '..\..\TenderPartition\tpPegPartSettingFrm.pas' {tpPegPartSettingForm},
|
|
|
+ tpPricePartSettingFrm in '..\..\TenderPartition\tpPricePartSettingFrm.pas' {tpPricePartSettingForm},
|
|
|
+ tpSelectTenderDm in '..\..\TenderPartition\tpSelectTenderDm.pas' {tpSelectTenderData: TDataModule},
|
|
|
+ tpSelectTenderNode in '..\..\TenderPartition\tpSelectTenderNode.pas',
|
|
|
+ tpSelectTendersFrm in '..\..\TenderPartition\tpSelectTendersFrm.pas' {SelectTendersForm},
|
|
|
+ tpTrialPegInputFrm in '..\..\TenderPartition\tpTrialPegInputFrm.pas' {TrialPegInputForm},
|
|
|
+ mPegFilter in '..\..\Units\mPegFilter.pas';
|
|
|
|
|
|
{$R *.res}
|
|
|
|
|
@@ -169,8 +194,7 @@ begin
|
|
|
begin
|
|
|
HideWelcome;
|
|
|
Application.CreateForm(TMainForm, MainForm);
|
|
|
- Application.CreateForm(TProgressProForm, ProgressProForm);
|
|
|
- end
|
|
|
+ end
|
|
|
else HideWelcome;
|
|
|
Application.Run;
|
|
|
end;
|