phonebookui/Phonebook2/UIControls/rss/Pbk2NonTouchableUIControls.rss
branchRCL_3
changeset 21 b3431bff8c19
parent 15 e8e3147d53eb
child 23 5586b4d2ec3e
equal deleted inserted replaced
15:e8e3147d53eb 21:b3431bff8c19
     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:  Resources for Phonebook 2 UI Controls.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // RESOURCE IDENTIFIER
       
    20 NAME    CPUC  // From Phonebook 2 UI Controls
       
    21 
       
    22 // INCLUDES
       
    23 #include <eikon.rh>
       
    24 #include <eikon.rsg>
       
    25 #include <avkon.rsg>
       
    26 #include <avkon.hrh>
       
    27 #include <avkon.rh>
       
    28 #include <avkonicons.hrh>
       
    29 #include "pbk2iconid.hrh"
       
    30 #include "pbk2iconarrayid.hrh"
       
    31 #include "pbk2uicontrols.hrh"
       
    32 #include "pbk2uicontrols.rh"
       
    33 #include <pbk2iconinfo.rh>
       
    34 #include <pbk2iconid.rh>
       
    35 #include <pbk2uid.h>
       
    36 #include <phonebook2.loc>
       
    37 #include <phonebook2ece.loc>
       
    38 
       
    39 // RESOURCE DEFINITIONS
       
    40 
       
    41 // --------------------------------------------------------------------------
       
    42 // Standard resource signature
       
    43 // --------------------------------------------------------------------------
       
    44 //
       
    45 RESOURCE RSS_SIGNATURE { }
       
    46 
       
    47 // --------------------------------------------------------------------------
       
    48 // Names list control
       
    49 // --------------------------------------------------------------------------
       
    50 //
       
    51 RESOURCE PBK2_CONTACT_CONTROL r_pbk2_names_list_control
       
    52     {
       
    53     flags = KPbk2ContactViewListControlUpdateContextPane |
       
    54             KPbk2ContactViewListControlFindBox;
       
    55     listbox = LISTBOX
       
    56         {
       
    57         flags = EAknListBoxMarkableList | EAknListBoxLoopScrolling |
       
    58                 EAknListBoxShiftEnterMarks;
       
    59         };
       
    60     iconArray = r_pbk2_contact_list_icons;
       
    61     emptyIconId = PHONEBOOK2_ICON_ID
       
    62         {
       
    63         ownerUid = KPbk2UID3;
       
    64         id = EPbk2qgn_prop_nrtyp_empty;
       
    65         };
       
    66     defaultIconId = PHONEBOOK2_ICON_ID {};
       
    67     }
       
    68 
       
    69 // --------------------------------------------------------------------------
       
    70 // Contact info control
       
    71 // --------------------------------------------------------------------------
       
    72 //
       
    73 RESOURCE PBK2_CONTACT_CONTROL r_pbk2_contact_info_control
       
    74     {
       
    75     flags = KPbk2ContactInfoControlUpdateStatusPane;
       
    76     listbox = LISTBOX
       
    77         {
       
    78         flags = EAknListBoxSelectionList;
       
    79         };
       
    80     iconArray = r_pbk2_fieldtype_icons;
       
    81     emptyIconId = PHONEBOOK2_ICON_ID
       
    82         {
       
    83         ownerUid = KPbk2UID3;
       
    84         id = EPbk2qgn_prop_nrtyp_empty;
       
    85         };
       
    86     defaultIconId = PHONEBOOK2_ICON_ID {};
       
    87     }
       
    88 
       
    89 // Additional resource files
       
    90 #include "pbk2uicontrolstextbuffers.rss"
       
    91 #include "pbk2cbaresources.rss"
       
    92 #include "pbk2queryresources.rss"
       
    93 #include "pbk2contacteditordlg.rss"
       
    94 #include "pbk2selectors.rss"
       
    95 #include "pbk2addressselect.rss"
       
    96 #include "pbk2fetchdlg.rss"
       
    97 #include "pbk2prependdlg.rss"
       
    98 #include "pbk2storeinfo.rss"
       
    99 #include "pbk2settings.rss"
       
   100 #include "pbk2iconresources.rss"
       
   101 #include "pbk2thumbnailcontrol.rss"
       
   102 #include "pbk2generalnotes.rss"
       
   103 #include "tonecmds.rss"
       
   104 #include "pbk2mergecontacts.rss"
       
   105 
       
   106 // End of File