mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-16 16:25:57 +01:00
9 lines
175 B
Plaintext
9 lines
175 B
Plaintext
|
object Service1: TService1
|
||
|
OnCreate = ServiceCreate
|
||
|
DisplayName = 'WindowsServiceBrowser'
|
||
|
OnStart = ServiceStart
|
||
|
OnStop = ServiceStop
|
||
|
Height = 480
|
||
|
Width = 640
|
||
|
end
|