2005-02-21 19:32:41 +01:00
|
|
|
|
/*
|
|
|
|
|
* Task Manager
|
|
|
|
|
*
|
|
|
|
|
* Copyright 1999-2001 Brian Palmer
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
* 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
|
2006-05-18 14:49:52 +02:00
|
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2005-02-21 19:32:41 +01:00
|
|
|
|
*/
|
2004-03-23 02:19:54 +01:00
|
|
|
|
|
2007-08-07 08:30:43 +02:00
|
|
|
|
#include <windef.h>
|
|
|
|
|
#include <winuser.h>
|
|
|
|
|
#include <commctrl.h>
|
|
|
|
|
|
2004-03-23 02:19:54 +01:00
|
|
|
|
#include "resource.h"
|
|
|
|
|
|
2005-02-21 19:32:41 +01:00
|
|
|
|
/* Language resources */
|
2004-03-23 02:19:54 +01:00
|
|
|
|
|
2008-05-12 21:38:36 +02:00
|
|
|
|
#include "Da.rc"
|
2005-02-23 21:57:51 +01:00
|
|
|
|
#include "De.rc"
|
2005-02-21 19:32:41 +01:00
|
|
|
|
#include "En.rc"
|
2005-02-24 20:38:20 +01:00
|
|
|
|
#include "Fr.rc"
|
2007-04-17 14:41:52 +02:00
|
|
|
|
#include "Ja.rc"
|
2005-11-14 12:27:36 +01:00
|
|
|
|
#include "Ko.rc"
|
2005-11-21 13:02:17 +01:00
|
|
|
|
#include "Nl.rc"
|
2005-09-20 14:00:13 +02:00
|
|
|
|
#include "No.rc"
|
2006-10-04 20:47:49 +02:00
|
|
|
|
#include "Pl.rc"
|
2008-06-20 14:19:44 +02:00
|
|
|
|
#include "Ru.rc"
|
2008-04-07 20:43:21 +02:00
|
|
|
|
#include "Si.rc"
|
2006-02-06 13:08:25 +01:00
|
|
|
|
#include "Tr.rc"
|
2004-03-23 02:19:54 +01:00
|
|
|
|
|
2005-02-21 19:32:41 +01:00
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
2004-03-23 02:19:54 +01:00
|
|
|
|
|
2005-02-21 19:32:41 +01:00
|
|
|
|
/*
|
|
|
|
|
Icon
|
|
|
|
|
*/
|
2004-03-23 02:19:54 +01:00
|
|
|
|
|
2005-02-21 19:32:41 +01:00
|
|
|
|
/* Icon with lowest ID value placed first to ensure application icon
|
|
|
|
|
remains consistent on all systems. */
|
2007-09-18 13:19:14 +02:00
|
|
|
|
/* @makedep: taskmgr.ico */
|
2004-03-23 02:19:54 +01:00
|
|
|
|
IDI_TASKMANAGER ICON DISCARDABLE taskmgr.ico
|
|
|
|
|
|
2007-09-18 13:19:14 +02:00
|
|
|
|
/* @makedep: window.ico */
|
2004-03-23 02:19:54 +01:00
|
|
|
|
IDI_WINDOW ICON DISCARDABLE window.ico
|
|
|
|
|
|
2007-09-18 13:19:14 +02:00
|
|
|
|
/* @makedep: windowsm.ico */
|
2004-03-23 02:19:54 +01:00
|
|
|
|
IDI_WINDOWSM ICON DISCARDABLE windowsm.ico
|
|
|
|
|
|
2005-02-21 19:32:41 +01:00
|
|
|
|
/*
|
|
|
|
|
Version
|
|
|
|
|
*/
|
2004-03-23 02:19:54 +01:00
|
|
|
|
|
|
|
|
|
VS_VERSION_INFO VERSIONINFO
|
|
|
|
|
FILEVERSION 1,0,0,1
|
|
|
|
|
PRODUCTVERSION 1,0,0,1
|
|
|
|
|
FILEFLAGSMASK 0x3fL
|
|
|
|
|
#ifdef _DEBUG
|
|
|
|
|
FILEFLAGS 0x1L
|
|
|
|
|
#else
|
|
|
|
|
FILEFLAGS 0x0L
|
|
|
|
|
#endif
|
|
|
|
|
FILEOS 0x40004L
|
|
|
|
|
FILETYPE 0x1L
|
|
|
|
|
FILESUBTYPE 0x0L
|
|
|
|
|
BEGIN
|
|
|
|
|
BLOCK "StringFileInfo"
|
|
|
|
|
BEGIN
|
|
|
|
|
BLOCK "040904b0"
|
|
|
|
|
BEGIN
|
|
|
|
|
VALUE "CompanyName", "Brian Palmer\0"
|
|
|
|
|
VALUE "FileDescription", "Task Manager by Brian Palmer\0"
|
|
|
|
|
VALUE "FileVersion", "1.0.0.1\0"
|
|
|
|
|
VALUE "InternalName", "taskmgr\0"
|
|
|
|
|
VALUE "LegalCopyright", "Copyright <20> Brian Palmer 2000\0"
|
|
|
|
|
VALUE "OriginalFilename", "taskmgr.exe\0"
|
|
|
|
|
VALUE "ProductName", "Task Manager by Brian Palmer\0"
|
|
|
|
|
VALUE "ProductVersion", "1.0.0.1\0"
|
|
|
|
|
END
|
|
|
|
|
END
|
|
|
|
|
BLOCK "VarFileInfo"
|
|
|
|
|
BEGIN
|
|
|
|
|
VALUE "Translation", 0x409, 1200
|
|
|
|
|
END
|
|
|
|
|
END
|
|
|
|
|
|
2005-02-21 19:32:41 +01:00
|
|
|
|
/*
|
|
|
|
|
Bitmap
|
|
|
|
|
*/
|
2004-03-23 02:19:54 +01:00
|
|
|
|
|
2007-09-18 13:19:14 +02:00
|
|
|
|
/* @makedep: traymask.bmp */
|
2004-03-23 02:19:54 +01:00
|
|
|
|
IDB_TRAYMASK BITMAP DISCARDABLE traymask.bmp
|
|
|
|
|
|
2007-09-18 13:19:14 +02:00
|
|
|
|
/* @makedep: trayicon.bmp */
|
2004-03-23 02:19:54 +01:00
|
|
|
|
IDB_TRAYICON BITMAP DISCARDABLE trayicon.bmp
|
|
|
|
|
|
2007-09-18 13:19:14 +02:00
|
|
|
|
/* @makedep: font.bmp */
|
2004-03-23 02:19:54 +01:00
|
|
|
|
IDB_FONT BITMAP DISCARDABLE font.bmp
|