coreapplicationuis/Rfs/src/rfs.rss
changeset 0 2e3d3ce01487
child 21 c4cbaa4fb734
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/coreapplicationuis/Rfs/src/rfs.rss	Tue Feb 02 10:12:00 2010 +0200
@@ -0,0 +1,117 @@
+/*
+* 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