//--------------------------------------------------------------------------- #ifndef TreeEditmainH #define TreeEditmainH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include "Grids.hpp" #include #include #include "dxdbtrel.hpp" #include //--------------------------------------------------------------------------- class TForm1 : public TForm { __published: // IDE-managed Components TPanel *Panel1; TLabel *Label1; TdxDBTreeViewEdit *DBTreeViewEdit1; TDBNavigator *DBNavigator1; TBitBtn *BitBtn1; TPanel *Panel2; TDBGrid *DBGrid1; TTable *Table1; TDataSource *DataSource1; void __fastcall DBTreeViewEdit1CloseUp(TObject *Sender, bool Accept); private: // User declarations public: // User declarations __fastcall TForm1(TComponent* Owner); }; //--------------------------------------------------------------------------- extern TForm1 *Form1; //--------------------------------------------------------------------------- #endif