/
YakuninAV
/
Convertors
Обзор
Документация
Войти
/
YakuninAV
/
Convertors
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
_Apps/EstimateConvertor.dpr
67 строк
3 KB
YakuninAV
begin with gitflick
31 июл 2026, 15:21
31 июл 2026, 15:21
1dc0fc6
Код
Авторство
О чём код?
program EstimateConvertor; {$R *.dres} uses Vcl.Forms, EstCnvMainForm in 'EstCnvMainForm.pas' {fmEstConvertorMain}, RDB2_Intfs in '..\RDB2\RDB2_Intfs.pas', EstimatesV2 in '..\Estimate\EstimatesV2.pas', EstTypes in '..\Estimate\EstTypes.pas', RDB2_Types in '..\RDB2\RDB2_Types.pas', RDB2_Protect in '..\RDB2\RDB2_Protect.pas', RDB2_TLB_XE in '..\RDB2\RDB2_TLB_XE.pas', tsfEstReaders in '..\Estimate\TS\tsfEstReaders.pas', EstIntfsV2 in '..\Estimate\EstIntfsV2.pas', EstReaderWriterV2 in '..\Estimate\EstReaderWriterV2.pas', RDB2_EstReaders in '..\RDB2\RDB2_EstReaders.pas', RDB2_ReaderBases in '..\RDB2\RDB2_ReaderBases.pas', eswEstReaders in '..\Estimate\TS\eswEstReaders.pas', tsfEstWritersBases in '..\Estimate\TS\tsfEstWritersBases.pas', RDB2_EstDocuments in '..\RDB2\RDB2_EstDocuments.pas', eswDocReaders in '..\Estimate\eswDocReaders.pas', tsjEstReaders in '..\Estimate\TS\tsjEstReaders.pas', GGEEstReaderBases in '..\Estimate\GGE\GGEEstReaderBases.pas', EstObjects in '..\Estimate\EstObjects.pas', DBDRegions in '..\Core\DBDRegions.pas', DBDUtils in '..\Core\DBDUtils.pas', eswReaders in '..\Estimate\TS\eswReaders.pas', tsfEstTypes in '..\Estimate\TS\tsfEstTypes.pas', tsfNames in '..\Estimate\TS\tsfNames.pas', EstPositions in '..\Estimate\EstPositions.pas', EstCnvLogForm in 'EstCnvLogForm.pas' {fmLogWindow}, XMLValidate in '..\Core\XMLValidate.pas', MSXML2_TLB in '..\Core\MSXML2_TLB.pas', EstResources in '..\Estimate\EstResources.pas', EstPrices in '..\Estimate\EstPrices.pas', WeakRefs in '..\Core\WeakRefs.pas', GGEEstimates in '..\Estimate\GGE\GGEEstimates.pas', EstCyphers in '..\Estimate\EstCyphers.pas', RDB2_ResBooks in '..\RDB2\RDB2_ResBooks.pas', DBDStrUtils in '..\Core\DBDStrUtils.pas', EstOrganisations in '..\Estimate\EstOrganisations.pas', DBDWriterXML in '..\Core\DBDWriterXML.pas', EstCnvHtmlForm in 'EstCnvHtmlForm.pas' {fmHTMLBrowser}, EstOverheadsAndProfits in '..\Estimate\EstOverheadsAndProfits.pas', eswWriters in '..\Estimate\TS\eswWriters.pas', RDB2_Utils in '..\RDB2\RDB2_Utils.pas', EstCnvConfigForm in 'EstCnvConfigForm.pas' {frmConfig}, EstInflationRates in '..\Estimate\EstInflationRates.pas', EstConvertors in '..\Estimate\EstConvertors.pas', DBDCommons in '..\Core\DBDCommons.pas', eswTypes in '..\Estimate\TS\eswTypes.pas', RDB2TableItems in '..\RDB2\RDB2TableItems.pas', GGEEstWriterBases in '..\Estimate\GGE\GGEEstWriterBases.pas', EstCoefficients in '..\Estimate\EstCoefficients.pas', RDB2_Compendiums in '..\RDB2\RDB2_Compendiums.pas'; {$R *.res} begin Application.Initialize; Application.MainFormOnTaskbar := True; Application.CreateForm(TfmEstConvertorMain, fmEstConvertorMain); Application.CreateForm(TfmLogWindow, fmLogWindow); Application.CreateForm(TfmHTMLBrowser, fmHTMLBrowser); Application.Run; end.