1 #pragma once 2 3 #define IDC_STATIC -1 4 5 #define IDI_CPLSYSTEM 50 6 #define IDI_DEVMGR 51 7 #define IDI_HARDPROF 52 8 #define IDI_USERPROF 53 9 #define IDI_UP 2500 10 #define IDI_DOWN 2501 11 #define IDI_ADDHW 2502 12 13 #define IDB_ROSBMP 55 14 #define IDB_ROSMASK 56 15 16 #define IDS_CPLSYSTEMNAME 60 17 #define IDS_CPLSYSTEMDESCRIPTION 61 18 19 #define IDS_MEGABYTE 62 20 #define IDS_GIGABYTE 63 21 #define IDS_TERABYTE 64 22 #define IDS_PETABYTE 65 23 24 #define IDS_VARIABLE 66 25 #define IDS_VALUE 67 26 #define IDS_NO_DUMP 68 27 #define IDS_MINI_DUMP 69 28 #define IDS_KERNEL_DUMP 70 29 #define IDS_FULL_DUMP 71 30 31 #define IDS_USERPROFILE_NAME 72 32 #define IDS_USERPROFILE_SIZE 73 33 #define IDS_USERPROFILE_TYPE 74 34 #define IDS_USERPROFILE_STATUS 75 35 #define IDS_USERPROFILE_MODIFIED 76 36 #define IDS_USERPROFILE_LOCAL 77 37 #define IDS_USERPROFILE_ROAMING 78 38 #define IDS_USERPROFILE_MANDATORY 79 39 #define IDS_USERPROFILE_CONFIRM_DELETE 80 40 #define IDS_USERPROFILE_CONFIRM_DELETE_TITLE 81 41 #define IDS_USERPROFILE_ACCOUNT_UNKNOWN 82 42 #define IDS_USERPROFILE_ACCOUNT_DELETED 83 43 #define IDS_USERPROFILE_TYPE_TEXT 84 44 45 #define IDS_MESSAGEBOXTITLE 100 46 #define IDS_WARNINITIALSIZE 101 47 #define IDS_WARNMAXIMUMSIZE 102 48 #define IDS_WARNINITIALRANGE 103 49 #define IDS_WARNMAXIMUMRANGE 104 50 #define IDS_PAGEFILE_MB 105 51 #define IDS_PAGEFILE_NONE 106 52 #define IDS_PAGEFILE_SYSTEM 107 53 #define IDS_INFOREBOOT 108 54 55 #define IDS_HWPROFILE_CONFIRM_DELETE_TITLE 120 56 #define IDS_HWPROFILE_CONFIRM_DELETE 121 57 #define IDS_HWPROFILE_ALREADY_IN_USE 122 58 #define IDS_HWPROFILE_PROFILE 123 59 #define IDS_HWPROFILE_WARNING 124 60 61 #define IDS_MEGAHERTZ 130 62 #define IDS_GIGAHERTZ 131 63 64 #define IDS_UPTIME_FORMAT 140 65 66 #define IDS_ENVIRONMENT_WARNING 150 67 #define IDS_ENVIRONMENT_WARNING_TITLE 151 68 #define IDS_FILE_BROWSE_FILTER 152 69 70 /* Propsheet - general */ 71 #define IDD_PROPPAGEGENERAL 100 72 #define IDC_MACHINELINE1 101 73 #define IDC_MACHINELINE2 102 74 #define IDC_MACHINELINE3 103 75 #define IDC_MACHINELINE4 104 76 #define IDC_MACHINELINE5 105 77 #define IDC_MACHINELINE6 106 78 #define IDC_LICENCE 107 79 #define IDC_ROSIMG 108 80 #define IDC_ROSHOMEPAGE_LINK 109 81 #define IDC_ROSVERSION 110 82 #define IDC_UPTIME 111 83 84 /* Propsheet - hardware */ 85 #define IDD_PROPPAGEHARDWARE 300 86 #define IDC_HARDWARE_WIZARD 207 87 #define IDC_HARDWARE_PROFILE 209 88 #define IDC_HARDWARE_DRIVER_SIGN 210 89 #define IDC_HARDWARE_DEVICE_MANAGER 211 90 91 /* Propsheet - advanced */ 92 #define IDD_PROPPAGEADVANCED 400 93 #define IDC_SYSSETTINGS 401 94 #define IDC_ENVVAR 402 95 #define IDC_STAREC 403 96 #define IDC_PERFOR 404 97 #define IDC_USERPROFILE 405 98 #define IDC_ERRORREPORT 406 99 100 /* System settings */ 101 #define IDD_SYSSETTINGS 800 102 #define IDC_REPORTASWORKSTATION 801 103 104 /* User profiles */ 105 #define IDD_USERPROFILE 500 106 #define IDC_USERPROFILE_LIST 501 107 #define IDC_USERPROFILE_CHANGE 503 108 #define IDC_USERPROFILE_DELETE 504 109 #define IDC_USERPROFILE_COPY 505 110 #define IDC_USERACCOUNT_LINK 506 111 112 /* Change Profile Type */ 113 #define IDD_USERPROFILE_TYPE 520 114 #define IDC_USERPROFILE_TYPE_TEXT 521 115 #define IDC_USERPROFILE_TYPE_ROAMING 522 116 #define IDC_USERPROFILE_TYPE_LOCAL 523 117 118 /* Copy user profile */ 119 #define IDD_USERPROFILE_COPY 530 120 #define IDC_USERPROFILE_COPY_PATH 531 121 #define IDC_USERPROFILE_COPY_BROWSE 532 122 #define IDC_USERPROFILE_COPY_USER 533 123 #define IDC_USERPROFILE_COPY_CHANGE 534 124 125 126 /* Environment variables */ 127 #define IDD_ENVIRONMENT_VARIABLES 600 128 #define IDC_USER_VARIABLE_LIST 601 129 #define IDC_USER_VARIABLE_NEW 602 130 #define IDC_USER_VARIABLE_EDIT 603 131 #define IDC_USER_VARIABLE_DELETE 604 132 #define IDC_SYSTEM_VARIABLE_LIST 605 133 #define IDC_SYSTEM_VARIABLE_NEW 606 134 #define IDC_SYSTEM_VARIABLE_EDIT 607 135 #define IDC_SYSTEM_VARIABLE_DELETE 608 136 #define IDC_USER_VARIABLE_GROUP 609 137 #define IDC_SYSTEM_VARIABLE_GROUP 610 138 139 /* Edit environment variables */ 140 #define IDD_EDIT_VARIABLE 700 141 #define IDC_VARIABLE_NAME 701 142 #define IDC_VARIABLE_VALUE 702 143 #define IDC_BUTTON_BROWSE_FILE 703 144 #define IDC_BUTTON_BROWSE_FOLDER 704 145 #define IDD_EDIT_VARIABLE_FANCY 705 146 #define IDC_LIST_VARIABLE_VALUE 706 147 #define IDC_BUTTON_NEW 707 148 #define IDC_BUTTON_EDIT 708 149 #define IDC_BUTTON_DELETE 709 150 #define IDC_BUTTON_MOVE_UP 710 151 #define IDC_BUTTON_MOVE_DOWN 711 152 #define IDC_BUTTON_EDIT_TEXT 712 153 154 /* Virtual memory */ 155 #define IDD_VIRTMEM 900 156 #define IDC_PAGEFILELIST 901 157 #define IDC_DRIVEGROUP 902 158 #define IDC_DRIVE 903 159 #define IDC_SPACEAVAIL 904 160 #define IDC_CUSTOM 905 161 #define IDC_INITIALSIZE 906 162 #define IDC_MAXSIZE 907 163 #define IDC_SYSMANSIZE 908 164 #define IDC_NOPAGEFILE 909 165 #define IDC_SET 910 166 #define IDC_TOTALGROUP 911 167 #define IDC_MINIMUM 912 168 #define IDC_RECOMMENDED 913 169 #define IDC_CURRENT 914 170 171 /* Startup and recovery */ 172 #define IDD_STARTUPRECOVERY 1000 173 #define IDC_STRECOSCOMBO 1001 174 #define IDC_STRECLIST 1002 175 #define IDC_STRRECLISTEDIT 1003 176 #define IDC_STRRECLISTUPDWN 1004 177 #define IDC_STRRECREC 1005 178 #define IDC_STRRECRECEDIT 1006 179 #define IDC_STRRECRECUPDWN 1007 180 #define IDC_STRRECEDIT 1008 181 #define IDC_STRRECWRITEEVENT 1009 182 #define IDC_STRRECSENDALERT 1010 183 #define IDC_STRRECRESTART 1011 184 #define IDC_STRRECDEBUGCOMBO 1012 185 #define IDC_STRRECDUMPFILE 1013 186 #define IDC_STRRECOVERWRITE 1014 187 188 /* Hardware profiles */ 189 #define IDD_HARDWAREPROFILES 1100 190 #define IDC_HRDPROFLSTBOX 1102 191 #define IDC_HRDPROFUP 1103 192 #define IDC_HRDPROFDWN 1104 193 #define IDC_HRDPROFPROP 1105 194 #define IDC_HRDPROFCOPY 1106 195 #define IDC_HRDPROFRENAME 1107 196 #define IDC_HRDPROFDEL 1108 197 #define IDC_HRDPROFWAIT 1109 198 #define IDC_HRDPROFSELECT 1110 199 #define IDC_HRDPROFEDIT 1111 200 #define IDC_HRDPROFUPDWN 1112 201 202 /* Hardware profile */ 203 #define IDD_HARDWAREPROFILE 1200 204 #define IDC_HWPPROP_PROFILE 1201 205 #define IDC_HWPPROP_DOCKID 1202 206 #define IDC_HWPPROP_SERIAL 1203 207 #define IDC_HWPPROP_PORTABLE 1204 208 #define IDC_HWPPROP_UNKNOWN 1205 209 #define IDC_HWPPROP_DOCKED 1206 210 #define IDC_HWPPROP_UNDOCKED 1207 211 #define IDC_HWPPROP_INCLUDE 1208 212 213 /* Copy profile */ 214 #define IDD_COPYPROFILE 1300 215 #define IDC_COPYPROFILEFROM 1301 216 #define IDC_COPYPROFILETO 1302 217 218 /* Rename profile */ 219 #define IDD_RENAMEPROFILE 1400 220 #define IDC_RENPROFEDITFROM 1401 221 #define IDC_RENPROFEDITTO 1402 222 223 /* Licence */ 224 #define IDD_LICENCE 1500 225 #define IDC_LICENCEEDIT 1501 226 #define RC_LICENSE 1502 227 #define RTDATA 1503 228 229 #define IDS_DEVS 2000 230 231 #define IDC_DIALOG_GRIP 3000 232