CtrlMstr/DViewer_PrintClientes.cpp
2021-09-12 22:02:01 +02:00

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)
{
}
//---------------------------------------------------------------------------