//---------------------------------------------------------------------------- #ifndef AcercaDeH #define AcercaDeH //---------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include #include //---------------------------------------------------------------------------- class TAboutBox : public TForm { __published: TPanel *Panel1; TLabel *ProductName; TLabel *Version; TLabel *Copyright; TLabel *Comments; TButton *OKButton; TLabel *Label1; TLabel *Label2; TImage *ProgramIcon; TShape *Shape1; TImage *Image1; private: public: virtual __fastcall TAboutBox(TComponent* AOwner); }; //---------------------------------------------------------------------------- extern TAboutBox *AboutBox; //---------------------------------------------------------------------------- #endif