home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / tool / various / iniwiz / inires.h < prev    next >
C/C++ Source or Header  |  1994-04-12  |  2KB  |  34 lines

  1. //---------------------------------------------------------------------------
  2. // Resource Information
  3. //---------------------------------------------------------------------------
  4. // Toolbox bitmap resource IDs numbers.
  5. //---------------------------------------------------------------------------
  6. #define IDBMP_INIWIZ        8000
  7. #define IDBMP_INIWIZDOWN    8001
  8. #define IDBMP_INIWIZMONO    8003
  9. #define IDBMP_INIWIZEGA     8006
  10.  
  11. #ifdef RC_INVOKED
  12. //---------------------------------------------------------------------------
  13. // Change these for each new VBX file
  14. //---------------------------------------------------------------------------
  15. #define VBX_COMPANYNAME        "-\0"
  16. #define VBX_FILEDESCRIPTION       "Visual Basic .INI File Wizard Custom Control \0"
  17. #define VBX_INTERNALNAME       "INIWIZ\0"
  18. #define VBX_LEGALCOPYRIGHT       "\0"
  19. #define VBX_LEGALTRADEMARKS       "Microsoft\256 is a registered trademark of Microsoft Corporation. Visual Basic\231 is a trademark of Microsoft Corporation. Windows\231 is a trademark of Microsoft Corporation.\0"
  20. #define VBX_ORIGINALFILENAME       "INIWIZ.VBX\0"
  21. #define VBX_PRODUCTNAME        "Microsoft\256 Visual Basic\231 for Windows\231\0"
  22.  
  23.  
  24. //---------------------------------------------------------------------------
  25. // Update these fields for each build.
  26. //---------------------------------------------------------------------------
  27. #define VBX_VERSION            1,00,0,00
  28. #define VBX_VERSION_STR        "1.00.000\0"
  29.  
  30. #endif
  31.  
  32.  
  33. #define AboutIcon                   0
  34.