phoneuis/dialer/data/dialer.rss
branchRCL_3
changeset 25 5266b1f337bd
equal deleted inserted replaced
24:41a7f70b3818 25:5266b1f337bd
       
     1 /*
       
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  This file contains all the resources for the Dialer. 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // RESOURCE IDENTIFIER
       
    20 NAME DIAL // 4 letter ID
       
    21 
       
    22 // INCLUDES
       
    23 #include <e32keys.h>
       
    24 #include <eikon.rh>
       
    25 #include <eikon.rsg>
       
    26 #include <EIKCORE.rsg>
       
    27 #include <uikon.hrh>
       
    28 #include <avkon.hrh>
       
    29 #include <avkon.rsg>
       
    30 #include <avkon.rh>
       
    31 #include <avkon.mbg>
       
    32 #include <avkon.loc>
       
    33 #include <data_caging_paths_strings.hrh>
       
    34 
       
    35 // CONSTANTS 
       
    36 
       
    37 // RESOURCE DEFINITIONS 
       
    38 
       
    39 // ---------------------------------------------------------
       
    40 //   
       
    41 // RSS_SIGNATURE
       
    42 // Signature.
       
    43 //
       
    44 // ---------------------------------------------------------
       
    45 //
       
    46 RESOURCE RSS_SIGNATURE { }
       
    47 
       
    48 // ---------------------------------------------------------
       
    49 //   
       
    50 // Default Document Name
       
    51 //
       
    52 // ---------------------------------------------------------
       
    53 //
       
    54 RESOURCE TBUF { buf="Dialer"; }
       
    55 
       
    56 
       
    57 RESOURCE EIK_APP_INFO
       
    58     {
       
    59     cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
       
    60     }
       
    61 
       
    62 // -----------------------------------------------------------------------------
       
    63 //   
       
    64 // r_inputfield
       
    65 // Input field definion
       
    66 //
       
    67 // -----------------------------------------------------------------------------
       
    68 //
       
    69 RESOURCE PHONE_NUMBER_EDITOR r_inputfield
       
    70     {
       
    71     maxChars = 100;
       
    72     maxLines = 5;
       
    73     truncation = <0x2026>; // three dots: ...
       
    74     formats =
       
    75         {
       
    76         PHONE_NUMBER_EDITOR_FORMAT // 4 lines
       
    77             {
       
    78             top=0;
       
    79             left=0;
       
    80             bottom=0;
       
    81             right=0;
       
    82             lines=4;
       
    83             bottomBaselineOffset=0;
       
    84             baselineSeparation=0;
       
    85             font=ELatinBold17;
       
    86             },
       
    87         PHONE_NUMBER_EDITOR_FORMAT // 5 lines
       
    88             {
       
    89             top=94;
       
    90             left=11;
       
    91             bottom=130;
       
    92             right=165;
       
    93             lines=5;
       
    94             bottomBaselineOffset=0;
       
    95             baselineSeparation=0;
       
    96             font=ELatinBold13;
       
    97             }
       
    98         };
       
    99      }
       
   100 
       
   101 // End of File
       
   102