phoneuis/dialer/data/dialer.rss
changeset 0 5f000ab63145
child 9 8871b09be73b
equal deleted inserted replaced
-1:000000000000 0:5f000ab63145
       
     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 
       
    36 
       
    37 // CONSTANTS 
       
    38 
       
    39 // RESOURCE DEFINITIONS 
       
    40 
       
    41 // ---------------------------------------------------------
       
    42 //   
       
    43 // RSS_SIGNATURE
       
    44 // Signature.
       
    45 //
       
    46 // ---------------------------------------------------------
       
    47 //
       
    48 RESOURCE RSS_SIGNATURE { }
       
    49 
       
    50 // ---------------------------------------------------------
       
    51 //   
       
    52 // Default Document Name
       
    53 //
       
    54 // ---------------------------------------------------------
       
    55 //
       
    56 RESOURCE TBUF { buf="Dialer"; }
       
    57 
       
    58 
       
    59 RESOURCE EIK_APP_INFO
       
    60     {
       
    61     cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
       
    62     }
       
    63 
       
    64 // -----------------------------------------------------------------------------
       
    65 //   
       
    66 // r_inputfield
       
    67 // Input field definion
       
    68 //
       
    69 // -----------------------------------------------------------------------------
       
    70 //
       
    71 RESOURCE PHONE_NUMBER_EDITOR r_inputfield
       
    72     {
       
    73     maxChars = 100;
       
    74     maxLines = 5;
       
    75     truncation = <0x2026>; // three dots: ...
       
    76     formats =
       
    77         {
       
    78         PHONE_NUMBER_EDITOR_FORMAT // 4 lines
       
    79             {
       
    80             top=0;
       
    81             left=0;
       
    82             bottom=0;
       
    83             right=0;
       
    84             lines=4;
       
    85             bottomBaselineOffset=0;
       
    86             baselineSeparation=0;
       
    87             font=ELatinBold17;
       
    88             },
       
    89         PHONE_NUMBER_EDITOR_FORMAT // 5 lines
       
    90             {
       
    91             top=94;
       
    92             left=11;
       
    93             bottom=130;
       
    94             right=165;
       
    95             lines=5;
       
    96             bottomBaselineOffset=0;
       
    97             baselineSeparation=0;
       
    98             font=ELatinBold13;
       
    99             }
       
   100         };
       
   101      }
       
   102 
       
   103 
       
   104 // End of File
       
   105