messagingappbase/msgavkon/muiu_domain/messageinfo/data/muiumessageinfo.ra
changeset 0 72b543305e3a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/messagingappbase/msgavkon/muiu_domain/messageinfo/data/muiumessageinfo.ra	Thu Dec 17 08:44:11 2009 +0200
@@ -0,0 +1,208 @@
+/*
+* 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:  
+*     Message info dialog resources.
+*
+*/
+
+
+
+
+//  RESOURCE DEFINITIONS
+
+
+// ---------------------------------------------------------
+//
+//    r_message_info_title
+//
+//
+// ---------------------------------------------------------
+//
+RESOURCE TBUF r_message_info_title
+    {
+    buf = qtn_mail_popup_text_msg_info;
+    }
+
+
+// ---------------------------------------------------------
+//
+//    r_message_info_from_label
+//
+//
+// ---------------------------------------------------------
+//
+RESOURCE TBUF r_message_info_from_label
+    {
+    buf = qtn_mail_from;
+    }
+
+
+// ---------------------------------------------------------
+//
+//    r_message_info_subject_label
+//
+//
+// ---------------------------------------------------------
+//
+RESOURCE TBUF r_message_info_subject_label
+    {
+    buf = qtn_mail_subject;
+    }
+
+
+// ---------------------------------------------------------
+//
+//    r_message_info_date_label
+//
+//
+// ---------------------------------------------------------
+//
+RESOURCE TBUF r_message_info_date_label
+    {
+    buf = qtn_mail_date;
+    }
+
+
+// ---------------------------------------------------------
+//
+//    r_message_info_time_label
+//
+//
+// ---------------------------------------------------------
+//
+RESOURCE TBUF r_message_info_time_label
+    {
+    buf = qtn_mail_time;
+    }
+
+
+// ---------------------------------------------------------
+//
+//    r_message_info_type_label
+//
+//
+// ---------------------------------------------------------
+//
+RESOURCE TBUF r_message_info_type_label
+    {
+    buf = qtn_mail_type;
+    }
+
+
+// ---------------------------------------------------------
+//
+//    r_message_info_size_label
+//
+//
+// ---------------------------------------------------------
+//
+RESOURCE TBUF r_message_info_size_label
+    {
+    buf = qtn_mail_size;
+    }
+
+
+// ---------------------------------------------------------
+//
+//    r_mms_info_priority_label
+//
+//
+// ---------------------------------------------------------
+//
+RESOURCE TBUF r_mms_info_priority_label
+    {
+    buf = qtn_mms_details_priority;
+    }
+
+
+// ---------------------------------------------------------
+//
+//    r_message_info_to_label
+//
+//
+// ---------------------------------------------------------
+//
+RESOURCE TBUF r_message_info_to_label
+    {
+    buf = qtn_mail_to;
+    }
+
+
+
+// ---------------------------------------------------------
+//
+//    r_message_info_cc_label
+//
+//
+// ---------------------------------------------------------
+//
+RESOURCE TBUF r_message_info_cc_label
+    {
+    buf = qtn_mail_cc;
+    }
+
+
+
+// ---------------------------------------------------------
+//
+//    r_message_info_bcc_label
+//
+//
+// ---------------------------------------------------------
+//
+RESOURCE TBUF r_message_info_bcc_label
+    {
+    buf = qtn_mail_bcc;
+    }
+
+
+
+//----------------------------------------------------
+//
+//    r_muiu_message_query
+//    Used in Message info dialog
+//
+//----------------------------------------------------
+//
+RESOURCE DIALOG r_muiu_message_query
+    {
+    flags = EGeneralQueryFlags | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow;
+    buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
+    items=
+        {
+        DLG_LINE
+            {
+            type = EAknCtPopupHeadingPane;
+            id = EAknMessageQueryHeaderId;
+            control = AVKON_HEADING
+                {
+                label = qtn_mail_popup_text_msg_info;  
+                headinglayout = R_AVKON_WML_SIGN_QUERY_HEADING_PANE;
+                };
+            },
+        DLG_LINE
+            {
+            type = EAknCtMessageQuery;
+            id = EAknMessageQueryContentId;
+            control = AVKON_MESSAGE_QUERY
+                {
+                message = "";
+                };
+            }
+        };
+    }
+
+
+// End of file
+