reactos/rosapps/applications/screensavers/butterflies/resource.h
Marc Piulachs 2750f99b97 - Modified butterflies screensaver registry key
- Updated scrnsave library reference name
- started removing MSVC resource stuff
- renamed scrnsave to blankscr to avoid name conflicts with scrnsave library
- modified scrnsave (aka blankscr) to use scrnsave library . simplified the code a lot!
- various other small changes

svn path=/trunk/; revision=30753
2007-11-25 20:09:27 +00:00

14 lines
529 B
C

#define IDS_STR_DESCRIP 1
#define IDABOUT 3
#define IDI_ICON_SCREEN 100
#define IDB_BUTTERFLY1 103
#define IDB_BUTTERFLY2 104
#define IDB_BUTTERFLY3 105
#define IDI_ICON 106
#define IDD_DLG_ABOUT 107
#define ROTATE 1000
#define WEBPAGE1 1001
#define WEBPAGE2 1002
#define IDD_DLG_SCREEN 2003