phonebookui/Phonebook2/UIControls/rss/Pbk2UIControls.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 15 Mar 2010 12:39:26 +0200
branchRCL_3
changeset 6 e8e3147d53eb
parent 0 e686773b3f54
permissions -rw-r--r--
Revision: 201009 Kit: 201010

/*
* Copyright (c) 2005-2007 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  Resources for Phonebook 2 UI Controls.
*
*/


// RESOURCE IDENTIFIER
NAME    CPUC  // From Phonebook 2 UI Controls

// INCLUDES
#include <eikon.rh>
#include <eikon.rsg>
#include <avkon.rsg>
#include <avkon.hrh>
#include <avkon.rh>
#include <AvkonIcons.hrh>
#include "Pbk2IconId.hrh"
#include "Pbk2IconArrayId.hrh"
#include "Pbk2UIControls.hrh"
#include "Pbk2UIControls.rh"
#include <Pbk2IconInfo.rh>
#include <Pbk2IconId.rh>
#include <Pbk2UID.h>
#include <phonebook2.loc>
#include <phonebook2ece.loc>

// RESOURCE DEFINITIONS

// --------------------------------------------------------------------------
// Standard resource signature
// --------------------------------------------------------------------------
//
RESOURCE RSS_SIGNATURE { }

// --------------------------------------------------------------------------
// Names list control
// --------------------------------------------------------------------------
//
RESOURCE PBK2_CONTACT_CONTROL r_pbk2_names_list_control
    {
    flags = KPbk2ContactViewListControlUpdateContextPane |
            KPbk2ContactViewListControlFindBox;
    listbox = LISTBOX
        {
        flags = EAknListBoxStylusMarkableList | EAknListBoxLoopScrolling;
        };
    iconArray = r_pbk2_contact_list_icons;
    emptyIconId = PHONEBOOK2_ICON_ID
        {
        ownerUid = KPbk2UID3;
        id = EPbk2qgn_prop_nrtyp_empty;
        };
    defaultIconId = PHONEBOOK2_ICON_ID {};
    }

// --------------------------------------------------------------------------
// Contact info control
// --------------------------------------------------------------------------
//
RESOURCE PBK2_CONTACT_CONTROL r_pbk2_contact_info_control
    {
    flags = KPbk2ContactInfoControlUpdateStatusPane;
    listbox = LISTBOX
        {
        flags = EAknListBoxSelectionList;
        };
    iconArray = r_pbk2_fieldtype_icons;
    emptyIconId = PHONEBOOK2_ICON_ID
        {
        ownerUid = KPbk2UID3;
        id = EPbk2qgn_prop_nrtyp_empty;
        };
    defaultIconId = PHONEBOOK2_ICON_ID {};
    }

// Additional resource files
#include "Pbk2UIControlsTextBuffers.rss"
#include "Pbk2CbaResources.rss"
#include "Pbk2QueryResources.rss"
#include "Pbk2ContactEditorDlg.rss"
#include "Pbk2Selectors.rss"
#include "Pbk2AddressSelect.rss"
#include "Pbk2FetchDlg.rss"
#include "Pbk2PrependDlg.rss"
#include "Pbk2StoreInfo.rss"
#include "Pbk2Settings.rss"
#include "Pbk2IconResources.rss"
#include "Pbk2ThumbnailControl.rss"
#include "Pbk2GeneralNotes.rss"
#include "ToneCmds.rss"
#include "Pbk2MergeContacts.rss"
// End of File