phonebookui/Phonebook2/UIControls/rss/Pbk2NonTouchableUIControls.rss
changeset 0 e686773b3f54
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/phonebookui/Phonebook2/UIControls/rss/Pbk2NonTouchableUIControls.rss	Tue Feb 02 10:12:17 2010 +0200
@@ -0,0 +1,106 @@
+/*
+* 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 = 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