]>
Commit | Line | Data |
---|---|---|
1 | #include <os2.h> | |
2 | #include "wxrsc.h" | |
3 | ||
4 | ||
5 | /* | |
6 | ////////////////////////////////////////////////////////////////////////////// | |
7 | // This is the MDI Window menu | |
8 | ////////////////////////////////////////////////////////////////////////////// | |
9 | */ | |
10 | MENU ID_WINDOW_MENU PRELOAD | |
11 | BEGIN | |
12 | SUBMENU "~Window", 131 | |
13 | BEGIN | |
14 | MENUITEM "~Cascade", 132 | |
15 | MENUITEM "Tile ~Horizontally", 133 | |
16 | MENUITEM "Tile ~Vertically", 134 | |
17 | MENUITEM "", -1 | |
18 | MENUITEM "~Arrange Icons", 135 | |
19 | MENUITEM "~Next", 136 | |
20 | END | |
21 | END | |
22 | ||
23 | /* | |
24 | ////////////////////////////////////////////////////////////////////////////// | |
25 | // Standard winWindows Cursors | |
26 | ////////////////////////////////////////////////////////////////////////////// | |
27 | */ | |
28 | ||
29 | POINTER WXCURSOR_HAND LOADONCALL "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\hand.ptr" | |
30 | POINTER WXCURSOR_BULLSEYE LOADONCALL "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\bullseye.ptr" | |
31 | POINTER WXCURSOR_PENCIL LOADONCALL "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\pencil.ptr" | |
32 | POINTER WXCURSOR_MAGNIFIER LOADONCALL "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\magnit1.ptr" | |
33 | POINTER WXCURSOR_NO_ENTRY LOADONCALL "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\noentry.ptr" | |
34 | POINTER WXCURSOR_SIZING LOADONCALL "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\size.ptr" | |
35 | POINTER WXCURSOR_ROLLER LOADONCALL "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\roller.ptr" | |
36 | POINTER WXCURSOR_WATCH LOADONCALL "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\watch.ptr" | |
37 | POINTER WXCURSOR_PBRUSH LOADONCALL "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\pbrush.ptr" | |
38 | POINTER WXCURSOR_PLEFT LOADONCALL "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\pntleft.ptr" | |
39 | POINTER WXCURSOR_PRIGHT LOADONCALL "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\pntright.ptr" | |
40 | POINTER WXCURSOR_QARROW LOADONCALL "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\query.ptr" | |
41 | POINTER WXCURSOR_BLANK LOADONCALL "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\blank.ptr" | |
42 | ||
43 | /* | |
44 | ////////////////////////////////////////////////////////////////////////////// | |
45 | // Default Icons | |
46 | ////////////////////////////////////////////////////////////////////////////// | |
47 | */ | |
48 | /* Standard icons */ | |
49 | ICON wxICON_TIP PRELOAD "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\tip.ico" | |
50 | ||
51 | ICON wxICON_SMALL_CLOSED_FOLDER PRELOAD "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\folder1.ico" | |
52 | ICON wxICON_SMALL_OPEN_FOLDER PRELOAD "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\folder2.ico" | |
53 | ICON wxICON_SMALL_FILE PRELOAD "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\file.ico" | |
54 | ICON wxICON_SMALL_COMPUTER PRELOAD "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\computer.ico" | |
55 | ICON wxICON_SMALL_DRIVE PRELOAD "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\drive.ico" | |
56 | ICON wxICON_SMALL_CDROM PRELOAD "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\cdrom.ico" | |
57 | ICON wxICON_SMALL_FLOPPY PRELOAD "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\floppy.ico" | |
58 | ICON wxICON_SMALL_REMOVEABLE PRELOAD "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\removble.ico" | |
59 | ICON wxICON_SMALL_ERROR PRELOAD "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\error.ico" | |
60 | ICON wxICON_SMALL_INFO PRELOAD "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\info.ico" | |
61 | ICON wxICON_SMALL_WARNING PRELOAD "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\warning.ico" | |
62 | ||
63 | /* | |
64 | ////////////////////////////////////////////////////////////////////////////// | |
65 | // Bitmaps | |
66 | ////////////////////////////////////////////////////////////////////////////// | |
67 | */ | |
68 | BITMAP wxDISABLE_BUTTON_BITMAP LOADONCALL "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\disable.bmp" | |
69 | ||
70 | /* | |
71 | // For src/generic/proplist.cpp | |
72 | */ | |
73 | BITMAP wxTICK_BITMAP LOADONCALL "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\tick.bmp" | |
74 | BITMAP wxCROSS_BITMAP LOADONCALL "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\cross.bmp" | |
75 | ||
76 | /* | |
77 | // For kContextHelpButton | |
78 | */ | |
79 | BITMAP wxCSQUERY_BITMAP LOADONCALL "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\csquery.bmp" | |
80 | ||
81 | /* | |
82 | // For obtaining the RGB values of standard colours | |
83 | */ | |
84 | BITMAP wxBITMAP_STD_COLOURS LOADONCALL "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\colours.bmp" | |
85 | ||
86 | RCINCLUDE \Dev\Wx2\WxWindows\INCLUDE\WX\OS2\WX.DLG | |
87 |