svgtviewer/SvgtViewerPlugin/data/SVGTAppObserverUtil.rss
branchRCL_3
changeset 20 5fd161fa28b6
parent 0 632761c941a7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/svgtviewer/SvgtViewerPlugin/data/SVGTAppObserverUtil.rss	Thu Sep 09 11:17:40 2010 +0300
@@ -0,0 +1,211 @@
+/*
+* Copyright (c) 2004,2005 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 SVGT App observer DLL.
+*
+*/
+
+
+//  RESOURCE IDENTIFIER
+
+NAME SVGA
+
+//  INCLUDES
+
+#include <eikon.rh>
+#include <avkon.rh>
+#include <avkon.rsg>
+#include <avkon.mbg>
+#include <avkon.loc>
+#include <avkon.hrh>
+#include <documenthandler.loc>
+#ifdef __SCALABLE_ICONS
+#include <appinfo.rh>
+#endif
+#include <CommonDialogs.hrh> 
+#include <CommonDialogs.rh>
+#include <pathconfiguration.hrh>
+#include <e32keys.h> 
+#include <svgtuicontrol.loc>
+// ---------------------------------------------------------
+//
+// Define the resource file signature
+// This resource should be empty.
+//
+// ---------------------------------------------------------
+//
+RESOURCE RSS_SIGNATURE
+    {
+    }
+
+RESOURCE TBUF
+    {
+    buf = "SVGTAppObserver";
+    }
+
+//----------------------------------------------------
+//   
+//    r_svgt_save_locations  
+//
+//----------------------------------------------------
+// 
+RESOURCE MEMORYSELECTIONDIALOG r_svgt_save_locations
+    {
+    softkey_1 = text_softkey_ok;
+    softkey_2 = text_softkey_cancel;
+    locations =
+        {
+#ifndef RD_MULTIPLE_DRIVE
+        LOCATION { root_path = text_phone_memory_root_path text_others_path; },
+        LOCATION { root_path = text_memory_card_root_path text_others_path; }                
+#else
+        LOCATION
+        	{
+        	root_path = "C:\\Data\\";
+        	//default_folder="images\\";
+        	default_folder="Others\\";
+        	},
+        LOCATION
+            {
+            root_path = "E:\\";
+            //default_folder="images\\";
+            default_folder="Others\\";
+            }
+        	
+#endif        
+        };
+    }
+
+// ---------------------------------------------------
+//
+//    r_svgt_mmc_full
+//
+// ---------------------------------------------------
+//
+RESOURCE TBUF r_svgt_mmc_full
+    {
+    buf = qtn_memlo_mmc_not_enough_memory;
+    }
+
+// ---------------------------------------------------
+//
+//    r_svgt_saving_wait_note
+//
+// ---------------------------------------------------
+//
+RESOURCE DIALOG r_svgt_saving_wait_note
+    {
+    flags = EAknProgressNoteFlags;
+    buttons = r_svgt_waitnote_softkeys;
+    items =
+        {
+        DLG_LINE
+            {
+            type = EAknCtNote;
+            id = 10;
+            control = AVKON_NOTE
+                {
+                layout = EProgressLayout;
+                singular_label = qtn_gen_note_saving;
+                imageid = EMbmAvkonQgn_note_progress;
+                imagemask = EMbmAvkonQgn_note_progress_mask;
+                };
+            }
+        };
+    }
+
+// ---------------------------------------------------
+//
+//    r_svgt_download_wait_note
+//
+// ---------------------------------------------------
+//
+RESOURCE DIALOG r_svgt_download_wait_note
+    {
+    flags = EAknWaitNoteFlags;
+    buttons = r_svgt_waitnote_softkeys;
+    items =
+        {
+        DLG_LINE
+            {
+            type = EAknCtNote;
+            id = 15; // EWaitNote          
+            control = AVKON_NOTE
+                {
+                layout = EWaitLayout;                
+                imageid = EMbmAvkonQgn_note_progress;
+                imagemask = EMbmAvkonQgn_note_progress_mask;
+                animation = R_QGN_GRAF_WAIT_BAR_ANIM; 
+                };
+            }
+        };
+    }
+
+// ---------------------------------------------------
+//
+//    r_svgt_saving_softkeys
+//
+// ---------------------------------------------------
+//
+RESOURCE CBA r_svgt_waitnote_softkeys
+    {
+    buttons=
+            {
+            CBA_BUTTON
+                {
+                id = EAknSoftkeyEmpty;
+                txt = text_softkey_empty;
+                },
+            CBA_BUTTON
+                {
+                id = EAknSoftkeyQuit;
+                txt = text_softkey_cancel;
+                }
+            };
+    }
+
+// ---------------------------------------------------
+//
+//    r_svgt_clip_saved
+//
+// ---------------------------------------------------
+//
+RESOURCE TBUF r_svgt_clip_saved
+    {
+ 
+    buf = qtn_fldr_others_directory ;
+    }
+
+// ---------------------------------------------------
+//
+//    r_svgt_file_not_found
+//
+// ---------------------------------------------------
+//
+RESOURCE TBUF r_svgt_file_not_found
+    { 
+    buf = qtn_svgt_file_not_found;    
+    }
+    
+// ---------------------------------------------------
+//
+//    r_svgt_downloading_file
+//
+// ---------------------------------------------------
+//
+RESOURCE TBUF r_svgt_downloading_file
+    { 
+    buf = qtn_svgt_waiting_downloading;    
+    }
+
+// End of File