memana/analyzetoolclient/configurationappgui/data/atconfigurationappguilistbox.rssi
author Matti Laitinen <matti.t.laitinen@nokia.com>
Thu, 11 Feb 2010 15:51:35 +0200
changeset 0 f0f2b8682603
permissions -rw-r--r--
Add initial version of AnalyzeTool client under EPL

/*
* Copyright (c) 2009 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: 
*
*/

#include "atconfigurationappguilistbox.hrh"
#include "atconfigurationappgui.loc.hrh"

RESOURCE AVKON_VIEW r_atconfiguration_app_gui_list_box_atconfiguration_app_gui_list_box_view
	{
	cba = r_atconfiguration_app_gui_softkeys_options_exit__contextmenu; //R_AVKON_SOFTKEYS_OPTIONS_EXIT;
	menubar = r_atconfiguration_app_gui_list_box_options_menu;
	toolbar = 0;
	}
RESOURCE MENU_BAR r_atconfiguration_app_gui_list_box_options_menu
	{titles =
			{
			MENU_TITLE
			    {
			    menu_pane = r_atconfiguration_app_gui_list_box_menu_pane1_menu_pane;
			    }
			};

	}
RESOURCE STATUS_PANE_APP_MODEL r_atconfiguration_app_gui_list_box_status_pane
	{
	panes =
		{
		SPANE_PANE
		    {
		    id = EEikStatusPaneUidTitle;
		    type = EAknCtTitlePane;
		    resource = r_atconfiguration_app_gui_list_box_title_resource;
		    }
		};
	}
RESOURCE TITLE_PANE r_atconfiguration_app_gui_list_box_title_resource
	{
	txt = STR_ATConfigurationAppGuiListBoxView_4;
	}
RESOURCE LISTBOX r_atconfiguration_app_gui_list_box_list_box
	{
	flags = EAknListBoxSelectionList;
	}
RESOURCE MENU_PANE r_atconfiguration_app_gui_list_box_menu_pane1_menu_pane
	{
	items =
		{
		MENU_ITEM
		    {
		    command = EATConfigurationAppGuiListBoxViewDetailsMenuItemCommand;
		    txt = STR_ATConfigurationAppGuiListBoxView_7;
		    },
		MENU_ITEM
		    {
		    command = EATConfigurationAppGuiListBoxViewStart_subtestMenuItemCommand;
		    txt = STR_ATConfigurationAppGuiListBoxView_8;
		    },
		MENU_ITEM
		    {
		    command = EATConfigurationAppGuiListBoxViewStop_subtestMenuItemCommand;
		    txt = STR_ATConfigurationAppGuiListBoxView_9;
		    },
        MENU_ITEM
            {
            command = EATConfigurationAppGuiListBoxViewEnd_processMenuItemCommand;
            txt = STR_ATConfigurationAppGuiListBoxView_12;
            cascade = r_atconfiguration_app_gui_endtask_options_menupane;
            },
        MENU_ITEM
            {
            command = EATConfigurationAppGuiListBoxViewCancel_loggingMenuItemCommand;
            txt = STR_ATConfigurationAppGuiListBoxCancelLoggingMenuItem;
            },
		MENU_ITEM
		    {
		    command = EATConfigurationAppGuiListBoxViewLog_settingMenuItemCommand;
		    txt = STR_ATConfigurationAppGuiListBoxView_10;
		    },
		MENU_ITEM
		    {
		    command = EATConfigurationAppGuiListBoxViewVersionMenuItemCommand;
		    txt = STR_ATConfigurationAppGuiListBoxView_6;
		    },
		MENU_ITEM
		    {
		    command = EATConfigurationAppGuiListBoxViewHelpMenuItemCommand;
		    txt = STR_ATConfigurationAppGuiListBoxView_5;
		    },
		MENU_ITEM
		    {
		    command = EAknCmdExit;
		    txt = STR_ATConfigurationAppGuiListBoxView_11;
		    }
		};
	}

RESOURCE MENU_PANE r_atconfiguration_app_gui_endtask_options_menupane
    {
    items =
        {
            MENU_ITEM 
                {
                command = EATConfigurationAppGuiListBoxViewEndTaskMenuItemCommand;
                txt = STR_ATConfigurationAppGuiListBoxView_16;
                },
            MENU_ITEM 
                {
                command = EATConfigurationAppGuiListBoxViewKillProcessMenuItemCommand;
                txt = STR_ATConfigurationAppGuiListBoxView_13;
                },
            MENU_ITEM 
                {
                command = EATConfigurationAppGuiListBoxViewTerminateProcessMenuItemCommand;
                txt = STR_ATConfigurationAppGuiListBoxView_14;
                },
            MENU_ITEM 
                {
                command = EATConfigurationAppGuiListBoxViewPanicProcessMenuItemCommand;
                txt = STR_ATConfigurationAppGuiListBoxView_15;
                }
        };
    }

RESOURCE TBUF r_atconfiguration_app_gui_listbox_subtest
    {
    buf = STR_ATConfigurationAppGuiListBoxSubtest;
    }

RESOURCE TBUF r_atconfiguration_app_gui_listbox_logging_cancelled
    {
    buf = STR_ATConfigurationAppGuiListBoxLoggingCancelled;
    }

RESOURCE TBUF r_atconfiguration_app_gui_listbox_cancel_failure_note
    {
    buf = STR_ATConfigurationAppGuiListBoxCancelFailureNote;
    }