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.
51 lines
2.1 KiB
51 lines
2.1 KiB
/*++
|
|
|
|
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 IDH_COMM_GROUPBOX 28548
|
|
|
|
// Buttons tab
|
|
#define IDH_MOUSE_SWITCH 3000 // Switch primary and secondary buttons check box
|
|
#define IDH_MOUSE_SWITCH_PIC 3001 // Button configuration picture
|
|
#define IDH_MOUSE_DOUBLECLICK 3002 // Double-click text and slider
|
|
#define IDH_MOUSE_DCLICK_TEST_BOX 3003 // Double-click speed test area
|
|
#define IDH_MOUSE_CLKLCK_CHKBOX 3004 // ClickLock check box and text
|
|
#define IDH_MOUSE_CLKLCK_SETTINGS_BTN 3005 // ClickLock Settings button
|
|
#define IDH_MOUSE_CLKLCK_DIALOG 3006 // Settings dialog (entire dialog)
|
|
|
|
// Pointers tab
|
|
#define IDH_MOUSE_POINT_SCHEME 3010 // Scheme list box
|
|
#define IDH_MOUSE_POINT_DEL 3011 // Scheme Delete button
|
|
#define IDH_MOUSE_POINT_SAVEAS 3012 // Scheme Save As button
|
|
#define IDH_MOUSE_POINT_PREVIEW 3013 // Scheme Preview box
|
|
#define IDH_MOUSE_POINT_BROWSE 3014 // Browse button
|
|
#define IDH_MOUSE_POINT_LIST 3015 // Customize list box
|
|
#define IDH_MOUSE_POINT_DEFAULT 3016 // Use Default button
|
|
#define IDH_MOUSE_NEW_SCHEME_NAME 3017 // Save As dialog box
|
|
#define IDH_MOUSE_CURSORSHADOW 3030 // Mouse Shadow check box
|
|
#define IDH_MOUSE_ENHANCED_MOTION 3031 // Enhanced motion checkbox
|
|
|
|
// Pointer Options tab
|
|
#define IDH_MOUSE_POINTERSPEED 3020 // Text and slider
|
|
#define IDH_MOUSE_ADVANCED_BTN 3021 // Advanced button
|
|
#define IDH_MOUSE_ACCELERATION_DLG 3022 // Entire Advanced Settings dialog box
|
|
#define IDH_MOUSE_SNAPTO 3023 // Text and check box
|
|
#define IDH_MOUSE_POINTER_TRAILS 3024 // Includes slider
|
|
#define IDH_MOUSE_VANISH 3025 // Hide pointer check box and text
|
|
#define IDH_MOUSE_SONAR 3026 // Show location check box and text
|
|
|
|
// Wheel tab
|
|
#define IDH_MOUSE_WHEEL_SCROLLING 3028 // Includes entire control
|
|
|
|
|
|
|