messagingappbase/msgavkon/muiu_domain/messageinfo/data/muiumessageinfo.ra
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 09 Jun 2010 09:37:26 +0300
branchRCL_3
changeset 20 94cccd85bd25
parent 0 72b543305e3a
permissions -rw-r--r--
Revision: 201021 Kit: 2010123

/*
* 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