--- sbbs/src/sbbs3/ctrl/servicesformunit.h 2018/04/24 16:41:24 1.1 +++ sbbs/src/sbbs3/ctrl/servicesformunit.h 2018/04/24 16:44:19 1.1.1.2 @@ -1,12 +1,12 @@ /* Synchronet Control Panel (GUI Borland C++ Builder Project for Win32) */ -/* $Id: servicesformunit.h,v 1.1 2018/04/24 16:41:24 root Exp $ */ +/* $Id: servicesformunit.h,v 1.1.1.2 2018/04/24 16:44:19 root Exp $ */ /**************************************************************************** * @format.tab-size 4 (Plain Text/Source Code File Header) * * @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) * * * - * Copyright 2000 Rob Swindell - http://www.synchro.net/copyright.html * + * Copyright 2009 Rob Swindell - http://www.synchro.net/copyright.html * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * @@ -49,7 +49,6 @@ class TServicesForm : public TForm { __published: // IDE-managed Components - TMemo *Log; TToolBar *ToolBar; TToolButton *StartButton; TToolButton *StopButton; @@ -58,7 +57,14 @@ __published: // IDE-managed Components TToolButton *ToolButton2; TStaticText *Status; TToolButton *RecycleButton; + TRichEdit *Log; + TToolButton *ToolButton3; + TStaticText *LogLevelText; + TUpDown *LogLevelUpDown; + TToolButton *LogPauseButton; void __fastcall FormHide(TObject *Sender); + void __fastcall LogLevelUpDownChangingEx(TObject *Sender, + bool &AllowChange, short NewValue, TUpDownDirection Direction); private: // User declarations public: // User declarations __fastcall TServicesForm(TComponent* Owner);