//---------------------------------------------------------------------------- #include #pragma hdrstop #include "TpvBlcM_PrintFact.h" #include "TpvBlcMVnt.h" //---------------------------------------------------------------------------- #pragma resource "*.dfm" TQRListadoFacturas *QRListadoFacturas; //---------------------------------------------------------------------------- __fastcall TQRListadoFacturas::TQRListadoFacturas(TComponent* Owner) : TQuickRep(Owner) { } //----------------------------------------------------------------------------