Merge trunk HEAD (r46369)
[reactos.git] / reactos / dll / cpl / joy / resource.h
1 #ifndef __CPL_RESOURCE_H
2 #define __CPL_RESOURCE_H
3
4 /* icons */
5 #define IDI_CPLSYSTEM 102
6
7 /* dialogs */
8 #define IDD_PROPPAGEMAIN 101
9 #define IDD_ADD 119
10 #define IDD_CUSTOM 4099
11 #define IDD_ADVANCED 8188
12
13 /* strings */
14 #define IDS_CPLSYSTEMNAME 1076
15 #define IDS_CPLSYSTEMDESCRIPTION 1099
16 #define IDS_CONTROLLER 1151
17 #define IDS_STATUS 1152
18
19 /* controls */
20 #define IDC_CONTROLLER_LIST 1020
21 #define IDC_ADD_BUTTON 1011
22 #define IDC_REMOVE_BUTTON 1028
23 #define IDC_PROPERTIES_BUTTON 1002
24 #define IDC_ADVANCED_BUTTON 1311
25 #define IDC_TROUBLESHOOT_BUTTON 1007
26 #define IDC_CUSTOM_BUTTON 1169
27 #define IDC_GAME_PORT_COMBO 1168
28 #define IDC_GAME_CONTROLLERS_LIST 1057
29 #define IDC_ENABLE_RUDDERS_CHECKBOX 1000
30 #define IDC_JOYSTICK_RADIO 1054
31 #define IDC_FLIGHT_YOKE_RADIO 1051
32 #define IDC_GAME_PAD_RADIO 1052
33 #define IDC_RACE_CAR_RADIO 1053
34 #define IDC_AXES_COMBO 1030
35 #define IDC_RUDDER_PEDALS_RADIO 1172
36 #define IDC_Z_AXIS_RADIO 1174
37 #define IDC_BUTTONS_COMBO 1048
38 #define IDC_INC_POINT_CHECKBOX 1072
39 #define IDC_CONTROLLER_NAME_EDIT 1056
40 #define IDC_PREFERRED_DEV_COMBO 8195
41
42 #endif /* __CPL_RESOURCE_H */
43
44 /* EOF */