1998-05-20 14:12:05 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
2005-05-04 18:57:50 +00:00
|
|
|
// File: wx.rc
|
|
|
|
// Purpose: wxWindows resource definitions. ALWAYS include
|
|
|
|
// this in your application resource file.
|
|
|
|
// Author: Julian Smart
|
|
|
|
// Modified by:
|
|
|
|
// Created:
|
|
|
|
// Copyright: (c) Julian Smart
|
|
|
|
// RCS-ID: $Id$
|
|
|
|
// Licence: wxWindows Licence
|
1999-06-18 17:56:51 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
1998-05-20 14:12:05 +00:00
|
|
|
|
2005-04-23 18:59:33 +00:00
|
|
|
#include <windows.h>
|
1998-05-20 14:12:05 +00:00
|
|
|
|
2003-07-18 14:12:53 +00:00
|
|
|
#if defined(_WIN32_WCE)
|
2004-07-05 13:53:48 +00:00
|
|
|
#include "wx/msw/wince/wince.rc"
|
2003-07-18 14:12:53 +00:00
|
|
|
#endif
|
|
|
|
|
1998-05-20 14:12:05 +00:00
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
//
|
|
|
|
// This is the MDI Window menu
|
|
|
|
//
|
|
|
|
|
|
|
|
wxWindowMenu MENU DISCARDABLE
|
|
|
|
BEGIN
|
|
|
|
POPUP "&Window"
|
|
|
|
BEGIN
|
|
|
|
MENUITEM "&Cascade", 4002
|
1999-05-19 00:53:27 +00:00
|
|
|
MENUITEM "Tile &Horizontally", 4001
|
|
|
|
MENUITEM "Tile &Vertically", 4005
|
|
|
|
MENUITEM "", -1
|
1998-09-16 21:52:23 +00:00
|
|
|
MENUITEM "&Arrange Icons", 4003
|
1998-05-20 14:12:05 +00:00
|
|
|
MENUITEM "&Next", 4004
|
|
|
|
END
|
|
|
|
END
|
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
//
|
|
|
|
// Standard wxWindows Cursors
|
|
|
|
//
|
|
|
|
|
|
|
|
WXCURSOR_HAND CURSOR DISCARDABLE "wx/msw/hand.cur"
|
|
|
|
WXCURSOR_BULLSEYE CURSOR DISCARDABLE "wx/msw/bullseye.cur"
|
|
|
|
WXCURSOR_PENCIL CURSOR DISCARDABLE "wx/msw/pencil.cur"
|
|
|
|
WXCURSOR_MAGNIFIER CURSOR DISCARDABLE "wx/msw/magnif1.cur"
|
|
|
|
WXCURSOR_NO_ENTRY CURSOR DISCARDABLE "wx/msw/noentry.cur"
|
|
|
|
WXCURSOR_ROLLER CURSOR DISCARDABLE "wx/msw/roller.cur"
|
|
|
|
WXCURSOR_WATCH CURSOR DISCARDABLE "wx/msw/watch1.cur"
|
|
|
|
WXCURSOR_PBRUSH CURSOR DISCARDABLE "wx/msw/pbrush.cur"
|
|
|
|
WXCURSOR_PLEFT CURSOR DISCARDABLE "wx/msw/pntleft.cur"
|
|
|
|
WXCURSOR_PRIGHT CURSOR DISCARDABLE "wx/msw/pntright.cur"
|
|
|
|
WXCURSOR_QARROW CURSOR DISCARDABLE "wx/msw/query.cur"
|
|
|
|
WXCURSOR_BLANK CURSOR DISCARDABLE "wx/msw/blank.cur"
|
2002-03-15 22:52:15 +00:00
|
|
|
WXCURSOR_RIGHT_ARROW CURSOR DISCARDABLE "wx/msw/rightarr.cur"
|
2005-04-03 11:36:31 +00:00
|
|
|
WXCURSOR_CROSS CURSOR DISCARDABLE "wx/msw/cross.cur"
|
2002-03-15 22:52:15 +00:00
|
|
|
|
1998-05-20 14:12:05 +00:00
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
//
|
|
|
|
// Default Icons
|
|
|
|
//
|
|
|
|
|
1998-10-14 23:53:24 +00:00
|
|
|
//wxDEFAULT_FRAME ICON "wx/msw/std.ico"
|
|
|
|
//wxDEFAULT_MDIPARENTFRAME ICON "wx/msw/mdi.ico"
|
|
|
|
//wxDEFAULT_MDICHILDFRAME ICON "wx/msw/child.ico"
|
1998-05-20 14:12:05 +00:00
|
|
|
|
2000-07-23 19:10:27 +00:00
|
|
|
// Standard small icons
|
|
|
|
wxICON_SMALL_CLOSED_FOLDER ICON "wx/msw/folder1.ico"
|
|
|
|
wxICON_SMALL_OPEN_FOLDER ICON "wx/msw/folder2.ico"
|
|
|
|
wxICON_SMALL_FILE ICON "wx/msw/file1.ico"
|
|
|
|
wxICON_SMALL_COMPUTER ICON "wx/msw/computer.ico"
|
|
|
|
wxICON_SMALL_DRIVE ICON "wx/msw/drive.ico"
|
|
|
|
wxICON_SMALL_CDROM ICON "wx/msw/cdrom.ico"
|
|
|
|
wxICON_SMALL_FLOPPY ICON "wx/msw/floppy.ico"
|
|
|
|
wxICON_SMALL_REMOVEABLE ICON "wx/msw/removble.ico"
|
1999-06-18 17:56:51 +00:00
|
|
|
|
1998-05-20 14:12:05 +00:00
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
//
|
|
|
|
// Bitmaps
|
|
|
|
//
|
|
|
|
|
2000-09-08 10:49:39 +00:00
|
|
|
// For wxContextHelpButton
|
2000-09-08 15:48:54 +00:00
|
|
|
csquery BITMAP "wx/msw/csquery.bmp"
|
2001-01-22 11:54:25 +00:00
|
|
|
|
|
|
|
// For obtaining the RGB values of standard colours
|
|
|
|
wxBITMAP_STD_COLOURS BITMAP "wx/msw/colours.bmp"
|
|
|
|
|
2003-04-11 23:22:39 +00:00
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
//
|
|
|
|
// Manifest file for Windows XP
|
|
|
|
//
|
|
|
|
|
2004-02-25 10:45:02 +00:00
|
|
|
#if !defined(__WIN64__)
|
2003-06-14 16:44:18 +00:00
|
|
|
#if !defined(wxUSE_NO_MANIFEST) || (wxUSE_NO_MANIFEST == 0)
|
2003-04-11 23:22:39 +00:00
|
|
|
1 24 "wx/msw/wx.manifest"
|
2003-06-14 16:44:18 +00:00
|
|
|
#endif
|
2004-02-25 10:45:02 +00:00
|
|
|
#endif
|
2003-06-14 16:44:18 +00:00
|
|
|
|