home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia: Special Games (Alt) / INFESPGAMES.iso / os2 / fractint / smplhelp.hh < prev    next >
Encoding:
Text File  |  1990-09-03  |  568 b   |  29 lines

  1. /*-----------------------
  2.    SMPLHELP.H header file
  3.   -----------------------*/
  4.  
  5. #define ID_RESOURCE     1
  6.  
  7. #define ID_EMESSAGEBOX     2
  8.  
  9. #define IDT_TEXT      1024
  10. #define IDT_HELPONHELP  255
  11.  
  12. #define IDM_HELP         9
  13. #define IDM_ABOUT       10
  14. #define IDM_RESTORE     11
  15.  
  16. #define IDD_ABOUT      25
  17. #define IDC_MYICON     26
  18.  
  19. #define IDS_CLASS        0
  20. #define IDS_TITLE     1
  21. #define IDS_WORKING     2
  22. #define IDS_BADATTACH     3
  23.  
  24. #define WM_NEW_TEXT     (WM_USER + 10)
  25. #define WM_SUB_DONE     (WM_USER + 15)
  26. #define AEOF '\x1A'
  27.  
  28. #define STACKSIZE      256
  29.