1 /* |
|
2 * Copyright (c) 2007 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: This file contains all the resources for HsBrowser. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 // RESOURCE IDENTIFIER |
|
21 NAME HSBR // 4 letter ID |
|
22 |
|
23 // INCLUDES |
|
24 |
|
25 #include <eikon.rh> |
|
26 #include <avkon.rh> |
|
27 #include <avkon.rsg> |
|
28 #include <avkon.loc> |
|
29 #include <appinfo.rh> |
|
30 #include <avkon.mbg> |
|
31 #include <data_caging_paths_strings.hrh> |
|
32 #include <hsbrowser.loc> |
|
33 |
|
34 // RESOURCE DEFINITIONS |
|
35 |
|
36 // ----------------------------------------------------------------------------- |
|
37 // |
|
38 // Define the resource file signature |
|
39 // This resource should be empty. |
|
40 // |
|
41 // ----------------------------------------------------------------------------- |
|
42 // |
|
43 RESOURCE RSS_SIGNATURE { } |
|
44 |
|
45 // ----------------------------------------------------------------------------- |
|
46 // |
|
47 // Default Document Name |
|
48 // |
|
49 // ----------------------------------------------------------------------------- |
|
50 // |
|
51 RESOURCE TBUF { buf=""; } |
|
52 |
|
53 // ----------------------------------------------------------------------------- |
|
54 // |
|
55 // Define default CBA key and status pane. |
|
56 // |
|
57 // ----------------------------------------------------------------------------- |
|
58 // |
|
59 RESOURCE EIK_APP_INFO |
|
60 { |
|
61 cba = R_AVKON_SOFTKEYS_CANCEL; |
|
62 status_pane = r_hsbrowser_app_model; |
|
63 } |
|
64 |
|
65 // --------------------------------------------------------- |
|
66 // |
|
67 // r_hsbrowser_app_model |
|
68 // Define status pane of HsBrowser. |
|
69 // |
|
70 // --------------------------------------------------------- |
|
71 // |
|
72 RESOURCE STATUS_PANE_APP_MODEL r_hsbrowser_app_model |
|
73 { |
|
74 layout = R_AVKON_STATUS_PANE_LAYOUT_SMALL_WITH_SIGNAL_PANE; |
|
75 panes = |
|
76 { |
|
77 SPANE_PANE |
|
78 { |
|
79 id = EEikStatusPaneUidNavi; |
|
80 type = EAknCtNaviPane; |
|
81 resource = r_hsbrowser_navi_decorator; |
|
82 } |
|
83 }; |
|
84 } |
|
85 |
|
86 // --------------------------------------------------------- |
|
87 // |
|
88 // r_hsbrowser_navi_decorator |
|
89 // Define static title of HsBrowser. |
|
90 // |
|
91 // --------------------------------------------------------- |
|
92 // |
|
93 RESOURCE NAVI_DECORATOR r_hsbrowser_navi_decorator |
|
94 { |
|
95 type = ENaviDecoratorLabel; |
|
96 control = NAVI_LABEL |
|
97 { |
|
98 txt = qtn_netw_conset_wba_static_title; |
|
99 }; |
|
100 } |
|
101 |
|
102 // ---------------------------------------------------------------------------- |
|
103 // |
|
104 // r_hsbrowser_localisable_app_info |
|
105 // |
|
106 // ---------------------------------------------------------------------------- |
|
107 // |
|
108 RESOURCE LOCALISABLE_APP_INFO r_hsbrowser_localisable_app_info |
|
109 { |
|
110 short_caption = qtn_netw_conset_wba_static_title; |
|
111 caption_and_icon = |
|
112 CAPTION_AND_ICON_INFO |
|
113 { |
|
114 caption = qtn_netw_conset_wba_static_title; |
|
115 icon_file = "Z:"APP_BITMAP_DIR"\\hsbrowsericon_aif.mif"; |
|
116 }; |
|
117 } |
|
118 |
|
119 // ---------------------------------------------------------------------------- |
|
120 // |
|
121 // r_hsbrowser_softkeys_continue_cancel |
|
122 // |
|
123 // ---------------------------------------------------------------------------- |
|
124 // |
|
125 RESOURCE CBA r_hsbrowser_softkeys_continue_cancel |
|
126 { |
|
127 buttons = |
|
128 { |
|
129 CBA_BUTTON{ id = EAknSoftkeyNext; txt = text_softkey_continue; }, |
|
130 CBA_BUTTON{ id = EAknSoftkeyCancel; txt = text_softkey_cancel; }, |
|
131 CBA_BUTTON{ id = EAknSoftkeyNext; txt = text_softkey_continue; } |
|
132 }; |
|
133 } |
|
134 |
|
135 RESOURCE CBA r_hsbrowser_softkeys_cancel |
|
136 { |
|
137 buttons = |
|
138 { |
|
139 CBA_BUTTON{ txt = text_softkey_empty; }, |
|
140 CBA_BUTTON{ id = EAknSoftkeyClose; txt = text_softkey_cancel; }, |
|
141 CBA_BUTTON{ txt = text_softkey_empty; } |
|
142 }; |
|
143 } |
|
144 |
|
145 // ---------------------------------------------------------------------------- |
|
146 // |
|
147 // r_hsbrowser_softkeys_continue_exit |
|
148 // |
|
149 // ---------------------------------------------------------------------------- |
|
150 // |
|
151 RESOURCE CBA r_hsbrowser_softkeys_continue_exit |
|
152 { |
|
153 buttons = |
|
154 { |
|
155 CBA_BUTTON{ id = EAknSoftkeyNext; txt = text_softkey_continue; }, |
|
156 CBA_BUTTON{ id = EAknSoftkeyExit; txt = text_softkey_exit; }, |
|
157 CBA_BUTTON{ id = EAknSoftkeyNext; txt = text_softkey_continue; } |
|
158 }; |
|
159 } |
|
160 |
|
161 // ---------------------------------------------------------------------------- |
|
162 // |
|
163 // r_qtn_netw_conset_wba_info_complete |
|
164 // |
|
165 // ---------------------------------------------------------------------------- |
|
166 // |
|
167 RESOURCE TBUF r_qtn_netw_conset_wba_info_complete |
|
168 { |
|
169 buf = qtn_netw_conset_wba_info_complete; |
|
170 } |
|
171 |
|
172 // ---------------------------------------------------------------------------- |
|
173 // |
|
174 // r_qtn_netw_conset_wba_info_closed |
|
175 // |
|
176 // ---------------------------------------------------------------------------- |
|
177 // |
|
178 RESOURCE TBUF r_qtn_netw_conset_wba_info_closed |
|
179 { |
|
180 buf = qtn_netw_conset_wba_info_closed; |
|
181 } |
|
182 |
|
183 RESOURCE TBUF r_qtn_netw_conset_wba_static_title |
|
184 { |
|
185 buf = qtn_netw_conset_wba_static_title; |
|
186 } |
|
187 // End of File |
|