]> git.saurik.com Git - wxWidgets.git/blame - include/wx/os2/wx.rc
no real changes, just fixed all occurences of 'occurence' typo
[wxWidgets.git] / include / wx / os2 / wx.rc
CommitLineData
c1b99516 1#include <os2.h>
98b67b81 2#include "wxrsc.h"
c1b99516 3
c1b99516 4
98b67b81 5/*
c1b99516 6//////////////////////////////////////////////////////////////////////////////
c1b99516 7// This is the MDI Window menu
98b67b81
DW
8//////////////////////////////////////////////////////////////////////////////
9*/
10MENU ID_WINDOW_MENU PRELOAD
c1b99516 11BEGIN
98b67b81 12 SUBMENU "~Window", 131
c1b99516 13 BEGIN
98b67b81
DW
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
c1b99516
DW
20 END
21END
22
98b67b81 23/*
c1b99516 24//////////////////////////////////////////////////////////////////////////////
98b67b81
DW
25// Standard winWindows Cursors
26//////////////////////////////////////////////////////////////////////////////
27*/
28
f1633a8f
DW
29POINTER WXCURSOR_HAND LOADONCALL "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\hand.ptr"
30POINTER WXCURSOR_BULLSEYE LOADONCALL "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\bullseye.ptr"
31POINTER WXCURSOR_PENCIL LOADONCALL "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\pencil.ptr"
32POINTER WXCURSOR_MAGNIFIER LOADONCALL "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\magnit1.ptr"
f1633a8f
DW
33POINTER WXCURSOR_SIZING LOADONCALL "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\size.ptr"
34POINTER WXCURSOR_ROLLER LOADONCALL "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\roller.ptr"
f1633a8f
DW
35POINTER WXCURSOR_PBRUSH LOADONCALL "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\pbrush.ptr"
36POINTER WXCURSOR_PLEFT LOADONCALL "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\pntleft.ptr"
37POINTER WXCURSOR_PRIGHT LOADONCALL "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\pntright.ptr"
38POINTER WXCURSOR_QARROW LOADONCALL "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\query.ptr"
39POINTER WXCURSOR_BLANK LOADONCALL "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\blank.ptr"
c1b99516 40
98b67b81 41/*
c1b99516 42//////////////////////////////////////////////////////////////////////////////
c1b99516 43// Default Icons
98b67b81
DW
44//////////////////////////////////////////////////////////////////////////////
45*/
46/* Standard icons */
f1633a8f 47ICON wxICON_TIP PRELOAD "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\tip.ico"
98b67b81 48
f1633a8f
DW
49ICON wxICON_SMALL_CLOSED_FOLDER PRELOAD "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\folder1.ico"
50ICON wxICON_SMALL_OPEN_FOLDER PRELOAD "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\folder2.ico"
51ICON wxICON_SMALL_FILE PRELOAD "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\file.ico"
52ICON wxICON_SMALL_COMPUTER PRELOAD "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\computer.ico"
53ICON wxICON_SMALL_DRIVE PRELOAD "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\drive.ico"
54ICON wxICON_SMALL_CDROM PRELOAD "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\cdrom.ico"
55ICON wxICON_SMALL_FLOPPY PRELOAD "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\floppy.ico"
56ICON wxICON_SMALL_REMOVEABLE PRELOAD "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\removble.ico"
10769d8c
DW
57ICON wxICON_SMALL_ERROR PRELOAD "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\error.ico"
58ICON wxICON_SMALL_INFO PRELOAD "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\info.ico"
59ICON wxICON_SMALL_WARNING PRELOAD "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\warning.ico"
c1b99516 60
98b67b81 61/*
c1b99516 62//////////////////////////////////////////////////////////////////////////////
c1b99516 63// Bitmaps
61243a51 64//////////////////////////////////////////////////////////////////////////////
98b67b81 65*/
f1633a8f 66BITMAP wxDISABLE_BUTTON_BITMAP LOADONCALL "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\disable.bmp"
61243a51
DW
67
68/*
98b67b81
DW
69// For src/generic/proplist.cpp
70*/
f1633a8f
DW
71BITMAP wxTICK_BITMAP LOADONCALL "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\tick.bmp"
72BITMAP wxCROSS_BITMAP LOADONCALL "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\cross.bmp"
61243a51 73
98b67b81
DW
74/*
75// For kContextHelpButton
76*/
f1633a8f 77BITMAP wxCSQUERY_BITMAP LOADONCALL "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\csquery.bmp"
61243a51 78
98b67b81
DW
79/*
80// For obtaining the RGB values of standard colours
81*/
f1633a8f 82BITMAP wxBITMAP_STD_COLOURS LOADONCALL "\\dev\\wx2\\wxwindows\\include\\wx\\os2\\colours.bmp"
61243a51 83
f1633a8f 84RCINCLUDE \Dev\Wx2\WxWindows\INCLUDE\WX\OS2\WX.DLG
61243a51 85