messagingappbase/mcesettings/group/MceSettingsEmailSel.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 17 Dec 2009 08:44:11 +0200
changeset 0 72b543305e3a
child 71 17302fa075e1
permissions -rw-r--r--
Revision: 200949 Kit: 200951

/*
* 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 definition file.
*
*/



//  RESOURCE IDENTIFIER
NAME MSES

//  INCLUDES
#include <eikon.rh>
#include <eikon.rsg>
#include <avkon.rh>
#include <avkon.rsg>

#include "mcesettings_diy.loc"    // localization file if needed
#include "MceSettingsEmailSel.hrh"

//  CONSTANTS  

//  MACROS  

//  RESOURCE DEFINITIONS 

// ---------------------------------------------------------
//   
//    Define the resource file signature 
//    This resource should be empty.
//
// ---------------------------------------------------------
//
RESOURCE RSS_SIGNATURE { }

// ---------------------------------------------------------
//   
//    Default Document Name
//
// ---------------------------------------------------------
//
RESOURCE TBUF r_default_document_name { buf=""; }

// ---------------------------------------------------------
//   
//    Define the application info.
//
// ---------------------------------------------------------
//
RESOURCE EIK_APP_INFO
{
    cba         = R_AVKON_SOFTKEYS_OPTIONS_EXIT;    
}

//----------------------------------------------------
//
//    r_mail_mailboxlist_choose
//
//----------------------------------------------------
//
RESOURCE TBUF r_mail_mailboxlist_choose           
    { 
    buf = qtn_mail_mailboxlist_choose; 
    }

//----------------------------------------------------
//
//    r_mce_popup_default_email
//
//----------------------------------------------------
//
RESOURCE TBUF r_mce_popup_default_email           
    { 
    buf = qtn_mce_popup_default_email; 
    }

//  RESOURCE DEFINITIONS 
// ---------------------------------------------------------
//    DIALOG
//
// ---------------------------------------------------------
RESOURCE DIALOG r_send_email_list_query
{
    flags   = EGeneralQueryFlags;
    buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
    items =
    {
        DLG_LINE
        {
            type    = EAknCtListQueryControl;
            id      = EListQueryControl;
            control = AVKON_LIST_QUERY_CONTROL
            {
                heading  = qtn_mail_mailboxlist_choose; 
                listtype = EAknCtSinglePopupMenuListBox;
                listbox  = LISTBOX
                {
                    flags  = EAknListBoxMenuList;
                    height = 3;
                    width  = 3;
                };
            };
        }
    };
}

// End of File