wxWidgets/samples/docview/docview.r
Stefan Csomor 1f6189acd0 added custom icons
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18663 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-01-10 16:12:32 +00:00

47 lines
504 B
R
Executable File

#include "Types.r"
resource 'BNDL' (128) {
'WXMA',
0,
{ /* array TypeArray: 2 elements */
/* [1] */
'ICN#',
{ /* array IDArray: 3 elements */
/* [1] */
0, 128,
/* [2] */
1, 129,
/* [3] */
2, 130,
},
/* [2] */
'FREF',
{ /* array IDArray: 3 elements */
/* [1] */
0, 128,
/* [2] */
1, 129,
/* [3] */
2, 130,
}
}
};
resource 'FREF' (128) {
'APPL',
0,
""
};
resource 'FREF' (129) {
'TEXT',
1,
""
};
resource 'FREF' (130) {
'WXMB',
2,
""
};