Develop and Download Open Source Software

Browse CVS Repository

Annotation of /malonnote/mn.rc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Thu Jul 28 03:25:05 2005 UTC (18 years, 7 months ago) by maloninc
Branch point for: vendor, MAIN
Initial revision

1 maloninc 1.1 /////////////////////////////////////////////////////////////////////////////
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: wx.rc,v 1.43 2005/05/15 16:43:12 JS Exp $
10     // Licence: wxWindows Licence
11     /////////////////////////////////////////////////////////////////////////////
12    
13     #if defined(__MWERKS__)
14     #include <winresrc.h>
15     #else
16     #include <windows.h>
17     #endif
18    
19     #if defined(_WIN32_WCE)
20     #include "wx/msw/wince/wince.rc"
21     #endif
22    
23     //////////////////////////////////////////////////////////////////////////////
24     //
25     // This is the MDI Window menu
26     //
27    
28     wxWindowMenu MENU DISCARDABLE
29     BEGIN
30     POPUP "&Window"
31     BEGIN
32     MENUITEM "&Cascade", 4002
33     MENUITEM "Tile &Horizontally", 4001
34     MENUITEM "Tile &Vertically", 4005
35     MENUITEM "", -1
36     MENUITEM "&Arrange Icons", 4003
37     MENUITEM "&Next", 4004
38     END
39     END
40    
41     //////////////////////////////////////////////////////////////////////////////
42     //
43     // Standard wxWindows Cursors
44     //
45    
46     WXCURSOR_HAND CURSOR DISCARDABLE "wx/msw/hand.cur"
47     WXCURSOR_BULLSEYE CURSOR DISCARDABLE "wx/msw/bullseye.cur"
48     WXCURSOR_PENCIL CURSOR DISCARDABLE "wx/msw/pencil.cur"
49     WXCURSOR_MAGNIFIER CURSOR DISCARDABLE "wx/msw/magnif1.cur"
50     WXCURSOR_ROLLER CURSOR DISCARDABLE "wx/msw/roller.cur"
51     WXCURSOR_PBRUSH CURSOR DISCARDABLE "wx/msw/pbrush.cur"
52     WXCURSOR_PLEFT CURSOR DISCARDABLE "wx/msw/pntleft.cur"
53     WXCURSOR_PRIGHT CURSOR DISCARDABLE "wx/msw/pntright.cur"
54     WXCURSOR_BLANK CURSOR DISCARDABLE "wx/msw/blank.cur"
55     WXCURSOR_RIGHT_ARROW CURSOR DISCARDABLE "wx/msw/rightarr.cur"
56     WXCURSOR_CROSS CURSOR DISCARDABLE "wx/msw/cross.cur"
57    
58    
59     //////////////////////////////////////////////////////////////////////////////
60     //
61     // Default Icons
62     //
63    
64     //wxDEFAULT_FRAME ICON "wx/msw/std.ico"
65     //wxDEFAULT_MDIPARENTFRAME ICON "wx/msw/mdi.ico"
66     //wxDEFAULT_MDICHILDFRAME ICON "wx/msw/child.ico"
67    
68     // Standard small icons
69     wxICON_SMALL_CLOSED_FOLDER ICON "wx/msw/folder1.ico"
70     wxICON_SMALL_OPEN_FOLDER ICON "wx/msw/folder2.ico"
71     wxICON_SMALL_FILE ICON "wx/msw/file1.ico"
72     wxICON_SMALL_COMPUTER ICON "wx/msw/computer.ico"
73     wxICON_SMALL_DRIVE ICON "wx/msw/drive.ico"
74     wxICON_SMALL_CDROM ICON "wx/msw/cdrom.ico"
75     wxICON_SMALL_FLOPPY ICON "wx/msw/floppy.ico"
76     wxICON_SMALL_REMOVEABLE ICON "wx/msw/removble.ico"
77    
78     mnICON_APP ICON "./mnote.ico"
79     mnICON_APP_SMALL ICON "./malon-small-logo.ico"
80    
81     //////////////////////////////////////////////////////////////////////////////
82     //
83     // Bitmaps
84     //
85    
86     // For wxContextHelpButton
87     csquery BITMAP "wx/msw/csquery.bmp"
88    
89     // For obtaining the RGB values of standard colours
90     wxBITMAP_STD_COLOURS BITMAP "wx/msw/colours.bmp"
91    
92     //////////////////////////////////////////////////////////////////////////////
93     //
94     // Manifest file for Windows XP
95     //
96    
97     #if !defined(__WIN64__)
98     #if !defined(wxUSE_NO_MANIFEST) || (wxUSE_NO_MANIFEST == 0)
99     1 24 "wx/msw/wx.manifest"
100     #endif
101     #endif
102    

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26