First public contribution.
2 * Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies).
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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
19 // RESOURCE IDENTIFIER
20 NAME TELA // 4 letter ID
27 #include <data_caging_paths_strings.hrh>
29 #include "testlauncher.hrh"
30 #include "testlauncher.rls"
32 // RESOURCE DEFINITIONS
33 // -----------------------------------------------------------------------------
35 // Define the resource file signature
36 // This resource should be empty.
38 // -----------------------------------------------------------------------------
40 RESOURCE RSS_SIGNATURE
44 // -----------------------------------------------------------------------------
46 // Default Document Name
48 // -----------------------------------------------------------------------------
50 RESOURCE TBUF r_default_document_name
55 // -----------------------------------------------------------------------------
57 // Define default menu and CBA key.
59 // -----------------------------------------------------------------------------
63 menubar = r_helloworldbasic_menubar;
64 cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
68 // -----------------------------------------------------------------------------
70 // r_helloworldbasic_menubar
71 // Menubar for HelloWorldBasic example
73 // -----------------------------------------------------------------------------
75 RESOURCE MENU_BAR r_helloworldbasic_menubar
79 MENU_TITLE { menu_pane = r_helloworldbasic_menu; }
84 // -----------------------------------------------------------------------------
86 // r_helloworldbasic_menu
89 // -----------------------------------------------------------------------------
91 RESOURCE MENU_PANE r_helloworldbasic_menu
95 // added the new Options menu command here
98 command = EHelloWorldBasicCommand1;
99 txt = STRING_r_hewb_command1;
103 command = EAknSoftkeyExit;
104 txt = STRING_r_hewb_exit;
109 // -----------------------------------------------------------------------------
111 // Resources for messages.
113 // -----------------------------------------------------------------------------
115 RESOURCE TBUF32 r_hewb_command1_text { buf=STRING_r_hewb_command1_text; }
116 RESOURCE TBUF32 r_hewb_file_text { buf=STRING_r_hewb_file_text; }
117 RESOURCE TBUF32 r_hewb_caption_string { buf=STRING_r_hewb_caption_string; }
119 // ----------------------------------------------------------------------------
121 // r_helloworldbasic_localisable_app_info
123 // ----------------------------------------------------------------------------
125 RESOURCE LOCALISABLE_APP_INFO r_helloworldbasic_localisable_app_info
127 short_caption = STRING_r_hewb_caption_string;
129 CAPTION_AND_ICON_INFO
131 caption = STRING_r_hewb_caption_string;
134 icon_file = APP_BITMAP_DIR"\\testlauncher_aif.mif";
138 // ----------------------------------------------------------------------------
140 // r_dialog_text_edit_query
142 // ----------------------------------------------------------------------------
144 RESOURCE DIALOG r_dialog_text_edit_query
146 flags = EGeneralQueryFlags;
147 buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
154 control = AVKON_DATA_QUERY
156 layout = EDataLayout;