]>
Commit | Line | Data |
---|---|---|
c1b99516 DW |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // File: wx.rc | |
3 | // Purpose: wxWindows resource definitions. ALWAYS include | |
4 | // this in your application resource file. | |
5 | // | |
6 | // wxWindows version 2.1.11 | |
7 | // | |
8 | // Author: David Webster | |
9 | // Date: 11-21-99 | |
10 | // | |
11 | // Permission to use, copy, modify, and distribute this software and its | |
12 | // documentation for any purpose is hereby granted without fee, provided | |
13 | // that the above copyright notice, author statement and this permission | |
14 | // notice appear in all copies of this software and related documentation. | |
15 | // | |
16 | // THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, | |
17 | // IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF | |
18 | // MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. | |
19 | // | |
20 | // IN NO EVENT SHALL THE ARTIFICIAL INTELLIGENCE APPLICATIONS INSTITUTE OR THE | |
21 | // UNIVERSITY OF EDINBURGH BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT OR | |
22 | // CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER RESULTING FROM | |
23 | // LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF THE POSSIBILITY OF | |
24 | // DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH | |
25 | // THE USE OR PERFORMANCE OF THIS SOFTWARE. | |
26 | // | |
27 | // Version: $Id$ | |
28 | ///////////////////////////////////////////////////////////////////////////// | |
29 | ||
30 | #include <os2.h> | |
31 | ||
32 | ////////////////////////////////////////////////////////////////////////////// | |
33 | // | |
34 | // Dummy Dialog for all wxCAPTION Dialog boxes | |
35 | // | |
36 | ||
37 | ////////////////////////////////////////////////////////////////////////////// | |
38 | // | |
39 | // This is the MDI Window menu | |
40 | // | |
41 | ||
42 | wxWindowMenu MENU DISCARDABLE | |
43 | BEGIN | |
44 | SUBMENU "&Window" | |
45 | BEGIN | |
46 | MENUITEM "&Cascade", 4002 | |
47 | MENUITEM "Tile &Horizontally", 4001 | |
48 | MENUITEM "Tile &Vertically", 4005 | |
49 | MENUITEM "", 0, MIS_SEPARATOR | |
50 | MENUITEM "&Arrange Icons", 4003 | |
51 | MENUITEM "&Next", 4004 | |
52 | END | |
53 | END | |
54 | ||
55 | ////////////////////////////////////////////////////////////////////////////// | |
56 | // | |
57 | // Standard wxWindows Cursors | |
58 | // | |
59 | ||
60 | POINTER WXCURSOR_HAND LOADONCALL "wx/os2/hand.ptr" | |
61 | POINTER WXCURSOR_BULLSEYE LOADONCALL "wx/os2/bullseye.ptr" | |
62 | POINTER WXCURSOR_PENCIL LOADONCALL "wx/os2/pencil.ptr" | |
63 | POINTER WXCURSOR_MAGNIFIER LOADONCALL "wx/os2/magnif1.ptr" | |
64 | POINTER WXCURSOR_NO_ENTRY LOADONCALL "wx/os2/noentry.ptr" | |
65 | POINTER WXCURSOR_SIZING LOADONCALL "wx/os2/size.ptr" | |
66 | POINTER WXCURSOR_ROLLER LOADONCALL "wx/os2/roller.ptr" | |
67 | POINTER WXCURSOR_WATCH LOADONCALL "wx/os2/watch1.ptr" | |
68 | POINTER WXCURSOR_PBRUSH LOADONCALL "wx/os2/pbrush.ptr" | |
69 | POINTER WXCURSOR_PLEFT LOADONCALL "wx/os2/pntleft.ptr" | |
70 | POINTER WXCURSOR_PRIGHT LOADONCALL "wx/os2/pntright.ptr" | |
71 | POINTER WXCURSOR_QARROW LOADONCALL "wx/os2/query.ptr" | |
72 | POINTER WXCURSOR_BLANK LOADONCALL "wx/os2/blank.ptr" | |
73 | ||
74 | ////////////////////////////////////////////////////////////////////////////// | |
75 | // | |
76 | // Default Icons | |
77 | // | |
78 | ||
79 | //ICON wxDEFAULT_FRAME PRELOAD "wx/os2/std.ico" | |
80 | //ICON wxDEFAULT_MDIPARENTFRAME PRELOAD "wx/os2/mdi.ico" | |
81 | //ICON wxDEFAULT_MDICHILDFRAME PRELOAD "wx/os2/child.ico" | |
82 | ||
83 | // Standard icons | |
84 | ICON wxICON_QUESTION PRELOAD "wx/os2/question.ico" | |
85 | ICON wxICON_WARNING PRELOAD "wx/os2/warning.ico" | |
86 | ICON wxICON_ERROR PRELOAD "wx/os2/error.ico" | |
87 | ICON wxICON_INFO PRELOAD "wx/os2/info.ico" | |
88 | ICON wxICON_TIP PRELOAD "wx/os2/tip.ico" | |
89 | ||
90 | ////////////////////////////////////////////////////////////////////////////// | |
91 | // | |
92 | // Bitmaps | |
93 | // | |
94 | ||
95 | BITMAP wxDISABLE_BUTTON_BITMAP LOADONCALL "wx/os2/disable.bmp" | |
96 | ||
97 | ||
98 | // For src/generic/proplist.cpp | |
99 | BITMAP tick_bmp LOADONCALL "wx/os2/tick.bmp" | |
100 | BITMAP cross_bmp LOADONCALL "wx/os2/cross.bmp" | |
101 |