securitydialogs/Autolock/data/Autolock.rss
changeset 0 164170e6151a
equal deleted inserted replaced
-1:000000000000 0:164170e6151a
       
     1 /*
       
     2 * Copyright (c) 2002 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 "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: 
       
    15 *     This file contains all the resources for the Autolock.
       
    16 *     
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 //  RESOURCE IDENTIFIER
       
    22 NAME    ALCK // 4 letter ID
       
    23 
       
    24 //  INCLUDES
       
    25 
       
    26 #include <eikon.rh>
       
    27 #include "autolock.hrh"
       
    28 #include <autolock.loc>
       
    29 #include "eikon.rsg"
       
    30 #include <avkon.rsg>
       
    31 #include <avkon.rh>
       
    32 #include <avkon.loc>
       
    33 #include <avkon.mbg>
       
    34 #include <autolock.mbg>
       
    35 
       
    36 
       
    37 //  RESOURCE DEFINITIONS 
       
    38 
       
    39 RESOURCE RSS_SIGNATURE { }
       
    40 
       
    41 RESOURCE TBUF { buf=""; }
       
    42 
       
    43 RESOURCE EIK_APP_INFO
       
    44 	{
       
    45 	status_pane = r_autolock_status_pane;
       
    46 	}
       
    47 
       
    48 RESOURCE STATUS_PANE_APP_MODEL r_autolock_status_pane
       
    49     {
       
    50     layout = R_AVKON_STATUS_PANE_LAYOUT_IDLE;
       
    51     panes =
       
    52         {
       
    53         SPANE_PANE
       
    54             {
       
    55             id = EEikStatusPaneUidTitle;
       
    56             type = EAknCtTitlePane;
       
    57             resource = r_title_pane_locked;
       
    58             }
       
    59         };
       
    60     }
       
    61 
       
    62 
       
    63 RESOURCE AVKON_VIEW r_locked_view
       
    64 	{
       
    65 	}
       
    66 
       
    67 
       
    68 
       
    69 RESOURCE CBA r_autolock_softkeys_unlock_empty
       
    70     {
       
    71     buttons = 
       
    72         {
       
    73         CBA_BUTTON{id=ESecUiCmdUnlock; txt= qtn_set_sec_unlock_system; },
       
    74         CBA_BUTTON{id=EAknSoftkeyEmpty; txt=text_softkey_empty; },
       
    75         CBA_BUTTON{id=EAknSoftkeyEmpty; txt=text_softkey_empty; }
       
    76         };    
       
    77     }
       
    78 
       
    79 
       
    80 RESOURCE TITLE_PANE r_title_pane_locked
       
    81 	{
       
    82 	txt = qtn_set_sec_title_locked;
       
    83 	}
       
    84 
       
    85 
       
    86 
       
    87 RESOURCE DIALOG r_emergency
       
    88 	{
       
    89 	flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
       
    90             EEikDialogFlagCbaButtons;
       
    91 	buttons=R_AVKON_SOFTKEYS_CANCEL;
       
    92     items=
       
    93 		{
       
    94 		DLG_LINE
       
    95 			{
       
    96 	    	type=EAknCtNote;
       
    97 			id=EGeneralNote;
       
    98 			control= AVKON_NOTE 
       
    99 				{ 
       
   100 	                layout = EGeneralLayout;
       
   101 				};
       
   102 			}
       
   103 		};
       
   104 	}
       
   105 
       
   106 // end of file