cellular/servicerequest/data/servicerequest.rss
changeset 33 8d5d7fcf9b59
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cellular/servicerequest/data/servicerequest.rss	Wed Jul 21 18:26:52 2010 +0300
@@ -0,0 +1,111 @@
+/*
+* Copyright (c) 2002 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:  Resource file for general Service Request
+*
+*/
+
+
+
+// RESOURCE IDENTIFIER
+NAME SERQ
+
+// INCLUDES
+
+#include <eikon.rh>
+#include <avkon.rsg>
+#include <avkon.rh>
+#include <avkon.hrh>
+#include <avkon.mbg>
+
+#include <avkon.loc>
+#include "servicerequest.hrh" 
+
+RESOURCE RSS_SIGNATURE { }
+
+
+// -----------------------------------------------------------------------------
+// 
+// r_serq_requesting_wait_note
+// Wait dialog for the servivce request.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE DIALOG r_serq_requesting_wait_note
+    {
+    flags = EAknWaitNoteFlags  | EEikDialogFlagWait;
+    buttons=R_AVKON_SOFTKEYS_QUIT;
+    items=
+        {
+        DLG_LINE
+            {
+            type=EAknCtNote;
+            id = ESerqRequestingNote;
+            control= AVKON_NOTE 
+                { 
+                layout = EWaitLayout;
+                singular_label = text_sending;
+                animation = R_QGN_GRAF_WAIT_BAR_ANIM;
+                };
+            }
+        };
+    }
+
+// Used texts in notes:
+
+RESOURCE TBUF r_text_unconfirmed
+    {
+    buf = text_unconfirmed;
+    }
+
+RESOURCE TBUF r_text_not_done
+    {
+    buf = text_not_done;
+    }
+
+RESOURCE TBUF r_text_not_allowed
+    {
+    buf = text_not_allowed;
+    }
+
+RESOURCE TBUF r_text_result_unknown
+    {
+    buf = text_result_unknown;
+    }
+
+RESOURCE TBUF r_text_done
+    {
+    buf = text_done;
+    }
+
+RESOURCE TBUF r_text_no_service
+    {
+    buf = text_no_service;
+    }
+
+RESOURCE TBUF r_qtn_srvrq_info_confl
+    {
+    buf = qtn_srvrq_info_confl;
+    }
+
+RESOURCE TBUF r_text_request_rejected
+    {
+    buf = text_request_rejected;
+    }
+    
+RESOURCE TBUF r_password_error_note  
+    { 
+    buf = qtn_mem_card_unlock_error;
+    }    
+  
+// End of File