home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / wps / graphic / showbmp / showbmp.h < prev    next >
Text File  |  1990-06-18  |  1KB  |  49 lines

  1. /********************************************************************
  2. **                      SHOWBMP Header File                        **
  3. ********************************************************************/
  4.  
  5. #define ID_MAINWIN         1
  6.  
  7. #define IDD_ABOUT          50
  8. #define IDD_OPEN           51
  9.  
  10. #define IDM_FILE           100
  11. #define IDM_FILE_NEW       101
  12. #define IDM_FILE_OPEN      102
  13. #define IDM_FILE_SAVE      103
  14. #define IDM_FILE_SAVEAS    104
  15. #define IDM_FILE_INFO      105
  16. #define IDM_FILE_ABOUT     106
  17. #define IDM_FILE_EXIT      107
  18.  
  19.  
  20. #define IDM_HELP           199
  21.  
  22. #define IDS_ERROR01        200
  23. #define IDS_ERROR02        201
  24. #define IDS_ERROR03        202
  25. #define IDS_ERROR04        203
  26. #define IDS_ERROR05        204
  27. #define IDS_ERROR06        205
  28.  
  29. #define IDS_TITLE          260
  30. #define IDS_ERROR          261
  31. #define IDS_DEBUG          262
  32. #define IDS_VIEWINFO       263
  33. #define IDS_UNTITLED       264
  34. #define IDS_WORKING        265
  35.  
  36. #define IDS_FORMAT01       270
  37. #define IDS_FORMAT02       271
  38. #define IDS_FORMAT03       272
  39. #define IDS_FORMAT04       273
  40.  
  41. #define IDD_PATH           300
  42. #define IDD_FILEEDIT       301
  43. #define IDD_DEVLIST        302
  44. #define IDD_DIRLIST        303
  45. #define IDD_FILELIST       304
  46.  
  47. #define UWM_BITMAP_READY   (WM_USER+0)     // Bitmap ready msg
  48. #define UWM_BITMAP_ERROR   (WM_USER+1)     // Bitmap error msg
  49.