|
1 /* |
|
2 * Copyright (c) 2002 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: |
|
15 * This file contains all the resources for the module. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 // RESOURCE IDENTIFIER |
|
22 NAME SMSV |
|
23 |
|
24 // INCLUDES |
|
25 #include <eikon.rh> |
|
26 #include <eikon.rsg> |
|
27 #include <avkon.rsg> |
|
28 #include <avkon.hrh> |
|
29 #include <avkon.rh> |
|
30 #include <avkon.mbg> |
|
31 #include <muiu.mbg> |
|
32 #include <avkon.loc> |
|
33 #include <appinfo.rh> |
|
34 #include <messaging.loc> |
|
35 |
|
36 #include <MsgEditor.rh> |
|
37 |
|
38 #include "MsgSmsViewer.hrh" |
|
39 #include <smsviewer.loc> |
|
40 |
|
41 #include <bldvariant.hrh> |
|
42 #include <finditem.hrh> |
|
43 #include <data_caging_paths_strings.hrh> |
|
44 |
|
45 #include <AiwCommon.rh> |
|
46 #include <AiwGenericParam.hrh> |
|
47 |
|
48 #include <MsgEditor.hrh> |
|
49 #include <muiu.mbg> // title icon |
|
50 // RESOURCES |
|
51 |
|
52 RESOURCE RSS_SIGNATURE { } |
|
53 |
|
54 // Default name for file save? |
|
55 RESOURCE TBUF { buf = "SmsV"; } |
|
56 |
|
57 // RESOURCE DEFINITIONS |
|
58 // --------------------------------------------------------- |
|
59 // |
|
60 // eik_app_info |
|
61 // Application resource info |
|
62 // |
|
63 // --------------------------------------------------------- |
|
64 // |
|
65 RESOURCE EIK_APP_INFO |
|
66 { |
|
67 menubar = r_smsv_optionsmenubar; |
|
68 status_pane = r_smsviewer_status_pane; |
|
69 cba = R_SMSVIEWER_SOFTKEYS_OPTIONS_BACK__CONTEXTOPTIONS; |
|
70 } |
|
71 |
|
72 // --------------------------------------------------------- |
|
73 // |
|
74 // r_smsviewer_app_info_extension |
|
75 // Application resource info extension |
|
76 // |
|
77 // --------------------------------------------------------- |
|
78 // |
|
79 RESOURCE EIK_APP_INFO_EXT r_smsviewer_app_info_extension |
|
80 { |
|
81 popup_toolbar = r_smsviewer_app_toolbar; |
|
82 } |
|
83 |
|
84 // RESOURCE DEFINITIONS |
|
85 // --------------------------------------------------------- |
|
86 // |
|
87 // r_smsviewer_status_pane |
|
88 // Status pane resource |
|
89 // |
|
90 // --------------------------------------------------------- |
|
91 // |
|
92 RESOURCE STATUS_PANE_APP_MODEL r_smsviewer_status_pane |
|
93 { |
|
94 layout = R_AVKON_STATUS_PANE_LAYOUT_USUAL; |
|
95 panes= |
|
96 { |
|
97 SPANE_PANE |
|
98 { |
|
99 id = EEikStatusPaneUidTitle; |
|
100 type = EAknCtTitlePane; |
|
101 resource = r_smsviewer_app_name; |
|
102 } |
|
103 }; |
|
104 } |
|
105 //---------------------------------------------------- |
|
106 // |
|
107 // r_smsviewer_app_toolbar - CAknToolbar |
|
108 // Application toolbar |
|
109 // |
|
110 //---------------------------------------------------- |
|
111 // |
|
112 RESOURCE AVKON_TOOLBAR r_smsviewer_app_toolbar |
|
113 { |
|
114 flags = KAknToolbarFixed; |
|
115 items = |
|
116 { |
|
117 TBAR_CTRL |
|
118 { |
|
119 type = EAknCtButton; |
|
120 id = ESmsViewerToolbarReply; |
|
121 control = AVKON_BUTTON |
|
122 { |
|
123 flags = KAknButtonSizeFitText; |
|
124 states = |
|
125 { |
|
126 AVKON_BUTTON_STATE |
|
127 { |
|
128 helptxt = qtn_sms_tb_tooltip_reply; |
|
129 bmpfile = BITMAP_DIR"\\muiu.mif"; |
|
130 bmpid = EMbmMuiuQgn_indi_tb_msg_reply; |
|
131 bmpmask = EMbmMuiuQgn_indi_tb_msg_reply_mask; |
|
132 } |
|
133 }; |
|
134 }; |
|
135 }, |
|
136 TBAR_CTRL |
|
137 { |
|
138 type = EAknCtButton; |
|
139 id = ESmsViewerToolbarForward; |
|
140 control = AVKON_BUTTON |
|
141 { |
|
142 flags = KAknButtonSizeFitText; |
|
143 states = |
|
144 { |
|
145 AVKON_BUTTON_STATE |
|
146 { |
|
147 helptxt = qtn_sms_tb_tooltip_forward; |
|
148 bmpfile = BITMAP_DIR"\\muiu.mif"; |
|
149 bmpid = EMbmMuiuQgn_indi_tb_msg_forward; |
|
150 bmpmask = EMbmMuiuQgn_indi_tb_msg_forward_mask; |
|
151 |
|
152 } |
|
153 }; |
|
154 }; |
|
155 }, |
|
156 TBAR_CTRL |
|
157 { |
|
158 type = EAknCtButton; |
|
159 id = ESmsViewerToolbarDelete; |
|
160 control = AVKON_BUTTON |
|
161 { |
|
162 flags = KAknButtonSizeFitText; |
|
163 states = |
|
164 { |
|
165 AVKON_BUTTON_STATE |
|
166 { |
|
167 helptxt = qtn_sms_tb_tooltip_delete; |
|
168 bmpfile = BITMAP_DIR"\\muiu.mif"; |
|
169 bmpid = EMbmMuiuQgn_indi_mg_tb_delete; |
|
170 bmpmask = EMbmMuiuQgn_indi_mg_tb_delete; |
|
171 } |
|
172 }; |
|
173 }; |
|
174 } |
|
175 }; |
|
176 } |
|
177 |
|
178 |
|
179 |
|
180 |
|
181 // RESOURCE DEFINITIONS |
|
182 // --------------------------------------------------------- |
|
183 // |
|
184 // r_smsviewer_app_name - titlepane |
|
185 // Title pane for SMS Viewer |
|
186 // |
|
187 // --------------------------------------------------------- |
|
188 // |
|
189 RESOURCE TITLE_PANE r_smsviewer_app_name |
|
190 { |
|
191 txt = " "; // title is set when message type is known |
|
192 //bmpfile = APP_BITMAP_DIR"\\muiu.mif"; |
|
193 //bmpid = EMbmMuiuQgn_prop_mce_sms_title; |
|
194 //bmpmask = EMbmMuiuQgn_prop_mce_sms_title_mask; |
|
195 } |
|
196 |
|
197 |
|
198 // RESOURCE DEFINITIONS |
|
199 // --------------------------------------------------------- |
|
200 // |
|
201 // R_SMSVIEWER_SOFTKEYS_OPTIONS_BACK__CONTEXTOPTIONS |
|
202 // SmsViewer softkeys |
|
203 // |
|
204 // --------------------------------------------------------- |
|
205 // |
|
206 RESOURCE CBA R_SMSVIEWER_SOFTKEYS_OPTIONS_BACK__CONTEXTOPTIONS |
|
207 { |
|
208 buttons = |
|
209 { |
|
210 CBA_BUTTON {id=EAknSoftkeyOptions; txt = text_softkey_option;}, |
|
211 CBA_BUTTON {id=EAknSoftkeyBack; txt = text_softkey_back; }, |
|
212 CBA_BUTTON {id=EAknSoftkeyContextOptions; txt = text_softkey_option; } |
|
213 }; |
|
214 } |
|
215 |
|
216 |
|
217 |
|
218 // RESOURCE DEFINITIONS |
|
219 // --------------------------------------------------------- |
|
220 // |
|
221 // R_SMSVIEWER_CLASS0_SOFTKEYS_OPTIONS_EXIT__CONTEXTOPTIONS |
|
222 // SmsViewer softkeys when Class0-message |
|
223 // |
|
224 // --------------------------------------------------------- |
|
225 // |
|
226 RESOURCE CBA R_SMSVIEWER_CLASS0_SOFTKEYS_OPTIONS_EXIT__CONTEXTOPTIONS |
|
227 { |
|
228 buttons = |
|
229 { |
|
230 CBA_BUTTON {id=EAknSoftkeyOptions; txt = text_softkey_option;}, |
|
231 CBA_BUTTON {id=EAknSoftkeyExit; txt = text_softkey_exit; }, |
|
232 CBA_BUTTON {id=EAknSoftkeyContextOptions; txt = text_softkey_option; } |
|
233 }; |
|
234 } |
|
235 |
|
236 |
|
237 |
|
238 // RESOURCE DEFINITIONS |
|
239 // --------------------------------------------------------- |
|
240 // |
|
241 // r_smse_optionsmenubar - menubar |
|
242 // Options mainmenu titles |
|
243 // |
|
244 // --------------------------------------------------------- |
|
245 // |
|
246 RESOURCE MENU_BAR r_smsv_optionsmenubar |
|
247 { |
|
248 titles = |
|
249 { |
|
250 MENU_TITLE |
|
251 { |
|
252 menu_pane = r_smsv_optionsmenupane; |
|
253 } |
|
254 }; |
|
255 } |
|
256 |
|
257 // RESOURCE DEFINITIONS |
|
258 // --------------------------------------------------------- |
|
259 // |
|
260 // r_smse_optionsmenupane - menupane |
|
261 // Options mainmenu items |
|
262 // |
|
263 // --------------------------------------------------------- |
|
264 // |
|
265 RESOURCE MENU_PANE r_smsv_optionsmenupane |
|
266 { |
|
267 items = |
|
268 { |
|
269 MENU_ITEM |
|
270 { |
|
271 command = KAiwCmdSaveToCalendar; |
|
272 txt = " "; //dynamically loaded!! |
|
273 }, |
|
274 MENU_ITEM |
|
275 { |
|
276 command = ESmsViewerReply; |
|
277 txt = qtn_sms_reply; |
|
278 cascade = r_smsv_reply_menu; |
|
279 }, |
|
280 MENU_ITEM |
|
281 { |
|
282 command = ESmsViewerReplyNoSubMenu; |
|
283 txt = qtn_sms_reply; |
|
284 flags=EEikMenuItemDimmed; |
|
285 }, |
|
286 MENU_ITEM |
|
287 { |
|
288 command = ESmsViewerForward; |
|
289 txt = qtn_sms_forward; |
|
290 }, |
|
291 MENU_ITEM |
|
292 { |
|
293 command = ESmsViewerCallBack; |
|
294 txt = qtn_sms_call_back; |
|
295 }, |
|
296 MENU_ITEM |
|
297 { |
|
298 command = ESmsViewerDelete; |
|
299 txt = qtn_msg_om_delete; |
|
300 }, |
|
301 MENU_ITEM |
|
302 { |
|
303 command = EFindItemMenuPlaceHolder; |
|
304 txt = ""; // constructed dynamically |
|
305 }, |
|
306 MENU_ITEM |
|
307 { |
|
308 command = ESmsViewerMessInfo; |
|
309 txt = qtn_msg_om_message_info; |
|
310 }, |
|
311 MENU_ITEM |
|
312 { |
|
313 command = ESmsViewerMove; |
|
314 txt = qtn_sms_move_to_folder; |
|
315 }, |
|
316 MENU_ITEM |
|
317 { |
|
318 command = ESmsViewerCreateCC; |
|
319 txt = " "; // <- dynamically loaded!! |
|
320 // Request AIW to place the menu into submenu |
|
321 cascade = AIW_CASCADE_ID; |
|
322 }, |
|
323 MENU_ITEM { command = ESmsViewerSubmenuZoomCommands; |
|
324 txt = qtn_options_text_size; |
|
325 cascade = r_smsviewer_zoom_submenu; |
|
326 }, |
|
327 MENU_ITEM |
|
328 { |
|
329 command = EAknCmdHelp; |
|
330 txt = qtn_options_help; |
|
331 }, |
|
332 MENU_ITEM |
|
333 { |
|
334 command = EAknCmdExit; |
|
335 txt = qtn_options_exit; |
|
336 } |
|
337 }; |
|
338 } |
|
339 |
|
340 // RESOURCE DEFINITIONS |
|
341 //---------------------------------------------------- |
|
342 // |
|
343 // r_smsviewer_zoom_submenu |
|
344 // |
|
345 //---------------------------------------------------- |
|
346 // |
|
347 RESOURCE MENU_PANE r_smsviewer_zoom_submenu |
|
348 { |
|
349 items= |
|
350 { |
|
351 |
|
352 MENU_ITEM { command = EMsgDispSizeAutomatic; |
|
353 txt = qtn_options_auto; |
|
354 flags = EEikMenuItemRadioStart; |
|
355 } |
|
356 , |
|
357 MENU_ITEM { command = EMsgDispSizeLarge; |
|
358 txt = qtn_options_large; |
|
359 flags = EEikMenuItemRadioMiddle; |
|
360 } |
|
361 , |
|
362 MENU_ITEM { command = EMsgDispSizeNormal; |
|
363 txt = qtn_options_normal; |
|
364 flags = EEikMenuItemRadioMiddle; |
|
365 } |
|
366 , |
|
367 MENU_ITEM { command = EMsgDispSizeSmall; |
|
368 txt = qtn_options_small; |
|
369 flags = EEikMenuItemRadioEnd; |
|
370 } |
|
371 }; |
|
372 } |
|
373 // --------------------------------------------------------- |
|
374 // |
|
375 // r_smsv_reply_menu |
|
376 // Menu items in Reply submenu |
|
377 // |
|
378 // --------------------------------------------------------- |
|
379 // |
|
380 RESOURCE MENU_PANE r_smsv_reply_menu |
|
381 { |
|
382 items= |
|
383 { |
|
384 MENU_ITEM { command = ESmsViewerReplyViaMessage; txt=qtn_mms_sm_via_message; }, |
|
385 MENU_ITEM { command = ESmsViewerReplyNormal; txt=qtn_mms_sm_via_sms; }, |
|
386 MENU_ITEM { command = ESmsViewerReplyViaMms; txt=qtn_sms_reply_via_mms; }, |
|
387 MENU_ITEM { command = ESmsViewerReplyViaAudio; txt=qtn_msg_reply_via_audio_message; flags=EEikMenuItemDimmed; }, |
|
388 MENU_ITEM { command = ESmsViewerReplyViaEmail; txt=qtn_mms_sm_via_mail; flags=EEikMenuItemDimmed;} |
|
389 }; |
|
390 } |
|
391 |
|
392 // RESOURCE DEFINITIONS |
|
393 // --------------------------------------------------------- |
|
394 // |
|
395 // r_smsv_contextmenubar - menubar |
|
396 // Contextmenu titles |
|
397 // |
|
398 // --------------------------------------------------------- |
|
399 // |
|
400 RESOURCE MENU_BAR r_smsv_contextmenubar |
|
401 { |
|
402 titles = |
|
403 { |
|
404 MENU_TITLE |
|
405 { |
|
406 menu_pane = r_smsv_contextmenupane; |
|
407 } |
|
408 }; |
|
409 } |
|
410 |
|
411 // RESOURCE DEFINITIONS |
|
412 // --------------------------------------------------------- |
|
413 // |
|
414 // r_smsv_contextmenupane - menupane |
|
415 // Context menu items |
|
416 // |
|
417 // --------------------------------------------------------- |
|
418 // |
|
419 RESOURCE MENU_PANE r_smsv_contextmenupane |
|
420 { |
|
421 items = |
|
422 { |
|
423 MENU_ITEM |
|
424 { |
|
425 command = EFindItemContextMenuPlaceHolder; |
|
426 txt=""; // constucted dynamically |
|
427 } |
|
428 }; |
|
429 } |
|
430 |
|
431 // RESOURCE DEFINITIONS |
|
432 // --------------------------------------------------------- |
|
433 // |
|
434 // r_smsv_from - msgeditoraddresscontrol |
|
435 // A text inside 'from'-field |
|
436 // |
|
437 // --------------------------------------------------------- |
|
438 // |
|
439 RESOURCE MSG_EDITOR_ADDRESS_CONTROL r_smsv_from |
|
440 { |
|
441 prompt = qtn_msg_from; |
|
442 id = EMsgComponentIdFrom; |
|
443 distance = 0; |
|
444 } |
|
445 |
|
446 // RESOURCE DEFINITIONS |
|
447 // --------------------------------------------------------- |
|
448 // |
|
449 // r_smsv_to - msgeditoraddresscontrol |
|
450 // A text inside 'to'-field |
|
451 // |
|
452 // --------------------------------------------------------- |
|
453 // |
|
454 RESOURCE MSG_EDITOR_ADDRESS_CONTROL r_smsv_to |
|
455 { |
|
456 prompt = qtn_msg_to; |
|
457 id = EMsgComponentIdTo; |
|
458 distance = 0; |
|
459 } |
|
460 |
|
461 // RESOURCE DEFINITIONS |
|
462 // --------------------------------------------------------- |
|
463 // |
|
464 // r_smsv_replypath - msgeditoraddresscontrol |
|
465 // An indication of "replypath provided" |
|
466 // |
|
467 // --------------------------------------------------------- |
|
468 // |
|
469 RESOURCE MSG_EDITOR_EXPANDABLE_CONTROL r_smsv_replypath |
|
470 { |
|
471 id = EMsgComponentIdCc; |
|
472 fontid = 1; // 1 = LatinPlain12 |
|
473 } |
|
474 |
|
475 // RESOURCE DEFINITIONS |
|
476 // --------------------------------------------------------- |
|
477 // |
|
478 // r_deletemsgconf_query - dialog |
|
479 // Query when deleting a current message |
|
480 // |
|
481 // --------------------------------------------------------- |
|
482 // |
|
483 RESOURCE DIALOG r_deletemsgconf_query |
|
484 { |
|
485 flags=EGeneralQueryFlags; |
|
486 buttons = R_AVKON_SOFTKEYS_YES_NO__YES; |
|
487 items= |
|
488 { |
|
489 DLG_LINE |
|
490 { |
|
491 type=EAknCtQuery; |
|
492 id=EGeneralQuery; |
|
493 control= AVKON_CONFIRMATION_QUERY |
|
494 { |
|
495 layout = EConfirmationLayout; |
|
496 }; |
|
497 } |
|
498 }; |
|
499 } |
|
500 |
|
501 // RESOURCE DEFINITIONS |
|
502 // --------------------------------------------------------- |
|
503 // |
|
504 // r_smsv_optionsmenubar_class0 - menubar |
|
505 // Class 0 titles |
|
506 // |
|
507 // --------------------------------------------------------- |
|
508 // |
|
509 RESOURCE MENU_BAR r_smsv_optionsmenubar_class0 |
|
510 { |
|
511 titles = |
|
512 { |
|
513 MENU_TITLE |
|
514 { |
|
515 menu_pane = r_smsv_optionsmenupane_class0; |
|
516 } |
|
517 }; |
|
518 } |
|
519 |
|
520 // RESOURCE DEFINITIONS |
|
521 // --------------------------------------------------------- |
|
522 // |
|
523 // r_smsv_optionsmenupane_class0 - menupane |
|
524 // Class 0 titles |
|
525 // |
|
526 // --------------------------------------------------------- |
|
527 // |
|
528 RESOURCE MENU_PANE r_smsv_optionsmenupane_class0 |
|
529 { |
|
530 items = |
|
531 { |
|
532 MENU_ITEM |
|
533 { |
|
534 command = ESmsViewerSave; |
|
535 txt = qtn_sms_save; |
|
536 }, |
|
537 MENU_ITEM |
|
538 { |
|
539 command = EFindItemMenuPlaceHolder; |
|
540 txt = ""; // constructed dynamically |
|
541 } |
|
542 }; |
|
543 } |
|
544 |
|
545 // RESOURCE DEFINITIONS |
|
546 // --------------------------------------------------------- |
|
547 // |
|
548 // r_smsv_optionscontextmenubar_class0 - menubar |
|
549 // Class 0 Context menutitles |
|
550 // |
|
551 // --------------------------------------------------------- |
|
552 // |
|
553 RESOURCE MENU_BAR r_smsv_optionscontextmenubar_class0 |
|
554 { |
|
555 titles = |
|
556 { |
|
557 MENU_TITLE |
|
558 { |
|
559 menu_pane = r_smsv_optionscontextmenupane_class0; |
|
560 } |
|
561 }; |
|
562 } |
|
563 |
|
564 // RESOURCE DEFINITIONS |
|
565 // --------------------------------------------------------- |
|
566 // |
|
567 // r_smsv_optionscontextmenupane_class0 - menupane |
|
568 // Class 0 context menutitles |
|
569 // |
|
570 // --------------------------------------------------------- |
|
571 // |
|
572 RESOURCE MENU_PANE r_smsv_optionscontextmenupane_class0 |
|
573 { |
|
574 items = |
|
575 { |
|
576 MENU_ITEM |
|
577 { |
|
578 command = EFindItemContextMenuPlaceHolder; |
|
579 txt = ""; // constructed dynamically |
|
580 } |
|
581 }; |
|
582 } |
|
583 |
|
584 |
|
585 // RESOURCE DEFINITIONS |
|
586 //----------------------------------------------------- |
|
587 // R_SMS_VIEWER_SUBJECT |
|
588 // |
|
589 // 'Subject' field in sms viewer. |
|
590 //----------------------------------------------------- |
|
591 |
|
592 RESOURCE MSG_EDITOR_EXPANDABLE_CONTROL r_sms_viewer_subject |
|
593 { |
|
594 prompt = qtn_msg_subject; // Subject |
|
595 id = EMsgComponentIdSubject; |
|
596 distance = 0; |
|
597 //maxchars = 998; |
|
598 default_case = EAknEditorLowerCase; |
|
599 //allowed_case_modes = EAknEditorAllCaseModes; |
|
600 default_input_mode = EAknEditorNullInputMode; |
|
601 //allowed_input_modes = EAknEditorTextInputMode | EAknEditorNumericInputMode; |
|
602 //avkon_flags = EAknEditorFlagUseSCTNumericCharmap; |
|
603 } |
|
604 |
|
605 |
|
606 // RESOURCE DEFINITIONS |
|
607 // --------------------------------------------------------- |
|
608 // |
|
609 // r_smsviewer_localisable_app_info |
|
610 // Application resource info |
|
611 // |
|
612 // --------------------------------------------------------- |
|
613 // |
|
614 RESOURCE LOCALISABLE_APP_INFO r_smsviewer_localisable_app_info |
|
615 { |
|
616 short_caption = qtn_apps_sms_grid; |
|
617 caption_and_icon = |
|
618 CAPTION_AND_ICON_INFO |
|
619 { |
|
620 caption = qtn_title_sms; |
|
621 #ifdef __SCALABLE_ICONS |
|
622 number_of_icons = 1; |
|
623 icon_file = APP_BITMAP_DIR"\\smsviewer_aif.mif"; |
|
624 #else |
|
625 number_of_icons = 1; |
|
626 icon_file = APP_BITMAP_DIR"\\smsviewer_aif.mbm"; |
|
627 #endif |
|
628 }; |
|
629 } |
|
630 |
|
631 // RESOURCE DEFINITIONS |
|
632 // --------------------------------------------------------- |
|
633 // |
|
634 // r_smsv_aiw_contact_interest |
|
635 // AIW interest for contact create/update |
|
636 // |
|
637 // --------------------------------------------------------- |
|
638 // |
|
639 RESOURCE AIW_INTEREST r_smsv_aiw_contact_interest |
|
640 { |
|
641 items= |
|
642 { |
|
643 AIW_CRITERIA_ITEM |
|
644 { |
|
645 id = ESmsViewerCreateCC; |
|
646 serviceCmd = KAiwCmdAssign; |
|
647 contentType = EGenericParamContactItemStr; |
|
648 serviceClass = KAiwClassMenu; |
|
649 // Default service provider Phonebook2 |
|
650 defaultProvider = 0x101F87BE; // KPbk2UIServicesUID |
|
651 maxProviders = 1; |
|
652 } |
|
653 }; |
|
654 } |
|
655 |
|
656 // RESOURCE DEFINITIONS |
|
657 // --------------------------------------------------------- |
|
658 // |
|
659 // r_smsv_aiw_calendar_interest |
|
660 // AIW interest for add calender |
|
661 // |
|
662 // --------------------------------------------------------- |
|
663 // |
|
664 RESOURCE AIW_INTEREST r_smsv_aiw_calendar_interest |
|
665 { |
|
666 items= |
|
667 { |
|
668 AIW_CRITERIA_ITEM |
|
669 { |
|
670 id = KAiwCmdSaveToCalendar; |
|
671 serviceCmd = KAiwCmdSaveToCalendar; |
|
672 contentType = "*"; |
|
673 serviceClass = KAiwClassMenu; |
|
674 defaultProvider = 0x2002A506; |
|
675 maxProviders = 1; |
|
676 } |
|
677 }; |
|
678 } |
|
679 |
|
680 // |
|
681 // Used texts. Notice that there is no TBUF-lengths, so usage of dynamic loading is strongly |
|
682 // recommended. |
|
683 // |
|
684 RESOURCE TBUF r_qtn_mce_move_move_to { buf = qtn_mce_move_move_to; } |
|
685 RESOURCE TBUF r_qtn_query_common_conf_delete_me { buf = qtn_query_common_conf_delete_me ;} |
|
686 RESOURCE TBUF r_qtn_mce_conf_message_saved { buf = qtn_mce_conf_message_saved ;} |
|
687 RESOURCE TBUF r_qtn_sm_title_picture_message { buf = qtn_sm_title_picture_message; } |
|
688 RESOURCE TBUF r_qtn_sm_picture_name { buf = qtn_sm_picture_name; } |
|
689 RESOURCE TBUF r_qtn_title_sms { buf = qtn_title_sms; } |
|
690 RESOURCE TBUF r_qtn_sms_heading_reply_path { buf = qtn_sms_heading_reply_path; } |
|
691 RESOURCE TBUF r_qtn_sms_replyformat { buf = qtn_msg_mail_re; } |
|
692 |
|
693 #ifdef __PROTOCOL_CDMA |
|
694 #include "SmsViewerCDMA.rss" |
|
695 #endif |
|
696 |
|
697 // End of File |