phonebookui/Phonebook2/Application/rss/Pbk2MenuResources.rss
changeset 0 e686773b3f54
child 3 04ab22b956c2
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2005-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:  This file contains menu resources for Phonebook2.exe.
       
    15 *                The menu pane resources can be found from Pbk2Commands.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 // INCLUDES
       
    21 #include <Pbk2Commands.rsg>     // menu pane definitions are here
       
    22 #include <Pbk2UIControls.rsg>   // CBA resources
       
    23 
       
    24 // --------------------------------------------------------------------------
       
    25 // Names List View's main resource
       
    26 // --------------------------------------------------------------------------
       
    27 //
       
    28 RESOURCE AVKON_VIEW r_phonebook2_nameslist_appview
       
    29     {
       
    30     menubar = r_phonebook2_nameslist_menubar;
       
    31     cba = R_AVKON_SOFTKEYS_EXIT;
       
    32     }
       
    33 
       
    34 // --------------------------------------------------------------------------
       
    35 // Contact Info View's main resource
       
    36 // --------------------------------------------------------------------------
       
    37 //
       
    38 RESOURCE AVKON_VIEW r_phonebook2_contactinfo_appview
       
    39     {
       
    40     menubar = r_phonebook2_contactinfo_menubar;
       
    41     cba = R_AVKON_SOFTKEYS_EXIT;
       
    42     toolbar = 0;
       
    43     }
       
    44 
       
    45 // --------------------------------------------------------------------------
       
    46 // Settings View's main resource
       
    47 // --------------------------------------------------------------------------
       
    48 //
       
    49 RESOURCE AVKON_VIEW r_phonebook2_settings_appview
       
    50     {
       
    51     menubar = r_phonebook2_settings_menubar;
       
    52     cba = R_PBK2_SOFTKEYS_OPTIONS_BACK_CHANGE;
       
    53     toolbar = 0;
       
    54     }
       
    55 
       
    56 // --------------------------------------------------------------------------
       
    57 // Names List View's menu bar
       
    58 // --------------------------------------------------------------------------
       
    59 //
       
    60 RESOURCE MENU_BAR r_phonebook2_nameslist_menubar
       
    61     {
       
    62     titles =
       
    63         {
       
    64         MENU_TITLE
       
    65             {
       
    66             menu_pane = R_PHONEBOOK2_SYSTEM_MENU;
       
    67             },
       
    68         MENU_TITLE
       
    69             {
       
    70             // Having "setting" positioned that up is annoying for the end users
       
    71             // when more common option items are harder to reach.
       
    72             // Adjust it to next to system(help, exit)item.
       
    73             menu_pane = R_PHONEBOOK2_SETTINGS_MENU;
       
    74             },            
       
    75 /*            
       
    76         MENU_TITLE
       
    77             {
       
    78             menu_pane = R_PHONEBOOK2_SYNCML_MENU;
       
    79             },
       
    80 */            
       
    81         MENU_TITLE
       
    82             {
       
    83             menu_pane = R_PHONEBOOK2_NAMESLIST_BACKUP_MENU_PLACEHOLDER;
       
    84             },
       
    85         MENU_TITLE
       
    86             {
       
    87             menu_pane = R_PHONEBOOK2_NAMESLIST_OTHER_MEMORIES_MENU_PLACEHOLDER;
       
    88             },
       
    89         MENU_TITLE
       
    90             {
       
    91             menu_pane = R_PHONEBOOK2_INFO_MENU;
       
    92             },        
       
    93         MENU_TITLE
       
    94             {
       
    95             menu_pane = R_PHONEBOOK2_OVISYNC_MENU;
       
    96             },
       
    97         MENU_TITLE
       
    98             {
       
    99             menu_pane = R_PHONEBOOK2_RCL_MENU;
       
   100             },
       
   101         MENU_TITLE
       
   102             {
       
   103             // This menu item allows xSP plug-ins inserting their own menu items
       
   104             // in names list Options menu.
       
   105             menu_pane = R_PHONEBOOK2_NAMESLIST_MAIN_MENU;
       
   106             },
       
   107         MENU_TITLE
       
   108             {
       
   109             menu_pane = R_AVKON_MENUPANE_MARKABLE_LIST;
       
   110             },            
       
   111         MENU_TITLE
       
   112             {
       
   113             menu_pane = R_PHONEBOOK2_NAMESLIST_COPY_MENU;
       
   114             },
       
   115         MENU_TITLE
       
   116             {
       
   117             menu_pane = R_PHONEBOOK2_NAMESLIST_DELETE_MENU;
       
   118             },
       
   119         MENU_TITLE
       
   120             {
       
   121             menu_pane = R_PHONEBOOK2_NAMESLIST_SEND_URL_MENU;
       
   122             },
       
   123         MENU_TITLE
       
   124             {
       
   125             menu_pane = R_PHONEBOOK2_REMOVE_FROM_TOPCONTACTS;
       
   126             },            
       
   127         MENU_TITLE
       
   128             {
       
   129             menu_pane = R_PHONEBOOK2_ADD_TO_TOPCONTACTS;
       
   130             },            
       
   131         MENU_TITLE
       
   132             {
       
   133             menu_pane = R_PHONEBOOK2_NAMELIST_CREATE_MESSAGE_MENU;
       
   134             },
       
   135         MENU_TITLE
       
   136             {
       
   137             menu_pane = R_PHONEBOOK2_NAMELIST_CALL_CONTACT_MENU;
       
   138             },
       
   139         MENU_TITLE
       
   140             {
       
   141             menu_pane = R_PHONEBOOK2_MERGE_CONTACTS;
       
   142             },
       
   143 /* Patrik 23.10.2008 Removed as agreed by ECE program management.
       
   144         MENU_TITLE
       
   145             {
       
   146             menu_pane = R_PHONEBOOK2_MOVE_TOPCONTACTS;
       
   147             },
       
   148 */            
       
   149         MENU_TITLE
       
   150             {
       
   151             menu_pane = R_PHONEBOOK2_NAMESLIST_CREATE_MENU;
       
   152             },
       
   153         MENU_TITLE
       
   154             {
       
   155             menu_pane = R_PHONEBOOK2_SELECT_ADDFAVORITES; 
       
   156             },
       
   157         MENU_TITLE
       
   158             {
       
   159             menu_pane = R_PHONEBOOK2_SELECT_MYCARD; 
       
   160             },
       
   161         MENU_TITLE
       
   162             {
       
   163             menu_pane = R_PHONEBOOK2_SELECT_RCL; 
       
   164             },
       
   165         MENU_TITLE
       
   166             {
       
   167             menu_pane = R_PHONEBOOK2_OPEN_CCA; 
       
   168             }            
       
   169         };
       
   170     }
       
   171 
       
   172 // --------------------------------------------------------------------------
       
   173 // Names List View's context sensitive menu bar
       
   174 // --------------------------------------------------------------------------
       
   175 //
       
   176 RESOURCE MENU_BAR r_phonebook2_nameslist_context_menubar
       
   177     {
       
   178     titles =
       
   179         {
       
   180         MENU_TITLE
       
   181             {
       
   182             menu_pane = R_PHONEBOOK2_NAMESLIST_COPY_CONTEXT_MENU;
       
   183             },
       
   184         MENU_TITLE
       
   185             {
       
   186             menu_pane = R_PHONEBOOK2_SETTINGS_MENU;
       
   187             },         
       
   188         MENU_TITLE
       
   189             {
       
   190             menu_pane = R_PHONEBOOK2_SYNCML_MENU;
       
   191             },               
       
   192         MENU_TITLE
       
   193             {
       
   194             menu_pane = R_PHONEBOOK2_NAMESLIST_BACKUP_MENU_PLACEHOLDER;
       
   195             },        
       
   196         MENU_TITLE
       
   197             {
       
   198             menu_pane = R_PHONEBOOK2_NAMESLIST_CONTEXT_MENU;
       
   199             }
       
   200         };
       
   201     }
       
   202 
       
   203 // --------------------------------------------------------------------------
       
   204 // Names List View's Context sensitive menu bar
       
   205 // when items are marked
       
   206 // --------------------------------------------------------------------------
       
   207 //
       
   208 RESOURCE MENU_BAR r_phonebook2_nameslist_context_menubar_items_marked
       
   209     {
       
   210     titles =
       
   211         {
       
   212         MENU_TITLE
       
   213             {
       
   214             menu_pane = R_PHONEBOOK2_MARKABLE_LIST_CONTEXT_MENU;
       
   215             },            
       
   216         MENU_TITLE
       
   217             {
       
   218             menu_pane = R_PHONEBOOK2_NAMESLIST_COPY_CONTEXT_MENU;
       
   219             },
       
   220         MENU_TITLE
       
   221             {
       
   222             menu_pane = R_PHONEBOOK2_NAMESLIST_CONTEXT_MENU_MARKED_ITEMS;
       
   223             },
       
   224         MENU_TITLE
       
   225             {
       
   226             menu_pane = R_PHONEBOOK2_BCARD_SEND_MENU;
       
   227             },            
       
   228         MENU_TITLE
       
   229             {
       
   230             menu_pane = R_PHONEBOOK2_NAMELIST_CREATE_MESSAGE_MENU;
       
   231             }
       
   232         };
       
   233     }
       
   234 
       
   235 // --------------------------------------------------------------------------
       
   236 // Contact Info View's menu bar
       
   237 // --------------------------------------------------------------------------
       
   238 //
       
   239 RESOURCE MENU_BAR r_phonebook2_contactinfo_menubar
       
   240     {
       
   241     titles =
       
   242         {
       
   243         MENU_TITLE
       
   244             {
       
   245             menu_pane = R_PHONEBOOK2_SYSTEM_MENU;
       
   246             },
       
   247         MENU_TITLE
       
   248             {
       
   249             menu_pane = R_PHONEBOOK2_CONTACTINFO_EXTENDED_MENU;
       
   250             },
       
   251         MENU_TITLE
       
   252             {
       
   253             menu_pane = R_PHONEBOOK2_SIND_INFOVIEW_MENU;
       
   254             },
       
   255         MENU_TITLE
       
   256             {
       
   257             menu_pane = R_PHONEBOOK2_CONTACTINFO_EDIT_MENU;
       
   258             },
       
   259         MENU_TITLE
       
   260             {
       
   261             menu_pane = R_PHONEBOOK2_POC_MENU;
       
   262             },
       
   263         MENU_TITLE
       
   264             {
       
   265             menu_pane = R_PHONEBOOK2_CALL_MENU;
       
   266             }
       
   267         };
       
   268     }
       
   269 
       
   270 // --------------------------------------------------------------------------
       
   271 // Contact Info View's context menu bar
       
   272 // --------------------------------------------------------------------------
       
   273 //
       
   274 RESOURCE MENU_BAR r_phonebook2_contactinfo_contextbar
       
   275     {
       
   276     titles =
       
   277         {
       
   278         MENU_TITLE
       
   279             {
       
   280             menu_pane = R_PHONEBOOK2_CONTACTINFO_CONTEXT_MENU;
       
   281             },
       
   282         MENU_TITLE
       
   283             {
       
   284             menu_pane = R_PHONEBOOK2_POC_CONTEXT_MENU;
       
   285             },
       
   286         MENU_TITLE
       
   287             {
       
   288             menu_pane = R_PHONEBOOK2_CALL_CONTEXT_MENU;
       
   289             }
       
   290         };
       
   291     }
       
   292 
       
   293 // --------------------------------------------------------------------------
       
   294 // Settings View's menu bar
       
   295 // --------------------------------------------------------------------------
       
   296 //
       
   297 RESOURCE MENU_BAR r_phonebook2_settings_menubar
       
   298     {
       
   299     titles =
       
   300         {
       
   301         MENU_TITLE
       
   302             {
       
   303             menu_pane = R_PHONEBOOK2_SYSTEM_MENU;
       
   304             },
       
   305         MENU_TITLE
       
   306             {
       
   307             menu_pane = R_PHONEBOOK2_SETTINGSVIEW_MENU;
       
   308             }
       
   309         };
       
   310     }
       
   311 
       
   312 // End of File