16 lines
497 B
C++
16 lines
497 B
C++
//---------------------------------------------------------------------------
|
|
#include <vcl\vcl.h>
|
|
#pragma hdrstop
|
|
|
|
#include "listado.h"
|
|
//---------------------------------------------------------------------------
|
|
#pragma link "Grids"
|
|
#pragma resource "*.dfm"
|
|
TForm3 *Form3;
|
|
//---------------------------------------------------------------------------
|
|
__fastcall TForm3::TForm3(TComponent* Owner)
|
|
: TForm(Owner)
|
|
{
|
|
}
|
|
//---------------------------------------------------------------------------
|