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.
 
 
 
 
 
 

57 lines
1.5 KiB

#define ID_OK 100
#define ID_CANCEL 101
#define ID_FNAME 104
#define IDD_FILENEW 200
#define IDD_FILEOPEN 300
#define IDD_FILENAME 301
#define IDD_FILES 302
#define IDD_PATH 303
#define IDD_DIRS 304
#define IDD_DLGDESCR 400
#define IDD_ITEMS 401
#define IDD_ITEMDESCR1 402
#define IDD_ITEMDESCR2a 403
#define IDD_ITEMDESCR2b 404
#define IDD_ITEMDESCR2c 405
#define IDD_DLGNUM 406
#define IDD_ALLITEMS 407
#define IDD_ADD 408
#define IDD_REMOVE 409
#define IDD_SAVE 410
#define IDD_INSERT 411
#define IDD_RESULT 412
#define IDD_DLGTITLE 413
#define IDD_COUNT 414
#define IDD_COMPARE 415
#define IDD_SELECT 416
#define IDD_PARENT 417
#define IDD_VIEW 418
#define IDD_LOGNAME 419
#define IDD_CAPTUREALL 420
#define IDD_DELFILE 421
#define IDD_SINGLE 422
#define IDD_GETMENU 423
#define IDD_FMATCASE 500
#define IDD_FMATCLASS 501
#define IDD_FMATNAME 502
#define IDD_FMATRECT 503
#define IDD_FMATTAB 504
#define IDD_FMATSTATE 505
#define IDD_EMATCASE 506
#define IDD_EMATCLASS 507
#define IDD_EMATNAME 508
#define IDD_EMATRECT 509
#define IDD_EMATTAB 510
#define IDD_EMATSTATE 511
#define IDD_DEFAULT 512
#ifdef WIN32
#define ID_SELECTWINLIST 1001
#define ID_WINDOW 1002
#define ID_CLASS 1003
#define ID_PARENT 1004
#define ID_RECT 1005
#define ID_STYLE 1006
#endif