Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

72 lines
1.8 KiB

/* dialog symbols */
/* constants for dialog referance (each is a dialog) */
#define DTOPEN 100
#define DTSAVE 101
#define DTMERGE 102
#define DTHEADER 103
#define DTADD 104
#define DTGOTO 105
#define DTFIND 106
#define DTABOUT 107
#define DTABORTDLG 108
#define DTDIAL 109
#define DTNAME 110
#define DTPAGE 111
#define DTPRINT 112
#define DTLINKS 114 /* OLE properties dialogs */
#define DTINVALIDLINK 115
#define DLGPASTESPECIAL 116
#define DLGINSERTOBJECT 117
#define DTFINDDLG 118
/* used in DIAL */
#define RB_TONE 206
#define RB_PULSE 207
#define RB_110 211
#define RB_300 212
#define RB_1200 213
#define RB_2400 214
#define RB_4800 215
#define RB_9600 216
#define RB_19200 217
#define RB_COM1 401
#define RB_COM2 402
#define RB_COM3 403
#define RB_COM4 404
/* use in OPEN/MERGE */
#define ID_PATH 300
#define ID_EDIT 301
#define ID_FILEBOX 302
#define ID_DIRBOX 303
#define ID_FILES 304
#define ID_DIR 305
#define ID_NUM 306
#define ID_SETUP 307
#define ID_BOX1 308
#define ID_BOX2 309
#define ID_HEADER 310
#define ID_FOOTER 311
#define ID_LEFT 312
#define ID_RIGHT 313
#define ID_TOP 314
#define ID_BOTTOM 315
#define ID_USEPREFIX 316
#define ID_PREFIX 317
#define ID_PRINTER 318
#define IDD_PASTE 400
#define IDD_PASTELINK 401
#define IDD_SOURCE 402
#define IDD_CLIPOWNER 403
#define IDD_ITEM 404
#define IDD_LISTBOX 405
#define ID_SPACE 406
#define IDD_FONT 500