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