mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 16:48:16 +00:00
668039fd8a
svn path=/trunk/; revision=6431
66 lines
2.6 KiB
C
66 lines
2.6 KiB
C
//{{NO_DEPENDENCIES}}
|
|
|
|
#define IDC_CPL_DIALOG_TAB 100
|
|
|
|
#define IDD_CPL_POWER_DIALOG 101
|
|
#define IDI_CPL_POWER_ICON 102
|
|
#define IDS_CPL_POWER_DIALOG 103
|
|
#define IDD_CPL_POWER_SCHEMES_PAGE 110
|
|
#define IDD_CPL_POWER_ADVANCED_PAGE 111
|
|
#define IDD_CPL_POWER_HIBERNATE_PAGE 112
|
|
#define IDD_CPL_POWER_UPS_PAGE 113
|
|
#define IDD_CPL_POWER_HARDWARE_PAGE 114
|
|
#define IDS_CPL_POWER_NAME 115
|
|
#define IDS_CPL_POWER_INFO 116
|
|
|
|
#define ID_APPLY 1002
|
|
#define IDC_SAVEAS_BUTTON 1003
|
|
#define IDC_DELETE_BUTTON 1004
|
|
|
|
#define IDC_CPL_POWER_SCHEMES_STANDBY_COMBO 1010
|
|
#define IDC_CPL_POWER_SCHEMES_MONITOROFF_COMBO 1011
|
|
#define IDC_CPL_POWER_SCHEMES_DISKOFF_COMBO 1012
|
|
#define IDC_CPL_POWER_SCHEMES_HIBERNATE_COMBO 1013
|
|
#define IDC_CPL_POWER_SCHEMES_COMBO 1014
|
|
#define IDC_CPL_POWER_HIBERNATE_DISK_AVAIL_EDIT 1015
|
|
#define IDC_CPL_POWER_HIBERNATE_ENABLE_CHECK 1016
|
|
#define IDC_CPL_POWER_HIBERNATE_DISK_REQ_EDIT 1017
|
|
#define IDC_CPL_POWER_ADVANCED_RESUME_PASSWORD_CHECK 1018
|
|
#define IDC_CPL_POWER_ADVANCED_POWER_COMBO 1019
|
|
#define IDC_CPL_POWER_ADVANCED_SLEEP_COMBO 1020
|
|
#define IDC_CPL_POWER_ADVANCED_TASKBAR_ICON_CHECK 1021
|
|
#define IDC_CPL_POWER_UPS_POWER_SOURCE_EDIT 1022
|
|
#define IDC_CPL_POWER_UPS_ABOUT_BUTTON 1023
|
|
#define IDC_CPL_POWER_UPS_ESTIMATED_RUNTIME_EDIT 1024
|
|
#define IDC_CPL_POWER_UPS_ESTIMATED_CAPACITY_EDIT 1025
|
|
#define IDC_CPL_POWER_UPS_BATTERY_STATE_EDIT 1026
|
|
#define IDC_CPL_POWER_UPS_MANUFACTURER_EDIT 1027
|
|
#define IDC_CPL_POWER_UPS_MODEL_EDIT 1028
|
|
#define IDC_CPL_POWER_UPS_SERVICE_STATUS_EDIT 1029
|
|
#define IDC_CPL_POWER_UPS_CONFIGURE_BUTTON 1030
|
|
#define IDC_CPL_POWER_UPS_SELECT_BUTTON 1031
|
|
/*
|
|
#define IDC_SPIN1 1041
|
|
#define IDC_SPIN2 1042
|
|
#define IDC_RADIO1 1043
|
|
#define IDC_RADIO2 1044
|
|
#define IDC_SLIDER1 1045
|
|
#define IDC_SLIDER2 1046
|
|
#define IDC_SLIDER3 1047
|
|
#define IDC_MONTHCALENDAR1 1048
|
|
*/
|
|
#define IDC_STATIC -1
|
|
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
|
|
#define _APS_NEXT_RESOURCE_VALUE 145
|
|
#define _APS_NEXT_COMMAND_VALUE 32780
|
|
#define _APS_NEXT_CONTROL_VALUE 1000
|
|
#define _APS_NEXT_SYMED_VALUE 115
|
|
#endif
|
|
#endif
|
|
|
|
|