//---------------------------------------------------------------------------- #ifndef AboutDlgH #define AboutDlgH //---------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include #include //---------------------------------------------------------------------------- class TAbout : public TForm { __published: TPanel *Panel1; TLabel *ProductName; TLabel *Version; TLabel *Copyright; TLabel *Comments; TButton *OKButton; TImage *Image1; private: public: virtual __fastcall TAbout(TComponent* AOwner); }; //---------------------------------------------------------------------------- extern PACKAGE TAbout *About; //---------------------------------------------------------------------------- #endif