18 lines
591 B
C++
18 lines
591 B
C++
//---------------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
|
|
#include "TpvVntAlbPrint.h"
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
#pragma link "TpvVntFctPrint"
|
|
#pragma resource "*.dfm"
|
|
TQRMDFacturaVnt1 *QRMDFacturaVnt1;
|
|
//---------------------------------------------------------------------------
|
|
__fastcall TQRMDFacturaVnt1::TQRMDFacturaVnt1(TComponent* Owner)
|
|
: TQRMDFacturaVnt(Owner)
|
|
{
|
|
}
|
|
//---------------------------------------------------------------------------
|
|
|