- Implement the mouse speed and acceleration settings.
[reactos.git] / reactos / dll / cpl / main / resource.h
1 #ifndef __CPL_RESOURCE_H
2 #define __CPL_RESOURCE_H
3
4 /* Icons */
5 #define IDC_CPLICON_1 100
6 #define IDC_CPLICON_2 200
7
8 #define IDI_FOLDER_OPEN 201
9 #define IDI_FOLDER_CLOSED 202
10 #define IDI_MOUSE_LEFT 203
11 #define IDI_MOUSE_RIGHT 204
12
13 #define IDD_PAGE_BUTTON 101
14 #define IDD_PAGE_POINTER 102
15 #define IDD_PAGE_OPTION 103
16 #define IDD_PAGE_WHEEL 104
17 #define IDD_PAGE_HARDWARE 105
18 #define IDD_HARDWARE 105
19 #define IDD_KEYBSPEED 106
20 #define IDD_CURSOR_SCHEME_SAVEAS 107
21 #define IDD_CLICK_LOCK 108
22
23 /* Strings */
24 #define IDS_CPLNAME_1 1000
25 #define IDS_CPLDESCRIPTION_1 1001
26 #define IDS_CPLNAME_2 1002
27 #define IDS_CPLDESCRIPTION_2 1003
28 #define IDS_ARROW 1016
29 #define IDS_HELP 1017
30 #define IDS_APPSTARTING 1018
31 #define IDS_WAIT 1019
32 #define IDS_CROSSHAIR 1020
33 #define IDS_IBEAM 1021
34 #define IDS_NWPEN 1022
35 #define IDS_NO 1023
36 #define IDS_SIZENS 1024
37 #define IDS_SIZEWE 1025
38 #define IDS_SIZENWSE 1026
39 #define IDS_SIZENESW 1027
40 #define IDS_SIZEALL 1028
41 #define IDS_UPARROW 1029
42 #define IDS_HAND 1030
43 #define IDS_NONE 1031
44 #define IDS_SYSTEM_SCHEME 1032
45 #define IDS_BROWSE_FILTER 1033
46 #define IDS_BROWSE_TITLE 1034
47 #define IDS_REMOVE_TITLE 1035
48 #define IDS_REMOVE_TEXT 1036
49 #define IDS_OVERWRITE_TITLE 1037
50 #define IDS_OVERWRITE_TEXT 1038
51
52 #define IDC_SWAP_MOUSE_BUTTONS 2000
53 #define IDC_SLIDER_DOUBLE_CLICK_SPEED 2001
54 #define IDC_CHECK_CLICK_LOCK 2002
55 #define IDC_BUTTON_CLICK_LOCK 2003
56 #define IDC_RADIO_WHEEL_SCROLL_LINES 2004
57 #define IDC_EDIT_WHEEL_SCROLL_LINES 2005
58 #define IDC_UPDOWN_WHEEL_SCROLL_LINES 2006
59 #define IDC_RADIO_WHEEL_SCROLL_PAGE 2007
60 #define IDC_SLIDER_MOUSE_SPEED 2008
61 #define IDC_CHECK_SNAP_TO 2009
62 #define IDC_CHECK_SHOW_POINTER 2010
63 #define IDC_CHECK_HIDE_POINTER 2011
64 #define IDC_CHECK_POINTER_TRAIL 2012
65 #define IDC_CHECK_POINTER_PRECISION 2013
66 #define IDC_SLIDER_POINTER_TRAIL 2014
67 #define IDC_LISTBOX_CURSOR 2015
68 #define IDC_COMBO_CURSOR_SCHEME 2030
69 #define IDC_BUTTON_DELETE_SCHEME 2033
70 #define IDC_CHECK_DROP_SHADOW 2034
71 #define IDC_IMAGE_SWAP_MOUSE 2035
72 #define IDC_IMAGE_DOUBLE_CLICK_SPEED 2036
73 #define IDC_ICON_MOUSE_SPEED 2037
74 #define IDC_ICON_SNAP_TO 2038
75 #define IDC_ICON_POINTER_TRAIL 2039
76 #define IDC_ICON_SHOW_POINTER 2040
77 #define IDC_ICON_HIDE_POINTER 2041
78 #define IDC_BUTTON_USE_DEFAULT_CURSOR 2042
79 #define IDC_BUTTON_BROWSE_CURSOR 2043
80 #define IDC_BUTTON_SAVEAS_SCHEME 2044
81 #define IDC_EDIT_SCHEME_NAME 2045
82 #define IDC_ICON_CLICK_LOCK 2046
83 #define IDC_SLIDER_CLICK_LOCK 2047
84 #define IDC_ICON_WHEEL 2048
85 #define IDC_IMAGE_CURRENT_CURSOR 2049
86 #define IDC_ICON_REPEAT_DELAY 2050
87 #define IDC_SLIDER_REPEAT_DELAY 2051
88 #define IDC_ICON_REPEAT_RATE 2052
89 #define IDC_SLIDER_REPEAT_RATE 2053
90 #define IDC_EDIT_REPEAT_RATE 2054
91 #define IDC_SLIDER_CURSOR_BLINK 2055
92 #define IDC_TEXT_CURSOR_BLINK 2056
93
94 #endif /* __CPL_RESOURCE_H */
95
96 /* EOF */