Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
711 B

  1. /************************************************************/
  2. /* Windows Write, Copyright 1985-1992 Microsoft Corporation */
  3. /************************************************************/
  4. /* These are defines for the different-sized, conditionally-loaded Ruler
  5. bitmaps. See header of WRITE.RC and also FCreateRuler() ..pault */
  6. #define idBmBtns 100 /* Ruler Buttons */
  7. #define idBmBtnsCGA 100
  8. #define idBmBtnsEGA 101
  9. #define idBmBtnsVGA 102
  10. #define idBmBtns8514 103
  11. #define idBmBtnsMax 104
  12. #define idBmMarks 200 /* Ruler Marks */
  13. #define idBmMarksCGA 200
  14. #define idBmMarksEGA 201
  15. #define idBmMarksVGA 202
  16. #define idBmMarks8514 203
  17. #define idBmMarksMax 204
  18.