1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: wxWindows resource definitions. ALWAYS include
4 // this in your application resource file.
5 // Author: Julian Smart
8 // Copyright: (c) Julian Smart
10 // Licence: wxWindows Licence
11 /////////////////////////////////////////////////////////////////////////////
13 #if defined(__MWERKS__)
19 #if defined(_WIN32_WCE)
20 #include "wx/msw/wince/wince.rc"
23 #include "wx/msw/rcdefs.h"
25 //////////////////////////////////////////////////////////////////////////////
27 // This is the MDI Window menu
30 wxWindowMenu MENU DISCARDABLE
34 MENUITEM "&Cascade", 4002
35 MENUITEM "Tile &Horizontally", 4001
36 MENUITEM "Tile &Vertically", 4005
38 MENUITEM "&Arrange Icons", 4003
39 MENUITEM "&Next", 4004
43 //////////////////////////////////////////////////////////////////////////////
45 // Standard wxWindows Cursors
48 WXCURSOR_HAND CURSOR DISCARDABLE "wx/msw/hand.cur"
49 WXCURSOR_BULLSEYE CURSOR DISCARDABLE "wx/msw/bullseye.cur"
50 WXCURSOR_PENCIL CURSOR DISCARDABLE "wx/msw/pencil.cur"
51 WXCURSOR_MAGNIFIER CURSOR DISCARDABLE "wx/msw/magnif1.cur"
52 WXCURSOR_ROLLER CURSOR DISCARDABLE "wx/msw/roller.cur"
53 WXCURSOR_PBRUSH CURSOR DISCARDABLE "wx/msw/pbrush.cur"
54 WXCURSOR_PLEFT CURSOR DISCARDABLE "wx/msw/pntleft.cur"
55 WXCURSOR_PRIGHT CURSOR DISCARDABLE "wx/msw/pntright.cur"
56 WXCURSOR_BLANK CURSOR DISCARDABLE "wx/msw/blank.cur"
57 WXCURSOR_RIGHT_ARROW CURSOR DISCARDABLE "wx/msw/rightarr.cur"
58 WXCURSOR_CROSS CURSOR DISCARDABLE "wx/msw/cross.cur"
61 //////////////////////////////////////////////////////////////////////////////
66 // First wx icon in alphabetical order, so it will be used by Explorer if the
67 // application doesn't have any icons of its own
68 wxICON_AAA ICON "wx/msw/std.ico"
70 //wxDEFAULT_FRAME ICON "wx/msw/std.ico"
71 //wxDEFAULT_MDIPARENTFRAME ICON "wx/msw/mdi.ico"
72 //wxDEFAULT_MDICHILDFRAME ICON "wx/msw/child.ico"
74 // Standard small icons
75 wxICON_SMALL_CLOSED_FOLDER ICON "wx/msw/folder1.ico"
76 wxICON_SMALL_OPEN_FOLDER ICON "wx/msw/folder2.ico"
77 wxICON_SMALL_FILE ICON "wx/msw/file1.ico"
78 wxICON_SMALL_COMPUTER ICON "wx/msw/computer.ico"
79 wxICON_SMALL_DRIVE ICON "wx/msw/drive.ico"
80 wxICON_SMALL_CDROM ICON "wx/msw/cdrom.ico"
81 wxICON_SMALL_FLOPPY ICON "wx/msw/floppy.ico"
82 wxICON_SMALL_REMOVEABLE ICON "wx/msw/removble.ico"
84 //////////////////////////////////////////////////////////////////////////////
89 // For wxContextHelpButton
90 csquery BITMAP "wx/msw/csquery.bmp"
92 // For obtaining the RGB values of standard colours
93 wxBITMAP_STD_COLOURS BITMAP "wx/msw/colours.bmp"
95 //////////////////////////////////////////////////////////////////////////////
97 // Manifest file for Windows XP
100 #if !defined(wxUSE_NO_MANIFEST) || (wxUSE_NO_MANIFEST == 0)
102 // Visual Studio 2005 generates the manifest automatically and so we
103 // shouldn't include it in the resources manually:
104 #if !defined(WX_MSC_FULL_VER) || WX_MSC_FULL_VER < 140040130
106 // see "about isolated applications" topic in MSDN
107 #ifdef ISOLATION_AWARE_ENABLED
108 #define wxMANIFEST_ID 2
110 #define wxMANIFEST_ID 1
113 #if defined(WX_CPU_AMD64)
114 wxMANIFEST_ID 24 "wx/msw/amd64.manifest"
115 #elif defined(WX_CPU_IA64)
116 wxMANIFEST_ID 24 "wx/msw/ia64.manifest"
117 #elif defined(WX_CPU_X86)
118 wxMANIFEST_ID 24 "wx/msw/wx.manifest"
121 #endif // !defined(WX_MSC_FULL_VER) || WX_MSC_FULL_VER < 140040130
123 #endif // !defined(wxUSE_NO_MANIFEST) || (wxUSE_NO_MANIFEST == 0)