| 123456789101112131415161718192021 |
- //---------------------------------------------------------------------------
- #ifndef fForestCH
- #define fForestCH
- //---------------------------------------------------------------------------
- #include <System.Classes.hpp>
- #include <Vcl.Controls.hpp>
- #include <Vcl.StdCtrls.hpp>
- #include <Vcl.Forms.hpp>
- //---------------------------------------------------------------------------
- class TFormForest : public TForm
- {
- __published: // IDE-managed Components
- private: // User declarations
- public: // User declarations
- __fastcall TFormForest(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TFormForest *FormForest;
- //---------------------------------------------------------------------------
- #endif
|