[REGEDIT] Pre-select the text in the edit dialog.
[reactos.git] / rosapps / applications / screensavers / ssstars / resource.h
1 #define IDS_DESCRIPTION 1
2 #define IDS_ROTATION_NONE 2
3 #define IDS_ROTATION_LINEAR 3
4 #define IDS_ROTATION_PERIODIC 4
5
6 #define IDS_LICENSE 5
7 #define IDS_AUTHOR 6
8
9 #define IDI_STARFIELD 101
10
11 #define IDB_COSMOS 102
12 #define IDB_STAR 103
13
14 #define IDC_SLIDER_NUM_OF_STARS 1000
15 #define IDC_SLIDER_SPEED 1001
16 #define IDC_TEXT_NUM_OF_STARS 1002
17 #define IDC_TEXT_SPEED 1003
18 #define IDC_COMBO_ROTATION 1004
19 #define IDC_IMAGE_COSMOS 1005
20 #define IDC_BUTTON_ABOUT 1006
21
22 #define IDC_CHECK_DOBLENDING 1007
23 #define IDC_CHECK_PERSPECTIVE 1008
24 #define IDC_CHECK_FILTERING 1009
25 #define IDC_CHECK_SHADING 1010