//---------------------------------------------------------------------------- #ifndef aboutH #define aboutH //---------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include #include //---------------------------------------------------------------------------- class TAboutBox : public TForm { __published: TPanel *Panel1; TImage *ProgramIcon; TLabel *ProductName; TLabel *Version; TLabel *Copyright; TLabel *Comments; TButton *OKButton; TLabel *Label1; void __fastcall CommentsClick(TObject *Sender); private: public: virtual __fastcall TAboutBox(TComponent* AOwner); }; //---------------------------------------------------------------------------- extern PACKAGE TAboutBox *AboutBox; //---------------------------------------------------------------------------- #endif