phoneuis/dialer/data/dialerkeypad_chn_stroke.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 19 Feb 2010 22:50:26 +0200
branchRCL_3
changeset 9 8871b09be73b
permissions -rw-r--r--
Revision: 201003 Kit: 201007

/*
* Copyright (c) 2010 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:  Dialer virtual keypad button text labels.
*               This is the Chinese Stroke variant of the file.
*
*/

// NOTE: It's mandatory that all variated keypad resources have
// the same resouce identifier and same structure. Same interface
// is used for all of them!

//  RESOURCE IDENTIFIER
NAME DIKP

#include <eikon.rh>
#include <eikon.hrh>

#include "dialerkeypad.rh"

RESOURCE RSS_SIGNATURE { }

RESOURCE TBUF { buf=""; }

RESOURCE DIALER_KEYPAD r_dialer_keypad
    {
    keys = 
        {
        DIALER_KEY // 1
            {
            firstRow = <0x4e00>;
            secondRow = " "; // to force two line layout
            },
        DIALER_KEY // 2
            {
            firstRow = <0x4e28>;
            secondRow = DEFAULT_KEY_2_TEXT;
            },
        DIALER_KEY // 3
            {
            firstRow = <0x4e3f>;
            secondRow = DEFAULT_KEY_3_TEXT;
            },
        DIALER_KEY // 4
            {
            firstRow = <0x4e36>;
            secondRow = DEFAULT_KEY_4_TEXT;
            },
        DIALER_KEY // 5
            {
            firstRow = <0x4e5b>;
            secondRow = DEFAULT_KEY_5_TEXT;
            },
        DIALER_KEY // 6
            {
            secondRow = DEFAULT_KEY_6_TEXT;
            },
        DIALER_KEY // 7
            {
            secondRow = DEFAULT_KEY_7_TEXT;
            },
        DIALER_KEY // 8
            {
            secondRow = DEFAULT_KEY_8_TEXT;
            },
        DIALER_KEY // 9
            {
            secondRow = DEFAULT_KEY_9_TEXT;
            },
        DIALER_KEY // *
            {
            firstRow = DEFAULT_KEY_ASTERISK_TEXT;
            },
        DIALER_KEY // 0
            {
            firstRow = DEFAULT_KEY_0_TEXT;
            },
        DIALER_KEY // #
            {
            firstRow = DEFAULT_KEY_HASH_TEXT;
            }
        };
    }

// End Of File