--- sbbs/sbbs3/ctrl/telnetformunit.h 2018/04/24 16:39:34 1.1 +++ sbbs/sbbs3/ctrl/telnetformunit.h 2018/04/24 16:40:52 1.1.1.2 @@ -1,12 +1,12 @@ /* Synchronet Control Panel (GUI Borland C++ Builder Project for Win32) */ -/* $Id: telnetformunit.h,v 1.1 2018/04/24 16:39:34 root Exp $ */ +/* $Id: telnetformunit.h,v 1.1.1.2 2018/04/24 16:40:52 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 2004 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 * @@ -61,12 +61,11 @@ __published: // IDE-managed Components TToolButton *ToolButton3; TProgressBar *ProgressBar; TMemo *Log; - void __fastcall FormShow(TObject *Sender); + TToolButton *RecycleButton; void __fastcall FormHide(TObject *Sender); private: // User declarations public: // User declarations __fastcall TTelnetForm(TComponent* Owner); - TMainForm* MainForm; }; //--------------------------------------------------------------------------- extern PACKAGE TTelnetForm *TelnetForm;