1 /* 2 * PROJECT: ReactOS Task Manager 3 * LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later) 4 * PURPOSE: Resources header. 5 * COPYRIGHT: Copyright 1999-2001 Brian Palmer <brianp@reactos.org> 6 */ 7 8 #pragma once 9 10 #define IDS_IDLE_PROCESS 102 11 #define IDD_TASKMGR_DIALOG 102 12 #define IDS_APP_TITLE 103 13 #define IDM_ABOUT 104 14 #define IDM_EXIT 105 15 #define IDD_APPLICATION_PAGE 106 16 #define IDI_TASKMGR 107 17 #define IDI_SMALL 108 18 #define IDC_TASKMGR 109 19 #define IDR_MAINFRAME 128 20 #define IDR_TASKMANAGER 130 21 #define IDD_PROCESS_PAGE 133 22 #define IDD_PERFORMANCE_PAGE 134 23 #define IDR_WINDOWSMENU 135 24 #define IDI_TASKMANAGER 136 25 #define IDI_WINDOW 137 26 #define IDI_WINDOWSM 138 27 #define IDR_APPLICATION_PAGE_CONTEXT1 139 28 #define IDR_APPLICATION_PAGE_CONTEXT2 140 29 #define IDR_TRAY_POPUP 141 30 #define IDD_AFFINITY_DIALOG 142 31 #define IDD_COLUMNS_DIALOG 143 32 #define IDR_PROCESS_PAGE_CONTEXT 144 33 #define IDB_TRAYMASK 150 34 #define IDB_TRAYICON 153 35 #define IDD_DEBUG_CHANNELS_DIALOG 155 36 #define IDC_DEBUG_CHANNELS_LIST 156 37 38 #define IDC_ENDTASK 1012 39 #define IDC_SWITCHTO 1013 40 #define IDC_NEWTASK 1014 41 #define IDC_TAB 1015 42 #define IDC_APPLIST 1016 43 #define IDC_ENDPROCESS 1017 44 #define IDC_PROCESSLIST 1018 45 #define IDC_CPU0 1019 46 #define IDC_CPU1 1020 47 #define IDC_CPU2 1021 48 #define IDC_SHOWALLPROCESSES 1021 49 #define IDC_CPU3 1022 50 #define IDC_IMAGENAME 1022 51 #define IDC_CPU4 1023 52 #define IDC_PID 1023 53 #define IDC_CPU5 1024 54 #define IDC_CPUUSAGE 1024 55 #define IDC_TOTALS_HANDLE_COUNT 1024 56 #define IDC_CPU6 1025 57 #define IDC_CPUTIME 1025 58 #define IDC_CPU7 1026 59 #define IDC_MEMORYUSAGE 1026 60 #define IDC_TOTALS_THREAD_COUNT 1026 61 #define IDC_CPU8 1027 62 #define IDC_MEMORYUSAGEDELTA 1027 63 #define IDC_TOTALS_PROCESS_COUNT 1027 64 #define IDC_CPU9 1028 65 #define IDC_PEAKMEMORYUSAGE 1028 66 #define IDC_COMMIT_CHARGE_TOTAL 1028 67 #define IDC_CPU10 1029 68 #define IDC_PAGEFAULTS 1029 69 #define IDC_COMMIT_CHARGE_LIMIT 1029 70 #define IDC_LICENSE_EDIT 1029 71 #define IDC_CPU11 1030 72 #define IDC_USEROBJECTS 1030 73 #define IDC_COMMIT_CHARGE_PEAK 1030 74 #define IDC_CPU12 1031 75 #define IDC_IOREADS 1031 76 #define IDC_PHYSICAL_MEMORY_TOTAL 1031 77 #define IDC_CPU13 1032 78 #define IDC_IOREADBYTES 1032 79 #define IDC_PHYSICAL_MEMORY_AVAILABLE 1032 80 #define IDC_CPU14 1033 81 #define IDC_SESSIONID 1033 82 #define IDC_PHYSICAL_MEMORY_SYSTEM_CACHE 1033 83 #define IDC_CPU15 1034 84 #define IDC_USERNAME 1034 85 #define IDC_KERNEL_MEMORY_TOTAL 1034 86 #define IDC_CPU16 1035 87 #define IDC_PAGEFAULTSDELTA 1035 88 #define IDC_KERNEL_MEMORY_PAGED 1035 89 #define IDC_CPU17 1036 90 #define IDC_VIRTUALMEMORYSIZE 1036 91 #define IDC_KERNEL_MEMORY_NONPAGED 1036 92 #define IDC_CPU18 1037 93 #define IDC_PAGEDPOOL 1037 94 #define IDC_TOTALS_FRAME 1037 95 #define IDC_CPU19 1038 96 #define IDC_NONPAGEDPOOL 1038 97 #define IDC_COMMIT_CHARGE_FRAME 1038 98 #define IDC_CPU20 1039 99 #define IDC_BASEPRIORITY 1039 100 #define IDC_KERNEL_MEMORY_FRAME 1039 101 #define IDC_CPU21 1040 102 #define IDC_HANDLECOUNT 1040 103 #define IDC_PHYSICAL_MEMORY_FRAME 1040 104 #define IDC_CPU22 1041 105 #define IDC_THREADCOUNT 1041 106 #define IDC_CPU23 1042 107 #define IDC_CPU24 1043 108 #define IDC_GDIOBJECTS 1043 109 #define IDC_CPU_USAGE_FRAME 1043 110 #define IDC_CPU25 1044 111 #define IDC_IOWRITES 1044 112 #define IDC_MEM_USAGE_FRAME 1044 113 #define IDC_CPU26 1045 114 #define IDC_IOWRITEBYTES 1045 115 #define IDC_CPU_USAGE_HISTORY_FRAME 1045 116 #define IDC_CPU27 1046 117 #define IDC_IOOTHER 1046 118 #define IDC_MEMORY_USAGE_HISTORY_FRAME 1046 119 #define IDC_CPU28 1047 120 #define IDC_IOOTHERBYTES 1047 121 #define IDC_CPU_USAGE_GRAPH 1047 122 #define IDC_CPU29 1048 123 #define IDC_COMMANDLINE 1048 124 #define IDC_MEM_USAGE_GRAPH2 1048 125 #define IDC_MEM_USAGE_GRAPH 1048 126 #define IDC_CPU30 1049 127 #define IDC_MEM_USAGE_HISTORY_GRAPH 1049 128 #define IDC_CPU_USAGE_HISTORY_GRAPH 1050 129 #define IDC_CPU31 1051 130 131 #define IDS_TOTALS_HANDLE_COUNT 1060 132 #define IDS_TOTALS_THREAD_COUNT 1061 133 #define IDS_TOTALS_PROCESS_COUNT 1062 134 #define IDS_COMMIT_CHARGE_TOTAL 1063 135 #define IDS_COMMIT_CHARGE_LIMIT 1064 136 #define IDS_COMMIT_CHARGE_PEAK 1065 137 #define IDS_PHYSICAL_MEMORY_TOTAL 1066 138 #define IDS_PHYSICAL_MEMORY_AVAILABLE 1067 139 #define IDS_PHYSICAL_MEMORY_SYSTEM_CACHE 1068 140 #define IDS_KERNEL_MEMORY_TOTAL 1069 141 #define IDS_KERNEL_MEMORY_PAGED 1070 142 #define IDS_KERNEL_MEMORY_NONPAGED 1071 143 144 #define ID_FILE_NEW 32771 145 #define ID_OPTIONS_ALWAYSONTOP 32773 146 #define ID_OPTIONS_MINIMIZEONUSE 32774 147 #define ID_OPTIONS_HIDEWHENMINIMIZED 32775 148 #define ID_VIEW_REFRESH 32776 149 #define ID_VIEW_LARGE 32778 150 #define ID_VIEW_SMALL 32779 151 #define ID_VIEW_DETAILS 32780 152 #define ID_VIEW_UPDATESPEED_HIGH 32781 153 #define ID_VIEW_UPDATESPEED_NORMAL 32782 154 #define ID_VIEW_UPDATESPEED_LOW 32783 155 #define ID_VIEW_UPDATESPEED_PAUSED 32784 156 #define ID_WINDOWS_TILEHORIZONTALLY 32785 157 #define ID_WINDOWS_TILEVERTICALLY 32786 158 #define ID_WINDOWS_MINIMIZE 32787 159 #define ID_WINDOWS_MAXIMIZE 32788 160 #define ID_WINDOWS_CASCADE 32789 161 #define ID_WINDOWS_BRINGTOFRONT 32790 162 #define ID_HELP_TOPICS 32791 163 #define ID_HELP_ABOUT 32792 164 #define ID_FILE_EXIT 32793 165 #define ID_OPTIONS_SHOW16BITTASKS 32794 166 167 #define ID_VIEW_SELECTCOLUMNS 32795 168 #define ID_VIEW_SHOWKERNELTIMES 32796 169 #define ID_VIEW_CPUHISTORY_ONEGRAPHALL 32797 170 #define ID_VIEW_CPUHISTORY_ONEGRAPHPERCPU 32798 171 172 #define ID_APPLICATION_PAGE_SWITCHTO 32799 173 #define ID_ENDTASK 32800 174 #define ID_GOTOPROCESS 32801 175 #define ID_RESTORE 32802 176 #define ID_APPLICATION_PAGE_ENDTASK 32803 177 #define ID_APPLICATION_PAGE_GOTOPROCESS 32804 178 179 #define ID_PROCESS_PAGE_ENDPROCESS 32805 180 #define ID_PROCESS_PAGE_ENDPROCESSTREE 32806 181 #define ID_PROCESS_PAGE_DEBUG 32807 182 #define ID_PROCESS_PAGE_SETAFFINITY 32808 183 #define ID_PROCESS_PAGE_SETPRIORITY_REALTIME 32809 184 #define ID_PROCESS_PAGE_SETPRIORITY_HIGH 32810 185 #define ID_PROCESS_PAGE_SETPRIORITY_ABOVENORMAL 32811 186 #define ID_PROCESS_PAGE_SETPRIORITY_NORMAL 32812 187 #define ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL 32813 188 #define ID_PROCESS_PAGE_SETPRIORITY_LOW 32814 189 #define ID_PROCESS_PAGE_PROPERTIES 32825 190 #define ID_PROCESS_PAGE_OPENFILELOCATION 32826 191 192 #define ID_SHUTDOWN_STANDBY 32816 193 #define ID_SHUTDOWN_HIBERNATE 32817 194 #define ID_SHUTDOWN_POWEROFF 32818 195 #define ID_SHUTDOWN_REBOOT 32819 196 #define ID_SHUTDOWN_LOGOFF 32820 197 #define ID_SHUTDOWN_SWITCHUSER 32821 198 #define ID_SHUTDOWN_LOCKCOMPUTER 32822 199 #define ID_SHUTDOWN_DISCONNECT 32823 200 #define ID_SHUTDOWN_EJECT_COMPUTER 32824 201 202 #define IDC_STATIC -1 203 204 #define IDS_TAB_APPS 310 205 #define IDS_TAB_PROCESSES 311 206 #define IDS_TAB_PERFORMANCE 312 207 #define IDS_TAB_TASK 313 208 #define IDS_TAB_STATUS 314 209 #define IDS_TAB_IMAGENAME 315 210 #define IDS_TAB_PID 316 211 #define IDS_TAB_USERNAME 317 212 #define IDS_TAB_SESSIONID 318 213 #define IDS_TAB_CPU 319 214 #define IDS_TAB_CPUTIME 320 215 #define IDS_TAB_MEMUSAGE 321 216 #define IDS_TAB_PEAKMEMUSAGE 322 217 #define IDS_TAB_MEMDELTA 323 218 #define IDS_TAB_PAGEFAULT 324 219 #define IDS_TAB_PFDELTA 325 220 #define IDS_TAB_VMSIZE 326 221 #define IDS_TAB_PAGEDPOOL 327 222 #define IDS_TAB_NPPOOL 328 223 #define IDS_TAB_BASEPRI 329 224 #define IDS_TAB_HANDLES 330 225 #define IDS_TAB_THREADS 331 226 #define IDS_TAB_USERPBJECTS 332 227 #define IDS_TAB_GDIOBJECTS 333 228 #define IDS_TAB_IOREADS 334 229 #define IDS_TAB_IOWRITES 335 230 #define IDS_TAB_IOOTHER 336 231 #define IDS_TAB_IOREADBYTES 337 232 #define IDS_TAB_IOWRITESBYTES 338 233 #define IDS_TAB_IOOTHERBYTES 339 234 #define IDS_TAB_COMMANDLINE 368 235 236 #define IDS_MENU_SELECTCOLUMNS 340 237 #define IDS_MENU_16BITTASK 341 238 #define IDS_MENU_WINDOWS 342 239 #define IDS_MENU_LARGEICONS 343 240 #define IDS_MENU_SMALLICONS 344 241 #define IDS_MENU_DETAILS 345 242 #define IDS_MENU_ONEGRAPHALLCPUS 346 243 #define IDS_MENU_ONEGRAPHPERCPU 347 244 #define IDS_MENU_CPUHISTORY 348 245 #define IDS_MENU_SHOWKERNELTIMES 349 246 #define IDS_CREATENEWTASK 350 247 #define IDS_CREATENEWTASK_DESC 351 248 249 #define IDS_MSG_ACCESSPROCESSAFF 352 250 #define IDS_MSG_PROCESSONEPRO 353 251 #define IDS_MSG_INVALIDOPTION 354 252 #define IDS_MSG_UNABLEDEBUGPROCESS 355 253 #define IDS_MSG_WARNINGDEBUG 356 254 #define IDS_MSG_TASKMGRWARNING 357 255 #define IDS_MSG_WARNINGTERMINATING 358 256 #define IDS_MSG_UNABLETERMINATEPRO 359 257 #define IDS_MSG_UNABLECHANGEPRIORITY 360 258 #define IDS_MSG_WARNINGCHANGEPRIORITY 361 259 #define IDS_MSG_TRAYICONCPUUSAGE 362 260 #define IDS_MSG_CLOSESYSTEMPROCESS 369 261 262 #define IDS_STATUS_MEMUSAGE 363 263 #define IDS_STATUS_CPUUSAGE 364 264 #define IDS_STATUS_PROCESSES 365 265 #define IDS_NOT_RESPONDING 366 266 #define IDS_RUNNING 367 267