wlansecuritysettings/wlaneapsettingsui/pap/notifierui/data/papnotifdlgui.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 PapNotifDlg
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: 6 %
       
    20 */
       
    21 
       
    22 // RESOURCE IDENTIFIER
       
    23 NAME PAPN
       
    24 
       
    25 
       
    26 // INCLUDES
       
    27 #include <eikon.rh>
       
    28 #include <eikon.rsg>
       
    29 #include <avkon.rsg>
       
    30 #include <avkon.rh>
       
    31 #include <avkon.hrh>
       
    32 #include <avkon.loc>
       
    33 
       
    34 #include <papnotifdlg.loc>
       
    35 #include "papnotifui.hrh"
       
    36 
       
    37 
       
    38 // RESOURCE DEFINITIONS 
       
    39 
       
    40 RESOURCE RSS_SIGNATURE { }
       
    41 
       
    42 RESOURCE DIALOG r_papnotif_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_pap_notif_username;
       
    57                 control = EDWIN
       
    58                     {
       
    59                     flags = 0;
       
    60                     width = 5;
       
    61                     lines = 1;
       
    62                     maxlength = KPapUsernameMaxLength;
       
    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_pap_notif_password;
       
    81                 control = SECRETED
       
    82                     {
       
    83                     num_letters = KPapPasswordMaxLength;
       
    84                     };
       
    85                 };
       
    86             }
       
    87         };
       
    88     }
       
    89     
       
    90 RESOURCE CBA r_papnotif_softkeys_ok___select
       
    91     {
       
    92     buttons =
       
    93         {
       
    94         CBA_BUTTON { id = EAknSoftkeyOk; txt = text_softkey_ok; },
       
    95         CBA_BUTTON { },
       
    96         CBA_BUTTON { id = EAknSoftkeyOk; txt = qtn_msk_select; }
       
    97         };
       
    98     }
       
    99     
       
   100     
       
   101 RESOURCE DIALOG r_pap_challenge_message_query
       
   102     {
       
   103     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | 
       
   104             EEikDialogFlagCbaButtons | EEikDialogFlagNotifyEsc;
       
   105     buttons = r_papnotif_softkeys_ok___select;
       
   106     items =
       
   107         {
       
   108         DLG_LINE
       
   109             {
       
   110             type = EAknCtPopupHeadingPane;
       
   111             id = EAknMessageQueryHeaderId;
       
   112             control = AVKON_HEADING
       
   113                 {
       
   114                 label = qtn_wlan_eap_pap_notif_message;
       
   115                 };
       
   116             },
       
   117 
       
   118         DLG_LINE
       
   119             {
       
   120             type = EAknCtMessageQuery;
       
   121             id = EAknMessageQueryContentId;
       
   122             control = AVKON_MESSAGE_QUERY
       
   123                 {
       
   124                 };
       
   125             }
       
   126         };
       
   127     }
       
   128     
       
   129 RESOURCE DIALOG r_pap_challenge_reply_query
       
   130     {
       
   131     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | 
       
   132             EEikDialogFlagCbaButtons | EEikDialogFlagNotifyEsc;
       
   133     buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   134     items =
       
   135         {
       
   136         DLG_LINE
       
   137             {
       
   138             type = EAknCtQuery;
       
   139             id = EGeneralQuery;
       
   140             control= AVKON_DATA_QUERY
       
   141                 { 
       
   142                 layout = ECodeLayout;
       
   143                 label = qtn_wlan_eap_pap_notif_response;
       
   144                 control = SECRETED 
       
   145                     {
       
   146                     num_letters = KPapPasswordMaxLength;
       
   147                     };
       
   148                 };
       
   149             }
       
   150         };
       
   151     }
       
   152          
       
   153 
       
   154 // End of File