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