--- sbbs/sbbs3/ctrl/statsformunit.h 2018/04/24 16:39:34 1.1 +++ sbbs/sbbs3/ctrl/statsformunit.h 2018/04/24 16:40:55 1.1.1.2 @@ -1,12 +1,12 @@ /* Synchronet Control Panel (GUI Borland C++ Builder Project for Win32) */ -/* $Id: statsformunit.h,v 1.1 2018/04/24 16:39:34 root Exp $ */ +/* $Id: statsformunit.h,v 1.1.1.2 2018/04/24 16:40:55 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 * @@ -83,14 +83,11 @@ __published: // IDE-managed Components TStaticText *DownloadedFiles; TStaticText *DownloadedBytes; TButton *LogButton; - void __fastcall FormShow(TObject *Sender); void __fastcall FormHide(TObject *Sender); void __fastcall LogButtonClick(TObject *Sender); private: // User declarations public: // User declarations __fastcall TStatsForm(TComponent* Owner); - TMainForm* MainForm; - }; //--------------------------------------------------------------------------- extern PACKAGE TStatsForm *StatsForm;