//--------------------------------------------------------------------------- #ifndef busquedaH #define busquedaH //--------------------------------------------------------------------------- #include #include #include #include #include #include "Grids.hpp" #include #include //--------------------------------------------------------------------------- class TForm4 : public TForm { __published: // IDE-managed Components TComboBox *ComboBox1; TLabel *Label1; TLabel *Label2; TDBGrid *DBGrid1; TEdit *Edit1; TDataSource *DataSource1; TTable *Table1; void __fastcall ComboBox1Change(TObject *Sender); void __fastcall Edit1KeyPress(TObject *Sender, char &Key); void __fastcall FormActivate(TObject *Sender); void __fastcall FormClose(TObject *Sender, TCloseAction &Action); private: // User declarations public: // User declarations __fastcall TForm4(TComponent* Owner); }; //--------------------------------------------------------------------------- extern int direccion; extern TForm4 *Form4; //--------------------------------------------------------------------------- #endif