home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 November / CDVD1105.ISO / Software / Freeware / programare / graphics32 / Packages / GR32_DSGN_CB5.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  2004-07-02  |  866 b   |  41 lines

  1. //---------------------------------------------------------------------------
  2.  
  3. #include <vcl.h>
  4.  
  5. #pragma hdrstop
  6.  
  7. USEPACKAGE("vcl50.bpi");
  8.  
  9. USEUNIT("..\GR32_Reg.pas");
  10.  
  11. USERES("..\GR32_Reg.dcr");
  12.  
  13. USEPACKAGE("dclstd50.bpi");
  14.  
  15. USEPACKAGE("GR32_CB5.bpi");
  16.  
  17. USEUNIT("..\GR32_Dsgn_Color.pas");
  18.  
  19. USEFORMNS("..\GR32_Dsgn_Bitmap.pas", GR32_dsgn_bitmap, PictureEditorForm);
  20.  
  21. //---------------------------------------------------------------------------
  22.  
  23. #pragma package(smart_init)
  24.  
  25. //---------------------------------------------------------------------------
  26.  
  27. //   Package source.
  28.  
  29. //---------------------------------------------------------------------------
  30.  
  31. int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
  32.  
  33. {
  34.  
  35.    return 1;
  36.  
  37. }
  38.  
  39. //---------------------------------------------------------------------------
  40.  
  41.