equal
deleted
inserted
replaced
25 #include <eikon.rh> |
25 #include <eikon.rh> |
26 #include <eikcore.rsg> |
26 #include <eikcore.rsg> |
27 #include <avkon.rsg> |
27 #include <avkon.rsg> |
28 #include <avkon.rh> |
28 #include <avkon.rh> |
29 #include <avkon.mbg> |
29 #include <avkon.mbg> |
|
30 #include <AvkonIcons.hrh> |
30 #include <e32keys.h> |
31 #include <e32keys.h> |
31 #include <activeidle3.loc> |
32 #include <activeidle3.loc> |
32 |
33 |
33 // ========== RESOURCE DEFINITIONS ============================================ |
34 // ========== RESOURCE DEFINITIONS ============================================ |
34 |
35 |
100 |
101 |
101 RESOURCE TBUF r_qtn_hs_delete_page |
102 RESOURCE TBUF r_qtn_hs_delete_page |
102 { |
103 { |
103 buf = qtn_hs_delete_current_page; |
104 buf = qtn_hs_delete_current_page; |
104 } |
105 } |
|
106 |
|
107 RESOURCE TBUF r_hs_error_content_removed |
|
108 { |
|
109 buf = qtn_hs_error_content_removed; |
|
110 } |
105 |
111 |
106 RESOURCE DIALOG r_yes_no_hs_remove_view |
112 RESOURCE DIALOG r_yes_no_hs_remove_view |
107 { |
113 { |
108 flags = EGeneralQueryFlags; |
114 flags = EGeneralQueryFlags; |
109 buttons = R_AVKON_SOFTKEYS_YES_NO; |
115 buttons = R_AVKON_SOFTKEYS_YES_NO; |
149 }; |
155 }; |
150 } |
156 } |
151 }; |
157 }; |
152 softkeys = R_AVKON_SOFTKEYS_SELECT_BACK; |
158 softkeys = R_AVKON_SOFTKEYS_SELECT_BACK; |
153 } |
159 } |
|
160 |
|
161 RESOURCE DIALOG r_hs_content_removed_view |
|
162 { |
|
163 flags = EGeneralQueryFlags; |
|
164 buttons = R_AVKON_SOFTKEYS_OK_EMPTY; |
|
165 items = |
|
166 { |
|
167 DLG_LINE |
|
168 { |
|
169 type = EAknCtQuery; |
|
170 id = EGeneralQuery; |
|
171 control = AVKON_CONFIRMATION_QUERY |
|
172 { |
|
173 layout = EConfirmationQueryLayout; |
|
174 label = r_hs_error_content_removed; |
|
175 bmpfile = AVKON_ICON_FILE; |
|
176 bmpid = EMbmAvkonQgn_note_error; |
|
177 bmpmask = EMbmAvkonQgn_note_error_mask; |
|
178 }; |
|
179 } |
|
180 }; |
|
181 } |
154 |
182 |
155 RESOURCE TBUF r_qtn_hs_operation_failed_no_disk |
183 RESOURCE TBUF r_qtn_hs_operation_failed_no_disk |
156 { |
184 { |
157 buf = qtn_hs_operation_failed_no_disk; |
185 buf = qtn_hs_operation_failed_no_disk; |
158 } |
186 } |
159 |
187 |
|
188 RESOURCE DIALOG r_backup_restore_wait_dialog |
|
189 { |
|
190 flags = EAknWaitNoteFlags; |
|
191 buttons = R_AVKON_SOFTKEYS_EMPTY; |
|
192 items = |
|
193 { |
|
194 DLG_LINE |
|
195 { |
|
196 type = EAknCtNote; |
|
197 id = EGeneralNote; |
|
198 control= AVKON_NOTE |
|
199 { |
|
200 layout = EWaitLayout; |
|
201 singular_label = qtn_hs_backup_use_prevented; |
|
202 animation = R_QGN_GRAF_WAIT_BAR_ANIM; |
|
203 }; |
|
204 } |
|
205 }; |
|
206 } |
|
207 |
160 // End of file |
208 // End of file |