--- sbbs/sbbs3/ctrl/aboutboxformunit.h 2018/04/24 16:39:34 1.1 +++ sbbs/sbbs3/ctrl/aboutboxformunit.h 2018/04/24 16:40:49 1.1.1.2 @@ -1,6 +1,6 @@ /* Synchronet Control Panel (GUI Borland C++ Builder Project for Win32) */ -/* $Id: aboutboxformunit.h,v 1.1 2018/04/24 16:39:34 root Exp $ */ +/* $Id: aboutboxformunit.h,v 1.1.1.2 2018/04/24 16:40:49 root Exp $ */ /**************************************************************************** * @format.tab-size 4 (Plain Text/Source Code File Header) * @@ -42,6 +42,7 @@ #include #include #include +#include "MainFormUnit.h" //--------------------------------------------------------------------------- class TAboutBoxForm : public TForm { @@ -49,9 +50,13 @@ __published: // IDE-managed Components TButton *OKButton; TBevel *Bevel; TImage *Logo; - TStaticText *WebLabel; + TStaticText *CopyrightLabel; TMemo *Memo; + TStaticText *NameLabel; + TStaticText *WebSiteLabel; void __fastcall FormShow(TObject *Sender); + void __fastcall WebPageLabelClick(TObject *Sender); + void __fastcall LogoClick(TObject *Sender); private: // User declarations public: // User declarations __fastcall TAboutBoxForm(TComponent* Owner);