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

Added Start/Stop Services actions.

parent 2dfecd97
Branches
Tags
No related merge requests found
......@@ -2677,6 +2677,19 @@ object MainForm: TMainForm
ImageIndex = 55
OnExecute = ReloadConfigExecute
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
object ImageList: TImageList
Left = 360
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment