coreapplicationuis/Rfs/src/rfs.rss
changeset 21 c4cbaa4fb734
parent 0 2e3d3ce01487
child 63 c2c61fdca848
equal deleted inserted replaced
0:2e3d3ce01487 21:c4cbaa4fb734
     1 /*
     1 /*
     2 * Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    25 //  INCLUDES
    25 //  INCLUDES
    26 
    26 
    27 #include "rfs.loc"
    27 #include "rfs.loc"
    28 #include <eikon.rsg>
    28 #include <eikon.rsg>
    29 #include <eikon.rh>
    29 #include <eikon.rh>
    30 #include <avkon.rsg>
    30 
    31 #include <avkon.rh>
       
    32 #include <avkon.hrh>
       
    33 #include <avkon.mbg>
       
    34 
    31 
    35 // RESOURCE DEFINITIONS 
    32 // RESOURCE DEFINITIONS 
    36 
    33 
    37 RESOURCE RSS_SIGNATURE {}
    34 RESOURCE RSS_SIGNATURE {}
    38 
    35 
    40 
    37 
    41 RESOURCE TBUF r_active_calls { buf = qtn_rfs_note_active_calls; }
    38 RESOURCE TBUF r_active_calls { buf = qtn_rfs_note_active_calls; }
    42 
    39 
    43 RESOURCE TBUF r_device_restart { buf = qtn_rfs_note_device_restart; }
    40 RESOURCE TBUF r_device_restart { buf = qtn_rfs_note_device_restart; }
    44 
    41 
    45 // -----------------------------------------------------------------------------
       
    46 // R_CONFIRM_RFS
       
    47 // -----------------------------------------------------------------------------
       
    48 
    42 
    49 RESOURCE DIALOG r_confirm_rfs
    43 RESOURCE TBUF r_confirm_rfs { buf = qtn_rfs_restore_query; }
    50     {
       
    51     flags = EGeneralQueryFlags;
       
    52 
    44 
    53     buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
    45 RESOURCE TBUF r_confirm_deep_rfs { buf = qtn_rfs_reset_phone_settings; }
    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 
    46 
    69 // -----------------------------------------------------------------------------
    47 RESOURCE TBUF r_closing_connections { buf = qtn_rfs_note_closing_connections; }
    70 // R_CONFIRM_DEEP_RFS
       
    71 // -----------------------------------------------------------------------------
       
    72 //
       
    73 RESOURCE DIALOG r_confirm_deep_rfs
       
    74     {
       
    75     flags = EGeneralQueryFlags;
       
    76 
    48 
    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 
    49 
   117 // End of File
    50 // End of File