1 #pragma once 2 3 /* IDs */ 4 5 /* Set default to IDI_AC */ 6 #define IDC_CPLICON_1 IDI_AC 7 8 #define IDS_PROCENT 49 9 #define IDS_SOUND 50 10 #define IDS_TEXT 51 11 #define IDS_CONFIG1 53 12 #define IDS_CONFIG2 54 13 14 #define IDD_PROPPAGEPOWERSCHEMES 70 15 #define IDD_PROPPAGEALARMS 71 16 #define IDD_PROPPAGEPOWERMETER 72 17 #define IDD_PROPPAGEADVANCED 73 18 #define IDD_PROPPAGEHIBERNATE 74 19 20 #define IDS_NOACTION 100 21 #define IDS_PowerActionNone1 114 22 #define IDS_PowerActionUnknown 115 23 #define IDS_PowerActionSleep 116 24 #define IDS_PowerActionHibernate 117 25 #define IDS_PowerActionShutdown 118 26 #define IDS_PowerActionRestart 119 27 #define IDS_PowerActionShutdownOff 120 28 #define IDS_PowerActionWarmEject 121 29 #define IDS_PowerActionNone2 122 30 #define IDS_TIMEOUT16 150 31 #define IDS_TIMEOUT1 151 32 #define IDS_TIMEOUT2 152 33 #define IDS_TIMEOUT3 153 34 #define IDS_TIMEOUT4 154 35 #define IDS_TIMEOUT5 155 36 #define IDS_TIMEOUT6 156 37 #define IDS_TIMEOUT7 157 38 #define IDS_TIMEOUT8 158 39 #define IDS_TIMEOUT9 159 40 #define IDS_TIMEOUT10 160 41 #define IDS_TIMEOUT11 161 42 #define IDS_TIMEOUT12 162 43 #define IDS_TIMEOUT13 163 44 #define IDS_TIMEOUT14 164 45 #define IDS_TIMEOUT15 165 46 #define IDS_DEL_SCHEME 166 47 #define IDS_DEL_SCHEME_TITLE 167 48 49 #define IDI_AC 175 50 #define IDI_DC 176 51 #define IDI_ACDC 177 52 #define IDI_SCREEN 178 53 #define IDI_HIBERNATE 179 54 55 #define IDS_CPLNAME_1 190 56 #define IDC_ENERGYLIST 200 57 #define IDC_GRPDETAIL 201 58 #define IDC_SAT 202 59 #define IDC_IAC 203 60 #define IDC_SAC 204 61 #define IDC_IDC 205 62 #define IDC_SDC 206 63 #define IDC_STANDBYACLIST 207 64 #define IDC_STANDBYDCLIST 208 65 #define IDC_MONITORACLIST 209 66 #define IDC_MONITORDCLIST 210 67 #define IDC_DISKACLIST 216 68 #define IDC_DISKDCLIST 217 69 #define IDC_DISK 218 70 #define IDC_HYBERNATEACLIST 219 71 #define IDC_HYBERNATEDCLIST 220 72 #define IDC_HYBERNATE 221 73 74 #define IDC_STANDBY 211 75 #define IDC_MONITOR 212 76 #define IDC_GRPPOWERSTATUS 213 77 #define IDC_MULTIBATTERYDISPLAY 214 78 79 #define IDC_ALARMMSG1 301 80 #define IDC_ALARMBAR1 302 81 #define IDC_ALARMBAR2 303 82 #define IDC_ALARMVALUE1 304 83 #define IDC_ALARMVALUE2 305 84 #define IDC_ALARM1 306 85 #define IDC_ALARM2 307 86 #define IDC_ALARMAKTION1 320 87 #define IDC_ALARMPROG1 322 88 #define IDC_ALARMMSG2 324 89 #define IDC_ALARMAKTION2 323 90 #define IDC_ALARMPROG2 325 91 92 #define IDC_SYSTRAYBATTERYMETER 400 93 #define IDC_PASSWORDLOGON 401 94 #define IDC_VIDEODIMDISPLAY 402 95 #define IDC_SLIDCLOSE 403 96 #define IDC_LIDCLOSE 404 97 #define IDC_SPOWERBUTTON 405 98 #define IDC_POWERBUTTON 406 99 #define IDC_SSLEEPBUTTON 407 100 #define IDC_SLEEPBUTTON 408 101 102 #define IDC_HIBERNATEFILE 500 103 #define IDC_FREESPACE 501 104 #define IDC_SPACEFORHIBERNATEFILE 502 105 #define IDC_TOLESSFREESPACE 503 106 107 #define IDC_DELETE_BTN 504 108 #define IDC_SAVEAS_BTN 505 109 110 #define IDS_ALPERTLOWENERGY 715 111 #define IDS_ALPERTCRITICLEENERGY 716 112 #define IDS_CRITCLENERGY 717 113 #define IDS_LOWENERGY 718 114 #define IDS_UNKNOWN 719 115 116 #define IDS_CPLDESCRIPTION_1 901 117