wlansecuritysettings/wlaneapsettingsui/EapGtc/NotifierUi/data/GtcNotifDlgUi.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: Resorce file of GtcNotif.
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: 16 %
       
    20 */
       
    21 
       
    22 // RESOURCE IDENTIFIER
       
    23 NAME EGTC
       
    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 #include <avkon.loc>
       
    36 
       
    37 #include <gtcnotifdlg.loc>
       
    38 
       
    39 
       
    40 // RESOURCE DEFINITIONS 
       
    41 
       
    42 RESOURCE RSS_SIGNATURE { }
       
    43 
       
    44 
       
    45 RESOURCE CBA r_gtcnotif_softkeys_ok_cancel_select
       
    46     {
       
    47     buttons =
       
    48         {
       
    49         CBA_BUTTON { id = EAknSoftkeyOk; txt = text_softkey_ok; },
       
    50         CBA_BUTTON { id = EAknSoftkeyCancel; txt = text_softkey_cancel; },
       
    51         CBA_BUTTON { id = EAknSoftkeyOk; txt = qtn_msk_select; }
       
    52         };
       
    53     }
       
    54     
       
    55 
       
    56 RESOURCE DIALOG r_gtc_password_query
       
    57     {
       
    58     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | 
       
    59             EEikDialogFlagCbaButtons | EEikDialogFlagNotifyEsc;
       
    60     buttons = r_gtcnotif_softkeys_ok_cancel_select;
       
    61     items =
       
    62         {
       
    63         DLG_LINE
       
    64             {
       
    65             type = EAknCtQuery;
       
    66             id = EGeneralQuery;
       
    67             control= AVKON_DATA_QUERY 
       
    68                 { 
       
    69                 layout = ECodeLayout;
       
    70                 label = "";
       
    71                 control = SECRETED 
       
    72                     {
       
    73                     num_letters = 255;
       
    74                     };
       
    75                 };
       
    76             }
       
    77         };
       
    78     }
       
    79     
       
    80 
       
    81 RESOURCE CBA r_gtcnotif_softkeys_ok___select
       
    82     {
       
    83     buttons =
       
    84         {
       
    85         CBA_BUTTON { id = EAknSoftkeyOk; txt = text_softkey_ok; },
       
    86         CBA_BUTTON { },
       
    87         CBA_BUTTON { id = EAknSoftkeyOk; txt = qtn_msk_select; }
       
    88         };
       
    89     }
       
    90 
       
    91 
       
    92 RESOURCE DIALOG r_message_query
       
    93     {
       
    94     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | 
       
    95             EEikDialogFlagCbaButtons | EEikDialogFlagNotifyEsc;
       
    96     buttons = r_gtcnotif_softkeys_ok___select;
       
    97     items =
       
    98         {
       
    99         DLG_LINE
       
   100             {
       
   101             type = EAknCtPopupHeadingPane;
       
   102             id = EAknMessageQueryHeaderId;
       
   103             control = AVKON_HEADING
       
   104                 {
       
   105                 label = qtn_wlan_eap_gtc_notif_message;
       
   106                 };
       
   107             },
       
   108 
       
   109         DLG_LINE
       
   110             {
       
   111             type = EAknCtMessageQuery;
       
   112             id = EAknMessageQueryContentId;
       
   113             control = AVKON_MESSAGE_QUERY
       
   114                 {
       
   115                 };
       
   116             }
       
   117         };
       
   118     }
       
   119 
       
   120 
       
   121 RESOURCE TBUF r_gtc_response    { buf = qtn_wlan_eap_gtc_notif_response; }
       
   122 RESOURCE TBUF r_gtc_message     { buf = qtn_wlan_eap_gtc_notif_message; }
       
   123 RESOURCE TBUF r_gtc_username    { buf = qtn_wlan_eap_gtc_notif_username; }
       
   124 
       
   125 
       
   126 // End of File