|
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 service dialing info view definition. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // -------------------------------------------------------------------------- |
|
20 // Avkon view definition |
|
21 // -------------------------------------------------------------------------- |
|
22 // |
|
23 RESOURCE AVKON_VIEW r_psu2_service_dialing_info_view |
|
24 { |
|
25 menubar = r_psu2_service_dialing_info_menubar; |
|
26 cba = R_AVKON_SOFTKEYS_BACK; |
|
27 } |
|
28 |
|
29 // -------------------------------------------------------------------------- |
|
30 // Menu bar |
|
31 // -------------------------------------------------------------------------- |
|
32 // |
|
33 RESOURCE MENU_BAR r_psu2_service_dialing_info_menubar |
|
34 { |
|
35 titles = |
|
36 { |
|
37 MENU_TITLE |
|
38 { |
|
39 menu_pane = R_PHONEBOOK2_SYSTEM_MENU; |
|
40 }, |
|
41 MENU_TITLE |
|
42 { |
|
43 menu_pane = r_psu2_service_dialing_info_view_copy_menupane; |
|
44 }, |
|
45 MENU_TITLE |
|
46 { |
|
47 menu_pane = R_PHONEBOOK2_CALL_MENU; |
|
48 } |
|
49 }; |
|
50 } |
|
51 |
|
52 // -------------------------------------------------------------------------- |
|
53 // Service dialing info context menu bar |
|
54 // -------------------------------------------------------------------------- |
|
55 // |
|
56 RESOURCE MENU_BAR r_psu2_service_dialing_info_context_menubar |
|
57 { |
|
58 titles = |
|
59 { |
|
60 MENU_TITLE |
|
61 { |
|
62 menu_pane = R_PHONEBOOK2_CALL_MENU; |
|
63 } |
|
64 }; |
|
65 } |
|
66 |
|
67 // -------------------------------------------------------------------------- |
|
68 // Copy menu pane |
|
69 // -------------------------------------------------------------------------- |
|
70 // |
|
71 RESOURCE MENU_PANE r_psu2_service_dialing_info_view_copy_menupane |
|
72 { |
|
73 items= |
|
74 { |
|
75 MENU_ITEM |
|
76 { |
|
77 command = EPbk2CmdCopy; |
|
78 txt = qtn_simp_opt_copy_to_pb; |
|
79 } |
|
80 }; |
|
81 } |
|
82 |
|
83 // -------------------------------------------------------------------------- |
|
84 // Tabs |
|
85 // -------------------------------------------------------------------------- |
|
86 // |
|
87 RESOURCE PBK2_VIEW_NODE_TAB_ARRAY r_psu2_service_dialing_info_view_tabs |
|
88 { |
|
89 items = |
|
90 { |
|
91 PBK2_VIEW_NODE_TAB |
|
92 { |
|
93 version = 0; |
|
94 tabsInGroup = 1; |
|
95 tab = r_psu2_service_dialing_info_view_tab1; |
|
96 } |
|
97 }; |
|
98 } |
|
99 |
|
100 // -------------------------------------------------------------------------- |
|
101 // Tab |
|
102 // -------------------------------------------------------------------------- |
|
103 // |
|
104 RESOURCE TAB r_psu2_service_dialing_info_view_tab1 |
|
105 { |
|
106 id = EPsu2ServiceDialingInfoViewId; |
|
107 } |
|
108 |
|
109 // End of File |