From 3933ed7cb657df8dd1b1a01dc2a9bf3f7ecd4a87 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Mon, 12 Nov 2001 15:11:26 +0000 Subject: [PATCH] Added Start/Stop Services actions. --- src/sbbs3/ctrl/MainFormUnit.dfm | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/sbbs3/ctrl/MainFormUnit.dfm b/src/sbbs3/ctrl/MainFormUnit.dfm index dfe3919176..e82bef811a 100644 --- a/src/sbbs3/ctrl/MainFormUnit.dfm +++ b/src/sbbs3/ctrl/MainFormUnit.dfm @@ -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 -- GitLab