mirror of https://github.com/tongzx/nt5src
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.
22 lines
711 B
22 lines
711 B
/************************************************************/
|
|
/* 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
|
|
|