mobilemessaging/mmsui/notviewer/NotViewer.rss
branchRCL_3
changeset 60 7fdbb852d323
equal deleted inserted replaced
57:ebe688cedc25 60:7fdbb852d323
       
     1 /*
       
     2 * Copyright (c) 2002-2006 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    MMNV // 4 letter ID
       
    23 
       
    24 //  INCLUDES
       
    25 #include <bldvariant.hrh>
       
    26 #include <finditem.hrh>
       
    27 
       
    28 #include <eikon.rh>
       
    29 #include <eikon.rsg>
       
    30 #include <avkon.rh>
       
    31 #include <avkon.rsg>
       
    32 #include <avkon.mbg>
       
    33 #include <avkon.hrh>
       
    34 
       
    35 #include <aknsconstants.hrh>    // EAknsMajorGeneric etc.
       
    36 
       
    37 #include <MsgEditor.rh>
       
    38 
       
    39 #include <avkon.loc>
       
    40 #include <messaging.loc>
       
    41 
       
    42 #include <appinfo.rh>
       
    43 
       
    44 #include <data_caging_paths_strings.hrh>
       
    45 
       
    46 #include <mmsui.mbg>           // title icon
       
    47 #include <muiu.mbg>          
       
    48 
       
    49 #include "NotViewer.hrh"
       
    50 #include <mmsui.loc>
       
    51 
       
    52 // RESOURCES
       
    53 
       
    54 RESOURCE RSS_SIGNATURE { }
       
    55 
       
    56 RESOURCE TBUF { buf = ""; }
       
    57 
       
    58 //  RESOURCE DEFINITIONS 
       
    59 // ---------------------------------------------------------
       
    60 //   
       
    61 //    eik_app_info
       
    62 //    Application resource info
       
    63 //
       
    64 // ---------------------------------------------------------
       
    65 //
       
    66 RESOURCE EIK_APP_INFO
       
    67     {
       
    68     menubar     = r_notviewer_menu;
       
    69     status_pane = r_notviewer_status_pane;
       
    70     cba         = r_notviewer_softkeys_options_back__contextoptions;
       
    71     custom_app_info_extension = r_notviewer_app_info_extension;
       
    72     }
       
    73 
       
    74 // ---------------------------------------------------------
       
    75 //   
       
    76 //    r_notviewer_app_info_extension
       
    77 //    Application resource info extension
       
    78 //
       
    79 // ---------------------------------------------------------
       
    80 //
       
    81 RESOURCE EIK_APP_INFO_EXT r_notviewer_app_info_extension
       
    82     {
       
    83     popup_toolbar = r_notviewer_app_toolbar;
       
    84     }
       
    85     
       
    86     
       
    87 //----------------------------------------------------
       
    88 //   
       
    89 //    r_notviewer_app_toolbar - CAknToolbar
       
    90 //    Application toolbar
       
    91 //
       
    92 //----------------------------------------------------
       
    93 //
       
    94 // Needed by skinning. In toolbar resource definition skin support and bitmap methods are used, in case skin
       
    95 // does not support toolbar icons
       
    96 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_notviewer_reply_button_state_extension 
       
    97     { 
       
    98     bmbSkinIdMajor= EAknsMajorGeneric; 
       
    99     bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbMsgReply; 
       
   100     } 
       
   101 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_notviewer_retrieve_button_state_extension 
       
   102     { 
       
   103     bmbSkinIdMajor= EAknsMajorGeneric; 
       
   104     bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbRetrieveMms; 
       
   105     } 
       
   106 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_notviewer_forward_button_state_extension 
       
   107     { 
       
   108     bmbSkinIdMajor= EAknsMajorGeneric; 
       
   109     bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbMsgForward; 
       
   110     } 
       
   111 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_notviewer_send_button_state_extension 
       
   112     { 
       
   113     bmbSkinIdMajor= EAknsMajorGeneric; 
       
   114     bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbMsgSend; 
       
   115     }     
       
   116 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_notviewer_add_recipient_button_state_extension 
       
   117     { 
       
   118     bmbSkinIdMajor= EAknsMajorGeneric; 
       
   119     bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbAddRecipient; 
       
   120     } 
       
   121 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_notviewer_delete_button_state_extension 
       
   122     { 
       
   123     bmbSkinIdMajor= EAknsMajorGeneric; 
       
   124     bmbSkinIdMinor= EAknsMinorGenericQgnIndiMgTbDelete; 
       
   125     } 
       
   126     
       
   127 RESOURCE AVKON_TOOLBAR r_notviewer_app_toolbar
       
   128     {
       
   129     flags = KAknToolbarFixed; 
       
   130     items =
       
   131         {
       
   132         // In Viewer:
       
   133         TBAR_CTRL
       
   134             {
       
   135             type = EAknCtButton;
       
   136             id = ENotViewerToolbarReply;
       
   137             control = AVKON_BUTTON
       
   138                 {
       
   139                 flags = KAknButtonSizeFitText; 
       
   140                 states =
       
   141                     {
       
   142                     AVKON_BUTTON_STATE
       
   143                         {
       
   144                         helptxt = qtn_mms_notif_tb_tooltip_reply;
       
   145                         bmpfile = BITMAP_DIR"\\muiu.mif";
       
   146                         bmpid = EMbmMuiuQgn_indi_tb_msg_reply;
       
   147                         bmpmask = EMbmMuiuQgn_indi_tb_msg_reply_mask;
       
   148                         extension = r_notviewer_reply_button_state_extension; 
       
   149                         }  
       
   150                     };            
       
   151                 };
       
   152             },
       
   153         // In Viewer:
       
   154         TBAR_CTRL
       
   155             {
       
   156             type = EAknCtButton;
       
   157             id = ENotViewerToolbarRetrieve;
       
   158             control = AVKON_BUTTON
       
   159                 {
       
   160                 flags = KAknButtonSizeFitText; 
       
   161                 states =
       
   162                     {
       
   163                     AVKON_BUTTON_STATE
       
   164                         {
       
   165                         helptxt = qtn_mms_notif_tb_tooltip_retrieve;
       
   166                         bmpfile = BITMAP_DIR"\\mmsui.mif";
       
   167                         bmpid = EMbmMmsuiQgn_indi_tb_retrieve_mms;
       
   168                         bmpmask = EMbmMmsuiQgn_indi_tb_retrieve_mms_mask;
       
   169                         extension = r_notviewer_retrieve_button_state_extension; 
       
   170                         }  
       
   171                     };            
       
   172                 };
       
   173             },
       
   174         // In Forward Request:
       
   175         TBAR_CTRL
       
   176             {
       
   177             type = EAknCtButton;
       
   178             id = ENotViewerToolbarSend;
       
   179             control = AVKON_BUTTON
       
   180                 {
       
   181                 flags = KAknButtonSizeFitText; 
       
   182                 states =
       
   183                     {
       
   184                     AVKON_BUTTON_STATE
       
   185                         {
       
   186                         helptxt = qtn_mms_notif_fwd_tb_tooltip_send;
       
   187                         bmpfile = BITMAP_DIR"\\muiu.mif";
       
   188                         bmpid = EMbmMuiuQgn_indi_tb_msg_send;
       
   189                         bmpmask = EMbmMuiuQgn_indi_tb_msg_send_mask;
       
   190                         extension = r_notviewer_send_button_state_extension; 
       
   191                         }  
       
   192                     };            
       
   193                 };
       
   194             },
       
   195         // In Forward Request:
       
   196         TBAR_CTRL
       
   197             {
       
   198             type = EAknCtButton;
       
   199             id = ENotViewerToolbarAdd;
       
   200             control = AVKON_BUTTON
       
   201                 {
       
   202                 flags = KAknButtonSizeFitText; 
       
   203                 states =
       
   204                     {
       
   205                     AVKON_BUTTON_STATE
       
   206                         {
       
   207                         helptxt = qtn_mms_notif_fwd_tb_tooltip_add_recipient;
       
   208                         bmpfile = BITMAP_DIR"\\muiu.mif";
       
   209                         bmpid = EMbmMuiuQgn_indi_tb_add_recipient;
       
   210                         bmpmask = EMbmMuiuQgn_indi_tb_add_recipient_mask;
       
   211                         extension = r_notviewer_add_recipient_button_state_extension; 
       
   212                         }  
       
   213                     };            
       
   214                 };
       
   215             },
       
   216         // In Both
       
   217         TBAR_CTRL
       
   218             {
       
   219             type = EAknCtButton;
       
   220             id = ENotViewerToolbarDelete;
       
   221             control = AVKON_BUTTON
       
   222                 {
       
   223                 flags = KAknButtonSizeFitText; 
       
   224                 states =
       
   225                     {
       
   226                     AVKON_BUTTON_STATE
       
   227                         {
       
   228                         helptxt = qtn_mms_notif_tb_tooltip_delete;
       
   229                         bmpfile = BITMAP_DIR"\\muiu.mif";
       
   230                         bmpid = EMbmMuiuQgn_indi_mg_tb_delete;
       
   231                         bmpmask = EMbmMuiuQgn_indi_mg_tb_delete_mask;
       
   232                         extension = r_notviewer_delete_button_state_extension; 
       
   233                         }  
       
   234                     };            
       
   235                 };
       
   236             }
       
   237         };
       
   238     }
       
   239 
       
   240     
       
   241 //  RESOURCE DEFINITIONS 
       
   242 // ---------------------------------------------------------
       
   243 //   
       
   244 //    r_notviewer_softkeys_options_back__contextoptions
       
   245 //    Command buttons in viewer mode
       
   246 //
       
   247 // ---------------------------------------------------------
       
   248 //
       
   249 RESOURCE CBA r_notviewer_softkeys_options_back__contextoptions
       
   250     {
       
   251     buttons =
       
   252         {
       
   253         CBA_BUTTON {id=EAknSoftkeyOptions; txt = text_softkey_option;},
       
   254         CBA_BUTTON {id=EAknSoftkeyBack; txt = text_softkey_back; },
       
   255         CBA_BUTTON {id=EAknSoftkeyContextOptions; txt = text_softkey_option;}
       
   256         };
       
   257     }
       
   258 //  RESOURCE DEFINITIONS 
       
   259 // ---------------------------------------------------------
       
   260 //   
       
   261 //    r_notviewer_softkeys_forward_options_cancel__contextoptions
       
   262 //    Command buttons in forward mode
       
   263 //
       
   264 // ---------------------------------------------------------
       
   265 //
       
   266 RESOURCE CBA r_notviewer_softkeys_forward_options_cancel__contextoptions
       
   267     {
       
   268     buttons =
       
   269         {
       
   270         CBA_BUTTON {id=EAknSoftkeyOptions; txt = text_softkey_option;},
       
   271         CBA_BUTTON {id=EAknSoftkeyCancel; txt = text_softkey_cancel; },
       
   272         CBA_BUTTON {id=EAknSoftkeyContextOptions; txt = text_softkey_option;}
       
   273         };
       
   274     }
       
   275 
       
   276 
       
   277 //  RESOURCE DEFINITIONS 
       
   278 // ---------------------------------------------------------
       
   279 //   
       
   280 //    r_notviewer_localisable_app_info
       
   281 //    Application resource info
       
   282 //
       
   283 // ---------------------------------------------------------
       
   284 //
       
   285 RESOURCE LOCALISABLE_APP_INFO r_notviewer_localisable_app_info
       
   286     {
       
   287     short_caption = "NOT";
       
   288     caption_and_icon = 
       
   289     CAPTION_AND_ICON_INFO
       
   290         {
       
   291         caption = "NOT";
       
   292 #ifdef __SCALABLE_ICONS
       
   293         number_of_icons = 1;
       
   294 		icon_file = APP_BITMAP_DIR"\\notviewer_aif.mif";
       
   295 #else
       
   296         number_of_icons = 1;
       
   297 		icon_file = APP_BITMAP_DIR"\\notviewer_aif.mbm";
       
   298 #endif
       
   299         };
       
   300     }
       
   301 
       
   302 //  RESOURCE DEFINITIONS 
       
   303 // ---------------------------------------------------------
       
   304 //   
       
   305 //    r_mmsviewer_status_pane - statuspane
       
   306 //    Status pane for MMS Viewer
       
   307 //
       
   308 // ---------------------------------------------------------
       
   309 //
       
   310 RESOURCE STATUS_PANE_APP_MODEL r_notviewer_status_pane
       
   311 {
       
   312     layout = R_AVKON_STATUS_PANE_LAYOUT_USUAL;
       
   313     panes=
       
   314         {
       
   315         SPANE_PANE
       
   316             {
       
   317             id = EEikStatusPaneUidTitle;
       
   318             type = EAknCtTitlePane;
       
   319             resource = r_notviewer_app_name;
       
   320             }
       
   321         };
       
   322 }
       
   323 
       
   324 //  RESOURCE DEFINITIONS 
       
   325 // ---------------------------------------------------------
       
   326 //   
       
   327 //    r_notviewer_app_name - titlepane
       
   328 //    Title pane for Not Viewer
       
   329 //
       
   330 // ---------------------------------------------------------
       
   331 //
       
   332 RESOURCE TITLE_PANE r_notviewer_app_name
       
   333     {
       
   334     txt = qtn_mms_title_notification;
       
   335     }
       
   336 
       
   337 //  RESOURCE DEFINITIONS 
       
   338 // ---------------------------------------------------------
       
   339 //   
       
   340 //    r_notviewer_menu - menubar
       
   341 //    Options mainmenu titles
       
   342 //
       
   343 // ---------------------------------------------------------
       
   344 //
       
   345 RESOURCE MENU_BAR r_notviewer_menu
       
   346     {
       
   347     titles =
       
   348         {
       
   349         MENU_TITLE { menu_pane = r_notviewer_optionsmenu; }
       
   350         };
       
   351     }
       
   352 
       
   353 // ---------------------------------------------------------
       
   354 //   
       
   355 //    r_notviewer_selectionmenu
       
   356 //    This menubar is shown when selection key is pressed. 
       
   357 //
       
   358 // ---------------------------------------------------------
       
   359 //
       
   360 RESOURCE MENU_BAR r_notviewer_selectionmenubar
       
   361     {
       
   362     titles =
       
   363         {
       
   364         MENU_TITLE { menu_pane = r_notviewer_selectionmenu; }
       
   365         };
       
   366     }
       
   367 
       
   368 
       
   369 //  RESOURCE DEFINITIONS 
       
   370 // ---------------------------------------------------------
       
   371 //   
       
   372 //    r_notviewer_optionsmenu - menupane
       
   373 //    Options mainmenu items
       
   374 //
       
   375 // ---------------------------------------------------------
       
   376 //
       
   377 RESOURCE MENU_PANE r_notviewer_optionsmenu
       
   378     {
       
   379     items =
       
   380         {
       
   381 		MENU_ITEM { command = ENotViewerRetrieve;		txt = qtn_mms_om_retrieve_msg; },
       
   382 		MENU_ITEM { command = ENotViewerReplyMenu;		txt = qtn_mms_om_reply;
       
   383 							cascade = r_notviewer_reply_submenu; },
       
   384 		MENU_ITEM { command = ENotViewerForward;		txt = qtn_mms_notif_fwd_msg; },
       
   385 		MENU_ITEM { command = ENotViewerSend;			txt = qtn_msg_om_send; },
       
   386 		MENU_ITEM { command = ENotViewerAddRecipient;	txt = qtn_msg_om_add_recipient; },
       
   387 		MENU_ITEM { command = ENotViewerCheckNames;		txt = qtn_msg_check_names; },
       
   388 		MENU_ITEM { command = ENotViewerDelete;			txt = qtn_msg_om_delete; },
       
   389         MENU_ITEM { command = EFindItemMenuPlaceHolder; txt = ""; },
       
   390 		MENU_ITEM { command = ENotViewerMessageDetails; txt = qtn_msg_om_message_info; },
       
   391         MENU_ITEM { command = ENotViewerSubmenuZoomCommands;  txt = qtn_options_text_size;
       
   392                             cascade = r_notviewer_zoom_submenu;
       
   393                     },
       
   394 		MENU_ITEM { command = EAknCmdHelp;				txt = qtn_options_help; },
       
   395 		MENU_ITEM { command = EAknCmdExit;				txt = qtn_mms_om_exit; }
       
   396         };
       
   397     }
       
   398 
       
   399 // ---------------------------------------------------------
       
   400 //   
       
   401 //    r_notviewer_selectmenu - menupane
       
   402 //    Selection key menu items
       
   403 //
       
   404 // ---------------------------------------------------------
       
   405 //
       
   406 RESOURCE MENU_PANE r_notviewer_selectionmenu
       
   407     {
       
   408     items =
       
   409         {
       
   410 		MENU_ITEM { command = ENotViewerRetrieve;		txt = qtn_mms_om_retrieve_msg; },
       
   411 		MENU_ITEM { command = ENotViewerReplyMenu;		txt = qtn_mms_om_reply;
       
   412 							cascade = r_notviewer_reply_submenu; },
       
   413 		MENU_ITEM { command = ENotViewerSend;			txt = qtn_msg_om_send; },
       
   414 		MENU_ITEM { command = ENotViewerAddRecipient;	txt = qtn_msg_om_add_recipient; },
       
   415         MENU_ITEM { command = EFindItemContextMenuPlaceHolder;  txt = ""; }
       
   416         };
       
   417     }
       
   418 
       
   419 //  RESOURCE DEFINITIONS 
       
   420 // ---------------------------------------------------------
       
   421 //   
       
   422 //    r_mmsviewer_reply_submenu - menupane
       
   423 //    Options mainmenu's submenu containing reply functions
       
   424 //
       
   425 // ---------------------------------------------------------
       
   426 //
       
   427 RESOURCE MENU_PANE r_notviewer_reply_submenu
       
   428     {
       
   429     items=
       
   430         {
       
   431         MENU_ITEM { command = ENotViewerReplyViaMessage;    txt = qtn_mms_sm_via_message; },
       
   432         MENU_ITEM { command = ENotViewerReplyViaAudio;      txt = qtn_msg_reply_via_audio_message; },
       
   433 		MENU_ITEM { command = ENotViewerReplyViaMail;       txt = qtn_mms_sm_via_mail; }
       
   434         };
       
   435     }
       
   436 
       
   437 //  RESOURCE DEFINITIONS 
       
   438 //----------------------------------------------------
       
   439 //
       
   440 //    r_notviewer_zoom_submenu
       
   441 //
       
   442 //----------------------------------------------------
       
   443 //
       
   444 RESOURCE MENU_PANE r_notviewer_zoom_submenu
       
   445     {
       
   446     items=
       
   447         {
       
   448         
       
   449         MENU_ITEM   { 
       
   450                     command = EMsgDispSizeAutomatic; 
       
   451                     txt = qtn_options_auto;
       
   452                     flags = EEikMenuItemRadioStart;
       
   453                     }
       
   454         ,
       
   455         MENU_ITEM   { 
       
   456                     command = EMsgDispSizeLarge; 
       
   457                     txt = qtn_options_large;
       
   458                     flags = EEikMenuItemRadioMiddle;
       
   459                     }
       
   460         ,
       
   461         MENU_ITEM   { 
       
   462                     command = EMsgDispSizeNormal; 
       
   463                     txt = qtn_options_normal;
       
   464                     flags = EEikMenuItemRadioMiddle;
       
   465                     }
       
   466         ,
       
   467         MENU_ITEM   { 
       
   468                     command = EMsgDispSizeSmall;
       
   469                     txt = qtn_options_small;
       
   470                     flags = EEikMenuItemRadioEnd;
       
   471                     }
       
   472         }; 
       
   473     }
       
   474 
       
   475 
       
   476 
       
   477 
       
   478 //  RICH TEXT LABELS 
       
   479 //----------------------------------------------------
       
   480 //   
       
   481 //    r_notviewer_label_subject
       
   482 //
       
   483 //----------------------------------------------------
       
   484 //
       
   485 RESOURCE TBUF r_notviewer_label_subject { buf = qtn_msg_nf_subject ; }
       
   486 
       
   487 //----------------------------------------------------
       
   488 //   
       
   489 //    r_notviewer_label_text
       
   490 //
       
   491 //----------------------------------------------------
       
   492 //
       
   493 RESOURCE TBUF r_notviewer_label_text { buf = qtn_mms_extended_notif_text ; }
       
   494 
       
   495 //----------------------------------------------------
       
   496 //   
       
   497 //    r_notviewer_label_expires
       
   498 //
       
   499 //----------------------------------------------------
       
   500 //
       
   501 RESOURCE TBUF r_notviewer_label_expires { buf = qtn_mms_expires ; }
       
   502 
       
   503 //----------------------------------------------------
       
   504 //   
       
   505 //    r_notviewer_label_size
       
   506 //
       
   507 //----------------------------------------------------
       
   508 //
       
   509 RESOURCE TBUF r_notviewer_label_size { buf = qtn_mms_estimated_size ; }
       
   510 
       
   511 //----------------------------------------------------
       
   512 //   
       
   513 //    r_notviewer_label_class
       
   514 //
       
   515 //----------------------------------------------------
       
   516 //
       
   517 RESOURCE TBUF r_notviewer_label_class { buf = qtn_mms_class ; }
       
   518 
       
   519 //----------------------------------------------------
       
   520 //   
       
   521 //    r_notviewer_label_priority
       
   522 //
       
   523 //----------------------------------------------------
       
   524 //
       
   525 RESOURCE TBUF r_notviewer_label_priority { buf = qtn_mms_priority ; }
       
   526 
       
   527 
       
   528 
       
   529 //----------------------------------------------------
       
   530 //   
       
   531 //    r_notviewer_value_expires
       
   532 //
       
   533 //----------------------------------------------------
       
   534 //
       
   535 RESOURCE TBUF r_notviewer_value_expires { buf = qtn_mms_expiry_time_date ; }
       
   536 
       
   537 
       
   538 
       
   539 // CLASS VALUES
       
   540 
       
   541 //----------------------------------------------------
       
   542 //   
       
   543 //    r_notviewer_value_class_personal
       
   544 //
       
   545 //----------------------------------------------------
       
   546 //
       
   547 RESOURCE TBUF r_notviewer_value_class_personal { buf = qtn_mms_msg_type_personal ; }
       
   548 
       
   549 //----------------------------------------------------
       
   550 //   
       
   551 //    r_notviewer_value_class_informative
       
   552 //
       
   553 //----------------------------------------------------
       
   554 //
       
   555 RESOURCE TBUF r_notviewer_value_class_informative { buf = qtn_mms_msg_type_informative ; }
       
   556 
       
   557 //----------------------------------------------------
       
   558 //   
       
   559 //    r_notviewer_value_class_advertisement
       
   560 //
       
   561 //----------------------------------------------------
       
   562 //
       
   563 RESOURCE TBUF r_notviewer_value_class_advertisement { buf = qtn_mms_msg_type_advertisement ; }
       
   564 
       
   565 
       
   566 
       
   567 // PRIORITY VALUES
       
   568 
       
   569 //----------------------------------------------------
       
   570 //   
       
   571 //    r_notviewer_value_priority_low
       
   572 //
       
   573 //----------------------------------------------------
       
   574 //
       
   575 RESOURCE TBUF r_notviewer_value_priority_low { buf = qtn_mms_priority_low ; }
       
   576 
       
   577 //----------------------------------------------------
       
   578 //   
       
   579 //    r_notviewer_value_priority_normal
       
   580 //
       
   581 //----------------------------------------------------
       
   582 //
       
   583 RESOURCE TBUF r_notviewer_value_priority_normal { buf = qtn_mms_priority_normal ; }
       
   584 
       
   585 //----------------------------------------------------
       
   586 //   
       
   587 //    r_notviewer_value_priority_high
       
   588 //
       
   589 //----------------------------------------------------
       
   590 //
       
   591 RESOURCE TBUF r_notviewer_value_priority_high { buf = qtn_mms_priority_high ; }
       
   592 
       
   593 
       
   594 
       
   595 // MESSAGE STATUS VALUES
       
   596 
       
   597 //----------------------------------------------------
       
   598 //   
       
   599 //    r_notviewer_info_failed
       
   600 //
       
   601 //----------------------------------------------------
       
   602 //
       
   603 RESOURCE TBUF r_notviewer_info_failed { buf = qtn_mms_notif_retrieval_failed ; }
       
   604 
       
   605 //----------------------------------------------------
       
   606 //   
       
   607 //    r_notviewer_info_expired
       
   608 //
       
   609 //----------------------------------------------------
       
   610 //
       
   611 RESOURCE TBUF r_notviewer_info_expired { buf = qtn_mms_notif_msg_expired ; }
       
   612 //----------------------------------------------------
       
   613 //   
       
   614 //    r_notviewer_info_forwarding
       
   615 //
       
   616 //----------------------------------------------------
       
   617 //
       
   618 RESOURCE TBUF r_notviewer_info_forwarding { buf = qtn_mms_notif_msg_forwarding ; }
       
   619 //----------------------------------------------------
       
   620 //   
       
   621 //    r_notviewer_info_forwarded
       
   622 //
       
   623 //----------------------------------------------------
       
   624 //
       
   625 RESOURCE TBUF r_notviewer_info_forwarded { buf = qtn_mms_notif_msg_forwarded ; }
       
   626 //----------------------------------------------------
       
   627 //   
       
   628 //    r_notviewer_info_waiting
       
   629 //
       
   630 //----------------------------------------------------
       
   631 //
       
   632 RESOURCE TBUF r_notviewer_info_waiting { buf = qtn_mms_notif_msg_waiting ; }
       
   633 //----------------------------------------------------
       
   634 //   
       
   635 //    r_notviewer_info_automatically
       
   636 //
       
   637 //----------------------------------------------------
       
   638 //
       
   639 //TODO: R: Not found S: in mmsui loc. Needs SCB LOC CR before this can be removed
       
   640 //RESOURCE TBUF r_notviewer_info_automatically { buf = qtn_mms_notif_auto_retrieval ; }
       
   641 
       
   642 
       
   643 //----------------------------------------------------
       
   644 //   
       
   645 //    r_notviewer_title_fwd_rqst
       
   646 //
       
   647 //----------------------------------------------------
       
   648 //
       
   649 RESOURCE TBUF r_notviewer_title_fwd_rqst { buf = qtn_mms_title_fwd_rqst ; }
       
   650 
       
   651 //----------------------------------------------------
       
   652 //   
       
   653 //    r_notviewer_retrieving_message
       
   654 //
       
   655 //----------------------------------------------------
       
   656 //
       
   657 RESOURCE TBUF r_notviewer_retrieving_message { buf = qtn_mms_wait_retrieving ; }
       
   658 
       
   659 
       
   660 //  RESOURCE DEFINITIONS 
       
   661 // ---------------------------------------------------------
       
   662 //   
       
   663 //    r_notviewer_from - msgeditoraddresscontrol
       
   664 //    Address control for received messages
       
   665 //
       
   666 // ---------------------------------------------------------
       
   667 //
       
   668 RESOURCE MSG_EDITOR_ADDRESS_CONTROL r_notviewer_from
       
   669     {
       
   670     prompt = qtn_msg_nf_from;
       
   671     id = EMsgComponentIdFrom;
       
   672     distance = 0;
       
   673     }
       
   674 
       
   675 //  RESOURCE DEFINITIONS 
       
   676 // ---------------------------------------------------------
       
   677 //   
       
   678 //    r_notviewer_to - msgeditoraddresscontrol
       
   679 //    Address control for sent messages
       
   680 //
       
   681 // ---------------------------------------------------------
       
   682 //
       
   683 RESOURCE MSG_EDITOR_ADDRESS_CONTROL r_notviewer_to
       
   684     {
       
   685     prompt = qtn_msg_to;
       
   686     id = EMsgComponentIdTo;
       
   687     distance = 0;
       
   688     }
       
   689 
       
   690 
       
   691 //  RESOURCE DEFINITIONS 
       
   692 // ---------------------------------------------------------
       
   693 //   
       
   694 //    r_notviewer_confirmation_query - dialog
       
   695 //    Confirmation query template
       
   696 //
       
   697 // ---------------------------------------------------------
       
   698 //
       
   699 RESOURCE DIALOG r_notviewer_confirmation_query
       
   700     {
       
   701     flags = EGeneralQueryFlags;
       
   702     buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
       
   703     items=
       
   704         {
       
   705         DLG_LINE
       
   706             {
       
   707             type = EAknCtQuery;
       
   708             id = EGeneralQuery;
       
   709             control = AVKON_CONFIRMATION_QUERY
       
   710                 { 
       
   711                     layout = EConfirmationLayout;
       
   712                     label = "";
       
   713                 };
       
   714             }
       
   715         };
       
   716     }
       
   717 
       
   718 //  RESOURCE DEFINITIONS 
       
   719 // ---------------------------------------------------------
       
   720 //   
       
   721 //    r_notviewer_delete_from_query - dialog
       
   722 //    Confirmation query template
       
   723 //
       
   724 // ---------------------------------------------------------
       
   725 //
       
   726 RESOURCE AVKON_MULTISELECTION_LIST_QUERY r_notviewer_delete_from_query
       
   727     {
       
   728     flags = EGeneralQueryFlags;
       
   729     softkeys = R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT;
       
   730     items =
       
   731         {
       
   732         AVKON_MULTISELECTION_LIST_QUERY_DLG_LINE 
       
   733             {
       
   734             control = AVKON_LIST_QUERY_CONTROL
       
   735                 {
       
   736                 listtype = EAknCtSinglePopupMenuListBox;
       
   737                 listbox = AVKON_LIST_QUERY_LIST
       
   738                     {
       
   739                     array_id = 0;
       
   740                     };
       
   741                 heading = qtn_mms_qry_title_del_from;
       
   742                 };
       
   743             }
       
   744         };
       
   745     }
       
   746 
       
   747 
       
   748 //----------------------------------------------------
       
   749 //   
       
   750 //    r_notviewer_quest_delete_message
       
   751 //
       
   752 //----------------------------------------------------
       
   753 //
       
   754 RESOURCE TBUF r_notviewer_quest_delete_message
       
   755     {
       
   756     buf = qtn_mms_quest_delete_msg;
       
   757     }
       
   758 
       
   759 //----------------------------------------------------
       
   760 //   
       
   761 //    r_notviewer_quest_message_expired
       
   762 //
       
   763 //----------------------------------------------------
       
   764 //
       
   765 
       
   766 RESOURCE TBUF r_notviewer_quest_msg_expired
       
   767 	{
       
   768 	buf = qtn_mms_quest_msg_expired; 
       
   769 	}
       
   770 
       
   771 //----------------------------------------------------
       
   772 //   
       
   773 //    r_notviewer_quest_forward_notif
       
   774 //
       
   775 //----------------------------------------------------
       
   776 //
       
   777 
       
   778 RESOURCE TBUF r_notviewer_quest_forward_notif
       
   779 	{
       
   780 	buf = qtn_mms_conf_forward_request; 
       
   781 	}
       
   782 
       
   783 //----------------------------------------------------
       
   784 //   
       
   785 //    r_notviewer_quest_offline_not_possible
       
   786 //
       
   787 //----------------------------------------------------
       
   788 //
       
   789 RESOURCE TBUF r_notviewer_offline_not_possible           
       
   790     { 
       
   791     buf = qtn_offline_not_possible; 
       
   792     }
       
   793 
       
   794 //----------------------------------------------------
       
   795 //   
       
   796 //    r_notviewer_saved_outbox
       
   797 //
       
   798 //----------------------------------------------------
       
   799 //
       
   800 RESOURCE TBUF r_notviewer_saved_outbox
       
   801     {
       
   802     // From Messaging.loc
       
   803     buf = qtn_wait_offline_outbox;
       
   804     }
       
   805 
       
   806 //----------------------------------------------------
       
   807 //   
       
   808 //    r_notviewer_delete_query_remoteonly
       
   809 //
       
   810 //----------------------------------------------------
       
   811 //
       
   812 RESOURCE TBUF r_notviewer_delete_query_remoteonly   
       
   813 	{
       
   814 	buf = qtn_mms_qry_del_only_remote;
       
   815 	}
       
   816 
       
   817 //----------------------------------------------------
       
   818 //   
       
   819 //    r_notviewer_delete_query_bothlocalandremote
       
   820 //
       
   821 //----------------------------------------------------
       
   822 //
       
   823 RESOURCE TBUF r_notviewer_delete_query_bothlocalandremote 
       
   824 	{ 
       
   825 	buf = qtn_mms_qry_del_from_both;
       
   826 	}
       
   827 
       
   828 //----------------------------------------------------
       
   829 //   
       
   830 //    r_notviewer_wait_deleting_remote
       
   831 //
       
   832 //----------------------------------------------------
       
   833 //
       
   834 RESOURCE TBUF r_notviewer_wait_deleting_remote
       
   835 	{ 
       
   836 	buf = qtn_mms_wait_deleting_remote;
       
   837 	}
       
   838 
       
   839 
       
   840 //----------------------------------------------------
       
   841 //   
       
   842 //    r_notviewer_remote_deleted
       
   843 //
       
   844 //----------------------------------------------------
       
   845 //
       
   846 RESOURCE TBUF r_notviewer_remote_deleted
       
   847 {
       
   848 	buf = qtn_mms_info_remote_del;
       
   849 }
       
   850 
       
   851 //----------------------------------------------------
       
   852 //   
       
   853 //    r_notviewer_remote_delete_failed
       
   854 //
       
   855 //----------------------------------------------------
       
   856 //
       
   857 RESOURCE TBUF r_notviewer_remote_delete_failed
       
   858 {
       
   859 	buf = qtn_mms_info_remote_del_failed;
       
   860 }
       
   861 
       
   862 //----------------------------------------------------
       
   863 //   
       
   864 //    r_notviewer_ordinal_number - tbuf
       
   865 //    Ordinal number of current message in navipane
       
   866 //    (in 16 characters theres space for 9999999 messages plus
       
   867 //    two characters for the separator e.g. 1000000/9999999)
       
   868 //
       
   869 //----------------------------------------------------
       
   870 //
       
   871 #ifndef RD_MSG_NAVIPANE_IMPROVEMENT
       
   872 RESOURCE TBUF r_notviewer_ordinal_number  { buf = qtn_stat_msg_number ; }
       
   873 #endif
       
   874 // End of File