[OSK] Implement "Use Click Sound" feature
[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 IDI_SOUNDCLICK WAVE "res/click.wav"
26
27
28 IDI_BACK ICON "res/back.ico"
29 IDI_TAB ICON "res/tab.ico"
30 IDI_CAPS_LOCK ICON "res/caps_lock.ico"
31 IDI_RETURN ICON "res/return.ico"
32 IDI_SHIFT ICON "res/shift.ico"
33 IDI_REACTOS ICON "res/reactos.ico"
34 IDI_MENU ICON "res/menu.ico"
35 IDI_HOME ICON "res/home.ico"
36 IDI_PG_UP ICON "res/pg_up.ico"
37 IDI_PG_DOWN ICON "res/pg_down.ico"
38 IDI_LEFT ICON "res/left.ico"
39 IDI_TOP ICON "res/top.ico"
40 IDI_RIGHT ICON "res/right.ico"
41 IDI_BOTTOM ICON "res/bottom.ico"
42
43 #include <reactos/manifest_exe.rc>
44
45 // UTF-8
46 #pragma code_page(65001)
47 #ifdef LANGUAGE_AR_DZ
48 #include "lang/ar-DZ.rc"
49 #endif
50 #ifdef LANGUAGE_CS_CZ
51 #include "lang/cs-CZ.rc"
52 #endif
53 #ifdef LANGUAGE_DE_DE
54 #include "lang/de-DE.rc"
55 #endif
56 #ifdef LANGUAGE_EN_US
57 #include "lang/en-US.rc"
58 #endif
59 #ifdef LANGUAGE_EN_GB
60 #include "lang/en-GB.rc"
61 #endif
62 #ifdef LANGUAGE_ES_ES
63 #include "lang/es-ES.rc"
64 #endif
65 #ifdef LANGUAGE_ET_EE
66 #include "lang/et-EE.rc"
67 #endif
68 #ifdef LANGUAGE_FR_CA
69 #include "lang/fr-CA.rc"
70 #endif
71 #ifdef LANGUAGE_FR_FR
72 #include "lang/fr-FR.rc"
73 #endif
74 #ifdef LANGUAGE_HE_IL
75 #include "lang/he-IL.rc"
76 #endif
77 #ifdef LANGUAGE_IT_IT
78 #include "lang/it-IT.rc"
79 #endif
80 #ifdef LANGUAGE_PL_PL
81 #include "lang/pl-PL.rc"
82 #endif
83 #ifdef LANGUAGE_RO_RO
84 #include "lang/ro-RO.rc"
85 #endif
86 #ifdef LANGUAGE_RU_RU
87 #include "lang/ru-RU.rc"
88 #endif
89 #ifdef LANGUAGE_TR_TR
90 #include "lang/tr-TR.rc"
91 #endif
92 #ifdef LANGUAGE_ZH_CN
93 #include "lang/zh-CN.rc"
94 #endif
95 #ifdef LANGUAGE_ZH_TW
96 #include "lang/zh-TW.rc"
97 #endif
98 /* EOF */