Subversion Repositories DevTools

Rev

Rev 2265 | Blame | Compare with Previous | Last modification | View Log | RSS feed

//---------------------------------------------------------------------------

#ifndef AboutH
#define AboutH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <Graphics.hpp>
//---------------------------------------------------------------------------
class TAboutForm : public TForm
{
__published:    // IDE-managed Components
    TImage *Image1;
    TMemo *CopyrightNotice;
    TLabel *VersionLabel;
    TLabel *Label1;
    void __fastcall FormShow(TObject *Sender);
private:        // User declarations
public:         // User declarations
    __fastcall TAboutForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TAboutForm *AboutForm;
//---------------------------------------------------------------------------
#endif