Merge PR #283 "[USBPORT] Transaction Translator (TT) support bringup"
[reactos.git] / base / applications / osk / rsrc.rc
1 /*
2 * PROJECT: ReactOS Kernel
3 * LICENSE: GPL - See COPYING in the top level directory
4 * FILE: base/applications/osk/rsrc.rc
5 * PURPOSE: On Screen Keyboard
6 * PROGRAMMERS: Denis ROBERT
7 */
8
9 /* INCLUDES ******************************************************************/
10 #include "windef.h"
11 #include "winbase.h"
12 #include "winuser.h"
13 #include "main.h"
14 #include "winnls.h"
15 #include "commctrl.h"
16 #include "osk_res.h"
17
18 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS On Screen Keyboard"
19 #define REACTOS_STR_INTERNAL_NAME "osk"
20 #define REACTOS_STR_ORIGINAL_FILENAME "osk.exe"
21
22 #include <reactos/version.rc>
23
24 IDI_OSK ICON "res/osk.ico"
25
26
27 IDI_BACK ICON "res/back.ico"
28 IDI_TAB ICON "res/tab.ico"
29 IDI_CAPS_LOCK ICON "res/caps_lock.ico"
30 IDI_RETURN ICON "res/return.ico"
31 IDI_SHIFT ICON "res/shift.ico"
32 IDI_REACTOS ICON "res/reactos.ico"
33 IDI_MENU ICON "res/menu.ico"
34 IDI_HOME ICON "res/home.ico"
35 IDI_PG_UP ICON "res/pg_up.ico"
36 IDI_PG_DOWN ICON "res/pg_down.ico"
37 IDI_LEFT ICON "res/left.ico"
38 IDI_TOP ICON "res/top.ico"
39 IDI_RIGHT ICON "res/right.ico"
40 IDI_BOTTOM ICON "res/bottom.ico"
41
42 #include <reactos/manifest_exe.rc>
43
44 // UTF-8
45 #pragma code_page(65001)
46 #ifdef LANGUAGE_AR_DZ
47 #include "lang/ar-DZ.rc"
48 #endif
49 #ifdef LANGUAGE_CS_CZ
50 #include "lang/cs-CZ.rc"
51 #endif
52 #ifdef LANGUAGE_DE_DE
53 #include "lang/de-DE.rc"
54 #endif
55 #ifdef LANGUAGE_EN_US
56 #include "lang/en-US.rc"
57 #endif
58 #ifdef LANGUAGE_EN_GB
59 #include "lang/en-GB.rc"
60 #endif
61 #ifdef LANGUAGE_ES_ES
62 #include "lang/es-ES.rc"
63 #endif
64 #ifdef LANGUAGE_FR_CA
65 #include "lang/fr-CA.rc"
66 #endif
67 #ifdef LANGUAGE_FR_FR
68 #include "lang/fr-FR.rc"
69 #endif
70 #ifdef LANGUAGE_HE_IL
71 #include "lang/he-IL.rc"
72 #endif
73 #ifdef LANGUAGE_IT_IT
74 #include "lang/it-IT.rc"
75 #endif
76 #ifdef LANGUAGE_PL_PL
77 #include "lang/pl-PL.rc"
78 #endif
79 #ifdef LANGUAGE_RO_RO
80 #include "lang/ro-RO.rc"
81 #endif
82 #ifdef LANGUAGE_RU_RU
83 #include "lang/ru-RU.rc"
84 #endif
85 #ifdef LANGUAGE_TR_TR
86 #include "lang/tr-TR.rc"
87 #endif
88 #ifdef LANGUAGE_ZH_CN
89 #include "lang/zh-CN.rc"
90 #endif
91 #ifdef LANGUAGE_ZH_TW
92 #include "lang/zh-TW.rc"
93 #endif
94 /* EOF */