home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / sampl254.zip / gcc2 / samples / sample3 / sample3.h < prev    next >
Text File  |  1992-02-09  |  881b  |  29 lines

  1. /********************************************/
  2. /*                                          */
  3. /* Standard Program Header File             */ 
  4. /*                                          */
  5. /********************************************/
  6.  
  7. /* Name Indentifier for the program icon. */
  8.  
  9. #define ID_RESOURCE      100
  10.  
  11. /* Name Identifier for the Menu Bar Items. */
  12.  
  13. #define   IDM_FILE         110
  14. #define     IDM_NEW          111
  15. #define     IDM_OPEN         112
  16. #define     IDM_SAVE         113
  17. #define     IDM_SAVEAS       114
  18. #define     IDM_EXIT         115
  19. #define     IDM_ABOUT        116
  20. #define   IDM_EDIT         120
  21. #define     IDM_UNDO         121
  22. #define     IDM_CUT          122
  23. #define     IDM_COPY         123
  24. #define     IDM_PASTE        124
  25. #define     IDM_CLEAR        125
  26. #define     IDM_FIND         126
  27. #define     IDM_SELECTALL    127
  28.  
  29.