email/imum/Mtms/Data/ImumDialogs.rss
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:31:54 +0100
branchRCL_3
changeset 27 7fdbb852d323
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201033 Kit: 201035

/*
* 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