home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / GENERAL / CONTRAST.ZIP / CONTRAST.H < prev    next >
Text File  |  1991-01-11  |  3KB  |  86 lines

  1. /******************************/
  2. /*    CONTRAST header file    */
  3. /******************************/
  4.  
  5. /******************************/
  6. /* ID_*   resource identifier */
  7. /* DID_*    dialog identifier */
  8. /* MID_*      menu identifier */
  9. /* HID_*      help identifier */
  10. /******************************/
  11.  
  12. #define ID_CONTRAST       256
  13.  
  14. #define MID_FILE        1
  15. #define MID_OPEN        10
  16. #define MID_EXIT        11
  17.  
  18. #define MID_VIEW        2
  19. #define MID_FILEA       20             /* |                     */
  20. #define MID_FILEB       21             /* } must be consecutive */
  21. #define MID_COMPOSITE   22             /* |                     */
  22.  
  23. #define MID_OPTIONS                 3
  24. #define MID_IGNORE_LEADING_BLANKS   30
  25. #define MID_IGNORE_TRAILING_BLANKS  31
  26. #define MID_IGNORE_ALL_BLANKS       32
  27. #define MID_INTERLEAVE_UNIQUE_LINES 33
  28. #define MID_SET_COLOURS             34
  29. #define MID_SET_FONT                35
  30.  
  31. #define MID_HELP          9
  32. #define MID_HELP_FOR_HELP 90
  33. #define MID_ABOUT         91
  34.  
  35. #define DID_HELP        3
  36.  
  37. #define DID_OPEN        100
  38. #define DID_FILEA       101
  39. #define DID_FILEB       102
  40. #define DID_CUR_DIR_A   103
  41. #define DID_CUR_DIR_B   104
  42. #define DID_FILES_A     105
  43. #define DID_FILES_B     106
  44. #define DID_DIRS_A      107
  45. #define DID_DIRS_B      108
  46.  
  47. #define DID_ABOUT       110
  48.  
  49. #define DID_COLOURS             120
  50. #define DID_COLOURS_USED        121
  51. #define DID_POSSIBLE_COLOURS    122
  52. #define DID_DEFAULT             123
  53.  
  54. #define DID_F1_BA               124     /* reserve 14 after this */
  55.  
  56. #define DID_SET_FONT            140
  57. #define DID_FONTS_AVAILABLE     141
  58. #define DID_ITALIC              142
  59. #define DID_BOLD                143
  60.  
  61. #define DID_SHOW_COLOURS        150
  62. #define DID_ACTUAL_COLOURS      151     /* reserve 7 after this */
  63.  
  64.  
  65. #define ID_PROBLEM      201
  66.  
  67. #define SID_USED_BASE      16           /* divisible by 16 for performance */
  68. #define SID_POSSIBLE_BASE  32           /*     "     "  "   "       "      */
  69.  
  70. /* these must be kept up to date with the values in CONTRAST.IPF */
  71. #define HID_CONTRAST       401
  72. #define HID_OPEN           402
  73. #define HID_PROBLEM        403
  74. #define HID_FILE           404
  75. #define HID_HELP           405
  76. #define HID_KEYS           406
  77. #define HID_VIEW           407
  78. #define HID_OPTIONS        408
  79.  
  80. #define HID_BAR_CHART      500
  81. #define HID_COMPOSITE      501
  82. #define HID_COLOURS        502
  83. #define HID_SET_COLOURS    503
  84. #define HID_SET_FONT       504
  85.  
  86.