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.
29 lines
1.1 KiB
29 lines
1.1 KiB
|
|
// ID values for Mouse property sheet
|
|
|
|
#define NO_HELP ((DWORD) -1) // Disables Help for a control (from Help.h)
|
|
|
|
#define IDH_COMM_GROUPBOX 28548
|
|
|
|
#define IDH_DLGMOUSE_LEFT 3000
|
|
#define IDH_DLGMOUSE_RIGHT 3001
|
|
#define IDH_DLGMOUSE_DOUBCLICK 3002
|
|
#define IDH_DLGMOUSE_HANDED_PIC 3003
|
|
#define IDH_DLGMOUSE_DCLICK_PIC 3004
|
|
#define IDH_DLGMOUSE_SHOWTRAIL 3005
|
|
#define IDH_DLGMOUSE_TRAILLENGTH 3006
|
|
#define IDH_DLGMOUSE_TYPE 3007
|
|
#define IDH_DLGMOUSE_CHANGE 3008
|
|
#define IDH_DLGMOUSE_POINTMO 3009
|
|
#define IDH_MOUSE_POINT_SCHEME 3010
|
|
#define IDH_MOUSE_POINT_DEL 3011
|
|
#define IDH_MOUSE_POINT_SAVEAS 3012
|
|
#define IDH_MOUSE_POINT_BROWSE 3013
|
|
#define IDH_MOUSE_POINT_LIST 3014
|
|
#define IDH_MOUSE_POINT_DEFAULT 3015
|
|
#define IDH_DLGMOUSE_OPTIONS 3016
|
|
#define IDH_MOUSE_NEW_SCHEME_NAME 3017
|
|
#define IDH_MOUSE_POINT_PREVIEW 3018
|
|
#define IDH_DLGMOUSE_SNAPDEF 3019 // Get user ed to give us a real number
|
|
#define IDH_DLGMOUSE_TYPE_LIST 3020
|
|
|