diff -r 81f8547efd4f -r e8e3147d53eb phonebookui/Phonebook2/UIControls/rss/Pbk2UIControls.rss --- a/phonebookui/Phonebook2/UIControls/rss/Pbk2UIControls.rss Fri Mar 12 15:41:25 2010 +0200 +++ b/phonebookui/Phonebook2/UIControls/rss/Pbk2UIControls.rss Mon Mar 15 12:39:26 2010 +0200 @@ -16,10 +16,89 @@ */ -#ifndef RD_SCALABLE_UI_V2 -#include "pbk2nontouchableuicontrols.rss" -#else -#include "Pbk2TouchableUIControls.rss" -#endif // RD_SCALABLE_UI_V2 +// 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 = 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