home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
CUSTRPT.CPP
< prev
next >
Wrap
C/C++ Source or Header
|
1997-01-16
|
553b
|
15 lines
//---------------------------------------------------------------------------
#include <vcl\vcl.h>
#pragma hdrstop
#include "CustRpt.h"
#include "Datamod.h"
//---------------------------------------------------------------------------
#pragma resource "*.dfm"
TCustReportForm *CustReportForm;
//---------------------------------------------------------------------------
__fastcall TCustReportForm::TCustReportForm(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------