home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / os2sdk / os2sdk12 / stock / ids.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-06-07  |  867 b   |  38 lines

  1. //**    ids.h - resource ids
  2.  
  3. #define IDR_APP         100
  4.  
  5. // Reserved for FILE dialogs    150
  6. //   "                          151
  7. //   "                          152
  8. //   "                          153
  9. //   "                          154
  10. //   "                          155
  11. //   "                          156
  12. //   "                          157
  13. //   "                          158
  14. // Reserved for FILE dialogs    159
  15.  
  16. #define IDM_FILE        200
  17. #define IDM_FILE_OPEN        201
  18. #define IDM_FILE_CLOSE        202
  19. #define IDM_FILE_SAVE        203
  20. #define IDM_FILE_PRINT        204
  21. #define IDM_FILE_PRINTER_SETUP    205
  22. #define IDM_FILE_EXIT        206
  23.  
  24. #define IDM_OPTIONS        300
  25. #define IDM_OPTIONS_ORIGIN    301
  26.  
  27. #define IDM_HELP        320
  28. #define IDM_ABOUT        321
  29.  
  30.  
  31. #define IDD_ABOUT        400
  32.  
  33.  
  34. #define IDD_PRINTER_SETUP    500
  35. #define IDL_PRINTER        501
  36. #define IDB_SETUP        502
  37. #define IDB_RESET        503
  38.