]> git.saurik.com Git - wxWidgets.git/blob - include/wx/msw/wx.rc
Permission for flood-fill code clarified
[wxWidgets.git] / include / wx / msw / wx.rc
1 /////////////////////////////////////////////////////////////////////////////
2 // File: wx.rc
3 // Purpose: wxWindows resource definitions. ALWAYS include
4 // this in your application resource file.
5 // Author: Julian Smart
6 // Modified by:
7 // Created:
8 // Copyright: (c) Julian Smart
9 // RCS-ID: $Id$
10 // Licence: wxWindows Licence
11 /////////////////////////////////////////////////////////////////////////////
12
13 #include <windows.h>
14
15 #if defined(_WIN32_WCE)
16 #include "wx/msw/wince/wince.rc"
17 #endif
18
19 //////////////////////////////////////////////////////////////////////////////
20 //
21 // This is the MDI Window menu
22 //
23
24 wxWindowMenu MENU DISCARDABLE
25 BEGIN
26 POPUP "&Window"
27 BEGIN
28 MENUITEM "&Cascade", 4002
29 MENUITEM "Tile &Horizontally", 4001
30 MENUITEM "Tile &Vertically", 4005
31 MENUITEM "", -1
32 MENUITEM "&Arrange Icons", 4003
33 MENUITEM "&Next", 4004
34 END
35 END
36
37 //////////////////////////////////////////////////////////////////////////////
38 //
39 // Standard wxWindows Cursors
40 //
41
42 WXCURSOR_HAND CURSOR DISCARDABLE "wx/msw/hand.cur"
43 WXCURSOR_BULLSEYE CURSOR DISCARDABLE "wx/msw/bullseye.cur"
44 WXCURSOR_PENCIL CURSOR DISCARDABLE "wx/msw/pencil.cur"
45 WXCURSOR_MAGNIFIER CURSOR DISCARDABLE "wx/msw/magnif1.cur"
46 WXCURSOR_NO_ENTRY CURSOR DISCARDABLE "wx/msw/noentry.cur"
47 WXCURSOR_ROLLER CURSOR DISCARDABLE "wx/msw/roller.cur"
48 WXCURSOR_WATCH CURSOR DISCARDABLE "wx/msw/watch1.cur"
49 WXCURSOR_PBRUSH CURSOR DISCARDABLE "wx/msw/pbrush.cur"
50 WXCURSOR_PLEFT CURSOR DISCARDABLE "wx/msw/pntleft.cur"
51 WXCURSOR_PRIGHT CURSOR DISCARDABLE "wx/msw/pntright.cur"
52 WXCURSOR_QARROW CURSOR DISCARDABLE "wx/msw/query.cur"
53 WXCURSOR_BLANK CURSOR DISCARDABLE "wx/msw/blank.cur"
54 WXCURSOR_RIGHT_ARROW CURSOR DISCARDABLE "wx/msw/rightarr.cur"
55 WXCURSOR_CROSS CURSOR DISCARDABLE "wx/msw/cross.cur"
56
57
58 //////////////////////////////////////////////////////////////////////////////
59 //
60 // Default Icons
61 //
62
63 //wxDEFAULT_FRAME ICON "wx/msw/std.ico"
64 //wxDEFAULT_MDIPARENTFRAME ICON "wx/msw/mdi.ico"
65 //wxDEFAULT_MDICHILDFRAME ICON "wx/msw/child.ico"
66
67 // Standard small icons
68 wxICON_SMALL_CLOSED_FOLDER ICON "wx/msw/folder1.ico"
69 wxICON_SMALL_OPEN_FOLDER ICON "wx/msw/folder2.ico"
70 wxICON_SMALL_FILE ICON "wx/msw/file1.ico"
71 wxICON_SMALL_COMPUTER ICON "wx/msw/computer.ico"
72 wxICON_SMALL_DRIVE ICON "wx/msw/drive.ico"
73 wxICON_SMALL_CDROM ICON "wx/msw/cdrom.ico"
74 wxICON_SMALL_FLOPPY ICON "wx/msw/floppy.ico"
75 wxICON_SMALL_REMOVEABLE ICON "wx/msw/removble.ico"
76
77 //////////////////////////////////////////////////////////////////////////////
78 //
79 // Bitmaps
80 //
81
82 // For wxContextHelpButton
83 csquery BITMAP "wx/msw/csquery.bmp"
84
85 // For obtaining the RGB values of standard colours
86 wxBITMAP_STD_COLOURS BITMAP "wx/msw/colours.bmp"
87
88 //////////////////////////////////////////////////////////////////////////////
89 //
90 // Manifest file for Windows XP
91 //
92
93 #if !defined(__WIN64__)
94 #if !defined(wxUSE_NO_MANIFEST) || (wxUSE_NO_MANIFEST == 0)
95 1 24 "wx/msw/wx.manifest"
96 #endif
97 #endif
98