ntdll: add test for NtMapViewOfSection / NtCreateSection
[wine/kumbayo.git] / programs / taskmgr / taskmgr.rc
blob2af1105f0387befa495e8447321b15c5bc7957a9
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  */
22 #include <windef.h>
23 #include <winuser.h>
24 #include <commctrl.h>
26 #include "resource.h"
28 /* Language resources */
30 #include "De.rc"
31 #include "En.rc"
32 #include "Fr.rc"
33 #include "Ja.rc"
34 #include "Ko.rc"
35 #include "Nl.rc"
36 #include "No.rc"
37 #include "Pl.rc"
38 #include "Tr.rc"
40 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
43  Icon
46 /* Icon with lowest ID value placed first to ensure application icon
47    remains consistent on all systems. */
48 /* @makedep: taskmgr.ico */
49 IDI_TASKMANAGER         ICON    DISCARDABLE taskmgr.ico
51 /* @makedep: window.ico */
52 IDI_WINDOW              ICON    DISCARDABLE window.ico
54 /* @makedep: windowsm.ico */
55 IDI_WINDOWSM            ICON    DISCARDABLE windowsm.ico
58  Version
61 VS_VERSION_INFO VERSIONINFO
62  FILEVERSION 1,0,0,1
63  PRODUCTVERSION 1,0,0,1
64  FILEFLAGSMASK 0x3fL
65 #ifdef _DEBUG
66  FILEFLAGS 0x1L
67 #else
68  FILEFLAGS 0x0L
69 #endif
70  FILEOS 0x40004L
71  FILETYPE 0x1L
72  FILESUBTYPE 0x0L
73 BEGIN
74     BLOCK "StringFileInfo"
75     BEGIN
76         BLOCK "040904b0"
77         BEGIN
78             VALUE "CompanyName", "Brian Palmer\0"
79             VALUE "FileDescription", "Task Manager by Brian Palmer\0"
80             VALUE "FileVersion", "1.0.0.1\0"
81             VALUE "InternalName", "taskmgr\0"
82             VALUE "LegalCopyright", "Copyright © Brian Palmer 2000\0"
83             VALUE "OriginalFilename", "taskmgr.exe\0"
84             VALUE "ProductName", "Task Manager by Brian Palmer\0"
85             VALUE "ProductVersion", "1.0.0.1\0"
86         END
87     END
88     BLOCK "VarFileInfo"
89     BEGIN
90         VALUE "Translation", 0x409, 1200
91     END
92 END
95  Bitmap
98 /* @makedep: traymask.bmp */
99 IDB_TRAYMASK            BITMAP  DISCARDABLE traymask.bmp
100         
101 /* @makedep: trayicon.bmp */
102 IDB_TRAYICON            BITMAP  DISCARDABLE trayicon.bmp
104 /* @makedep: font.bmp */
105 IDB_FONT                BITMAP  DISCARDABLE font.bmp