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

17 lines
543 B
C++

//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "DViewer_PrintBonos.h"
#include "DViewer.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
TQRBonos *QRBonos;
//---------------------------------------------------------------------------
__fastcall TQRBonos::TQRBonos(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------