www.pudn.com > 2.rar > qrep.cpp, change:2004-04-30,size:519b
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "qrep.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
TReport *Report;
//---------------------------------------------------------------------------
__fastcall TReport::TReport(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------