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