1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-04-17 06:57:13 +02:00
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