//--------------------------------------------------------------------------- #ifndef BackgroundDemoAboutH #define BackgroundDemoAboutH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include #include "EBarsAbout.h" //--------------------------------------------------------------------------- class TBackgroundDemoAboutForm : public TEBarsAboutForm { __published: // IDE-managed Components private: // User declarations public: // User declarations __fastcall TBackgroundDemoAboutForm(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TBackgroundDemoAboutForm *BackgroundDemoAboutForm; //--------------------------------------------------------------------------- #endif