eventsui/eventshandlerui/eventsnotifier/evtinfonote/data/evtinfonote.rss
branchRCL_3
changeset 18 870918037e16
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/eventsui/eventshandlerui/eventsnotifier/evtinfonote/data/evtinfonote.rss	Wed Sep 01 12:31:27 2010 +0100
@@ -0,0 +1,201 @@
+/*
+* Copyright (c) 2008 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 definitions for project Events Info Note
+*
+*/
+
+
+// System Includes
+#include <data_caging_paths_strings.hrh>
+#include <bldvariant.hrh>
+#include <avkon.rh>
+#include <avkon.rsg>
+#include <avkon.mbg>
+#include <eikcore.rsg>
+#include <eikon.rh>
+#include <eikon.rsg>
+#include <avkon.loc>
+
+#include <evtui.loc>
+
+// User Includes
+#include "evtinfonoteconsts.hrh"
+
+//  RESOURCE IDENTIFIER
+NAME EVIN   // 4 Letter Identifier
+
+RESOURCE RSS_SIGNATURE 
+    {
+    }
+// ---------------------------------------------------------------------------
+// r_loc_evt_info_query
+// Query dialog communicating the triggering of an Events UI trigger
+// ---------------------------------------------------------------------------
+//
+RESOURCE DIALOG r_loc_evt_info_query
+    {
+    flags = EGeneralQueryFlags | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow;
+    buttons = r_loc_evt_infonote_open_cba;
+    items =
+        {
+		DLG_LINE 
+	        {
+            type = EAknCtPopupHeadingPane;
+            id = EAknMessageQueryHeaderId;
+            control = AVKON_HEADING
+                {
+                headinglayout = R_AVKON_WML_SIGN_QUERY_HEADING_PANE;
+                };
+            },
+        DLG_LINE
+            {
+            type = EAknCtQuery;
+            id = EGeneralQuery;
+            control = AVKON_CONFIRMATION_QUERY
+                {
+                layout = EConfirmationQueryLayout;              
+                };
+            }           
+        };
+    }  
+
+// ---------------------------------------------------------------------------
+// RESOURCE CBA r_loc_evt_infonote_open_tone_cba
+// Control button array for query text when the tone is being played
+// ---------------------------------------------------------------------------
+//  
+RESOURCE CBA r_loc_evt_infonote_open_tone_cba
+    {
+    flags = 0;
+    buttons = 
+        {
+        CBA_BUTTON 
+            {
+            id = EEvtCmdOpenEvent; 
+            txt = text_softkey_open;
+            },
+        CBA_BUTTON 
+            {
+            id = EEvtCmdSilence; 
+            txt = text_softkey_silent;
+            },            
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyContextOptions; 
+            }      
+        };
+    }
+ 
+// ---------------------------------------------------------------------------
+// RESOURCE CBA r_loc_evt_infonote_open_cba
+// Control button array for query text
+// ---------------------------------------------------------------------------
+//  
+RESOURCE CBA r_loc_evt_infonote_open_cba
+    {
+    flags = 0;
+    buttons = 
+        {
+        CBA_BUTTON 
+            {
+            id = EEvtCmdOpenEvent; 
+            txt = text_softkey_open;
+            },
+        CBA_BUTTON 
+            {
+            id = EEvtCloseInfoNote; 
+            txt = text_softkey_close;
+            },            
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyContextOptions; 
+            }     
+        };
+    }
+
+// ---------------------------------------------------------------------------
+// RESOURCE CBA r_loc_evt_infonote_snooze_tone_cba
+// Control button array for query text when the tone is being played
+// ---------------------------------------------------------------------------
+//  
+RESOURCE CBA r_loc_evt_infonote_snooze_tone_cba
+    {
+    flags = 0;
+    buttons = 
+        {
+        CBA_BUTTON 
+            {
+            id = EEvtCmdSnoozeEvent; 
+            txt = qtn_locev_softkey_snooze;
+            },
+        CBA_BUTTON 
+            {
+            id = EEvtCmdSilence; 
+            txt = text_softkey_silent;
+            },            
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyContextOptions; 
+            }      
+        };
+    }
+ 
+// ---------------------------------------------------------------------------
+// RESOURCE CBA r_loc_evt_infonote_snooze_cba
+// Control button array for query text
+// ---------------------------------------------------------------------------
+//  
+RESOURCE CBA r_loc_evt_infonote_snooze_cba
+    {
+    flags = 0;
+    buttons = 
+        {
+        CBA_BUTTON 
+            {
+            id = EEvtCmdSnoozeEvent; 
+            txt = qtn_locev_softkey_snooze;
+            },
+        CBA_BUTTON 
+            {
+            id = EEvtCloseInfoNote; 
+            txt = text_softkey_close;
+            },            
+        CBA_BUTTON
+            {
+            id = EAknSoftkeyContextOptions; 
+            }     
+        };
+    }
+    
+//----------------------------------------------------
+// RESOURCE TBUF r_locev_options_open_event
+// Popup List box item for open event
+//----------------------------------------------------
+//
+RESOURCE TBUF r_locev_options_open_event
+    {
+    buf = qtn_locev_options_open_event;
+    }
+    
+//----------------------------------------------------
+// RESOURCE TBUF r_locev_options_view_description
+// Popup List box item for View description
+//----------------------------------------------------
+//
+RESOURCE TBUF r_locev_options_view_description
+    {
+    buf = qtn_locev_options_view_description;
+    }
+              	          
+// End of File