phonebookui/Phonebook2/UIControls/rss/Pbk2UIControls.rss
branchRCL_3
changeset 15 e8e3147d53eb
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
14:81f8547efd4f 15:e8e3147d53eb
    14 * Description:  Resources for Phonebook 2 UI Controls.
    14 * Description:  Resources for Phonebook 2 UI Controls.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #ifndef RD_SCALABLE_UI_V2
    19 // RESOURCE IDENTIFIER
    20 #include "pbk2nontouchableuicontrols.rss"
    20 NAME    CPUC  // From Phonebook 2 UI Controls
    21 #else
       
    22 #include "Pbk2TouchableUIControls.rss"
       
    23 #endif // RD_SCALABLE_UI_V2
       
    24 
    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"
    25 // End of File
   104 // End of File