mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:05:41 +00:00
- Start rosapps rearrange and cleanup process.
svn path=/trunk/; revision=34303
This commit is contained in:
parent
0a0a13a41c
commit
2012315e5a
1206 changed files with 81 additions and 81 deletions
45
rosapps/applications/sysutils/ctm/resource.h
Normal file
45
rosapps/applications/sysutils/ctm/resource.h
Normal file
|
@ -0,0 +1,45 @@
|
|||
/*
|
||||
* 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_NUMBER 10
|
||||
#define IDS_COLUMN_IMAGENAME 11
|
||||
#define IDS_COLUMN_PID 12
|
||||
#define IDS_COLUMN_CPU 13
|
||||
#define IDS_COLUMN_MEM 14
|
||||
#define IDS_COLUMN_MEM_UNIT 15
|
||||
#define IDS_COLUMN_PF 16
|
||||
|
||||
#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
|
Loading…
Add table
Add a link
Reference in a new issue