comparison sample.rc @ 1:7b6dab24f4b8

Gui parts complete.
author pyon@macmini
date Sun, 04 Aug 2013 21:42:49 +0900
parents 0c0701a935f8
children
comparison
equal deleted inserted replaced
0:0c0701a935f8 1:7b6dab24f4b8
14 14
15 // note that the icon used by the Explorer (i.e. the programs icon) is the 15 // note that the icon used by the Explorer (i.e. the programs icon) is the
16 // first icon in the executable and the icons are sorted both by their order 16 // first icon in the executable and the icons are sorted both by their order
17 // (Win9x) and by alphabetically (!) (NT), so put this icon first and give it 17 // (Win9x) and by alphabetically (!) (NT), so put this icon first and give it
18 // a name starting with "a" 18 // a name starting with "a"
19 aaaaaaaa ICON "sample.ico" 19 aaaaaaaa ICON "image/sample.ico"
20 20
21 // this icon is used with wxFrame::SetIcon() 21 // this icon is used with wxFrame::SetIcon()
22 sample ICON "sample.ico" 22 sample ICON "image/sample.ico"
23 23
24 // set this to 1 if you don't want to use manifest resource (manifest resource 24 // set this to 1 if you don't want to use manifest resource (manifest resource
25 // is needed to enable visual styles on Windows XP - see docs/msw/winxp.txt 25 // is needed to enable visual styles on Windows XP - see docs/msw/winxp.txt
26 // for more information) 26 // for more information)
27 #define wxUSE_NO_MANIFEST 0 27 #define wxUSE_NO_MANIFEST 0