home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / wpj_mag / wpjv1n4.zip / HELLO.ZIP / HELLO.H < prev    next >
Text File  |  1993-03-15  |  1KB  |  41 lines

  1. /* hello.h */
  2.  
  3. #define IDM_SETUP     12
  4.  
  5. #define IDM_HELLO     20
  6. #define IDM_GOODBYE   21
  7.  
  8. #define ID_VERSION    30
  9.  
  10. #define IDM_FILENEW        101
  11. #define IDM_FILEOPEN       102
  12. #define IDM_FILESAVE       103
  13. #define IDM_FILESAVEAS     104
  14. #define IDM_FILEPRINT      105
  15. #define IDM_FILEPRINTPREV  106
  16. #define IDM_FILEPRINTSETUP 107
  17. #define IDM_FILEEXIT       108
  18.  
  19. #define IDM_EDITUNDO       201
  20. #define IDM_EDITREPEAT     202
  21. #define IDM_EDITCUT        203
  22. #define IDM_EDITCOPY       204
  23. #define IDM_EDITPASTE      205
  24. #define IDM_EDITCLEAR      206
  25. #define IDM_EDITPAST       207
  26.  
  27. #define IDM_SAMPLEDLG      301
  28. #define IDM_ALTERNATE      320
  29. #define IDM_ALTONE         321
  30. #define IDM_ALTTWO         322
  31. #define IDM_ALTGRAY        323
  32. #define IDM_ALTUNGRAY      324
  33. #define IDM_ALTRESTORE     325
  34.  
  35. #define IDM_HELPINDX       401
  36. #define IDM_HELPKBD        402
  37. #define IDM_HELPCMDS       403
  38. #define IDM_HELPPROCS      404
  39. #define IDM_HELPUSING      405
  40. #define IDM_HELPABOUT      406
  41.