Annotation of sbbs/sbbs3/ctrl/aboutboxformunit.h, revision 1.1.1.2

1.1       root        1: /* Synchronet Control Panel (GUI Borland C++ Builder Project for Win32) */
                      2: 
1.1.1.2 ! root        3: /* $Id: AboutBoxFormUnit.h,v 1.4 2002/02/28 03:00:03 rswindell Exp $ */
1.1       root        4: 
                      5: /****************************************************************************
                      6:  * @format.tab-size 4          (Plain Text/Source Code File Header)                    *
                      7:  * @format.use-tabs true       (see http://www.synchro.net/ptsc_hdr.html)              *
                      8:  *                                                                                                                                                     *
                      9:  * Copyright 2000 Rob Swindell - http://www.synchro.net/copyright.html         *
                     10:  *                                                                                                                                                     *
                     11:  * This program is free software; you can redistribute it and/or                       *
                     12:  * modify it under the terms of the GNU General Public License                         *
                     13:  * as published by the Free Software Foundation; either version 2                      *
                     14:  * of the License, or (at your option) any later version.                                      *
                     15:  * See the GNU General Public License for more details: gpl.txt or                     *
                     16:  * http://www.fsf.org/copyleft/gpl.html                                                                                *
                     17:  *                                                                                                                                                     *
                     18:  * Anonymous FTP access to the most recent released source is available at     *
                     19:  * ftp://vert.synchro.net, ftp://cvs.synchro.net and ftp://ftp.synchro.net     *
                     20:  *                                                                                                                                                     *
                     21:  * Anonymous CVS access to the development source and modification history     *
                     22:  * is available at cvs.synchro.net:/cvsroot/sbbs, example:                                     *
                     23:  * cvs -d :pserver:[email protected]:/cvsroot/sbbs login                       *
                     24:  *     (just hit return, no password is necessary)                                                     *
                     25:  * cvs -d :pserver:[email protected]:/cvsroot/sbbs checkout src                *
                     26:  *                                                                                                                                                     *
                     27:  * For Synchronet coding style and modification guidelines, see                                *
                     28:  * http://www.synchro.net/source.html                                                                          *
                     29:  *                                                                                                                                                     *
                     30:  * You are encouraged to submit any modifications (preferably in Unix diff     *
                     31:  * format) via e-mail to [email protected]                                                                      *
                     32:  *                                                                                                                                                     *
                     33:  * Note: If this box doesn't appear square, then you need to fix your tabs.    *
                     34:  ****************************************************************************/
                     35: //---------------------------------------------------------------------------
                     36: #ifndef AboutBoxFormUnitH
                     37: #define AboutBoxFormUnitH
                     38: //---------------------------------------------------------------------------
                     39: #include <Classes.hpp>
                     40: #include <Controls.hpp>
                     41: #include <StdCtrls.hpp>
                     42: #include <Forms.hpp>
                     43: #include <ExtCtrls.hpp>
                     44: #include <Graphics.hpp>
1.1.1.2 ! root       45: #include "MainFormUnit.h"
1.1       root       46: //---------------------------------------------------------------------------
                     47: class TAboutBoxForm : public TForm
                     48: {
                     49: __published:   // IDE-managed Components
                     50:        TButton *OKButton;
                     51:     TBevel *Bevel;
                     52:        TImage *Logo;
1.1.1.2 ! root       53:     TStaticText *CopyrightLabel;
1.1       root       54:     TMemo *Memo;
1.1.1.2 ! root       55:     TStaticText *NameLabel;
        !            56:     TStaticText *WebSiteLabel;
1.1       root       57:        void __fastcall FormShow(TObject *Sender);
1.1.1.2 ! root       58:     void __fastcall WebPageLabelClick(TObject *Sender);
        !            59:        void __fastcall LogoClick(TObject *Sender);
1.1       root       60: private:       // User declarations
                     61: public:                // User declarations
                     62:        __fastcall TAboutBoxForm(TComponent* Owner);
                     63: };
                     64: //---------------------------------------------------------------------------
                     65: extern PACKAGE TAboutBoxForm *AboutBoxForm;
                     66: //---------------------------------------------------------------------------
                     67: #endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.