home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 May / cica_0595_4.zip / cica_0595_4 / UTIL / WSETUP20 / HELPDEFS.H < prev    next >
Text File  |  1994-09-05  |  1KB  |  19 lines

  1. /* Help Compiler defines */
  2.  
  3. #define HELPMAIN 100  // Main window
  4. #define HELPABOUT 200 // System menu about item
  5. #define HELPCOMPLETE 300 // Message complete installation
  6. #define HELPRUN 400 // Message run program after installation
  7. #define HELPABORTED 500 // Message aborted installation
  8. #define HELPPROGMAN 600 // Message create PM items
  9. #define HELPSPACE 700 // Message no space for installation 
  10. #define HELPABORT 800 // Message abort installation ??
  11. #define HELPDISK 900 // Message change disk
  12. #define HELPNOSOURCE 1000 // Message can't find source file (wrong disk ?)
  13. #define HELPFILEINUSE 1400 // Message can't copy source file (dest. file in use ?)
  14. #define HELPOVERWRITE 1100 // Message overwrite file
  15. #define HELPDIRECTORY 1200 // Message create directory
  16. #define HELPDRIVESPEC 1300 // Message no drive specification i destination directory
  17. #define HELPSELECTDEST 1500 // Browse dialogbox to select destination directory
  18. #define HELPSELECTSOURCE 1600 // Browse dialogbox to select source directory
  19.