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