]> git.saurik.com Git - wxWidgets.git/blame - include/wx/msw/wx.rc
Temporarily disable colour picker to keep build working and bofore finding nice repla...
[wxWidgets.git] / include / wx / msw / wx.rc
CommitLineData
2bda0e17 1/////////////////////////////////////////////////////////////////////////////
99d80019
JS
2// File: wx.rc
3// Purpose: wxWindows resource definitions. ALWAYS include
4// this in your application resource file.
5// Author: Julian Smart
6// Modified by:
7// Created:
8// Copyright: (c) Julian Smart
9// RCS-ID: $Id$
10// Licence: wxWindows Licence
1e3698e5 11/////////////////////////////////////////////////////////////////////////////
2bda0e17 12
d2867a5b
JS
13#if defined(__MWERKS__)
14#include <winresrc.h>
15#else
2cef71bc 16#include <windows.h>
d2867a5b 17#endif
2bda0e17 18
39d2f9a7 19#if defined(_WIN32_WCE)
04e539f5 20 #include "wx/msw/wince/wince.rc"
39d2f9a7
JS
21#endif
22
c8d58531
MW
23#include "wx/msw/rcdefs.h"
24
2bda0e17
KB
25//////////////////////////////////////////////////////////////////////////////
26//
27// This is the MDI Window menu
28//
29
30wxWindowMenu MENU DISCARDABLE
31BEGIN
32 POPUP "&Window"
33 BEGIN
34 MENUITEM "&Cascade", 4002
42e69d6b
VZ
35 MENUITEM "Tile &Horizontally", 4001
36 MENUITEM "Tile &Vertically", 4005
37 MENUITEM "", -1
7f555861 38 MENUITEM "&Arrange Icons", 4003
2bda0e17
KB
39 MENUITEM "&Next", 4004
40 END
41END
42
43//////////////////////////////////////////////////////////////////////////////
44//
45// Standard wxWindows Cursors
46//
47
48WXCURSOR_HAND CURSOR DISCARDABLE "wx/msw/hand.cur"
49WXCURSOR_BULLSEYE CURSOR DISCARDABLE "wx/msw/bullseye.cur"
50WXCURSOR_PENCIL CURSOR DISCARDABLE "wx/msw/pencil.cur"
51WXCURSOR_MAGNIFIER CURSOR DISCARDABLE "wx/msw/magnif1.cur"
2bda0e17 52WXCURSOR_ROLLER CURSOR DISCARDABLE "wx/msw/roller.cur"
2bda0e17
KB
53WXCURSOR_PBRUSH CURSOR DISCARDABLE "wx/msw/pbrush.cur"
54WXCURSOR_PLEFT CURSOR DISCARDABLE "wx/msw/pntleft.cur"
55WXCURSOR_PRIGHT CURSOR DISCARDABLE "wx/msw/pntright.cur"
2bda0e17 56WXCURSOR_BLANK CURSOR DISCARDABLE "wx/msw/blank.cur"
15dadf31 57WXCURSOR_RIGHT_ARROW CURSOR DISCARDABLE "wx/msw/rightarr.cur"
27e7e859 58WXCURSOR_CROSS CURSOR DISCARDABLE "wx/msw/cross.cur"
15dadf31 59
2bda0e17
KB
60
61//////////////////////////////////////////////////////////////////////////////
62//
63// Default Icons
64//
65
c085e333
VZ
66//wxDEFAULT_FRAME ICON "wx/msw/std.ico"
67//wxDEFAULT_MDIPARENTFRAME ICON "wx/msw/mdi.ico"
68//wxDEFAULT_MDICHILDFRAME ICON "wx/msw/child.ico"
2bda0e17 69
51a58d8b
JS
70// Standard small icons
71wxICON_SMALL_CLOSED_FOLDER ICON "wx/msw/folder1.ico"
72wxICON_SMALL_OPEN_FOLDER ICON "wx/msw/folder2.ico"
73wxICON_SMALL_FILE ICON "wx/msw/file1.ico"
74wxICON_SMALL_COMPUTER ICON "wx/msw/computer.ico"
75wxICON_SMALL_DRIVE ICON "wx/msw/drive.ico"
76wxICON_SMALL_CDROM ICON "wx/msw/cdrom.ico"
77wxICON_SMALL_FLOPPY ICON "wx/msw/floppy.ico"
78wxICON_SMALL_REMOVEABLE ICON "wx/msw/removble.ico"
1e3698e5 79
2273efca
JS
80// Low alphabetically to make it the default, but not so low as to
81// affect applications that use 'a'
82bICON ICON "wx/msw/std.ico"
83
2bda0e17
KB
84//////////////////////////////////////////////////////////////////////////////
85//
86// Bitmaps
87//
88
fb6261e9 89// For wxContextHelpButton
84bfc0d5 90csquery BITMAP "wx/msw/csquery.bmp"
039df303
JS
91
92// For obtaining the RGB values of standard colours
93wxBITMAP_STD_COLOURS BITMAP "wx/msw/colours.bmp"
94
5db93205
VS
95//////////////////////////////////////////////////////////////////////////////
96//
97// Manifest file for Windows XP
98//
99
b1f68ca3 100#if !defined(wxUSE_NO_MANIFEST) || (wxUSE_NO_MANIFEST == 0)
c8d58531 101#if !defined(WX_MSC_FULL_VER) || WX_MSC_FULL_VER < 140040130
e396018d 102
c8d58531 103#if defined(WX_CPU_AMD64)
e396018d 1041 24 "wx/msw/amd64.manifest"
6429ac6d 105#elif defined(WX_CPU_IA64)
e396018d 1061 24 "wx/msw/ia64.manifest"
c8d58531 107#elif defined(WX_CPU_X86)
5db93205 1081 24 "wx/msw/wx.manifest"
b1f68ca3
JS
109#endif
110
c8d58531 111#endif // !defined(WX_MSC_FULL_VER) || WX_MSC_FULL_VER < 140040130
e396018d 112#endif // !defined(wxUSE_NO_MANIFEST) || (wxUSE_NO_MANIFEST == 0)