//--------------------------------------------------------------------------- #ifndef listadoH #define listadoH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include "Grids.hpp" #include #include //--------------------------------------------------------------------------- class TForm5 : public TForm { __published: // IDE-managed Components TPanel *Panel1; TPanel *Panel2; TDBGrid *DBGrid1; TDataSource *DataSource1; TTable *Table1; private: // User declarations public: // User declarations __fastcall TForm5(TComponent* Owner); }; //--------------------------------------------------------------------------- extern TForm5 *Form5; //--------------------------------------------------------------------------- #endif