idlehomescreen/xmluirendering/uiengine/src/xnuiengine.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 00:04:13 +0200
changeset 5 c743ef5928ba
parent 2 08c6ee43b396
child 15 ff572dfe6d86
child 20 636d517f67e6
permissions -rw-r--r--
Revision: 201003 Kit: 201005

/*
* Copyright (c) 2005-2007 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 IDENTIFIER =============================================

NAME    XNAI

// ========== INCLUDE FILES ===================================================

#include <eikon.rh>
#include <eikcore.rsg>
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.mbg>
#include <e32keys.h>
#include <activeidle3.loc>
// ========== RESOURCE DEFINITIONS ============================================

RESOURCE RSS_SIGNATURE { }
RESOURCE TBUF { buf = ""; }

// Select widget-dialog
RESOURCE AVKON_LIST_QUERY r_listquery_add_widget
    {
    items =
        {
        AVKON_LIST_QUERY_DLG_LINE
            {
            control = AVKON_LIST_QUERY_CONTROL
                {
                listtype = EAknCtSinglePopupMenuListBox;
                heading = qtn_hs_select_widget;
                listbox = AVKON_LIST_QUERY_LIST
                    {
                    // dynamically filled
                    };
                };
            }
        };
    softkeys = R_AVKON_SOFTKEYS_SELECT_BACK;
    }


// xml listquery dialog
RESOURCE AVKON_LIST_QUERY r_xml_listquery
    {
    items =
        {
        AVKON_LIST_QUERY_DLG_LINE
            {
            control = AVKON_LIST_QUERY_CONTROL
                {
                listtype = EAknCtSinglePopupMenuListBox;
                // heading = dynamically filled
                listbox = AVKON_LIST_QUERY_LIST
                    {
                    // dynamically filled
                    };
                };
            }
        };
    softkeys = R_AVKON_SOFTKEYS_SELECT_BACK;
    }

RESOURCE TBUF r_qtn_hs_add_widget_full
  {
  buf = qtn_hs_add_widget_full;
  }

RESOURCE TBUF r_qtn_hs_error_widgets_removed
    {
    buf = qtn_hs_error_widgets_removed;
    }

RESOURCE TBUF r_qtn_hs_hs_memory_full
    {
    buf = qtn_hs_hs_memory_full;
    }

RESOURCE TBUF r_qtn_hs_max_amount_of_pages_note 
    { 
    buf = qtn_hs_max_amount_of_pages_note; 
    } 

RESOURCE TBUF r_qtn_hs_delete_page 
    { 
    buf = qtn_hs_delete_current_page; 
    }
    
RESOURCE TITLE_PANE r_qtn_hs_title_editmode 
    { 
    txt = qtn_hs_title_editing; 
    }

RESOURCE DIALOG r_yes_no_hs_remove_view 
    { 
    flags = EGeneralQueryFlags; 
    buttons = R_AVKON_SOFTKEYS_YES_NO; 
    items = 
        { 
        DLG_LINE 
            { 
            type = EAknCtQuery; 
            id = EGeneralQuery; 
            control = AVKON_CONFIRMATION_QUERY 
                { 
                layout = EConfirmationQueryLayout; 
                label = qtn_hs_delete_current_page; 
                }; 
            } 
        }; 
    }

RESOURCE ARRAY r_array_change_wallpaper
    {
    items =
        {
        LBUF {txt = qtn_hs_default; },
        LBUF {txt = qtn_hs_image; }
        };
    }
    
// Change wallpaper-dialog
RESOURCE AVKON_LIST_QUERY r_listquery_change_wallpaper
    {
    items =
        {
        AVKON_LIST_QUERY_DLG_LINE
            {
            control = AVKON_LIST_QUERY_CONTROL
                {
                listtype = EAknCtSinglePopupMenuListBox;
                heading = qtn_hs_title_change_wallpaper;
                listbox = AVKON_LIST_QUERY_LIST
                    {
                    array_id = r_array_change_wallpaper;
                    };
                };
            }
        };
    softkeys = R_AVKON_SOFTKEYS_SELECT_BACK;
    }

RESOURCE TBUF r_qtn_hs_operation_failed_no_disk 
    { 
    buf = qtn_hs_operation_failed_no_disk; 
    }

RESOURCE TBUF r_qtn_hs_corrupted_image_note 
    {
    buf = qtn_hs_corrupted_image_note; 
    }