mirror of https://github.com/lianthony/NT4.0
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.
98 lines
2.7 KiB
98 lines
2.7 KiB
/****************************Module*Header******************************\
|
|
* Copyright (c) 1987 - 1991 Microsoft Corporation *
|
|
\***********************************************************************/
|
|
#define ABOUTBOX 1
|
|
#define CLEARBOX 2
|
|
#define LOADBOX 3
|
|
#define SAVEBOX 4
|
|
#define INFOBOX 5
|
|
#define MOUSEBOX 6
|
|
#define BRUSHBOX 7
|
|
#define COLORBOX 8
|
|
#define FONTBOX 9
|
|
#define CLRLDBOX 10
|
|
#define CLRSVBOX 11
|
|
#define ABORTBOX 12
|
|
#define PRINTBOX 13
|
|
#define PSIZEBOX 14
|
|
#define HELPBOX 15
|
|
#define HELPTOPICS 16
|
|
#define PAGESETUP 17
|
|
#define PRINTERSETUP 18
|
|
#define FileOpen 19 /* New standard file dialogs */
|
|
#define FileSave 20
|
|
#define DLG_FONT 21
|
|
#define DLG_OBJECTUPDATE 22
|
|
|
|
#define ID_HELP 10
|
|
#define IDWIDTH 100
|
|
#define IDHEIGHT 101
|
|
#define IDIN 102
|
|
#define IDCM 103
|
|
#define IDPELS 104
|
|
#define IDFILELIST 105
|
|
#define IDFILENAME 106
|
|
#define IDPATHNAME 107
|
|
#define IDINFO 108
|
|
#define IDCOLORS 109
|
|
#define IDPLANES 110
|
|
#define IDMOUSEX 111
|
|
#define IDMOUSEY 112
|
|
#define IDRECTBRUSH 113
|
|
#define IDOVALBRUSH 114
|
|
#define IDHORZBRUSH 115
|
|
#define IDVERTBRUSH 116
|
|
#define IDSLANTLBRUSH 117
|
|
#define IDSLANTRBRUSH 118
|
|
#define IDREDBAR 119
|
|
#define IDGREENBAR 120
|
|
#define IDBLUEBAR 121
|
|
#define IDDEFAULT 122
|
|
#define IDCOLOR 123
|
|
#define IDSETBARS 124
|
|
#define IDSETCOLOR 125
|
|
#define IDTOP 126
|
|
#define IDLEFT 127
|
|
#define IDCOPIES 128
|
|
#define IDDRAFT 129
|
|
#define IDPROOF 130
|
|
#define IDWHOLE 131
|
|
#define IDPARTIAL 132
|
|
#define IDPRINT 133
|
|
#define ID2 134
|
|
#define ID256 135
|
|
#define IDDIRLIST 136
|
|
#define IDSETUP 137
|
|
#define IDBOTTOM 138
|
|
#define IDRIGHT 139
|
|
#define IDPRINTERLIST 140
|
|
#define IDPRINTER 141
|
|
#define IDPCX 142
|
|
#define IDBITMAP 143
|
|
#define IDBITMAP4 144
|
|
#define IDBITMAP8 145
|
|
#define IDBITMAP24 146
|
|
#define IDMSP 147
|
|
#define IDCURSOR 149
|
|
#define IDICON 150
|
|
#define IDREDEDIT 151
|
|
#define IDGREENEDIT 152
|
|
#define IDBLUEEDIT 153
|
|
#define IDSETEDIT 154
|
|
|
|
#ifdef JAPAN // Change caption of Page settings layout by intl
|
|
#define IDSPACE 155
|
|
#endif
|
|
|
|
#define IDOPTIONS 200
|
|
#define IDSAVEASTEXT 201
|
|
#define IDHEADER 203
|
|
#define IDFOOTER 204
|
|
#define IDUSEPRINTER 205
|
|
#define IDDEVICEPORT 206
|
|
#define IDPERCENT 207
|
|
#define IDD_CONTINUEEDIT 208
|
|
#define IDD_UPDATEEXIT 209
|
|
#define IDD_TEXT 210
|
|
#define IDMOUSESEP 211
|
|
|