[REGEDIT] Pre-select the text in the edit dialog.
[reactos.git] / rosapps / applications / screensavers / cylfrac / cylfrac.rc
1 #include <windows.h>
2 #include <scrnsave.h>
3 #include "resource.h"
4
5 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
6
7 IDI_ICON ICON DISCARDABLE "res/icon_cylfrac.ico"
8
9 #define REACTOS_VERSION_DLL
10 #define REACTOS_STR_FILE_DESCRIPTION "Cylinders fractal ScreenSaver\0"
11 #define REACTOS_STR_INTERNAL_NAME "cylfrac\0"
12 #define REACTOS_STR_ORIGINAL_FILENAME "cylfrac.scr\0"
13
14 #include <reactos/version.rc>
15
16 #include <reactos/manifest_exe.rc>
17
18 /* UTF-8 */
19 #pragma code_page(65001)
20
21 #ifdef LANGUAGE_BG_BG
22 #include "lang/bg-BG.rc"
23 #endif
24 #ifdef LANGUAGE_DE_DE
25 #include "lang/de-DE.rc"
26 #endif
27 #ifdef LANGUAGE_EN_US
28 #include "lang/en-US.rc"
29 #endif
30 #ifdef LANGUAGE_ES_ES
31 #include "lang/es-ES.rc"
32 #endif
33 #ifdef LANGUAGE_ES_ES
34 #include "lang/fr-FR.rc"
35 #endif
36 #ifdef LANGUAGE_LT_LT
37 #include "lang/lt-LT.rc"
38 #endif
39 #ifdef LANGUAGE_NL_NL
40 #include "lang/nl-NL.rc"
41 #endif
42 #ifdef LANGUAGE_NO_NO
43 #include "lang/no-NO.rc"
44 #endif
45 #ifdef LANGUAGE_PL_PL
46 #include "lang/pl-PL.rc"
47 #endif
48 #ifdef LANGUAGE_RO_RO
49 #include "lang/ro-RO.rc"
50 #endif
51 #ifdef LANGUAGE_RU_RU
52 #include "lang/ru-RU.rc"
53 #endif
54 #ifdef LANGUAGE_SK_SK
55 #include "lang/sk-SK.rc"
56 #endif
57 #ifdef LANGUAGE_UK_UA
58 #include "lang/uk-UA.rc"
59 #endif
60 #ifdef LANGUAGE_ZH_CN
61 #include "lang/zh-CN.rc"
62 #endif