63
|
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 = EAknListBoxStylusMarkableList | EAknListBoxLoopScrolling;
|
|
58 |
};
|
|
59 |
iconArray = r_pbk2_contact_list_icons;
|
|
60 |
emptyIconId = PHONEBOOK2_ICON_ID
|
|
61 |
{
|
|
62 |
ownerUid = KPbk2UID3;
|
|
63 |
id = EPbk2qgn_prop_nrtyp_empty;
|
|
64 |
};
|
|
65 |
defaultIconId = PHONEBOOK2_ICON_ID {};
|
|
66 |
}
|
|
67 |
|
|
68 |
// --------------------------------------------------------------------------
|
|
69 |
// Contact info control
|
|
70 |
// --------------------------------------------------------------------------
|
|
71 |
//
|
|
72 |
RESOURCE PBK2_CONTACT_CONTROL r_pbk2_contact_info_control
|
|
73 |
{
|
|
74 |
flags = KPbk2ContactInfoControlUpdateStatusPane;
|
|
75 |
listbox = LISTBOX
|
|
76 |
{
|
|
77 |
flags = EAknListBoxSelectionList;
|
|
78 |
};
|
|
79 |
iconArray = r_pbk2_fieldtype_icons;
|
|
80 |
emptyIconId = PHONEBOOK2_ICON_ID
|
|
81 |
{
|
|
82 |
ownerUid = KPbk2UID3;
|
|
83 |
id = EPbk2qgn_prop_nrtyp_empty;
|
|
84 |
};
|
|
85 |
defaultIconId = PHONEBOOK2_ICON_ID {};
|
|
86 |
}
|
|
87 |
|
|
88 |
// Additional resource files
|
|
89 |
#include "Pbk2UIControlsTextBuffers.rss"
|
|
90 |
#include "Pbk2CbaResources.rss"
|
|
91 |
#include "Pbk2QueryResources.rss"
|
|
92 |
#include "Pbk2ContactEditorDlg.rss"
|
|
93 |
#include "Pbk2Selectors.rss"
|
|
94 |
#include "Pbk2AddressSelect.rss"
|
|
95 |
#include "Pbk2FetchDlg.rss"
|
|
96 |
#include "Pbk2PrependDlg.rss"
|
|
97 |
#include "Pbk2StoreInfo.rss"
|
|
98 |
#include "Pbk2Settings.rss"
|
|
99 |
#include "Pbk2IconResources.rss"
|
|
100 |
#include "Pbk2ThumbnailControl.rss"
|
|
101 |
#include "Pbk2GeneralNotes.rss"
|
|
102 |
#include "ToneCmds.rss"
|
|
103 |
#include "Pbk2MergeContacts.rss"
|
|
104 |
// End of File
|