|
1 /* |
|
2 * Copyright (c) 2005-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 note resources for Phonebook 2 |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 // --------------------------------------------------------- |
|
21 // General fetching waiting note |
|
22 // --------------------------------------------------------- |
|
23 // |
|
24 RESOURCE DIALOG r_qtn_gen_note_fetching_wait |
|
25 { |
|
26 flags = EAknWaitNoteFlags; |
|
27 buttons = R_AVKON_SOFTKEYS_EMPTY; |
|
28 items = |
|
29 { |
|
30 DLG_LINE |
|
31 { |
|
32 type = EAknCtNote; |
|
33 id = EPbk2NoteContactsFetching; |
|
34 control = AVKON_NOTE |
|
35 { |
|
36 layout = EWaitLayout; |
|
37 singular_label = qtn_gen_note_fetching; |
|
38 animation = R_QGN_GRAF_WAIT_BAR_ANIM; |
|
39 imagefile = AVKON_ICON_FILE; |
|
40 imageid = EMbmAvkonQgn_note_copy; |
|
41 imagemask = EMbmAvkonQgn_note_copy_mask; |
|
42 }; |
|
43 } |
|
44 }; |
|
45 } |
|
46 |
|
47 // --------------------------------------------------------- |
|
48 // General retrieving progress bar note |
|
49 // --------------------------------------------------------- |
|
50 // |
|
51 RESOURCE DIALOG r_qtn_gen_note_retrieving_progress |
|
52 { |
|
53 flags = EAknProgressNoteFlags; |
|
54 buttons = R_AVKON_SOFTKEYS_EMPTY; |
|
55 items = |
|
56 { |
|
57 DLG_LINE |
|
58 { |
|
59 type = EAknCtNote; |
|
60 id = EPbk2NoteContactsRetrievingProgressBar; |
|
61 control = AVKON_NOTE |
|
62 { |
|
63 layout = EProgressLayout; |
|
64 singular_label = qtn_gen_note_fetching; |
|
65 imagefile = AVKON_ICON_FILE; |
|
66 imageid = EMbmAvkonQgn_note_copy; |
|
67 imagemask = EMbmAvkonQgn_note_copy_mask; |
|
68 }; |
|
69 } |
|
70 }; |
|
71 } |
|
72 |
|
73 |
|
74 // --------------------------------------------------------- |
|
75 // General saving waiting note |
|
76 // --------------------------------------------------------- |
|
77 // |
|
78 RESOURCE DIALOG r_qtn_gen_note_saving_wait |
|
79 { |
|
80 flags = EAknWaitNoteFlags; |
|
81 buttons = R_AVKON_SOFTKEYS_CANCEL; |
|
82 items = |
|
83 { |
|
84 DLG_LINE |
|
85 { |
|
86 type = EAknCtNote; |
|
87 id = EPbk2NoteContactsSaving; |
|
88 control = AVKON_NOTE |
|
89 { |
|
90 layout = EWaitLayout; |
|
91 singular_label = qtn_gen_note_saving; |
|
92 animation = R_QGN_GRAF_WAIT_BAR_ANIM; |
|
93 imagefile = AVKON_ICON_FILE; |
|
94 imageid = EMbmAvkonQgn_note_copy; |
|
95 imagemask = EMbmAvkonQgn_note_copy_mask; |
|
96 }; |
|
97 } |
|
98 }; |
|
99 } |
|
100 |
|
101 |
|
102 // End of file |