Skip to content
Snippets Groups Projects
Commit 3933ed7c authored by rswindell's avatar rswindell
Browse files

Added Start/Stop Services actions.

parent 2dfecd97
No related branches found
No related tags found
No related merge requests found
...@@ -2677,6 +2677,19 @@ object MainForm: TMainForm ...@@ -2677,6 +2677,19 @@ object MainForm: TMainForm
ImageIndex = 55 ImageIndex = 55
OnExecute = ReloadConfigExecute OnExecute = ReloadConfigExecute
end end
object ServicesStart: TAction
Caption = 'ServicesStart'
Hint = 'Start Services'
ImageIndex = 0
OnExecute = ServicesStartExecute
end
object ServicesStop: TAction
Caption = 'ServicesStop'
Enabled = False
Hint = 'Stop Services'
ImageIndex = 2
OnExecute = ServicesStopExecute
end
end end
object ImageList: TImageList object ImageList: TImageList
Left = 360 Left = 360
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment