Prvni verze
This commit is contained in:
28
uWinService.dfm
Normal file
28
uWinService.dfm
Normal 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
|
||||
Reference in New Issue
Block a user