phonebookui/Phonebook2/UIControls/rss/Pbk2PrependDlg.rss
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2005-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:  Phonebook 2 prepend dialog resources.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // --------------------------------------------------------------------------
       
    20 // Prepend number query dialog.
       
    21 // --------------------------------------------------------------------------
       
    22 //
       
    23 RESOURCE DIALOG r_pbk2_prepend_query
       
    24     {
       
    25     flags=  EEikDialogFlagWait | EEikDialogFlagNoDrag |
       
    26             EEikDialogFlagNoTitleBar | EEikDialogFlagCbaButtons |
       
    27             EEikDialogFlagNoShadow;
       
    28     buttons = R_AVKON_SOFTKEYS_CALL_CANCEL__CALL;
       
    29     items=
       
    30         {
       
    31         DLG_LINE
       
    32             {
       
    33             type = EAknCtQuery;
       
    34             id = EGeneralQuery;
       
    35             control = AVKON_DATA_QUERY
       
    36                 {
       
    37                 layout = EPhoneLayout;
       
    38                 label = text_stm_use_number_popup_text;
       
    39                 control = EDWIN
       
    40                     {
       
    41                     flags = EEikEdwinNoHorizScrolling | EEikEdwinResizable |
       
    42                             EEikEdwinNoAutoSelection;
       
    43                     numeric_keymap = EAknEditorStandardNumberModeKeymap;
       
    44                     allowed_input_modes = EAknEditorNumericInputMode;
       
    45                     default_input_mode = EAknEditorNumericInputMode;
       
    46                     special_character_table = 0;
       
    47                     lines = 1;
       
    48                     };
       
    49                 };
       
    50             }
       
    51         };
       
    52     }
       
    53 
       
    54 // End of File