|
1 /* |
|
2 * Copyright (c) 2002-2005 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0"" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Resource definitions for project peninputgenericitut |
|
15 * |
|
16 */ |
|
17 |
|
18 // RESOURCE IDENTIFIER |
|
19 NAME PIMS |
|
20 |
|
21 #include <eikon.hrh> |
|
22 #include <badef.rh> |
|
23 #include <aknsconstants.hrh> |
|
24 #include <uikon.rh> |
|
25 |
|
26 #include <peninputcommonctrls.rh> |
|
27 #include <peninputmodeswitcher.mbg> |
|
28 #include <aknsconstants.hrh> |
|
29 #include <peninputcommonctrls.loc> |
|
30 |
|
31 STRUCT AKN_FEP_POPUP_WINDOW |
|
32 { |
|
33 LTEXT bmpfile=""; |
|
34 LONG imgmajorskinid=0xffff; |
|
35 WORD bgbmp=0xffff; |
|
36 WORD bgmaskbmp=0xffff; |
|
37 WORD bgbmpskinid=0xffff; |
|
38 |
|
39 WORD focusbmp=0xffff; |
|
40 WORD focusmaskbmp=0xffff; |
|
41 WORD focusbmpskinid=0xffff; |
|
42 } |
|
43 |
|
44 |
|
45 //////////////////////////////////////////loc begin///////////////////////////////// |
|
46 // LOCALISATION STRINGS |
|
47 |
|
48 //d:Text in touch input mode swither list |
|
49 //d:virtual ITUT touch input method |
|
50 //l:list_single_choice_list_pane_t1 |
|
51 //r: 5.0 |
|
52 //#define qtn_input_switcher_itu_t "Virtual ITU-T" |
|
53 |
|
54 //d:Text in touch input mode swither list |
|
55 //d:full sreen qwerty touch input method |
|
56 //l:list_single_choice_list_pane_t1 |
|
57 //r: 5.0 |
|
58 //#define qtn_input_switcher_fs_qwerty "Full Screen Qwerty" |
|
59 |
|
60 //d:Text in touch input mode swither list |
|
61 //d:small virtual key board touch input method |
|
62 //l:list_single_choice_list_pane_t1 |
|
63 //r: 5.0 |
|
64 //#define qtn_input_switcher_vkb "VKB" |
|
65 |
|
66 //d:Text in touch input mode swither list |
|
67 //d:Handwritting Recognition touch input method |
|
68 //l:list_single_choice_list_pane_t1 |
|
69 //r: 5.0 |
|
70 //#define qtn_input_switcher_hwr "HWR" |
|
71 |
|
72 //d:Text in touch input mode swither list |
|
73 //d:full screen HWR touch input method |
|
74 //l:list_single_choice_list_pane_t1 |
|
75 //r: 5.0 |
|
76 //#define qtn_input_switcher_fs_hwr "Full Screen HWR" |
|
77 |
|
78 |
|
79 //d:Text in candidate match selection list |
|
80 //d:The last item meaning to enger the spell mode |
|
81 //l:list_vitu2_match_list_item_pane_t1 |
|
82 //r: 5.0 |
|
83 //#define qtn_t9_match_selection_list "Spell" |
|
84 |
|
85 |
|
86 //d:column for ICF prompt text |
|
87 //l:field_vitu2_entry_pane_t1 |
|
88 //r: 5.0 |
|
89 //#define qtn_colon_in_prompt ":" |
|
90 |
|
91 |
|
92 |
|
93 //d:Text in candidate listt |
|
94 //d:current page /total pages information |
|
95 //l:vitu2_page_scroll_pane_t1 |
|
96 //r: 5.0 |
|
97 //#define qtn_paging_number_match_selection "%0N/%1N" |
|
98 |
|
99 |
|
100 //d:Text for T9 spelling prompt text |
|
101 //l:popup_vitu2_query_window_t1 |
|
102 //r: 5.0 |
|
103 //#define qtn_t9_spell_query "Word" |
|
104 |
|
105 |
|
106 // End of File |
|
107 //////////////////////////////////////////loc end///////////////////////////////// |
|
108 |
|
109 #define AKN_FEP_VKB_BMP "z:\\resource\\apps\\peninputmodeswitcher.mbm" |
|
110 |
|
111 RESOURCE LBUF r_peninputmode_hwr |
|
112 { |
|
113 txt=qtn_input_switcher_hwr; |
|
114 } |
|
115 |
|
116 RESOURCE LBUF r_peninputmode_fullhwr |
|
117 { |
|
118 txt=qtn_input_switcher_fs_hwr; |
|
119 } |
|
120 |
|
121 RESOURCE LBUF r_peninputmode_vkb |
|
122 { |
|
123 txt=qtn_input_switcher_vkb; |
|
124 } |
|
125 |
|
126 RESOURCE LBUF r_peninputmode_fingeritut |
|
127 { |
|
128 txt=qtn_input_switcher_itu_t; |
|
129 } |
|
130 |
|
131 RESOURCE LBUF r_peninputmode_fullqwerty |
|
132 { |
|
133 txt=qtn_input_switcher_fs_qwerty; |
|
134 } |
|
135 |
|
136 RESOURCE LBUF r_peninput_selection_list_page_num |
|
137 { |
|
138 txt=qtn_paging_number_match_selection; |
|
139 } |
|
140 |
|
141 RESOURCE LBUF r_peninput_selection_list_spell |
|
142 { |
|
143 txt=qtn_t9_match_selection_list; |
|
144 } |
|
145 |
|
146 RESOURCE LBUF r_peninput_spelling_prompt |
|
147 { |
|
148 txt=qtn_t9_spell_query; |
|
149 } |
|
150 |
|
151 RESOURCE LBUF r_peninput_prompt_colon |
|
152 { |
|
153 txt=qtn_colon_in_prompt; |
|
154 } |
|
155 |
|
156 RESOURCE AKN_FEP_INPUTMODE_NAMEARRAY r_peninputmode_names |
|
157 { |
|
158 names= |
|
159 { |
|
160 AKN_FEP_INPUTMODE_NAME |
|
161 { |
|
162 modeid = EPluginInputModeHwr; |
|
163 txt = qtn_input_switcher_hwr; |
|
164 }, |
|
165 AKN_FEP_INPUTMODE_NAME |
|
166 { |
|
167 modeid = EPluginInputModeVkb; |
|
168 txt = qtn_input_switcher_vkb; |
|
169 }, |
|
170 AKN_FEP_INPUTMODE_NAME |
|
171 { |
|
172 modeid = EPluginInputModeFSQ; |
|
173 txt = qtn_input_switcher_fs_qwerty; |
|
174 }, |
|
175 AKN_FEP_INPUTMODE_NAME |
|
176 { |
|
177 modeid = EPluginInputModeItut; |
|
178 txt = qtn_input_switcher_itu_t; |
|
179 }, |
|
180 AKN_FEP_INPUTMODE_NAME |
|
181 { |
|
182 modeid = EPluginInputModeFSc; |
|
183 txt = qtn_input_switcher_fs_hwr; |
|
184 }, |
|
185 AKN_FEP_INPUTMODE_NAME |
|
186 { |
|
187 modeid = EPluginInputModeFingerHwr; |
|
188 txt = qtn_input_switcher_hwr; |
|
189 } |
|
190 }; |
|
191 } |
|
192 |
|
193 RESOURCE AKN_FEP_POPUP_WINDOW peninputmode_switch_choicelist |
|
194 { |
|
195 bmpfile=AKN_FEP_VKB_BMP; |
|
196 imgmajorskinid=EAknsMajorGeneric; |
|
197 bgbmp=EMbmPeninputmodeswitcherQgn_graf_fep_candi_list_sec; |
|
198 bgmaskbmp=EMbmPeninputmodeswitcherQgn_graf_fep_candi_list_sec_mask; |
|
199 bgbmpskinid=EAknsMinorGenericQgnGrafFepCandiListSec; |
|
200 |
|
201 focusbmp=EMbmPeninputmodeswitcherQgn_graf_fep_candi_list_sel; |
|
202 focusmaskbmp=EMbmPeninputmodeswitcherQgn_graf_fep_candi_list_sel_mask; |
|
203 focusbmpskinid=EAknsMinorGenericQgnGrafFepCandiListSel; |
|
204 } |
|
205 |
|
206 // End Of File |