//--------------------------------------------------------------------------- #ifndef AboutFormH #define AboutFormH //--------------------------------------------------------------------------- #include #include #include #include #include #include //--------------------------------------------------------------------------- class TAboutFrm : public TForm { __published: // IDE-managed Components TPanel *Panel1; TLabel *ProductName; TLabel *Version; TLabel *Copyright; TLabel *Comments; TImage *Image1; TButton *OKButton; private: // User declarations public: // User declarations __fastcall TAboutFrm(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TAboutFrm *AboutFrm; //--------------------------------------------------------------------------- #endif