phonebookui/Phonebook/View/rss/SettingsList.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 25 May 2010 12:26:45 +0300
branchRCL_3
changeset 12 4ae315f230bc
parent 0 e686773b3f54
permissions -rw-r--r--
Revision: 201019 Kit: 2010121

/*
* 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: 
*     This file contains all the resources for the module.
*
*/


//  RESOURCE DEFINITIONS 

/**
 * Phonebook Settings name order selection popup listbox.
 */
RESOURCE POPUP_SETTING_LIST r_pbk_settings_nameorder_selection_popup_listbox
	{
	}

/**
 * Phonebook Settings name order page.
 */
RESOURCE AVKON_SETTING_PAGE r_pbk_settings_nameorder_page
    {
	label = qtn_phob_set_disp_names;
	softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL;
	type = EAknCtPopupSettingList;
	editor_resource_id= r_pbk_settings_nameorder_selection_popup_listbox;
	}

/**
 * Phonebook Settings name order enumeration list is defined in source code.
 */
RESOURCE ARRAY r_pbk_settings_nameorder_text_and_values
	{
    }

/**
 * Phonebook Settings name order setting texts.
 */
RESOURCE AVKON_POPUP_SETTING_TEXTS r_pbk_settings_nameorder_setting_texts
	{
	setting_texts_resource = r_pbk_settings_nameorder_text_and_values;
	}

/**
 * Phonebook Settings list.
 */
RESOURCE AVKON_SETTING_ITEM_LIST r_pbk_settings_list
	{
	title = qtn_phob_set_title;
	initial_number = 1;
    items = 
		{
		AVKON_SETTING_ITEM
			{
      		identifier = EPbkSettingNameOrder;
	      	name = qtn_phob_set_disp_names;
	      	setting_page_resource = r_pbk_settings_nameorder_page;
			associated_resource = r_pbk_settings_nameorder_setting_texts;
			}
		};
	}

/**
 * Phonebook Settings menu.
 */
RESOURCE MENU_PANE r_pbk_settings_menu
	{
    items=
        {
		MENU_ITEM { command = EPbkCmdEditSetting; txt = qtn_options_change; },
        MENU_ITEM { command = EAknCmdHelp;        txt = qtn_options_help;   },
		MENU_ITEM { command = EAknCmdExit;        txt = qtn_options_exit;   }
		};
	}

/**
 * Phonebook Settings menu bar.
 */
RESOURCE MENU_BAR r_pbk_settings_menubar
    {
    titles = 
        {
        MENU_TITLE { menu_pane = r_pbk_settings_menu; }
        };
    }

/**
 * Phonebook Settings dialog.
 */
RESOURCE DIALOG r_pbk_settings_dialog
	{
	flags = EAknDialogSelectionList;
	buttons = R_AVKON_SOFTKEYS_SELECTION_LIST;
	items =
		{
		DLG_LINE
			{
			type = EAknCtSettingListBox;
			id = ESelectionListControl;
			control = LISTBOX
				{
				flags = EAknListBoxSelectionList;
				};
			}
		}; 
	}

/**
 * Navigation decorator.
 */
RESOURCE NAVI_DECORATOR r_pbk_settings_navilabel
    {
    type = ENaviDecoratorLabel;
    control = NAVI_LABEL { };
    }

// End of File