|
1 /* |
|
2 * Copyright (c) 2002 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: |
|
15 * This file contains all the resources for CDMA. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 // This file is empty. It should be used in case CDMA-specific resources are |
|
22 // required. |
|
23 |
|
24 // RESOURCE DEFINITIONS |
|
25 // --------------------------------------------------------- |
|
26 // |
|
27 // r_smse_optionsmenubar - menubar |
|
28 // Options mainmenu titles |
|
29 // |
|
30 // --------------------------------------------------------- |
|
31 // |
|
32 // RESOURCE DEFINITIONS |
|
33 // --------------------------------------------------------- |
|
34 // |
|
35 // r_smse_optionsmenubar - menubar |
|
36 // Options mainmenu titles |
|
37 // |
|
38 // --------------------------------------------------------- |
|
39 // |
|
40 RESOURCE MENU_BAR r_smsv_optionsmenubar_cdma |
|
41 { |
|
42 titles = |
|
43 { |
|
44 MENU_TITLE |
|
45 { |
|
46 menu_pane = r_smsv_optionsmenupane_cdma; |
|
47 } |
|
48 }; |
|
49 } |
|
50 |
|
51 // RESOURCE DEFINITIONS |
|
52 // --------------------------------------------------------- |
|
53 // |
|
54 // r_smse_optionsmenupane - menupane |
|
55 // Options mainmenu items |
|
56 // |
|
57 // --------------------------------------------------------- |
|
58 // |
|
59 RESOURCE MENU_PANE r_smsv_optionsmenupane_cdma |
|
60 { |
|
61 items = |
|
62 { |
|
63 MENU_ITEM |
|
64 { |
|
65 command = ESmsViewerReply; |
|
66 txt = qtn_sms_reply; |
|
67 }, |
|
68 MENU_ITEM |
|
69 { |
|
70 command = ESmsViewerForward; |
|
71 txt = qtn_sms_forward; |
|
72 }, |
|
73 MENU_ITEM |
|
74 { |
|
75 command = ESmsViewerCallBack; |
|
76 txt = qtn_sms_call_back; |
|
77 }, |
|
78 MENU_ITEM |
|
79 { |
|
80 command = ESmsViewerDelete; |
|
81 txt = qtn_msg_om_delete; |
|
82 }, |
|
83 MENU_ITEM |
|
84 { |
|
85 command = EFindItemMenuPlaceHolder; |
|
86 txt = ""; // constructed dynamically |
|
87 }, |
|
88 MENU_ITEM |
|
89 { |
|
90 command = ESmsViewerMessInfo; |
|
91 txt = qtn_msg_om_message_info; |
|
92 }, |
|
93 MENU_ITEM |
|
94 { |
|
95 command = ESmsViewerMove; |
|
96 txt = qtn_sms_move_to_folder; |
|
97 }, |
|
98 MENU_ITEM |
|
99 { |
|
100 command = ESmsViewerCreateCC; |
|
101 txt = " "; // <- dynamically loaded!! |
|
102 // Request AIW to place the menu into submenu |
|
103 cascade = AIW_CASCADE_ID; |
|
104 }, |
|
105 MENU_ITEM |
|
106 { |
|
107 command = EAknCmdHelp; |
|
108 txt = qtn_options_help; |
|
109 }, |
|
110 MENU_ITEM |
|
111 { |
|
112 command = EAknCmdExit; |
|
113 txt = qtn_options_exit; |
|
114 } |
|
115 }; |
|
116 } |
|
117 |
|
118 |
|
119 |
|
120 // RESOURCE DEFINITIONS |
|
121 // --------------------------------------------------------- |
|
122 // |
|
123 // r_smsv_contextmenubar - menubar |
|
124 // Contextmenu titles |
|
125 // |
|
126 // --------------------------------------------------------- |
|
127 // |
|
128 RESOURCE MENU_BAR r_smsv_contextmenubar_cdma |
|
129 { |
|
130 titles = |
|
131 { |
|
132 MENU_TITLE |
|
133 { |
|
134 menu_pane = r_smsv_contextmenupane_cdma; |
|
135 } |
|
136 }; |
|
137 } |
|
138 |
|
139 // RESOURCE DEFINITIONS |
|
140 // --------------------------------------------------------- |
|
141 // |
|
142 // r_smsv_contextmenupane - menupane |
|
143 // Context menu items |
|
144 // |
|
145 // --------------------------------------------------------- |
|
146 // |
|
147 RESOURCE MENU_PANE r_smsv_contextmenupane_cdma |
|
148 { |
|
149 items = |
|
150 { |
|
151 MENU_ITEM |
|
152 { |
|
153 command = EFindItemContextMenuPlaceHolder; |
|
154 txt=""; // constucted dynamically |
|
155 }, |
|
156 } |
|
157 }; |
|
158 } |
|
159 |
|
160 // RESOURCE DEFINITIONS |