home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 9 / CDACTUAL9.iso / progs / CB / DATA.Z / RECFORM.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1996-08-16  |  520 b   |  16 lines

  1. //---------------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4.  
  5. #include "RecForm.h"
  6. //---------------------------------------------------------------------------
  7. #pragma resource "*.dfm"
  8. TRecViewForm *RecViewForm;
  9. //---------------------------------------------------------------------------
  10. __fastcall TRecViewForm::TRecViewForm(TComponent* Owner)
  11.   : TStdDataForm(Owner)
  12. {
  13. }
  14. //---------------------------------------------------------------------------
  15.  
  16.