]>
Commit | Line | Data |
---|---|---|
ae8351fc JS |
1 | aaa ICON "bitmaps/dialoged.ico" |
2 | DIALOGEDICON ICON "bitmaps/dialoged.ico" | |
457814b5 | 3 | |
ae8351fc JS |
4 | DIALOG_ICON ICON "bitmaps/dialog.ico" |
5 | FOLDER1_ICON ICON "bitmaps/folder1.ico" | |
6 | FOLDER2_ICON ICON "bitmaps/folder2.ico" | |
7 | BUTTONSM_ICON ICON "bitmaps/buttonsm.ico" | |
8 | ||
9 | /* For control list */ | |
10 | ARROW_ICON ICON "bitmaps/arrow.ico" | |
11 | BUTTON_ICON ICON "bitmaps/button.ico" | |
12 | BMPBUTTON_ICON ICON "bitmaps/bmpbuttn.ico" | |
13 | STATICTEXT_ICON ICON "bitmaps/stattext.ico" | |
14 | STATICBMP_ICON ICON "bitmaps/statbmp.ico" | |
15 | STATICBOX_ICON ICON "bitmaps/statbox.ico" | |
16 | TEXTSING_ICON ICON "bitmaps/textsing.ico" | |
17 | TEXTMULT_ICON ICON "bitmaps/textmult.ico" | |
18 | LISTBOX_ICON ICON "bitmaps/listbox.ico" | |
19 | CHOICE_ICON ICON "bitmaps/choice.ico" | |
20 | COMBOBOX_ICON ICON "bitmaps/combobox.ico" | |
21 | CHECKBOX_ICON ICON "bitmaps/checkbox.ico" | |
22 | SLIDER_ICON ICON "bitmaps/slider.ico" | |
23 | GAUGE_ICON ICON "bitmaps/gauge.ico" | |
24 | RADIOBOX_ICON ICON "bitmaps/radiobox.ico" | |
25 | RADIOBTN_ICON ICON "bitmaps/radiobtn.ico" | |
26 | SCROLBAR_ICON ICON "bitmaps/scrolbar.ico" | |
27 | ||
457814b5 JS |
28 | #include "wx/msw/wx.rc" |
29 | ||
30 | DIALOGBOXTOOL BITMAP "bitmaps/dialog.bmp" | |
31 | MESSAGETOOL BITMAP "bitmaps/message.bmp" | |
32 | BUTTONTOOL BITMAP "bitmaps/button.bmp" | |
33 | CHECKBOXTOOL BITMAP "bitmaps/check.bmp" | |
34 | RADIOBOXTOOL BITMAP "bitmaps/radio.bmp" | |
35 | LISTBOXTOOL BITMAP "bitmaps/listbox.bmp" | |
36 | CHOICETOOL BITMAP "bitmaps/choice.bmp" | |
37 | TEXTTOOL BITMAP "bitmaps/text.bmp" | |
38 | MULTITEXTTOOL BITMAP "bitmaps/mtext.bmp" | |
39 | SLIDERTOOL BITMAP "bitmaps/slider.bmp" | |
40 | ARROWTOOL BITMAP "bitmaps/arrow.bmp" | |
41 | GROUPTOOL BITMAP "bitmaps/group.bmp" | |
42 | GAUGETOOL BITMAP "bitmaps/gauge.bmp" | |
43 | PICTURETOOL BITMAP "bitmaps/picture.bmp" | |
44 | BMPBUTTONTOOL BITMAP "bitmaps/bmpbuttn.bmp" | |
45 | SCROLLBARTOOL BITMAP "bitmaps/scroll.bmp" | |
46 | ||
47 | NEWTOOL BITMAP "bitmaps/new.bmp" | |
48 | LOADTOOL BITMAP "bitmaps/load.bmp" | |
49 | SAVETOOL BITMAP "bitmaps/save.bmp" | |
50 | VERTTOOL BITMAP "bitmaps/vert.bmp" | |
51 | ALIGNTTOOL BITMAP "bitmaps/alignt.bmp" | |
52 | ALIGNBTOOL BITMAP "bitmaps/alignb.bmp" | |
53 | ALIGNLTOOL BITMAP "bitmaps/alignl.bmp" | |
54 | ALIGNRTOOL BITMAP "bitmaps/alignr.bmp" | |
55 | HORIZTOOL BITMAP "bitmaps/horiz.bmp" | |
56 | HELPTOOL BITMAP "bitmaps/help.bmp" | |
57 | COPYSIZETOOL BITMAP "bitmaps/copysize.bmp" | |
58 | TOFRONTTOOL BITMAP "bitmaps/tofront.bmp" | |
59 | TOBACKTOOL BITMAP "bitmaps/toback.bmp" | |
f6bcfd97 BP |
60 | COPYWIDTHTOOL BITMAP "bitmaps/copywdth.bmp" |
61 | COPYHEIGHTTOOL BITMAP "bitmaps/copyhght.bmp" | |
62 | DISTHORIZTOOL BITMAP "bitmaps/disthor.bmp" | |
63 | DISTVERTTOOL BITMAP "bitmaps/distvert.bmp" | |
457814b5 JS |
64 | |
65 | WXWINBMP BITMAP "bitmaps/wxwin.bmp" | |
66 | ||
c00dee55 BM |
67 | /* |
68 | These files are both invalid and it doesn't appear anyone uses them | |
457814b5 JS |
69 | tick_bmp BITMAP "bitmaps/tick.bmp" |
70 | cross_bmp BITMAP "bitmaps/cross.bmp" | |
c00dee55 | 71 | */ |