|
1 /* |
|
2 * Copyright (c) 2002-2007 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 peninputhwrboxjp |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // Resource identifier |
|
20 NAME PHWJ |
|
21 |
|
22 // System includes |
|
23 #include <eikon.hrh> |
|
24 #include <peninputhwrboxjp.mbg> |
|
25 #include <aknsconstants.hrh> // EAknsMajorGeneric |
|
26 #include <peninputcommonlayout.rh> |
|
27 #include <peninputdropdownlist.rh> |
|
28 |
|
29 // User includes |
|
30 |
|
31 RESOURCE RSS_SIGNATURE { } |
|
32 RESOURCE TBUF { buf=""; } |
|
33 |
|
34 // Macros |
|
35 #define PENINPUT_LAYOUT_HWR_BMP "z:\\resource\\apps\\peninputhwrboxjp.mbm" |
|
36 |
|
37 #define peninput_number_mode_keymap_standard "*+pw#" |
|
38 #define peninput_number_mode_keymap_plain "" |
|
39 #define peninput_number_mode_keymap_calculator "+-*/" |
|
40 #define peninput_number_mode_keymap_converter "+-E" |
|
41 #define peninput_number_mode_keymap_to_field "+" |
|
42 #define peninput_number_mode_keymap_fixed_dialling "*+pw?#" |
|
43 #define peninput_number_mode_keymap_sat "*+#" |
|
44 #define peninput_number_mode_keymap_sat_hidden "*#" |
|
45 #define peninput_number_mode_keymap_Alpha_numeric "*#" |
|
46 |
|
47 // --------------------------------------------------------------------------- |
|
48 // r_peninput_layout_hwr_window |
|
49 // HWR layout window |
|
50 // --------------------------------------------------------------------------- |
|
51 // |
|
52 RESOURCE PENINPUT_LAYOUT_BASE_WINDOW r_peninput_layout_hwr_window |
|
53 { |
|
54 supportskin = 1; |
|
55 moveimage=r_peninput_layout_move_button; |
|
56 closeimage=r_peninput_layout_close_button; |
|
57 icfimage = r_peninput_layout_icf; |
|
58 optionimage=r_peninput_layout_touch_input_option; |
|
59 keymapping=r_peninput_layout_key_mapping_string_list; |
|
60 shadow=r_peninput_layout_hwr_window_shadow; |
|
61 } |
|
62 |
|
63 // --------------------------------------------------------------------------- |
|
64 // r_peninput_layout_icf |
|
65 // HWR window input context field |
|
66 // --------------------------------------------------------------------------- |
|
67 // |
|
68 RESOURCE PENINPUT_LAYOUT_ICF r_peninput_layout_icf |
|
69 { |
|
70 bmpfile=PENINPUT_LAYOUT_HWR_BMP; |
|
71 imgmajorskinid=EAknsMajorGeneric; |
|
72 |
|
73 icfbgimg=EMbmPeninputhwrboxjpQgn_graf_fep_input_bg; |
|
74 icfbgimgskinid=EAknsMinorGenericQgnGrafFepInputBg; |
|
75 |
|
76 colormajorskinid=EAknsMajorSkin; |
|
77 textcolorgrp = EAknsMinorQsnTextColors; |
|
78 textcoloridx = 59; |
|
79 } |
|
80 |
|
81 // --------------------------------------------------------------------------- |
|
82 // r_peninput_layout_hwr_window_shadow |
|
83 // HWR window shadow |
|
84 // --------------------------------------------------------------------------- |
|
85 // |
|
86 RESOURCE PENINPUT_LAYOUT_WINDOW_SHADOW r_peninput_layout_hwr_window_shadow |
|
87 { |
|
88 bmpfile=PENINPUT_LAYOUT_HWR_BMP; |
|
89 imgmajorskinid=EAknsMajorGeneric; |
|
90 |
|
91 shadowimgtl=EMbmPeninputhwrboxjpQgn_graf_fep_popup_shadow_tl; |
|
92 shadowimgtlmask=EMbmPeninputhwrboxjpQgn_graf_fep_popup_shadow_tl_mask; |
|
93 shadowimgtlskinid=EAknsMinorGenericQgnGrafFepPopupShadowTl; |
|
94 |
|
95 shadowimgt=EMbmPeninputhwrboxjpQgn_graf_fep_popup_shadow_t; |
|
96 shadowimgtmask=EMbmPeninputhwrboxjpQgn_graf_fep_popup_shadow_t_mask; |
|
97 shadowimgtskinid=EAknsMinorGenericQgnGrafFepPopupShadowT; |
|
98 |
|
99 shadowimgtr=EMbmPeninputhwrboxjpQgn_graf_fep_popup_shadow_tr; |
|
100 shadowimgtrmask=EMbmPeninputhwrboxjpQgn_graf_fep_popup_shadow_tr_mask; |
|
101 shadowimgtrskinid=EAknsMinorGenericQgnGrafFepPopupShadowTr; |
|
102 |
|
103 shadowimgl=EMbmPeninputhwrboxjpQgn_graf_fep_popup_shadow_l; |
|
104 shadowimglmask=EMbmPeninputhwrboxjpQgn_graf_fep_popup_shadow_l_mask; |
|
105 shadowimglskinid=EAknsMinorGenericQgnGrafFepPopupShadowL; |
|
106 |
|
107 shadowimgr=EMbmPeninputhwrboxjpQgn_graf_fep_popup_shadow_r; |
|
108 shadowimgrmask=EMbmPeninputhwrboxjpQgn_graf_fep_popup_shadow_r_mask; |
|
109 shadowimgrskinid=EAknsMinorGenericQgnGrafFepPopupShadowR; |
|
110 |
|
111 shadowimgbl=EMbmPeninputhwrboxjpQgn_graf_fep_popup_shadow_bl; |
|
112 shadowimgblmask=EMbmPeninputhwrboxjpQgn_graf_fep_popup_shadow_bl_mask; |
|
113 shadowimgblskinid=EAknsMinorGenericQgnGrafFepPopupShadowBl; |
|
114 |
|
115 shadowimgb=EMbmPeninputhwrboxjpQgn_graf_fep_popup_shadow_b; |
|
116 shadowimgbmask=EMbmPeninputhwrboxjpQgn_graf_fep_popup_shadow_b_mask; |
|
117 shadowimgbskinid=EAknsMinorGenericQgnGrafFepPopupShadowB; |
|
118 |
|
119 shadowimgbr=EMbmPeninputhwrboxjpQgn_graf_fep_popup_shadow_br; |
|
120 shadowimgbrmask=EMbmPeninputhwrboxjpQgn_graf_fep_popup_shadow_br_mask; |
|
121 shadowimgbrskinid=EAknsMinorGenericQgnGrafFepPopupShadowBr; |
|
122 } |
|
123 |
|
124 // --------------------------------------------------------------------------- |
|
125 // r_peninput_layout_close_button |
|
126 // Close button in base window's titlebar |
|
127 // --------------------------------------------------------------------------- |
|
128 // |
|
129 RESOURCE AKN_FEP_BUTTON_IMAGE r_peninput_layout_close_button |
|
130 { |
|
131 bmpfile=PENINPUT_LAYOUT_HWR_BMP; |
|
132 imgmajorskinid=EAknsMajorGeneric; |
|
133 |
|
134 nactive=EMbmPeninputhwrboxjpQgn_indi_fep_button_close; |
|
135 nactiveskinid=EAknsMinorGenericQgnIndiFepButtonClose; |
|
136 |
|
137 nactivep=EMbmPeninputhwrboxjpQgn_indi_fep_button_close_sel; |
|
138 nactivepskinid=EAknsMinorGenericQgnIndiFepButtonCloseSel; |
|
139 |
|
140 active=EMbmPeninputhwrboxjpQgn_indi_fep_button_close; |
|
141 activeskinid=EAknsMinorGenericQgnIndiFepButtonClose; |
|
142 |
|
143 activep=EMbmPeninputhwrboxjpQgn_indi_fep_button_close_sel; |
|
144 activepskinid=EAknsMinorGenericQgnIndiFepButtonCloseSel; |
|
145 } |
|
146 |
|
147 // --------------------------------------------------------------------------- |
|
148 // r_peninput_layout_move_button |
|
149 // Move button in base window's titlebar |
|
150 // --------------------------------------------------------------------------- |
|
151 // |
|
152 RESOURCE AKN_FEP_BUTTON_IMAGE r_peninput_layout_move_button |
|
153 { |
|
154 bmpfile=PENINPUT_LAYOUT_HWR_BMP; |
|
155 imgmajorskinid=EAknsMajorGeneric; |
|
156 |
|
157 nactive=EMbmPeninputhwrboxjpQgn_indi_fep_button_move2; |
|
158 nactiveskinid=EAknsMinorGenericQgnIndiFepButtonMove2; |
|
159 |
|
160 nactivep=EMbmPeninputhwrboxjpQgn_indi_fep_button_move2_sel; |
|
161 nactivepskinid=EAknsMinorGenericQgnIndiFepButtonMove2Sel; |
|
162 |
|
163 active=EMbmPeninputhwrboxjpQgn_indi_fep_button_move2; |
|
164 activeskinid=EAknsMinorGenericQgnIndiFepButtonMove2; |
|
165 |
|
166 activep=EMbmPeninputhwrboxjpQgn_indi_fep_button_move2_sel; |
|
167 activepskinid=EAknsMinorGenericQgnIndiFepButtonMove2Sel; |
|
168 |
|
169 moveindicator=EMbmPeninputhwrboxjpQgn_indi_fep_button_move2_sel; |
|
170 moveindicatorskinid=EAknsMinorGenericQgnIndiFepButtonMove2Sel; |
|
171 } |
|
172 |
|
173 // --------------------------------------------------------------------------- |
|
174 // r_peninput_layout_touch_input_option |
|
175 // Touch input option button in base window's titlebar |
|
176 // --------------------------------------------------------------------------- |
|
177 // |
|
178 RESOURCE AKN_FEP_BUTTON_IMAGE r_peninput_layout_touch_input_option |
|
179 { |
|
180 bmpfile=PENINPUT_LAYOUT_HWR_BMP; |
|
181 imgmajorskinid=EAknsMajorGeneric; |
|
182 |
|
183 nactive=EMbmPeninputhwrboxjpQgn_indi_fep_button_options; |
|
184 nactiveskinid=EAknsMinorGenericQgnIndiFepButtonOptions; |
|
185 |
|
186 nactivep=EMbmPeninputhwrboxjpQgn_indi_fep_button_options_sel; |
|
187 nactivepskinid=EAknsMinorGenericQgnIndiFepButtonOptionsSel; |
|
188 |
|
189 active=EMbmPeninputhwrboxjpQgn_indi_fep_button_options; |
|
190 activeskinid=EAknsMinorGenericQgnIndiFepButtonOptions; |
|
191 |
|
192 activep=EMbmPeninputhwrboxjpQgn_indi_fep_button_options_sel; |
|
193 activepskinid=EAknsMinorGenericQgnIndiFepButtonOptionsSel; |
|
194 |
|
195 disable=EMbmPeninputhwrboxjpQgn_indi_fep_button_options; |
|
196 disableskinid=EAknsMinorGenericQgnIndiFepButtonOptions; |
|
197 } |
|
198 |
|
199 // --------------------------------------------------------------------------- |
|
200 // r_peninput_layout_hwr_switch_range_all |
|
201 // Switch button of hwr |
|
202 // --------------------------------------------------------------------------- |
|
203 // |
|
204 RESOURCE AKN_FEP_BUTTON_IMAGE r_peninput_layout_hwr_switch_range_all |
|
205 { |
|
206 bmpfile=PENINPUT_LAYOUT_HWR_BMP; |
|
207 imgmajorskinid=EAknsMajorGeneric; |
|
208 |
|
209 nactive=EMbmPeninputhwrboxjpQgn_indi_fep_button_case_all_types_japanese; |
|
210 nactiveskinid=EAknsMinorGenericQgnIndiFepButtonCaseAllTypesJapanese; |
|
211 |
|
212 nactivep=EMbmPeninputhwrboxjpQgn_indi_fep_button_case_all_types_japanese_sel; |
|
213 nactivepskinid=EAknsMinorGenericQgnIndiFepButtonCaseAllTypesJapaneseSel; |
|
214 |
|
215 active=EMbmPeninputhwrboxjpQgn_indi_fep_button_case_all_types_japanese; |
|
216 activeskinid=EAknsMinorGenericQgnIndiFepButtonCaseAllTypesJapanese; |
|
217 |
|
218 activep=EMbmPeninputhwrboxjpQgn_indi_fep_button_case_all_types_japanese_sel; |
|
219 activepskinid=EAknsMinorGenericQgnIndiFepButtonCaseAllTypesJapaneseSel; |
|
220 |
|
221 disable=EMbmPeninputhwrboxjpQgn_indi_fep_button_case_all_types_japanese; |
|
222 disableskinid=EAknsMinorGenericQgnIndiFepButtonCaseAllTypesJapanese; |
|
223 } |
|
224 |
|
225 // --------------------------------------------------------------------------- |
|
226 // r_peninput_layout_hwr_switch_range_kana_kanji |
|
227 // Switch button of hwr |
|
228 // --------------------------------------------------------------------------- |
|
229 // |
|
230 RESOURCE AKN_FEP_BUTTON_IMAGE r_peninput_layout_hwr_switch_range_kana_kanji |
|
231 { |
|
232 bmpfile=PENINPUT_LAYOUT_HWR_BMP; |
|
233 imgmajorskinid=EAknsMajorGeneric; |
|
234 |
|
235 nactive=EMbmPeninputhwrboxjpQgn_indi_fep_button_case_kana_kanji; |
|
236 nactiveskinid=EAknsMinorGenericQgnIndiFepButtonCaseKanaKanji; |
|
237 |
|
238 nactivep=EMbmPeninputhwrboxjpQgn_indi_fep_button_case_kana_kanji_sel; |
|
239 nactivepskinid=EAknsMinorGenericQgnIndiFepButtonCaseKanaKanjiSel; |
|
240 |
|
241 active=EMbmPeninputhwrboxjpQgn_indi_fep_button_case_kana_kanji; |
|
242 activeskinid=EAknsMinorGenericQgnIndiFepButtonCaseKanaKanji; |
|
243 |
|
244 activep=EMbmPeninputhwrboxjpQgn_indi_fep_button_case_kana_kanji_sel; |
|
245 activepskinid=EAknsMinorGenericQgnIndiFepButtonCaseKanaKanjiSel; |
|
246 |
|
247 disable=EMbmPeninputhwrboxjpQgn_indi_fep_button_hiragana; |
|
248 disableskinid=EAknsMinorGenericQgnIndiFepButtonHiragana; |
|
249 } |
|
250 |
|
251 // --------------------------------------------------------------------------- |
|
252 // r_peninput_layout_hwr_switch_range_latin |
|
253 // Switch button of hwr |
|
254 // --------------------------------------------------------------------------- |
|
255 // |
|
256 RESOURCE AKN_FEP_BUTTON_IMAGE r_peninput_layout_hwr_switch_range_latin |
|
257 { |
|
258 bmpfile=PENINPUT_LAYOUT_HWR_BMP; |
|
259 imgmajorskinid=EAknsMajorGeneric; |
|
260 |
|
261 nactive=EMbmPeninputhwrboxjpQgn_indi_fep_button_case_latin_text_japanese; |
|
262 nactiveskinid=EAknsMinorGenericQgnIndiFepButtonCaseLatinTextJapanese; |
|
263 |
|
264 nactivep=EMbmPeninputhwrboxjpQgn_indi_fep_button_case_latin_text_japanese_sel; |
|
265 nactivepskinid=EAknsMinorGenericQgnIndiFepButtonCaseLatinTextJapaneseSel; |
|
266 |
|
267 active=EMbmPeninputhwrboxjpQgn_indi_fep_button_case_latin_text_japanese; |
|
268 activeskinid=EAknsMinorGenericQgnIndiFepButtonCaseLatinTextJapanese; |
|
269 |
|
270 activep=EMbmPeninputhwrboxjpQgn_indi_fep_button_case_latin_text_japanese_sel; |
|
271 activepskinid=EAknsMinorGenericQgnIndiFepButtonCaseLatinTextJapaneseSel; |
|
272 |
|
273 disable=EMbmPeninputhwrboxjpQgn_indi_fep_button_case_capital; |
|
274 disableskinid=EAknsMinorGenericQgnIndiFepButtonCaseCapital; |
|
275 } |
|
276 |
|
277 // --------------------------------------------------------------------------- |
|
278 // r_peninput_layout_hwr_switch_range_numeric |
|
279 // Switch button of hwr |
|
280 // --------------------------------------------------------------------------- |
|
281 // |
|
282 RESOURCE AKN_FEP_BUTTON_IMAGE r_peninput_layout_hwr_switch_range_numeric |
|
283 { |
|
284 bmpfile=PENINPUT_LAYOUT_HWR_BMP; |
|
285 imgmajorskinid=EAknsMajorGeneric; |
|
286 |
|
287 nactive=EMbmPeninputhwrboxjpQgn_indi_fep_button_case_numeric_japanese; |
|
288 nactiveskinid=EAknsMinorGenericQgnIndiFepButtonCaseNumericJapanese; |
|
289 |
|
290 nactivep=EMbmPeninputhwrboxjpQgn_indi_fep_button_case_numeric_japanese_sel; |
|
291 nactivepskinid=EAknsMinorGenericQgnIndiFepButtonCaseNumericJapaneseSel; |
|
292 |
|
293 active=EMbmPeninputhwrboxjpQgn_indi_fep_button_case_numeric_japanese; |
|
294 activeskinid=EAknsMinorGenericQgnIndiFepButtonCaseNumericJapanese; |
|
295 |
|
296 activep=EMbmPeninputhwrboxjpQgn_indi_fep_button_case_numeric_japanese_sel; |
|
297 activepskinid=EAknsMinorGenericQgnIndiFepButtonCaseNumericJapaneseSel; |
|
298 |
|
299 disable=EMbmPeninputhwrboxjpQgn_indi_fep_button_case_numeric; |
|
300 disableskinid=EAknsMinorGenericQgnIndiFepButtonCaseNumeric; |
|
301 } |
|
302 |
|
303 // --------------------------------------------------------------------------- |
|
304 // r_peninput_layout_vkb_switch_text |
|
305 // Switch button text of vkb |
|
306 // --------------------------------------------------------------------------- |
|
307 // |
|
308 RESOURCE PENINPUT_LAYOUT_SWITCH_TEXT r_peninput_layout_hwr_switch_text |
|
309 { |
|
310 colormajorskinid=EAknsMajorSkin; |
|
311 textcolorgrp=EAknsMinorQsnTextColors; |
|
312 textcoloridx=58; |
|
313 shadowtextcoloridx=61; |
|
314 } |
|
315 |
|
316 // --------------------------------------------------------------------------- |
|
317 // r_peninput_layout_hwr_vkb |
|
318 // Switch to vkb button |
|
319 // --------------------------------------------------------------------------- |
|
320 // |
|
321 RESOURCE AKN_FEP_BUTTON_IMAGE r_peninput_layout_hwr_vkb |
|
322 { |
|
323 bmpfile=PENINPUT_LAYOUT_HWR_BMP; |
|
324 imgmajorskinid=EAknsMajorGeneric; |
|
325 |
|
326 nactive=EMbmPeninputhwrboxjpQgn_indi_fep_button_vkb; |
|
327 nactiveskinid=EAknsMinorGenericQgnIndiFepButtonVkb; |
|
328 |
|
329 nactivep=EMbmPeninputhwrboxjpQgn_indi_fep_button_vkb_sel; |
|
330 nactivepskinid=EAknsMinorGenericQgnIndiFepButtonVkbSel; |
|
331 |
|
332 active=EMbmPeninputhwrboxjpQgn_indi_fep_button_vkb; |
|
333 activeskinid=EAknsMinorGenericQgnIndiFepButtonVkb; |
|
334 |
|
335 activep=EMbmPeninputhwrboxjpQgn_indi_fep_button_vkb_sel; |
|
336 activepskinid=EAknsMinorGenericQgnIndiFepButtonVkbSel; |
|
337 |
|
338 disable=EMbmPeninputhwrboxjpQgn_indi_fep_button_vkb; |
|
339 disableskinid=EAknsMinorGenericQgnIndiFepButtonVkb; |
|
340 } |
|
341 |
|
342 // --------------------------------------------------------------------------- |
|
343 // r_peninput_layout_key_mapping_string_list |
|
344 // Contain key mapping strings for hwr layout |
|
345 // --------------------------------------------------------------------------- |
|
346 // |
|
347 RESOURCE PENINPUT_LAYOUT_NUMERIC_KEY_MAPPING_STRING_LIST r_peninput_layout_key_mapping_string_list |
|
348 { |
|
349 items = |
|
350 { |
|
351 PENINPUT_LAYOUT_NUMERIC_KEY_MAPPING_STRING |
|
352 { |
|
353 numerickeymapping=EAknEditorStandardNumberModeKeymap; |
|
354 PermittedString=peninput_number_mode_keymap_standard; |
|
355 }, |
|
356 PENINPUT_LAYOUT_NUMERIC_KEY_MAPPING_STRING |
|
357 { |
|
358 numerickeymapping=EAknEditorPlainNumberModeKeymap; |
|
359 PermittedString=peninput_number_mode_keymap_plain; |
|
360 }, |
|
361 PENINPUT_LAYOUT_NUMERIC_KEY_MAPPING_STRING |
|
362 { |
|
363 numerickeymapping=EAknEditorCalculatorNumberModeKeymap; |
|
364 PermittedString=peninput_number_mode_keymap_calculator; |
|
365 }, |
|
366 PENINPUT_LAYOUT_NUMERIC_KEY_MAPPING_STRING |
|
367 { |
|
368 numerickeymapping=EAknEditorConverterNumberModeKeymap; |
|
369 PermittedString=peninput_number_mode_keymap_converter; |
|
370 }, |
|
371 PENINPUT_LAYOUT_NUMERIC_KEY_MAPPING_STRING |
|
372 { |
|
373 numerickeymapping=EAknEditorToFieldNumberModeKeymap; |
|
374 PermittedString=peninput_number_mode_keymap_to_field; |
|
375 }, |
|
376 PENINPUT_LAYOUT_NUMERIC_KEY_MAPPING_STRING |
|
377 { |
|
378 numerickeymapping=EAknEditorFixedDiallingNumberModeKeymap; |
|
379 PermittedString=peninput_number_mode_keymap_fixed_dialling; |
|
380 }, |
|
381 PENINPUT_LAYOUT_NUMERIC_KEY_MAPPING_STRING |
|
382 { |
|
383 numerickeymapping=EAknEditorSATNumberModeKeymap; |
|
384 PermittedString=peninput_number_mode_keymap_sat; |
|
385 }, |
|
386 PENINPUT_LAYOUT_NUMERIC_KEY_MAPPING_STRING |
|
387 { |
|
388 numerickeymapping=EAknEditorSATHiddenNumberModeKeymap; |
|
389 PermittedString=peninput_number_mode_keymap_sat_hidden; |
|
390 }, |
|
391 PENINPUT_LAYOUT_NUMERIC_KEY_MAPPING_STRING |
|
392 { |
|
393 numerickeymapping=EAknEditorAlphanumericNumberModeKeymap; |
|
394 PermittedString=peninput_number_mode_keymap_Alpha_numeric; |
|
395 } |
|
396 }; |
|
397 } |
|
398 |
|
399 // --------------------------------------------------------------------------- |
|
400 // r_peninput_layout_hwr_convert |
|
401 // Convert button of hwr |
|
402 // --------------------------------------------------------------------------- |
|
403 // |
|
404 RESOURCE AKN_FEP_BUTTON_IMAGE r_peninput_layout_hwr_convert |
|
405 { |
|
406 bmpfile=PENINPUT_LAYOUT_HWR_BMP; |
|
407 imgmajorskinid=EAknsMajorGeneric; |
|
408 |
|
409 nactive=EMbmPeninputhwrboxjpQgn_indi_fep_button_convert_to_kanji; |
|
410 nactiveskinid=EAknsMinorGenericQgnIndiFepButtonConvertToKanji; |
|
411 |
|
412 nactivep=EMbmPeninputhwrboxjpQgn_indi_fep_button_convert_to_kanji_sel; |
|
413 nactivepskinid=EAknsMinorGenericQgnIndiFepButtonConvertToKanjiSel; |
|
414 |
|
415 active=EMbmPeninputhwrboxjpQgn_indi_fep_button_convert_to_kanji; |
|
416 activeskinid=EAknsMinorGenericQgnIndiFepButtonConvertToKanji; |
|
417 |
|
418 activep=EMbmPeninputhwrboxjpQgn_indi_fep_button_convert_to_kanji_sel; |
|
419 activepskinid=EAknsMinorGenericQgnIndiFepButtonConvertToKanjiSel; |
|
420 |
|
421 disable=EMbmPeninputhwrboxjpQgn_indi_fep_button_convert_to_kanji_dimmed; |
|
422 disableskinid=EAknsMinorGenericQgnIndiFepButtonConvertToKanjiDimmed; |
|
423 } |
|
424 |
|
425 // --------------------------------------------------------------------------- |
|
426 // r_peninput_layout_hwr_backspace |
|
427 // Backspace button of hwr |
|
428 // --------------------------------------------------------------------------- |
|
429 // |
|
430 RESOURCE AKN_FEP_BUTTON_IMAGE r_peninput_layout_hwr_backspace |
|
431 { |
|
432 bmpfile=PENINPUT_LAYOUT_HWR_BMP; |
|
433 imgmajorskinid=EAknsMajorGeneric; |
|
434 |
|
435 nactive=EMbmPeninputhwrboxjpQgn_indi_fep_button_clear_japanese_2; |
|
436 nactiveskinid=EAknsMinorGenericQgnIndiFepButtonClearJapanese2; |
|
437 |
|
438 nactivep=EMbmPeninputhwrboxjpQgn_indi_fep_button_clear_japanese_2_sel; |
|
439 nactivepskinid=EAknsMinorGenericQgnIndiFepButtonClearJapanese2Sel; |
|
440 |
|
441 active=EMbmPeninputhwrboxjpQgn_indi_fep_button_clear_japanese_2; |
|
442 activeskinid=EAknsMinorGenericQgnIndiFepButtonClearJapanese2; |
|
443 |
|
444 activep=EMbmPeninputhwrboxjpQgn_indi_fep_button_clear_japanese_2_sel; |
|
445 activepskinid=EAknsMinorGenericQgnIndiFepButtonClearJapanese2Sel; |
|
446 } |
|
447 |
|
448 // --------------------------------------------------------------------------- |
|
449 // r_peninput_layout_hwr_enter |
|
450 // Enter button of hwr |
|
451 // --------------------------------------------------------------------------- |
|
452 // |
|
453 RESOURCE AKN_FEP_BUTTON_IMAGE r_peninput_layout_hwr_enter |
|
454 { |
|
455 bmpfile=PENINPUT_LAYOUT_HWR_BMP; |
|
456 imgmajorskinid=EAknsMajorGeneric; |
|
457 |
|
458 nactive=EMbmPeninputhwrboxjpQgn_indi_fep_button_enter; |
|
459 nactiveskinid=EAknsMinorGenericQgnIndiFepButtonEnter; |
|
460 |
|
461 nactivep=EMbmPeninputhwrboxjpQgn_indi_fep_button_enter_sel; |
|
462 nactivepskinid=EAknsMinorGenericQgnIndiFepButtonEnterSel; |
|
463 |
|
464 active=EMbmPeninputhwrboxjpQgn_indi_fep_button_enter; |
|
465 activeskinid=EAknsMinorGenericQgnIndiFepButtonEnter; |
|
466 |
|
467 activep=EMbmPeninputhwrboxjpQgn_indi_fep_button_enter_sel; |
|
468 activepskinid=EAknsMinorGenericQgnIndiFepButtonEnterSel; |
|
469 } |
|
470 |
|
471 // --------------------------------------------------------------------------- |
|
472 // r_peninput_layout_hwr_sct |
|
473 // Symbol button of hwr |
|
474 // --------------------------------------------------------------------------- |
|
475 // |
|
476 RESOURCE AKN_FEP_BUTTON_IMAGE r_peninput_layout_hwr_sct |
|
477 { |
|
478 bmpfile=PENINPUT_LAYOUT_HWR_BMP; |
|
479 imgmajorskinid=EAknsMajorGeneric; |
|
480 |
|
481 nactive=EMbmPeninputhwrboxjpQgn_indi_fep_button_case_special; |
|
482 nactiveskinid=EAknsMinorGenericQgnIndiFepButtonCaseSpecial; |
|
483 |
|
484 nactivep=EMbmPeninputhwrboxjpQgn_indi_fep_button_case_special_sel; |
|
485 nactivepskinid=EAknsMinorGenericQgnIndiFepButtonCaseSpecialSel; |
|
486 |
|
487 active=EMbmPeninputhwrboxjpQgn_indi_fep_button_case_special; |
|
488 activeskinid=EAknsMinorGenericQgnIndiFepButtonCaseSpecial; |
|
489 |
|
490 activep=EMbmPeninputhwrboxjpQgn_indi_fep_button_case_special_sel; |
|
491 activepskinid=EAknsMinorGenericQgnIndiFepButtonCaseSpecialSel; |
|
492 |
|
493 disable=EMbmPeninputhwrboxjpQgn_indi_fep_button_case_special; |
|
494 disableskinid=EAknsMinorGenericQgnIndiFepButtonCaseSpecial; |
|
495 } |
|
496 |
|
497 // --------------------------------------------------------------------------- |
|
498 // r_peninput_layout_hwr_scroll_up |
|
499 // scroll up button of prediction pane |
|
500 // --------------------------------------------------------------------------- |
|
501 // |
|
502 RESOURCE AKN_FEP_BUTTON_IMAGE r_peninput_layout_hwr_scroll_up |
|
503 { |
|
504 bmpfile=PENINPUT_LAYOUT_HWR_BMP; |
|
505 imgmajorskinid=EAknsMajorGeneric; |
|
506 |
|
507 nactive=EMbmPeninputhwrboxjpQgn_graf_fep_candi_list_scroll_up; |
|
508 nactiveskinid=EAknsMinorGenericQgnGrafFepCandiListScrollUp; |
|
509 |
|
510 nactivep=EMbmPeninputhwrboxjpQgn_graf_fep_candi_list_scroll_up_sel; |
|
511 nactivepskinid=EAknsMinorGenericQgnGrafFepCandiListScrollUpSel; |
|
512 |
|
513 active=EMbmPeninputhwrboxjpQgn_graf_fep_candi_list_scroll_up; |
|
514 activeskinid=EAknsMinorGenericQgnGrafFepCandiListScrollUp; |
|
515 |
|
516 activep=EMbmPeninputhwrboxjpQgn_graf_fep_candi_list_scroll_up_sel; |
|
517 activepskinid=EAknsMinorGenericQgnGrafFepCandiListScrollUpSel; |
|
518 |
|
519 disable=EMbmPeninputhwrboxjpQgn_graf_fep_candi_list_scroll_up; |
|
520 disableskinid=EAknsMinorGenericQgnGrafFepCandiListScrollUp; |
|
521 } |
|
522 |
|
523 // --------------------------------------------------------------------------- |
|
524 // r_peninput_layout_hwr_scroll_down |
|
525 // scroll down button of prediction pane |
|
526 // --------------------------------------------------------------------------- |
|
527 // |
|
528 RESOURCE AKN_FEP_BUTTON_IMAGE r_peninput_layout_hwr_scroll_down |
|
529 { |
|
530 bmpfile=PENINPUT_LAYOUT_HWR_BMP; |
|
531 imgmajorskinid=EAknsMajorGeneric; |
|
532 |
|
533 nactive=EMbmPeninputhwrboxjpQgn_graf_fep_candi_list_scroll_down; |
|
534 nactiveskinid=EAknsMinorGenericQgnGrafFepCandiListScrollDown; |
|
535 |
|
536 nactivep=EMbmPeninputhwrboxjpQgn_graf_fep_candi_list_scroll_down_sel; |
|
537 nactivepskinid=EAknsMinorGenericQgnGrafFepCandiListScrollDownSel; |
|
538 |
|
539 active=EMbmPeninputhwrboxjpQgn_graf_fep_candi_list_scroll_down; |
|
540 activeskinid=EAknsMinorGenericQgnGrafFepCandiListScrollDown; |
|
541 |
|
542 activep=EMbmPeninputhwrboxjpQgn_graf_fep_candi_list_scroll_down_sel; |
|
543 activepskinid=EAknsMinorGenericQgnGrafFepCandiListScrollDownSel; |
|
544 |
|
545 disable=EMbmPeninputhwrboxjpQgn_graf_fep_candi_list_scroll_down; |
|
546 disableskinid=EAknsMinorGenericQgnGrafFepCandiListScrollDown; |
|
547 } |
|
548 |
|
549 // --------------------------------------------------------------------------- |
|
550 // r_peninput_layout_hwr_drop_down_list |
|
551 // DropDownList |
|
552 // --------------------------------------------------------------------------- |
|
553 // |
|
554 RESOURCE FEP_CTRL_DROP_DOWN_LIST_IMAGE r_peninput_layout_hwr_drop_down_list |
|
555 { |
|
556 bmpfile=PENINPUT_LAYOUT_HWR_BMP; |
|
557 |
|
558 imgmajorskinid=EAknsMajorGeneric; |
|
559 |
|
560 bmpPrimary=EMbmPeninputhwrboxjpQgn_graf_fep_candi_list_pri; |
|
561 bmpPrimaryMask=EMbmPeninputhwrboxjpQgn_graf_fep_candi_list_pri_mask; |
|
562 bmpPrimaryskinid=EAknsMinorGenericQgnGrafFepCandiListPri; |
|
563 |
|
564 bmpSecondary=EMbmPeninputhwrboxjpQgn_graf_fep_candi_list_sec; |
|
565 bmpSecondaryMask=EMbmPeninputhwrboxjpQgn_graf_fep_candi_list_sec_mask; |
|
566 bmpSecondaryskinid=EAknsMinorGenericQgnGrafFepCandiListSec; |
|
567 |
|
568 bmpHighlight=EMbmPeninputhwrboxjpQgn_graf_fep_candi_list_sel; |
|
569 bmpHighlightMask=EMbmPeninputhwrboxjpQgn_graf_fep_candi_list_sel_mask; |
|
570 bmpHighlightskinid=EAknsMinorGenericQgnGrafFepCandiListSel; |
|
571 |
|
572 bmpPenDown=EMbmPeninputhwrboxjpQgn_graf_fep_candi_list_sec; |
|
573 bmpPenDownMask=EMbmPeninputhwrboxjpQgn_graf_fep_candi_list_sec_mask; |
|
574 bmpPenDownskinid=EAknsMinorGenericQgnGrafFepCandiListSec; |
|
575 |
|
576 bmpNextDisable=EMbmPeninputhwrboxjpQgn_indi_fep_button_expand; |
|
577 bmpNextDisableMask=EMbmPeninputhwrboxjpQgn_indi_fep_button_expand_mask; |
|
578 bmpNextDisableskinid=EAknsMinorGenericQgnIndiFepButtonExpand; |
|
579 |
|
580 bmpNext=EMbmPeninputhwrboxjpQgn_graf_fep_candi_list_scroll_down; |
|
581 bmpNextMask=EMbmPeninputhwrboxjpQgn_graf_fep_candi_list_scroll_down_mask; |
|
582 bmpNextskinid=EAknsMinorGenericQgnGrafFepCandiListScrollDown; |
|
583 |
|
584 bmpNextPress=EMbmPeninputhwrboxjpQgn_graf_fep_candi_list_scroll_down_sel; |
|
585 bmpNextPressMask=EMbmPeninputhwrboxjpQgn_graf_fep_candi_list_scroll_down_sel_mask; |
|
586 bmpNextPressskinid=EAknsMinorGenericQgnGrafFepCandiListScrollDownSel; |
|
587 |
|
588 bmpClose=EMbmPeninputhwrboxjpQgn_graf_fep_candi_list_close; |
|
589 bmpCloseMask=EMbmPeninputhwrboxjpQgn_graf_fep_candi_list_close_mask; |
|
590 bmpCloseskinid=EAknsMinorGenericQgnGrafFepCandiListClose; |
|
591 |
|
592 bmpClosePress=EMbmPeninputhwrboxjpQgn_graf_fep_candi_list_close_sel; |
|
593 bmpClosePressMask=EMbmPeninputhwrboxjpQgn_graf_fep_candi_list_close_sel_mask; |
|
594 bmpClosePressskinid=EAknsMinorGenericQgnGrafFepCandiListCloseSel; |
|
595 |
|
596 bmpPrevious=EMbmPeninputhwrboxjpQgn_graf_fep_candi_list_scroll_up; |
|
597 bmpPreviousMask=EMbmPeninputhwrboxjpQgn_graf_fep_candi_list_scroll_up_mask; |
|
598 bmpPreviousskinid=EAknsMinorGenericQgnGrafFepCandiListScrollUp; |
|
599 |
|
600 bmpPreviousPress=EMbmPeninputhwrboxjpQgn_graf_fep_candi_list_scroll_up_sel; |
|
601 bmpPreviousPressMask=EMbmPeninputhwrboxjpQgn_graf_fep_candi_list_scroll_up_sel_mask; |
|
602 bmpPreviousPressskinid=EAknsMinorGenericQgnGrafFepCandiListScrollUpSel; |
|
603 |
|
604 colormajorskinid=EAknsMajorSkin; |
|
605 textcolorgrp=EAknsMinorQsnTextColors; |
|
606 textcoloridx=59; |
|
607 |
|
608 bordercolormajorskinid=EAknsMajorSkin; |
|
609 bordercolorgrp=EAknsMinorQsnOtherColors; |
|
610 bordercoloridx=8; |
|
611 } |
|
612 |
|
613 RESOURCE LBUF r_peninput_hwr_character_all |
|
614 { |
|
615 txt="All types"; |
|
616 } |
|
617 |
|
618 RESOURCE LBUF r_peninput_hwr_character_kanakanji |
|
619 { |
|
620 txt="Kana Kanji"; |
|
621 } |
|
622 |
|
623 RESOURCE LBUF r_peninput_hwr_character_latin |
|
624 { |
|
625 txt="Latin"; |
|
626 } |
|
627 |
|
628 RESOURCE LBUF r_peninput_hwr_character_number |
|
629 { |
|
630 txt="Number"; |
|
631 } |
|
632 |
|
633 RESOURCE LBUF r_peninput_hwr_character_hiragana |
|
634 { |
|
635 txt=<0x3042>; |
|
636 } |
|
637 |
|
638 RESOURCE LBUF r_peninput_hwr_character_katakana |
|
639 { |
|
640 txt=<0x30AB>; |
|
641 } |
|
642 // End Of File |