First commit 11/12/1999
This commit is contained in:
17
DViewer_PrintClientes.cpp
Normal file
17
DViewer_PrintClientes.cpp
Normal file
@ -0,0 +1,17 @@
|
||||
//---------------------------------------------------------------------------
|
||||
#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)
|
||||
{
|
||||
}
|
||||
//---------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user