2021-09-12 22:14:42 +02:00

15 lines
514 B
C++

//----------------------------------------------------------------------------
#include <vcl\vcl.h>
#pragma hdrstop
#include "Report.h"
//----------------------------------------------------------------------------
#pragma resource "*.dfm"
TQuickReport1 *QuickReport1;
//----------------------------------------------------------------------------
__fastcall TQuickReport1::TQuickReport1(TComponent* Owner)
: TQuickRep(Owner)
{
}
//----------------------------------------------------------------------------