phonebookui/Phonebook2/UIControls/rss/Pbk2MergeContacts.rss
changeset 0 e686773b3f54
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:  Phonebook 2 conflict resolution dialog resources.
       
    15 *
       
    16 */
       
    17 
       
    18 // --------------------------------------------------------------------------
       
    19 // Navi pane label for merge contact fetch dialog
       
    20 // --------------------------------------------------------------------------
       
    21 //
       
    22 RESOURCE NAVI_DECORATOR r_pbk2_merge_contacts_fetch_navilabel
       
    23     {
       
    24     type = ENaviDecoratorLabel;
       
    25     control = NAVI_LABEL
       
    26         {
       
    27         txt = qtn_phob_title_select_contacts_to_merge;
       
    28         };
       
    29     }
       
    30 
       
    31 // --------------------------------------------------------------------------
       
    32 // Merging contacts conflict resolution dialog.
       
    33 // --------------------------------------------------------------------------
       
    34 //
       
    35 
       
    36 RESOURCE DIALOG r_pbk2_merge_contacts_conflict_resolution_dlg
       
    37     {
       
    38     flags = EEikDialogFlagWait | EEikDialogFlagFillAppClientRect | EEikDialogFlagNotifyEsc | EEikDialogFlagCbaButtons;
       
    39     pages = 0;  // Single page
       
    40     buttons = 0; // assigned dynamically during construction
       
    41     items = 
       
    42         {
       
    43         DLG_LINE 
       
    44             {
       
    45             id = ESelectionListControl;
       
    46             itemflags = EEikDlgItemTakesEnterKey;
       
    47             type = EAknCtSingleGraphicListBox;
       
    48             control = LISTBOX 
       
    49                 {
       
    50                 flags = EAknListBoxSelectionList;
       
    51                 };
       
    52             }
       
    53        };
       
    54     }
       
    55 
       
    56 // --------------------------------------------------------------------------
       
    57 // Merging contacts photo conflict resolution dialog.
       
    58 // --------------------------------------------------------------------------
       
    59 //
       
    60 
       
    61 RESOURCE DIALOG r_pbk2_merge_contacts_photo_conflict_resolution_dlg
       
    62     {
       
    63     flags = EEikDialogFlagWait | EEikDialogFlagFillAppClientRect | EEikDialogFlagNotifyEsc | EEikDialogFlagCbaButtons;
       
    64     pages = 0;  // Single page
       
    65     buttons = r_pbk2_softkeys_done_cancel_select;
       
    66     items = 
       
    67         {
       
    68         DLG_LINE 
       
    69             {
       
    70             id = ESelectionListControl;
       
    71             itemflags = EEikDlgItemTakesEnterKey;
       
    72             type = EAknCtDoubleLargeListBox;
       
    73             control = LISTBOX 
       
    74                 {
       
    75                 flags = EAknListBoxSelectionList;
       
    76                 };
       
    77             }
       
    78        };
       
    79     }
       
    80 
       
    81 // --------------------------------------------------------------------------
       
    82 // r_qtn_phob_title_conflict_resolution
       
    83 // --------------------------------------------------------------------------
       
    84 //
       
    85 RESOURCE TBUF r_qtn_phob_title_conflict_resolution
       
    86     {
       
    87     buf = qtn_phob_title_conflict_resolution;
       
    88     }
       
    89 
       
    90 // --------------------------------------------------------------------------
       
    91 // r_qtn_phob_title_select_value
       
    92 // --------------------------------------------------------------------------
       
    93 //
       
    94 RESOURCE TBUF r_qtn_phob_title_select_value
       
    95     {
       
    96     buf = qtn_phob_title_select_value;
       
    97     }
       
    98 
       
    99 // --------------------------------------------------------------------------
       
   100 // r_qtn_phob_title_select_image
       
   101 // --------------------------------------------------------------------------
       
   102 //
       
   103 RESOURCE TBUF r_qtn_phob_title_select_image
       
   104     {
       
   105     buf = qtn_phob_title_select_image;
       
   106     }
       
   107 
       
   108 // --------------------------------------------------------------------------
       
   109 // r_qtn_phob_title_select_image
       
   110 // --------------------------------------------------------------------------
       
   111 //
       
   112 RESOURCE TBUF r_qtn_phob_title_selected
       
   113     {
       
   114     buf = qtn_phob_title_selected;
       
   115     }
       
   116 // End of File