54 lines
1.5 KiB
C
54 lines
1.5 KiB
C
/*++
|
|
|
|
Copyright (c) 1994-1998, Microsoft Corporation All rights reserved.
|
|
|
|
Module Name:
|
|
|
|
mousehlp.h
|
|
|
|
Abstract:
|
|
|
|
This module contains the header information for the Mouse help.
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
|
|
|
|
//
|
|
// ID values for Mouse property sheet.
|
|
//
|
|
|
|
#define NO_HELP ((DWORD) -1)
|
|
|
|
#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
|
|
#define IDH_DLGMOUSE_TYPE_LIST 3020
|
|
#define IDH_DLGMOUSE_ACCELERATION 3021
|
|
#define IDH_MOUSE_SGLCLICK 3022
|
|
#define IDH_MOUSE_DBLCLICK 3023
|
|
#define IDH_MOUSE_CURSORSHADOW 3024
|
|
#define IDH_MOUSE_ENABLEWHEEL 3025
|
|
|