//--------------------------------------------------------------------------- #ifndef fForestCH #define fForestCH //--------------------------------------------------------------------------- #include #include #include #include //--------------------------------------------------------------------------- class TFormForest : public TForm { __published: // IDE-managed Components private: // User declarations public: // User declarations __fastcall TFormForest(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TFormForest *FormForest; //--------------------------------------------------------------------------- #endif