memana/analyzetoolclient/configurationappgui/data/atconfigurationappgui.rss
changeset 0 f0f2b8682603
equal deleted inserted replaced
-1:000000000000 0:f0f2b8682603
       
     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 NAME ATCO
       
    19 
       
    20 #include <avkon.rsg>
       
    21 #include <avkon.rh>
       
    22 #include <avkon.hrh>
       
    23 #include <eikon.rh>
       
    24 #include <appinfo.rh>
       
    25 #include <avkonicons.hrh>
       
    26 #include <data_caging_paths_strings.hrh>
       
    27 #include "atconfigurationappgui.hrh"
       
    28 #include "atconfigurationappgui.loc.hrh"
       
    29 
       
    30 RESOURCE RSS_SIGNATURE
       
    31 	{
       
    32 	}
       
    33 RESOURCE TBUF
       
    34 	{
       
    35 	buf = "AnalyzeTool";
       
    36 	}
       
    37 RESOURCE EIK_APP_INFO r_application_atconfiguration_app_gui_app_ui
       
    38 	{
       
    39 	cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
       
    40 	status_pane = r_application_status_pane;
       
    41 	}
       
    42 RESOURCE STATUS_PANE_APP_MODEL r_application_status_pane
       
    43 	{
       
    44 	}
       
    45 RESOURCE LOCALISABLE_APP_INFO r_localisable_app_info
       
    46 	{
       
    47 	short_caption = "AnalyzeTool";
       
    48 	caption_and_icon = CAPTION_AND_ICON_INFO
       
    49 		{
       
    50 		caption = "AnalyzeTool";
       
    51 
       
    52         	number_of_icons = 1;
       
    53 
       
    54 		// Note for ROM-based apps it is recommended to add the drive letter
       
    55 		//icon_file = ""z:"APP_BITMAP_DIR"\\atconfigurationappgui_aif.mif";
       
    56         	icon_file = APP_BITMAP_DIR"\\atconfigurationappgui_aif.mif";
       
    57 		};
       
    58 	}
       
    59 RESOURCE TBUF r_application_akn_view_reference1
       
    60 	{
       
    61 	}
       
    62 RESOURCE DIALOG r_about_heading_pane
       
    63     {
       
    64     flags=EEikDialogFlagNoDrag |EEikDialogFlagCbaButtons |EEikDialogFlagWait;
       
    65     buttons = R_AVKON_SOFTKEYS_OK_EMPTY; //R_AVKON_SOFTKEYS_BACK;
       
    66     items =
       
    67         {
       
    68         DLG_LINE
       
    69             {
       
    70             type = EAknCtPopupHeadingPane;
       
    71             id = EAknMessageQueryHeaderId;
       
    72             control = AVKON_HEADING
       
    73                 {
       
    74                 headinglayout = R_AVKON_LIST_HEADING_PANE_POPUPS;
       
    75                 label = STR_ATConfigurationAppGuiApplication_About_Dlg_Label;
       
    76                 };
       
    77             },
       
    78         DLG_LINE
       
    79             {
       
    80             type = EAknCtMessageQuery;
       
    81             id = EAknMessageQueryContentId;
       
    82             control = AVKON_MESSAGE_QUERY
       
    83                 {
       
    84                 message = STR_ATConfigurationAppGuiApplication_About_Dlg_Message;
       
    85                 };
       
    86             }
       
    87         };
       
    88     }
       
    89 
       
    90 RESOURCE TBUF r_cant_connect_server
       
    91     {
       
    92     buf = STR_ATConfigurationAppGuiApplication_Error_1;
       
    93     }
       
    94 
       
    95 RESOURCE TBUF r_cant_start_subtest_notsupported
       
    96     {
       
    97     buf = STR_ATConfigurationAppGuiApplication_Error_2;
       
    98     }
       
    99 
       
   100 RESOURCE TBUF r_cant_start_subtest_processid
       
   101     {
       
   102     buf = STR_ATConfigurationAppGuiApplication_Error_3;
       
   103     }
       
   104 
       
   105 RESOURCE TBUF r_cant_stop_subtest_processid
       
   106     {
       
   107     buf = STR_ATConfigurationAppGuiApplication_Error_4;
       
   108     }
       
   109 
       
   110 RESOURCE CBA r_atconfiguration_app_gui_softkeys_options_exit__contextmenu
       
   111   {
       
   112   flags = 0;
       
   113   buttons =
       
   114     {
       
   115     CBA_BUTTON {id=EAknSoftkeyOptions; txt=STR_ATConfigurationAppGuiSofkteyOptions;},
       
   116     CBA_BUTTON {id=EAknSoftkeyExit; txt=STR_ATConfigurationAppGuiSofkteyExit;},
       
   117     CBA_BUTTON {id=EAknSoftkeyContextOptions; txt=text_softkey_option;}
       
   118     };
       
   119   }
       
   120 
       
   121 RESOURCE CBA r_atconfiguration_app_gui_softkeys_options_back__contextmenu
       
   122   {
       
   123   flags = 0;
       
   124   buttons =
       
   125     {
       
   126     CBA_BUTTON {id=EAknSoftkeyOptions; txt=STR_ATConfigurationAppGuiSofkteyOptions;},
       
   127     CBA_BUTTON {id=EAknSoftkeyBack; txt=STR_ATConfigurationAppGuiSofkteyBack;},
       
   128     CBA_BUTTON {id=EAknSoftkeyContextOptions; txt=text_softkey_option;}
       
   129     };
       
   130   }
       
   131 
       
   132 #include "atconfigurationappguilistbox.rssi"
       
   133 #include "atconfigurationappguiprocesscontainer.rssi"
       
   134 #include "atconfigurationappguisettingitemlist.rssi"