//--------------------------------------------------------------------------- #include #pragma hdrstop #include "capg_qrLabonados.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma resource "*.dfm" TqrLAbonados *qrLAbonados; //--------------------------------------------------------------------------- __fastcall TqrLAbonados::TqrLAbonados(TComponent* Owner) : TForm(Owner) { } //---------------------------------------------------------------------------