services: Mention the unkown type in the error message.
[wine] / programs / taskmgr / taskmgr.rc
1 /*
2  *  Task Manager
3  *
4  *  Copyright 1999-2001 Brian Palmer
5  *
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation; either
10  * version 2.1 of the License, or (at your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public
18  * License along with this library; if not, write to the Free Software
19  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20  */
21
22 #include "resource.h"
23
24 #pragma code_page(65001)
25
26 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
27
28 /*
29  Icon
30 */
31
32 /* Icon with lowest ID value placed first to ensure application icon
33    remains consistent on all systems. */
34 /* @makedep: taskmgr.ico */
35 IDI_TASKMANAGER         ICON taskmgr.ico
36
37 /* @makedep: window.ico */
38 IDI_WINDOW              ICON window.ico
39
40 /* @makedep: windowsm.ico */
41 IDI_WINDOWSM            ICON windowsm.ico
42
43 /*
44  Version
45 */
46
47 VS_VERSION_INFO VERSIONINFO
48  FILEVERSION 1,0,0,1
49  PRODUCTVERSION 1,0,0,1
50  FILEFLAGSMASK 0x3fL
51 #ifdef _DEBUG
52  FILEFLAGS 0x1L
53 #else
54  FILEFLAGS 0x0L
55 #endif
56  FILEOS 0x40004L
57  FILETYPE 0x1L
58  FILESUBTYPE 0x0L
59 BEGIN
60     BLOCK "StringFileInfo"
61     BEGIN
62         BLOCK "040904b0"
63         BEGIN
64             VALUE "CompanyName", "Brian Palmer\0"
65             VALUE "FileDescription", "Task Manager by Brian Palmer\0"
66             VALUE "FileVersion", "1.0.0.1\0"
67             VALUE "InternalName", "taskmgr\0"
68             VALUE "LegalCopyright", "Copyright © Brian Palmer 2000\0"
69             VALUE "OriginalFilename", "taskmgr.exe\0"
70             VALUE "ProductName", "Task Manager by Brian Palmer\0"
71             VALUE "ProductVersion", "1.0.0.1\0"
72         END
73     END
74     BLOCK "VarFileInfo"
75     BEGIN
76         VALUE "Translation", 0x409, 1200
77     END
78 END
79
80 /*
81  Bitmap
82 */
83
84 /* @makedep: traymask.bmp */
85 IDB_TRAYMASK            BITMAP traymask.bmp
86
87 /* @makedep: trayicon.bmp */
88 IDB_TRAYICON            BITMAP trayicon.bmp
89
90 /* @makedep: font.bmp */
91 IDB_FONT                BITMAP font.bmp