TPVwin/TpvBlcM_PrintFact.cpp
2021-09-12 22:19:30 +02:00

15 lines
568 B
C++

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