mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
106 lines
3.6 KiB
C
106 lines
3.6 KiB
C
#pragma once
|
|
|
|
/* Icons */
|
|
|
|
#define IDC_CPLICON_1 100
|
|
#define IDC_CPLICON_2 200
|
|
|
|
#define IDI_FOLDER_OPEN 201
|
|
#define IDI_FOLDER_CLOSED 202
|
|
#define IDI_MOUSE_LEFT 203
|
|
#define IDI_MOUSE_RIGHT 204
|
|
#define IDI_MOUSE_SPEED 205
|
|
#define IDI_MOUSE_BUTTON 206
|
|
#define IDI_MOUSE_TRAILS 207
|
|
#define IDI_FONTS_FOLDER 400
|
|
#define IDI_ADMIN_TOOLS_FOLDER 500
|
|
#define IDI_MOUSE_POINTER 600
|
|
#define IDI_MOUSE_WHEEL 601
|
|
#define IDI_REPEAT_RATE 602
|
|
#define IDI_REPEAT_DELAY 603
|
|
#define IDI_LOOK_KEY 604
|
|
|
|
#define IDD_PAGE_BUTTON 101
|
|
#define IDD_PAGE_POINTER 102
|
|
#define IDD_PAGE_OPTION 103
|
|
#define IDD_PAGE_WHEEL 104
|
|
#define IDD_PAGE_HARDWARE 105
|
|
#define IDD_HARDWARE 105
|
|
#define IDD_KEYBSPEED 106
|
|
#define IDD_CURSOR_SCHEME_SAVEAS 107
|
|
#define IDD_CLICK_LOCK 108
|
|
|
|
/* Strings */
|
|
#define IDS_CPLNAME_1 1000
|
|
#define IDS_CPLDESCRIPTION_1 1001
|
|
#define IDS_CPLNAME_2 1002
|
|
#define IDS_CPLDESCRIPTION_2 1003
|
|
#define IDS_ARROW 1016
|
|
#define IDS_HELP 1017
|
|
#define IDS_APPSTARTING 1018
|
|
#define IDS_WAIT 1019
|
|
#define IDS_CROSSHAIR 1020
|
|
#define IDS_IBEAM 1021
|
|
#define IDS_NWPEN 1022
|
|
#define IDS_NO 1023
|
|
#define IDS_SIZENS 1024
|
|
#define IDS_SIZEWE 1025
|
|
#define IDS_SIZENWSE 1026
|
|
#define IDS_SIZENESW 1027
|
|
#define IDS_SIZEALL 1028
|
|
#define IDS_UPARROW 1029
|
|
#define IDS_HAND 1030
|
|
#define IDS_NONE 1031
|
|
#define IDS_SYSTEM_SCHEME 1032
|
|
#define IDS_BROWSE_FILTER 1033
|
|
#define IDS_BROWSE_TITLE 1034
|
|
#define IDS_REMOVE_TITLE 1035
|
|
#define IDS_REMOVE_TEXT 1036
|
|
#define IDS_OVERWRITE_TITLE 1037
|
|
#define IDS_OVERWRITE_TEXT 1038
|
|
#define IDS_ANIMATE_CURSOR 1039
|
|
|
|
#define IDC_SWAP_MOUSE_BUTTONS 2000
|
|
#define IDC_SLIDER_DOUBLE_CLICK_SPEED 2001
|
|
#define IDC_CHECK_CLICK_LOCK 2002
|
|
#define IDC_BUTTON_CLICK_LOCK 2003
|
|
#define IDC_RADIO_WHEEL_SCROLL_LINES 2004
|
|
#define IDC_EDIT_WHEEL_SCROLL_LINES 2005
|
|
#define IDC_UPDOWN_WHEEL_SCROLL_LINES 2006
|
|
#define IDC_RADIO_WHEEL_SCROLL_PAGE 2007
|
|
#define IDC_SLIDER_MOUSE_SPEED 2008
|
|
#define IDC_CHECK_SNAP_TO 2009
|
|
#define IDC_CHECK_SHOW_POINTER 2010
|
|
#define IDC_CHECK_HIDE_POINTER 2011
|
|
#define IDC_CHECK_POINTER_TRAIL 2012
|
|
#define IDC_CHECK_POINTER_PRECISION 2013
|
|
#define IDC_SLIDER_POINTER_TRAIL 2014
|
|
#define IDC_LISTBOX_CURSOR 2015
|
|
#define IDC_COMBO_CURSOR_SCHEME 2030
|
|
#define IDC_BUTTON_DELETE_SCHEME 2033
|
|
#define IDC_CHECK_CURSOR_SHADOW 2034
|
|
#define IDC_IMAGE_SWAP_MOUSE 2035
|
|
#define IDC_IMAGE_DOUBLE_CLICK_SPEED 2036
|
|
#define IDC_ICON_MOUSE_SPEED 2037
|
|
#define IDC_ICON_SNAP_TO 2038
|
|
#define IDC_ICON_POINTER_TRAIL 2039
|
|
#define IDC_ICON_SHOW_POINTER 2040
|
|
#define IDC_ICON_HIDE_POINTER 2041
|
|
#define IDC_BUTTON_USE_DEFAULT_CURSOR 2042
|
|
#define IDC_BUTTON_BROWSE_CURSOR 2043
|
|
#define IDC_BUTTON_SAVEAS_SCHEME 2044
|
|
#define IDC_EDIT_SCHEME_NAME 2045
|
|
#define IDC_ICON_CLICK_LOCK 2046
|
|
#define IDC_SLIDER_CLICK_LOCK 2047
|
|
#define IDC_ICON_WHEEL 2048
|
|
#define IDC_IMAGE_CURRENT_CURSOR 2049
|
|
#define IDC_ICON_REPEAT_DELAY 2050
|
|
#define IDC_SLIDER_REPEAT_DELAY 2051
|
|
#define IDC_ICON_REPEAT_RATE 2052
|
|
#define IDC_SLIDER_REPEAT_RATE 2053
|
|
#define IDC_EDIT_REPEAT_RATE 2054
|
|
#define IDC_SLIDER_CURSOR_BLINK 2055
|
|
#define IDC_TEXT_CURSOR_BLINK 2056
|
|
#define IDC_TEXT_TRAIL_SHORT 2057
|
|
#define IDC_TEXT_TRAIL_LONG 2058
|