diff -r 000000000000 -r e686773b3f54 phonebookui/Phonebook2/MapExtension/rss/pbk2mapuires.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/phonebookui/Phonebook2/MapExtension/rss/pbk2mapuires.rss Tue Feb 02 10:12:17 2010 +0200 @@ -0,0 +1,152 @@ +/* +* 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: Map extension resources. +* +*/ + +// Phonebook 2 +#include "pbk2mapuiuid.h" +#include "pbk2mapcommands.hrh" +#include +#include +#include +#include +#include +#include "Pbk2UIControls.hrh" +#include +#include "Pbk2EditorLineIds.hrh" +#include "Pbk2FieldProperty.hrh" +#include "Pbk2UIFieldProperty.hrh" +#include "Pbk2UIFieldProperty.rh" +#include +#include +#include + +// AIW +#include + +// System includes +#include +#include +#include +#include +#include +#include +#include + +// -------------------------------------------------------------------------- +// Resource identifier +// -------------------------------------------------------------------------- +// +NAME P2MA // From Phonebook 2 Map UI + +// -------------------------------------------------------------------------- +// Standard resource signature +// -------------------------------------------------------------------------- +// +RESOURCE RSS_SIGNATURE { } + +// -------------------------------------------------------------------------- +// Extension information +// -------------------------------------------------------------------------- +// +RESOURCE PHONEBOOK2_EXTENSION_INFORMATION + r_phonebook2_map_ui_extension_information + { + version = 0; + + implementationUid = KPbk2MapExtensionImplementationUID; + + loadingPolicy = KPbk2LoadInStartup; + + menuCommandRange = PHONEBOOK2_EXTENSION_RANGE + { + firstId = EMapExtensionFirstCommand; + lastId = EMapExtensionLastCommand; + }; + overwrittenCommands = {}; + extensionMenus = {}; + viewIds = {}; + iconArrays = {}; + } + +// -------------------------------------------------------------------------- +// TBUF +// Resource for assign from map field in address editor +// -------------------------------------------------------------------------- +// +RESOURCE TBUF r_qtn_phob_address_editor_assign_from_map + { + buf = qtn_phob_address_editor_assign_from_map; + } + +// -------------------------------------------------------------------------- +// TBUF +// r_qtn_phob_note_address_updated +// -------------------------------------------------------------------------- +// +RESOURCE TBUF r_qtn_phob_note_address_updated + { + buf = qtn_phob_note_address_updated; + } + +// -------------------------------------------------------------------------- +// TBUF +// r_qtn_phob_confirm_change_address +// -------------------------------------------------------------------------- +// +RESOURCE TBUF r_qtn_phob_confirm_change_address + { + buf = qtn_phob_confirm_change_address; + } + +// -------------------------------------------------------------------------- +// TBUF +// r_qtn_phob_no_address_define_new +// -------------------------------------------------------------------------- +// +RESOURCE TBUF r_qtn_phob_no_address_define_new + { + buf = qtn_phob_no_address_define_new; + } + +// -------------------------------------------------------------------------- +// Assign from maps line +// -------------------------------------------------------------------------- +// +RESOURCE DLG_LINE r_pbk2_assign_from_maps_line + { + type = EPbk2FieldCtrlTypeExtAssignFromMapsEditor; + prompt = qtn_phob_nokia_maps; + id = EPbk2EditorLineAssignFromMaps; + itemflags = EEikDlgItemTakesEnterKey | + EEikDlgItemOfferAllHotKeys; + control = EDWIN + { + flags = EEikEdwinNoAutoSelection | + EEikEdwinNoWrap | + EEikEdwinNoHorizScrolling | + EEikEdwinReadOnly | + EEikEdwinAvkonNotEditable | + EEikEdwinAvkonDisableCursor; + maxlength = 50; + lines = 1; + max_view_height_in_lines = 1; + avkon_flags = EAknEditorFlagDefault | + EAknEditorFlagNoEditIndicators | + EAknEditorFlagNoLRNavigation; + }; + } + +// End of File