//---------------------------------------------------------------------------- #ifndef AboutH #define AboutH //---------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include //---------------------------------------------------------------------------- class TAboutBox : public TForm { __published: TButton *OKButton; TPanel *Panel1; TImage *ProgramIcon; TLabel *Label1; TLabel *Label2; TLabel *VersionInfo; void __fastcall FormCreate(TObject *Sender); private: public: virtual __fastcall TAboutBox(TComponent *Owner); }; //---------------------------------------------------------------------------- extern TAboutBox *AboutBox; //---------------------------------------------------------------------------- #endif