]>
Commit | Line | Data |
---|---|---|
457814b5 JS |
1 | aaa ICON "dialoged.ico" |
2 | DIALOGEDICON ICON "dialoged.ico" | |
3 | ||
4 | aiai_icn ICON "aiai.ico" | |
5 | #include "wx/msw/wx.rc" | |
6 | ||
7 | DIALOGBOXTOOL BITMAP "bitmaps/dialog.bmp" | |
8 | MESSAGETOOL BITMAP "bitmaps/message.bmp" | |
9 | BUTTONTOOL BITMAP "bitmaps/button.bmp" | |
10 | CHECKBOXTOOL BITMAP "bitmaps/check.bmp" | |
11 | RADIOBOXTOOL BITMAP "bitmaps/radio.bmp" | |
12 | LISTBOXTOOL BITMAP "bitmaps/listbox.bmp" | |
13 | CHOICETOOL BITMAP "bitmaps/choice.bmp" | |
14 | TEXTTOOL BITMAP "bitmaps/text.bmp" | |
15 | MULTITEXTTOOL BITMAP "bitmaps/mtext.bmp" | |
16 | SLIDERTOOL BITMAP "bitmaps/slider.bmp" | |
17 | ARROWTOOL BITMAP "bitmaps/arrow.bmp" | |
18 | GROUPTOOL BITMAP "bitmaps/group.bmp" | |
19 | GAUGETOOL BITMAP "bitmaps/gauge.bmp" | |
20 | PICTURETOOL BITMAP "bitmaps/picture.bmp" | |
21 | BMPBUTTONTOOL BITMAP "bitmaps/bmpbuttn.bmp" | |
22 | SCROLLBARTOOL BITMAP "bitmaps/scroll.bmp" | |
23 | ||
24 | NEWTOOL BITMAP "bitmaps/new.bmp" | |
25 | LOADTOOL BITMAP "bitmaps/load.bmp" | |
26 | SAVETOOL BITMAP "bitmaps/save.bmp" | |
27 | VERTTOOL BITMAP "bitmaps/vert.bmp" | |
28 | ALIGNTTOOL BITMAP "bitmaps/alignt.bmp" | |
29 | ALIGNBTOOL BITMAP "bitmaps/alignb.bmp" | |
30 | ALIGNLTOOL BITMAP "bitmaps/alignl.bmp" | |
31 | ALIGNRTOOL BITMAP "bitmaps/alignr.bmp" | |
32 | HORIZTOOL BITMAP "bitmaps/horiz.bmp" | |
33 | HELPTOOL BITMAP "bitmaps/help.bmp" | |
34 | COPYSIZETOOL BITMAP "bitmaps/copysize.bmp" | |
35 | TOFRONTTOOL BITMAP "bitmaps/tofront.bmp" | |
36 | TOBACKTOOL BITMAP "bitmaps/toback.bmp" | |
37 | ||
38 | WXWINBMP BITMAP "bitmaps/wxwin.bmp" | |
39 | ||
40 | tick_bmp BITMAP "bitmaps/tick.bmp" | |
41 | cross_bmp BITMAP "bitmaps/cross.bmp" |