Sync with trunk r63786.
[reactos.git] / base / applications / mscutils / servman / servman.rc
1 #include <windef.h>
2 #include <winuser.h>
3 #include <commctrl.h>
4
5 #include "resource.h"
6
7 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Service Manager"
8 #define REACTOS_STR_INTERNAL_NAME "services"
9 #define REACTOS_STR_ORIGINAL_FILENAME "servman.exe"
10 #include <reactos/version.rc>
11
12 #include <reactos/manifest_exe.rc>
13
14 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
15
16 IDI_SM_ICON ICON "res/system.ico"
17
18 /* main toolbar icons */
19 IDB_PROP BITMAP "res/properties.bmp"
20 IDB_REFRESH BITMAP "res/refresh.bmp"
21 IDB_EXPORT BITMAP "res/export.bmp"
22 IDB_CREATE BITMAP "res/create.bmp"
23 IDB_DELETE BITMAP "res/delete.bmp"
24 IDB_START BITMAP "res/start.bmp"
25 IDB_STOP BITMAP "res/stop.bmp"
26 IDB_PAUSE BITMAP "res/pause.bmp"
27 IDB_RESTART BITMAP "res/restart.bmp"
28
29 IDI_NODEPENDS ICON "res/nodepends.ico"
30 IDI_SERVICE ICON "res/system.ico"
31 IDI_DRIVER ICON "res/driver.ico"
32
33 /* UTF-8 */
34 #pragma code_page(65001)
35
36 #ifdef LANGUAGE_BG_BG
37 #include "lang/bg-BG.rc"
38 #endif
39 #ifdef LANGUAGE_CS_CZ
40 #include "lang/cs-CZ.rc"
41 #endif
42 #ifdef LANGUAGE_DE_DE
43 #include "lang/de-DE.rc"
44 #endif
45 #ifdef LANGUAGE_EL_GR
46 #include "lang/el-GR.rc"
47 #endif
48 #ifdef LANGUAGE_EN_US
49 #include "lang/en-US.rc"
50 #endif
51 #ifdef LANGUAGE_ES_ES
52 #include "lang/es-ES.rc"
53 #endif
54 #ifdef LANGUAGE_FR_FR
55 #include "lang/fr-FR.rc"
56 #endif
57 #ifdef LANGUAGE_HE_IL
58 #include "lang/he-IL.rc"
59 #endif
60 #ifdef LANGUAGE_ID_ID
61 #include "lang/id-ID.rc"
62 #endif
63 #ifdef LANGUAGE_IT_IT
64 #include "lang/it-IT.rc"
65 #endif
66 #ifdef LANGUAGE_JA_JP
67 #include "lang/ja-JP.rc"
68 #endif
69 #ifdef LANGUAGE_KO_KR
70 #include "lang/ko-KR.rc"
71 #endif
72 #ifdef LANGUAGE_NB_NO
73 #include "lang/no-NO.rc"
74 #endif
75 #ifdef LANGUAGE_PL_PL
76 #include "lang/pl-PL.rc"
77 #endif
78 #ifdef LANGUAGE_RO_RO
79 #include "lang/ro-RO.rc"
80 #endif
81 #ifdef LANGUAGE_RU_RU
82 #include "lang/ru-RU.rc"
83 #endif
84 #ifdef LANGUAGE_SK_SK
85 #include "lang/sk-SK.rc"
86 #endif
87 #ifdef LANGUAGE_SQ_AL
88 #include "lang/sq-AL.rc"
89 #endif
90 #ifdef LANGUAGE_SV_SE
91 #include "lang/sv-SE.rc"
92 #endif
93 #ifdef LANGUAGE_TH_TH
94 #include "lang/th-TH.rc"
95 #endif
96 #ifdef LANGUAGE_TR_TR
97 #include "lang/tr-TR.rc"
98 #endif
99 #ifdef LANGUAGE_UK_UA
100 #include "lang/uk-UA.rc"
101 #endif
102 #ifdef LANGUAGE_ZH_CN
103 #include "lang/zh-CN.rc"
104 #endif