email/imum/Mtms/Data/ImumDialogs.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 00:08:43 +0200
changeset 10 da93fe14e0e3
parent 0 72b543305e3a
permissions -rw-r--r--
Revision: 201003 Kit: 201005

/*
* Copyright (c) 2002 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: 
*     This file contains all the string resources for the module Imum.
*
*
*/


//  RESOURCE IDENTIFIER
//  INCLUDES
//  CONSTANTS
//  MACROS
//  RESOURCE DEFINITIONS

RESOURCE DIALOG r_conutl_logindetails_dlg
    {
    flags=EGeneralQueryFlags;
    buttons=R_AVKON_SOFTKEYS_OK_CANCEL__OK;
    items=
        {
        DLG_LINE
            {
            type=EAknCtMultilineQuery;
            id=EMultilineFirstLine;
            control = AVKON_DATA_QUERY
                { 
                layout = EMultiDataFirstEdwin;
                label = qtn_mce_rm_prompt_username;                
                control = EDWIN
                    {
                    default_case = EAknEditorLowerCase;
                    allowed_input_modes = EAknEditorTextInputMode | EAknEditorNumericInputMode;
                    default_input_mode = EAknEditorTextInputMode;
                    avkon_flags = EAknEditorFlagLatinInputModesOnly;
                    flags=0;
                    width=5;
                    lines=1;
                    maxlength=KImasLoginLength;
                    };
                };
            },
        DLG_LINE
            {
            type=EAknCtMultilineQuery;
            id=EMultilineSecondLine;
            control= AVKON_DATA_QUERY 
                { 
                layout = EMultiDataSecondSecEd;
                label = qtn_mce_rm_prompt_password;
                control = SECRETED
                    {
                    num_letters=KImasPasswordLength;
                    };
                };
            }
        };
    }

RESOURCE DIALOG r_imum_service_delete_confirmation
    {
    flags = EGeneralQueryFlags;
    buttons=R_AVKON_SOFTKEYS_YES_NO__YES;
    items=
        {
        DLG_LINE
            {
            type=EAknCtQuery;
            id=EGeneralQuery;
            control = AVKON_CONFIRMATION_QUERY 
                {
                layout = EConfirmationQueryLayout;
                label = "";
                };
            }
        };
    }
        
// End of File