LMS-2_ReportAPI/cgi_mapper.lfm
2025-07-04 19:36:47 +03:00

23 lines
705 B
Plaintext

object DaemonMapper1: TDaemonMapper1
DaemonDefs = <
item
DaemonClassName = 'TLMSReportCGI'
Name = 'lmsRepCGI'
Description = 'Служба создания отчетовв LMS 2'
DisplayName = 'LMS2 Report API'
Options = [doAllowStop, doAllowPause]
WinBindings.Dependencies = <>
WinBindings.StartType = stBoot
WinBindings.WaitHint = 0
WinBindings.IDTag = 0
WinBindings.ServiceType = stWin32
WinBindings.ErrorSeverity = esIgnore
WinBindings.AcceptedCodes = []
OnCreateInstance = DaemonMapper1DaemonDefs0CreateInstance
LogStatusReport = False
end>
OnCreate = DaemonMapper1Create
Left = 1065
Top = 332
end