home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 9 / CDACTUAL9.iso / progs / CB / DATA.Z / INSTR.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1996-10-03  |  483 b   |  14 lines

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