home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 6 / mastvb6.iso / leadtools / ocx32.lt / INFO.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1997-06-20  |  471 b   |  15 lines

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