mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
aa3e500d16
* Add a new Starfield screensaver. By Carlo Bramini (carlo DOT bramix AT libero DOT it). * Adapted the build system files to get it to compile with current trunk. See issue #6270 for more details. svn path=/trunk/; revision=53920
25 lines
884 B
C
25 lines
884 B
C
#define IDS_DESCRIPTION 1
|
|
#define IDS_ROTATION_NONE 2
|
|
#define IDS_ROTATION_LINEAR 3
|
|
#define IDS_ROTATION_PERIODIC 4
|
|
|
|
#define IDS_LICENSE 5
|
|
#define IDS_AUTHOR 6
|
|
|
|
#define IDI_STARFIELD 101
|
|
|
|
#define IDB_COSMOS 102
|
|
#define IDB_STAR 103
|
|
|
|
#define IDC_SLIDER_NUM_OF_STARS 1000
|
|
#define IDC_SLIDER_SPEED 1001
|
|
#define IDC_TEXT_NUM_OF_STARS 1002
|
|
#define IDC_TEXT_SPEED 1003
|
|
#define IDC_COMBO_ROTATION 1004
|
|
#define IDC_IMAGE_COSMOS 1005
|
|
#define IDC_BUTTON_ABOUT 1006
|
|
|
|
#define IDC_CHECK_DOBLENDING 1007
|
|
#define IDC_CHECK_PERSPECTIVE 1008
|
|
#define IDC_CHECK_FILTERING 1009
|
|
#define IDC_CHECK_SHADING 1010
|