17 lines
543 B
C++
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)
|
|
{
|
|
}
|
|
//---------------------------------------------------------------------------
|