Prvni verze

This commit is contained in:
2025-05-21 21:14:32 +02:00
commit 03ff9ebc84
147 changed files with 40100 additions and 0 deletions

28
uWinService.dfm Normal file
View File

@ -0,0 +1,28 @@
object HDCDZApiService: THDCDZApiService
OnCreate = ServiceCreate
DisplayName = 'HDC DataZone API Server'
ErrorSeverity = esCritical
AfterInstall = ServiceAfterInstall
BeforeUninstall = ServiceBeforeUninstall
AfterUninstall = ServiceAfterUninstall
OnContinue = ServiceContinue
OnExecute = ServiceExecute
OnPause = ServicePause
OnStart = ServiceStart
OnStop = ServiceStop
Height = 149
Width = 250
object sslHandler: TIdServerIOHandlerSSLOpenSSL
SSLOptions.Method = sslvTLSv1_2
SSLOptions.SSLVersions = [sslvTLSv1_2]
SSLOptions.Mode = sslmServer
SSLOptions.VerifyMode = []
SSLOptions.VerifyDepth = 0
Left = 164
Top = 14
end
object FDQuery1: TFDQuery
Left = 26
Top = 14
end
end