/*
 * CTM resource definitions
 *
 * Copyright 2004 ReactOS team
 *
 * This library 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.
 *
 * This library 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
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */

#define IDS_APP_TITLE            0

#define IDS_COLUMN_IMAGENAME     10
#define IDS_COLUMN_PID           11
#define IDS_COLUMN_CPU           12
#define IDS_COLUMN_MEM           13
#define IDS_COLUMN_MEM_UNIT		14
#define IDS_COLUMN_PF            15

#define IDS_IDLE_PROCESS         100
#define IDS_YES                  101
#define IDS_NO                   102

#define IDS_MENU                 200
#define IDS_MENU_QUIT            201
#define IDS_MENU_KILL_PROCESS    202

#define IDS_KILL_PROCESS         1000
#define IDS_KILL_PROCESS_ERR1    1001
#define IDS_KILL_PROCESS_ERR2    1002

#define IDS_CTM_GENERAL_ERR1     32768
#define IDS_CTM_GENERAL_ERR2     32769
#define IDS_CTM_GENERAL_ERR3     32770