fork
Configure Feed
Select the types of activity you want to include in your feed.
Reactos
fork
Configure Feed
Select the types of activity you want to include in your feed.
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#define IDS_NONE 1200
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