home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / magazine / wpj1_6.zip / HELLO.ZIP / HELLO.H < prev    next >
Text File  |  1993-06-06  |  1KB  |  47 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 IDD_FNAME           53
  13. #define IDD_FLIST           54
  14. #define IDD_FPATH           55
  15.  
  16. #define IDM_FILENEW        101
  17. #define IDM_FILEOPEN       102
  18. #define IDM_FILESAVE       103
  19. #define IDM_FILESAVEAS     104
  20. #define IDM_FILEPRINT      105
  21. #define IDM_FILEPRINTPREV  106
  22. #define IDM_FILEPRINTSETUP 107
  23. #define IDM_FILEEXIT       108
  24.  
  25. #define IDM_EDITUNDO       201
  26. #define IDM_EDITREPEAT     202
  27. #define IDM_EDITCUT        203
  28. #define IDM_EDITCOPY       204
  29. #define IDM_EDITPASTE      205
  30. #define IDM_EDITCLEAR      206
  31. #define IDM_EDITPAST       207
  32.  
  33. #define IDM_SAMPLEDLG      301
  34. #define IDM_ALTERNATE      320
  35. #define IDM_ALTONE         321
  36. #define IDM_ALTTWO         322
  37. #define IDM_ALTGRAY        323
  38. #define IDM_ALTUNGRAY      324
  39. #define IDM_ALTRESTORE     325
  40.  
  41. #define IDM_HELPINDX       401
  42. #define IDM_HELPKBD        402
  43. #define IDM_HELPCMDS       403
  44. #define IDM_HELPPROCS      404
  45. #define IDM_HELPUSING      405
  46. #define IDM_HELPABOUT      406
  47.