annotate src/kaigo/horori/eraline/sample.rc @ 65:0369656be06c default tip

many changes.
author pyon@macmini
date Fri, 20 May 2022 06:30:34 +0900
parents 62ae9daac43a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
58
62ae9daac43a start develop horori/eraline.
pyon@macmini
parents:
diff changeset
1 /////////////////////////////////////////////////////////////////////////////
62ae9daac43a start develop horori/eraline.
pyon@macmini
parents:
diff changeset
2 // Name: samples/samples.rc
62ae9daac43a start develop horori/eraline.
pyon@macmini
parents:
diff changeset
3 // Purpose: a standard Win32 .rc file for the wxWindows samples
62ae9daac43a start develop horori/eraline.
pyon@macmini
parents:
diff changeset
4 // Author: Vadim Zeitlin
62ae9daac43a start develop horori/eraline.
pyon@macmini
parents:
diff changeset
5 // Modified by:
62ae9daac43a start develop horori/eraline.
pyon@macmini
parents:
diff changeset
6 // Created: 04.08.03
62ae9daac43a start develop horori/eraline.
pyon@macmini
parents:
diff changeset
7 // RCS-ID: $Id: sample.rc 22863 2003-08-14 14:08:53Z VS $
62ae9daac43a start develop horori/eraline.
pyon@macmini
parents:
diff changeset
8 // Copyright: (c) 2003 Vadim Zeitlin <vadim@wxwindows.org>
62ae9daac43a start develop horori/eraline.
pyon@macmini
parents:
diff changeset
9 // Licence: wxWindows licence
62ae9daac43a start develop horori/eraline.
pyon@macmini
parents:
diff changeset
10 /////////////////////////////////////////////////////////////////////////////
62ae9daac43a start develop horori/eraline.
pyon@macmini
parents:
diff changeset
11
62ae9daac43a start develop horori/eraline.
pyon@macmini
parents:
diff changeset
12 // this minimal resource file is all what is needed for most of the wxWindows
62ae9daac43a start develop horori/eraline.
pyon@macmini
parents:
diff changeset
13 // samples
62ae9daac43a start develop horori/eraline.
pyon@macmini
parents:
diff changeset
14
62ae9daac43a start develop horori/eraline.
pyon@macmini
parents:
diff changeset
15 // note that the icon used by the Explorer (i.e. the programs icon) is the
62ae9daac43a start develop horori/eraline.
pyon@macmini
parents:
diff changeset
16 // first icon in the executable and the icons are sorted both by their order
62ae9daac43a start develop horori/eraline.
pyon@macmini
parents:
diff changeset
17 // (Win9x) and by alphabetically (!) (NT), so put this icon first and give it
62ae9daac43a start develop horori/eraline.
pyon@macmini
parents:
diff changeset
18 // a name starting with "a"
62ae9daac43a start develop horori/eraline.
pyon@macmini
parents:
diff changeset
19 aaaaaaaa ICON "sample.ico"
62ae9daac43a start develop horori/eraline.
pyon@macmini
parents:
diff changeset
20
62ae9daac43a start develop horori/eraline.
pyon@macmini
parents:
diff changeset
21 // this icon is used with wxFrame::SetIcon()
62ae9daac43a start develop horori/eraline.
pyon@macmini
parents:
diff changeset
22 sample ICON "sample.ico"
62ae9daac43a start develop horori/eraline.
pyon@macmini
parents:
diff changeset
23
62ae9daac43a start develop horori/eraline.
pyon@macmini
parents:
diff changeset
24 // set this to 1 if you don't want to use manifest resource (manifest resource
62ae9daac43a start develop horori/eraline.
pyon@macmini
parents:
diff changeset
25 // is needed to enable visual styles on Windows XP - see docs/msw/winxp.txt
62ae9daac43a start develop horori/eraline.
pyon@macmini
parents:
diff changeset
26 // for more information)
62ae9daac43a start develop horori/eraline.
pyon@macmini
parents:
diff changeset
27 #define wxUSE_NO_MANIFEST 0
62ae9daac43a start develop horori/eraline.
pyon@macmini
parents:
diff changeset
28
62ae9daac43a start develop horori/eraline.
pyon@macmini
parents:
diff changeset
29 // this is not always needed but doesn't hurt (except making the executable
62ae9daac43a start develop horori/eraline.
pyon@macmini
parents:
diff changeset
30 // very slightly larger): this file contains the standard icons, cursors, ...
62ae9daac43a start develop horori/eraline.
pyon@macmini
parents:
diff changeset
31 #include "wx/msw/wx.rc"
62ae9daac43a start develop horori/eraline.
pyon@macmini
parents:
diff changeset
32