]>
Commit | Line | Data |
---|---|---|
1 | ///////////////////////////////////////////////////////////////////////////// | |
2 | // File: wx.rc | |
3 | // Purpose: wxWindows resource definitions. ALWAYS include | |
4 | // this in your application resource file. | |
5 | // | |
6 | // wxWindows version 1.50 | |
7 | // Copyright (c) 1993 Artificial Intelligence Applications Institute, | |
8 | // The University of Edinburgh | |
9 | // | |
10 | // Author: Julian Smart | |
11 | // Date: 9-4-93 | |
12 | // | |
13 | // Permission to use, copy, modify, and distribute this software and its | |
14 | // documentation for any purpose is hereby granted without fee, provided | |
15 | // that the above copyright notice, author statement and this permission | |
16 | // notice appear in all copies of this software and related documentation. | |
17 | // | |
18 | // THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, | |
19 | // IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF | |
20 | // MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. | |
21 | // | |
22 | // IN NO EVENT SHALL THE ARTIFICIAL INTELLIGENCE APPLICATIONS INSTITUTE OR THE | |
23 | // UNIVERSITY OF EDINBURGH BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT OR | |
24 | // CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER RESULTING FROM | |
25 | // LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF THE POSSIBILITY OF | |
26 | // DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH | |
27 | // THE USE OR PERFORMANCE OF THIS SOFTWARE. | |
28 | // | |
29 | // Version: $Id$ | |
30 | ///////////////////////////////////////////////////////////////////////////// | |
31 | ||
32 | #if (defined( __GNUWIN32__ ) && !defined(__TWIN32__)) || defined(__MWERKS__) | |
33 | #include <wx/msw/gnuwin32/winresrc.h> | |
34 | #else | |
35 | #include <windows.h> | |
36 | #endif | |
37 | ||
38 | #if defined(_WIN32_WCE) | |
39 | #include <commctrl.h> | |
40 | #endif | |
41 | ||
42 | ////////////////////////////////////////////////////////////////////////////// | |
43 | // | |
44 | // This is the MDI Window menu | |
45 | // | |
46 | ||
47 | wxWindowMenu MENU DISCARDABLE | |
48 | BEGIN | |
49 | POPUP "&Window" | |
50 | BEGIN | |
51 | MENUITEM "&Cascade", 4002 | |
52 | MENUITEM "Tile &Horizontally", 4001 | |
53 | MENUITEM "Tile &Vertically", 4005 | |
54 | MENUITEM "", -1 | |
55 | MENUITEM "&Arrange Icons", 4003 | |
56 | MENUITEM "&Next", 4004 | |
57 | END | |
58 | END | |
59 | ||
60 | #ifdef _WIN32_WCE | |
61 | ||
62 | // Dummy menubar/toolbar for WinCE | |
63 | ||
64 | 5000 RCDATA DISCARDABLE | |
65 | BEGIN | |
66 | // Popup menu name | |
67 | 5000, | |
68 | // Count of items to put on the menu | |
69 | 0 | |
70 | END | |
71 | ||
72 | 5000 MENU DISCARDABLE | |
73 | BEGIN | |
74 | POPUP "Dummy" | |
75 | BEGIN | |
76 | MENUITEM "Dummy" 99 | |
77 | END | |
78 | END | |
79 | ||
80 | STRINGTABLE DISCARDABLE | |
81 | BEGIN | |
82 | 5001 "Dummy menu" | |
83 | END | |
84 | ||
85 | #endif | |
86 | ||
87 | ||
88 | ////////////////////////////////////////////////////////////////////////////// | |
89 | // | |
90 | // Standard wxWindows Cursors | |
91 | // | |
92 | ||
93 | WXCURSOR_HAND CURSOR DISCARDABLE "wx/msw/hand.cur" | |
94 | WXCURSOR_BULLSEYE CURSOR DISCARDABLE "wx/msw/bullseye.cur" | |
95 | WXCURSOR_PENCIL CURSOR DISCARDABLE "wx/msw/pencil.cur" | |
96 | WXCURSOR_MAGNIFIER CURSOR DISCARDABLE "wx/msw/magnif1.cur" | |
97 | WXCURSOR_NO_ENTRY CURSOR DISCARDABLE "wx/msw/noentry.cur" | |
98 | WXCURSOR_ROLLER CURSOR DISCARDABLE "wx/msw/roller.cur" | |
99 | WXCURSOR_WATCH CURSOR DISCARDABLE "wx/msw/watch1.cur" | |
100 | WXCURSOR_PBRUSH CURSOR DISCARDABLE "wx/msw/pbrush.cur" | |
101 | WXCURSOR_PLEFT CURSOR DISCARDABLE "wx/msw/pntleft.cur" | |
102 | WXCURSOR_PRIGHT CURSOR DISCARDABLE "wx/msw/pntright.cur" | |
103 | WXCURSOR_QARROW CURSOR DISCARDABLE "wx/msw/query.cur" | |
104 | WXCURSOR_BLANK CURSOR DISCARDABLE "wx/msw/blank.cur" | |
105 | WXCURSOR_RIGHT_ARROW CURSOR DISCARDABLE "wx/msw/rightarr.cur" | |
106 | ||
107 | ||
108 | ////////////////////////////////////////////////////////////////////////////// | |
109 | // | |
110 | // Default Icons | |
111 | // | |
112 | ||
113 | //wxDEFAULT_FRAME ICON "wx/msw/std.ico" | |
114 | //wxDEFAULT_MDIPARENTFRAME ICON "wx/msw/mdi.ico" | |
115 | //wxDEFAULT_MDICHILDFRAME ICON "wx/msw/child.ico" | |
116 | ||
117 | // Standard small icons | |
118 | wxICON_SMALL_CLOSED_FOLDER ICON "wx/msw/folder1.ico" | |
119 | wxICON_SMALL_OPEN_FOLDER ICON "wx/msw/folder2.ico" | |
120 | wxICON_SMALL_FILE ICON "wx/msw/file1.ico" | |
121 | wxICON_SMALL_COMPUTER ICON "wx/msw/computer.ico" | |
122 | wxICON_SMALL_DRIVE ICON "wx/msw/drive.ico" | |
123 | wxICON_SMALL_CDROM ICON "wx/msw/cdrom.ico" | |
124 | wxICON_SMALL_FLOPPY ICON "wx/msw/floppy.ico" | |
125 | wxICON_SMALL_REMOVEABLE ICON "wx/msw/removble.ico" | |
126 | ||
127 | ////////////////////////////////////////////////////////////////////////////// | |
128 | // | |
129 | // Bitmaps | |
130 | // | |
131 | ||
132 | wxDISABLE_BUTTON_BITMAP BITMAP "wx/msw/disable.bmp" | |
133 | ||
134 | // For wxContextHelpButton | |
135 | csquery BITMAP "wx/msw/csquery.bmp" | |
136 | ||
137 | // For obtaining the RGB values of standard colours | |
138 | wxBITMAP_STD_COLOURS BITMAP "wx/msw/colours.bmp" | |
139 | ||
140 | ////////////////////////////////////////////////////////////////////////////// | |
141 | // | |
142 | // Manifest file for Windows XP | |
143 | // | |
144 | ||
145 | #if !defined(wxUSE_NO_MANIFEST) || (wxUSE_NO_MANIFEST == 0) | |
146 | 1 24 "wx/msw/wx.manifest" | |
147 | #endif | |
148 |