phonebookui/Phonebook2/UIControls/rss/Pbk2GeneralNotes.rss
changeset 0 e686773b3f54
child 3 04ab22b956c2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/phonebookui/Phonebook2/UIControls/rss/Pbk2GeneralNotes.rss	Tue Feb 02 10:12:17 2010 +0200
@@ -0,0 +1,102 @@
+/*
+* Copyright (c) 2005-2007 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 note resources for Phonebook 2
+*
+*/
+
+
+    
+// ---------------------------------------------------------
+// General fetching waiting note
+// ---------------------------------------------------------
+// 
+RESOURCE DIALOG r_qtn_gen_note_fetching_wait
+	{
+	flags = EAknWaitNoteFlags;
+    buttons = R_AVKON_SOFTKEYS_EMPTY;
+    items =
+		{
+		DLG_LINE
+			{
+			type = EAknCtNote;
+			id = EPbk2NoteContactsFetching;
+			control = AVKON_NOTE 
+				{ 
+				layout = EWaitLayout;
+				singular_label = qtn_gen_note_fetching;
+                animation = R_QGN_GRAF_WAIT_BAR_ANIM;
+                imagefile = AVKON_ICON_FILE;
+                imageid = EMbmAvkonQgn_note_copy;
+                imagemask = EMbmAvkonQgn_note_copy_mask;
+                };
+			}
+		};
+	}
+	
+// ---------------------------------------------------------
+// General retrieving progress bar note
+// ---------------------------------------------------------
+//
+RESOURCE DIALOG r_qtn_gen_note_retrieving_progress
+	{
+	flags = EAknProgressNoteFlags;
+    buttons = R_AVKON_SOFTKEYS_EMPTY;
+    items =
+		{
+		DLG_LINE
+			{
+			type = EAknCtNote;
+			id = EPbk2NoteContactsRetrievingProgressBar;
+			control = AVKON_NOTE 
+				{ 
+				layout = EProgressLayout;
+				singular_label = qtn_gen_note_fetching;
+                imagefile = AVKON_ICON_FILE;
+                imageid = EMbmAvkonQgn_note_copy;
+                imagemask = EMbmAvkonQgn_note_copy_mask;
+				};
+			}
+		};
+	}
+   
+
+// ---------------------------------------------------------
+// General saving waiting note
+// ---------------------------------------------------------
+// 
+RESOURCE DIALOG r_qtn_gen_note_saving_wait
+    {
+    flags = EAknWaitNoteFlags;
+    buttons = R_AVKON_SOFTKEYS_CANCEL;
+    items =
+        {
+        DLG_LINE
+            {
+            type = EAknCtNote;
+            id = EPbk2NoteContactsSaving;
+            control = AVKON_NOTE 
+                { 
+                layout = EWaitLayout;
+                singular_label = qtn_gen_note_saving;
+                animation = R_QGN_GRAF_WAIT_BAR_ANIM;
+                imagefile = AVKON_ICON_FILE;
+                imageid = EMbmAvkonQgn_note_copy;
+                imagemask = EMbmAvkonQgn_note_copy_mask;
+                };
+            }
+        };
+    }
+    
+	
+// End of file