//--------------------------------------------------------------------------- #include #pragma hdrstop #include "telefonos.h" #include "listado.h" //--------------------------------------------------------------------------- #pragma link "Grids" #pragma resource "*.dfm" TForm5 *Form5; //--------------------------------------------------------------------------- __fastcall TForm5::TForm5(TComponent* Owner) : TForm(Owner) { } //---------------------------------------------------------------------------