--- sbbs/sbbs3/ctrl/clientformunit.h 2018/04/24 16:39:34 1.1 +++ sbbs/sbbs3/ctrl/clientformunit.h 2018/04/24 16:40:50 1.1.1.2 @@ -1,12 +1,12 @@ /* Synchronet Control Panel (GUI Borland C++ Builder Project for Win32) */ -/* $Id: clientformunit.h,v 1.1 2018/04/24 16:39:34 root Exp $ */ +/* $Id: clientformunit.h,v 1.1.1.2 2018/04/24 16:40:50 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 * @@ -54,14 +54,14 @@ __published: // IDE-managed Components TListView *ListView; TPopupMenu *PopupMenu; TMenuItem *CloseSocketMenuItem; - void __fastcall FormShow(TObject *Sender); + TMenuItem *FilterIpMenuItem; void __fastcall FormHide(TObject *Sender); void __fastcall TimerTimer(TObject *Sender); void __fastcall CloseSocketMenuItemClick(TObject *Sender); + void __fastcall FilterIpMenuItemClick(TObject *Sender); private: // User declarations public: // User declarations __fastcall TClientForm(TComponent* Owner); - TMainForm* MainForm; HANDLE ListMutex; }; //---------------------------------------------------------------------------