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

17 lines
558 B
C++

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