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