messagingappbase/mce/group/mce.rss
changeset 0 72b543305e3a
child 2 0bf1d54f37d9
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     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:  
       
    15 *     This file contains all the resources for the module Mce.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 //  RESOURCE IDENTIFIER
       
    22 NAME MCE
       
    23 
       
    24 //  INCLUDES
       
    25 #include <data_caging_paths_strings.hrh>
       
    26 #include <eikon.rh>
       
    27 #include <avkon.rh>
       
    28 #include <avkon.loc>
       
    29 #include <eikon.rsg>
       
    30 #include <avkon.rsg>
       
    31 #include <avkon.mbg>
       
    32 #include <muiusettingsarray.hrh>
       
    33 #include <muiusettingsarray.rh>
       
    34 
       
    35 #include "MceCommands.hrh"
       
    36 #include <mce.loc>
       
    37 #include <mcesettings.loc>
       
    38 #include <muiu.mbg>
       
    39 
       
    40 #include <bldvariant.hrh>
       
    41 
       
    42 #include <appinfo.rh>
       
    43 #include <messaging.loc>
       
    44 
       
    45 #include <AiwCommon.rh>
       
    46 
       
    47 #include <aknsconstants.hrh>
       
    48 #include <eikon.hrh>
       
    49 
       
    50 //  CONSTANTS
       
    51 
       
    52 //  MACROS
       
    53 
       
    54 //  RESOURCE DEFINITIONS
       
    55 //----------------------------------------------------
       
    56 //
       
    57 //    RSS_SIGNATURE
       
    58 //
       
    59 //
       
    60 //----------------------------------------------------
       
    61 //
       
    62 RESOURCE RSS_SIGNATURE
       
    63 {
       
    64 }
       
    65 
       
    66 //----------------------------------------------------
       
    67 //
       
    68 //    TBUF
       
    69 //
       
    70 //
       
    71 //----------------------------------------------------
       
    72 //
       
    73 RESOURCE TBUF
       
    74     {
       
    75     buf="mce";
       
    76     }
       
    77 
       
    78 //----------------------------------------------------
       
    79 //
       
    80 //    EIK_APP_INFO
       
    81 //
       
    82 //
       
    83 //----------------------------------------------------
       
    84 //
       
    85 RESOURCE EIK_APP_INFO
       
    86     {
       
    87     status_pane = r_mce_status_pane;
       
    88     }
       
    89 
       
    90 RESOURCE LOCALISABLE_APP_INFO r_mce_localisable_app_info
       
    91     {
       
    92     short_caption = qtn_apps_messaging_grid;
       
    93     caption_and_icon = 
       
    94     CAPTION_AND_ICON_INFO
       
    95         {
       
    96         caption = qtn_apps_messaging_list;
       
    97 #ifdef __SCALABLE_ICONS
       
    98 
       
    99         number_of_icons = 1;
       
   100         icon_file = APP_BITMAP_DIR"\\Mce_aif.mif";
       
   101 
       
   102 #else /* __SCALABLE_ICONS */
       
   103 
       
   104         number_of_icons = 2;
       
   105         icon_file = APP_BITMAP_DIR"\\Mce_aif.mbm";
       
   106 
       
   107 #endif /* __SCALABLE_ICONS */
       
   108         };
       
   109     }
       
   110 
       
   111 // Status pane resource
       
   112 RESOURCE STATUS_PANE_APP_MODEL r_mce_status_pane
       
   113     {
       
   114     layout = R_AVKON_STATUS_PANE_LAYOUT_USUAL;
       
   115     panes=
       
   116         {        
       
   117         SPANE_PANE
       
   118             {
       
   119             id = EEikStatusPaneUidTitle;
       
   120             type = EAknCtTitlePane;
       
   121             resource = r_mce_app_name;
       
   122             }
       
   123         };
       
   124 
       
   125     }
       
   126 
       
   127 
       
   128 //----------------------------------------------------
       
   129 //
       
   130 //    r_mce_app_name
       
   131 //
       
   132 //----------------------------------------------------
       
   133 //
       
   134 RESOURCE TITLE_PANE r_mce_app_name
       
   135     {
       
   136     txt = qtn_mce_title_messages;
       
   137     }
       
   138 
       
   139 
       
   140 //----------------------------------------------------
       
   141 //
       
   142 //    r_mce_main_view
       
   143 //
       
   144 //
       
   145 //----------------------------------------------------
       
   146 //
       
   147 RESOURCE AVKON_VIEW r_mce_main_view
       
   148     {
       
   149     menubar=r_mce_menubar;
       
   150     cba=r_mce_softkeys_options_exit_open;
       
   151     }
       
   152 
       
   153 
       
   154 //----------------------------------------------------
       
   155 //
       
   156 //    r_mce_menubar
       
   157 //
       
   158 //
       
   159 //----------------------------------------------------
       
   160 //
       
   161 RESOURCE MENU_BAR r_mce_menubar
       
   162     {
       
   163     titles=
       
   164         {
       
   165         MENU_TITLE
       
   166             {
       
   167             menu_pane=r_mce_main_view_menu;
       
   168             txt="";
       
   169             }
       
   170         };
       
   171     }
       
   172 
       
   173 //----------------------------------------------------
       
   174 //
       
   175 //    r_mce_main_view_menu
       
   176 //
       
   177 //
       
   178 //----------------------------------------------------
       
   179 //
       
   180 RESOURCE MENU_PANE r_mce_main_view_menu
       
   181     {
       
   182     items=
       
   183         {
       
   184         MENU_ITEM
       
   185             {
       
   186             command = EAknCmdOpen;
       
   187             txt = qtn_mce_open;
       
   188             flags = EEikMenuItemAction;
       
   189             },
       
   190         MENU_ITEM
       
   191             {
       
   192             command = EMceCmdNewMessage;
       
   193             txt = qtn_mce_write;
       
   194             cascade = r_mce_new_message_menu;
       
   195             },
       
   196 		MENU_ITEM
       
   197 			{
       
   198 			command = EMceCmdAiwPlaceholder;
       
   199 			txt = "";
       
   200 			cascade = AIW_CASCADE_ID;
       
   201 			},
       
   202         MENU_ITEM
       
   203             {
       
   204             command = EMceCmdConnect;
       
   205             txt = qtn_mce_connect;
       
   206             },
       
   207         MENU_ITEM
       
   208             {
       
   209             command = EMceCmdCloseConnection;
       
   210             txt = qtn_mce_rm_close;
       
   211             },
       
   212         MENU_ITEM
       
   213             {
       
   214             command = EMceCmdCBSApplication;
       
   215             txt = qtn_mce_cb;
       
   216             },
       
   217         MENU_ITEM
       
   218             {
       
   219             command = EMceCmdUSSDEditor;
       
   220             txt = qtn_mce_service_command_editor;
       
   221             },
       
   222         MENU_ITEM
       
   223             {
       
   224             command = EMceCmdZoomMenu;
       
   225             txt = qtn_options_text_size;
       
   226             cascade = r_mce_local_zoom_value;
       
   227             },
       
   228         MENU_ITEM
       
   229             {
       
   230             command = EMceCmdSettings;
       
   231             txt = qtn_mce_settings;
       
   232             },
       
   233 
       
   234 
       
   235         MENU_ITEM
       
   236             {
       
   237             command = EAknCmdHelp;
       
   238             txt = qtn_options_help;
       
   239             },
       
   240 
       
   241         MENU_ITEM
       
   242             {
       
   243             command = EMceCmdExit;
       
   244             txt = qtn_mce_exit;
       
   245             }
       
   246         };
       
   247     }
       
   248 
       
   249 //----------------------------------------------------
       
   250 //
       
   251 //    r_mce_new_message_menu
       
   252 //
       
   253 //
       
   254 
       
   255 //----------------------------------------------------
       
   256 //
       
   257 RESOURCE MENU_PANE r_mce_new_message_menu
       
   258     {
       
   259     items=
       
   260         {
       
   261         };
       
   262     }
       
   263     
       
   264     
       
   265 //----------------------------------------------------
       
   266 //
       
   267 //    r_mce_local_zoom_value
       
   268 //
       
   269 //
       
   270 //----------------------------------------------------
       
   271 //
       
   272 RESOURCE MENU_PANE r_mce_local_zoom_value
       
   273     {
       
   274     items=
       
   275         {
       
   276         MENU_ITEM
       
   277             {
       
   278             command = EMceCmdZoomValueAutomatic;
       
   279             txt = qtn_options_auto;
       
   280             flags = EEikMenuItemRadioStart;
       
   281             },
       
   282         MENU_ITEM
       
   283             {
       
   284             command = EMceCmdZoomValueLarge;
       
   285             txt = qtn_options_large;
       
   286             flags = EEikMenuItemRadioEnd;
       
   287             },
       
   288         MENU_ITEM
       
   289             {
       
   290             command = EMceCmdZoomValueMedium;
       
   291             txt = qtn_options_normal;
       
   292             },
       
   293         MENU_ITEM
       
   294             {
       
   295             command = EMceCmdZoomValueSmall;
       
   296             txt = qtn_options_small;
       
   297             }
       
   298         };
       
   299     }
       
   300     
       
   301 
       
   302 //----------------------------------------------------
       
   303 //
       
   304 //    r_mce_folder_view
       
   305 //
       
   306 //
       
   307 //----------------------------------------------------
       
   308 //
       
   309 RESOURCE AVKON_VIEW r_mce_folder_view
       
   310     {
       
   311     menubar=r_mce_folder_menubar;
       
   312     cba=r_mce_softkeys_options_back_options;
       
   313     }
       
   314 
       
   315 //----------------------------------------------------
       
   316 //
       
   317 //    r_mce_folder_menubar
       
   318 //
       
   319 //
       
   320 //----------------------------------------------------
       
   321 //
       
   322 RESOURCE MENU_BAR r_mce_folder_menubar
       
   323     {
       
   324     titles=
       
   325         {
       
   326         MENU_TITLE
       
   327             {
       
   328             txt="";
       
   329             menu_pane = r_mce_folder_menu;
       
   330             }
       
   331         };
       
   332     }
       
   333 
       
   334 
       
   335 
       
   336 //----------------------------------------------------
       
   337 //
       
   338 //    r_mce_folder_menu
       
   339 //
       
   340 //
       
   341 //----------------------------------------------------
       
   342 //
       
   343 RESOURCE MENU_PANE r_mce_folder_menu
       
   344     {
       
   345     items=
       
   346         {
       
   347         MENU_ITEM
       
   348             {
       
   349             command = EMceHCListCmdExpand;
       
   350             txt = qtn_options_expand;
       
   351             flags = EEikMenuItemAction;
       
   352             },
       
   353         MENU_ITEM
       
   354             {
       
   355             command = EMceHCListCmdCollapse1;
       
   356             txt = qtn_options_collapse;
       
   357             flags = EEikMenuItemAction;
       
   358             },
       
   359         MENU_ITEM
       
   360             {
       
   361             command = EAknCmdOpen;
       
   362             txt = qtn_mce_open;
       
   363             flags = EEikMenuItemAction;
       
   364             },
       
   365         MENU_ITEM
       
   366             {
       
   367             command = EMceCmdNewMessage;
       
   368             txt = qtn_mce_write;
       
   369             cascade=r_mce_new_message_menu;
       
   370             },
       
   371 		MENU_ITEM
       
   372 			{
       
   373 			command = EMceCmdAiwPlaceholder;
       
   374 			txt = "";
       
   375 			cascade = AIW_CASCADE_ID;
       
   376 			},
       
   377 		// NSS MessageReader Menu item
       
   378 		MENU_ITEM
       
   379 			{
       
   380 			command = EMceCmdAiwMessageReaderPlaceholder;
       
   381 			txt = "";
       
   382 			cascade = AIW_INTELLIGENT_CASCADE_ID;
       
   383 			flags = EEikMenuItemSpecific;
       
   384 			},
       
   385 		// NSS End of MessageReader menu item
       
   386 	MENU_ITEM
       
   387 		{
       
   388 		command = EMceCmdForward;
       
   389 		txt = qtn_mce_forward;
       
   390             flags = EEikMenuItemSpecific;
       
   391 		},
       
   392         MENU_ITEM
       
   393             {
       
   394             command = EMceCmdSendVia;
       
   395             txt = qtn_options_send_via;
       
   396             cascade=r_mce_sendvia_menu;
       
   397             },
       
   398         MENU_ITEM
       
   399             {
       
   400             command = EMceCmdConnect;
       
   401             txt = qtn_mce_connect;
       
   402             },
       
   403         MENU_ITEM
       
   404             {
       
   405             command = EMceCmdCloseConnection;
       
   406             txt = qtn_mce_rm_close;
       
   407             },
       
   408 
       
   409         MENU_ITEM
       
   410             {
       
   411             command = EMceCmdReply;
       
   412             txt = qtn_mce_reply;            
       
   413             flags = EEikMenuItemSpecific;
       
   414             },       
       
   415         MENU_ITEM
       
   416             {
       
   417             command = EMceHCListCmdCollapse2;
       
   418             txt = qtn_options_collapse;
       
   419             flags = EEikMenuItemAction;             
       
   420             },
       
   421 		MENU_ITEM
       
   422 			{
       
   423 			command = EMceCommandMMSContentUpload;
       
   424 			txt = qtn_options_send_via;
       
   425 			},
       
   426 
       
   427         MENU_ITEM
       
   428             {
       
   429             command = EMceCmdOutboxSuspend;
       
   430             txt = qtn_mce_suspend;
       
   431             flags = EEikMenuItemSpecific;
       
   432             },
       
   433         MENU_ITEM
       
   434             {
       
   435             command = EMceCmdFetch; 
       
   436             txt = qtn_mce_rm_fetch;
       
   437             cascade = r_mce_fetch_menu;
       
   438             },
       
   439         MENU_ITEM 
       
   440             {
       
   441             command = EMceCmdOutboxStart; 
       
   442             txt = qtn_mce_start;
       
   443             },
       
   444         MENU_ITEM 
       
   445             {
       
   446             command = EMceCmdDelete; 
       
   447             txt = qtn_mce_delete;
       
   448             flags = EEikMenuItemSpecific;
       
   449             },
       
   450         MENU_ITEM 
       
   451             {
       
   452             command = EMceCmdUndelete; 
       
   453             txt = qtn_mce_undelete;
       
   454             },
       
   455 // The original mark read/unread strings are used only for single email
       
   456         MENU_ITEM
       
   457             {
       
   458             command = EMceCmdMarkAsRead;
       
   459             txt = qtn_mce_rm_mark_read;            
       
   460             flags = EEikMenuItemSpecific;
       
   461             },
       
   462         MENU_ITEM
       
   463             {
       
   464             command = EMceCmdMarkAsUnread;
       
   465             txt = qtn_mce_rm_mark_unread;
       
   466             flags = EEikMenuItemSpecific;
       
   467             },
       
   468 // New mark read/unread strings
       
   469         MENU_ITEM
       
   470             {
       
   471             command = EMceCmdMarkAsReadMsg;
       
   472             txt = qtn_mce_rm_mark_read_message;            
       
   473             flags = EEikMenuItemSpecific;
       
   474             },
       
   475         MENU_ITEM
       
   476             {
       
   477             command = EMceCmdMarkAsUnreadMsg;
       
   478             txt = qtn_mce_rm_mark_unread_message;
       
   479             flags = EEikMenuItemSpecific;
       
   480             },
       
   481         MENU_ITEM
       
   482             {
       
   483             command = EMceCmdMarkAsReadMsgs;
       
   484             txt = qtn_mce_rm_mark_read_messages;            
       
   485             },
       
   486         MENU_ITEM
       
   487             {
       
   488             command = EMceCmdMarkAsUnreadMsgs;
       
   489             txt = qtn_mce_rm_mark_unread_messages;
       
   490             },
       
   491         MENU_ITEM
       
   492             {
       
   493             command = EMceCmdMarkAsReadEmails;
       
   494             txt = qtn_mce_rm_mark_read_emails;            
       
   495             },
       
   496         MENU_ITEM
       
   497             {
       
   498             command = EMceCmdMarkAsUnreadEmails;
       
   499             txt = qtn_mce_rm_mark_unread_emails;
       
   500             },  
       
   501 //New mark read/unread strings ---end
       
   502         MENU_ITEM
       
   503             {
       
   504             command = EMceCmdSort;
       
   505             txt = qtn_mce_rm_sort_messages;
       
   506             cascade=r_mce_sort_by_menu;
       
   507             },
       
   508 
       
   509         MENU_ITEM 
       
   510             {
       
   511             command = EMceCmdMove; 
       
   512             txt = qtn_mce_move;
       
   513             flags = EEikMenuItemSpecific;
       
   514             },
       
   515         MENU_ITEM 
       
   516             {
       
   517             command = EMceCmdOutboxMoveToDrafts; 
       
   518             txt = qtn_mce_move_to_drafts;
       
   519             flags = EEikMenuItemSpecific;
       
   520             },
       
   521         MENU_ITEM 
       
   522             {
       
   523             command = EMceCmdNewFolder;
       
   524             txt = qtn_mce_org_new_folder;
       
   525             },
       
   526         MENU_ITEM 
       
   527             {
       
   528             command = EMceCmdRenameFolder;
       
   529             txt = qtn_mce_org_rename_folder;
       
   530             flags = EEikMenuItemSpecific;
       
   531             },
       
   532         MENU_ITEM
       
   533             {
       
   534             command = EMceCmdCopy;
       
   535             txt = qtn_mce_copy;
       
   536             flags = EEikMenuItemSpecific;
       
   537             },
       
   538         MENU_ITEM
       
   539             {
       
   540             command = EMceCmdEditList;
       
   541             txt = qtn_mce_edit;
       
   542             cascade=r_mce_edit_menu;
       
   543             },
       
   544 
       
   545         MENU_ITEM
       
   546             {
       
   547             command = EMceCmdMailboxSettings;
       
   548             txt = qtn_mce_mail_settings;
       
   549             },
       
   550 
       
   551         MENU_ITEM
       
   552             {
       
   553             command = EAknCmdHelp;
       
   554             txt = qtn_options_help;
       
   555             },
       
   556 
       
   557         MENU_ITEM
       
   558             {
       
   559             command = EMceCmdExit;
       
   560             txt = qtn_mce_exit;
       
   561             }
       
   562         };
       
   563     }
       
   564 
       
   565 
       
   566 //----------------------------------------------------
       
   567 //
       
   568 //    r_mce_sort_by_menu
       
   569 //
       
   570 //
       
   571 //----------------------------------------------------
       
   572 //
       
   573 RESOURCE MENU_PANE r_mce_sort_by_menu
       
   574     {
       
   575     items=
       
   576         {
       
   577         MENU_ITEM
       
   578             {
       
   579             txt = qtn_mce_rm_sort_date;
       
   580             command = EMceCmdSortByDate;
       
   581             flags = EEikMenuItemRadioStart | EEikMenuItemSymbolOn;
       
   582             },        
       
   583         MENU_ITEM
       
   584             {
       
   585             txt = qtn_mce_rm_sort_recipient;
       
   586             command = EMceCmdSortByRecipient;
       
   587             },              
       
   588         MENU_ITEM
       
   589             {
       
   590             txt = qtn_mce_rm_sort_sender;
       
   591             command = EMceCmdSortBySender;
       
   592             },        
       
   593         MENU_ITEM
       
   594             {
       
   595             txt = qtn_mce_rm_sort_subject;
       
   596             command = EMceCmdSortBySubject;            
       
   597             },
       
   598         MENU_ITEM
       
   599             {
       
   600             txt = qtn_mce_rm_sort_type;
       
   601             command = EMceCmdSortByType;            
       
   602             flags = EEikMenuItemRadioEnd;
       
   603             }
       
   604         };
       
   605     }
       
   606 
       
   607 
       
   608 //----------------------------------------------------
       
   609 //
       
   610 //    r_mce_fetch_menu
       
   611 //
       
   612 //
       
   613 //----------------------------------------------------
       
   614 //
       
   615 RESOURCE MENU_PANE r_mce_fetch_menu
       
   616     {
       
   617     items=
       
   618         {
       
   619         MENU_ITEM
       
   620             {
       
   621             command = EMceCmdFetchNew;
       
   622             txt = qtn_mce_rm_fetch_new;
       
   623             },
       
   624         MENU_ITEM
       
   625             {
       
   626             command = EMceCmdFetchSelected;
       
   627             txt = qtn_mce_rm_fetch_selected;
       
   628             },
       
   629         MENU_ITEM
       
   630             {
       
   631             command = EMceCmdFetchAll;
       
   632             txt = qtn_mce_rm_fetch_all;
       
   633             }
       
   634         };
       
   635     }
       
   636 
       
   637 //----------------------------------------------------
       
   638 //
       
   639 //    r_mce_edit_menu
       
   640 //
       
   641 //
       
   642 //----------------------------------------------------
       
   643 //
       
   644 RESOURCE MENU_PANE r_mce_edit_menu
       
   645     {
       
   646     items=
       
   647         {
       
   648         MENU_ITEM
       
   649             {
       
   650             command = EAknCmdMark;
       
   651             txt = qtn_mce_mark;
       
   652             flags = EEikMenuItemSpecific;
       
   653             },
       
   654         MENU_ITEM
       
   655             {
       
   656             command = EAknCmdUnmark;
       
   657             txt = qtn_mce_unmark;
       
   658             flags = EEikMenuItemSpecific;
       
   659             },
       
   660 #ifdef RD_READ_MESSAGE_DELETION
       
   661         MENU_ITEM
       
   662             {
       
   663             command = EAknCmdMarkReadMsgs;
       
   664             txt = qtn_options_list_mark_read;
       
   665             },
       
   666 #endif //RD_READ_MESSAGE_DELETION
       
   667         MENU_ITEM
       
   668             {
       
   669             command = EAknMarkAll;
       
   670             txt = qtn_mce_mark_all;
       
   671             },
       
   672         MENU_ITEM
       
   673             {
       
   674             command = EAknUnmarkAll;
       
   675             txt = qtn_mce_unmark_all;
       
   676             }
       
   677         };
       
   678     }
       
   679 
       
   680 //----------------------------------------------------
       
   681 //
       
   682 //    r_mce_sendvia_menu
       
   683 //
       
   684 //
       
   685 //----------------------------------------------------
       
   686 //
       
   687 RESOURCE MENU_PANE r_mce_sendvia_menu
       
   688     {
       
   689     items=
       
   690         {
       
   691       
       
   692         MENU_ITEM
       
   693             {
       
   694             command = EMceCmdSendViaIr;
       
   695             txt = qtn_options_send_via_ir;
       
   696             },
       
   697 
       
   698         MENU_ITEM
       
   699             {
       
   700             command = EMceCmdSendViaBt;
       
   701             txt = qtn_options_send_via_bt;
       
   702             }
       
   703 
       
   704         };
       
   705     }
       
   706 
       
   707 
       
   708 //
       
   709 // "Upload" list query
       
   710 //
       
   711 RESOURCE AVKON_MULTISELECTION_LIST_QUERY r_mce_upload_list_query
       
   712     {
       
   713     flags = EGeneralQueryFlags;
       
   714     softkeys = R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT;
       
   715     items =
       
   716         {
       
   717         AVKON_MULTISELECTION_LIST_QUERY_DLG_LINE 
       
   718             {
       
   719             control = AVKON_LIST_QUERY_CONTROL
       
   720                 {
       
   721                 listtype = EAknCtSinglePopupMenuListBox;
       
   722                 listbox = AVKON_LIST_QUERY_LIST
       
   723                     {
       
   724                     array_id = 0;
       
   725                     };
       
   726                 heading = qtn_query_heading_send; // from "Messaging.loc"
       
   727                 };
       
   728             }
       
   729         };
       
   730     }
       
   731 
       
   732 
       
   733 //----------------------------------------------------
       
   734 //
       
   735 //    r_mce_create_folder
       
   736 //
       
   737 //
       
   738 //----------------------------------------------------
       
   739 //
       
   740 RESOURCE DIALOG r_mce_create_folder
       
   741     {
       
   742     flags = EGeneralQueryFlags;
       
   743     buttons=R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   744     items=
       
   745         {
       
   746         DLG_LINE
       
   747             {
       
   748             type=EAknCtQuery;
       
   749             id=EGeneralQuery;
       
   750             control= AVKON_DATA_QUERY
       
   751                 {
       
   752                 layout = EDataLayout;
       
   753                 label = qtn_fldr_name_prmpt;
       
   754                 control=EDWIN
       
   755                     {
       
   756                     flags=EEikEdwinAutoSelection;
       
   757                     maxlength=20;
       
   758                     width=6;
       
   759                     lines=1;
       
   760                     };
       
   761                 };
       
   762             }
       
   763         };
       
   764     }
       
   765 
       
   766 
       
   767 //----------------------------------------------------
       
   768 //
       
   769 //    r_mce_delete_confirmation
       
   770 //
       
   771 //
       
   772 //----------------------------------------------------
       
   773 //
       
   774 RESOURCE DIALOG r_mce_confirmation
       
   775     {
       
   776     flags = EGeneralQueryFlags;
       
   777     buttons=R_AVKON_SOFTKEYS_YES_NO__YES;
       
   778     items=
       
   779         {
       
   780         DLG_LINE
       
   781             {
       
   782             type=EAknCtQuery;
       
   783             id=EGeneralQuery;
       
   784             control = AVKON_CONFIRMATION_QUERY
       
   785                 {
       
   786                 layout = EConfirmationQueryLayout;
       
   787                 label = "";
       
   788                 };
       
   789             }
       
   790         };
       
   791     }
       
   792 
       
   793 //----------------------------------------------------
       
   794 //
       
   795 //    r_mce_go_online_confirmation
       
   796 //
       
   797 //
       
   798 //----------------------------------------------------
       
   799 //
       
   800 RESOURCE DIALOG r_mce_go_online_confirmation
       
   801     {
       
   802     flags = EGeneralQueryFlags;
       
   803 
       
   804     buttons=R_AVKON_SOFTKEYS_YES_NO__YES;
       
   805     items=
       
   806         {
       
   807         DLG_LINE
       
   808             {
       
   809             type=EAknCtQuery;
       
   810             id=EGeneralQuery;
       
   811             control = AVKON_CONFIRMATION_QUERY
       
   812                 {
       
   813                 layout = EConfirmationQueryLayout;
       
   814                 label = qtn_mce_conf_connect_to_server;
       
   815                 };
       
   816             }
       
   817         };
       
   818     }
       
   819 
       
   820 //----------------------------------------------------
       
   821 //
       
   822 //    r_mce_create_mbox_confirmation
       
   823 //
       
   824 //
       
   825 //----------------------------------------------------
       
   826 //
       
   827 RESOURCE DIALOG r_mce_create_mbox_confirmation
       
   828     {
       
   829     flags = EGeneralQueryFlags;
       
   830     buttons=R_AVKON_SOFTKEYS_YES_NO__YES;
       
   831     items=
       
   832         {
       
   833         DLG_LINE
       
   834             {
       
   835             type=EAknCtQuery;
       
   836             id=EGeneralQuery;
       
   837             control = AVKON_CONFIRMATION_QUERY
       
   838                 {
       
   839                 layout = EConfirmationQueryLayout;
       
   840                 label = qtn_mce_conf_no_mailboxes;
       
   841                 };
       
   842             }
       
   843         };
       
   844     }
       
   845 
       
   846 
       
   847 //----------------------------------------------------
       
   848 //
       
   849 //    r_list_query
       
   850 //
       
   851 //
       
   852 //----------------------------------------------------
       
   853 //
       
   854 RESOURCE DIALOG r_mce_list_query
       
   855     {
       
   856     flags=EGeneralQueryFlags;
       
   857     buttons=R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   858     items=
       
   859         {
       
   860         DLG_LINE
       
   861             {
       
   862             type = EAknCtListQueryControl;
       
   863             id = EListQueryControl;
       
   864             control = AVKON_LIST_QUERY_CONTROL
       
   865                 {
       
   866                 listtype = EAknCtSinglePopupMenuListBox;
       
   867                 listbox = LISTBOX
       
   868                     {
       
   869                     flags = EAknListBoxMenuList;
       
   870                     height = 3;
       
   871                     width = 3;
       
   872                     };
       
   873                 heading = qtn_mce_list_close; 
       
   874                 };
       
   875             }
       
   876         };
       
   877     }
       
   878 
       
   879 RESOURCE DIALOG r_mce_memc_note
       
   880     {
       
   881     flags = EGeneralQueryFlags;  
       
   882     buttons=R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
   883     items=
       
   884         {
       
   885         DLG_LINE
       
   886             {
       
   887             type=EAknCtQuery;
       
   888             id=EGeneralQuery;
       
   889             control = AVKON_CONFIRMATION_QUERY
       
   890                 {
       
   891                 layout = EConfirmationQueryLayout;  
       
   892 #ifdef RD_MULTIPLE_DRIVE
       
   893                 label = qtn_mce_memory_not_accessible;
       
   894 #else
       
   895                 label = qtn_memc_mce_note2;
       
   896 #endif //RD_MULTIPLE_DRIVE
       
   897                 bmpfile = avkon_bitmap_file;
       
   898                 bmpid = EMbmAvkonQgn_note_info;
       
   899                 bmpmask = EMbmAvkonQgn_note_info_mask;
       
   900                 animation = R_QGN_NOTE_INFO_ANIM;  
       
   901                 };
       
   902             }
       
   903         };
       
   904     }
       
   905 
       
   906 
       
   907 
       
   908 //----------------------------------------------------
       
   909 //
       
   910 //    r_inbox_name
       
   911 //
       
   912 //----------------------------------------------------
       
   913 //
       
   914 RESOURCE TBUF r_inbox_name
       
   915 // This is from imum, Not localisable
       
   916 // used to open Inbox immediately when opening imap4 mailbox
       
   917     {
       
   918     buf="Inbox";
       
   919     }
       
   920 
       
   921 
       
   922 #include "../inc/MceStrings.rss"
       
   923 #include "../group/MceDeliveryReportView.rss"
       
   924 
       
   925 
       
   926 RESOURCE CONTEXT_PANE r_mce_mmc_app_icon
       
   927     {
       
   928 	#ifndef __SCALABLE_ICONS
       
   929     bmpfile = "\\resource\\apps\\muiu.mbm";
       
   930 	#else
       
   931 	bmpfile = "\\resource\\apps\\muiu.mif";
       
   932 	#endif
       
   933 
       
   934 	#ifndef __SCALABLE_ICONS
       
   935     bmpid = EMbmMuiuQgn_menu_mce_mmc_cxt; 
       
   936     bmpmask = EMbmMuiuQgn_menu_mce_mmc_cxt_mask;
       
   937 	#else
       
   938 	bmpid = EMbmMuiuQgn_menu_mce_mmc;
       
   939     bmpmask = EMbmMuiuQgn_menu_mce_mmc_mask;
       
   940 	#endif
       
   941     }
       
   942 
       
   943 //----------------------------------------------------
       
   944 //
       
   945 //    r_aiwmce_interest
       
   946 //
       
   947 //----------------------------------------------------
       
   948 //  
       
   949 RESOURCE AIW_INTEREST r_aiwmce_interest
       
   950 {
       
   951     items=
       
   952     {
       
   953         AIW_CRITERIA_ITEM      
       
   954 		{
       
   955 		id              = EMceCmdAiwPlaceholder;
       
   956 		serviceCmd      = KAiwCmdSynchronize; 
       
   957         serviceClass    = KAiwClassMenu;
       
   958         contentType     = "*";
       
   959         defaultProvider = 0x101F871F;  // AiwSyncProvider.dll uid
       
   960 		maxProviders    = 1;
       
   961 		},
       
   962         AIW_CRITERIA_ITEM      
       
   963 		{
       
   964 		id              = EMceCmdAiwMessageReaderPlaceholder;
       
   965 		serviceCmd      = KAiwCmdView; 
       
   966         serviceClass    = KAiwClassMenu;
       
   967         contentType     = "message/*";
       
   968         defaultProvider = 0x10281870;  // NssMessageReaderAiwLauncher.dll uid
       
   969 		maxProviders    = 1;
       
   970 		}
       
   971 		
       
   972     };
       
   973 }
       
   974 
       
   975 //----------------------------------------------------
       
   976 //
       
   977 //    r_mce_softkeys_options_exit_open
       
   978 //
       
   979 //
       
   980 //----------------------------------------------------
       
   981 //
       
   982 RESOURCE CBA r_mce_softkeys_options_exit_open
       
   983     {
       
   984     buttons =
       
   985         {
       
   986         CBA_BUTTON {id=EAknSoftkeyOptions; txt = text_softkey_option;},
       
   987         CBA_BUTTON {id=EMceCmdExit; txt = text_softkey_exit; },
       
   988         CBA_BUTTON {id=EAknCmdOpen; txt = qtn_msk_select;}
       
   989         };
       
   990     }
       
   991 
       
   992 //----------------------------------------------------
       
   993 //
       
   994 //    r_mce_softkeys_options_back_open
       
   995 //
       
   996 //----------------------------------------------------
       
   997 //
       
   998 RESOURCE CBA r_mce_softkeys_options_back_open
       
   999     {
       
  1000     buttons =
       
  1001         {
       
  1002         CBA_BUTTON {id=EAknSoftkeyOptions; txt = text_softkey_option;},
       
  1003         CBA_BUTTON {id=EAknSoftkeyBack; txt = text_softkey_back; },
       
  1004         CBA_BUTTON {id=EAknCmdOpen; txt = qtn_msk_open;}
       
  1005         };
       
  1006     }
       
  1007 
       
  1008 //----------------------------------------------------
       
  1009 //
       
  1010 //    r_mce_msk_button_open
       
  1011 //
       
  1012 //----------------------------------------------------
       
  1013 //
       
  1014 RESOURCE CBA_BUTTON r_mce_msk_button_open
       
  1015     {
       
  1016     id = EAknCmdOpen;
       
  1017     txt = qtn_msk_open;
       
  1018     }
       
  1019 
       
  1020 //----------------------------------------------------
       
  1021 //
       
  1022 //    r_mce_msk_button_context_options
       
  1023 //
       
  1024 //----------------------------------------------------
       
  1025 //
       
  1026 RESOURCE CBA_BUTTON r_mce_msk_button_context_options
       
  1027 		{
       
  1028 		id=EAknSoftkeyContextOptions;
       
  1029 		txt = text_softkey_option;
       
  1030 		}
       
  1031 
       
  1032 //----------------------------------------------------
       
  1033 //
       
  1034 //    r_mce_msk_button_empty
       
  1035 //
       
  1036 //----------------------------------------------------
       
  1037 //
       
  1038 RESOURCE CBA_BUTTON r_mce_msk_button_empty
       
  1039     {
       
  1040     id = 0;
       
  1041     txt = text_softkey_empty;
       
  1042     }
       
  1043 
       
  1044 //----------------------------------------------------
       
  1045 //
       
  1046 //    r_mce_msk_button_undelete
       
  1047 //
       
  1048 //----------------------------------------------------
       
  1049 //
       
  1050 RESOURCE CBA_BUTTON r_mce_msk_button_undelete
       
  1051     {
       
  1052     id = EMceCmdUndelete;
       
  1053     txt = qtn_msk_undelete;
       
  1054     }
       
  1055 
       
  1056 //----------------------------------------------------
       
  1057 //
       
  1058 //    r_mce_msk_button_select
       
  1059 //
       
  1060 //----------------------------------------------------
       
  1061 //
       
  1062 RESOURCE CBA_BUTTON r_mce_msk_button_select
       
  1063     {
       
  1064     id = EMceCmdSelect;
       
  1065     txt = qtn_msk_select;
       
  1066     }
       
  1067 
       
  1068 RESOURCE CBA_BUTTON r_mce_qtn_msk_expand
       
  1069     {
       
  1070     id = EMceHCListCmdExpand;
       
  1071     txt = qtn_options_expand;
       
  1072     }
       
  1073     
       
  1074 RESOURCE CBA_BUTTON r_mce_qtn_msk_collapse
       
  1075     {
       
  1076     id = EMceHCListCmdCollapse;
       
  1077     txt = qtn_options_collapse;
       
  1078     }    
       
  1079 
       
  1080 #ifdef RD_MESSAGING_GENERAL_SETTINGS_RENOVATION
       
  1081 //----------------------------------------------------
       
  1082 //
       
  1083 //    r_mce_note_settings_open_gs
       
  1084 //
       
  1085 //
       
  1086 //
       
  1087 //----------------------------------------------------
       
  1088 //
       
  1089 RESOURCE DIALOG r_mce_note_settings_open_gs
       
  1090     {
       
  1091     flags = EGeneralQueryFlags;
       
  1092     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
  1093     items =
       
  1094         {
       
  1095         DLG_LINE
       
  1096             {
       
  1097             type = EAknCtNote;
       
  1098             id = EGeneralNote;
       
  1099             control = AVKON_NOTE
       
  1100                 {
       
  1101                 layout = EGeneralLayout;
       
  1102                 singular_label = qtn_mce_note_settings_open_gs;
       
  1103                 animation = R_QGN_NOTE_INFO_ANIM;
       
  1104                 };
       
  1105             }
       
  1106         };
       
  1107     }
       
  1108 
       
  1109 #endif // RD_MESSAGING_GENERAL_SETTINGS_RENOVATION
       
  1110 
       
  1111 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_mce_app_toolbar_inbox_reply_state_extension
       
  1112     {
       
  1113     bmbSkinIdMajor= EAknsMajorGeneric; 
       
  1114     bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbMsgReply;
       
  1115     }
       
  1116     
       
  1117 RESOURCE AVKON_BUTTON_STATE_EXTENSION  r_mce_app_toolbar_inbox_new_state_extension
       
  1118     {
       
  1119     bmbSkinIdMajor= EAknsMajorGeneric; 
       
  1120     bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbMsgNew;    
       
  1121     }
       
  1122     
       
  1123 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_mce_app_toolbar_inbox_delete_state_extension
       
  1124     {
       
  1125     bmbSkinIdMajor= EAknsMajorGeneric; 
       
  1126     bmbSkinIdMinor= EAknsMinorGenericQgnIndiMgTbDelete;
       
  1127     }   
       
  1128         
       
  1129 
       
  1130 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_mce_app_toolbar_mailbox_inbox_reply_state_extension
       
  1131     {
       
  1132     bmbSkinIdMajor= EAknsMajorGeneric; 
       
  1133     bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbEmailReply;
       
  1134     }
       
  1135     
       
  1136 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_mce_app_toolbar_mailbox_inbox_new_state_extension
       
  1137     {
       
  1138     bmbSkinIdMajor= EAknsMajorGeneric; 
       
  1139     bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbEmailNew;
       
  1140     }
       
  1141  
       
  1142 
       
  1143 
       
  1144 RESOURCE TBUF r_qtn_mce_markas_read   
       
  1145     { 
       
  1146     buf = qtn_mce_rm_mark_read;
       
  1147     }
       
  1148     
       
  1149 RESOURCE TBUF r_qtn_mce_markas_unread    
       
  1150     { 
       
  1151     buf = qtn_mce_rm_mark_unread; 
       
  1152     }
       
  1153     
       
  1154 // End of File