diff -r e8e3147d53eb -r b3431bff8c19 phonebookui/Phonebook2/UIControls/rss/Pbk2NonTouchableUIControls.rss --- a/phonebookui/Phonebook2/UIControls/rss/Pbk2NonTouchableUIControls.rss Mon Mar 15 12:39:26 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,106 +0,0 @@ -/* -* 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 -#include -#include -#include -#include -#include -#include "pbk2iconid.hrh" -#include "pbk2iconarrayid.hrh" -#include "pbk2uicontrols.hrh" -#include "pbk2uicontrols.rh" -#include -#include -#include -#include -#include - -// 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 = EAknListBoxMarkableList | EAknListBoxLoopScrolling | - EAknListBoxShiftEnterMarks; - }; - 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