22 lines
711 B
C
22 lines
711 B
C
|
/************************************************************/
|
|||
|
/* 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
|
|||
|
|