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