diff -r 09b1ac925e3f -r 03674e5abf46 securitydialogs/Autolock/data/Autolock.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/securitydialogs/Autolock/data/Autolock.rss Wed Sep 01 12:19:59 2010 +0100 @@ -0,0 +1,106 @@ +/* +* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: +* This file contains all the resources for the Autolock. +* +* +*/ + + +// RESOURCE IDENTIFIER +NAME ALCK // 4 letter ID + +// INCLUDES + +#include +#include "autolock.hrh" +#include +#include "eikon.rsg" +#include +#include +#include +#include +#include + + +// RESOURCE DEFINITIONS + +RESOURCE RSS_SIGNATURE { } + +RESOURCE TBUF { buf=""; } + +RESOURCE EIK_APP_INFO + { + status_pane = r_autolock_status_pane; + } + +RESOURCE STATUS_PANE_APP_MODEL r_autolock_status_pane + { + layout = R_AVKON_STATUS_PANE_LAYOUT_IDLE; + panes = + { + SPANE_PANE + { + id = EEikStatusPaneUidTitle; + type = EAknCtTitlePane; + resource = r_title_pane_locked; + } + }; + } + + +RESOURCE AVKON_VIEW r_locked_view + { + } + + + +RESOURCE CBA r_autolock_softkeys_unlock_empty + { + buttons = + { + CBA_BUTTON{id=ESecUiCmdUnlock; txt= qtn_set_sec_unlock_system; }, + CBA_BUTTON{id=EAknSoftkeyEmpty; txt=text_softkey_empty; }, + CBA_BUTTON{id=EAknSoftkeyEmpty; txt=text_softkey_empty; } + }; + } + + +RESOURCE TITLE_PANE r_title_pane_locked + { + txt = qtn_set_sec_title_locked; + } + + + +RESOURCE DIALOG r_emergency + { + flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | + EEikDialogFlagCbaButtons; + buttons=R_AVKON_SOFTKEYS_CANCEL; + items= + { + DLG_LINE + { + type=EAknCtNote; + id=EGeneralNote; + control= AVKON_NOTE + { + layout = EGeneralLayout; + }; + } + }; + } + +// end of file