18 lines
539 B
C++
18 lines
539 B
C++
//---------------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
|
|
#include "DViewer_PrintClientes.h"
|
|
#include "DViewer.h"
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
#pragma resource "*.dfm"
|
|
TQRClt *QRClt;
|
|
//---------------------------------------------------------------------------
|
|
__fastcall TQRClt::TQRClt(TComponent* Owner)
|
|
: TForm(Owner)
|
|
{
|
|
}
|
|
//---------------------------------------------------------------------------
|
|
|