//--------------------------------------------------------------------------- #ifndef AboutH #define AboutH //--------------------------------------------------------------------------- #include #include #include #include #include #include //--------------------------------------------------------------------------- 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