windows-nt/Source/XPSP1/NT/base/mvdm/wow16/write/bitmaps.h
2020-09-26 16:20:57 +08:00

22 lines
711 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/************************************************************/
/* Windows Write, Copyright 1985-1992 Microsoft Corporation */
/************************************************************/
/* These are defines for the different-sized, conditionally-loaded Ruler
bitmaps. See header of WRITE.RC and also FCreateRuler() ..pault */
#define idBmBtns 100 /* Ruler Buttons */
#define idBmBtnsCGA 100
#define idBmBtnsEGA 101
#define idBmBtnsVGA 102
#define idBmBtns8514 103
#define idBmBtnsMax 104
#define idBmMarks 200 /* Ruler Marks */
#define idBmMarksCGA 200
#define idBmMarksEGA 201
#define idBmMarksVGA 202
#define idBmMarks8514 203
#define idBmMarksMax 204