//--------------------------------------------------------------------------- #ifndef InPlaceEditorsDemoSplashH #define InPlaceEditorsDemoSplashH //--------------------------------------------------------------------------- #include #include #include #include #include //--------------------------------------------------------------------------- class TfrmLoading : public TForm { __published: // IDE-managed Components TPanel *Panel1; private: // User declarations public: // User declarations __fastcall TfrmLoading(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TfrmLoading *frmLoading; //--------------------------------------------------------------------------- #endif