//--------------------------------------------------------------------------- #ifndef treeH #define treeH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include //--------------------------------------------------------------------------- class TForm2 : public TForm { __published: // IDE-managed Components TdxTreeView *TreeView1; TLabel *Label1; TLabel *Label2; TBitBtn *BitBtn1; private: // User declarations public: // User declarations __fastcall TForm2(TComponent* Owner); }; //--------------------------------------------------------------------------- extern TForm2 *Form2; //--------------------------------------------------------------------------- #endif