|
1 /* |
|
2 * Copyright (c) 2005 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: IMPSConnectionUI resource. |
|
15 * |
|
16 */ |
|
17 |
|
18 // RESOURCE IDENTIFIER |
|
19 NAME PECO |
|
20 |
|
21 |
|
22 // INCLUDES |
|
23 #include <eikon.rh> |
|
24 #include <avkon.rh> |
|
25 #include <avkon.rsg> |
|
26 #include <Avkon.mbg> |
|
27 #include <avkon.loc> |
|
28 #include <AvkonIcons.hrh> |
|
29 #include <IMPSCommonUiNG.loc> |
|
30 #include "CnUiCommon.hrh" |
|
31 #include "impscommonuibuilddefinitions.h" |
|
32 |
|
33 |
|
34 // DEFINES |
|
35 #define login_data_editor_max_length 50 |
|
36 |
|
37 |
|
38 // RESOURCE DEFINITIONS |
|
39 // --------------------------------------------------------- |
|
40 // |
|
41 // Signature definition, a must-be in an external resource file. |
|
42 // |
|
43 // --------------------------------------------------------- |
|
44 // |
|
45 RESOURCE RSS_SIGNATURE { } |
|
46 |
|
47 |
|
48 // --------------------------------------------------------- |
|
49 // |
|
50 // Presence ConnectionManager Ui texts |
|
51 // |
|
52 // --------------------------------------------------------- |
|
53 // |
|
54 RESOURCE TBUF r_qtn_pec_con_to_server { buf = qtn_pec_con_to_server; } |
|
55 RESOURCE TBUF r_qtn_chat_con_to_server { buf = qtn_chat_con_to_server; } |
|
56 RESOURCE TBUF r_qtn_chat_login_ok { buf = qtn_chat_login_ok; } |
|
57 RESOURCE TBUF r_qtn_chat_loging_canceled { buf = qtn_chat_loging_canceled; } |
|
58 RESOURCE TBUF r_qtn_chat_fetching_contact_lists { buf = qtn_chat_fetching_contact_lists; } |
|
59 |
|
60 RESOURCE TBUF r_qtn_chat_wait_disconnect { buf = qtn_chat_wait_disconnect; } |
|
61 RESOURCE TBUF r_qtn_dyc_disconnected_conf { buf = qtn_dyc_disconnected_conf; } |
|
62 RESOURCE TBUF r_qtn_chat_disconnected_conf { buf = qtn_chat_disconnected_conf; } |
|
63 RESOURCE TBUF r_qtn_chat_automatic_conn_on { buf = qtn_chat_automatic_conn_on; } |
|
64 |
|
65 |
|
66 RESOURCE TBUF r_qtn_dyc_query_exit_conn_close { buf = qtn_dyc_query_exit_conn_close; } |
|
67 |
|
68 |
|
69 //drop the old connection query & reconnect notes |
|
70 RESOURCE TBUF r_qtn_chat_setting_con_to_pec { buf = qtn_chat_setting_con_to_pec; } |
|
71 RESOURCE TBUF r_qtn_chat_setting_con_to_chat { buf = qtn_chat_setting_con_to_chat; } |
|
72 RESOURCE TBUF r_qtn_chat_setting_con_to_pec2 { buf = qtn_chat_setting_con_to_pec2; } |
|
73 RESOURCE TBUF r_qtn_chat_setting_con_to_chat2 { buf = qtn_chat_setting_con_to_chat2; } |
|
74 |
|
75 |
|
76 |
|
77 RESOURCE TBUF r_qtn_chat_login_account_lost { buf = qtn_chat_login_account_lost; } |
|
78 RESOURCE TBUF r_qtn_chat_error_service_err { buf = qtn_chat_error_service_err; } |
|
79 RESOURCE TBUF r_qtn_chat_login_passer_note { buf = qtn_chat_login_passer_note; } |
|
80 RESOURCE TBUF r_qtn_chat_error_serv_busy { buf = qtn_chat_error_serv_busy; } |
|
81 RESOURCE TBUF r_qtn_chat_error_gen_error { buf = qtn_chat_error_gen_error; } |
|
82 RESOURCE TBUF r_qtn_chat_login_conerror_note { buf = qtn_chat_login_conerror_note; } |
|
83 RESOURCE TBUF r_qtn_chat_info_not_sup_con { buf = qtn_chat_info_not_sup_con; } |
|
84 RESOURCE TBUF r_qtn_chat_sett_comp_miss { buf = qtn_chat_sett_comp_miss; } |
|
85 RESOURCE TBUF r_qtn_chat_login_ongoing_note { buf = qtn_chat_login_ongoing_note; } |
|
86 RESOURCE TBUF r_qtn_chat_server_disconnected_client { buf = qtn_chat_server_disconnected_client; } |
|
87 RESOURCE TBUF r_qtn_chat_error_wrong_wvid { buf = qtn_chat_error_wrong_wvid; } |
|
88 RESOURCE TBUF r_qtn_offline_not_possible { buf = qtn_offline_not_possible; } //from offline spec |
|
89 |
|
90 //remote notifications |
|
91 RESOURCE TBUF r_qtn_chat_scheduled_to_be_closed { buf = qtn_chat_scheduled_to_be_closed; } |
|
92 RESOURCE TBUF r_qtn_chat_discon_other_because_scheduling { buf = qtn_chat_discon_other_because_scheduling; } |
|
93 |
|
94 |
|
95 |
|
96 //AA Error - dynamic global note, information note icon |
|
97 RESOURCE TBUF r_qtn_chat_autom_con_failed { buf = qtn_chat_autom_con_failed; } |
|
98 RESOURCE TBUF r_qtn_chat_incor_usernames_nocon { buf = qtn_chat_incor_usernames_nocon; } |
|
99 |
|
100 // Terms of Use |
|
101 RESOURCE TBUF r_qtn_chat_login_tou_query { buf = qtn_chat_login_tou_query; } |
|
102 RESOURCE TBUF r_qtn_chat_cancel_termsofuse { buf = qtn_chat_cancel_termsofuse; } |
|
103 //RESOURCE TBUF r_qtn_chat_login_tou_accept { buf = qtn_chat_login_tou_accept; } |
|
104 //RESOURCE TBUF r_qtn_chat_login_tou_decline { buf = qtn_chat_login_tou_decline; } |
|
105 RESOURCE TBUF r_qtn_chat_login_tou_message { buf = qtn_chat_login_tou_message; } |
|
106 RESOURCE TBUF r_qtn_chat_tou_title { buf = qtn_chat_tou_title; } |
|
107 |
|
108 |
|
109 |
|
110 |
|
111 |
|
112 // --------------------------------------------------------- |
|
113 // |
|
114 // r_wait_note_with_cancel |
|
115 // |
|
116 // --------------------------------------------------------- |
|
117 // |
|
118 RESOURCE DIALOG r_wait_note_with_cancel |
|
119 { |
|
120 flags = EAknProgressNoteFlags; |
|
121 buttons = R_AVKON_SOFTKEYS_CANCEL; |
|
122 items = |
|
123 { |
|
124 DLG_LINE |
|
125 { |
|
126 type = EAknCtNote; |
|
127 id = EGeneralWaitNoteId; |
|
128 control = AVKON_NOTE |
|
129 { |
|
130 layout = EWaitLayout; |
|
131 imagefile = AVKON_ICON_FILE; |
|
132 imageid = EMbmAvkonQgn_note_progress; |
|
133 imagemask = EMbmAvkonQgn_note_progress_mask; |
|
134 animation = R_QGN_GRAF_WAIT_BAR_ANIM; |
|
135 }; |
|
136 } |
|
137 }; |
|
138 } |
|
139 |
|
140 |
|
141 |
|
142 |
|
143 // --------------------------------------------------------- |
|
144 // |
|
145 // r_wait_note_blank |
|
146 // |
|
147 // --------------------------------------------------------- |
|
148 // |
|
149 RESOURCE DIALOG r_wait_note_blank |
|
150 { |
|
151 flags = EAknProgressNoteFlags; |
|
152 buttons = R_AVKON_SOFTKEYS_EMPTY; |
|
153 items = |
|
154 { |
|
155 DLG_LINE |
|
156 { |
|
157 type = EAknCtNote; |
|
158 id = EGeneralWaitNoteId; |
|
159 control = AVKON_NOTE |
|
160 { |
|
161 layout = EWaitLayout; |
|
162 imagefile = AVKON_ICON_FILE; |
|
163 imageid = EMbmAvkonQgn_note_progress; |
|
164 imagemask = EMbmAvkonQgn_note_progress_mask; |
|
165 animation = R_QGN_GRAF_WAIT_BAR_ANIM; |
|
166 }; |
|
167 } |
|
168 }; |
|
169 } |
|
170 |
|
171 |
|
172 |
|
173 // --------------------------------------------------------- |
|
174 // |
|
175 // r_general_query |
|
176 // |
|
177 // --------------------------------------------------------- |
|
178 // |
|
179 RESOURCE DIALOG r_general_query |
|
180 { |
|
181 flags=EGeneralQueryFlags; |
|
182 buttons=R_AVKON_SOFTKEYS_YES_NO__YES; |
|
183 items= |
|
184 { |
|
185 DLG_LINE |
|
186 { |
|
187 type=EAknCtQuery; |
|
188 id=EGeneralQuery; |
|
189 control= AVKON_CONFIRMATION_QUERY |
|
190 { |
|
191 layout = EConfirmationLayout; |
|
192 }; |
|
193 } |
|
194 }; |
|
195 } |
|
196 |
|
197 |
|
198 |
|
199 // --------------------------------------------------------- |
|
200 // |
|
201 // r_confirmed_error_note |
|
202 // |
|
203 // --------------------------------------------------------- |
|
204 // |
|
205 RESOURCE DIALOG r_confirmed_error_note |
|
206 { |
|
207 flags=EGeneralQueryFlags; |
|
208 buttons=R_AVKON_SOFTKEYS_OK_EMPTY__OK; |
|
209 items= |
|
210 { |
|
211 DLG_LINE |
|
212 { |
|
213 type=EAknCtQuery; |
|
214 id=EGeneralQuery; |
|
215 control= AVKON_CONFIRMATION_QUERY |
|
216 { |
|
217 layout = EConfirmationLayout; |
|
218 animation = R_QGN_NOTE_ERROR_ANIM; |
|
219 }; |
|
220 } |
|
221 }; |
|
222 } |
|
223 |
|
224 // --------------------------------------------------------- |
|
225 // |
|
226 // r_confirmed_error_note_msk |
|
227 // |
|
228 // --------------------------------------------------------- |
|
229 // |
|
230 RESOURCE DIALOG r_confirmed_error_note_msk |
|
231 { |
|
232 flags=EGeneralQueryFlags; |
|
233 buttons=R_AVKON_SOFTKEYS_OK_EMPTY__OK; |
|
234 items= |
|
235 { |
|
236 DLG_LINE |
|
237 { |
|
238 type=EAknCtQuery; |
|
239 id=EGeneralQuery; |
|
240 control= AVKON_CONFIRMATION_QUERY |
|
241 { |
|
242 layout = EConfirmationLayout; |
|
243 animation = R_QGN_NOTE_ERROR_ANIM; |
|
244 }; |
|
245 } |
|
246 }; |
|
247 } |
|
248 |
|
249 |
|
250 |
|
251 // --------------------------------------------------------- |
|
252 // |
|
253 // r_login_data_query |
|
254 // |
|
255 // --------------------------------------------------------- |
|
256 // |
|
257 RESOURCE DIALOG r_login_data_query |
|
258 { |
|
259 flags=EGeneralQueryFlags; |
|
260 buttons=R_AVKON_SOFTKEYS_OK_CANCEL__OK; |
|
261 items= |
|
262 { |
|
263 DLG_LINE |
|
264 { |
|
265 type=EAknCtMultilineQuery; |
|
266 id=EMultilineFirstLine; |
|
267 control = AVKON_DATA_QUERY |
|
268 { |
|
269 layout = EMultiDataFirstEdwin; |
|
270 label = qtn_chat_login_data_prompt; |
|
271 control = EDWIN |
|
272 { |
|
273 flags=0; |
|
274 width=5; |
|
275 lines=1; |
|
276 maxlength = login_data_editor_max_length; |
|
277 default_case=EAknEditorLowerCase; |
|
278 allowed_case_modes=EAknEditorAllCaseModes; |
|
279 //numeric_keymap=EAknEditorStandardNumberModeKeymap; |
|
280 // allowed_input_modes=EAknEditorTextInputMode; |
|
281 allowed_input_modes=EAknEditorTextInputMode|EAknEditorNumericInputMode; |
|
282 default_input_mode=EAknEditorTextInputMode; |
|
283 //special_character_table=-1; |
|
284 avkon_flags = EAknEditorFlagLatinInputModesOnly; |
|
285 //max_view_height_in_lines=0; |
|
286 //base_line_delta=0; |
|
287 //spare=0; |
|
288 }; |
|
289 }; |
|
290 }, |
|
291 DLG_LINE |
|
292 { |
|
293 type=EAknCtMultilineQuery; |
|
294 id=EMultilineSecondLine; |
|
295 control= AVKON_DATA_QUERY |
|
296 { |
|
297 layout = EMultiDataSecondSecEd; |
|
298 label = qtn_chat_login_code_prompt; |
|
299 control = SECRETED |
|
300 { |
|
301 num_letters = login_data_editor_max_length; |
|
302 }; |
|
303 }; |
|
304 } |
|
305 }; |
|
306 } |
|
307 |
|
308 |
|
309 |
|
310 |
|
311 // --------------------------------------------------------- |
|
312 // |
|
313 // r_server_to_login_listquery |
|
314 // |
|
315 // --------------------------------------------------------- |
|
316 // |
|
317 RESOURCE AVKON_LIST_QUERY r_server_to_login_listquery |
|
318 { |
|
319 flags = EGeneralQueryFlags; |
|
320 softkeys = R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT; |
|
321 items = |
|
322 { |
|
323 AVKON_LIST_QUERY_DLG_LINE |
|
324 { |
|
325 control = AVKON_LIST_QUERY_CONTROL |
|
326 { |
|
327 listtype = EAknCtSinglePopupMenuListBox; |
|
328 listbox = AVKON_LIST_QUERY_LIST |
|
329 { |
|
330 }; |
|
331 heading = qtn_chat_log_selectservice; |
|
332 }; |
|
333 } |
|
334 }; |
|
335 } |
|
336 |
|
337 |
|
338 |
|
339 |
|
340 // --------------------------------------------------------- |
|
341 // |
|
342 // r_non_waiting_confirmation_query |
|
343 // |
|
344 // --------------------------------------------------------- |
|
345 // |
|
346 RESOURCE DIALOG r_non_waiting_confirmation_query |
|
347 { |
|
348 flags= EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | EEikDialogFlagCbaButtons; |
|
349 buttons=R_AVKON_SOFTKEYS_YES_NO__YES; |
|
350 items= |
|
351 { |
|
352 DLG_LINE |
|
353 { |
|
354 type=EAknCtQuery; |
|
355 id=EGeneralQuery; |
|
356 control= AVKON_CONFIRMATION_QUERY |
|
357 { |
|
358 layout = EConfirmationLayout; |
|
359 }; |
|
360 } |
|
361 }; |
|
362 } |
|
363 |
|
364 |
|
365 // --------------------------------------------------------- |
|
366 // |
|
367 // r_non_waiting_confirmed_error_note |
|
368 // |
|
369 // --------------------------------------------------------- |
|
370 // |
|
371 RESOURCE DIALOG r_non_waiting_confirmed_error_note |
|
372 { |
|
373 flags= EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | EEikDialogFlagCbaButtons; |
|
374 buttons=R_AVKON_SOFTKEYS_OK_EMPTY__OK; |
|
375 items= |
|
376 { |
|
377 DLG_LINE |
|
378 { |
|
379 type=EAknCtQuery; |
|
380 id=EGeneralQuery; |
|
381 control= AVKON_CONFIRMATION_QUERY |
|
382 { |
|
383 layout = EConfirmationLayout; |
|
384 animation = R_QGN_NOTE_ERROR_ANIM; |
|
385 }; |
|
386 } |
|
387 }; |
|
388 } |
|
389 |
|
390 // --------------------------------------------------------- |
|
391 // |
|
392 // r_server_to_login_listquery_graphic |
|
393 // |
|
394 // --------------------------------------------------------- |
|
395 // |
|
396 RESOURCE AVKON_LIST_QUERY r_server_to_login_listquery_graphic |
|
397 { |
|
398 flags = EGeneralQueryFlags; |
|
399 softkeys = R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT; |
|
400 items = |
|
401 { |
|
402 AVKON_LIST_QUERY_DLG_LINE |
|
403 { |
|
404 control = AVKON_LIST_QUERY_CONTROL |
|
405 { |
|
406 listtype = EAknCtSingleGraphicPopupMenuListBox; |
|
407 listbox = AVKON_LIST_QUERY_LIST |
|
408 { |
|
409 }; |
|
410 heading = qtn_chat_log_selectservice; |
|
411 }; |
|
412 } |
|
413 }; |
|
414 } |
|
415 |
|
416 // --------------------------------------------------------- |
|
417 // |
|
418 // r_cnui_terms_of_use_dialog_cba |
|
419 // |
|
420 // --------------------------------------------------------- |
|
421 // |
|
422 RESOURCE CBA r_cnui_terms_of_use_dialog_cba |
|
423 { |
|
424 buttons = |
|
425 { |
|
426 CBA_BUTTON { id = EIMPSCommonUITOUContinue; txt = qtn_chat_sk_continue; }, |
|
427 CBA_BUTTON { id = EAknSoftkeyCancel; txt = text_softkey_cancel; }, |
|
428 CBA_BUTTON { id = EAknSoftkeyEmpty; txt = text_softkey_empty; } |
|
429 }; |
|
430 } |
|
431 |
|
432 // --------------------------------------------------------- |
|
433 // |
|
434 // r_cnui_terms_of_use_dialog |
|
435 // |
|
436 // --------------------------------------------------------- |
|
437 // |
|
438 RESOURCE DIALOG r_cnui_terms_of_use_dialog |
|
439 { |
|
440 flags=EEikDialogFlagNoDrag | EEikDialogFlagFillAppClientRect | |
|
441 EEikDialogFlagCbaButtons | EEikDialogFlagNotifyEsc | EEikDialogFlagWait; |
|
442 buttons=r_cnui_terms_of_use_dialog_cba; |
|
443 title= qtn_chat_tou_title; |
|
444 items= |
|
445 { |
|
446 DLG_LINE |
|
447 { |
|
448 type=EEikCtRichTextEditor; |
|
449 id= ETOURichEditorId; |
|
450 control= RTXTED |
|
451 { |
|
452 //width=200; |
|
453 //height=200; |
|
454 //textlimit=200; |
|
455 flags= KMultiLineExpandingEditorFlags | |
|
456 EEikEdwinReadOnly | EEikEdwinAvkonDisableCursor | |
|
457 EEikEdwinNoAutoSelection; |
|
458 //max_view_height_in_lines=3; |
|
459 avkon_flags = EAknEditorFlagEnableScrollBars; |
|
460 }; |
|
461 } |
|
462 }; |
|
463 } |
|
464 |
|
465 // --------------------------------------------------------- |
|
466 // |
|
467 // r_accept_terms_of_use_listquery_array |
|
468 // |
|
469 // --------------------------------------------------------- |
|
470 // |
|
471 RESOURCE ARRAY r_cnui_accept_terms_of_use_listquery_array |
|
472 { |
|
473 items= |
|
474 { |
|
475 LBUF{ txt = qtn_chat_login_tou_decline;}, |
|
476 LBUF{ txt = qtn_chat_login_tou_accept;} |
|
477 }; |
|
478 } |
|
479 |
|
480 // --------------------------------------------------------- |
|
481 // |
|
482 // r_accept_terms_of_use_listquery |
|
483 // |
|
484 // --------------------------------------------------------- |
|
485 // |
|
486 RESOURCE AVKON_LIST_QUERY r_cnui_accept_terms_of_use_listquery |
|
487 { |
|
488 flags = EGeneralQueryFlags; |
|
489 softkeys = R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT; |
|
490 items = |
|
491 { |
|
492 AVKON_LIST_QUERY_DLG_LINE |
|
493 { |
|
494 control = AVKON_LIST_QUERY_CONTROL |
|
495 { |
|
496 listtype = EAknCtSinglePopupMenuListBox; |
|
497 listbox = AVKON_LIST_QUERY_LIST |
|
498 { |
|
499 }; |
|
500 heading = qtn_chat_login_tou_query; |
|
501 }; |
|
502 } |
|
503 }; |
|
504 } |
|
505 |
|
506 //---------------------------------------------------- |
|
507 // |
|
508 // Terms of Use dialog menu definition |
|
509 // |
|
510 //---------------------------------------------------- |
|
511 RESOURCE MENU_BAR r_cnui_terms_of_use_menubar |
|
512 { |
|
513 titles= |
|
514 { |
|
515 MENU_TITLE { menu_pane = r_cnui_terms_of_use_menu; } |
|
516 }; |
|
517 } |
|
518 |
|
519 //---------------------------------------------------- |
|
520 // |
|
521 // Terms of Use dialog menu definition |
|
522 // |
|
523 //---------------------------------------------------- |
|
524 RESOURCE MENU_PANE r_cnui_terms_of_use_menu |
|
525 { |
|
526 items = |
|
527 { |
|
528 MENU_ITEM { command = EIMPSCommonUIFindMenuPlaceHolder; txt = ""; } |
|
529 }; |
|
530 } |
|
531 |
|
532 //---------------------------------------------------- |
|
533 // |
|
534 // Terms of Use richtext editor |
|
535 // |
|
536 //---------------------------------------------------- |
|
537 RESOURCE RTXTED r_cnui_terms_of_use_editor |
|
538 { |
|
539 flags = EEikEdwinReadOnly | EEikEdwinAvkonDisableCursor; |
|
540 avkon_flags = EAknEditorFlagDefault; |
|
541 } |
|
542 |
|
543 //---------------------------------------------------- |
|
544 // |
|
545 // r_cnui_softkeys_ok_details__ok |
|
546 // |
|
547 //---------------------------------------------------- |
|
548 // |
|
549 RESOURCE CBA r_cnui_softkeys_ok_details__ok |
|
550 { |
|
551 flags = 0; |
|
552 buttons = |
|
553 { |
|
554 CBA_BUTTON { id = EAknSoftkeyOk; txt = text_softkey_ok; }, |
|
555 CBA_BUTTON { id = EAknSoftkeyDetails; txt = text_softkey_details; }, |
|
556 CBA_BUTTON { id = EAknSoftkeyOk; txt = text_softkey_ok; } |
|
557 }; |
|
558 } |
|
559 |
|
560 // --------------------------------------------------------- |
|
561 // |
|
562 // r_cnui_softkeys_continue_cancel__contextoptions |
|
563 // |
|
564 // --------------------------------------------------------- |
|
565 // |
|
566 RESOURCE CBA r_cnui_softkeys_continue_cancel__contextoptions |
|
567 { |
|
568 buttons = |
|
569 { |
|
570 CBA_BUTTON { id = EIMPSCommonUITOUContinue; txt = qtn_chat_sk_continue; }, |
|
571 CBA_BUTTON { id = EAknSoftkeyCancel; txt = text_softkey_cancel; }, |
|
572 CBA_BUTTON { id = EAknSoftkeyContextOptions; txt = text_softkey_option; } |
|
573 }; |
|
574 } |
|
575 |
|
576 |
|
577 |
|
578 |
|
579 |
|
580 |
|
581 // --------------------------------------------------------- |
|
582 // |
|
583 // r_message_query |
|
584 // |
|
585 // --------------------------------------------------------- |
|
586 // |
|
587 |
|
588 RESOURCE DIALOG r_message_query |
|
589 { |
|
590 flags = EGeneralQueryFlags | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow; |
|
591 buttons = R_AVKON_SOFTKEYS_OK_CANCEL; |
|
592 items = |
|
593 { |
|
594 DLG_LINE |
|
595 { |
|
596 type = EAknCtPopupHeadingPane; |
|
597 id = EAknMessageQueryHeaderId; |
|
598 itemflags = EEikDlgItemNonFocusing; |
|
599 control = AVKON_HEADING |
|
600 { |
|
601 label = KNullDesC; |
|
602 headinglayout=R_AVKON_LIST_HEADING_PANE_POPUPS; |
|
603 }; |
|
604 }, |
|
605 DLG_LINE |
|
606 { |
|
607 type = EAknCtMessageQuery; |
|
608 id = EAknMessageQueryContentId; |
|
609 control = AVKON_MESSAGE_QUERY |
|
610 { |
|
611 }; |
|
612 } |
|
613 }; |
|
614 } |
|
615 |
|
616 |
|
617 #include "orange_wap.rss" |
|
618 // resource variation things |
|
619 #include "PAppVariationNG.rss" |
|
620 |
|
621 // End of File |
|
622 |