📄 en-us.rc
字号:
RIGHTMARGIN, 252
TOPMARGIN, 7
BOTTOMMARGIN, 203
END
IDD_TASKMGR_DIALOG, DIALOG
BEGIN
LEFTMARGIN, 3
RIGHTMARGIN, 260
TOPMARGIN, 3
BOTTOMMARGIN, 231
END
IDD_APPLICATION_PAGE, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 240
TOPMARGIN, 7
BOTTOMMARGIN, 203
END
IDD_PROCESS_PAGE, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 240
TOPMARGIN, 7
BOTTOMMARGIN, 203
END
IDD_PERFORMANCE_PAGE, DIALOG
BEGIN
LEFTMARGIN, 5
RIGHTMARGIN, 242
VERTGUIDE, 12
VERTGUIDE, 65
VERTGUIDE, 110
TOPMARGIN, 5
BOTTOMMARGIN, 205
END
IDD_AFFINITY_DIALOG, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 224
VERTGUIDE, 11
VERTGUIDE, 61
VERTGUIDE, 116
VERTGUIDE, 175
TOPMARGIN, 7
BOTTOMMARGIN, 147
HORZGUIDE, 28
HORZGUIDE, 38
HORZGUIDE, 51
HORZGUIDE, 64
HORZGUIDE, 77
HORZGUIDE, 90
HORZGUIDE, 103
HORZGUIDE, 116
HORZGUIDE, 129
END
IDD_COLUMNS_DIALOG, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 188
VERTGUIDE, 107
TOPMARGIN, 7
BOTTOMMARGIN, 192
HORZGUIDE, 28
END
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
STRINGTABLE DISCARDABLE
BEGIN
IDS_APP_TITLE "Task Manager"
IDC_TASKMGR "Task Manager"
IDS_IDLE_PROCESS "System Idle Process"
END
STRINGTABLE DISCARDABLE
BEGIN
ID_FILE_NEW "Runs a new program"
ID_OPTIONS_ALWAYSONTOP "Task Manager remains in front of all other windows unless minimized"
ID_OPTIONS_MINIMIZEONUSE
"Task Manager is minimized when a SwitchTo operation is performed"
ID_OPTIONS_HIDEWHENMINIMIZED "Hide the Task Manager when it is minimized"
ID_VIEW_REFRESH "Force Task Manager to update now, regardless of Update Speed setting"
ID_VIEW_LARGE "Displays tasks by using large icons"
ID_VIEW_SMALL "Displays tasks by using small icons"
ID_VIEW_DETAILS "Displays information about each task"
ID_VIEW_UPDATESPEED_HIGH "Updates the display twice per second"
ID_VIEW_UPDATESPEED_NORMAL "Updates the display every two seconds"
ID_VIEW_UPDATESPEED_LOW "Updates the display every four seconds"
END
STRINGTABLE DISCARDABLE
BEGIN
ID_VIEW_UPDATESPEED_PAUSED "Does not automatically update"
ID_WINDOWS_TILEHORIZONTALLY
"Tiles the windows horizontally on the desktop"
ID_WINDOWS_TILEVERTICALLY "Tiles the windows vertically on the desktop"
ID_WINDOWS_MINIMIZE "Minimizes the windows"
ID_WINDOWS_MAXIMIZE "Maximizes the windows"
ID_WINDOWS_CASCADE "Cascades the windows diagonally on the desktop"
ID_WINDOWS_BRINGTOFRONT "Brings the window front, but does not switch to it"
ID_HELP_TOPICS "Displays Task Manager help topics"
ID_HELP_ABOUT "Displays program information, version number, and copyright"
ID_FILE_EXIT "Exits the Task Manager application"
ID_OPTIONS_SHOW16BITTASKS
"Shows 16-bit tasks under the associated ntvdm.exe"
ID_VIEW_SELECTCOLUMNS "Select which columns will be visible on the Process page"
ID_VIEW_SHOWKERNELTIMES "Displays kernel time in the performance graphs"
ID_VIEW_CPUHISTORY_ONEGRAPHALL
"A single history graph shows total CPU usage"
ID_VIEW_CPUHISTORY_ONEGRAPHPERCPU "Each CPU has its own history graph"
ID_APPLICATION_PAGE_SWITCHTO
"Brings a task to the foreground, switch focus to that task"
END
STRINGTABLE DISCARDABLE
BEGIN
ID_ENDTASK "Tells the selected tasks to close"
ID_GOTOPROCESS "Switches the focus to the process of the selected task"
ID_RESTORE "Restores the Task Manager from its hidden state"
ID_PROCESS_PAGE_ENDPROCESS "Removes the process from the system"
ID_PROCESS_PAGE_ENDPROCESSTREE
"Removes this process and all descendants from the system"
ID_PROCESS_PAGE_DEBUG "Attaches the debugger to this process"
ID_PROCESS_PAGE_SETAFFINITY
"Controls which processors the process will be allowed to run on"
ID_PROCESS_PAGE_SETPRIORITY_REALTIME
"Sets process to the REALTIME priority class"
ID_PROCESS_PAGE_SETPRIORITY_HIGH "Sets process to the HIGH priority class"
ID_PROCESS_PAGE_SETPRIORITY_ABOVENORMAL
"Sets process to the ABOVE NORMAL priority class"
ID_PROCESS_PAGE_SETPRIORITY_NORMAL
"Sets process to the NORMAL priority class"
ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL
"Sets process to the BELOW NORMAL priority class"
ID_PROCESS_PAGE_SETPRIORITY_LOW "Sets process to the LOW priority class"
IDS_LICENSE "This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.\r\n\r\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\r\n\r\nYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_TAB_APPS "Applications"
IDS_TAB_PROCESSES "Processes"
IDS_TAB_PERFORMANCE "Performance"
IDS_TAB_TASK "Task"
IDS_TAB_STATUS "Status"
IDS_TAB_IMAGENAME "Image Name"
IDS_TAB_PID "PID"
IDS_TAB_USERNAME "Username"
IDS_TAB_SESSIONID "Session ID"
IDS_TAB_CPU "CPU"
IDS_TAB_CPUTIME "CPU Time"
IDS_TAB_MEMUSAGE "Mem Usage"
IDS_TAB_PEAKMEMUSAGE "Peak Mem Usage"
IDS_TAB_MEMDELTA "Mem Delta"
IDS_TAB_PAGEFAULT "Page Faults"
IDS_TAB_PFDELTA "PF Delta"
IDS_TAB_VMSIZE "VM Size"
IDS_TAB_PAGEDPOOL "Paged Pool"
IDS_TAB_NPPOOL "NP Pool"
IDS_TAB_BASEPRI "Base Pri"
IDS_TAB_HANDLES "Handles"
IDS_TAB_THREADS "Threads"
IDS_TAB_USERPBJECTS "USER Objects"
IDS_TAB_GDIOBJECTS "GDI Objects"
IDS_TAB_IOREADS "I/O Reads"
IDS_TAB_IOWRITES "I/O Writes"
IDS_TAB_IOOTHER "I/O Other"
IDS_TAB_IOREADBYTES "I/O Read Bytes"
IDS_TAB_IOWRITESBYTES "I/O Write Bytes"
IDS_TAB_IOOTHERBYTES "I/O Other Bytes"
IDS_MENU_SELECTCOLUMNS "&Select Columns..."
IDS_MENU_16BITTASK "&Show 16-bit tasks"
IDS_MENU_WINDOWS "&Windows"
IDS_MENU_LARGEICONS "Lar&ge Icons"
IDS_MENU_SMALLICONS "S&mall Icons"
IDS_MENU_DETAILS "&Details"
IDS_MENU_ONEGRAPHALLCPUS "&One Graph, All CPUs"
IDS_MENU_ONEGRAPHPERCPU "One Graph &Per CPU"
IDS_MENU_CPUHISTORY "&CPU History"
IDS_MENU_SHOWKERNELTIMES "&Show Kernel Times"
IDS_CREATENEWTASK "Create New Task"
IDS_CREATENEWTASK_DESC "Type the name of a program, folder, document, or Internet resource, and Task Manager will open it for you."
IDS_MSG_ACCESSPROCESSAFF "Unable to Access or Set Process Affinity"
IDS_MSG_PROCESSONEPRO "The process must have affinity with at least one processor."
IDS_MSG_INVALIDOPTION "Invalid Option"
IDS_MSG_UNABLEDEBUGPROCESS "Unable to Debug Process"
IDS_MSG_WARNINGDEBUG "WARNING: Debugging this process may result in loss of data.\nAre you sure you wish to attach the debugger?"
IDS_MSG_TASKMGRWARNING "Task Manager Warning"
IDS_MSG_WARNINGTERMINATING "WARNING: Terminating a process can cause undesired\nresults including loss of data and system instability. The\nprocess will not be given the chance to save its state or\ndata before it is terminated. Are you sure you want to\nterminate the process?"
IDS_MSG_UNABLETERMINATEPRO "Unable to Terminate Process"
IDS_MSG_UNABLECHANGEPRIORITY "Unable to Change Priority"
IDS_MSG_WARNINGCHANGEPRIORITY "WARNING: Changing the priority class of this process may\ncause undesired results including system instability. Are you\nsure you want to change the priority class?"
IDS_MSG_TRAYICONCPUUSAGE "CPU Usage: %d%%"
IDS_STATUS_MEMUSAGE "Mem Usage: %dK / %dK"
IDS_STATUS_CPUUSAGE "CPU Usage: %3d%%"
IDS_STATUS_PROCESSES "Processes: %d"
IDS_Not_Responding "Not Responding"
IDS_Running "Running"
END
#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -