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