wlansecuritysettings/wlaneapsettingsui/EapMschapv2/NotifierUi/data/MsChapv2NotifDlgUi.rss
changeset 0 c8830336c852
child 2 1c7bc153c08e
equal deleted inserted replaced
-1:000000000000 0:c8830336c852
       
     1 /*
       
     2 * Copyright (c) 2001-2009 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 the License "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: Resource file of MsChapv2Notif.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 // RESOURCE IDENTIFIER
       
    21 NAME MSCN
       
    22 
       
    23 
       
    24 // INCLUDES
       
    25 #include <eikon.rh>
       
    26 #include <eikon.rsg>
       
    27 
       
    28 #include <avkon.rsg>
       
    29 #include <avkon.rh>
       
    30 #include <apsettings.mbg>
       
    31 
       
    32 #include <avkon.hrh>
       
    33 
       
    34 #include <mschapv2notifdlg.loc>
       
    35 
       
    36 
       
    37 // RESOURCE DEFINITIONS 
       
    38 
       
    39 RESOURCE RSS_SIGNATURE { }
       
    40 
       
    41 
       
    42 RESOURCE DIALOG r_mschapv2notif_username_password_query
       
    43     {
       
    44     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | 
       
    45             EEikDialogFlagCbaButtons|EEikDialogFlagNotifyEsc;
       
    46     buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
    47     items =
       
    48         {
       
    49         DLG_LINE
       
    50             {
       
    51             type = EAknCtMultilineQuery;
       
    52             id = EMultilineFirstLine;
       
    53             control = AVERELL_DATA_QUERY
       
    54                 { 
       
    55                 layout = EMultiDataFirstEdwin;
       
    56                 label = qtn_wlan_eap_mschapv2_notif_username;
       
    57                 control = EDWIN
       
    58                     {
       
    59                     flags = 0;
       
    60                     width = 5;
       
    61                     lines = 1;
       
    62                     maxlength = 255;
       
    63                     default_case = EAknEditorLowerCase;
       
    64                     allowed_case_modes = EAknEditorAllCaseModes;
       
    65                     allowed_input_modes = EAknEditorAlphaInputMode | 
       
    66                                           EAknEditorNumericInputMode |
       
    67                                           EAknEditorPredictiveInputMode;
       
    68                     default_input_mode = EAknEditorPredictiveInputMode;
       
    69                     };
       
    70                 };
       
    71             },
       
    72 
       
    73         DLG_LINE
       
    74             {
       
    75             type = EAknCtMultilineQuery;
       
    76             id = EMultilineSecondLine;
       
    77             control = AVERELL_DATA_QUERY 
       
    78                 { 
       
    79                 layout = EMultiDataSecondSecEd;
       
    80                 label = qtn_wlan_eap_mschapv2_notif_password;
       
    81                 control = SECRETED
       
    82                     {
       
    83                     num_letters=255;
       
    84                     };
       
    85                 };
       
    86             }
       
    87         };
       
    88     }
       
    89 
       
    90 
       
    91 // End of File