/*
* 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: Phonebook 2 Group UI Extension dialog resources.
*
*/
// --------------------------------------------------------------------------
// Removing members from group wait note
// --------------------------------------------------------------------------
//
RESOURCE DIALOG r_qtn_phob2_wnote_rem_from_group
{
flags = EAknProgressNoteFlags;
buttons = R_AVKON_SOFTKEYS_EMPTY;
items =
{
DLG_LINE
{
type = EAknCtNote;
id = EPguNoteContactsRemoveFromGroup;
control = AVKON_NOTE
{
layout = EProgressLayout;
singular_label = qtn_gen_note_removing;
imagefile = AVKON_ICON_FILE;
imageid = EMbmAvkonQgn_note_erased;
imagemask = EMbmAvkonQgn_note_erased_mask;
};
}
};
}
// --------------------------------------------------------------------------
// New group query
// --------------------------------------------------------------------------
//
RESOURCE DIALOG r_phonebook2_grouplist_newgroup_query
{
flags = EEikDialogFlagWait | EEikDialogFlagNoDrag |
EEikDialogFlagNoTitleBar | EEikDialogFlagCbaButtons |
EEikDialogFlagNoShadow;
buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
items =
{
DLG_LINE
{
type = EAknCtQuery;
id = EGeneralQuery;
control = AVKON_DATA_QUERY
{
layout = EDataLayout;
label = qtn_fldr_group_name_prmpt;
control = EDWIN
{
max_view_height_in_lines = 1;
flags = EEikEdwinNoHorizScrolling | EEikEdwinResizable;
};
};
}
};
}
// --------------------------------------------------------------------------
// Assign ringing tone to group members wait note
// --------------------------------------------------------------------------
//
RESOURCE DIALOG r_qtn_phob_wnote_set_rtone
{
flags = EAknProgressNoteFlags;
buttons = R_AVKON_SOFTKEYS_EMPTY;
items =
{
DLG_LINE
{
type = EAknCtNote;
id = EPguNoteContactsSetRingingToneToGroup;
control = AVKON_NOTE
{
layout = EProgressLayout;
singular_label = qtn_gen_note_processing;
};
}
};
}
// End of File