afed2760e7fee87135d3726249aa878a973896ec
[reactos.git] / reactos / lib / cpl / control / control.rc
1 //Microsoft Developer Studio generated resource script.
2 //
3 #include "resource.h"
4 #ifndef MS_COMPILER
5 #include <reactos/resource.h>
6 #include <defines.h>
7 #else
8 #include <../../../include/defines.h>
9 #endif
10
11 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS System Control Panel\0"
12 #define REACTOS_STR_INTERNAL_NAME "control\0"
13 #define REACTOS_STR_ORIGINAL_FILENAME "control.exe\0"
14 #ifndef MS_COMPILER
15 #include <reactos/version.rc>
16 #else
17 #include <../../../include/reactos/version.rc>
18 #endif
19
20 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
21
22
23 /////////////////////////////////////////////////////////////////////////////
24 //
25 // Menu
26 //
27
28 IDM_MAINMENU MENU DISCARDABLE
29 BEGIN
30 POPUP "&File"
31 BEGIN
32 MENUITEM "&Close", IDM_CLOSE
33 END
34 POPUP "&View"
35 BEGIN
36 MENUITEM "Large Icons", IDM_LARGEICONS
37 MENUITEM "Small Icons", IDM_SMALLICONS
38 MENUITEM "List", IDM_LIST
39 MENUITEM "Details", IDM_DETAILS
40 END
41 POPUP "Help"
42 BEGIN
43 MENUITEM "About", IDM_ABOUT
44 END
45 END
46
47
48 /////////////////////////////////////////////////////////////////////////////
49 //
50 // Icon
51 //
52
53 // Icon with lowest ID value placed first to ensure application icon
54 // remains consistent on all systems.
55 IDI_MAINICON ICON DISCARDABLE "resources/config.ico"
56 /////////////////////////////////////////////////////////////////////////////