//--------------------------------------------------------------------------- #include #pragma hdrstop #include "fForestC.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma resource "*.dfm" TFormForest *FormForest; //--------------------------------------------------------------------------- __fastcall TFormForest::TFormForest(TComponent* Owner) : TForm(Owner) { } //---------------------------------------------------------------------------