|
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: Phonebook 2 Group UI Extension dialog resources. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // -------------------------------------------------------------------------- |
|
20 // Removing members from group wait note |
|
21 // -------------------------------------------------------------------------- |
|
22 // |
|
23 RESOURCE DIALOG r_qtn_phob2_wnote_rem_from_group |
|
24 { |
|
25 flags = EAknProgressNoteFlags; |
|
26 buttons = R_AVKON_SOFTKEYS_EMPTY; |
|
27 items = |
|
28 { |
|
29 DLG_LINE |
|
30 { |
|
31 type = EAknCtNote; |
|
32 id = EPguNoteContactsRemoveFromGroup; |
|
33 control = AVKON_NOTE |
|
34 { |
|
35 layout = EProgressLayout; |
|
36 singular_label = qtn_gen_note_removing; |
|
37 imagefile = AVKON_ICON_FILE; |
|
38 imageid = EMbmAvkonQgn_note_erased; |
|
39 imagemask = EMbmAvkonQgn_note_erased_mask; |
|
40 }; |
|
41 } |
|
42 }; |
|
43 } |
|
44 |
|
45 // -------------------------------------------------------------------------- |
|
46 // New group query |
|
47 // -------------------------------------------------------------------------- |
|
48 // |
|
49 RESOURCE DIALOG r_phonebook2_grouplist_newgroup_query |
|
50 { |
|
51 flags = EEikDialogFlagWait | EEikDialogFlagNoDrag | |
|
52 EEikDialogFlagNoTitleBar | EEikDialogFlagCbaButtons | |
|
53 EEikDialogFlagNoShadow; |
|
54 buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK; |
|
55 items = |
|
56 { |
|
57 DLG_LINE |
|
58 { |
|
59 type = EAknCtQuery; |
|
60 id = EGeneralQuery; |
|
61 control = AVKON_DATA_QUERY |
|
62 { |
|
63 layout = EDataLayout; |
|
64 label = qtn_fldr_group_name_prmpt; |
|
65 control = EDWIN |
|
66 { |
|
67 max_view_height_in_lines = 1; |
|
68 flags = EEikEdwinNoHorizScrolling | EEikEdwinResizable; |
|
69 }; |
|
70 }; |
|
71 } |
|
72 }; |
|
73 } |
|
74 |
|
75 // -------------------------------------------------------------------------- |
|
76 // Assign ringing tone to group members wait note |
|
77 // -------------------------------------------------------------------------- |
|
78 // |
|
79 RESOURCE DIALOG r_qtn_phob_wnote_set_rtone |
|
80 { |
|
81 flags = EAknProgressNoteFlags; |
|
82 buttons = R_AVKON_SOFTKEYS_EMPTY; |
|
83 items = |
|
84 { |
|
85 DLG_LINE |
|
86 { |
|
87 type = EAknCtNote; |
|
88 id = EPguNoteContactsSetRingingToneToGroup; |
|
89 control = AVKON_NOTE |
|
90 { |
|
91 layout = EProgressLayout; |
|
92 singular_label = qtn_gen_note_processing; |
|
93 }; |
|
94 } |
|
95 }; |
|
96 } |
|
97 |
|
98 // End of File |