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

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