forked from Satissis/CourseplayEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
resource.rc
33 lines (23 loc) · 1.11 KB
/
resource.rc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
// Generated by ResEdit 1.5.11
// Copyright (C) 2006-2012
// http://www.resedit.net
btn_Add RCDATA ".\\images\\Add.png"
btn_Delete RCDATA ".\\images\\Delete.png"
btn_FillOut RCDATA ".\\images\\Fill Out.png"
btn_Insert RCDATA ".\\images\\Insert.png"
btn_Reload RCDATA ".\\images\\Reload.png"
btn_Save RCDATA ".\\images\\Save.png"
FS2011 RCDATA ".\\images\\FS2011.png"
FS2013 RCDATA ".\\images\\FS2013.png"
icon_Width RCDATA ".\\images\\Width.png"
btn_Undo RCDATA ".\\images\\Undo.png"
btn_Redo RCDATA ".\\images\\Redo.png"
btn_Exit RCDATA ".\\images\\Exit.png"
btn_Settings RCDATA ".\\images\\Settings.png"
btn_Help RCDATA ".\\images\\Help.png"
//
// Icon resources
//
AppIcon ICON ".\\images\\AppIcon.ico"
// wx.rc file must be set after other resources, in case we need to use another icon for the program.
#include "wx/msw/wx.rc"