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