phoneuis/dialer/data/dialer.rss
author Fionntina Carville <fionntinac@symbian.org>
Mon, 15 Nov 2010 11:44:32 +0000
branchRCL_3
changeset 84 1dabaed15bcd
parent 62 5266b1f337bd
permissions -rw-r--r--
Bug 3539. Update localisation mappings for phone.

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


// RESOURCE IDENTIFIER
NAME DIAL // 4 letter ID

// INCLUDES
#include <e32keys.h>
#include <eikon.rh>
#include <eikon.rsg>
#include <EIKCORE.rsg>
#include <uikon.hrh>
#include <avkon.hrh>
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.mbg>
#include <avkon.loc>
#include <data_caging_paths_strings.hrh>

// CONSTANTS 

// RESOURCE DEFINITIONS 

// ---------------------------------------------------------
//   
// RSS_SIGNATURE
// Signature.
//
// ---------------------------------------------------------
//
RESOURCE RSS_SIGNATURE { }

// ---------------------------------------------------------
//   
// Default Document Name
//
// ---------------------------------------------------------
//
RESOURCE TBUF { buf="Dialer"; }


RESOURCE EIK_APP_INFO
    {
    cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
    }

// -----------------------------------------------------------------------------
//   
// r_inputfield
// Input field definion
//
// -----------------------------------------------------------------------------
//
RESOURCE PHONE_NUMBER_EDITOR r_inputfield
    {
    maxChars = 100;
    maxLines = 5;
    truncation = <0x2026>; // three dots: ...
    formats =
        {
        PHONE_NUMBER_EDITOR_FORMAT // 4 lines
            {
            top=0;
            left=0;
            bottom=0;
            right=0;
            lines=4;
            bottomBaselineOffset=0;
            baselineSeparation=0;
            font=ELatinBold17;
            },
        PHONE_NUMBER_EDITOR_FORMAT // 5 lines
            {
            top=94;
            left=11;
            bottom=130;
            right=165;
            lines=5;
            bottomBaselineOffset=0;
            baselineSeparation=0;
            font=ELatinBold13;
            }
        };
     }

// End of File