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.
39 lines
1.3 KiB
39 lines
1.3 KiB
|
|
#define DID_ABOUT 100
|
|
|
|
#define DID_SELECTWINDOW 200
|
|
#define DID_SELWINLIST 201
|
|
#define DID_SELWINWINDOW 202
|
|
#define DID_SELWINCLASS 203
|
|
#define DID_SELWINPARENT 204
|
|
#define DID_SELWINRECT 205
|
|
#define DID_SELWINSTYLE 206
|
|
#define DID_SELWINALLWINDOWS 207
|
|
|
|
#define DID_OUTPUT 300
|
|
#define DID_OUTPUTWINDOW 301
|
|
#define DID_OUTPUTLINES 302
|
|
#define DID_OUTPUTCOM1 303
|
|
#define DID_OUTPUTFILE 304
|
|
#define DID_OUTPUTFILENAME 305
|
|
|
|
#define DID_MESSAGES 400
|
|
#define DID_MSGSLIST 401
|
|
#define DID_MSGSALL 402
|
|
#define DID_MSGSNONE 403
|
|
#define DID_MSGSDDE 404
|
|
#define DID_MSGSCLIP 405
|
|
#define DID_MSGSMOUSE 406
|
|
#define DID_MSGSNC 407
|
|
#define DID_MSGSKEYBD 408
|
|
#define DID_MSGSBM 409
|
|
#define DID_MSGSCB 410
|
|
#define DID_MSGSEM 411
|
|
#define DID_MSGSLB 412
|
|
#define DID_MSGSSTM 413
|
|
#define DID_MSGSUSER 414
|
|
#define DID_MSGSUNKNOWN 415
|
|
#ifdef FE_IME
|
|
#define DID_MSGSIME 416
|
|
#endif
|
|
|