memana/analyzetoolclient/configurationappgui/data/atconfigurationappguilistbox.rssi
changeset 2 6a82cd05fb1e
parent 1 3ff3fecb12fe
equal deleted inserted replaced
1:3ff3fecb12fe 2:6a82cd05fb1e
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 #include "atconfigurationappguilistbox.hrh"
       
    19 #include "atconfigurationappgui.loc.hrh"
       
    20 
       
    21 RESOURCE AVKON_VIEW r_atconfiguration_app_gui_list_box_atconfiguration_app_gui_list_box_view
       
    22 	{
       
    23 	cba = r_atconfiguration_app_gui_softkeys_options_exit__contextmenu; //R_AVKON_SOFTKEYS_OPTIONS_EXIT;
       
    24 	menubar = r_atconfiguration_app_gui_list_box_options_menu;
       
    25 	toolbar = 0;
       
    26 	}
       
    27 RESOURCE MENU_BAR r_atconfiguration_app_gui_list_box_options_menu
       
    28 	{titles =
       
    29 			{
       
    30 			MENU_TITLE
       
    31 			    {
       
    32 			    menu_pane = r_atconfiguration_app_gui_list_box_menu_pane1_menu_pane;
       
    33 			    }
       
    34 			};
       
    35 
       
    36 	}
       
    37 RESOURCE STATUS_PANE_APP_MODEL r_atconfiguration_app_gui_list_box_status_pane
       
    38 	{
       
    39 	panes =
       
    40 		{
       
    41 		SPANE_PANE
       
    42 		    {
       
    43 		    id = EEikStatusPaneUidTitle;
       
    44 		    type = EAknCtTitlePane;
       
    45 		    resource = r_atconfiguration_app_gui_list_box_title_resource;
       
    46 		    }
       
    47 		};
       
    48 	}
       
    49 RESOURCE TITLE_PANE r_atconfiguration_app_gui_list_box_title_resource
       
    50 	{
       
    51 	txt = STR_ATConfigurationAppGuiListBoxView_4;
       
    52 	}
       
    53 RESOURCE LISTBOX r_atconfiguration_app_gui_list_box_list_box
       
    54 	{
       
    55 	flags = EAknListBoxSelectionList;
       
    56 	}
       
    57 RESOURCE MENU_PANE r_atconfiguration_app_gui_list_box_menu_pane1_menu_pane
       
    58 	{
       
    59 	items =
       
    60 		{
       
    61 		MENU_ITEM
       
    62 		    {
       
    63 		    command = EATConfigurationAppGuiListBoxViewDetailsMenuItemCommand;
       
    64 		    txt = STR_ATConfigurationAppGuiListBoxView_7;
       
    65 		    },
       
    66 		MENU_ITEM
       
    67 		    {
       
    68 		    command = EATConfigurationAppGuiListBoxViewStart_subtestMenuItemCommand;
       
    69 		    txt = STR_ATConfigurationAppGuiListBoxView_8;
       
    70 		    },
       
    71 		MENU_ITEM
       
    72 		    {
       
    73 		    command = EATConfigurationAppGuiListBoxViewStop_subtestMenuItemCommand;
       
    74 		    txt = STR_ATConfigurationAppGuiListBoxView_9;
       
    75 		    },
       
    76         MENU_ITEM
       
    77             {
       
    78             command = EATConfigurationAppGuiListBoxViewEnd_processMenuItemCommand;
       
    79             txt = STR_ATConfigurationAppGuiListBoxView_12;
       
    80             cascade = r_atconfiguration_app_gui_endtask_options_menupane;
       
    81             },
       
    82         MENU_ITEM
       
    83             {
       
    84             command = EATConfigurationAppGuiListBoxViewCancel_loggingMenuItemCommand;
       
    85             txt = STR_ATConfigurationAppGuiListBoxCancelLoggingMenuItem;
       
    86             },
       
    87 		MENU_ITEM
       
    88 		    {
       
    89 		    command = EATConfigurationAppGuiListBoxViewLog_settingMenuItemCommand;
       
    90 		    txt = STR_ATConfigurationAppGuiListBoxView_10;
       
    91 		    },
       
    92 		MENU_ITEM
       
    93 		    {
       
    94 		    command = EATConfigurationAppGuiListBoxViewVersionMenuItemCommand;
       
    95 		    txt = STR_ATConfigurationAppGuiListBoxView_6;
       
    96 		    },
       
    97 		MENU_ITEM
       
    98 		    {
       
    99 		    command = EATConfigurationAppGuiListBoxViewHelpMenuItemCommand;
       
   100 		    txt = STR_ATConfigurationAppGuiListBoxView_5;
       
   101 		    },
       
   102 		MENU_ITEM
       
   103 		    {
       
   104 		    command = EAknCmdExit;
       
   105 		    txt = STR_ATConfigurationAppGuiListBoxView_11;
       
   106 		    }
       
   107 		};
       
   108 	}
       
   109 
       
   110 RESOURCE MENU_PANE r_atconfiguration_app_gui_endtask_options_menupane
       
   111     {
       
   112     items =
       
   113         {
       
   114             MENU_ITEM 
       
   115                 {
       
   116                 command = EATConfigurationAppGuiListBoxViewEndTaskMenuItemCommand;
       
   117                 txt = STR_ATConfigurationAppGuiListBoxView_16;
       
   118                 },
       
   119             MENU_ITEM 
       
   120                 {
       
   121                 command = EATConfigurationAppGuiListBoxViewKillProcessMenuItemCommand;
       
   122                 txt = STR_ATConfigurationAppGuiListBoxView_13;
       
   123                 },
       
   124             MENU_ITEM 
       
   125                 {
       
   126                 command = EATConfigurationAppGuiListBoxViewTerminateProcessMenuItemCommand;
       
   127                 txt = STR_ATConfigurationAppGuiListBoxView_14;
       
   128                 },
       
   129             MENU_ITEM 
       
   130                 {
       
   131                 command = EATConfigurationAppGuiListBoxViewPanicProcessMenuItemCommand;
       
   132                 txt = STR_ATConfigurationAppGuiListBoxView_15;
       
   133                 }
       
   134         };
       
   135     }
       
   136 
       
   137 RESOURCE TBUF r_atconfiguration_app_gui_listbox_subtest
       
   138     {
       
   139     buf = STR_ATConfigurationAppGuiListBoxSubtest;
       
   140     }
       
   141 
       
   142 RESOURCE TBUF r_atconfiguration_app_gui_listbox_logging_cancelled
       
   143     {
       
   144     buf = STR_ATConfigurationAppGuiListBoxLoggingCancelled;
       
   145     }
       
   146 
       
   147 RESOURCE TBUF r_atconfiguration_app_gui_listbox_cancel_failure_note
       
   148     {
       
   149     buf = STR_ATConfigurationAppGuiListBoxCancelFailureNote;
       
   150     }