mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 20:32:36 +00:00
fb2a9bb60d
Missing GUI elements added. Improve French translation.
41 lines
1.2 KiB
C
41 lines
1.2 KiB
C
#pragma once
|
|
|
|
/* Icons */
|
|
#define IDI_CPLSYSTEM 102
|
|
|
|
/* Dialogs */
|
|
#define IDD_PROPPAGEMAIN 101
|
|
#define IDD_ADD 119
|
|
#define IDD_CUSTOM 4099
|
|
#define IDD_ADVANCED 8188
|
|
|
|
/* Strings */
|
|
#define IDS_CPLSYSTEMNAME 1076
|
|
#define IDS_CPLSYSTEMDESCRIPTION 1099
|
|
#define IDS_CONTROLLER 1151
|
|
#define IDS_STATUS 1152
|
|
#define IDS_NONE 1200
|
|
|
|
/* Controls */
|
|
#define IDC_CONTROLLER_LIST 1020
|
|
#define IDC_ADD_BUTTON 1011
|
|
#define IDC_REMOVE_BUTTON 1028
|
|
#define IDC_PROPERTIES_BUTTON 1002
|
|
#define IDC_ADVANCED_BUTTON 1311
|
|
#define IDC_TROUBLESHOOT_BUTTON 1007
|
|
#define IDC_CUSTOM_BUTTON 1169
|
|
#define IDC_GAME_PORT_COMBO 1168
|
|
#define IDC_GAME_CONTROLLERS_LIST 1057
|
|
#define IDC_ENABLE_RUDDERS_CHECKBOX 1000
|
|
#define IDC_JOYSTICK_RADIO 1054
|
|
#define IDC_FLIGHT_YOKE_RADIO 1051
|
|
#define IDC_GAME_PAD_RADIO 1052
|
|
#define IDC_RACE_CAR_RADIO 1053
|
|
#define IDC_AXES_COMBO 1030
|
|
#define IDC_RUDDER_PEDALS_RADIO 1172
|
|
#define IDC_Z_AXIS_RADIO 1174
|
|
#define IDC_BUTTONS_COMBO 1048
|
|
#define IDC_INC_POINT_CHECKBOX 1072
|
|
#define IDC_CONTROLLER_NAME_EDIT 1056
|
|
#define IDC_PREFERRED_DEV_COMBO 8195
|