home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / frlnch.zip / source.frl / resource.h < prev    next >
C/C++ Source or Header  |  1995-03-09  |  1KB  |  48 lines

  1. /*
  2.   FreeLaunch
  3.   resource constants
  4.   (c) Thomas Blummer 1995
  5.   $Id: resource.h 1.5 1995/03/09 22:28:41 thomas Exp $
  6. */
  7. #define MAINWINDOW 4711
  8. #define IC_DISKIN 4712
  9. #define IC_CLOCK 4713
  10. #define IC_ERROR 4714
  11. #define IC_QUESTION 4715
  12. #define IC_INFO 4716
  13.  
  14. #define MI_INSTALL 10000
  15. #define MI_REMOVE 10010
  16. #define MI_EXIT     10020
  17. #define MI_ACTIONS 10030
  18.  
  19. #define STR_ERROR 1024
  20. #define STR_CANTFINDSCRIPT 1025
  21. #define STR_CANTFINDAPPNAME 1026
  22. #define STR_CANTFINDINFOFILE 1027
  23. #define STR_CANTFINDTITLE 1028
  24. #define STR_NOOWNER 1029
  25. #define STR_CANNOTSTARTDECOMPRESS 1030
  26. #define STR_CANNOTFINDDECOMPRESSED 1031
  27. #define STR_MKDIR 1032
  28. #define STR_FILENOTFOUND 1033
  29. #define STR_CANNOTCOPYFILE 1034
  30. #define STR_CANNOTCOPYCONFIG 1035
  31. #define STR_CANNOTOPENCONFIG 1036
  32. #define STR_CANNOTWRITECONFIG 1037
  33. #define STR_CONFUPDATED 1038
  34. #define STR_CONFNOTUPDATED 1039
  35. #define STR_NOTINSTALLED 1040
  36. #define STR_CANTDELETEFILE 1041
  37. #define STR_CANTREGISTERCLASS 1042
  38. #define STR_CANTCREATEOBJECT 1043
  39. #define STR_CANTDEREGISTERCLASS 1044
  40. #define STR_CANTREMOVEOBJECT 1045
  41. #define STR_INSTALLDONE 1046
  42. #define STR_REMOVEDONE 1047
  43. #define STR_WRONGDISK 1048
  44. #define STR_DLL 1049
  45. #define STR_DLLPROC 1050
  46. #define STR_CANNOTUNZIP 1051
  47. #define STR_CANNOTFINDUNZIPPED 1052
  48.