coreapplicationuis/Rfs/src/rfs.rss
changeset 0 2e3d3ce01487
child 21 c4cbaa4fb734
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 /*
       
     2 * Copyright (c) 2002-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 "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 module.
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 //  RESOURCE IDENTIFIER
       
    22 
       
    23 NAME    RFS        // 4 letter ID
       
    24 
       
    25 //  INCLUDES
       
    26 
       
    27 #include "rfs.loc"
       
    28 #include <eikon.rsg>
       
    29 #include <eikon.rh>
       
    30 #include <avkon.rsg>
       
    31 #include <avkon.rh>
       
    32 #include <avkon.hrh>
       
    33 #include <avkon.mbg>
       
    34 
       
    35 // RESOURCE DEFINITIONS 
       
    36 
       
    37 RESOURCE RSS_SIGNATURE {}
       
    38 
       
    39 RESOURCE TBUF { buf=""; }
       
    40 
       
    41 RESOURCE TBUF r_active_calls { buf = qtn_rfs_note_active_calls; }
       
    42 
       
    43 RESOURCE TBUF r_device_restart { buf = qtn_rfs_note_device_restart; }
       
    44 
       
    45 // -----------------------------------------------------------------------------
       
    46 // R_CONFIRM_RFS
       
    47 // -----------------------------------------------------------------------------
       
    48 
       
    49 RESOURCE DIALOG r_confirm_rfs
       
    50     {
       
    51     flags = EGeneralQueryFlags;
       
    52 
       
    53     buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
       
    54     items =
       
    55         {
       
    56         DLG_LINE
       
    57             {
       
    58             type = EAknCtQuery;
       
    59             id = EGeneralQuery;
       
    60             control = AVKON_CONFIRMATION_QUERY 
       
    61                 { 
       
    62                 layout = EConfirmationLayout;
       
    63                 label = qtn_rfs_restore_query;
       
    64                 };
       
    65             }
       
    66         };
       
    67     }
       
    68 
       
    69 // -----------------------------------------------------------------------------
       
    70 // R_CONFIRM_DEEP_RFS
       
    71 // -----------------------------------------------------------------------------
       
    72 //
       
    73 RESOURCE DIALOG r_confirm_deep_rfs
       
    74     {
       
    75     flags = EGeneralQueryFlags;
       
    76 
       
    77     buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
       
    78     items =
       
    79         {
       
    80         DLG_LINE
       
    81             {
       
    82             type = EAknCtQuery;
       
    83             id = EGeneralQuery;
       
    84             control = AVKON_CONFIRMATION_QUERY
       
    85                 {
       
    86                 layout = EConfirmationLayout;
       
    87                 label = qtn_rfs_reset_phone_settings;
       
    88                 };
       
    89             }
       
    90         };
       
    91     }
       
    92 
       
    93 // -----------------------------------------------------------------------------
       
    94 // R_CLOSING_CONNECTIONS
       
    95 // -----------------------------------------------------------------------------
       
    96 //
       
    97 RESOURCE DIALOG r_closing_connections
       
    98     {
       
    99     flags = EAknWaitNoteFlags | EEikDialogFlagWait;
       
   100     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
   101     items =
       
   102         {
       
   103         DLG_LINE
       
   104             {
       
   105             type = EAknCtNote;
       
   106             id = EGeneralNote;
       
   107             control = AVKON_NOTE
       
   108                 {
       
   109                 layout = EWaitLayout;
       
   110                 singular_label = qtn_rfs_note_closing_connections;
       
   111                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
   112                 };
       
   113             }
       
   114         };
       
   115     }
       
   116 
       
   117 // End of File