123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228 |
- program Measure_TZ;
- {$R '..\..\res\uac.res' '..\..\res\uac.rc'}
- uses
- Windows,
- ShareMem,
- Forms,
- MainFrm in '..\..\Forms\MainFrm.pas' {MainForm},
- ProjectManagerFme in '..\..\Frames\ProjectManagerFme.pas' {ProjectManagerFrame: TFrame},
- UtilMethods in '..\..\Units\UtilMethods.pas',
- ProjectManagerDm in '..\..\DataModules\ProjectManagerDm.pas' {ProjectManagerData: TDataModule},
- Connections in '..\..\Units\Connections.pas',
- TransFile in '..\..\Units\TransFile.pas',
- ZhAPI in '..\..\Units\ZhAPI.pas',
- CompactDB in '..\..\Units\CompactDB.pas',
- OpenProjectManager in '..\..\Units\OpenProjectManager.pas',
- ProjectData in '..\..\Units\ProjectData.pas',
- UpdateDataBase in '..\..\Units\UpdateDataBase.pas',
- DataBaseTables in '..\..\Units\DataBaseTables.pas',
- ConfigDoc in '..\..\Units\ConfigDoc.pas',
- SupportUnit in '..\..\Units\SupportUnit.pas',
- StandardLibs in '..\..\Units\StandardLibs.pas',
- StandardLib in '..\..\Units\StandardLib.pas',
- NewProjectFrm in '..\..\Forms\NewProjectFrm.pas' {NewProjectForm},
- ProjectFme in '..\..\Frames\ProjectFme.pas' {ProjectFrame: TFrame},
- StandardBillsDm in '..\..\DataModules\StandardBillsDm.pas' {StandardBillsData: TDataModule},
- StandardBillsFme in '..\..\Frames\StandardBillsFme.pas' {StandardBillsFrame: TFrame},
- StandardLibsFme in '..\..\Frames\StandardLibsFme.pas' {StandardLibsFrame: TFrame},
- BillsDm in '..\..\DataModules\BillsDm.pas' {BillsData: TDataModule},
- BillsMeasureFme in '..\..\Frames\BillsMeasureFme.pas' {BillsMeasureFrame: TFrame},
- Globals in '..\..\Units\Globals.pas',
- StageDm in '..\..\DataModules\StageDm.pas' {StageData: TDataModule},
- ExcelImport in '..\..\Units\ExcelImport.pas',
- CacheTree in '..\..\Units\CacheTree.pas',
- MCacheTree in '..\..\Units\MCacheTree.pas',
- ProjectPropertiesFrm in '..\..\Forms\ProjectPropertiesFrm.pas' {ProjectPropertiesForm},
- ProjectProperty in '..\..\Units\ProjectProperty.pas',
- FormulaCalc in '..\..\Units\FormulaCalc.pas',
- BillsCommand in '..\..\Units\BillsCommand.pas',
- PhaseData in '..\..\Units\PhaseData.pas',
- PhaseProperty in '..\..\Units\PhaseProperty.pas',
- BillsClipboard in '..\..\Units\BillsClipboard.pas',
- BillsTree in '..\..\Units\BillsTree.pas',
- ProjectCommands in '..\..\Units\ProjectCommands.pas',
- PhaseCompareDm in '..\..\DataModules\PhaseCompareDm.pas' {PhaseCompareData: TDataModule},
- PhaseCompareFme in '..\..\Frames\PhaseCompareFme.pas' {PhaseCompareFrame: TFrame},
- OptionFrm in '..\..\Forms\OptionFrm.pas' {OptionForm},
- DealPaymentDm in '..\..\DataModules\DealPaymentDm.pas' {DealPaymentData: TDataModule},
- DealPaymentFme in '..\..\Frames\DealPaymentFme.pas' {DealPaymentFrame: TFrame},
- PhasePayDm in '..\..\DataModules\PhasePayDm.pas' {PhasePayData: TDataModule},
- BillsGatherFme in '..\..\Frames\BillsGatherFme.pas' {BillsGatherFrame: TFrame},
- BillsGatherDm in '..\..\DataModules\BillsGatherDm.pas' {BillsGatherData: TDataModule},
- ZJJLFme in '..\..\Frames\ZJJLFme.pas' {ZJJLFrame: TFrame},
- ZJJLDm in '..\..\DataModules\ZJJLDm.pas' {ZJJLData: TDataModule},
- BGLFme in '..\..\Frames\BGLFme.pas' {BGLFrame: TFrame},
- BGLDm in '..\..\DataModules\BGLDm.pas' {BGLData: TDataModule},
- StaffDm in '..\..\DataModules\StaffDm.pas' {StaffData: TDataModule},
- ConstUnit in '..\..\Units\ConstUnit.pas',
- PHPWebDm in '..\..\DataModules\PHPWebDm.pas' {PHPWeb: TDataModule},
- uLkJSON in '..\..\Units\uLkJSON.pas',
- MergeTextFrm in '..\..\Forms\MergeTextFrm.pas' {MergeTextForm},
- BGLSelectFrm in '..\..\Forms\BGLSelectFrm.pas' {BGLSelectForm},
- WebNewTenderFrm in '..\..\Forms\WebNewTenderFrm.pas' {WebNewTenderForm},
- ExportExcel in '..\..\Units\ExportExcel.pas',
- ReportsFrm in '..\..\Forms\ReportsFrm.pas' {ReportsForm},
- ReportManager in '..\..\Units\ReportManager.pas',
- BillsCompileDm in '..\..\DataModules\BillsCompileDm.pas' {BillsCompileData: TDataModule},
- BillsCompileFme in '..\..\Frames\BillsCompileFme.pas' {BillsCompileFrame: TFrame},
- BillsMeasureDm in '..\..\DataModules\BillsMeasureDm.pas' {BillsMeasureData: TDataModule},
- PasswordInputFrm in '..\..\Forms\PasswordInputFrm.pas' {PasswordInputForm},
- AboutFrm in '..\..\Forms\AboutFrm.pas' {AboutForm},
- AuthFrm in '..\..\Forms\AuthFrm.pas' {AuthorizeForm},
- mEncryptUnit in '..\..\Encrypt\mEncryptUnit.pas',
- mEncryptPWD in '..\..\Encrypt\mEncryptPWD.pas',
- mSNSEncrypt in '..\..\Encrypt\mSNSEncrypt.pas',
- mR1Encrypt in '..\..\Encrypt\mR1Encrypt.pas',
- mEncryptEditions in '..\..\Encrypt\mEncryptEditions.pas',
- mEncryptTypes in '..\..\Encrypt\mEncryptTypes.pas',
- mConnectEncrypt in '..\..\Encrypt\NetClient\mConnectEncrypt.pas',
- CryptUtils in '..\..\Encrypt\CryptUtils.pas',
- EncryptDog in '..\..\Encrypt\EncryptDog.pas',
- ScFileArchiver in '..\..\Encrypt\ScFileArchiver.pas',
- SearchFme in '..\..\Frames\SearchFme.pas' {SearchFrame: TFrame},
- BatchInsertBillsFrm in '..\..\Forms\BatchInsertBillsFrm.pas' {BatchInsertBillsForm},
- SearchDm in '..\..\DataModules\SearchDm.pas' {SearchData: TDataModule},
- CslJson in '..\..\Units\CslJson.pas',
- FindUserFrm in '..\..\Forms\FindUserFrm.pas' {FindUserForm},
- ImportExcelHintFrm in '..\..\Forms\ImportExcelHintFrm.pas' {ImportExcelHintForm},
- CheckerFme in '..\..\Frames\CheckerFme.pas' {CheckerFrame: TFrame},
- OrderCheckerFme in '..\..\Frames\OrderCheckerFme.pas' {OrderCheckerFrame: TFrame},
- ReportAdjustFrm in '..\..\Forms\ReportAdjustFrm.pas' {ReportAdjustForm},
- DealBillsDm in '..\..\DataModules\DealBillsDm.pas' {DealBillsData: TDataModule},
- BatchReplaceBillsFrm in '..\..\Forms\BatchReplaceBillsFrm.pas' {BatchReplaceBillsForm},
- MD5Unit in '..\..\Units\MD5Unit.pas',
- MainDataListDm in '..\..\DataModules\MainDataListDm.pas' {MainListData: TDataModule},
- mProgressFrm in '..\..\Forms\mProgressFrm.pas' {mProgress},
- rmGclBillsBGDm in '..\..\DataModules\ReportMemoryDm\rmGclBillsBGDm.pas' {rmGclBillsBGData: TDataModule},
- rmBGLExecutionDm in '..\..\DataModules\ReportMemoryDm\rmBGLExecutionDm.pas' {rmBGLExecutionData: TDataModule},
- rmBillsGatherDm in '..\..\DataModules\ReportMemoryDm\rmBillsGatherDm.pas' {rmBillsGatherData: TDataModule},
- rmCacheData in '..\..\DataModules\ReportMemoryDm\rmCacheData.pas',
- rmFxBillsAddDm in '..\..\DataModules\ReportMemoryDm\rmFxBillsAddDm.pas' {rmFxBillsAddData: TDataModule},
- rmFxBillsCompareDm in '..\..\DataModules\ReportMemoryDm\rmFxBillsCompareDm.pas' {rmFxBillsCompareData: TDataModule},
- rmGclBillsAddDm in '..\..\DataModules\ReportMemoryDm\rmGclBillsAddDm.pas' {rmGclBillsAddData: TDataModule},
- rmGclBillsCompareDm in '..\..\DataModules\ReportMemoryDm\rmGclBillsCompareDm.pas' {rmGclBillsCompareData: TDataModule},
- rmGridHeaderDm in '..\..\DataModules\ReportMemoryDm\rmGridHeaderDm.pas' {rmGridHeaderData: TDataModule},
- rmSelectProjectFrm in '..\..\Forms\rmSelectProjectFrm.pas' {ProjectSelectForm},
- ConditionalDefines in '..\..\Units\ConditionalDefines.pas',
- ProgressHintFrm in '..\..\Forms\ProgressHintFrm.pas' {ProgressHintForm},
- CheckAndClearFrm in '..\..\Forms\CheckAndClearFrm.pas' {CheckAndClearForm},
- rmGclBillsAuditCompareDm in '..\..\DataModules\ReportMemoryDm\rmGclBillsAuditCompareDm.pas' {rmGclBillsAuditCompareData: TDataModule},
- rmTestFrm in '..\..\DataModules\ReportMemoryDm\rmTestFrm.pas' {rmTestForm},
- DealBillsFrm in '..\..\Forms\DealBillsFrm.pas' {DealBillsForm},
- TenderBackupFrm in '..\..\Forms\TenderBackupFrm.pas' {TenderBackupForm},
- TenderBackupDm in '..\..\DataModules\TenderBackupDm.pas' {TenderBackupData: TDataModule},
- BillsBookmarkDm in '..\..\DataModules\BillsBookmarkDm.pas' {BillsBookmarkData: TDataModule},
- BookmarkFme in '..\..\Frames\BookmarkFme.pas' {BookmarkFrame: TFrame},
- rmDealInfosDm in '..\..\DataModules\ReportMemoryDm\rmDealInfosDm.pas' {rmDealInfosData: TDataModule},
- rmXmjBGLDetailDm in '..\..\DataModules\ReportMemoryDm\rmXmjBGLDetailDm.pas' {rmXmjBGLDetailData: TDataModule},
- WelcomeFrm in '..\..\Forms\WelcomeFrm.pas' {WelcomeForm},
- rmOtherReport1Dm in '..\..\DataModules\ReportMemoryDm\rmOtherReport1Dm.pas' {rmOtherReport1Data: TDataModule},
- CheckerMemoFrm in '..\..\Forms\CheckerMemoFrm.pas' {CheckerMemoForm},
- CslHint in '..\..\Units\CslHint.pas',
- TenderBackupManager in '..\..\Units\TenderBackupManager.pas',
- UpFileFrame in '..\..\Forms\UpFileFrame.pas',
- UpFileManageFrame in '..\..\Forms\UpFileManageFrame.pas',
- UpFileManageUnit in '..\..\Units\UpFileManageUnit.pas',
- SheetSelectFrm in '..\..\Forms\SheetSelectFrm.pas' {SheetSelectForm},
- AuditSelectFrm in '..\..\Forms\ReportInteractFrms\AuditSelectFrm.pas' {AuditSelctForm},
- DealBillsFme in '..\..\Frames\DealBillsFme.pas' {DealBillsFrame: TFrame},
- ReportInteractInfo in '..\..\Units\ReportInteractInfo.pas',
- Checker in '..\..\Units\Checker.pas',
- rmGclBillsPlaneDm in '..\..\DataModules\ReportMemoryDm\rmGclBillsPlaneDm.pas' {rmGclBillsPlaneData: TDataModule},
- StageCompareDm in '..\..\DataModules\StageCompareDm.pas' {StageCompareData: TDataModule},
- BGLClipboard in '..\..\Units\BGLClipboard.pas',
- mDataRecord in '..\..\Units\mDataRecord.pas',
- rmMentalCustomized1Dm in '..\..\DataModules\ReportMemoryDm\rmMentalCustomized1Dm.pas' {rmMentalCustomized1Data: TDataModule},
- rmGcl_XmjBillsDm in '..\..\DataModules\ReportMemoryDm\rmGcl_XmjBillsDm.pas' {rmGcl_XmjBillsData: TDataModule},
- rmCustomized2Dm in '..\..\DataModules\ReportMemoryDm\rmCustomized2Dm.pas' {rmCustomized2Data: TDataModule},
- CalcDecimal in '..\..\Units\CalcDecimal.pas',
- DetailExcelImport in '..\..\Units\DetailExcelImport.pas',
- mProgressProFrm in '..\..\Forms\mProgressProFrm.pas' {ProgressProForm},
- BaseClipboard in '..\..\Units\BaseClipboard.pas',
- PriceMarginBillsDm in '..\..\DataModules\PriceMarginBillsDm.pas' {PriceMarginBillsData: TDataModule},
- ProjectGLDm in '..\..\DataModules\ProjectGLDm.pas' {ProjectGLData: TDataModule},
- GclBillsGatherModel in '..\..\Units\GclBillsGatherModel.pas',
- DetailGLDm in '..\..\DataModules\DetailGLDm.pas' {DetailGLData: TDataModule},
- rmHaBaiCustomizedDm in '..\..\DataModules\ReportMemoryDm\rmHaBaiCustomizedDm.pas' {rmHaBaiCustomizedData: TDataModule},
- BillsPasteSelectFrm in '..\..\Forms\BillsPasteSelectFrm.pas' {BillsPasteSelectForm},
- PriceMarginBillsFme in '..\..\Frames\PriceMarginBillsFme.pas' {PriceMarginBillsFrame: TFrame},
- 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},
- 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',
- ReportPrepare in '..\..\Report\ReportPrepare.pas',
- rdpBillsGatherDm in '..\..\Report\DataPrepare\rdpBillsGatherDm.pas' {rdpBillsGatherData: TDataModule},
- rdpTables in '..\..\Report\DataPrepare\rdpTables.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',
- ProjGatherTree in '..\..\ProjGather\ProjGatherTree.pas',
- ProjGather in '..\..\ProjGather\ProjGather.pas',
- CalcData in '..\..\Units\CalcData.pas',
- GatherProjInfo in '..\..\ProjGather\GatherProjInfo.pas',
- ProjGatherCalcData in '..\..\ProjGather\ProjGatherCalcData.pas',
- ProjGatherSelectFrm in '..\..\ProjGather\ProjGatherSelectFrm.pas' {ProjGatherSelectForm},
- DealBillsExcelImport in '..\..\Units\DealBillsExcelImport.pas',
- ExcelImport_Bills in '..\..\Units\ExcelImport_Bills.pas',
- ExcelImport_GclBills in '..\..\Units\ExcelImport_GclBills.pas';
- {$R *.res}
- var Mutex: THandle;
- begin
- Mutex := CreateMutex(nil, True, G_AppHandleName);
- if GetLastError = ERROR_ALREADY_EXISTS then
- Application.MessageBox('程序正在运行, 请勿重复打开该软件!', '系统提示', MB_OK + MB_ICONINFORMATION)
- else
- begin
- Application.CreateHandle;
- Application.Initialize;
- Application.Title := '纵横公路工程0号台账软件';
- ShowWelcome;
- if CheckDogExists then
- begin
- HideWelcome;
- Application.CreateForm(TMainForm, MainForm);
- end
- else HideWelcome;
- Application.Run;
- end;
- ReleaseMutex(Mutex);
- end.
|