]>
Commit | Line | Data |
---|---|---|
2bda0e17 KB |
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. | |
2bda0e17 | 28 | // |
1e3698e5 VZ |
29 | // Version: $Id$ |
30 | ///////////////////////////////////////////////////////////////////////////// | |
2bda0e17 | 31 | |
57c208c5 | 32 | #if (defined( __GNUWIN32__ ) && !defined(__TWIN32__)) || defined(__MWERKS__) |
1e3698e5 | 33 | #include <wx/msw/gnuwin32/winresrc.h> |
2bda0e17 | 34 | #else |
1e3698e5 | 35 | #include <windows.h> |
2bda0e17 KB |
36 | #endif |
37 | ||
2bda0e17 KB |
38 | ////////////////////////////////////////////////////////////////////////////// |
39 | // | |
40 | // This is the MDI Window menu | |
41 | // | |
42 | ||
43 | wxWindowMenu MENU DISCARDABLE | |
44 | BEGIN | |
45 | POPUP "&Window" | |
46 | BEGIN | |
47 | MENUITEM "&Cascade", 4002 | |
42e69d6b VZ |
48 | MENUITEM "Tile &Horizontally", 4001 |
49 | MENUITEM "Tile &Vertically", 4005 | |
50 | MENUITEM "", -1 | |
7f555861 | 51 | MENUITEM "&Arrange Icons", 4003 |
2bda0e17 KB |
52 | MENUITEM "&Next", 4004 |
53 | END | |
54 | END | |
55 | ||
56 | ////////////////////////////////////////////////////////////////////////////// | |
57 | // | |
58 | // Standard wxWindows Cursors | |
59 | // | |
60 | ||
61 | WXCURSOR_HAND CURSOR DISCARDABLE "wx/msw/hand.cur" | |
62 | WXCURSOR_BULLSEYE CURSOR DISCARDABLE "wx/msw/bullseye.cur" | |
63 | WXCURSOR_PENCIL CURSOR DISCARDABLE "wx/msw/pencil.cur" | |
64 | WXCURSOR_MAGNIFIER CURSOR DISCARDABLE "wx/msw/magnif1.cur" | |
65 | WXCURSOR_NO_ENTRY CURSOR DISCARDABLE "wx/msw/noentry.cur" | |
66 | WXCURSOR_SIZING CURSOR DISCARDABLE "wx/msw/size.cur" | |
67 | WXCURSOR_ROLLER CURSOR DISCARDABLE "wx/msw/roller.cur" | |
68 | WXCURSOR_WATCH CURSOR DISCARDABLE "wx/msw/watch1.cur" | |
69 | WXCURSOR_PBRUSH CURSOR DISCARDABLE "wx/msw/pbrush.cur" | |
70 | WXCURSOR_PLEFT CURSOR DISCARDABLE "wx/msw/pntleft.cur" | |
71 | WXCURSOR_PRIGHT CURSOR DISCARDABLE "wx/msw/pntright.cur" | |
72 | WXCURSOR_QARROW CURSOR DISCARDABLE "wx/msw/query.cur" | |
73 | WXCURSOR_BLANK CURSOR DISCARDABLE "wx/msw/blank.cur" | |
74 | ||
75 | ////////////////////////////////////////////////////////////////////////////// | |
76 | // | |
77 | // Default Icons | |
78 | // | |
79 | ||
c085e333 VZ |
80 | //wxDEFAULT_FRAME ICON "wx/msw/std.ico" |
81 | //wxDEFAULT_MDIPARENTFRAME ICON "wx/msw/mdi.ico" | |
82 | //wxDEFAULT_MDICHILDFRAME ICON "wx/msw/child.ico" | |
2bda0e17 | 83 | |
51a58d8b | 84 | // Standard large icons |
2dace059 VZ |
85 | /* we don't use these files any more, use Windows standard icons instead |
86 | wxICON_QUESTION ICON "wx/msw/question.ico" | |
87 | wxICON_WARNING ICON "wx/msw/warning.ico" | |
88 | wxICON_ERROR ICON "wx/msw/error.ico" | |
d1f33936 | 89 | wxICON_INFO ICON "wx/msw/info.ico" |
2dace059 | 90 | */ |
d1f33936 | 91 | wxICON_TIP ICON "wx/msw/tip.ico" |
51a58d8b JS |
92 | |
93 | // Standard small icons | |
94 | wxICON_SMALL_CLOSED_FOLDER ICON "wx/msw/folder1.ico" | |
95 | wxICON_SMALL_OPEN_FOLDER ICON "wx/msw/folder2.ico" | |
96 | wxICON_SMALL_FILE ICON "wx/msw/file1.ico" | |
97 | wxICON_SMALL_COMPUTER ICON "wx/msw/computer.ico" | |
98 | wxICON_SMALL_DRIVE ICON "wx/msw/drive.ico" | |
99 | wxICON_SMALL_CDROM ICON "wx/msw/cdrom.ico" | |
100 | wxICON_SMALL_FLOPPY ICON "wx/msw/floppy.ico" | |
101 | wxICON_SMALL_REMOVEABLE ICON "wx/msw/removble.ico" | |
1e3698e5 | 102 | |
2bda0e17 KB |
103 | ////////////////////////////////////////////////////////////////////////////// |
104 | // | |
105 | // Bitmaps | |
106 | // | |
107 | ||
ce3ed50d JS |
108 | #ifdef __SALFORDC__ |
109 | wxDISABLE_BUTTON_BITMAP BITMAP WXINCDIR"wx/msw/disable.bmp" | |
110 | #else | |
2bda0e17 | 111 | wxDISABLE_BUTTON_BITMAP BITMAP "wx/msw/disable.bmp" |
ce3ed50d | 112 | #endif |
2bda0e17 | 113 | |
e841d486 RD |
114 | |
115 | // For src/generic/proplist.cpp | |
116 | tick_bmp BITMAP "wx/msw/tick.bmp" | |
117 | cross_bmp BITMAP "wx/msw/cross.bmp" | |
118 | ||
fb6261e9 | 119 | // For wxContextHelpButton |
84bfc0d5 | 120 | csquery BITMAP "wx/msw/csquery.bmp" |
039df303 JS |
121 | |
122 | // For obtaining the RGB values of standard colours | |
123 | wxBITMAP_STD_COLOURS BITMAP "wx/msw/colours.bmp" | |
124 |