coreapplicationuis/Rfs/src/rfs.rss
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:24:48 +0100
branchRCL_3
changeset 20 c2c61fdca848
parent 19 924385140d98
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201033 Kit: 201035

/*
* Copyright (c) 2002-2009 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 module.
*
*
*/


//  RESOURCE IDENTIFIER

NAME    RFS        // 4 letter ID

//  INCLUDES

#include "rfs.loc"
#include <eikon.rsg>
#include <eikon.rh>
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.hrh>
#include <avkon.mbg>

// RESOURCE DEFINITIONS 

RESOURCE RSS_SIGNATURE {}

RESOURCE TBUF { buf=""; }

RESOURCE TBUF r_active_calls { buf = qtn_rfs_note_active_calls; }

RESOURCE TBUF r_device_restart { buf = qtn_rfs_note_device_restart; }

// -----------------------------------------------------------------------------
// R_CONFIRM_RFS
// -----------------------------------------------------------------------------

RESOURCE DIALOG r_confirm_rfs
    {
    flags = EGeneralQueryFlags;

    buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
    items =
        {
        DLG_LINE
            {
            type = EAknCtQuery;
            id = EGeneralQuery;
            control = AVKON_CONFIRMATION_QUERY 
                { 
                layout = EConfirmationLayout;
                label = qtn_rfs_restore_query;
                };
            }
        };
    }

// -----------------------------------------------------------------------------
// R_CONFIRM_DEEP_RFS
// -----------------------------------------------------------------------------
//
RESOURCE DIALOG r_confirm_deep_rfs
    {
    flags = EGeneralQueryFlags;

    buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
    items =
        {
        DLG_LINE
            {
            type = EAknCtQuery;
            id = EGeneralQuery;
            control = AVKON_CONFIRMATION_QUERY
                {
                layout = EConfirmationLayout;
                label = qtn_rfs_reset_phone_settings;
                };
            }
        };
    }

// -----------------------------------------------------------------------------
// R_CLOSING_CONNECTIONS
// -----------------------------------------------------------------------------
//
RESOURCE DIALOG r_closing_connections
    {
    flags = EAknWaitNoteFlags | EEikDialogFlagWait;
    buttons = R_AVKON_SOFTKEYS_CANCEL;
    items =
        {
        DLG_LINE
            {
            type = EAknCtNote;
            id = EGeneralNote;
            control = AVKON_NOTE
                {
                layout = EWaitLayout;
                singular_label = qtn_rfs_note_closing_connections;
                animation = R_QGN_GRAF_WAIT_BAR_ANIM;
                };
            }
        };
    }

// End of File