home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / CUSTRPT.CPP < prev    next >
C/C++ Source or Header  |  1997-01-16  |  553b  |  15 lines

  1. //---------------------------------------------------------------------------
  2. #include <vcl\vcl.h>
  3. #pragma hdrstop
  4.  
  5. #include "CustRpt.h"
  6. #include "Datamod.h"
  7. //---------------------------------------------------------------------------
  8. #pragma resource "*.dfm"
  9. TCustReportForm *CustReportForm;
  10. //---------------------------------------------------------------------------
  11. __fastcall TCustReportForm::TCustReportForm(TComponent* Owner)
  12.         : TForm(Owner)
  13. {
  14. }
  15. //---------------------------------------------------------------------------