CEF4Delphi/demos/Delphi_VCL/WindowsServiceBrowser/uWindowsServiceBrowser.dfm

9 lines
175 B
Plaintext
Raw Normal View History

object Service1: TService1
OnCreate = ServiceCreate
DisplayName = 'WindowsServiceBrowser'
OnStart = ServiceStart
OnStop = ServiceStop
Height = 480
Width = 640
end