//--------------------------------------------------------------------------- #include #pragma hdrstop #include "DViewer_PrintHistoric.h" #include "DViewer.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma resource "*.dfm" TQRHistoric *QRHistoric; //--------------------------------------------------------------------------- __fastcall TQRHistoric::TQRHistoric(TComponent* Owner) : TForm(Owner) { } //---------------------------------------------------------------------------