1 /* 2 * CTM resource definitions 3 * 4 * Copyright 2004 ReactOS team 5 * 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either 9 * version 2.1 of the License, or (at your option) any later version. 10 * 11 * This library is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 * Lesser General Public License for more details. 15 * 16 * You should have received a copy of the GNU Lesser General Public 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 */ 20 21 #define IDS_APP_TITLE 0 22 23 #define IDS_COLUMN_NUMBER 10 24 #define IDS_COLUMN_IMAGENAME 11 25 #define IDS_COLUMN_PID 12 26 #define IDS_COLUMN_CPU 13 27 #define IDS_COLUMN_MEM 14 28 #define IDS_COLUMN_MEM_UNIT 15 29 #define IDS_COLUMN_PF 16 30 31 #define IDS_IDLE_PROCESS 100 32 #define IDS_YES 101 33 #define IDS_NO 102 34 35 #define IDS_MENU 200 36 #define IDS_MENU_QUIT 201 37 #define IDS_MENU_KILL_PROCESS 202 38 39 #define IDS_KILL_PROCESS 1000 40 #define IDS_KILL_PROCESS_ERR1 1001 41 #define IDS_KILL_PROCESS_ERR2 1002 42 43 #define IDS_CTM_GENERAL_ERR1 32768 44 #define IDS_CTM_GENERAL_ERR2 32769 45 #define IDS_CTM_GENERAL_ERR3 32770 46