home *** CD-ROM | disk | FTP | other *** search
/ 3D GFX / 3D GFX.iso / pcutils / os2 / imshow / source / imshow.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-12-31  |  2.9 KB  |  78 lines

  1. /*****************************  IMSHOW.H  **********************************/
  2. /*                                                                         */
  3. /*  imShow.h contains the symbolic names of the main source file           */
  4. /*  (imShow.c) and of the ressource file (imShow.rc).                      */
  5. /*                                                                         */
  6. /*  imShow.h, Version 2.02, 1/93                                           */
  7. /*                                                                         */
  8. /*  Variables, procedures and constants are declarated in the source       */
  9. /*  code itself.                                                           */
  10. /*                                                                         */
  11. /***************************************************************************/
  12.  
  13.  
  14. #define ID_RESOURCE   1           /* ID of application ressources          */
  15.  
  16. #define IDD_ABOUT     2           /* About dialog box                      */
  17. #define IDD_ERRORS    3           /* Error dialogboxes                     */
  18. #define IDD_CANCEL    4           /* Cancel dialogbox                      */
  19. #define IDD_PERCENT   41
  20. #define IDD_PROP      5           /* Parameter dialogbox                   */
  21. #define IDD_TYPE      51           /* Some textfields of the param. box    */
  22. #define IDD_STORAGE   52
  23. #define IDD_SIZEX     53
  24. #define IDD_SIZEY     54
  25. #define IDD_SAMPLES   55
  26. #define IDD_DEPTH     56
  27. #define IDD_COLORS    57
  28.  
  29. #define IDM_FILE      1           /* Some menuchoices                      */
  30. #define IDM_OPEN      11
  31. #define IDM_WRITE     12
  32. #define IDM_QUIT      13
  33. #define IDM_VIEW      30
  34. #define IDM_FIT       31
  35. #define IDM_25        32
  36. #define IDM_50        33
  37. #define IDM_75        34
  38. #define IDM_100       35
  39. #define IDM_200       36
  40. #define IDM_400       37
  41. #define IDM_800       38
  42. #define IDM_PROP      4
  43. #define IDM_HELP      5
  44. #define IDM_HELPHELP  51
  45. #define IDM_HELPEXT   52
  46. #define IDM_HELPKEYS  53
  47. #define IDM_HELPIND   54
  48. #define IDM_ABOUT     55
  49.  
  50. #define IDS_HELPTITLE 1           /* Symbols for the strings               */
  51. #define IDS_HELP      10
  52. #define IDS_ERRTITLE  2
  53. #define IDS_FILEERR   20
  54. #define IDS_TYPEERR   21
  55. #define IDS_FLTERR    22
  56. #define IDS_STARTERR  23
  57. #define IDS_IMTITLE   3
  58. #define IDS_CONVERT   30
  59. #define IDS_FILEOPEN  40
  60. #define IDS_DID_OK    41
  61. #define IDS_GIFERR    50
  62. #define IDS_GIFUNEX   51
  63. #define IDS_GIF_NOIMG 52
  64. #define IDS_GIF_BOGUS 53
  65. #define IDS_GIF_INTL  54
  66.  
  67. #define WM_FINISHED   (WM_USER + 0) /* Symbol for a user message           */
  68. #define WM_PROGRESS   (WM_USER + 1)
  69.  
  70. #define UNKNOWN       10            /* Symbols for filetypes               */
  71. #define BITMAP        20
  72. #define OS2_101       21
  73. #define WIN_3         22
  74. #define OS2_200       23
  75. #define GIF           30
  76. #define IM            40
  77. #define IMERROR       41
  78.