policymanagement/policyengine/policyengineui/data/PolicyEngineUI.rss
changeset 0 b497e44ab2fc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/policymanagement/policyengine/policyengineui/data/PolicyEngineUI.rss	Thu Dec 17 09:07:52 2009 +0200
@@ -0,0 +1,176 @@
+/*
+* Copyright (c) 2002-2004 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 PolicyEngineUI module.
+*
+*/
+
+
+NAME COUI
+
+#include <eikon.rh>
+#include <avkon.rsg>
+#include <avkon.rh>
+#include <avkon.mbg>
+#include <avkon.loc>
+#include "policyengineui.hrh" 
+#include <policyengineui.loc>
+
+RESOURCE RSS_SIGNATURE { }
+
+RESOURCE TBUF { buf = ""; }
+
+//------------------------------------------------------------------------------
+//
+//    r_policyengineui_confirmation_query
+//    Defines a common confirmation dialog with cancel softkey for policyengine ui
+//
+//------------------------------------------------------------------------------
+//
+
+
+RESOURCE DIALOG r_policyengineui_confirmation_query
+    {
+    flags = EGeneralQueryFlags;
+    buttons = R_AVKON_SOFTKEYS_OK_CANCEL; 
+    items=
+        {
+        DLG_LINE
+            {
+            type = EAknCtQuery;
+            id = EGeneralQuery;
+            control = AVKON_CONFIRMATION_QUERY 
+                { 
+                layout = EConfirmationQueryLayout;  
+                bmpfile = "z:\\resource\\apps\\avkon2.mbm";              
+                bmpid = EMbmAvkonQgn_note_info;
+                bmpmask = EMbmAvkonQgn_note_info_mask;
+                };
+            }
+        };
+    }
+
+//------------------------------------------------------------------------------
+//
+//    r_policyengineui_confirmation
+//    Defines a common confirmation dialog without cancel softkey for policyengine ui
+//
+//------------------------------------------------------------------------------
+//
+
+RESOURCE DIALOG r_policyengineui_confirmation
+    {
+    flags = EGeneralQueryFlags;
+    buttons = R_AVKON_SOFTKEYS_OK_EMPTY; 
+    items=
+        {
+        DLG_LINE
+            {
+            type = EAknCtQuery;
+            id = EGeneralQuery;
+            control = AVKON_CONFIRMATION_QUERY 
+                { 
+                layout = EConfirmationQueryLayout;  
+                bmpfile = "z:\\resource\\apps\\avkon2.mbm";              
+                bmpid = EMbmAvkonQgn_note_info;
+                bmpmask = EMbmAvkonQgn_note_info_mask;
+                };
+            }
+        };
+    }
+    
+//------------------------------------------------------------------------------
+//
+//    r_policyengineui_data_query
+//    Defines a common data query dialog for policyengine ui
+//
+//------------------------------------------------------------------------------
+//    
+    
+RESOURCE DIALOG r_policyengineui_data_query
+    {
+    flags = EGeneralQueryFlags;
+    buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
+    items=
+        {
+        DLG_LINE
+            {
+            type = EAknCtQuery;
+            id = EGeneralQuery;
+            control = AVKON_DATA_QUERY 
+                { 
+                layout = EDataLayout;
+               	 	control = EDWIN
+               		{
+                		flags = EEikEdwinNoHorizScrolling|EEikEdwinResizable;
+                		lines = 1;
+                		maxlength = RANDOM_PART_MAX_SIZE;
+                	};
+                };
+            }
+        };
+    } 
+
+//------------------------------------------------------------------------------
+//
+//    r_swcommon_general_wait_dialog
+//    Defines a common wait dialog
+//
+//------------------------------------------------------------------------------
+//
+
+RESOURCE DIALOG r_policy_engine_possession_info
+    {
+    flags = EGeneralQueryFlags | EEikDialogFlagNoShadow;
+    buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
+    items=
+         {
+        DLG_LINE 
+              {
+            type = EAknCtPopupHeadingPane;
+            id = EAknMessageQueryHeaderId;
+            control = AVKON_HEADING
+                    {
+                };
+            },
+         DLG_LINE
+              {
+            type = EAknCtMessageQuery;
+              id = EAknMessageQueryContentId;
+                control = AVKON_MESSAGE_QUERY
+                    {
+                     };
+              }
+        };
+    }
+
+
+//------------------------------------------------------------------------------
+//
+//    String definitions
+//
+//------------------------------------------------------------------------------
+//
+
+//Confirmation dialog strings
+													
+RESOURCE TBUF r_policyengineui_control_note_header { buf = qtn_policyengineui_control_note_header; }
+RESOURCE TBUF r_policyengineui_control_note { buf = qtn_policyengineui_control_note; }
+RESOURCE TBUF r_policyengineui_question_note { buf = qtn_policyengineui_question_note ;}
+RESOURCE TBUF r_policyengineui_remove_note { buf = ""; }
+RESOURCE TBUF r_policyengineui_denied_note { buf = qtn_policyengineui_denied_note; }
+RESOURCE TBUF r_policyengineui_unmatch_note { buf = qtn_policyengineui_unmatch_note; }
+RESOURCE TBUF r_policyengineui_security_info_note { buf = qtn_policyengineui_security_info_note; }
+RESOURCE TBUF r_policyengineui_trust_established { buf = qtn_trust_established; }
+
+// End of File