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

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