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

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