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 ComponentsTImage *Image1;TMemo *CopyrightNotice;TLabel *VersionLabel;TLabel *Label1;void __fastcall FormShow(TObject *Sender);private: // User declarationspublic: // User declarations__fastcall TAboutForm(TComponent* Owner);};//---------------------------------------------------------------------------extern PACKAGE TAboutForm *AboutForm;//---------------------------------------------------------------------------#endif