23 lines
709 B
Plaintext
23 lines
709 B
Plaintext
object DaemonMapper1: TDaemonMapper1
|
|
DaemonDefs = <
|
|
item
|
|
DaemonClassName = 'TLMSReportCGI'
|
|
Name = 'lmsRepCGI'
|
|
Description = 'Служба создания отчетовв LMS 2'
|
|
DisplayName = 'LMS2 (отчеты)'
|
|
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
|