wlansecuritysettings/wlaneapsettingsui/pap/notifierui/data/papnotifdlgui.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 PapNotifDlg
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 // RESOURCE IDENTIFIER
       
    21 NAME PAPN
       
    22 
       
    23 
       
    24 // INCLUDES
       
    25 #include <eikon.rh>
       
    26 #include <eikon.rsg>
       
    27 #include <avkon.rsg>
       
    28 #include <avkon.rh>
       
    29 #include <avkon.hrh>
       
    30 #include <avkon.loc>
       
    31 
       
    32 #include <papnotifdlg.loc>
       
    33 #include "papnotifui.hrh"
       
    34 
       
    35 
       
    36 // RESOURCE DEFINITIONS 
       
    37 
       
    38 RESOURCE RSS_SIGNATURE { }
       
    39 
       
    40 RESOURCE DIALOG r_papnotif_username_password_query
       
    41     {
       
    42     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | 
       
    43             EEikDialogFlagCbaButtons|EEikDialogFlagNotifyEsc;
       
    44     buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
    45     items =
       
    46         {
       
    47         DLG_LINE
       
    48             {
       
    49             type = EAknCtMultilineQuery;
       
    50             id = EMultilineFirstLine;
       
    51             control = AVERELL_DATA_QUERY
       
    52                 { 
       
    53                 layout = EMultiDataFirstEdwin;
       
    54                 label = qtn_wlan_eap_pap_notif_username;
       
    55                 control = EDWIN
       
    56                     {
       
    57                     flags = 0;
       
    58                     width = 5;
       
    59                     lines = 1;
       
    60                     maxlength = KPapUsernameMaxLength;
       
    61                     default_case = EAknEditorLowerCase;
       
    62                     allowed_case_modes = EAknEditorAllCaseModes;
       
    63                     allowed_input_modes = EAknEditorAlphaInputMode | 
       
    64                                           EAknEditorNumericInputMode |
       
    65                                           EAknEditorPredictiveInputMode;
       
    66                     default_input_mode = EAknEditorPredictiveInputMode;
       
    67                     };
       
    68                 };
       
    69             },
       
    70 
       
    71         DLG_LINE
       
    72             {
       
    73             type = EAknCtMultilineQuery;
       
    74             id = EMultilineSecondLine;
       
    75             control = AVERELL_DATA_QUERY 
       
    76                 { 
       
    77                 layout = EMultiDataSecondSecEd;
       
    78                 label = qtn_wlan_eap_pap_notif_password;
       
    79                 control = SECRETED
       
    80                     {
       
    81                     num_letters = KPapPasswordMaxLength;
       
    82                     };
       
    83                 };
       
    84             }
       
    85         };
       
    86     }
       
    87     
       
    88 RESOURCE CBA r_papnotif_softkeys_ok___select
       
    89     {
       
    90     buttons =
       
    91         {
       
    92         CBA_BUTTON { id = EAknSoftkeyOk; txt = text_softkey_ok; },
       
    93         CBA_BUTTON { },
       
    94         CBA_BUTTON { id = EAknSoftkeyOk; txt = qtn_msk_select; }
       
    95         };
       
    96     }
       
    97     
       
    98     
       
    99 RESOURCE DIALOG r_pap_challenge_message_query
       
   100     {
       
   101     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | 
       
   102             EEikDialogFlagCbaButtons | EEikDialogFlagNotifyEsc;
       
   103     buttons = r_papnotif_softkeys_ok___select;
       
   104     items =
       
   105         {
       
   106         DLG_LINE
       
   107             {
       
   108             type = EAknCtPopupHeadingPane;
       
   109             id = EAknMessageQueryHeaderId;
       
   110             control = AVKON_HEADING
       
   111                 {
       
   112                 label = qtn_wlan_eap_pap_notif_message;
       
   113                 };
       
   114             },
       
   115 
       
   116         DLG_LINE
       
   117             {
       
   118             type = EAknCtMessageQuery;
       
   119             id = EAknMessageQueryContentId;
       
   120             control = AVKON_MESSAGE_QUERY
       
   121                 {
       
   122                 };
       
   123             }
       
   124         };
       
   125     }
       
   126     
       
   127 RESOURCE DIALOG r_pap_challenge_reply_query
       
   128     {
       
   129     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | 
       
   130             EEikDialogFlagCbaButtons | EEikDialogFlagNotifyEsc;
       
   131     buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   132     items =
       
   133         {
       
   134         DLG_LINE
       
   135             {
       
   136             type = EAknCtQuery;
       
   137             id = EGeneralQuery;
       
   138             control= AVKON_DATA_QUERY
       
   139                 { 
       
   140                 layout = ECodeLayout;
       
   141                 label = qtn_wlan_eap_pap_notif_response;
       
   142                 control = SECRETED 
       
   143                     {
       
   144                     num_letters = KPapPasswordMaxLength;
       
   145                     };
       
   146                 };
       
   147             }
       
   148         };
       
   149     }
       
   150          
       
   151 
       
   152 // End of File