|
1 /* |
|
2 * Copyright (c) 2002-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: Defines constant values for Avkon Skins. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef AKNSCONSTANTS_HRH |
|
20 #define AKNSCONSTANTS_HRH |
|
21 |
|
22 // This header file defines enumerations for skin item IDs (major and minor |
|
23 // values). |
|
24 |
|
25 // ---------------------------------------------------------------------------- |
|
26 // Major values |
|
27 // ---------------------------------------------------------------------------- |
|
28 |
|
29 /** |
|
30 * Major values for item IDs. |
|
31 * |
|
32 * @since 2.0 |
|
33 */ |
|
34 enum TAknsMajorValue |
|
35 { |
|
36 EAknsMajorNone = -1, |
|
37 EAknsMajorDefault = 0, |
|
38 EAknsMajorSkin = 0x10005a26, // AknSkins UID |
|
39 EAknsMajorAvkon = 0x100056c6, // Avkon UID |
|
40 EAknsMajorAppIcon = 0x101f84b6, // AknSkins Content UID |
|
41 EAknsMajorAppIconBmpLst = 0x101f84b7, // AknSkins Content UID |
|
42 EAknsMajorAppIconBmpCxt = 0x101f84b8, // AknSkins Content UID |
|
43 EAknsMajorCallstatus = 0x101f8553, // AknSkins Content UID |
|
44 EAknsMajorCalendar = 0x10005901, // Calendar UID |
|
45 EAknsMajorScreensaver = 0x100056cf, // Screensaver UID |
|
46 EAknsMajorPinboard = 0x1000590b, // Pinboard UID |
|
47 EAknsMajorCbsuiApp = 0x101f4cd3, // CbsuiApp UID |
|
48 EAknsMajorSound = 0x101f869e, // AknSkins Content UID |
|
49 EAknsMajorProperty = 0x101FD651, // AknSkins Content UID |
|
50 EAknsMajorGeneric = 0x101F86E3, // AknSkins Content UID |
|
51 EAknsMajorESeries = 0x200100FC // ESeries Content UID |
|
52 }; |
|
53 |
|
54 // ---------------------------------------------------------------------------- |
|
55 // None and default values |
|
56 // ---------------------------------------------------------------------------- |
|
57 |
|
58 /** |
|
59 * Common minor values for item IDs. |
|
60 * |
|
61 * @since 2.0 |
|
62 */ |
|
63 enum TAknsMinorCommonValue |
|
64 { |
|
65 EAknsMinorNone = -1, |
|
66 EAknsMinorDefault = 0 |
|
67 }; |
|
68 |
|
69 // ---------------------------------------------------------------------------- |
|
70 // EAknsMajorSkin item IDs |
|
71 // ---------------------------------------------------------------------------- |
|
72 |
|
73 /** |
|
74 * Minor values for item IDs in EAknsMajorSkin major class. |
|
75 * |
|
76 * @since 2.0 |
|
77 */ |
|
78 enum TAknsMinorSkinValue |
|
79 { |
|
80 |
|
81 // Screen, status and control areas |
|
82 EAknsMinorQsnBgScreen = 0x1000, |
|
83 EAknsMinorQsnBgScreenIdle = 0x1001, |
|
84 EAknsMinorQsnBgScreenMp = 0x1002, |
|
85 EAknsMinorQsnBgAreaStatus = 0x1010, |
|
86 EAknsMinorQsnBgAreaStatusIdle = 0x1011, |
|
87 EAknsMinorQsnBgAreaControl = 0x1020, |
|
88 EAknsMinorQsnBgAreaControlPopup = 0x1021, |
|
89 EAknsMinorQsnBgAreaControlIdle = 0x1022, |
|
90 EAknsMinorQsnBgAreaControlMp = 0x1023, |
|
91 |
|
92 // Stacon |
|
93 EAknsMinorQsnBgAreaStaconRt = 0x1030, |
|
94 EAknsMinorQsnBgAreaStaconLt = 0x1031, |
|
95 EAknsMinorQsnBgAreaStaconRb = 0x1032, |
|
96 EAknsMinorQsnBgAreaStaconLb = 0x1033, |
|
97 EAknsMinorQsnBgAreaStaconRtIdle = 0x1034, |
|
98 EAknsMinorQsnBgAreaStaconLtIdle = 0x1035, |
|
99 EAknsMinorQsnBgAreaStaconRbIdle = 0x1036, |
|
100 EAknsMinorQsnBgAreaStaconLbIdle = 0x1037, |
|
101 |
|
102 // Main areas |
|
103 EAknsMinorQsnBgAreaMain = 0x1100, |
|
104 EAknsMinorQsnBgAreaMainListGene = 0x1101, |
|
105 EAknsMinorQsnBgAreaMainListSet = 0x1102, |
|
106 EAknsMinorQsnBgAreaMainAppsGrid = 0x1103, |
|
107 EAknsMinorQsnBgAreaMainMessage = 0x1104, |
|
108 EAknsMinorQsnBgAreaMainIdle = 0x1105, |
|
109 EAknsMinorQsnBgAreaMainPinb = 0x1106, |
|
110 EAknsMinorQsnBgAreaMainCalc = 0x1107, |
|
111 EAknsMinorQsnBgAreaMainQdial = 0x1108, |
|
112 EAknsMinorQsnBgAreaMainIdleDimmed = 0x1109, |
|
113 EAknsMinorQsnBgAreaMainHigh = 0x110a, |
|
114 EAknsMinorQsnBgAreaMainMp = 0x110b, |
|
115 |
|
116 EAknsMinorQsnBgAreaMainFlat = 0x110c, |
|
117 EAknsMinorQsnBgAreaMainSmall = 0x110d, |
|
118 |
|
119 // Slice elements |
|
120 EAknsMinorQsnBgSlicePopup = 0x11a0, |
|
121 EAknsMinorQsnBgSlicePinb = 0x11a1, |
|
122 EAknsMinorQsnBgSliceFswap = 0x11a2, |
|
123 |
|
124 // Wallpaper |
|
125 EAknsMinorWallpaper = 0x1180, |
|
126 EAknsMinorQgnGrafIdleFade = 0x1190, |
|
127 EAknsMinorQgnGrafDimWipeLscLeft = 0x1191, |
|
128 |
|
129 // Volume levels |
|
130 EAknsMinorQsnCpVolumeOn = 0x11f0, |
|
131 EAknsMinorQsnCpVolumeOff = 0x11f1, |
|
132 |
|
133 // List column background |
|
134 EAknsMinorQsnBgColumn0 = 0x1200, |
|
135 EAknsMinorQsnBgColumnA = 0x1201, |
|
136 EAknsMinorQsnBgColumnAB = 0x1202, |
|
137 EAknsMinorQsnBgColumnC0 = 0x1203, |
|
138 EAknsMinorQsnBgColumnCA = 0x1204, |
|
139 EAknsMinorQsnBgColumnCAB = 0x1205, |
|
140 |
|
141 // The following three numeric values are reserved for obsolete items. |
|
142 // 0x1210, 0x1211, 0x1212 |
|
143 |
|
144 // List bottom elements |
|
145 EAknsMinorQsnBgSliceList0 = 0x1220, |
|
146 EAknsMinorQsnBgSliceListA = 0x1221, |
|
147 EAknsMinorQsnBgSliceListAB = 0x1222, |
|
148 |
|
149 // Setting item list - option item frame |
|
150 EAknsMinorQsnFrSetOpt = 0x1300, |
|
151 EAknsMinorQsnFrSetOptCornerTl = 0x1301, |
|
152 EAknsMinorQsnFrSetOptCornerTr = 0x1302, |
|
153 EAknsMinorQsnFrSetOptCornerBl = 0x1303, |
|
154 EAknsMinorQsnFrSetOptCornerBr = 0x1304, |
|
155 EAknsMinorQsnFrSetOptSideT = 0x1305, |
|
156 EAknsMinorQsnFrSetOptSideB = 0x1306, |
|
157 EAknsMinorQsnFrSetOptSideL = 0x1307, |
|
158 EAknsMinorQsnFrSetOptSideR = 0x1308, |
|
159 EAknsMinorQsnFrSetOptCenter = 0x1309, |
|
160 |
|
161 // Setting item list - focused option item frame |
|
162 EAknsMinorQsnFrSetOptFoc = 0x1310, |
|
163 EAknsMinorQsnFrSetOptFocCornerTl = 0x1311, |
|
164 EAknsMinorQsnFrSetOptFocCornerTr = 0x1312, |
|
165 EAknsMinorQsnFrSetOptFocCornerBl = 0x1313, |
|
166 EAknsMinorQsnFrSetOptFocCornerBr = 0x1314, |
|
167 EAknsMinorQsnFrSetOptFocSideT = 0x1315, |
|
168 EAknsMinorQsnFrSetOptFocSideB = 0x1316, |
|
169 EAknsMinorQsnFrSetOptFocSideL = 0x1317, |
|
170 EAknsMinorQsnFrSetOptFocSideR = 0x1318, |
|
171 EAknsMinorQsnFrSetOptFocCenter = 0x1319, |
|
172 |
|
173 // Setting list volume graphics |
|
174 EAknsMinorQsnCpSetListVolumeOn = 0x13f0, |
|
175 EAknsMinorQsnCpSetListVolumeOff = 0x13f1, |
|
176 |
|
177 // Setting list slider graphics |
|
178 EAknsMinorQgnIndiSliderSet = 0x13f8, |
|
179 |
|
180 // General list highlight frame |
|
181 EAknsMinorQsnFrList = 0x1400, |
|
182 EAknsMinorQsnFrListCornerTl = 0x1401, |
|
183 EAknsMinorQsnFrListCornerTr = 0x1402, |
|
184 EAknsMinorQsnFrListCornerBl = 0x1403, |
|
185 EAknsMinorQsnFrListCornerBr = 0x1404, |
|
186 EAknsMinorQsnFrListSideT = 0x1405, |
|
187 EAknsMinorQsnFrListSideB = 0x1406, |
|
188 EAknsMinorQsnFrListSideL = 0x1407, |
|
189 EAknsMinorQsnFrListSideR = 0x1408, |
|
190 EAknsMinorQsnFrListCenter = 0x1409, |
|
191 |
|
192 // General grid highlight frame |
|
193 EAknsMinorQsnFrGrid = 0x1410, |
|
194 EAknsMinorQsnFrGridCornerTl = 0x1411, |
|
195 EAknsMinorQsnFrGridCornerTr = 0x1412, |
|
196 EAknsMinorQsnFrGridCornerBl = 0x1413, |
|
197 EAknsMinorQsnFrGridCornerBr = 0x1414, |
|
198 EAknsMinorQsnFrGridSideT = 0x1415, |
|
199 EAknsMinorQsnFrGridSideB = 0x1416, |
|
200 EAknsMinorQsnFrGridSideL = 0x1417, |
|
201 EAknsMinorQsnFrGridSideR = 0x1418, |
|
202 EAknsMinorQsnFrGridCenter = 0x1419, |
|
203 |
|
204 // General input field border frame |
|
205 EAknsMinorQsnFrInput = 0x1500, |
|
206 EAknsMinorQsnFrInputCornerTl = 0x1501, |
|
207 EAknsMinorQsnFrInputCornerTr = 0x1502, |
|
208 EAknsMinorQsnFrInputCornerBl = 0x1503, |
|
209 EAknsMinorQsnFrInputCornerBr = 0x1504, |
|
210 EAknsMinorQsnFrInputSideT = 0x1505, |
|
211 EAknsMinorQsnFrInputSideB = 0x1506, |
|
212 EAknsMinorQsnFrInputSideL = 0x1507, |
|
213 EAknsMinorQsnFrInputSideR = 0x1508, |
|
214 EAknsMinorQsnFrInputCenter = 0x1509, |
|
215 |
|
216 // Settings volume graphics |
|
217 EAknsMinorQsnCpSetVolumeOn = 0x15f0, |
|
218 EAknsMinorQsnCpSetVolumeOff = 0x15f1, |
|
219 |
|
220 // Slider editing graphics |
|
221 EAknsMinorQgnIndiSliderEdit = 0x15f8, |
|
222 |
|
223 // Scrollbars |
|
224 EAknsMinorQsnCpScrollBgTop = 0x1600, |
|
225 EAknsMinorQsnCpScrollBgMiddle = 0x1601, |
|
226 EAknsMinorQsnCpScrollBgBottom = 0x1602, |
|
227 EAknsMinorQsnCpScrollHandleBgTop = 0x1603, |
|
228 EAknsMinorQsnCpScrollHandleBgMiddle = 0x1604, |
|
229 EAknsMinorQsnCpScrollHandleBgBottom = 0x1605, |
|
230 EAknsMinorQsnCpScrollHandleTop = 0x1606, |
|
231 EAknsMinorQsnCpScrollHandleMiddle = 0x1607, |
|
232 EAknsMinorQsnCpScrollHandleBottom = 0x1608, |
|
233 |
|
234 // Popup generics |
|
235 EAknsMinorQsnBgScreenDimming = 0x2000, |
|
236 EAknsMinorQsnBgPopupBackground = 0x2001, |
|
237 |
|
238 // General popup frame |
|
239 EAknsMinorQsnFrPopup = 0x2100, |
|
240 EAknsMinorQsnFrPopupCornerTl = 0x2101, |
|
241 EAknsMinorQsnFrPopupCornerTr = 0x2102, |
|
242 EAknsMinorQsnFrPopupCornerBl = 0x2103, |
|
243 EAknsMinorQsnFrPopupCornerBr = 0x2104, |
|
244 EAknsMinorQsnFrPopupSideT = 0x2105, |
|
245 EAknsMinorQsnFrPopupSideB = 0x2106, |
|
246 EAknsMinorQsnFrPopupSideL = 0x2107, |
|
247 EAknsMinorQsnFrPopupSideR = 0x2108, |
|
248 EAknsMinorQsnFrPopupCenter = 0x2109, |
|
249 |
|
250 // Specific popup centers |
|
251 EAknsMinorQsnFrPopupCenterMenu = 0x2110, |
|
252 EAknsMinorQsnFrPopupCenterSubmenu = 0x2111, |
|
253 EAknsMinorQsnFrPopupCenterNote = 0x2112, |
|
254 EAknsMinorQsnFrPopupCenterQuery = 0x2113, |
|
255 EAknsMinorQsnFrPopupCenterFind = 0x2114, |
|
256 EAknsMinorQsnFrPopupCenterSnote = 0x2115, |
|
257 EAknsMinorQsnFrPopupCenterFswap = 0x2116, |
|
258 |
|
259 // Submenu frame |
|
260 EAknsMinorQsnFrPopupSub = 0x2120, |
|
261 EAknsMinorQsnFrPopupSubCornerTl = 0x2121, |
|
262 EAknsMinorQsnFrPopupSubCornerTr = 0x2122, |
|
263 EAknsMinorQsnFrPopupSubCornerBl = 0x2123, |
|
264 EAknsMinorQsnFrPopupSubCornerBr = 0x2124, |
|
265 EAknsMinorQsnFrPopupSubSideT = 0x2125, |
|
266 EAknsMinorQsnFrPopupSubSideB = 0x2126, |
|
267 EAknsMinorQsnFrPopupSubSideL = 0x2127, |
|
268 EAknsMinorQsnFrPopupSubSideR = 0x2128, |
|
269 |
|
270 // Popup heading frame |
|
271 EAknsMinorQsnFrPopupHeading = 0x2130, |
|
272 EAknsMinorQsnFrPopupHeadingCornerTl = 0x2131, |
|
273 EAknsMinorQsnFrPopupHeadingCornerTr = 0x2132, |
|
274 EAknsMinorQsnFrPopupHeadingCornerBl = 0x2133, |
|
275 EAknsMinorQsnFrPopupHeadingCornerBr = 0x2134, |
|
276 EAknsMinorQsnFrPopupHeadingSideT = 0x2135, |
|
277 EAknsMinorQsnFrPopupHeadingSideB = 0x2136, |
|
278 EAknsMinorQsnFrPopupHeadingSideL = 0x2137, |
|
279 EAknsMinorQsnFrPopupHeadingSideR = 0x2138, |
|
280 EAknsMinorQsnFrPopupHeadingCenter = 0x2139, |
|
281 |
|
282 // Fast application swapping |
|
283 EAknsMinorQsnBgFswapEnd = 0x2150, |
|
284 |
|
285 // Flat status pane frame |
|
286 |
|
287 EAknsMinorQsnFrStatusFlat = 0x2160, |
|
288 EAknsMinorQsnFrStatusFlatCornerTl = 0x2161, |
|
289 EAknsMinorQsnFrStatusFlatCornerTr = 0x2162, |
|
290 EAknsMinorQsnFrStatusFlatCornerBl = 0x2163, |
|
291 EAknsMinorQsnFrStatusFlatCornerBr = 0x2164, |
|
292 EAknsMinorQsnFrStatusFlatSideT = 0x2165, |
|
293 EAknsMinorQsnFrStatusFlatSideB = 0x2166, |
|
294 EAknsMinorQsnFrStatusFlatSideL = 0x2167, |
|
295 EAknsMinorQsnFrStatusFlatSideR = 0x2168, |
|
296 EAknsMinorQsnFrStatusFlatCenter = 0x2169, |
|
297 |
|
298 // toolbar buttons |
|
299 |
|
300 EAknsMinorQsnFrButtonTb = 0x2170, |
|
301 EAknsMinorQsnFrButtonTbCornerTl = 0x2171, |
|
302 EAknsMinorQsnFrButtonTbCornerTr = 0x2172, |
|
303 EAknsMinorQsnFrButtonTbCornerBl = 0x2173, |
|
304 EAknsMinorQsnFrButtonTbCornerBr = 0x2174, |
|
305 EAknsMinorQsnFrButtonTbSideT = 0x2175, |
|
306 EAknsMinorQsnFrButtonTbSideB = 0x2176, |
|
307 EAknsMinorQsnFrButtonTbSideL = 0x2177, |
|
308 EAknsMinorQsnFrButtonTbSideR = 0x2178, |
|
309 EAknsMinorQsnFrButtonTbCenter = 0x2179, |
|
310 |
|
311 EAknsMinorQsnFrButtonTbInactive = 0x2180, |
|
312 EAknsMinorQsnFrButtonTbCornerTlInactive = 0x2181, |
|
313 EAknsMinorQsnFrButtonTbCornerTrInactive = 0x2182, |
|
314 EAknsMinorQsnFrButtonTbCornerBlInactive = 0x2183, |
|
315 EAknsMinorQsnFrButtonTbCornerBrInactive = 0x2184, |
|
316 EAknsMinorQsnFrButtonTbSideTInactive = 0x2185, |
|
317 EAknsMinorQsnFrButtonTbSideBInactive = 0x2186, |
|
318 EAknsMinorQsnFrButtonTbSideLInactive = 0x2187, |
|
319 EAknsMinorQsnFrButtonTbSideRInactive = 0x2188, |
|
320 EAknsMinorQsnFrButtonTbCenterInactive = 0x2189, |
|
321 |
|
322 EAknsMinorQsnFrButtonTbMode = 0x2190, |
|
323 EAknsMinorQsnFrButtonTbCornerTlMode = 0x2191, |
|
324 EAknsMinorQsnFrButtonTbCornerTrMode = 0x2192, |
|
325 EAknsMinorQsnFrButtonTbCornerBlMode = 0x2193, |
|
326 EAknsMinorQsnFrButtonTbCornerBrMode = 0x2194, |
|
327 EAknsMinorQsnFrButtonTbSideTMode = 0x2195, |
|
328 EAknsMinorQsnFrButtonTbSideBMode = 0x2196, |
|
329 EAknsMinorQsnFrButtonTbSideLMode = 0x2197, |
|
330 EAknsMinorQsnFrButtonTbSideRMode = 0x2198, |
|
331 EAknsMinorQsnFrButtonTbCenterMode = 0x2199, |
|
332 |
|
333 EAknsMinorQsnFrButtonTbPressed = 0x21a0, |
|
334 EAknsMinorQsnFrButtonTbCornerTlPressed = 0x21a1, |
|
335 EAknsMinorQsnFrButtonTbCornerTrPressed = 0x21a2, |
|
336 EAknsMinorQsnFrButtonTbCornerBlPressed = 0x21a3, |
|
337 EAknsMinorQsnFrButtonTbCornerBrPressed = 0x21a4, |
|
338 EAknsMinorQsnFrButtonTbSideTPressed = 0x21a5, |
|
339 EAknsMinorQsnFrButtonTbSideBPressed = 0x21a6, |
|
340 EAknsMinorQsnFrButtonTbSideLPressed = 0x21a7, |
|
341 EAknsMinorQsnFrButtonTbSideRPressed = 0x21a8, |
|
342 EAknsMinorQsnFrButtonTbCenterPressed = 0x21a9, |
|
343 |
|
344 EAknsMinorQsnFrButtonInactive = 0x21b0, |
|
345 EAknsMinorQsnFrButtonCornerTlInactive = 0x21b1, |
|
346 EAknsMinorQsnFrButtonCornerTrInactive = 0x21b2, |
|
347 EAknsMinorQsnFrButtonCornerBlInactive = 0x21b3, |
|
348 EAknsMinorQsnFrButtonCornerBrInactive = 0x21b4, |
|
349 EAknsMinorQsnFrButtonSideTInactive = 0x21b5, |
|
350 EAknsMinorQsnFrButtonSideBInactive = 0x21b6, |
|
351 EAknsMinorQsnFrButtonSideLInactive = 0x21b7, |
|
352 EAknsMinorQsnFrButtonSideRInactive = 0x21b8, |
|
353 EAknsMinorQsnFrButtonCenterInactive = 0x21b9, |
|
354 |
|
355 EAknsMinorQsnFrButtonNormal = 0x21c0, |
|
356 EAknsMinorQsnFrButtonCornerTlNormal = 0x21c1, |
|
357 EAknsMinorQsnFrButtonCornerTrNormal = 0x21c2, |
|
358 EAknsMinorQsnFrButtonCornerBlNormal = 0x21c3, |
|
359 EAknsMinorQsnFrButtonCornerBrNormal = 0x21c4, |
|
360 EAknsMinorQsnFrButtonSideTNormal = 0x21c5, |
|
361 EAknsMinorQsnFrButtonSideBNormal = 0x21c6, |
|
362 EAknsMinorQsnFrButtonSideLNormal = 0x21c7, |
|
363 EAknsMinorQsnFrButtonSideRNormal = 0x21c8, |
|
364 EAknsMinorQsnFrButtonCenterNormal = 0x21c9, |
|
365 |
|
366 |
|
367 |
|
368 EAknsMinorQsnFrButtonPressed = 0x21d0, |
|
369 EAknsMinorQsnFrButtonCornerTlPressed = 0x21d1, |
|
370 EAknsMinorQsnFrButtonCornerTrPressed = 0x21d2, |
|
371 EAknsMinorQsnFrButtonCornerBlPressed = 0x21d3, |
|
372 EAknsMinorQsnFrButtonCornerBrPressed = 0x21d4, |
|
373 EAknsMinorQsnFrButtonSideTPressed = 0x21d5, |
|
374 EAknsMinorQsnFrButtonSideBPressed = 0x21d6, |
|
375 EAknsMinorQsnFrButtonSideLPressed = 0x21d7, |
|
376 EAknsMinorQsnFrButtonSideRPressed = 0x21d8, |
|
377 EAknsMinorQsnFrButtonCenterPressed = 0x21d9, |
|
378 |
|
379 // touch pane buttons |
|
380 EAknsMinorQsnFrButtonTpNormal = 0x21e0, |
|
381 EAknsMinorQsnFrButtonTpCornerTlNormal = 0x21e1, |
|
382 EAknsMinorQsnFrButtonTpCornerTrNormal = 0x21e2, |
|
383 EAknsMinorQsnFrButtonTpCornerBlNormal = 0x21e3, |
|
384 EAknsMinorQsnFrButtonTpCornerBrNormal = 0x21e4, |
|
385 EAknsMinorQsnFrButtonTpSideTNormal = 0x21e5, |
|
386 EAknsMinorQsnFrButtonTpSideBNormal = 0x21e6, |
|
387 EAknsMinorQsnFrButtonTpSideLNormal = 0x21e7, |
|
388 EAknsMinorQsnFrButtonTpSideRNormal = 0x21e8, |
|
389 EAknsMinorQsnFrButtonTpCenterNormal = 0x21e9, |
|
390 |
|
391 EAknsMinorQsnFrButtonTpPressed = 0x21f0, |
|
392 EAknsMinorQsnFrButtonTpCornerTlPressed = 0x21f1, |
|
393 EAknsMinorQsnFrButtonTpCornerTrPressed = 0x21f2, |
|
394 EAknsMinorQsnFrButtonTpCornerBlPressed = 0x21f3, |
|
395 EAknsMinorQsnFrButtonTpCornerBrPressed = 0x21f4, |
|
396 EAknsMinorQsnFrButtonTpSideTPressed = 0x21f5, |
|
397 EAknsMinorQsnFrButtonTpSideBPressed = 0x21f6, |
|
398 EAknsMinorQsnFrButtonTpSideLPressed = 0x21f7, |
|
399 EAknsMinorQsnFrButtonTpSideRPressed = 0x21f8, |
|
400 EAknsMinorQsnFrButtonTpCenterPressed = 0x21f9, |
|
401 |
|
402 EAknsMinorQsnFrButtonTpInactive = 0x2200, |
|
403 EAknsMinorQsnFrButtonTpCornerTlInactive = 0x2201, |
|
404 EAknsMinorQsnFrButtonTpCornerTrInactive = 0x2202, |
|
405 EAknsMinorQsnFrButtonTpCornerBlInactive = 0x2203, |
|
406 EAknsMinorQsnFrButtonTpCornerBrInactive = 0x2204, |
|
407 EAknsMinorQsnFrButtonTpSideTInactive = 0x2205, |
|
408 EAknsMinorQsnFrButtonTpSideBInactive = 0x2206, |
|
409 EAknsMinorQsnFrButtonTpSideLInactive = 0x2207, |
|
410 EAknsMinorQsnFrButtonTpSideRInactive = 0x2208, |
|
411 EAknsMinorQsnFrButtonTpCenterInactive = 0x2209, |
|
412 |
|
413 EAknsMinorQgnFrSctrlButton = 0x2300, |
|
414 EAknsMinorQgnFrSctrlButtonCornerTl = 0x2301, |
|
415 EAknsMinorQgnFrSctrlButtonCornerTr = 0x2302, |
|
416 EAknsMinorQgnFrSctrlButtonCornerBl = 0x2303, |
|
417 EAknsMinorQgnFrSctrlButtonCornerBr = 0x2304, |
|
418 EAknsMinorQgnFrSctrlButtonSideT = 0x2305, |
|
419 EAknsMinorQgnFrSctrlButtonSideB = 0x2306, |
|
420 EAknsMinorQgnFrSctrlButtonSideL = 0x2307, |
|
421 EAknsMinorQgnFrSctrlButtonSideR = 0x2308, |
|
422 EAknsMinorQgnFrSctrlButtonCenter = 0x2309, |
|
423 |
|
424 EAknsMinorQgnFrSctrlSkButton = 0x2400, |
|
425 EAknsMinorQgnFrSctrlSkButtonCornerTl = 0x2401, |
|
426 EAknsMinorQgnFrSctrlSkButtonCornerTr = 0x2402, |
|
427 EAknsMinorQgnFrSctrlSkButtonCornerBl = 0x2403, |
|
428 EAknsMinorQgnFrSctrlSkButtonCornerBr = 0x2404, |
|
429 EAknsMinorQgnFrSctrlSkButtonSideT = 0x2405, |
|
430 EAknsMinorQgnFrSctrlSkButtonSideB = 0x2406, |
|
431 EAknsMinorQgnFrSctrlSkButtonSideL = 0x2407, |
|
432 EAknsMinorQgnFrSctrlSkButtonSideR = 0x2408, |
|
433 EAknsMinorQgnFrSctrlSkButtonCenter = 0x2409, |
|
434 |
|
435 EAknsMinorQsnFrButtonLatchdown = 0x2500, |
|
436 EAknsMinorQsnFrButtonCornerTlLatchdown = 0x2501, |
|
437 EAknsMinorQsnFrButtonCornerTrLatchdown = 0x2502, |
|
438 EAknsMinorQsnFrButtonCornerBlLatchdown = 0x2503, |
|
439 EAknsMinorQsnFrButtonCornerBrLatchdown = 0x2504, |
|
440 EAknsMinorQsnFrButtonSideTLatchdown = 0x2505, |
|
441 EAknsMinorQsnFrButtonSideBLatchdown = 0x2506, |
|
442 EAknsMinorQsnFrButtonSideLLatchdown = 0x2507, |
|
443 EAknsMinorQsnFrButtonSideRLatchdown = 0x2508, |
|
444 EAknsMinorQsnFrButtonCenterLatchdown = 0x2509, |
|
445 |
|
446 EAknsMinorQsnFrOrgBg = 0x2600, |
|
447 EAknsMinorQsnFrOrgBgCornerTl = 0x2601, |
|
448 EAknsMinorQsnFrOrgBgCornerTr = 0x2602, |
|
449 EAknsMinorQsnFrOrgBgCornerBl = 0x2603, |
|
450 EAknsMinorQsnFrOrgBgCornerBr = 0x2604, |
|
451 EAknsMinorQsnFrOrgBgSideT = 0x2605, |
|
452 EAknsMinorQsnFrOrgBgSideB = 0x2606, |
|
453 EAknsMinorQsnFrOrgBgSideL = 0x2607, |
|
454 EAknsMinorQsnFrOrgBgSideR = 0x2608, |
|
455 EAknsMinorQsnFrOrgBgCenter = 0x2609, |
|
456 |
|
457 EAknsMinorQgnFrSctrlButtonLatchdown = 0x2610, |
|
458 EAknsMinorQgnFrSctrlButtonCornerTlLatchdown = 0x2611, |
|
459 EAknsMinorQgnFrSctrlButtonCornerTrLatchdown = 0x2612, |
|
460 EAknsMinorQgnFrSctrlButtonCornerBlLatchdown = 0x2613, |
|
461 EAknsMinorQgnFrSctrlButtonCornerBrLatchdown = 0x2614, |
|
462 EAknsMinorQgnFrSctrlButtonSideTLatchdown = 0x2615, |
|
463 EAknsMinorQgnFrSctrlButtonSideBLatchdown = 0x2616, |
|
464 EAknsMinorQgnFrSctrlButtonSideLLatchdown = 0x2617, |
|
465 EAknsMinorQgnFrSctrlButtonSideRLatchdown = 0x2618, |
|
466 EAknsMinorQgnFrSctrlButtonCenterLatchdown = 0x2619, |
|
467 |
|
468 EAknsMinorQgnFrSctrlButtonPressed = 0x2620, |
|
469 EAknsMinorQgnFrSctrlButtonCornerTlPressed = 0x2621, |
|
470 EAknsMinorQgnFrSctrlButtonCornerTrPressed = 0x2622, |
|
471 EAknsMinorQgnFrSctrlButtonCornerBlPressed = 0x2623, |
|
472 EAknsMinorQgnFrSctrlButtonCornerBrPressed = 0x2624, |
|
473 EAknsMinorQgnFrSctrlButtonSideTPressed = 0x2625, |
|
474 EAknsMinorQgnFrSctrlButtonSideBPressed = 0x2626, |
|
475 EAknsMinorQgnFrSctrlButtonSideLPressed = 0x2627, |
|
476 EAknsMinorQgnFrSctrlButtonSideRPressed = 0x2628, |
|
477 EAknsMinorQgnFrSctrlButtonCenterPressed = 0x2629, |
|
478 |
|
479 EAknsMinorQsnFrInputCharPreview = 0x2630, |
|
480 EAknsMinorQsnFrInputCharPreviewCornerTl = 0x2631, |
|
481 EAknsMinorQsnFrInputCharPreviewCornerTr = 0x2632, |
|
482 EAknsMinorQsnFrInputCharPreviewCornerBl = 0x2633, |
|
483 EAknsMinorQsnFrInputCharPreviewCornerBr = 0x2634, |
|
484 EAknsMinorQsnFrInputCharPreviewSideT = 0x2635, |
|
485 EAknsMinorQsnFrInputCharPreviewSideB = 0x2636, |
|
486 EAknsMinorQsnFrInputCharPreviewSideL = 0x2637, |
|
487 EAknsMinorQsnFrInputCharPreviewSideR = 0x2638, |
|
488 EAknsMinorQsnFrInputCharPreviewCenter = 0x2639, |
|
489 |
|
490 |
|
491 // Option item frame 2 |
|
492 EAknsMinorQsnFrTake52 = 0x263a, |
|
493 EAknsMinorQsnFrTake5Corner2Tl = 0x263b, |
|
494 EAknsMinorQsnFrTake5Corner2Tr = 0x263c, |
|
495 EAknsMinorQsnFrTake5Corner2Bl = 0x263d, |
|
496 EAknsMinorQsnFrTake5Corner2Br = 0x263e, |
|
497 EAknsMinorQsnFrTake5Side2T = 0x263f, |
|
498 EAknsMinorQsnFrTake5Side2B = 0x2640, |
|
499 EAknsMinorQsnFrTake5Side2L = 0x2641, |
|
500 EAknsMinorQsnFrTake5Side2R = 0x2642, |
|
501 EAknsMinorQsnFrTake5Center2 = 0x2643, |
|
502 |
|
503 // Option item frame 3 |
|
504 EAknsMinorQsnFrTake53 = 0x2644, |
|
505 EAknsMinorQsnFrTake5Corner3Tl = 0x2645, |
|
506 EAknsMinorQsnFrTake5Corner3Tr = 0x2646, |
|
507 EAknsMinorQsnFrTake5Corner3Bl = 0x2647, |
|
508 EAknsMinorQsnFrTake5Corner3Br = 0x2648, |
|
509 EAknsMinorQsnFrTake5Side3T = 0x2649, |
|
510 EAknsMinorQsnFrTake5Side3B = 0x264a, |
|
511 EAknsMinorQsnFrTake5Side3L = 0x264b, |
|
512 EAknsMinorQsnFrTake5Side3R = 0x264c, |
|
513 EAknsMinorQsnFrTake5Center3 = 0x264d, |
|
514 |
|
515 // Function button inactive -- option item frame |
|
516 EAknsMinorQsnFrFunctionButtonInactive = 0x264e, |
|
517 EAknsMinorQsnFrFunctionButtonCornerTlInactive = 0x264f, |
|
518 EAknsMinorQsnFrFunctionButtonCornerTrInactive = 0x2650, |
|
519 EAknsMinorQsnFrFunctionButtonCornerBlInactive = 0x2651, |
|
520 EAknsMinorQsnFrFunctionButtonCornerBrInactive = 0x2652, |
|
521 EAknsMinorQsnFrFunctionButtonSideTInactive = 0x2653, |
|
522 EAknsMinorQsnFrFunctionButtonSideBInactive = 0x2654, |
|
523 EAknsMinorQsnFrFunctionButtonSideLInactive = 0x2655, |
|
524 EAknsMinorQsnFrFunctionButtonSideRInactive = 0x2656, |
|
525 EAknsMinorQsnFrFunctionButtonCenterInactive = 0x2657, |
|
526 |
|
527 // Function button normal -- option item frame |
|
528 EAknsMinorQsnFrFunctionButtonNormal = 0x2658, |
|
529 EAknsMinorQsnFrFunctionButtonCornerTlNormal = 0x2659, |
|
530 EAknsMinorQsnFrFunctionButtonCornerTrNormal = 0x265a, |
|
531 EAknsMinorQsnFrFunctionButtonCornerBlNormal = 0x265b, |
|
532 EAknsMinorQsnFrFunctionButtonCornerBrNormal = 0x265c, |
|
533 EAknsMinorQsnFrFunctionButtonSideTNormal = 0x265d, |
|
534 EAknsMinorQsnFrFunctionButtonSideBNormal = 0x265e, |
|
535 EAknsMinorQsnFrFunctionButtonSideLNormal = 0x265f, |
|
536 EAknsMinorQsnFrFunctionButtonSideRNormal = 0x2660, |
|
537 EAknsMinorQsnFrFunctionButtonCenterNormal = 0x2661, |
|
538 |
|
539 // Function button pressed -- option item frame |
|
540 EAknsMinorQsnFrFunctionButtonPressed = 0x2662, |
|
541 EAknsMinorQsnFrFunctionButtonCornerTlPressed = 0x2663, |
|
542 EAknsMinorQsnFrFunctionButtonCornerTrPressed = 0x2664, |
|
543 EAknsMinorQsnFrFunctionButtonCornerBlPressed = 0x2665, |
|
544 EAknsMinorQsnFrFunctionButtonCornerBrPressed = 0x2666, |
|
545 EAknsMinorQsnFrFunctionButtonSideTPressed = 0x2667, |
|
546 EAknsMinorQsnFrFunctionButtonSideBPressed = 0x2668, |
|
547 EAknsMinorQsnFrFunctionButtonSideLPressed = 0x2669, |
|
548 EAknsMinorQsnFrFunctionButtonSideRPressed = 0x266a, |
|
549 EAknsMinorQsnFrFunctionButtonCenterPressed = 0x266b, |
|
550 |
|
551 // Option item frame 1 |
|
552 EAknsMinorQsnFrTake5 = 0x266c, |
|
553 EAknsMinorQsnFrTake5CornerTl = 0x266d, |
|
554 EAknsMinorQsnFrTake5CornerTr = 0x266e, |
|
555 EAknsMinorQsnFrTake5CornerBl = 0x266f, |
|
556 EAknsMinorQsnFrTake5CornerBr = 0x2670, |
|
557 EAknsMinorQsnFrTake5SideT = 0x2671, |
|
558 EAknsMinorQsnFrTake5SideB = 0x2672, |
|
559 EAknsMinorQsnFrTake5SideL = 0x2673, |
|
560 EAknsMinorQsnFrTake5SideR = 0x2674, |
|
561 EAknsMinorQsnFrTake5Center = 0x2675, |
|
562 |
|
563 // Sctrl SK button pressed |
|
564 EAknsMinorQgnFrSctrlSkButtonPressed = 0x2676, |
|
565 EAknsMinorQgnFrSctrlSkButtonCornerTlPressed = 0x2677, |
|
566 EAknsMinorQgnFrSctrlSkButtonCornerTrPressed = 0x2678, |
|
567 EAknsMinorQgnFrSctrlSkButtonCornerBlPressed = 0x2679, |
|
568 EAknsMinorQgnFrSctrlSkButtonCornerBrPressed = 0x267a, |
|
569 EAknsMinorQgnFrSctrlSkButtonSideTPressed = 0x267b, |
|
570 EAknsMinorQgnFrSctrlSkButtonSideBPressed = 0x267c, |
|
571 EAknsMinorQgnFrSctrlSkButtonSideLPressed = 0x267d, |
|
572 EAknsMinorQgnFrSctrlSkButtonSideRPressed = 0x267e, |
|
573 EAknsMinorQgnFrSctrlSkButtonCenterPressed = 0x267f, |
|
574 |
|
575 // Grid pressed |
|
576 EAknsMinorQsnFrGridPressed = 0x2680, |
|
577 EAknsMinorQsnFrGridCornerTlPressed = 0x2681, |
|
578 EAknsMinorQsnFrGridCornerTrPressed = 0x2682, |
|
579 EAknsMinorQsnFrGridCornerBlPressed = 0x2683, |
|
580 EAknsMinorQsnFrGridCornerBrPressed = 0x2684, |
|
581 EAknsMinorQsnFrGridSideTPressed = 0x2685, |
|
582 EAknsMinorQsnFrGridSideBPressed = 0x2686, |
|
583 EAknsMinorQsnFrGridSideLPressed = 0x2687, |
|
584 EAknsMinorQsnFrGridSideRPressed = 0x2688, |
|
585 EAknsMinorQsnFrGridCenterPressed = 0x2689, |
|
586 |
|
587 // List pressed |
|
588 EAknsMinorQsnFrListPressed = 0x268a, |
|
589 EAknsMinorQsnFrListCornerTlPressed = 0x268b, |
|
590 EAknsMinorQsnFrListCornerTrPressed = 0x268c, |
|
591 EAknsMinorQsnFrListCornerBlPressed = 0x268d, |
|
592 EAknsMinorQsnFrListCornerBrPressed = 0x268e, |
|
593 EAknsMinorQsnFrListSideTPressed = 0x268f, |
|
594 EAknsMinorQsnFrListSideBPressed = 0x2690, |
|
595 EAknsMinorQsnFrListSideLPressed = 0x2691, |
|
596 EAknsMinorQsnFrListSideRPressed = 0x2692, |
|
597 EAknsMinorQsnFrListCenterPressed = 0x2693, |
|
598 |
|
599 // Schedule Viewer |
|
600 EAknsMinorQgnFsFrScheduleViewer = 0x2694, |
|
601 EAknsMinorQgnFsFrScheduleViewerCornerTl = 0x2695, |
|
602 EAknsMinorQgnFsFrScheduleViewerCornerTr = 0x2696, |
|
603 EAknsMinorQgnFsFrScheduleViewerCornerBl = 0x2697, |
|
604 EAknsMinorQgnFsFrScheduleViewerCornerBr = 0x2698, |
|
605 EAknsMinorQgnFsFrScheduleViewerSideT = 0x2699, |
|
606 EAknsMinorQgnFsFrScheduleViewerSideB = 0x269a, |
|
607 EAknsMinorQgnFsFrScheduleViewerSideL = 0x269b, |
|
608 EAknsMinorQgnFsFrScheduleViewerSideR = 0x269c, |
|
609 EAknsMinorQgnFsFrScheduleViewerCenter = 0x269d, |
|
610 |
|
611 // Home Button Widget |
|
612 EAknsMinorQgnHomeButtonWidget = 0x269e, |
|
613 EAknsMinorQgnHomeButtonWidgetTl = 0x269f, |
|
614 EAknsMinorQgnHomeButtonWidgetTr = 0x26a0, |
|
615 EAknsMinorQgnHomeButtonWidgetBl = 0x26a1, |
|
616 EAknsMinorQgnHomeButtonWidgetBr = 0x26a2, |
|
617 EAknsMinorQgnHomeButtonWidgetT = 0x26a3, |
|
618 EAknsMinorQgnHomeButtonWidgetB = 0x26a4, |
|
619 EAknsMinorQgnHomeButtonWidgetL = 0x26a5, |
|
620 EAknsMinorQgnHomeButtonWidgetR = 0x26a6, |
|
621 EAknsMinorQgnHomeButtonWidgetCenter = 0x26a7, |
|
622 |
|
623 // Home |
|
624 EAknsMinorQsnFrHome = 0x26a8, |
|
625 EAknsMinorQsnFrHomeTl = 0x26a9, |
|
626 EAknsMinorQsnFrHomeTr = 0x26aa, |
|
627 EAknsMinorQsnFrHomeBl = 0x26ab, |
|
628 EAknsMinorQsnFrHomeBr = 0x26ac, |
|
629 EAknsMinorQsnFrHomeT = 0x26ad, |
|
630 EAknsMinorQsnFrHomeB = 0x26ae, |
|
631 EAknsMinorQsnFrHomeL = 0x26af, |
|
632 EAknsMinorQsnFrHomeR = 0x26b0, |
|
633 EAknsMinorQsnFrHomeCenter = 0x26b1, |
|
634 |
|
635 // Qsn Home Bg Widget |
|
636 EAknsMinorQsnHomeBgWidget = 0x26b2, |
|
637 EAknsMinorQsnHomeBgWidgetTl = 0x26b3, |
|
638 EAknsMinorQsnHomeBgWidgetTr = 0x26b4, |
|
639 EAknsMinorQsnHomeBgWidgetBl = 0x26b5, |
|
640 EAknsMinorQsnHomeBgWidgetBr = 0x26b6, |
|
641 EAknsMinorQsnHomeBgWidgetT = 0x26b7, |
|
642 EAknsMinorQsnHomeBgWidgetB = 0x26b8, |
|
643 EAknsMinorQsnHomeBgWidgetL = 0x26b9, |
|
644 EAknsMinorQsnHomeBgWidgetR = 0x26ba, |
|
645 EAknsMinorQsnHomeBgWidgetCenter = 0x26bb, |
|
646 |
|
647 // Qgn Home Bg Widget |
|
648 EAknsMinorQgnHomeBgWidget = 0x26bc, |
|
649 EAknsMinorQgnHomeBgWidgetTl = 0x26bd, |
|
650 EAknsMinorQgnHomeBgWidgetTr = 0x26be, |
|
651 EAknsMinorQgnHomeBgWidgetBl = 0x26bf, |
|
652 EAknsMinorQgnHomeBgWidgetBr = 0x26c0, |
|
653 EAknsMinorQgnHomeBgWidgetT = 0x26c1, |
|
654 EAknsMinorQgnHomeBgWidgetB = 0x26c2, |
|
655 EAknsMinorQgnHomeBgWidgetL = 0x26c3, |
|
656 EAknsMinorQgnHomeBgWidgetR = 0x26c4, |
|
657 EAknsMinorQgnHomeBgWidgetCenter = 0x26c5, |
|
658 |
|
659 // Graf Mediatag Bubble |
|
660 EAknsMinorQgnGrafMediatagBubble = 0x26c6, |
|
661 EAknsMinorQgnGrafMediatagBubbleCornerTl = 0x26c7, |
|
662 EAknsMinorQgnGrafMediatagBubbleCornerTr = 0x26c8, |
|
663 EAknsMinorQgnGrafMediatagBubbleCornerBl = 0x26c9, |
|
664 EAknsMinorQgnGrafMediatagBubbleCornerBr = 0x26ca, |
|
665 EAknsMinorQgnGrafMediatagBubbleSideT = 0x26cb, |
|
666 EAknsMinorQgnGrafMediatagBubbleSideB = 0x26cc, |
|
667 EAknsMinorQgnGrafMediatagBubbleSideL = 0x26cd, |
|
668 EAknsMinorQgnGrafMediatagBubbleSideR = 0x26ce, |
|
669 EAknsMinorQgnGrafMediatagBubbleCenter = 0x26cf, |
|
670 |
|
671 |
|
672 // Qsn Fr Cmail List |
|
673 EAknsMinorQsnFrCmailList = 0x26d0, |
|
674 EAknsMinorQsnFrCmailListCornerTl = 0x26d1, |
|
675 EAknsMinorQsnFrCmailListCornerTr = 0x26d2, |
|
676 EAknsMinorQsnFrCmailListCornerBl = 0x26d3, |
|
677 EAknsMinorQsnFrCmailListCornerBr = 0x26d4, |
|
678 EAknsMinorQsnFrCmailListSideT = 0x26d5, |
|
679 EAknsMinorQsnFrCmailListSideB = 0x26d6, |
|
680 EAknsMinorQsnFrCmailListSideL = 0x26d7, |
|
681 EAknsMinorQsnFrCmailListSideR = 0x26d8, |
|
682 EAknsMinorQsnFrCmailListCenter = 0x26d9, |
|
683 |
|
684 |
|
685 // Qgn Fr Cmail Field |
|
686 EAknsMinorQgnFrCmailField = 0x26da, |
|
687 EAknsMinorQgnFrCmailFieldCornerTl = 0x26db, |
|
688 EAknsMinorQgnFrCmailFieldCornerTr = 0x26dc, |
|
689 EAknsMinorQgnFrCmailFieldCornerBl = 0x26dd, |
|
690 EAknsMinorQgnFrCmailFieldCornerBr = 0x26de, |
|
691 EAknsMinorQgnFrCmailFieldSideT = 0x26df, |
|
692 EAknsMinorQgnFrCmailFieldSideB = 0x26e0, |
|
693 EAknsMinorQgnFrCmailFieldSideL = 0x26e1, |
|
694 EAknsMinorQgnFrCmailFieldSideR = 0x26e2, |
|
695 EAknsMinorQgnFrCmailFieldCenter = 0x26e3, |
|
696 |
|
697 // Home Pressed |
|
698 EAknsMinorQsnFrHomePressed = 0x26e4, |
|
699 EAknsMinorQsnFrHomeTlPressed = 0x26e5, |
|
700 EAknsMinorQsnFrHomeTrPressed = 0x26e6, |
|
701 EAknsMinorQsnFrHomeBlPressed = 0x26e7, |
|
702 EAknsMinorQsnFrHomeBrPressed = 0x26e8, |
|
703 EAknsMinorQsnFrHomeTPressed = 0x26e9, |
|
704 EAknsMinorQsnFrHomeBPressed = 0x26ea, |
|
705 EAknsMinorQsnFrHomeLPressed = 0x26eb, |
|
706 EAknsMinorQsnFrHomeRPressed = 0x26ec, |
|
707 EAknsMinorQsnFrHomeCenterPressed = 0x26ed, |
|
708 |
|
709 |
|
710 // Qsn Fr Title Divider |
|
711 EAknsMinorQsnFrTitleDivider = 0x26ee, |
|
712 EAknsMinorQsnFrTitleDividerCornerTl = 0x26ef, |
|
713 EAknsMinorQsnFrTitleDividerCornerTr = 0x26f0, |
|
714 EAknsMinorQsnFrTitleDividerCornerBl = 0x26f1, |
|
715 EAknsMinorQsnFrTitleDividerCornerBr = 0x26f2, |
|
716 EAknsMinorQsnFrTitleDividerSideT = 0x26f3, |
|
717 EAknsMinorQsnFrTitleDividerSideB = 0x26f4, |
|
718 EAknsMinorQsnFrTitleDividerSideL = 0x26f5, |
|
719 EAknsMinorQsnFrTitleDividerSideR = 0x26f6, |
|
720 EAknsMinorQsnFrTitleDividerCenter = 0x26f7, |
|
721 |
|
722 |
|
723 // Qgn Home Contact Mask |
|
724 EAknsMinorQgnHomeContactMask = 0x26f8, |
|
725 EAknsMinorQgnHomeContactMaskTl = 0x26f9, |
|
726 EAknsMinorQgnHomeContactMaskTr = 0x26fa, |
|
727 EAknsMinorQgnHomeContactMaskBl = 0x26fb, |
|
728 EAknsMinorQgnHomeContactMaskBr = 0x26fc, |
|
729 EAknsMinorQgnHomeContactMaskT = 0x26fd, |
|
730 EAknsMinorQgnHomeContactMaskB = 0x26fe, |
|
731 EAknsMinorQgnHomeContactMaskL = 0x26ff, |
|
732 EAknsMinorQgnHomeContactMaskR = 0x2700, |
|
733 EAknsMinorQgnHomeContactMaskCenter = 0x2701, |
|
734 |
|
735 |
|
736 // Qgn Home Wm Button |
|
737 EAknsMinorQgnHomeWmButton = 0x2702, |
|
738 EAknsMinorQgnHomeWmButtonTl = 0x2703, |
|
739 EAknsMinorQgnHomeWmButtonTr = 0x2704, |
|
740 EAknsMinorQgnHomeWmButtonBl = 0x2705, |
|
741 EAknsMinorQgnHomeWmButtonBr = 0x2706, |
|
742 EAknsMinorQgnHomeWmButtonT = 0x2707, |
|
743 EAknsMinorQgnHomeWmButtonB = 0x2708, |
|
744 EAknsMinorQgnHomeWmButtonL = 0x2709, |
|
745 EAknsMinorQgnHomeWmButtonR = 0x270a, |
|
746 EAknsMinorQgnHomeWmButtonCenter = 0x270b, |
|
747 |
|
748 |
|
749 // Qsn Fr Button Highlight Answer |
|
750 EAknsMinorQsnFrButtonHighlightAnswer = 0x270c, |
|
751 EAknsMinorQsnFrButtonHighlightAnswerTl = 0x270d, |
|
752 EAknsMinorQsnFrButtonHighlightAnswerTr = 0x270e, |
|
753 EAknsMinorQsnFrButtonHighlightAnswerBl = 0x270f, |
|
754 EAknsMinorQsnFrButtonHighlightAnswerBr = 0x2710, |
|
755 EAknsMinorQsnFrButtonHighlightAnswerT = 0x2711, |
|
756 EAknsMinorQsnFrButtonHighlightAnswerB = 0x2712, |
|
757 EAknsMinorQsnFrButtonHighlightAnswerL = 0x2713, |
|
758 EAknsMinorQsnFrButtonHighlightAnswerR = 0x2714, |
|
759 EAknsMinorQsnFrButtonHighlightAnswerCenter = 0x2715, |
|
760 |
|
761 |
|
762 // Qsn Fr Button Highlight Hold |
|
763 EAknsMinorQsnFrButtonHighlightHold = 0x2716, |
|
764 EAknsMinorQsnFrButtonHighlightHoldTl = 0x2717, |
|
765 EAknsMinorQsnFrButtonHighlightHoldTr = 0x2718, |
|
766 EAknsMinorQsnFrButtonHighlightHoldBl = 0x2719, |
|
767 EAknsMinorQsnFrButtonHighlightHoldBr = 0x271a, |
|
768 EAknsMinorQsnFrButtonHighlightHoldT = 0x271b, |
|
769 EAknsMinorQsnFrButtonHighlightHoldB = 0x271c, |
|
770 EAknsMinorQsnFrButtonHighlightHoldL = 0x271d, |
|
771 EAknsMinorQsnFrButtonHighlightHoldR = 0x271e, |
|
772 EAknsMinorQsnFrButtonHighlightHoldCenter = 0x271f, |
|
773 |
|
774 |
|
775 // Qsn Fr Button Highlight Reject |
|
776 EAknsMinorQsnFrButtonHighlightReject = 0x2720, |
|
777 EAknsMinorQsnFrButtonHighlightRejectTl = 0x2721, |
|
778 EAknsMinorQsnFrButtonHighlightRejectTr = 0x2722, |
|
779 EAknsMinorQsnFrButtonHighlightRejectBl = 0x2723, |
|
780 EAknsMinorQsnFrButtonHighlightRejectBr = 0x2724, |
|
781 EAknsMinorQsnFrButtonHighlightRejectT = 0x2725, |
|
782 EAknsMinorQsnFrButtonHighlightRejectB = 0x2726, |
|
783 EAknsMinorQsnFrButtonHighlightRejectL = 0x2727, |
|
784 EAknsMinorQsnFrButtonHighlightRejectR = 0x2728, |
|
785 EAknsMinorQsnFrButtonHighlightRejectCenter = 0x2729, |
|
786 |
|
787 |
|
788 // Qsn Fr Button Inactive Answer |
|
789 EAknsMinorQsnFrButtonInactiveAnswer = 0x272a, |
|
790 EAknsMinorQsnFrButtonInactiveAnswerTl = 0x272b, |
|
791 EAknsMinorQsnFrButtonInactiveAnswerTr = 0x272c, |
|
792 EAknsMinorQsnFrButtonInactiveAnswerBl = 0x272d, |
|
793 EAknsMinorQsnFrButtonInactiveAnswerBr = 0x272e, |
|
794 EAknsMinorQsnFrButtonInactiveAnswerT = 0x272f, |
|
795 EAknsMinorQsnFrButtonInactiveAnswerB = 0x2730, |
|
796 EAknsMinorQsnFrButtonInactiveAnswerL = 0x2731, |
|
797 EAknsMinorQsnFrButtonInactiveAnswerR = 0x2732, |
|
798 EAknsMinorQsnFrButtonInactiveAnswerCenter = 0x2733, |
|
799 |
|
800 |
|
801 // Qsn Fr Button Inactive Hold |
|
802 EAknsMinorQsnFrButtonInactiveHold = 0x2734, |
|
803 EAknsMinorQsnFrButtonInactiveHoldTl = 0x2735, |
|
804 EAknsMinorQsnFrButtonInactiveHoldTr = 0x2736, |
|
805 EAknsMinorQsnFrButtonInactiveHoldBl = 0x2737, |
|
806 EAknsMinorQsnFrButtonInactiveHoldBr = 0x2738, |
|
807 EAknsMinorQsnFrButtonInactiveHoldT = 0x2739, |
|
808 EAknsMinorQsnFrButtonInactiveHoldB = 0x273a, |
|
809 EAknsMinorQsnFrButtonInactiveHoldL = 0x273b, |
|
810 EAknsMinorQsnFrButtonInactiveHoldR = 0x273c, |
|
811 EAknsMinorQsnFrButtonInactiveHoldCenter = 0x273d, |
|
812 |
|
813 |
|
814 // Qsn Fr Button Inactive Reject |
|
815 EAknsMinorQsnFrButtonInactiveReject = 0x273e, |
|
816 EAknsMinorQsnFrButtonInactiveRejectTl = 0x273f, |
|
817 EAknsMinorQsnFrButtonInactiveRejectTr = 0x2740, |
|
818 EAknsMinorQsnFrButtonInactiveRejectBl = 0x2741, |
|
819 EAknsMinorQsnFrButtonInactiveRejectBr = 0x2742, |
|
820 EAknsMinorQsnFrButtonInactiveRejectT = 0x2743, |
|
821 EAknsMinorQsnFrButtonInactiveRejectB = 0x2744, |
|
822 EAknsMinorQsnFrButtonInactiveRejectL = 0x2745, |
|
823 EAknsMinorQsnFrButtonInactiveRejectR = 0x2746, |
|
824 EAknsMinorQsnFrButtonInactiveRejectCenter = 0x2747, |
|
825 |
|
826 |
|
827 // Qsn Fr Button Normal Answer |
|
828 EAknsMinorQsnFrButtonNormalAnswer = 0x2748, |
|
829 EAknsMinorQsnFrButtonNormalAnswerTl = 0x2749, |
|
830 EAknsMinorQsnFrButtonNormalAnswerTr = 0x274a, |
|
831 EAknsMinorQsnFrButtonNormalAnswerBl = 0x274b, |
|
832 EAknsMinorQsnFrButtonNormalAnswerBr = 0x274c, |
|
833 EAknsMinorQsnFrButtonNormalAnswerT = 0x274d, |
|
834 EAknsMinorQsnFrButtonNormalAnswerB = 0x274e, |
|
835 EAknsMinorQsnFrButtonNormalAnswerL = 0x274f, |
|
836 EAknsMinorQsnFrButtonNormalAnswerR = 0x2750, |
|
837 EAknsMinorQsnFrButtonNormalAnswerCenter = 0x2751, |
|
838 |
|
839 |
|
840 // Qsn Fr Button Normal Hold |
|
841 EAknsMinorQsnFrButtonNormalHold = 0x2752, |
|
842 EAknsMinorQsnFrButtonNormalHoldTl = 0x2753, |
|
843 EAknsMinorQsnFrButtonNormalHoldTr = 0x2754, |
|
844 EAknsMinorQsnFrButtonNormalHoldBl = 0x2755, |
|
845 EAknsMinorQsnFrButtonNormalHoldBr = 0x2756, |
|
846 EAknsMinorQsnFrButtonNormalHoldT = 0x2757, |
|
847 EAknsMinorQsnFrButtonNormalHoldB = 0x2758, |
|
848 EAknsMinorQsnFrButtonNormalHoldL = 0x2759, |
|
849 EAknsMinorQsnFrButtonNormalHoldR = 0x275a, |
|
850 EAknsMinorQsnFrButtonNormalHoldCenter = 0x275b, |
|
851 |
|
852 |
|
853 // Qsn Fr Button Normal Reject |
|
854 EAknsMinorQsnFrButtonNormalReject = 0x275c, |
|
855 EAknsMinorQsnFrButtonNormalRejectTl = 0x275d, |
|
856 EAknsMinorQsnFrButtonNormalRejectTr = 0x275e, |
|
857 EAknsMinorQsnFrButtonNormalRejectBl = 0x275f, |
|
858 EAknsMinorQsnFrButtonNormalRejectBr = 0x2760, |
|
859 EAknsMinorQsnFrButtonNormalRejectT = 0x2761, |
|
860 EAknsMinorQsnFrButtonNormalRejectB = 0x2762, |
|
861 EAknsMinorQsnFrButtonNormalRejectL = 0x2763, |
|
862 EAknsMinorQsnFrButtonNormalRejectR = 0x2764, |
|
863 EAknsMinorQsnFrButtonNormalRejectCenter = 0x2765, |
|
864 |
|
865 |
|
866 // Qsn Fr Button Pressed Answer |
|
867 EAknsMinorQsnFrButtonPressedAnswer = 0x2766, |
|
868 EAknsMinorQsnFrButtonPressedAnswerTl = 0x2767, |
|
869 EAknsMinorQsnFrButtonPressedAnswerTr = 0x2768, |
|
870 EAknsMinorQsnFrButtonPressedAnswerBl = 0x2769, |
|
871 EAknsMinorQsnFrButtonPressedAnswerBr = 0x276a, |
|
872 EAknsMinorQsnFrButtonPressedAnswerT = 0x276b, |
|
873 EAknsMinorQsnFrButtonPressedAnswerB = 0x276c, |
|
874 EAknsMinorQsnFrButtonPressedAnswerL = 0x276d, |
|
875 EAknsMinorQsnFrButtonPressedAnswerR = 0x276e, |
|
876 EAknsMinorQsnFrButtonPressedAnswerCenter = 0x276f, |
|
877 |
|
878 |
|
879 // Qsn Fr Button Pressed Hold |
|
880 EAknsMinorQsnFrButtonPressedHold = 0x2770, |
|
881 EAknsMinorQsnFrButtonPressedHoldTl = 0x2771, |
|
882 EAknsMinorQsnFrButtonPressedHoldTr = 0x2772, |
|
883 EAknsMinorQsnFrButtonPressedHoldBl = 0x2773, |
|
884 EAknsMinorQsnFrButtonPressedHoldBr = 0x2774, |
|
885 EAknsMinorQsnFrButtonPressedHoldT = 0x2775, |
|
886 EAknsMinorQsnFrButtonPressedHoldB = 0x2776, |
|
887 EAknsMinorQsnFrButtonPressedHoldL = 0x2777, |
|
888 EAknsMinorQsnFrButtonPressedHoldR = 0x2778, |
|
889 EAknsMinorQsnFrButtonPressedHoldCenter = 0x2779, |
|
890 |
|
891 |
|
892 // Qsn Fr Button Pressed Reject |
|
893 EAknsMinorQsnFrButtonPressedReject = 0x277a, |
|
894 EAknsMinorQsnFrButtonPressedRejectTl = 0x277b, |
|
895 EAknsMinorQsnFrButtonPressedRejectTr = 0x277c, |
|
896 EAknsMinorQsnFrButtonPressedRejectBl = 0x277d, |
|
897 EAknsMinorQsnFrButtonPressedRejectBr = 0x277e, |
|
898 EAknsMinorQsnFrButtonPressedRejectT = 0x277f, |
|
899 EAknsMinorQsnFrButtonPressedRejectB = 0x2780, |
|
900 EAknsMinorQsnFrButtonPressedRejectL = 0x2781, |
|
901 EAknsMinorQsnFrButtonPressedRejectR = 0x2782, |
|
902 EAknsMinorQsnFrButtonPressedRejectCenter = 0x2783, |
|
903 |
|
904 |
|
905 // Qsn Fr Keypad Button Inactive |
|
906 EAknsMinorQsnFrKeypadButtonInactive = 0x2784, |
|
907 EAknsMinorQsnFrKeypadButtonInactiveTl = 0x2785, |
|
908 EAknsMinorQsnFrKeypadButtonInactiveTr = 0x2786, |
|
909 EAknsMinorQsnFrKeypadButtonInactiveBl = 0x2787, |
|
910 EAknsMinorQsnFrKeypadButtonInactiveBr = 0x2788, |
|
911 EAknsMinorQsnFrKeypadButtonInactiveT = 0x2789, |
|
912 EAknsMinorQsnFrKeypadButtonInactiveB = 0x278a, |
|
913 EAknsMinorQsnFrKeypadButtonInactiveL = 0x278b, |
|
914 EAknsMinorQsnFrKeypadButtonInactiveR = 0x278c, |
|
915 EAknsMinorQsnFrKeypadButtonInactiveCenter = 0x278d, |
|
916 |
|
917 |
|
918 // Qsn Fr Keypad Button Normal |
|
919 EAknsMinorQsnFrKeypadButtonNormal = 0x278e, |
|
920 EAknsMinorQsnFrKeypadButtonNormalTl = 0x278f, |
|
921 EAknsMinorQsnFrKeypadButtonNormalTr = 0x2790, |
|
922 EAknsMinorQsnFrKeypadButtonNormalBl = 0x2791, |
|
923 EAknsMinorQsnFrKeypadButtonNormalBr = 0x2792, |
|
924 EAknsMinorQsnFrKeypadButtonNormalT = 0x2793, |
|
925 EAknsMinorQsnFrKeypadButtonNormalB = 0x2794, |
|
926 EAknsMinorQsnFrKeypadButtonNormalL = 0x2795, |
|
927 EAknsMinorQsnFrKeypadButtonNormalR = 0x2796, |
|
928 EAknsMinorQsnFrKeypadButtonNormalCenter = 0x2797, |
|
929 |
|
930 |
|
931 // Qsn Fr Keypad Button Pressed |
|
932 EAknsMinorQsnFrKeypadButtonPressed = 0x2798, |
|
933 EAknsMinorQsnFrKeypadButtonPressedTl = 0x2799, |
|
934 EAknsMinorQsnFrKeypadButtonPressedTr = 0x279a, |
|
935 EAknsMinorQsnFrKeypadButtonPressedBl = 0x279b, |
|
936 EAknsMinorQsnFrKeypadButtonPressedBr = 0x279c, |
|
937 EAknsMinorQsnFrKeypadButtonPressedT = 0x279d, |
|
938 EAknsMinorQsnFrKeypadButtonPressedB = 0x279e, |
|
939 EAknsMinorQsnFrKeypadButtonPressedL = 0x279f, |
|
940 EAknsMinorQsnFrKeypadButtonPressedR = 0x27a0, |
|
941 EAknsMinorQsnFrKeypadButtonPressedCenter = 0x27a1, |
|
942 |
|
943 |
|
944 // Qgn Home Wm Button Pressed |
|
945 EAknsMinorQgnHomeWmButtonPressed = 0x27a2, |
|
946 EAknsMinorQgnHomeWmButtonPressedTl = 0x27a3, |
|
947 EAknsMinorQgnHomeWmButtonPressedTr = 0x27a4, |
|
948 EAknsMinorQgnHomeWmButtonPressedBl = 0x27a5, |
|
949 EAknsMinorQgnHomeWmButtonPressedBr = 0x27a6, |
|
950 EAknsMinorQgnHomeWmButtonPressedT = 0x27a7, |
|
951 EAknsMinorQgnHomeWmButtonPressedB = 0x27a8, |
|
952 EAknsMinorQgnHomeWmButtonPressedL = 0x27a9, |
|
953 EAknsMinorQgnHomeWmButtonPressedR = 0x27aa, |
|
954 EAknsMinorQgnHomeWmButtonPressedCenter = 0x27ab, |
|
955 |
|
956 |
|
957 // Colours |
|
958 /** |
|
959 * Component colour groups color table item. |
|
960 * |
|
961 * @par Note: |
|
962 * From release 2.8 onwards, this element is only provided for backwards |
|
963 * compatibility. |
|
964 * |
|
965 * @since 2.0 |
|
966 */ |
|
967 EAknsMinorQsnComponentColors = 0x3000, |
|
968 |
|
969 /** |
|
970 * Color bitmap item for a specific component colour group. |
|
971 * |
|
972 * @par Note: |
|
973 * From release 2.8 onwards, this element is only provided for backwards |
|
974 * compatibility. |
|
975 * |
|
976 * @since 2.0 |
|
977 */ |
|
978 EAknsMinorQsnComponentColorBmpCG1 = 0x3001, |
|
979 |
|
980 /** |
|
981 * Color bitmap item for a specific component colour group. |
|
982 * |
|
983 * @par Note: |
|
984 * From release 2.8 onwards, this element is only provided for backwards |
|
985 * compatibility. |
|
986 * |
|
987 * @since 2.0 |
|
988 */ |
|
989 EAknsMinorQsnComponentColorBmpCG2 = 0x3002, |
|
990 |
|
991 /** |
|
992 * Color bitmap item for a specific component colour group. |
|
993 * |
|
994 * @par Note: |
|
995 * From release 2.8 onwards, this element is only provided for backwards |
|
996 * compatibility. |
|
997 * |
|
998 * @since 2.0 |
|
999 */ |
|
1000 EAknsMinorQsnComponentColorBmpCG3 = 0x3003, |
|
1001 |
|
1002 /** |
|
1003 * Color bitmap item for a specific component colour group. |
|
1004 * |
|
1005 * @par Note: |
|
1006 * From release 2.8 onwards, this element is only provided for backwards |
|
1007 * compatibility. |
|
1008 * |
|
1009 * @since 2.0 |
|
1010 */ |
|
1011 EAknsMinorQsnComponentColorBmpCG4 = 0x3004, |
|
1012 |
|
1013 /** |
|
1014 * Color bitmap item for a specific component colour group. |
|
1015 * |
|
1016 * @par Note: |
|
1017 * From release 2.8 onwards, this element is only provided for backwards |
|
1018 * compatibility. |
|
1019 * |
|
1020 * @since 2.0 |
|
1021 */ |
|
1022 EAknsMinorQsnComponentColorBmpCG5 = 0x3005, |
|
1023 |
|
1024 /** |
|
1025 * Color bitmap item for a specific component colour group. |
|
1026 * |
|
1027 * @par Note: |
|
1028 * From release 2.8 onwards, this element is only provided for backwards |
|
1029 * compatibility. |
|
1030 * |
|
1031 * @since 2.0 |
|
1032 */ |
|
1033 EAknsMinorQsnComponentColorBmpCG6a = 0x3006, |
|
1034 |
|
1035 /** |
|
1036 * Color bitmap item for a specific component colour group. |
|
1037 * |
|
1038 * @par Note: |
|
1039 * From release 2.8 onwards, this element is only provided for backwards |
|
1040 * compatibility. |
|
1041 * |
|
1042 * @since 2.0 |
|
1043 */ |
|
1044 EAknsMinorQsnComponentColorBmpCG6b = 0x3007, |
|
1045 |
|
1046 /** |
|
1047 * Scroll indicator color table item. |
|
1048 * |
|
1049 * @since 2.0 |
|
1050 */ |
|
1051 EAknsMinorQsnScrollColors = 0x3100, |
|
1052 |
|
1053 // Extended skinning colours |
|
1054 /** |
|
1055 * Icon colour groups color table item. |
|
1056 * |
|
1057 * @since 2.8 |
|
1058 */ |
|
1059 EAknsMinorQsnIconColors = 0x3200, |
|
1060 |
|
1061 /** |
|
1062 * Text colour groups color table item. |
|
1063 * |
|
1064 * @since 2.8 |
|
1065 */ |
|
1066 EAknsMinorQsnTextColors = 0x3300, |
|
1067 |
|
1068 /** |
|
1069 * Line colour groups color table item. |
|
1070 * |
|
1071 * @since 2.8 |
|
1072 */ |
|
1073 EAknsMinorQsnLineColors = 0x3400, |
|
1074 |
|
1075 /** |
|
1076 * Other colour groups color table item. |
|
1077 * |
|
1078 * @since 2.8 |
|
1079 */ |
|
1080 EAknsMinorQsnOtherColors = 0x3500, |
|
1081 |
|
1082 /** |
|
1083 * Highlight colour groups color table item. |
|
1084 * |
|
1085 * @since 2.8 |
|
1086 */ |
|
1087 EAknsMinorQsnHighlightColors = 0x3600, |
|
1088 |
|
1089 /** |
|
1090 * Parent colour groups (that are used if no component-specific color |
|
1091 * is available) color table item. |
|
1092 * |
|
1093 * @since 2.8 |
|
1094 */ |
|
1095 EAknsMinorQsnParentColors = 0x3700, |
|
1096 |
|
1097 // Analogue clock |
|
1098 EAknsMinorQsnCpClockAnalogueFace1 = 0x4000, |
|
1099 EAknsMinorQsnCpClockAnalogueFace1MaskIcon = 0x4003, |
|
1100 EAknsMinorQsnCpClockAnalogueFace1MaskSoft = 0x4003, // Obsolete alias for <ref>MaskIcon |
|
1101 EAknsMinorQsnCpClockAnalogueBorderNum = 0x4001, |
|
1102 EAknsMinorQsnCpClockAnalogueFace2 = 0x4002, |
|
1103 EAknsMinorQsnCpClockAnalogueFace2MaskIcon = 0x4004, |
|
1104 EAknsMinorQsnCpClockAnalogueFace2MaskSoft = 0x4004, // Obsolete alias for <ref>MaskIcon |
|
1105 EAknsMinorQsnCpClockAnaloguePointerHour = 0x4005, |
|
1106 EAknsMinorQsnCpClockAnaloguePointerMinute = 0x4006, |
|
1107 |
|
1108 // Obsolete digital clock graphics |
|
1109 EAknsMinorQsnCpClockDigitalZero = 0x4010, |
|
1110 EAknsMinorQsnCpClockDigitalOne = 0x4011, |
|
1111 EAknsMinorQsnCpClockDigitalTwo = 0x4012, |
|
1112 EAknsMinorQsnCpClockDigitalThree = 0x4013, |
|
1113 EAknsMinorQsnCpClockDigitalFour = 0x4014, |
|
1114 EAknsMinorQsnCpClockDigitalFive = 0x4015, |
|
1115 EAknsMinorQsnCpClockDigitalSix = 0x4016, |
|
1116 EAknsMinorQsnCpClockDigitalSeven = 0x4017, |
|
1117 EAknsMinorQsnCpClockDigitalEight = 0x4018, |
|
1118 EAknsMinorQsnCpClockDigitalNine = 0x4019, |
|
1119 EAknsMinorQsnCpClockDigitalStop = 0x401a, |
|
1120 EAknsMinorQsnCpClockDigitalColon = 0x401b, |
|
1121 EAknsMinorQsnCpClockDigitalZeroMaskSoft = 0x4020, |
|
1122 EAknsMinorQsnCpClockDigitalOneMaskSoft = 0x4021, |
|
1123 EAknsMinorQsnCpClockDigitalTwoMaskSoft = 0x4022, |
|
1124 EAknsMinorQsnCpClockDigitalThreeMaskSoft = 0x4023, |
|
1125 EAknsMinorQsnCpClockDigitalFourMaskSoft = 0x4024, |
|
1126 EAknsMinorQsnCpClockDigitalFiveMaskSoft = 0x4025, |
|
1127 EAknsMinorQsnCpClockDigitalSixMaskSoft = 0x4026, |
|
1128 EAknsMinorQsnCpClockDigitalSevenMaskSoft = 0x4027, |
|
1129 EAknsMinorQsnCpClockDigitalEightMaskSoft = 0x4028, |
|
1130 EAknsMinorQsnCpClockDigitalNineMaskSoft = 0x4029, |
|
1131 EAknsMinorQsnCpClockDigitalStopMaskSoft = 0x402a, |
|
1132 EAknsMinorQsnCpClockDigitalColonMaskSoft = 0x402b, |
|
1133 EAknsMinorQsnCpClockDigitalZeroMaskHard = 0x4030, |
|
1134 EAknsMinorQsnCpClockDigitalOneMaskHard = 0x4031, |
|
1135 EAknsMinorQsnCpClockDigitalTwoMaskHard = 0x4032, |
|
1136 EAknsMinorQsnCpClockDigitalThreeMaskHard = 0x4033, |
|
1137 EAknsMinorQsnCpClockDigitalFourMaskHard = 0x4034, |
|
1138 EAknsMinorQsnCpClockDigitalFiveMaskHard = 0x4035, |
|
1139 EAknsMinorQsnCpClockDigitalSixMaskHard = 0x4036, |
|
1140 EAknsMinorQsnCpClockDigitalSevenMaskHard = 0x4037, |
|
1141 EAknsMinorQsnCpClockDigitalEightMaskHard = 0x4038, |
|
1142 EAknsMinorQsnCpClockDigitalNineMaskHard = 0x4039, |
|
1143 EAknsMinorQsnCpClockDigitalStopMaskHard = 0x403a, |
|
1144 EAknsMinorQsnCpClockDigitalColonMaskHard = 0x403b, |
|
1145 EAknsMinorQsnCpClockDigitalAhZero = 0x4110, |
|
1146 EAknsMinorQsnCpClockDigitalAhOne = 0x4111, |
|
1147 EAknsMinorQsnCpClockDigitalAhTwo = 0x4112, |
|
1148 EAknsMinorQsnCpClockDigitalAhThree = 0x4113, |
|
1149 EAknsMinorQsnCpClockDigitalAhFour = 0x4114, |
|
1150 EAknsMinorQsnCpClockDigitalAhFive = 0x4115, |
|
1151 EAknsMinorQsnCpClockDigitalAhSix = 0x4116, |
|
1152 EAknsMinorQsnCpClockDigitalAhSeven = 0x4117, |
|
1153 EAknsMinorQsnCpClockDigitalAhEight = 0x4118, |
|
1154 EAknsMinorQsnCpClockDigitalAhNine = 0x4119, |
|
1155 EAknsMinorQsnCpClockDigitalAhStop = 0x411a, |
|
1156 EAknsMinorQsnCpClockDigitalAhColon = 0x411b, |
|
1157 EAknsMinorQsnCpClockDigitalAhZeroMaskSoft = 0x4120, |
|
1158 EAknsMinorQsnCpClockDigitalAhOneMaskSoft = 0x4121, |
|
1159 EAknsMinorQsnCpClockDigitalAhTwoMaskSoft = 0x4122, |
|
1160 EAknsMinorQsnCpClockDigitalAhThreeMaskSoft = 0x4123, |
|
1161 EAknsMinorQsnCpClockDigitalAhFourMaskSoft = 0x4124, |
|
1162 EAknsMinorQsnCpClockDigitalAhFiveMaskSoft = 0x4125, |
|
1163 EAknsMinorQsnCpClockDigitalAhSixMaskSoft = 0x4126, |
|
1164 EAknsMinorQsnCpClockDigitalAhSevenMaskSoft = 0x4127, |
|
1165 EAknsMinorQsnCpClockDigitalAhEightMaskSoft = 0x4128, |
|
1166 EAknsMinorQsnCpClockDigitalAhNineMaskSoft = 0x4129, |
|
1167 EAknsMinorQsnCpClockDigitalAhStopMaskSoft = 0x412a, |
|
1168 EAknsMinorQsnCpClockDigitalAhColonMaskSoft = 0x412b, |
|
1169 EAknsMinorQsnCpClockDigitalAhZeroMaskHard = 0x4130, |
|
1170 EAknsMinorQsnCpClockDigitalAhOneMaskHard = 0x4131, |
|
1171 EAknsMinorQsnCpClockDigitalAhTwoMaskHard = 0x4132, |
|
1172 EAknsMinorQsnCpClockDigitalAhThreeMaskHard = 0x4133, |
|
1173 EAknsMinorQsnCpClockDigitalAhFourMaskHard = 0x4134, |
|
1174 EAknsMinorQsnCpClockDigitalAhFiveMaskHard = 0x4135, |
|
1175 EAknsMinorQsnCpClockDigitalAhSixMaskHard = 0x4136, |
|
1176 EAknsMinorQsnCpClockDigitalAhSevenMaskHard = 0x4137, |
|
1177 EAknsMinorQsnCpClockDigitalAhEightMaskHard = 0x4138, |
|
1178 EAknsMinorQsnCpClockDigitalAhNineMaskHard = 0x4139, |
|
1179 EAknsMinorQsnCpClockDigitalAhStopMaskHard = 0x413a, |
|
1180 EAknsMinorQsnCpClockDigitalAhColonMaskHard = 0x413b, |
|
1181 |
|
1182 // New digital clock digits (softmasked with halo, and white shape on black bg) |
|
1183 EAknsMinorQsnCpClockDigitalNewZero = 0x4210, |
|
1184 EAknsMinorQsnCpClockDigitalNewOne = 0x4211, |
|
1185 EAknsMinorQsnCpClockDigitalNewTwo = 0x4212, |
|
1186 EAknsMinorQsnCpClockDigitalNewThree = 0x4213, |
|
1187 EAknsMinorQsnCpClockDigitalNewFour = 0x4214, |
|
1188 EAknsMinorQsnCpClockDigitalNewFive = 0x4215, |
|
1189 EAknsMinorQsnCpClockDigitalNewSix = 0x4216, |
|
1190 EAknsMinorQsnCpClockDigitalNewSeven = 0x4217, |
|
1191 EAknsMinorQsnCpClockDigitalNewEight = 0x4218, |
|
1192 EAknsMinorQsnCpClockDigitalNewNine = 0x4219, |
|
1193 EAknsMinorQsnCpClockDigitalNewStop = 0x421a, |
|
1194 EAknsMinorQsnCpClockDigitalNewColon = 0x421b, |
|
1195 EAknsMinorQsnCpClockDigitalNewZeroShape = 0x4220, |
|
1196 EAknsMinorQsnCpClockDigitalNewOneShape = 0x4221, |
|
1197 EAknsMinorQsnCpClockDigitalNewTwoShape = 0x4222, |
|
1198 EAknsMinorQsnCpClockDigitalNewThreeShape = 0x4223, |
|
1199 EAknsMinorQsnCpClockDigitalNewFourShape = 0x4224, |
|
1200 EAknsMinorQsnCpClockDigitalNewFiveShape = 0x4225, |
|
1201 EAknsMinorQsnCpClockDigitalNewSixShape = 0x4226, |
|
1202 EAknsMinorQsnCpClockDigitalNewSevenShape = 0x4227, |
|
1203 EAknsMinorQsnCpClockDigitalNewEightShape = 0x4228, |
|
1204 EAknsMinorQsnCpClockDigitalNewNineShape = 0x4229, |
|
1205 EAknsMinorQsnCpClockDigitalNewStopShape = 0x422a, |
|
1206 EAknsMinorQsnCpClockDigitalNewColonShape = 0x422b, |
|
1207 |
|
1208 // New Arabic-Indic digital clock digits (softmasked with halo, and white shape on black bg) |
|
1209 EAknsMinorQsnCpClockDigitalAhNewZero = 0x4310, |
|
1210 EAknsMinorQsnCpClockDigitalAhNewOne = 0x4311, |
|
1211 EAknsMinorQsnCpClockDigitalAhNewTwo = 0x4312, |
|
1212 EAknsMinorQsnCpClockDigitalAhNewThree = 0x4313, |
|
1213 EAknsMinorQsnCpClockDigitalAhNewFour = 0x4314, |
|
1214 EAknsMinorQsnCpClockDigitalAhNewFive = 0x4315, |
|
1215 EAknsMinorQsnCpClockDigitalAhNewSix = 0x4316, |
|
1216 EAknsMinorQsnCpClockDigitalAhNewSeven = 0x4317, |
|
1217 EAknsMinorQsnCpClockDigitalAhNewEight = 0x4318, |
|
1218 EAknsMinorQsnCpClockDigitalAhNewNine = 0x4319, |
|
1219 EAknsMinorQsnCpClockDigitalAhNewStop = 0x431a, |
|
1220 EAknsMinorQsnCpClockDigitalAhNewColon = 0x431b, |
|
1221 EAknsMinorQsnCpClockDigitalAhNewZeroShape = 0x4320, |
|
1222 EAknsMinorQsnCpClockDigitalAhNewOneShape = 0x4321, |
|
1223 EAknsMinorQsnCpClockDigitalAhNewTwoShape = 0x4322, |
|
1224 EAknsMinorQsnCpClockDigitalAhNewThreeShape = 0x4323, |
|
1225 EAknsMinorQsnCpClockDigitalAhNewFourShape = 0x4324, |
|
1226 EAknsMinorQsnCpClockDigitalAhNewFiveShape = 0x4325, |
|
1227 EAknsMinorQsnCpClockDigitalAhNewSixShape = 0x4326, |
|
1228 EAknsMinorQsnCpClockDigitalAhNewSevenShape = 0x4327, |
|
1229 EAknsMinorQsnCpClockDigitalAhNewEightShape = 0x4328, |
|
1230 EAknsMinorQsnCpClockDigitalAhNewNineShape = 0x4329, |
|
1231 EAknsMinorQsnCpClockDigitalAhNewStopShape = 0x432a, |
|
1232 EAknsMinorQsnCpClockDigitalAhNewColonShape = 0x432b, |
|
1233 |
|
1234 // Notepad frame |
|
1235 EAknsMinorQsnFrNotepad = 0x5000, |
|
1236 EAknsMinorQsnFrNotepadCornerTl = 0x5001, |
|
1237 EAknsMinorQsnFrNotepadCornerTr = 0x5002, |
|
1238 EAknsMinorQsnFrNotepadCornerBl = 0x5003, |
|
1239 EAknsMinorQsnFrNotepadCornerBr = 0x5004, |
|
1240 EAknsMinorQsnFrNotepadSideT = 0x5005, |
|
1241 EAknsMinorQsnFrNotepadSideB = 0x5006, |
|
1242 EAknsMinorQsnFrNotepadSideL = 0x5007, |
|
1243 EAknsMinorQsnFrNotepadSideR = 0x5008, |
|
1244 EAknsMinorQsnFrNotepadCenter = 0x5009, |
|
1245 |
|
1246 // Notepad "cont" frame |
|
1247 EAknsMinorQsnFrNotepadCont = 0x5010, |
|
1248 EAknsMinorQsnFrNotepadContCornerTl = 0x5011, |
|
1249 EAknsMinorQsnFrNotepadContCornerTr = 0x5012, |
|
1250 EAknsMinorQsnFrNotepadContCornerBl = 0x5013, |
|
1251 EAknsMinorQsnFrNotepadContCornerBr = 0x5014, |
|
1252 EAknsMinorQsnFrNotepadContSideT = 0x5015, |
|
1253 EAknsMinorQsnFrNotepadContSideB = 0x5016, |
|
1254 EAknsMinorQsnFrNotepadContSideL = 0x5017, |
|
1255 EAknsMinorQsnFrNotepadContSideR = 0x5018, |
|
1256 EAknsMinorQsnFrNotepadContCenter = 0x5019, |
|
1257 |
|
1258 // Calculator paper frame |
|
1259 EAknsMinorQsnFrCalcPaper = 0x5100, |
|
1260 EAknsMinorQsnFrCalcPaperCornerTl = 0x5101, |
|
1261 EAknsMinorQsnFrCalcPaperCornerTr = 0x5102, |
|
1262 EAknsMinorQsnFrCalcPaperCornerBl = 0x5103, |
|
1263 EAknsMinorQsnFrCalcPaperCornerBr = 0x5104, |
|
1264 EAknsMinorQsnFrCalcPaperSideT = 0x5105, |
|
1265 EAknsMinorQsnFrCalcPaperSideB = 0x5106, |
|
1266 EAknsMinorQsnFrCalcPaperSideL = 0x5107, |
|
1267 EAknsMinorQsnFrCalcPaperSideR = 0x5108, |
|
1268 EAknsMinorQsnFrCalcPaperCenter = 0x5109, |
|
1269 |
|
1270 // Calculator display parts |
|
1271 EAknsMinorQsnFrCalcDisplaySideL = 0x5117, |
|
1272 EAknsMinorQsnFrCalcDisplaySideR = 0x5118, |
|
1273 EAknsMinorQsnFrCalcDisplayCenter = 0x5119, |
|
1274 |
|
1275 // Button frame |
|
1276 EAknsMinorQsnFrSelButton = 0x5200, |
|
1277 EAknsMinorQsnFrSelButtonCornerTl = 0x5201, |
|
1278 EAknsMinorQsnFrSelButtonCornerTr = 0x5202, |
|
1279 EAknsMinorQsnFrSelButtonCornerBl = 0x5203, |
|
1280 EAknsMinorQsnFrSelButtonCornerBr = 0x5204, |
|
1281 EAknsMinorQsnFrSelButtonSideT = 0x5205, |
|
1282 EAknsMinorQsnFrSelButtonSideB = 0x5206, |
|
1283 EAknsMinorQsnFrSelButtonSideL = 0x5207, |
|
1284 EAknsMinorQsnFrSelButtonSideR = 0x5208, |
|
1285 EAknsMinorQsnFrSelButtonCenter = 0x5209, |
|
1286 |
|
1287 // Info popup frame |
|
1288 EAknsMinorQsnFrPopupPreview = 0x5300, |
|
1289 |
|
1290 |
|
1291 // Transparent popup |
|
1292 EAknsMinorQgnGrafPopupTrans = 0x5400, |
|
1293 |
|
1294 /** |
|
1295 * Highlight animation for grids. |
|
1296 * |
|
1297 * @since 3.0 |
|
1298 */ |
|
1299 EAknsMinorQsnAnimGrid = 0x6000, |
|
1300 /** |
|
1301 * Highlight animation for generic lists (includes ColumnListBox, Form and |
|
1302 * OptionsMenu). |
|
1303 * TODO: Declaring animations for Form, ColumnListBox and OptionsMenu |
|
1304 * separately. |
|
1305 * |
|
1306 * @since 3.0 |
|
1307 */ |
|
1308 EAknsMinorQsnAnimList = 0x6001, |
|
1309 /** |
|
1310 * Highlight animation for settings list item editing list (you know, the |
|
1311 * one that has radio buttons and all). |
|
1312 * |
|
1313 * @since 3.0 |
|
1314 */ |
|
1315 EAknsMinorQsnAnimSetOptFoc = 0x6002, |
|
1316 |
|
1317 // Bitmap animations which are not tied to resource IDs |
|
1318 // these animations _must_ be defined by the default |
|
1319 // system skin |
|
1320 EAknsMinorQgnGrafLongPressAnim = 0x7000, |
|
1321 // Midp alarm animation |
|
1322 EAknsMinorQgnNoteAlarmAlertAnim = 0x8000, |
|
1323 |
|
1324 // ESeries frames |
|
1325 EAknsMinorQgnFsAction = 0x8100, |
|
1326 EAknsMinorQgnFsActionCornerTl = 0x8101, |
|
1327 EAknsMinorQgnFsActionCornerTr = 0x8102, |
|
1328 EAknsMinorQgnFsActionCornerBl = 0x8103, |
|
1329 EAknsMinorQgnFsActionCornerBr = 0x8104, |
|
1330 EAknsMinorQgnFsActionSideT = 0x8105, |
|
1331 EAknsMinorQgnFsActionSideB = 0x8106, |
|
1332 EAknsMinorQgnFsActionSideL = 0x8107, |
|
1333 EAknsMinorQgnFsActionSideR = 0x8108, |
|
1334 EAknsMinorQgnFsActionCenter = 0x8109, |
|
1335 |
|
1336 EAknsMinorQgnFsCaleWeekHighBottom = 0x8200, |
|
1337 EAknsMinorQgnFsCaleWeekHighBottomCornerTl = 0x8201, |
|
1338 EAknsMinorQgnFsCaleWeekHighBottomCornerTr = 0x8202, |
|
1339 EAknsMinorQgnFsCaleWeekHighBottomCornerBl = 0x8203, |
|
1340 EAknsMinorQgnFsCaleWeekHighBottomCornerBr = 0x8204, |
|
1341 EAknsMinorQgnFsCaleWeekHighBottomSideT = 0x8205, |
|
1342 EAknsMinorQgnFsCaleWeekHighBottomSideB = 0x8206, |
|
1343 EAknsMinorQgnFsCaleWeekHighBottomSideL = 0x8207, |
|
1344 EAknsMinorQgnFsCaleWeekHighBottomSideR = 0x8208, |
|
1345 EAknsMinorQgnFsCaleWeekHighBottomCenter = 0x8209, |
|
1346 |
|
1347 EAknsMinorQgnFsCaleWeekHigh = 0x8300, |
|
1348 EAknsMinorQgnFsCaleWeekHighCornerTl = 0x8301, |
|
1349 EAknsMinorQgnFsCaleWeekHighCornerTr = 0x8302, |
|
1350 EAknsMinorQgnFsCaleWeekHighCornerBl = 0x8303, |
|
1351 EAknsMinorQgnFsCaleWeekHighCornerBr = 0x8304, |
|
1352 EAknsMinorQgnFsCaleWeekHighSideT = 0x8305, |
|
1353 EAknsMinorQgnFsCaleWeekHighSideB = 0x8306, |
|
1354 EAknsMinorQgnFsCaleWeekHighSideL = 0x8307, |
|
1355 EAknsMinorQgnFsCaleWeekHighSideR = 0x8308, |
|
1356 EAknsMinorQgnFsCaleWeekHighCenter = 0x8309, |
|
1357 |
|
1358 EAknsMinorQgnFsCaleWeekHighTop = 0x8400, |
|
1359 EAknsMinorQgnFsCaleWeekHighTopCornerTl = 0x8401, |
|
1360 EAknsMinorQgnFsCaleWeekHighTopCornerTr = 0x8402, |
|
1361 EAknsMinorQgnFsCaleWeekHighTopCornerBl = 0x8403, |
|
1362 EAknsMinorQgnFsCaleWeekHighTopCornerBr = 0x8404, |
|
1363 EAknsMinorQgnFsCaleWeekHighTopSideT = 0x8405, |
|
1364 EAknsMinorQgnFsCaleWeekHighTopSideB = 0x8406, |
|
1365 EAknsMinorQgnFsCaleWeekHighTopSideL = 0x8407, |
|
1366 EAknsMinorQgnFsCaleWeekHighTopSideR = 0x8408, |
|
1367 EAknsMinorQgnFsCaleWeekHighTopCenter = 0x8409, |
|
1368 |
|
1369 EAknsMinorQgnFsGrid = 0x8500, |
|
1370 EAknsMinorQgnFsGridCornerTl = 0x8501, |
|
1371 EAknsMinorQgnFsGridCornerTr = 0x8502, |
|
1372 EAknsMinorQgnFsGridCornerBl = 0x8503, |
|
1373 EAknsMinorQgnFsGridCornerBr = 0x8504, |
|
1374 EAknsMinorQgnFsGridSideT = 0x8505, |
|
1375 EAknsMinorQgnFsGridSideL = 0x8506, |
|
1376 EAknsMinorQgnFsGridSideR = 0x8507, |
|
1377 EAknsMinorQgnFsGridSideB = 0x8508, |
|
1378 EAknsMinorQgnFsGridCenter = 0x8509, |
|
1379 |
|
1380 EAknsMinorQgnFsInput = 0x8600, |
|
1381 EAknsMinorQgnFsInputCornerTl = 0x8601, |
|
1382 EAknsMinorQgnFsInputCornerTr = 0x8602, |
|
1383 EAknsMinorQgnFsInputCornerBl = 0x8603, |
|
1384 EAknsMinorQgnFsInputCornerBr = 0x8604, |
|
1385 EAknsMinorQgnFsInputSideT = 0x8605, |
|
1386 EAknsMinorQgnFsInputSideL = 0x8606, |
|
1387 EAknsMinorQgnFsInputSideR = 0x8607, |
|
1388 EAknsMinorQgnFsInputSideB = 0x8608, |
|
1389 EAknsMinorQgnFsInputCenter = 0x8609, |
|
1390 |
|
1391 EAknsMinorQgnFsList = 0x8700, |
|
1392 EAknsMinorQgnFsListCornerTl = 0x8701, |
|
1393 EAknsMinorQgnFsListCornerTr = 0x8702, |
|
1394 EAknsMinorQgnFsListCornerBl = 0x8703, |
|
1395 EAknsMinorQgnFsListCornerBr = 0x8704, |
|
1396 EAknsMinorQgnFsListSideT = 0x8705, |
|
1397 EAknsMinorQgnFsListSideL = 0x8706, |
|
1398 EAknsMinorQgnFsListSideR = 0x8707, |
|
1399 EAknsMinorQgnFsListSideB = 0x8708, |
|
1400 EAknsMinorQgnFsListCenter = 0x8709 |
|
1401 }; |
|
1402 |
|
1403 // ---------------------------------------------------------------------------- |
|
1404 // EAknsMajorAvkon item IDs |
|
1405 // ---------------------------------------------------------------------------- |
|
1406 |
|
1407 /** |
|
1408 * Minor values for item IDs in EAknsMajorAvkon major class. |
|
1409 * |
|
1410 * @since 2.0 |
|
1411 */ |
|
1412 enum TAknsMinorAvkonValue |
|
1413 { |
|
1414 |
|
1415 // Icon group "gene" |
|
1416 EAknsMinorQgnIndiScrollUpMask = 0x106, |
|
1417 EAknsMinorQgnIndiScrollDownMask = 0x107, |
|
1418 EAknsMinorQgnIndiSignalStrength = 0x24, |
|
1419 EAknsMinorQgnIndiBatteryStrength = 0x26, |
|
1420 EAknsMinorQgnIndiNoSignal = 0x1d6, |
|
1421 EAknsMinorQgnIndiFindGlass = 0x4c, |
|
1422 EAknsMinorQgnPropCheckboxOff = 0x7a, |
|
1423 EAknsMinorQgnPropCheckboxOn = 0x78, |
|
1424 EAknsMinorQgnPropFolderSmall = 0x86, |
|
1425 EAknsMinorQgnPropGroupSmall = 0x80, |
|
1426 EAknsMinorQgnPropRadiobuttOff = 0x7e, |
|
1427 EAknsMinorQgnPropRadiobuttOn = 0x7c, |
|
1428 EAknsMinorQgnPropFolderLarge = 0x8a, |
|
1429 EAknsMinorQgnPropFolderMedium = 0x88, |
|
1430 EAknsMinorQgnPropGroupLarge = 0x84, |
|
1431 EAknsMinorQgnPropGroupMedium = 0x82, |
|
1432 EAknsMinorQgnPropUnsupportedFile = 0x1020, |
|
1433 EAknsMinorQgnPropFolderGms = 0x1021, |
|
1434 EAknsMinorQgnPropFmgrFileGame = 0x1030, |
|
1435 EAknsMinorQgnPropFmgrFileOther = 0x1031, |
|
1436 EAknsMinorQgnPropFolderCurrent = 0x1040, |
|
1437 EAknsMinorQgnPropFolderSubSmall = 0x1041, |
|
1438 EAknsMinorQgnPropFolderAppsMedium = 0x1042, |
|
1439 EAknsMinorQgnMenuFolderApps = 0x1042, // Intentional alias to QgnPropFolderAppsMedium |
|
1440 EAknsMinorQgnPropFolderSubMedium = 0x1043, |
|
1441 EAknsMinorQgnPropFolderImages = 0x1044, |
|
1442 EAknsMinorQgnPropFolderMmsTemp = 0x1045, |
|
1443 EAknsMinorQgnPropFolderSounds = 0x1046, |
|
1444 EAknsMinorQgnPropFolderSubLarge = 0x1047, |
|
1445 EAknsMinorQgnPropFolderVideo = 0x1048, |
|
1446 EAknsMinorQgnPropImFrom = 0x1050, |
|
1447 EAknsMinorQgnPropImTome = 0x1051, |
|
1448 EAknsMinorQgnPropNrtypAddress = 0x90, |
|
1449 EAknsMinorQgnPropNrtypCompAddress = 0x1100, |
|
1450 EAknsMinorQgnPropNrtypHomeAddress = 0x1101, |
|
1451 EAknsMinorQgnPropNrtypDate = 0x1102, |
|
1452 EAknsMinorQgnPropNrtypEmail = 0x92, |
|
1453 EAknsMinorQgnPropNrtypFax = 0x94, |
|
1454 EAknsMinorQgnPropNrtypMobile = 0x98, |
|
1455 EAknsMinorQgnPropNrtypNote = 0x9a, |
|
1456 EAknsMinorQgnPropNrtypPager = 0x9c, |
|
1457 EAknsMinorQgnPropNrtypPhone = 0x9e, |
|
1458 EAknsMinorQgnPropNrtypTone = 0x1103, |
|
1459 EAknsMinorQgnPropNrtypUrl = 0xa0, |
|
1460 EAknsMinorQgnIndiSubmenu = 0x1ce, |
|
1461 EAknsMinorQgnIndiOnimageAudio = 0x1060, |
|
1462 EAknsMinorQgnPropFolderDigital = 0x1070, |
|
1463 EAknsMinorQgnPropFolderSimple = 0x1071, |
|
1464 EAknsMinorQgnPropFolderPres = 0x1072, |
|
1465 EAknsMinorQgnPropFileVideo = 0x1080, |
|
1466 EAknsMinorQgnPropFileAudio = 0x1081, |
|
1467 EAknsMinorQgnPropFileRam = 0x1082, |
|
1468 EAknsMinorQgnPropFilePlaylist = 0x1083, |
|
1469 EAknsMinorQgnPropWmlFolderLinkSeamless = 0x10a0, |
|
1470 EAknsMinorQgnIndiFindGoto = 0x228, |
|
1471 |
|
1472 // Icon group "tab" |
|
1473 EAknsMinorQgnGrafTab21 = 0x0, |
|
1474 EAknsMinorQgnGrafTab22 = 0x2, |
|
1475 EAknsMinorQgnGrafTab31 = 0x4, |
|
1476 EAknsMinorQgnGrafTab32 = 0x6, |
|
1477 EAknsMinorQgnGrafTab33 = 0x8, |
|
1478 EAknsMinorQgnGrafTab41 = 0xa, |
|
1479 EAknsMinorQgnGrafTab42 = 0xc, |
|
1480 EAknsMinorQgnGrafTab43 = 0xe, |
|
1481 EAknsMinorQgnGrafTab44 = 0x10, |
|
1482 EAknsMinorQgnGrafTabLong21 = 0x12, |
|
1483 EAknsMinorQgnGrafTabLong22 = 0x14, |
|
1484 EAknsMinorQgnGrafTabLong31 = 0x16, |
|
1485 EAknsMinorQgnGrafTabLong32 = 0x18, |
|
1486 EAknsMinorQgnGrafTabLong33 = 0x1a, |
|
1487 |
|
1488 // Tab icons for A&H |
|
1489 EAknsMinorQgnPropFolderTab1 = 0x1300, |
|
1490 EAknsMinorQgnPropFolderHelpTab1 = 0x1301, |
|
1491 EAknsMinorQgnPropHelpOpenTab1 = 0x130b, |
|
1492 EAknsMinorQgnPropFolderImageTab1 = 0x1302, |
|
1493 EAknsMinorQgnPropFolderMessageTab1 = 0x1303, |
|
1494 EAknsMinorQgnPropFolderMessageAttachTab1 = 0x1304, |
|
1495 EAknsMinorQgnPropFolderMessageAudioTab1 = 0x1305, |
|
1496 EAknsMinorQgnPropFolderMessageObjectTab1 = 0x1306, |
|
1497 EAknsMinorQgnPropNoteListAlphaTab2 = 0x1307, |
|
1498 EAknsMinorQgnPropListKeywordTab2 = 0x130c, |
|
1499 EAknsMinorQgnPropNoteListTimeTab2 = 0x1308, |
|
1500 EAknsMinorQgnPropMceDocTab4 = 0x1309, |
|
1501 EAknsMinorQgnPropFolderTab = 0x130a, |
|
1502 EAknsMinorQgnPropListKeywordArabicTab2 = 0x1900, |
|
1503 EAknsMinorQgnPropListKeywordHebrewTab2 = 0x1901, |
|
1504 EAknsMinorQgnPropNoteListAlphaArabicTab2 = 0x1910, |
|
1505 EAknsMinorQgnPropNoteListAlphaHebrewTab2 = 0x1911, |
|
1506 |
|
1507 // Icon group "bt" |
|
1508 EAknsMinorQgnPropBtAudio = 0x1b7, |
|
1509 EAknsMinorQgnPropBtUnknown = 0x118, |
|
1510 |
|
1511 // Icon group "mce" |
|
1512 EAknsMinorQgnPropFolderSmallNew = 0x8c, |
|
1513 EAknsMinorQgnPropFolderTemp = 0x8e, |
|
1514 EAknsMinorQgnPropMceUnknownRead = 0x1200, |
|
1515 EAknsMinorQgnPropMceUnknownUnread = 0x1201, |
|
1516 EAknsMinorQgnPropMceBtUnread = 0x1202, |
|
1517 EAknsMinorQgnPropMceDocSmall = 0x1203, |
|
1518 EAknsMinorQgnPropMceDocumentsNewSub = 0x1280, |
|
1519 EAknsMinorQgnPropMceDocumentsSub = 0x1281, |
|
1520 EAknsMinorQgnPropFolderSubs = 0x1282, |
|
1521 EAknsMinorQgnPropFolderSubsNew = 0x1283, |
|
1522 EAknsMinorQgnPropFolderSubSubs = 0x1284, |
|
1523 EAknsMinorQgnPropFolderSubSubsNew = 0x1285, |
|
1524 EAknsMinorQgnPropFolderSubUnsubsNew = 0x1286, |
|
1525 EAknsMinorQgnPropFolderUnsubsNew = 0x1287, |
|
1526 EAknsMinorQgnPropMceWriteSub = 0x1288, |
|
1527 EAknsMinorQgnPropMceInboxSub = 0x1289, |
|
1528 EAknsMinorQgnPropMceInboxNewSub = 0x128a, |
|
1529 EAknsMinorQgnPropMceRemoteSub = 0x128b, |
|
1530 EAknsMinorQgnPropMceRemoteNewSub = 0x128c, |
|
1531 EAknsMinorQgnPropMceSentSub = 0x128f, |
|
1532 EAknsMinorQgnPropMceOutboxSub = 0x1290, |
|
1533 EAknsMinorQgnPropMceDrSub = 0x1291, |
|
1534 |
|
1535 // Icon group "log" |
|
1536 EAknsMinorQgnPropLogCallsSub = 0x1a00, |
|
1537 EAknsMinorQgnPropLogMissedSub = 0x1a01, |
|
1538 EAknsMinorQgnPropLogInSub = 0x1a02, |
|
1539 EAknsMinorQgnPropLogOutSub = 0x1a03, |
|
1540 EAknsMinorQgnPropLogTimersSub = 0x1a04, |
|
1541 EAknsMinorQgnPropLogTimerCallLast = 0x1a05, |
|
1542 EAknsMinorQgnPropLogTimerCallOut = 0x1a06, |
|
1543 EAknsMinorQgnPropLogTimerCallIn = 0x1a07, |
|
1544 EAknsMinorQgnPropLogTimerCallAll = 0x1a08, |
|
1545 EAknsMinorQgnPropLogGprsSub = 0x1a09, |
|
1546 EAknsMinorQgnPropLogGprsSent = 0x1a0a, |
|
1547 EAknsMinorQgnPropLogGprsReceived = 0x1a0b, |
|
1548 |
|
1549 // Icon group "Camera settings" |
|
1550 EAknsMinorQgnPropSetCamsImageSub = 0x1b00, |
|
1551 EAknsMinorQgnPropSetCamsVideoSub = 0x1b01, |
|
1552 |
|
1553 // Icon group "realplayer settings" |
|
1554 EAknsMinorQgnPropSetMpVideoSub = 0x1c00, |
|
1555 EAknsMinorQgnPropSetMpAudioSub = 0x1c01, |
|
1556 EAknsMinorQgnPropSetMpStreamSub = 0x1c02, |
|
1557 |
|
1558 // Icon group "chat" |
|
1559 EAknsMinorQgnPropImIbox = 0x1d00, |
|
1560 EAknsMinorQgnPropImFriends = 0x1d01, |
|
1561 EAknsMinorQgnPropImList = 0x1d02, |
|
1562 |
|
1563 // Icon group "dyc" |
|
1564 EAknsMinorQgnPropDycPublicSub = 0x1e00, |
|
1565 EAknsMinorQgnPropDycPrivateSub = 0x1e01, |
|
1566 EAknsMinorQgnPropDycBlockedSub = 0x1e02, |
|
1567 EAknsMinorQgnPropDycAvailBig = 0x1e03, |
|
1568 EAknsMinorQgnPropDycDiscreetBig = 0x1e04, |
|
1569 EAknsMinorQgnPropDycNotAvailBig = 0x1e05, |
|
1570 EAknsMinorQgnPropDycNotPublishBig = 0x1e06, |
|
1571 |
|
1572 // Icon group "Settings" |
|
1573 EAknsMinorQgnPropSetDeviceSub = 0x1f00, |
|
1574 EAknsMinorQgnPropSetCallSub = 0x1f01, |
|
1575 EAknsMinorQgnPropSetConnecSub = 0x1f02, |
|
1576 EAknsMinorQgnPropSetDatimSub = 0x1f03, |
|
1577 EAknsMinorQgnPropSetSecSub = 0x1f04, |
|
1578 EAknsMinorQgnPropSetDivSub = 0x1f05, |
|
1579 EAknsMinorQgnPropSetBarrSub = 0x1f06, |
|
1580 EAknsMinorQgnPropSetNetworkSub = 0x1f07, |
|
1581 EAknsMinorQgnPropSetAccessorySub = 0x1f08, |
|
1582 |
|
1583 // Icon group "location" |
|
1584 EAknsMinorQgnPropLocSetSub = 0x2200, |
|
1585 EAknsMinorQgnPropLocRequestsSub = 0x2201, |
|
1586 |
|
1587 // Icon group "Wallet" |
|
1588 EAknsMinorQgnPropWalletServiceSub = 0x2300, |
|
1589 EAknsMinorQgnPropWalletTicketsSub = 0x2301, |
|
1590 EAknsMinorQgnPropWalletCardsSub = 0x2302, |
|
1591 EAknsMinorQgnPropWalletPnotesSub = 0x2304, |
|
1592 |
|
1593 // Icon group "Sync" |
|
1594 EAknsMinorQgnPropSmlBt = 0x2400, |
|
1595 |
|
1596 // Icon group "note" |
|
1597 EAknsMinorQgnNoteQuery = 0xcc, |
|
1598 EAknsMinorQgnNoteAlarmClock = 0xa6, |
|
1599 EAknsMinorQgnNoteBattCharging = 0xaa, |
|
1600 EAknsMinorQgnNoteBattFull = 0xac, |
|
1601 EAknsMinorQgnNoteBattLow = 0xae, |
|
1602 EAknsMinorQgnNoteBattNotCharging = 0xb0, |
|
1603 EAknsMinorQgnNoteBattRecharge = 0xb2, |
|
1604 EAknsMinorQgnNoteErased = 0xba, |
|
1605 EAknsMinorQgnNoteError = 0xbc, |
|
1606 EAknsMinorQgnNoteFaxpc = 0x1510, |
|
1607 EAknsMinorQgnNoteGrps = 0x1511, |
|
1608 EAknsMinorQgnNoteInfo = 0xbe, |
|
1609 EAknsMinorQgnNoteKeyguard = 0x173, |
|
1610 EAknsMinorQgnNoteOk = 0xc8, |
|
1611 EAknsMinorQgnNoteProgress = 0xca, |
|
1612 EAknsMinorQgnNoteWarning = 0xd6, |
|
1613 |
|
1614 // Icon group "phota" |
|
1615 EAknsMinorQgnPropImageNotcreated = 0x1700, |
|
1616 EAknsMinorQgnPropImageCorrupted = 0x1701, |
|
1617 |
|
1618 // Icon group "memc" |
|
1619 EAknsMinorQgnPropFileSmall = 0x1800, |
|
1620 EAknsMinorQgnPropPhoneMemc = 0x1801, |
|
1621 EAknsMinorQgnPropMmcMemc = 0x1802, |
|
1622 EAknsMinorQgnPropMmcLocked = 0x1803, |
|
1623 EAknsMinorQgnPropMmcNon = 0x1804, |
|
1624 EAknsMinorQgnPropPhoneMemcLarge = 0x1805, |
|
1625 EAknsMinorQgnPropMmcMemcLarge = 0x1806, |
|
1626 |
|
1627 // Other icons |
|
1628 EAknsMinorQgnIndiNaviArrowLeft = 0x2a, |
|
1629 EAknsMinorQgnIndiNaviArrowRight = 0x2c, |
|
1630 EAknsMinorQgnGrafProgressBar = 0x15a, |
|
1631 EAknsMinorQgnGrafVorecProgressBar = 0x15c, |
|
1632 EAknsMinorQgnGrafVorecBarBackground = 0x15e, |
|
1633 EAknsMinorQgnGrafWaitBarBackground = 0x160, |
|
1634 EAknsMinorQgnGrafWaitBar1 = 0x162, |
|
1635 EAknsMinorQgnGrafSimpdStatusBackg = 0x1600, |
|
1636 EAknsMinorQgnGrafPbStatusBackg = 0x1601, |
|
1637 EAknsMinorQgnGrafSnoteAdd1 = 0x1610, |
|
1638 EAknsMinorQgnGrafSnoteAdd2 = 0x1611, |
|
1639 |
|
1640 // Other icons for A&H |
|
1641 EAknsMinorQgnIndiCamsPhoneMemc = 0x1680, |
|
1642 EAknsMinorQgnIndiDycDtOtherAdd = 0x1681, |
|
1643 EAknsMinorQgnPropFolderDyc = 0x1682, |
|
1644 EAknsMinorQgnPropFolderTab2 = 0x1683, |
|
1645 EAknsMinorQgnPropLogLogsTab2 = 0x1684, |
|
1646 EAknsMinorQgnPropMceDraftsNewSub = 0x1685, |
|
1647 EAknsMinorQgnPropMceDraftsSub = 0x1686, |
|
1648 EAknsMinorQgnPropWmlFolderAdap = 0x1687, |
|
1649 |
|
1650 // Navi area components |
|
1651 EAknsMinorQsnBgNavipaneSolid = 0x1010, |
|
1652 EAknsMinorQsnBgNavipaneWipe = 0x170, |
|
1653 EAknsMinorQsnBgNavipaneSolidIdle = 0x1011, |
|
1654 EAknsMinorQsnBgNavipaneWipeIdle = 0x1012, |
|
1655 |
|
1656 // Bitmaps for animations |
|
1657 EAknsMinorQgnNoteQuery2 = 0x2000, |
|
1658 EAknsMinorQgnNoteQuery3 = 0x2001, |
|
1659 EAknsMinorQgnNoteQuery4 = 0x2002, |
|
1660 EAknsMinorQgnNoteQuery5 = 0x2003, |
|
1661 |
|
1662 // Animations |
|
1663 EAknsMinorQgnNoteQueryAnim = 0x8cc013e, |
|
1664 EAknsMinorQgnNoteBattChargingAnim = 0x8cc0142, |
|
1665 EAknsMinorQgnNoteBattFullAnim = 0x8cc0144, |
|
1666 EAknsMinorQgnNoteBattLowAnim = 0x8cc0146, |
|
1667 EAknsMinorQgnNoteBattNotChargingAnim= 0x8cc0148, |
|
1668 EAknsMinorQgnNoteBattRechargeAnim = 0x8cc014a, |
|
1669 EAknsMinorQgnNoteErasedAnim = 0x8cc0136, |
|
1670 EAknsMinorQgnNoteErrorAnim = 0x8cc013c, |
|
1671 EAknsMinorQgnNoteInfoAnim = 0x8cc0138, |
|
1672 EAknsMinorQgnNoteKeyguardLockedAnim = 0x8cc014c, |
|
1673 EAknsMinorQgnNoteKeyguardOpenAnim = 0x8cc014e, |
|
1674 EAknsMinorQgnNoteOkAnim = 0x8cc0134, |
|
1675 EAknsMinorQgnNoteWarningAnim = 0x8cc013a, |
|
1676 EAknsMinorQgnNoteBtAnim = 0xc34d022, |
|
1677 EAknsMinorQgnNoteFaxpcAnim = 0x1f49700b, |
|
1678 EAknsMinorQgnGrafBarWaitAnim = 0x8cc0140, |
|
1679 EAknsMinorQgnGrafFpsSwipeAnim = 0x8cc0130, |
|
1680 |
|
1681 // Browser animations |
|
1682 EAknsMinorQgnMenuWmlAnim = 0x5c512128, |
|
1683 EAknsMinorQgnIndiWaitWmlCsdAnim = 0x5c512125, |
|
1684 EAknsMinorQgnIndiWaitWmlGprsAnim = 0x5c512127, |
|
1685 EAknsMinorQgnIndiWaitWmlHscsdAnim = 0x5c51212b, |
|
1686 |
|
1687 // CLS animations |
|
1688 EAknsMinorQgnMenuClsCxtAnim = 0x10ad705d, |
|
1689 |
|
1690 // Telephony Swipe Indicator animations |
|
1691 EAknsMinorQgnGrafSwipeindiAnimLeft = 0x8cc0150, |
|
1692 EAknsMinorQgnGrafSwipeindiBgLeftAnim = 0x8cc0151, |
|
1693 EAknsMinorQgnGrafSwipeindiBgRightAnim = 0x8cc0152, |
|
1694 EAknsMinorQgnGrafSwipeindiBlueAnimLeft = 0x8cc0153, |
|
1695 EAknsMinorQgnGrafSwipeindiGreenAnimRight = 0x8cc0154, |
|
1696 EAknsMinorQgnGrafSwipeindiOrangeAnimLeft = 0x8cc0155, |
|
1697 EAknsMinorQgnGrafSwipeindiOrangeAnimRight = 0x8cc0156, |
|
1698 EAknsMinorQgnGrafSwipeindiRedAnimLeft = 0x8cc0157, |
|
1699 EAknsMinorQgnGrafSwipeindiRedAnimRight = 0x8cc0158 |
|
1700 }; |
|
1701 |
|
1702 // ---------------------------------------------------------------------------- |
|
1703 // EAknsMajorAppIconBmpLst item IDs |
|
1704 // ---------------------------------------------------------------------------- |
|
1705 |
|
1706 /** |
|
1707 * Minor values for item IDs in EAknsMajorAppIconBmpLst major class. |
|
1708 * |
|
1709 * @since 2.0 |
|
1710 */ |
|
1711 enum TAknsMinorAppIconBmpLstValue |
|
1712 { |
|
1713 EAknsMinorQgnMenuBtLst = 0x10005951, |
|
1714 EAknsMinorQgnMenuCalcLst = 0x10005902, |
|
1715 EAknsMinorQgnMenuCaleLst = 0x10005901, |
|
1716 EAknsMinorQgnMenuCamcorderLst = 0x2000, |
|
1717 EAknsMinorQgnMenuCamLst = 0x1000593f, |
|
1718 // Deprecated - divert application was removed from platform in 2.0. |
|
1719 EAknsMinorQgnMenuDivertLst = 0x200b, |
|
1720 EAknsMinorQgnMenuGamesLst = 0x2001, |
|
1721 EAknsMinorQgnMenuHelpLst = 0x10005234, |
|
1722 EAknsMinorQgnMenuIdleLst = 0x100058b3, |
|
1723 EAknsMinorQgnMenuImLst = 0x101f4673, |
|
1724 EAknsMinorQgnMenuIrLst = 0x1000594D, |
|
1725 EAknsMinorQgnMenuLogLst = 0x101f4cd5, |
|
1726 EAknsMinorQgnMenuMceLst = 0x100058C5, |
|
1727 EAknsMinorQgnMenuMceCardLst = 0x101f4ce5, |
|
1728 EAknsMinorQgnMenuMemoryLst = 0x101f4666, |
|
1729 EAknsMinorQgnMenuMidletLst = 0x200e, |
|
1730 EAknsMinorQgnMenuMidletSuiteLst = 0x200f, |
|
1731 EAknsMinorQgnMenuModeLst = 0x100058f8, |
|
1732 EAknsMinorQgnMenuNoteLst = 0x10005907, |
|
1733 EAknsMinorQgnMenuPhobLst = 0x101f4cce, |
|
1734 EAknsMinorQgnMenuPhotaLst = 0x101f4cd1, |
|
1735 EAknsMinorQgnMenuPinbLst = 0x1000590b, |
|
1736 EAknsMinorQgnMenuQdialLst = 0x1000590A, |
|
1737 EAknsMinorQgnMenuSetLst = 0x100058ec, |
|
1738 EAknsMinorQgnMenuSimpdLst = 0x101F4CF6, |
|
1739 EAknsMinorQgnMenuSmsvoLst = 0x100058f5, |
|
1740 EAknsMinorQgnMenuTodoLst = 0x10005900, |
|
1741 EAknsMinorQgnMenuUnknownLst = 0x2100, |
|
1742 EAknsMinorQgnMenuVideoLst = 0x2007, |
|
1743 EAknsMinorQgnMenuVoirecLst = 0x100058CA, |
|
1744 EAknsMinorQgnMenuWclkLst = 0x10005903, |
|
1745 EAknsMinorQgnMenuWmlLst = 0x10008d39, |
|
1746 EAknsMinorQgnMenuLocLst = 0x101F4D91, |
|
1747 EAknsMinorQgnMenuBlidLst = 0x101F85A0, |
|
1748 EAknsMinorQgnMenuDycLst = 0x101f467c, |
|
1749 EAknsMinorQgnMenuDmLst = 0x101f6de5, |
|
1750 EAknsMinorQgnMenuLmLst = 0x101F85A2 |
|
1751 }; |
|
1752 |
|
1753 // ---------------------------------------------------------------------------- |
|
1754 // EAknsMajorAppIconBmpCxt item IDs |
|
1755 // ---------------------------------------------------------------------------- |
|
1756 |
|
1757 /** |
|
1758 * Minor values for item IDs in EAknsMajorAppIconBmpCxt major class. |
|
1759 * |
|
1760 * @since 2.0 |
|
1761 */ |
|
1762 enum TAknsMinorAppIconBmpCxtValue |
|
1763 { |
|
1764 EAknsMinorQgnMenuAppsgridCxt = 0x101f4cd2, |
|
1765 EAknsMinorQgnMenuBtCxt = 0x10005951, |
|
1766 EAknsMinorQgnMenuCaleCxt = 0x10005901, |
|
1767 EAknsMinorQgnMenuCamcorderCxt = 0x2000, |
|
1768 EAknsMinorQgnMenuCamCxt = 0x1000593f, |
|
1769 EAknsMinorQgnMenuCnvCxt = 0x101f4668, |
|
1770 EAknsMinorQgnMenuConCxt = 0x200a, |
|
1771 // Deprecated - divert application was removed from platform in 2.0. |
|
1772 EAknsMinorQgnMenuDivertCxt = 0x200b, |
|
1773 EAknsMinorQgnMenuGamesCxt = 0x2001, |
|
1774 EAknsMinorQgnMenuHelpCxt = 0x10005234, |
|
1775 EAknsMinorQgnMenuImCxt = 0x101f4673, |
|
1776 EAknsMinorQgnMenuImOffCxt = 0x2004, |
|
1777 EAknsMinorQgnMenuIrCxt = 0x1000594D, |
|
1778 EAknsMinorQgnMenuJavaCxt = 0x200c, |
|
1779 EAknsMinorQgnMenuLogCxt = 0x101f4cd5, |
|
1780 EAknsMinorQgnMenuMceCxt = 0x100058C5, |
|
1781 EAknsMinorQgnMenuMceCardCxt = 0x101f4ce5, |
|
1782 EAknsMinorQgnMenuMceMmcCxt = 0x2006, |
|
1783 EAknsMinorQgnMenuMemoryCxt = 0x101f4666, |
|
1784 EAknsMinorQgnMenuMidletSuiteCxt = 0x200f, |
|
1785 EAknsMinorQgnMenuModeCxt = 0x100058f8, |
|
1786 EAknsMinorQgnMenuNoteCxt = 0x10005907, |
|
1787 EAknsMinorQgnMenuPhobCxt = 0x101f4cce, |
|
1788 EAknsMinorQgnMenuPhotaCxt = 0x101f4cd1, |
|
1789 EAknsMinorQgnMenuSetCxt = 0x100058ec, |
|
1790 EAknsMinorQgnMenuSimpdCxt = 0x101F4CF6, |
|
1791 EAknsMinorQgnMenuSmsvoCxt = 0x100058f5, |
|
1792 EAknsMinorQgnMenuTodoCxt = 0x10005900, |
|
1793 EAknsMinorQgnMenuUnknownCxt = 0x2100, |
|
1794 EAknsMinorQgnMenuVideoCxt = 0x2007, |
|
1795 EAknsMinorQgnMenuVoirecCxt = 0x100058CA, |
|
1796 EAknsMinorQgnMenuWclkCxt = 0x10005903, |
|
1797 EAknsMinorQgnMenuWmlCxt = 0x10008d39, |
|
1798 EAknsMinorQgnMenuLocCxt = 0x101F4D91, |
|
1799 EAknsMinorQgnMenuBlidCxt = 0x101F85A0, |
|
1800 EAknsMinorQgnMenuBlidOffCxt = 0x2010, |
|
1801 EAknsMinorQgnMenuDycCxt = 0x101f467c, |
|
1802 EAknsMinorQgnMenuDycOffCxt = 0x2011, |
|
1803 EAknsMinorQgnMenuDmCxt = 0x101f6de5, |
|
1804 EAknsMinorQgnMenuDmDisabledCxt = 0x2012, |
|
1805 EAknsMinorQgnMenuLmCxt = 0x101F85A2 |
|
1806 }; |
|
1807 |
|
1808 // ---------------------------------------------------------------------------- |
|
1809 // EAknsMajorScreensaver item IDs |
|
1810 // ---------------------------------------------------------------------------- |
|
1811 |
|
1812 /** |
|
1813 * Minor values for item IDs in EAknsMajorScreensaver major class. |
|
1814 * |
|
1815 * @since 2.0 |
|
1816 */ |
|
1817 enum TAknsMinorScreensaverValue |
|
1818 { |
|
1819 EAknsMinorQsnBgPowersave = 0x1000, |
|
1820 EAknsMinorQsnBgScreenSaver = 0x1001 |
|
1821 }; |
|
1822 |
|
1823 // ---------------------------------------------------------------------------- |
|
1824 // EAknsMajorCallstatus item IDs |
|
1825 // ---------------------------------------------------------------------------- |
|
1826 |
|
1827 /** |
|
1828 * Minor values for item IDs in EAknsMajorCallstatus major class. |
|
1829 * |
|
1830 * @since 2.0 |
|
1831 */ |
|
1832 enum TAknsMinorCallstatusValue |
|
1833 { |
|
1834 |
|
1835 // Icon group "call" - call status icons |
|
1836 EAknsMinorQgnIndiCallActive = 0x0, |
|
1837 EAknsMinorQgnIndiCallActiveCyphOff = 0x2, |
|
1838 EAknsMinorQgnIndiCallDisconn = 0x4, |
|
1839 EAknsMinorQgnIndiCallDisconnCyphOff = 0x6, |
|
1840 EAknsMinorQgnIndiCallHeld = 0x8, |
|
1841 EAknsMinorQgnIndiCallHeldCyphOff = 0xa, |
|
1842 EAknsMinorQgnIndiCallMutedCallsta = 0xd, |
|
1843 EAknsMinorQgnIndiCallActive2 = 0x1000, |
|
1844 EAknsMinorQgnIndiCallActiveCyphOff2 = 0x1001, |
|
1845 EAknsMinorQgnIndiCallActiveConf = 0x1100, |
|
1846 EAknsMinorQgnIndiCallActiveConfCyphOff = 0x1101, |
|
1847 EAknsMinorQgnIndiCallDisconnConf = 0x1102, |
|
1848 EAknsMinorQgnIndiCallDisconnConfCyphOff = 0x1103, |
|
1849 EAknsMinorQgnIndiCallHeldConf = 0x1104, |
|
1850 EAknsMinorQgnIndiCallHeldConfCyphOff = 0x1105, |
|
1851 EAknsMinorQgnIndiCallMuted = 0x1106, |
|
1852 EAknsMinorQgnIndiCallWaiting = 0x1107, |
|
1853 EAknsMinorQgnIndiCallWaiting2 = 0x1108, |
|
1854 EAknsMinorQgnIndiCallWaitingCyphOff = 0x1109, |
|
1855 EAknsMinorQgnIndiCallWaitingCyphOff2 = 0x110a, |
|
1856 EAknsMinorQgnIndiCallWaitingDisconn = 0x110b, |
|
1857 EAknsMinorQgnIndiCallWaitingDisconnCyphOff = 0x110c, |
|
1858 EAknsMinorQgnIndiCallWaiting1 = 0x110d, |
|
1859 |
|
1860 // Icon group "call" - call handling graphics |
|
1861 EAknsMinorQgnGrafBubbleIncall = 0xf, |
|
1862 EAknsMinorQgnGrafBubbleIncallDisconn = 0x10, |
|
1863 EAknsMinorQgnGrafCallConfFive = 0x1200, |
|
1864 EAknsMinorQgnGrafCallConfFour = 0x1201, |
|
1865 EAknsMinorQgnGrafCallConfThree = 0x1202, |
|
1866 EAknsMinorQgnGrafCallConfTwo = 0x1203, |
|
1867 EAknsMinorQgnGrafCallFirstHeld = 0x1204, |
|
1868 EAknsMinorQgnGrafCallFirstOneActive = 0x1205, |
|
1869 EAknsMinorQgnGrafCallFirstOneDisconn = 0x1206, |
|
1870 EAknsMinorQgnGrafCallFirstOneHeld = 0x1207, |
|
1871 EAknsMinorQgnGrafCallFirstThreeActive = 0x1208, |
|
1872 EAknsMinorQgnGrafCallFirstThreeDisconn = 0x1209, |
|
1873 EAknsMinorQgnGrafCallFirstThreeHeld = 0x120a, |
|
1874 EAknsMinorQgnGrafCallFirstTwoActive = 0x120b, |
|
1875 EAknsMinorQgnGrafCallFirstTwoDisconn = 0x120c, |
|
1876 EAknsMinorQgnGrafCallFirstTwoHeld = 0x120d, |
|
1877 EAknsMinorQgnGrafCallFirstWaitActive = 0x120e, |
|
1878 EAknsMinorQgnGrafCallFirstWaitDisconn = 0x120f, |
|
1879 EAknsMinorQgnGrafCallHiddenHeld = 0x1210, |
|
1880 EAknsMinorQgnGrafCallRecBig = 0x1211, |
|
1881 EAknsMinorQgnGrafCallRecBigDisconn = 0x1212, |
|
1882 EAknsMinorQgnGrafCallRecBigLeft = 0x1213, |
|
1883 EAknsMinorQgnGrafCallRecBigLeftDisconn = 0x1214, |
|
1884 EAknsMinorQgnGrafCallRecBigRight = 0x1215, |
|
1885 EAknsMinorQgnGrafCallRecBigger = 0x1216, |
|
1886 EAknsMinorQgnGrafCallRecBigRightDisconn = 0x1217, |
|
1887 EAknsMinorQgnGrafCallRecSmallLeft = 0x1218, |
|
1888 EAknsMinorQgnGrafCallRecSmallRight = 0x1219, |
|
1889 EAknsMinorQgnGrafCallRecSmallRightDisconn = 0x121a, |
|
1890 EAknsMinorQgnGrafCallSecondThreeActive = 0x121b, |
|
1891 EAknsMinorQgnGrafCallSecondThreeDisconn = 0x121c, |
|
1892 EAknsMinorQgnGrafCallSecondThreeHeld = 0x121d, |
|
1893 EAknsMinorQgnGrafCallSecondTwoActive = 0x121e, |
|
1894 EAknsMinorQgnGrafCallSecondTwoDisconn = 0x121f, |
|
1895 EAknsMinorQgnGrafCallSecondTwoHeld = 0x1220, |
|
1896 |
|
1897 // Video call |
|
1898 EAknsMinorQgnIndiCallVideo1 = 0x1300, |
|
1899 EAknsMinorQgnIndiCallVideo2 = 0x1301, |
|
1900 EAknsMinorQgnIndiCallVideoBlindIn = 0x1302, |
|
1901 EAknsMinorQgnIndiCallVideoBlindOut = 0x1303, |
|
1902 EAknsMinorQgnIndiCallVideoCallsta1 = 0x1304, |
|
1903 EAknsMinorQgnIndiCallVideoCallsta2 = 0x1305, |
|
1904 EAknsMinorQgnIndiCallVideoCallstaDisconn= 0x1306, |
|
1905 EAknsMinorQgnIndiCallVideoDisconn = 0x1307, |
|
1906 EAknsMinorQgnIndiCallVideoLst = 0x1308, |
|
1907 |
|
1908 // Zoom indications |
|
1909 EAknsMinorQgnGrafZoomArea = 0x1320, |
|
1910 EAknsMinorQgnIndiZoomMin = 0x1321, |
|
1911 EAknsMinorQgnIndiZoomMax = 0x1322, |
|
1912 |
|
1913 // Call handling frames |
|
1914 EAknsMinorQsnFrCall2Bubble = 0x1400, |
|
1915 EAknsMinorQsnFrCall2BubbleDisconn = 0x1401, |
|
1916 EAknsMinorQsnFrCall2BubbleFirst = 0x1402, |
|
1917 EAknsMinorQsnFrCall2BubbleFirstDisconn = 0x1403, |
|
1918 EAknsMinorQsnFrCall2BubbleSecond = 0x1404, |
|
1919 EAknsMinorQsnFrCall2BubbleSecondDisconn = 0x1405, |
|
1920 EAknsMinorQsnFrCall2Rect = 0x1406, |
|
1921 EAknsMinorQsnFrCall2RectDisconn = 0x1407, |
|
1922 |
|
1923 // POC frames |
|
1924 EAknsMinorQsnFrCallPocAct = 0x1410, |
|
1925 EAknsMinorQsnFrCallPocActIdle = 0x1411, |
|
1926 EAknsMinorQsnFrCallPocInact = 0x1412, |
|
1927 EAknsMinorQsnFrCallPocInactIdle = 0x1413, |
|
1928 EAknsMinorQsnFrCall2BubbleCoMask = 0x1420, |
|
1929 EAknsMinorQsnFrCall2BubbleFirstCoMask = 0x1421, |
|
1930 EAknsMinorQsnFrCall2BubbleSecondCoMask = 0x1422, |
|
1931 EAknsMinorQsnFrCall2RectCoMask = 0x1423, |
|
1932 EAknsMinorQsnFrCallObjectGraphics = 0x1424, |
|
1933 |
|
1934 EAknsMinorQsnFrCall3Rect = 0x1430, |
|
1935 EAknsMinorQsnFrCall3RectCornerTl = 0x1431, |
|
1936 EAknsMinorQsnFrCall3RectCornerTr = 0x1432, |
|
1937 EAknsMinorQsnFrCall3RectCornerBl = 0x1433, |
|
1938 EAknsMinorQsnFrCall3RectCornerBr = 0x1434, |
|
1939 EAknsMinorQsnFrCall3RectSideT = 0x1435, |
|
1940 EAknsMinorQsnFrCall3RectSideB = 0x1436, |
|
1941 EAknsMinorQsnFrCall3RectSideL = 0x1437, |
|
1942 EAknsMinorQsnFrCall3RectSideR = 0x1438, |
|
1943 EAknsMinorQsnFrCall3RectCenter = 0x1439, |
|
1944 |
|
1945 EAknsMinorQsnFrCall3RectDisconn = 0x1440, |
|
1946 EAknsMinorQsnFrCall3RectCornerTlDisconn = 0x1441, |
|
1947 EAknsMinorQsnFrCall3RectCornerTrDisconn = 0x1442, |
|
1948 EAknsMinorQsnFrCall3RectCornerBlDisconn = 0x1443, |
|
1949 EAknsMinorQsnFrCall3RectCornerBrDisconn = 0x1444, |
|
1950 EAknsMinorQsnFrCall3RectSideTDisconn = 0x1445, |
|
1951 EAknsMinorQsnFrCall3RectSideBDisconn = 0x1446, |
|
1952 EAknsMinorQsnFrCall3RectSideLDisconn = 0x1447, |
|
1953 EAknsMinorQsnFrCall3RectSideRDisconn = 0x1448, |
|
1954 EAknsMinorQsnFrCall3RectCenterDisconn = 0x1449 |
|
1955 }; |
|
1956 |
|
1957 // ---------------------------------------------------------------------------- |
|
1958 // EAknsMajorCalendar item IDs |
|
1959 // ---------------------------------------------------------------------------- |
|
1960 |
|
1961 /** |
|
1962 * Minor values for item IDs in EAknsMajorCalendar major class. |
|
1963 * |
|
1964 * @since 2.0 |
|
1965 */ |
|
1966 enum TAknsMinorCalendarValue |
|
1967 { |
|
1968 // General calendar frame |
|
1969 EAknsMinorQsnFrCale = 0x1000, |
|
1970 EAknsMinorQsnFrCaleCornerTl = 0x1001, |
|
1971 EAknsMinorQsnFrCaleCornerTr = 0x1002, |
|
1972 EAknsMinorQsnFrCaleCornerBl = 0x1003, |
|
1973 EAknsMinorQsnFrCaleCornerBr = 0x1004, |
|
1974 EAknsMinorQsnFrCaleSideT = 0x1005, |
|
1975 EAknsMinorQsnFrCaleSideB = 0x1006, |
|
1976 EAknsMinorQsnFrCaleSideL = 0x1007, |
|
1977 EAknsMinorQsnFrCaleSideR = 0x1008, |
|
1978 EAknsMinorQsnFrCaleCenter = 0x1009, |
|
1979 |
|
1980 // Calendar frame for holiday event |
|
1981 EAknsMinorQsnFrCaleHoli = 0x1010, |
|
1982 EAknsMinorQsnFrCaleHoliCornerTl = 0x1011, |
|
1983 EAknsMinorQsnFrCaleHoliCornerTr = 0x1012, |
|
1984 EAknsMinorQsnFrCaleHoliCornerBl = 0x1013, |
|
1985 EAknsMinorQsnFrCaleHoliCornerBr = 0x1014, |
|
1986 EAknsMinorQsnFrCaleHoliSideT = 0x1015, |
|
1987 EAknsMinorQsnFrCaleHoliSideB = 0x1016, |
|
1988 EAknsMinorQsnFrCaleHoliSideL = 0x1017, |
|
1989 EAknsMinorQsnFrCaleHoliSideR = 0x1018, |
|
1990 EAknsMinorQsnFrCaleHoliCenter = 0x1019, |
|
1991 |
|
1992 // Calendar icons |
|
1993 EAknsMinorQgnIndiCdrBirthday = 0x02, |
|
1994 EAknsMinorQgnIndiCdrMeeting = 0x04, |
|
1995 EAknsMinorQgnIndiCdrReminder = 0x06, |
|
1996 |
|
1997 // Calendar heading frame |
|
1998 EAknsMinorQsnFrCaleHeading = 0x1020, |
|
1999 EAknsMinorQsnFrCaleHeadingCornerTl = 0x1021, |
|
2000 EAknsMinorQsnFrCaleHeadingCornerTr = 0x1022, |
|
2001 EAknsMinorQsnFrCaleHeadingCornerBl = 0x1023, |
|
2002 EAknsMinorQsnFrCaleHeadingCornerBr = 0x1024, |
|
2003 EAknsMinorQsnFrCaleHeadingSideT = 0x1025, |
|
2004 EAknsMinorQsnFrCaleHeadingSideB = 0x1026, |
|
2005 EAknsMinorQsnFrCaleHeadingSideL = 0x1027, |
|
2006 EAknsMinorQsnFrCaleHeadingSideR = 0x1028, |
|
2007 EAknsMinorQsnFrCaleHeadingCenter = 0x1029, |
|
2008 |
|
2009 // Calendar side frame |
|
2010 EAknsMinorQsnFrCaleSide = 0x1030, |
|
2011 EAknsMinorQsnFrCaleSideCornerTl = 0x1031, |
|
2012 EAknsMinorQsnFrCaleSideCornerTr = 0x1032, |
|
2013 EAknsMinorQsnFrCaleSideCornerBl = 0x1033, |
|
2014 EAknsMinorQsnFrCaleSideCornerBr = 0x1034, |
|
2015 EAknsMinorQsnFrCaleSideSideT = 0x1035, |
|
2016 EAknsMinorQsnFrCaleSideSideB = 0x1036, |
|
2017 EAknsMinorQsnFrCaleSideSideL = 0x1037, |
|
2018 EAknsMinorQsnFrCaleSideSideR = 0x1038, |
|
2019 EAknsMinorQsnFrCaleSideCenter = 0x1039 |
|
2020 }; |
|
2021 |
|
2022 // ---------------------------------------------------------------------------- |
|
2023 // EAknsMajorPinboard item IDs |
|
2024 // ---------------------------------------------------------------------------- |
|
2025 |
|
2026 /** |
|
2027 * Minor values for item IDs in EAknsMajorPinboard major class. |
|
2028 * |
|
2029 * @since 2.0 |
|
2030 */ |
|
2031 enum TAknsMinorPinboardValue |
|
2032 { |
|
2033 // Pinboard frame |
|
2034 EAknsMinorQsnFrPinb = 0x1000, |
|
2035 EAknsMinorQsnFrPinbCornerTl = 0x1001, |
|
2036 EAknsMinorQsnFrPinbCornerTr = 0x1002, |
|
2037 EAknsMinorQsnFrPinbCornerBl = 0x1003, |
|
2038 EAknsMinorQsnFrPinbCornerBr = 0x1004, |
|
2039 EAknsMinorQsnFrPinbSideT = 0x1005, |
|
2040 EAknsMinorQsnFrPinbSideB = 0x1006, |
|
2041 EAknsMinorQsnFrPinbSideL = 0x1007, |
|
2042 EAknsMinorQsnFrPinbSideR = 0x1008, |
|
2043 |
|
2044 // Pinboard wallpaper |
|
2045 EAknsMinorQsnFrPinbCenterWp = 0x1009, |
|
2046 |
|
2047 // Icon group "pinb" |
|
2048 EAknsMinorQgnPropPinbLinkUnknownId = 0x20, |
|
2049 EAknsMinorQgnIndiFindTitle = 0x1100, |
|
2050 EAknsMinorQgnPropPinbHelp = 0x1101 |
|
2051 }; |
|
2052 |
|
2053 // ---------------------------------------------------------------------------- |
|
2054 // EAknsMajorCbsuiApp item IDs |
|
2055 // ---------------------------------------------------------------------------- |
|
2056 |
|
2057 /** |
|
2058 * Minor values for item IDs in EAknsMajorCbsuiApp major class. |
|
2059 * |
|
2060 * @since 2.0 |
|
2061 */ |
|
2062 enum TAknsMinorCbsuiAppValue |
|
2063 { |
|
2064 // List icons |
|
2065 EAknsMinorQgnPropCbMsg = 0x08, |
|
2066 EAknsMinorQgnPropCbMsgUnread = 0x0a, |
|
2067 EAknsMinorQgnPropCbSubs = 0x0c, |
|
2068 EAknsMinorQgnPropCbSubsUnread = 0x0e, |
|
2069 EAknsMinorQgnPropCbUnsubs = 0x10, |
|
2070 EAknsMinorQgnPropCbUnsubsUnread = 0x12 |
|
2071 }; |
|
2072 |
|
2073 // ---------------------------------------------------------------------------- |
|
2074 // EAknsMajorSound item IDs |
|
2075 // ---------------------------------------------------------------------------- |
|
2076 |
|
2077 /** |
|
2078 * Minor values for item IDs in EAknsMajorSound major class. |
|
2079 * |
|
2080 * @since 2.6 |
|
2081 */ |
|
2082 enum TAknsMinorSoundValue |
|
2083 { |
|
2084 EAknsMinorSoundRingingTone = 0x1000, |
|
2085 EAknsMinorSoundMessageAlert = 0x1001 |
|
2086 }; |
|
2087 |
|
2088 // ---------------------------------------------------------------------------- |
|
2089 // EAknsMajorProperty item IDs |
|
2090 // ---------------------------------------------------------------------------- |
|
2091 |
|
2092 /** |
|
2093 * Minor values for item IDs in EAknsMajorProperty major class. |
|
2094 * |
|
2095 * @since 2.7 |
|
2096 */ |
|
2097 enum TAknsMinorPropertyValue |
|
2098 { |
|
2099 EAknsMinorPropertyListSeparatorLines = 0x1000, |
|
2100 EAknsMinorPropertyMessageHeaderLines = 0x1020, |
|
2101 EAknsMinorPropertyAnalogueClockDate = 0x1100, |
|
2102 EAknsMinorPropertyMorphingTime = 0x2000, |
|
2103 EAknsMinorPropertyNoteSlidingMode = 0x3000, |
|
2104 EAknsMinorPropertyAnimBgParam = 0x3800 |
|
2105 }; |
|
2106 |
|
2107 // ---------------------------------------------------------------------------- |
|
2108 // EAknsMajorGeneric item IDs |
|
2109 // ---------------------------------------------------------------------------- |
|
2110 |
|
2111 /** |
|
2112 * Minor values for item IDs in EAknsMajorGeneric major class. |
|
2113 * |
|
2114 * @since 2.6 |
|
2115 */ |
|
2116 enum TAknsMinorGenericValue |
|
2117 { |
|
2118 EAknsMinorGenericQgnBtConnectOn = 0x1000, |
|
2119 EAknsMinorGenericQgnGrafBarFrame = 0x1001, |
|
2120 EAknsMinorGenericQgnGrafBarFrameLong = 0x1002, |
|
2121 EAknsMinorGenericQgnGrafBarFrameShort = 0x1003, |
|
2122 EAknsMinorGenericQgnGrafBarFrameVorec = 0x1004, |
|
2123 EAknsMinorGenericQgnGrafBarProgress = 0x1005, |
|
2124 EAknsMinorGenericQgnGrafBarWait1 = 0x1006, |
|
2125 EAknsMinorGenericQgnGrafBarWait2 = 0x1007, |
|
2126 EAknsMinorGenericQgnGrafBarWait3 = 0x1008, |
|
2127 EAknsMinorGenericQgnGrafBarWait4 = 0x1009, |
|
2128 EAknsMinorGenericQgnGrafBarWait5 = 0x100a, |
|
2129 EAknsMinorGenericQgnGrafBarWait6 = 0x100b, |
|
2130 EAknsMinorGenericQgnGrafBarWait7 = 0x100c, |
|
2131 EAknsMinorGenericQgnGrafBlidCompass = 0x100d, |
|
2132 EAknsMinorGenericQgnGrafCalcDisplay = 0x100e, |
|
2133 EAknsMinorGenericQgnGrafCalcPaper = 0x100f, |
|
2134 EAknsMinorGenericQgnGrafCallFirstOneActiveEmergency = 0x1010, |
|
2135 EAknsMinorGenericQgnGrafCallTwoActiveEmergency = 0x1011, |
|
2136 EAknsMinorGenericQgnGrafCallVideoOutBg = 0x1012, |
|
2137 EAknsMinorGenericQgnGrafMmsAudioInserted = 0x1013, |
|
2138 EAknsMinorGenericQgnGrafMmsAudioPlay = 0x1014, |
|
2139 EAknsMinorGenericQgnGrafMmsEdit = 0x1015, |
|
2140 EAknsMinorGenericQgnGrafMmsInsertedVideo = 0x1016, |
|
2141 EAknsMinorGenericQgnGrafMmsInsertedVideoEdit = 0x1017, |
|
2142 EAknsMinorGenericQgnGrafMmsInsertedVideoView = 0x1018, |
|
2143 EAknsMinorGenericQgnGrafMmsInsertImage = 0x1019, |
|
2144 EAknsMinorGenericQgnGrafMmsInsertVideo = 0x101a, |
|
2145 EAknsMinorGenericQgnGrafMmsObjectCorrupt = 0x101b, |
|
2146 EAknsMinorGenericQgnGrafMmsPlay = 0x101c, |
|
2147 EAknsMinorGenericQgnGrafMmsTransBar = 0x101d, |
|
2148 EAknsMinorGenericQgnGrafMmsTransClock = 0x101e, |
|
2149 EAknsMinorGenericQgnGrafMmsTransEye = 0x101f, |
|
2150 EAknsMinorGenericQgnGrafMmsTransFade = 0x1020, |
|
2151 EAknsMinorGenericQgnGrafMmsTransHeart = 0x1021, |
|
2152 EAknsMinorGenericQgnGrafMmsTransIris = 0x1022, |
|
2153 EAknsMinorGenericQgnGrafMmsTransNone = 0x1023, |
|
2154 EAknsMinorGenericQgnGrafMmsTransPush = 0x1024, |
|
2155 EAknsMinorGenericQgnGrafMmsTransSlide = 0x1025, |
|
2156 EAknsMinorGenericQgnGrafMmsTransSnake = 0x1026, |
|
2157 EAknsMinorGenericQgnGrafMmsTransStar = 0x1027, |
|
2158 EAknsMinorGenericQgnGrafMmsUnedit = 0x1028, |
|
2159 EAknsMinorGenericQgnGrafMpSplash = 0x1029, |
|
2160 EAknsMinorGenericQgnGrafNoteCont = 0x102a, |
|
2161 EAknsMinorGenericQgnGrafNoteStart = 0x102b, |
|
2162 EAknsMinorGenericQgnGrafPhoneLocked = 0x102c, |
|
2163 EAknsMinorGenericQgnGrafPopup = 0x102d, |
|
2164 EAknsMinorGenericQgnGrafQuickEight = 0x102e, |
|
2165 EAknsMinorGenericQgnGrafQuickFive = 0x102f, |
|
2166 EAknsMinorGenericQgnGrafQuickFour = 0x1030, |
|
2167 EAknsMinorGenericQgnGrafQuickNine = 0x1031, |
|
2168 EAknsMinorGenericQgnGrafQuickOne = 0x1032, |
|
2169 EAknsMinorGenericQgnGrafQuickSeven = 0x1033, |
|
2170 EAknsMinorGenericQgnGrafQuickSix = 0x1034, |
|
2171 EAknsMinorGenericQgnGrafQuickThree = 0x1035, |
|
2172 EAknsMinorGenericQgnGrafQuickTwo = 0x1036, |
|
2173 EAknsMinorGenericQgnGrafStatusSmallProg = 0x1037, |
|
2174 EAknsMinorGenericQgnGrafWmlSplash = 0x1038, |
|
2175 EAknsMinorGenericQgnImstatEmpty = 0x1039, |
|
2176 EAknsMinorGenericQgnIndiAccuracyOff = 0x103a, |
|
2177 EAknsMinorGenericQgnIndiAccuracyOn = 0x103b, |
|
2178 EAknsMinorGenericQgnIndiAlarmAdd = 0x103c, |
|
2179 EAknsMinorGenericQgnIndiAlsLine2Add = 0x103d, |
|
2180 EAknsMinorGenericQgnIndiAmInstMmcAdd = 0x103e, |
|
2181 EAknsMinorGenericQgnIndiAmNotInstAdd = 0x103f, |
|
2182 EAknsMinorGenericQgnIndiAttachementAdd = 0x1040, |
|
2183 EAknsMinorGenericQgnIndiAttachAudio = 0x1041, |
|
2184 EAknsMinorGenericQgnIndiAttachGene = 0x1042, |
|
2185 EAknsMinorGenericQgnIndiAttachImage = 0x1043, |
|
2186 EAknsMinorGenericQgnIndiAttachUnsupportAdd = 0x1044, |
|
2187 EAknsMinorGenericQgnIndiBtAudioConnectedAdd = 0x1045, |
|
2188 EAknsMinorGenericQgnIndiBtAudioSelectedAdd = 0x1046, |
|
2189 EAknsMinorGenericQgnIndiBtPairedAdd = 0x1047, |
|
2190 EAknsMinorGenericQgnIndiBtTrustedAdd = 0x1048, |
|
2191 EAknsMinorGenericQgnIndiCalcButtonDivide = 0x1049, |
|
2192 EAknsMinorGenericQgnIndiCalcButtonDividePressed = 0x104a, |
|
2193 EAknsMinorGenericQgnIndiCalcButtonDown = 0x104b, |
|
2194 EAknsMinorGenericQgnIndiCalcButtonDownInactive = 0x104c, |
|
2195 EAknsMinorGenericQgnIndiCalcButtonDownPressed = 0x104d, |
|
2196 EAknsMinorGenericQgnIndiCalcButtonEquals = 0x104e, |
|
2197 EAknsMinorGenericQgnIndiCalcButtonEqualsPressed = 0x104f, |
|
2198 EAknsMinorGenericQgnIndiCalcButtonMinus = 0x1050, |
|
2199 EAknsMinorGenericQgnIndiCalcButtonMinusPressed = 0x1051, |
|
2200 EAknsMinorGenericQgnIndiCalcButtonMr = 0x1052, |
|
2201 EAknsMinorGenericQgnIndiCalcButtonMrPressed = 0x1053, |
|
2202 EAknsMinorGenericQgnIndiCalcButtonMs = 0x1054, |
|
2203 EAknsMinorGenericQgnIndiCalcButtonMsPressed = 0x1055, |
|
2204 EAknsMinorGenericQgnIndiCalcButtonMultiply = 0x1056, |
|
2205 EAknsMinorGenericQgnIndiCalcButtonMultiplyPressed = 0x1057, |
|
2206 EAknsMinorGenericQgnIndiCalcButtonPercent = 0x1058, |
|
2207 EAknsMinorGenericQgnIndiCalcButtonPercentInactive = 0x1059, |
|
2208 EAknsMinorGenericQgnIndiCalcButtonPercentPressed = 0x105a, |
|
2209 EAknsMinorGenericQgnIndiCalcButtonPlus = 0x105b, |
|
2210 EAknsMinorGenericQgnIndiCalcButtonPlusPressed = 0x105c, |
|
2211 EAknsMinorGenericQgnIndiCalcButtonSign = 0x105d, |
|
2212 EAknsMinorGenericQgnIndiCalcButtonSignInactive = 0x105e, |
|
2213 EAknsMinorGenericQgnIndiCalcButtonSignPressed = 0x105f, |
|
2214 EAknsMinorGenericQgnIndiCalcButtonSquareroot = 0x1060, |
|
2215 EAknsMinorGenericQgnIndiCalcButtonSquarerootInactive = 0x1061, |
|
2216 EAknsMinorGenericQgnIndiCalcButtonSquarerootPressed = 0x1062, |
|
2217 EAknsMinorGenericQgnIndiCalcButtonUp = 0x1063, |
|
2218 EAknsMinorGenericQgnIndiCalcButtonUpInactive = 0x1064, |
|
2219 EAknsMinorGenericQgnIndiCalcButtonUpPressed = 0x1065, |
|
2220 EAknsMinorGenericQgnIndiCallActiveEmergency = 0x1066, |
|
2221 EAknsMinorGenericQgnIndiCallCypheringOff = 0x1067, |
|
2222 EAknsMinorGenericQgnIndiCallData = 0x1068, |
|
2223 EAknsMinorGenericQgnIndiCallDataDiv = 0x1069, |
|
2224 EAknsMinorGenericQgnIndiCallDataHscsd = 0x106a, |
|
2225 EAknsMinorGenericQgnIndiCallDataHscsdDiv = 0x106b, |
|
2226 EAknsMinorGenericQgnIndiCallDataHscsdWaiting = 0x106c, |
|
2227 EAknsMinorGenericQgnIndiCallDataWaiting = 0x106d, |
|
2228 EAknsMinorGenericQgnIndiCallDiverted = 0x106e, |
|
2229 EAknsMinorGenericQgnIndiCallFax = 0x106f, |
|
2230 EAknsMinorGenericQgnIndiCallFaxDiv = 0x1070, |
|
2231 EAknsMinorGenericQgnIndiCallFaxWaiting = 0x1071, |
|
2232 EAknsMinorGenericQgnIndiCallLine2 = 0x1072, |
|
2233 EAknsMinorGenericQgnIndiCallVideo = 0x1073, |
|
2234 EAknsMinorGenericQgnIndiCallVideoAdd = 0x1074, |
|
2235 EAknsMinorGenericQgnIndiCallVideoCallsta = 0x1075, |
|
2236 EAknsMinorGenericQgnIndiCallWaitingCyphOff1 = 0x1076, |
|
2237 EAknsMinorGenericQgnIndiCamsExpo = 0x1077, |
|
2238 EAknsMinorGenericQgnIndiCamsFlashOff = 0x1078, |
|
2239 EAknsMinorGenericQgnIndiCamsFlashOn = 0x1079, |
|
2240 EAknsMinorGenericQgnIndiCamsMicOff = 0x107a, |
|
2241 EAknsMinorGenericQgnIndiCamsMmc = 0x107b, |
|
2242 EAknsMinorGenericQgnIndiCamsNight = 0x107c, |
|
2243 EAknsMinorGenericQgnIndiCamsPaused = 0x107d, |
|
2244 EAknsMinorGenericQgnIndiCamsRec = 0x107e, |
|
2245 EAknsMinorGenericQgnIndiCamsTimer = 0x107f, |
|
2246 EAknsMinorGenericQgnIndiCamsZoomBg = 0x1080, |
|
2247 EAknsMinorGenericQgnIndiCamsZoomElevator = 0x1081, |
|
2248 EAknsMinorGenericQgnIndiCamZoom2Video = 0x1082, |
|
2249 EAknsMinorGenericQgnIndiCbHotAdd = 0x1083, |
|
2250 EAknsMinorGenericQgnIndiCbKeptAdd = 0x1084, |
|
2251 EAknsMinorGenericQgnIndiCdrDummy = 0x1085, |
|
2252 EAknsMinorGenericQgnIndiCdrEventDummy = 0x1086, |
|
2253 EAknsMinorGenericQgnIndiCdrEventGrayed = 0x1087, |
|
2254 EAknsMinorGenericQgnIndiCdrEventMixed = 0x1088, |
|
2255 EAknsMinorGenericQgnIndiCdrEventPrivate = 0x1089, |
|
2256 EAknsMinorGenericQgnIndiCdrEventPrivateDimm = 0x108a, |
|
2257 EAknsMinorGenericQgnIndiCdrEventPublic = 0x108b, |
|
2258 EAknsMinorGenericQgnIndiCheckboxOff = 0x108c, |
|
2259 EAknsMinorGenericQgnIndiCheckboxOn = 0x108d, |
|
2260 EAknsMinorGenericQgnIndiChiFindNumeric = 0x108e, |
|
2261 EAknsMinorGenericQgnIndiChiFindPinyin = 0x108f, |
|
2262 EAknsMinorGenericQgnIndiChiFindSmall = 0x1090, |
|
2263 EAknsMinorGenericQgnIndiChiFindStrokeSimple = 0x1091, |
|
2264 EAknsMinorGenericQgnIndiChiFindStrokeSymbol = 0x1092, |
|
2265 EAknsMinorGenericQgnIndiChiFindStrokeTrad = 0x1093, |
|
2266 EAknsMinorGenericQgnIndiChiFindZhuyin = 0x1094, |
|
2267 EAknsMinorGenericQgnIndiChiFindZhuyinSymbol = 0x1095, |
|
2268 EAknsMinorGenericQgnIndiConnectionAlwaysAdd = 0x1096, |
|
2269 EAknsMinorGenericQgnIndiConnectionInactiveAdd = 0x1097, |
|
2270 EAknsMinorGenericQgnIndiConnectionOnAdd = 0x1098, |
|
2271 EAknsMinorGenericQgnIndiDrmRightsExpAdd = 0x1099, |
|
2272 EAknsMinorGenericQgnIndiDstAdd = 0x109a, |
|
2273 EAknsMinorGenericQgnIndiDycAvailAdd = 0x109b, |
|
2274 EAknsMinorGenericQgnIndiDycDiscreetAdd = 0x109c, |
|
2275 EAknsMinorGenericQgnIndiDycDtMobileAdd = 0x109d, |
|
2276 EAknsMinorGenericQgnIndiDycDtPcAdd = 0x109e, |
|
2277 EAknsMinorGenericQgnIndiDycNotAvailAdd = 0x109f, |
|
2278 EAknsMinorGenericQgnIndiDycNotPublishAdd = 0x10a0, |
|
2279 EAknsMinorGenericQgnIndiEarpiece = 0x10a1, |
|
2280 EAknsMinorGenericQgnIndiEarpieceActive = 0x10a2, |
|
2281 EAknsMinorGenericQgnIndiEarpieceMuted = 0x10a3, |
|
2282 EAknsMinorGenericQgnIndiEarpiecePassive = 0x10a4, |
|
2283 EAknsMinorGenericQgnIndiFepArrowDown = 0x10a5, |
|
2284 EAknsMinorGenericQgnIndiFepArrowLeft = 0x10a6, |
|
2285 EAknsMinorGenericQgnIndiFepArrowRight = 0x10a7, |
|
2286 EAknsMinorGenericQgnIndiFepArrowUp = 0x10a8, |
|
2287 EAknsMinorGenericQgnIndiFindGlassPinb = 0x10a9, |
|
2288 EAknsMinorGenericQgnIndiImFriendOffAdd = 0x10aa, |
|
2289 EAknsMinorGenericQgnIndiImFriendOnAdd = 0x10ab, |
|
2290 EAknsMinorGenericQgnIndiImImsgAdd = 0x10ac, |
|
2291 EAknsMinorGenericQgnIndiImWatchAdd = 0x10ad, |
|
2292 EAknsMinorGenericQgnIndiItemNotShown = 0x10ae, |
|
2293 EAknsMinorGenericQgnIndiLevelBack = 0x10af, |
|
2294 EAknsMinorGenericQgnIndiMarkedAdd = 0x10b0, |
|
2295 EAknsMinorGenericQgnIndiMarkedGridAdd = 0x10b1, |
|
2296 EAknsMinorGenericQgnIndiMic = 0x10b2, |
|
2297 EAknsMinorGenericQgnIndiMissedCallOne = 0x10b3, |
|
2298 EAknsMinorGenericQgnIndiMissedCallTwo = 0x10b4, |
|
2299 EAknsMinorGenericQgnIndiMissedMessOne = 0x10b5, |
|
2300 EAknsMinorGenericQgnIndiMissedMessTwo = 0x10b6, |
|
2301 EAknsMinorGenericQgnIndiMmcAdd = 0x10b7, |
|
2302 EAknsMinorGenericQgnIndiMmcMarkedAdd = 0x10b8, |
|
2303 EAknsMinorGenericQgnIndiMmsArrowLeft = 0x10b9, |
|
2304 EAknsMinorGenericQgnIndiMmsArrowRight = 0x10ba, |
|
2305 EAknsMinorGenericQgnIndiMmsPause = 0x10bb, |
|
2306 EAknsMinorGenericQgnIndiMmsSpeakerActive = 0x10bc, |
|
2307 EAknsMinorGenericQgnIndiMmsTemplateImageCorrupt = 0x10bd, |
|
2308 EAknsMinorGenericQgnIndiMpButtonForw = 0x10be, |
|
2309 EAknsMinorGenericQgnIndiMpButtonForwInact = 0x10bf, |
|
2310 EAknsMinorGenericQgnIndiMpButtonNext = 0x10c0, |
|
2311 EAknsMinorGenericQgnIndiMpButtonNextInact = 0x10c1, |
|
2312 EAknsMinorGenericQgnIndiMpButtonPause = 0x10c2, |
|
2313 EAknsMinorGenericQgnIndiMpButtonPauseInact = 0x10c3, |
|
2314 EAknsMinorGenericQgnIndiMpButtonPlay = 0x10c4, |
|
2315 EAknsMinorGenericQgnIndiMpButtonPlayInact = 0x10c5, |
|
2316 EAknsMinorGenericQgnIndiMpButtonPrev = 0x10c6, |
|
2317 EAknsMinorGenericQgnIndiMpButtonPrevInact = 0x10c7, |
|
2318 EAknsMinorGenericQgnIndiMpButtonRew = 0x10c8, |
|
2319 EAknsMinorGenericQgnIndiMpButtonRewInact = 0x10c9, |
|
2320 EAknsMinorGenericQgnIndiMpButtonStop = 0x10ca, |
|
2321 EAknsMinorGenericQgnIndiMpButtonStopInact = 0x10cb, |
|
2322 EAknsMinorGenericQgnIndiMpCorruptedFileAdd = 0x10cc, |
|
2323 EAknsMinorGenericQgnIndiMpPause = 0x10cd, |
|
2324 EAknsMinorGenericQgnIndiMpPlay = 0x10ce, |
|
2325 EAknsMinorGenericQgnIndiMpPlaylistArrowAdd = 0x10cf, |
|
2326 EAknsMinorGenericQgnIndiMpRandom = 0x10d0, |
|
2327 EAknsMinorGenericQgnIndiMpRandomRepeat = 0x10d1, |
|
2328 EAknsMinorGenericQgnIndiMpRepeat = 0x10d2, |
|
2329 EAknsMinorGenericQgnIndiMpStop = 0x10d3, |
|
2330 EAknsMinorGenericQgnIndiObjectGene = 0x10d4, |
|
2331 EAknsMinorGenericQgnIndiPaused = 0x10d5, |
|
2332 EAknsMinorGenericQgnIndiPinSpace = 0x10d6, |
|
2333 EAknsMinorGenericQgnIndiQdialAdd = 0x10d7, |
|
2334 EAknsMinorGenericQgnIndiRadiobuttOff = 0x10d8, |
|
2335 EAknsMinorGenericQgnIndiRadiobuttOn = 0x10d9, |
|
2336 EAknsMinorGenericQgnIndiRepeatAdd = 0x10da, |
|
2337 EAknsMinorGenericQgnIndiSettProtectedAdd = 0x10db, |
|
2338 EAknsMinorGenericQgnIndiSignalActiveCdma = 0x10dc, |
|
2339 EAknsMinorGenericQgnIndiSignalDormantCdma = 0x10dd, |
|
2340 EAknsMinorGenericQgnIndiSignalGprsAttach = 0x10de, |
|
2341 EAknsMinorGenericQgnIndiSignalGprsContext = 0x10df, |
|
2342 EAknsMinorGenericQgnIndiSignalGprsMultipdp = 0x10e0, |
|
2343 EAknsMinorGenericQgnIndiSignalGprsSuspended = 0x10e1, |
|
2344 EAknsMinorGenericQgnIndiSignalPdAttach = 0x10e2, |
|
2345 EAknsMinorGenericQgnIndiSignalPdContext = 0x10e3, |
|
2346 EAknsMinorGenericQgnIndiSignalPdMultipdp = 0x10e4, |
|
2347 EAknsMinorGenericQgnIndiSignalPdSuspended = 0x10e5, |
|
2348 EAknsMinorGenericQgnIndiSignalWcdmaAttach = 0x10e6, |
|
2349 EAknsMinorGenericQgnIndiSignalWcdmaContext = 0x10e7, |
|
2350 EAknsMinorGenericQgnIndiSignalWcdmaIcon = 0x10e8, |
|
2351 EAknsMinorGenericQgnIndiSignalWcdmaMultidp = 0x10e9, |
|
2352 EAknsMinorGenericQgnIndiSignalWcdmaMultipdp = 0x10ea, |
|
2353 EAknsMinorGenericQgnIndiSliderNavi = 0x10eb, |
|
2354 EAknsMinorGenericQgnIndiSpeaker = 0x10ec, |
|
2355 EAknsMinorGenericQgnIndiSpeakerActive = 0x10ed, |
|
2356 EAknsMinorGenericQgnIndiSpeakerMuted = 0x10ee, |
|
2357 EAknsMinorGenericQgnIndiSpeakerPassive = 0x10ef, |
|
2358 EAknsMinorGenericQgnIndiThaiFindSmall = 0x10f0, |
|
2359 EAknsMinorGenericQgnIndiTodoHighAdd = 0x10f1, |
|
2360 EAknsMinorGenericQgnIndiTodoLowAdd = 0x10f2, |
|
2361 EAknsMinorGenericQgnIndiVoiceAdd = 0x10f3, |
|
2362 EAknsMinorGenericQgnIndiVorecButtonForw = 0x10f4, |
|
2363 EAknsMinorGenericQgnIndiVorecButtonForwInactive = 0x10f5, |
|
2364 EAknsMinorGenericQgnIndiVorecButtonForwPressed = 0x10f6, |
|
2365 EAknsMinorGenericQgnIndiVorecButtonPause = 0x10f7, |
|
2366 EAknsMinorGenericQgnIndiVorecButtonPauseInactive = 0x10f8, |
|
2367 EAknsMinorGenericQgnIndiVorecButtonPausePressed = 0x10f9, |
|
2368 EAknsMinorGenericQgnIndiVorecButtonPlay = 0x10fa, |
|
2369 EAknsMinorGenericQgnIndiVorecButtonPlayInactive = 0x10fb, |
|
2370 EAknsMinorGenericQgnIndiVorecButtonPlayPressed = 0x10fc, |
|
2371 EAknsMinorGenericQgnIndiVorecButtonRec = 0x10fd, |
|
2372 EAknsMinorGenericQgnIndiVorecButtonRecInactive = 0x10fe, |
|
2373 EAknsMinorGenericQgnIndiVorecButtonRecPressed = 0x10ff, |
|
2374 EAknsMinorGenericQgnIndiVorecButtonRew = 0x1100, |
|
2375 EAknsMinorGenericQgnIndiVorecButtonRewInactive = 0x1101, |
|
2376 EAknsMinorGenericQgnIndiVorecButtonRewPressed = 0x1102, |
|
2377 EAknsMinorGenericQgnIndiVorecButtonStop = 0x1103, |
|
2378 EAknsMinorGenericQgnIndiVorecButtonStopInactive = 0x1104, |
|
2379 EAknsMinorGenericQgnIndiVorecButtonStopPressed = 0x1105, |
|
2380 EAknsMinorGenericQgnIndiWmlCsdAdd = 0x1106, |
|
2381 EAknsMinorGenericQgnIndiWmlGprsAdd = 0x1107, |
|
2382 EAknsMinorGenericQgnIndiWmlHscsdAdd = 0x1108, |
|
2383 EAknsMinorGenericQgnIndiWmlObject = 0x1109, |
|
2384 EAknsMinorGenericQgnIndiXhtmlMmc = 0x110a, |
|
2385 EAknsMinorGenericQgnIndiZoomDir = 0x110b, |
|
2386 EAknsMinorGenericQgnLogoEmpty = 0x110c, |
|
2387 EAknsMinorGenericQgnNoteAlarmAlert = 0x110d, |
|
2388 EAknsMinorGenericQgnNoteAlarmCalendar = 0x110e, |
|
2389 EAknsMinorGenericQgnNoteAlarmMisc = 0x110f, |
|
2390 EAknsMinorGenericQgnNoteBt = 0x1110, |
|
2391 EAknsMinorGenericQgnNoteBtPopup = 0x1111, |
|
2392 EAknsMinorGenericQgnNoteCall = 0x1112, |
|
2393 EAknsMinorGenericQgnNoteCopy = 0x1113, |
|
2394 EAknsMinorGenericQgnNoteCsd = 0x1114, |
|
2395 EAknsMinorGenericQgnNoteDycStatusChanged = 0x1115, |
|
2396 EAknsMinorGenericQgnNoteEmpty = 0x1116, |
|
2397 EAknsMinorGenericQgnNoteGprs = 0x1117, |
|
2398 EAknsMinorGenericQgnNoteImMessage = 0x1118, |
|
2399 EAknsMinorGenericQgnNoteMail = 0x1119, |
|
2400 EAknsMinorGenericQgnNoteMemory = 0x111a, |
|
2401 EAknsMinorGenericQgnNoteMessage = 0x111b, |
|
2402 EAknsMinorGenericQgnNoteMms = 0x111c, |
|
2403 EAknsMinorGenericQgnNoteMove = 0x111d, |
|
2404 EAknsMinorGenericQgnNoteRemoteMailbox = 0x111e, |
|
2405 EAknsMinorGenericQgnNoteSim = 0x111f, |
|
2406 EAknsMinorGenericQgnNoteSml = 0x1120, |
|
2407 EAknsMinorGenericQgnNoteSmlServer = 0x1121, |
|
2408 EAknsMinorGenericQgnNoteUrgentMessage = 0x1122, |
|
2409 EAknsMinorGenericQgnNoteVoice = 0x1123, |
|
2410 EAknsMinorGenericQgnNoteVoiceFound = 0x1124, |
|
2411 EAknsMinorGenericQgnNoteWarr = 0x1125, |
|
2412 EAknsMinorGenericQgnNoteWml = 0x1126, |
|
2413 EAknsMinorGenericQgnPropAlbumMusic = 0x1127, |
|
2414 EAknsMinorGenericQgnPropAlbumPhoto = 0x1128, |
|
2415 EAknsMinorGenericQgnPropAlbumVideo = 0x1129, |
|
2416 EAknsMinorGenericQgnPropAmsGetNewSub = 0x112a, |
|
2417 EAknsMinorGenericQgnPropAmMidlet = 0x112b, |
|
2418 EAknsMinorGenericQgnPropAmSis = 0x112c, |
|
2419 EAknsMinorGenericQgnPropBatteryIcon = 0x112d, |
|
2420 EAknsMinorGenericQgnPropBlidCompassSub = 0x112e, |
|
2421 EAknsMinorGenericQgnPropBlidCompassTab3 = 0x112f, |
|
2422 EAknsMinorGenericQgnPropBlidLocationSub = 0x1130, |
|
2423 EAknsMinorGenericQgnPropBlidLocationTab3 = 0x1131, |
|
2424 EAknsMinorGenericQgnPropBlidNavigationSub = 0x1132, |
|
2425 EAknsMinorGenericQgnPropBlidNavigationTab3 = 0x1133, |
|
2426 EAknsMinorGenericQgnPropBrowserSelectfile = 0x1134, |
|
2427 EAknsMinorGenericQgnPropBtCarkit = 0x1135, |
|
2428 EAknsMinorGenericQgnPropBtComputer = 0x1136, |
|
2429 EAknsMinorGenericQgnPropBtDeviceTab2 = 0x1137, |
|
2430 EAknsMinorGenericQgnPropBtHeadset = 0x1138, |
|
2431 EAknsMinorGenericQgnPropBtMisc = 0x1139, |
|
2432 EAknsMinorGenericQgnPropBtPhone = 0x113a, |
|
2433 EAknsMinorGenericQgnPropBtSetTab2 = 0x113b, |
|
2434 EAknsMinorGenericQgnPropCamsBright = 0x113c, |
|
2435 EAknsMinorGenericQgnPropCamsBurst = 0x113d, |
|
2436 EAknsMinorGenericQgnPropCamsContrast = 0x113e, |
|
2437 EAknsMinorGenericQgnPropCamsSetImageTab2 = 0x113f, |
|
2438 EAknsMinorGenericQgnPropCamsSetVideoTab2 = 0x1140, |
|
2439 EAknsMinorGenericQgnPropCheckboxOffSel = 0x1141, |
|
2440 EAknsMinorGenericQgnPropClkAlarmTab2 = 0x1142, |
|
2441 EAknsMinorGenericQgnPropClkDualTab2 = 0x1143, |
|
2442 EAknsMinorGenericQgnPropCmonGprsSuspended = 0x1144, |
|
2443 EAknsMinorGenericQgnPropDrmExpForbid = 0x1145, |
|
2444 EAknsMinorGenericQgnPropDrmRightsExpForbidLarge = 0x1146, // This is a deprecated alias for QgnPropDrmExpForbidLarge |
|
2445 EAknsMinorGenericQgnPropDrmExpForbidLarge = 0x1146, // Intentionally duplicate minor value |
|
2446 EAknsMinorGenericQgnPropDrmRightsExp = 0x1147, |
|
2447 EAknsMinorGenericQgnPropDrmRightsExpLarge = 0x1148, // This is a deprecated alias for QgnPropDrmExpLarge |
|
2448 EAknsMinorGenericQgnPropDrmExpLarge = 0x1148, // Intentionally duplicate minor value |
|
2449 EAknsMinorGenericQgnPropDrmRightsHold = 0x1149, |
|
2450 EAknsMinorGenericQgnPropDrmRightsMultiple = 0x114a, |
|
2451 EAknsMinorGenericQgnPropDrmRightsValid = 0x114b, |
|
2452 EAknsMinorGenericQgnPropDrmSendForbid = 0x114c, |
|
2453 EAknsMinorGenericQgnPropDscontentTab2 = 0x114d, |
|
2454 EAknsMinorGenericQgnPropDsprofileTab2 = 0x114e, |
|
2455 EAknsMinorGenericQgnPropDycActWatch = 0x114f, |
|
2456 EAknsMinorGenericQgnPropDycAvail = 0x1150, |
|
2457 EAknsMinorGenericQgnPropDycBlockedTab3 = 0x1151, |
|
2458 EAknsMinorGenericQgnPropDycDiscreet = 0x1152, |
|
2459 EAknsMinorGenericQgnPropDycNotAvail = 0x1153, |
|
2460 EAknsMinorGenericQgnPropDycNotPublish = 0x1154, |
|
2461 EAknsMinorGenericQgnPropDycPrivateTab3 = 0x1155, |
|
2462 EAknsMinorGenericQgnPropDycPublicTab3 = 0x1156, |
|
2463 EAknsMinorGenericQgnPropDycStatusTab1 = 0x1157, |
|
2464 EAknsMinorGenericQgnPropEmpty = 0x1158, |
|
2465 EAknsMinorGenericQgnPropFileAllSub = 0x1159, |
|
2466 EAknsMinorGenericQgnPropFileAllTab4 = 0x115a, |
|
2467 EAknsMinorGenericQgnPropFileDownload = 0x115b, |
|
2468 EAknsMinorGenericQgnPropFileImagesSub = 0x115c, |
|
2469 EAknsMinorGenericQgnPropFileImagesTab4 = 0x115d, |
|
2470 EAknsMinorGenericQgnPropFileLinksSub = 0x115e, |
|
2471 EAknsMinorGenericQgnPropFileLinksTab4 = 0x115f, |
|
2472 EAknsMinorGenericQgnPropFileMusicSub = 0x1160, |
|
2473 EAknsMinorGenericQgnPropFileMusicTab4 = 0x1161, |
|
2474 EAknsMinorGenericQgnPropFileSounds = 0x1162, |
|
2475 EAknsMinorGenericQgnPropFileSoundsSub = 0x1163, |
|
2476 EAknsMinorGenericQgnPropFileSoundsTab4 = 0x1164, |
|
2477 EAknsMinorGenericQgnPropFileVideoSub = 0x1165, |
|
2478 EAknsMinorGenericQgnPropFileVideoTab4 = 0x1166, |
|
2479 EAknsMinorGenericQgnPropFmgrDycLogos = 0x1167, |
|
2480 EAknsMinorGenericQgnPropFmgrFileApps = 0x1168, |
|
2481 EAknsMinorGenericQgnPropFmgrFileCompo = 0x1169, |
|
2482 EAknsMinorGenericQgnPropFmgrFileGms = 0x116a, |
|
2483 EAknsMinorGenericQgnPropFmgrFileImage = 0x116b, |
|
2484 EAknsMinorGenericQgnPropFmgrFileLink = 0x116c, |
|
2485 EAknsMinorGenericQgnPropFmgrFilePlaylist = 0x116d, |
|
2486 EAknsMinorGenericQgnPropFmgrFileSound = 0x116e, |
|
2487 EAknsMinorGenericQgnPropFmgrFileVideo = 0x116f, |
|
2488 EAknsMinorGenericQgnPropFmgrFileVoicerec = 0x1170, |
|
2489 EAknsMinorGenericQgnPropFolder = 0x1171, |
|
2490 EAknsMinorGenericQgnPropFolderSmsTab1 = 0x1172, |
|
2491 EAknsMinorGenericQgnPropGroupOpenTab1 = 0x1173, |
|
2492 EAknsMinorGenericQgnPropGroupTab2 = 0x1174, |
|
2493 EAknsMinorGenericQgnPropGroupTab3 = 0x1175, |
|
2494 EAknsMinorGenericQgnPropImageOpenTab1 = 0x1176, |
|
2495 EAknsMinorGenericQgnPropImFriendOff = 0x1177, |
|
2496 EAknsMinorGenericQgnPropImFriendOn = 0x1178, |
|
2497 EAknsMinorGenericQgnPropImFriendTab4 = 0x1179, |
|
2498 EAknsMinorGenericQgnPropImIboxNew = 0x117a, |
|
2499 EAknsMinorGenericQgnPropImIboxTab4 = 0x117b, |
|
2500 EAknsMinorGenericQgnPropImImsg = 0x117c, |
|
2501 EAknsMinorGenericQgnPropImJoinedNotSaved = 0x117d, |
|
2502 EAknsMinorGenericQgnPropImListTab4 = 0x117e, |
|
2503 EAknsMinorGenericQgnPropImMany = 0x117f, |
|
2504 EAknsMinorGenericQgnPropImNewInvit = 0x1180, |
|
2505 EAknsMinorGenericQgnPropImNonuserCreatedSavedActive = 0x1181, |
|
2506 EAknsMinorGenericQgnPropImNonuserCreatedSavedInactive = 0x1182, |
|
2507 EAknsMinorGenericQgnPropImSaved = 0x1183, |
|
2508 EAknsMinorGenericQgnPropImSavedChat = 0x1184, |
|
2509 EAknsMinorGenericQgnPropImSavedChatTab4 = 0x1185, |
|
2510 EAknsMinorGenericQgnPropImSavedConv = 0x1186, |
|
2511 EAknsMinorGenericQgnPropImSmileysAngry = 0x1187, |
|
2512 EAknsMinorGenericQgnPropImSmileysBored = 0x1188, |
|
2513 EAknsMinorGenericQgnPropImSmileysCrying = 0x1189, |
|
2514 EAknsMinorGenericQgnPropImSmileysGlasses = 0x118a, |
|
2515 EAknsMinorGenericQgnPropImSmileysHappy = 0x118b, |
|
2516 EAknsMinorGenericQgnPropImSmileysIndif = 0x118c, |
|
2517 EAknsMinorGenericQgnPropImSmileysKiss = 0x118d, |
|
2518 EAknsMinorGenericQgnPropImSmileysLaugh = 0x118e, |
|
2519 EAknsMinorGenericQgnPropImSmileysRobot = 0x118f, |
|
2520 EAknsMinorGenericQgnPropImSmileysSad = 0x1190, |
|
2521 EAknsMinorGenericQgnPropImSmileysShock = 0x1191, |
|
2522 EAknsMinorGenericQgnPropImSmileysSkeptical = 0x1192, |
|
2523 EAknsMinorGenericQgnPropImSmileysSleepy = 0x1193, |
|
2524 EAknsMinorGenericQgnPropImSmileysSunglasses = 0x1194, |
|
2525 EAknsMinorGenericQgnPropImSmileysSurprise = 0x1195, |
|
2526 EAknsMinorGenericQgnPropImSmileysTired = 0x1196, |
|
2527 EAknsMinorGenericQgnPropImSmileysVeryhappy = 0x1197, |
|
2528 EAknsMinorGenericQgnPropImSmileysVerysad = 0x1198, |
|
2529 EAknsMinorGenericQgnPropImSmileysWickedsmile = 0x1199, |
|
2530 EAknsMinorGenericQgnPropImSmileysWink = 0x119a, |
|
2531 EAknsMinorGenericQgnPropImToMany = 0x119b, |
|
2532 EAknsMinorGenericQgnPropImUserBlocked = 0x119c, |
|
2533 EAknsMinorGenericQgnPropImUserCreatedActive = 0x119d, |
|
2534 EAknsMinorGenericQgnPropImUserCreatedInactive = 0x119e, |
|
2535 EAknsMinorGenericQgnPropKeywordFindTab1 = 0x119f, |
|
2536 EAknsMinorGenericQgnPropListAlphaTab2 = 0x11a0, |
|
2537 EAknsMinorGenericQgnPropListTab3 = 0x11a1, |
|
2538 EAknsMinorGenericQgnPropLocAccepted = 0x11a2, |
|
2539 EAknsMinorGenericQgnPropLocExpired = 0x11a3, |
|
2540 EAknsMinorGenericQgnPropLocPolicyAccept = 0x11a4, |
|
2541 EAknsMinorGenericQgnPropLocPolicyAsk = 0x11a5, |
|
2542 EAknsMinorGenericQgnPropLocPolicyReject = 0x11a6, |
|
2543 EAknsMinorGenericQgnPropLocPrivacySub = 0x11a7, |
|
2544 EAknsMinorGenericQgnPropLocPrivacyTab3 = 0x11a8, |
|
2545 EAknsMinorGenericQgnPropLocRejected = 0x11a9, |
|
2546 EAknsMinorGenericQgnPropLocRequestsTab2 = 0x11aa, |
|
2547 EAknsMinorGenericQgnPropLocRequestsTab3 = 0x11ab, |
|
2548 EAknsMinorGenericQgnPropLocSetTab2 = 0x11ac, |
|
2549 EAknsMinorGenericQgnPropLocSetTab3 = 0x11ad, |
|
2550 EAknsMinorGenericQgnPropLogCallsInTab3 = 0x11ae, |
|
2551 EAknsMinorGenericQgnPropLogCallsMissedTab3 = 0x11af, |
|
2552 EAknsMinorGenericQgnPropLogCallsOutTab3 = 0x11b0, |
|
2553 EAknsMinorGenericQgnPropLogCallsTab4 = 0x11b1, |
|
2554 EAknsMinorGenericQgnPropLogCallAll = 0x11b2, |
|
2555 EAknsMinorGenericQgnPropLogCallLast = 0x11b3, |
|
2556 EAknsMinorGenericQgnPropLogCostsSub = 0x11b4, |
|
2557 EAknsMinorGenericQgnPropLogCostsTab4 = 0x11b5, |
|
2558 EAknsMinorGenericQgnPropLogCountersTab2 = 0x11b6, |
|
2559 EAknsMinorGenericQgnPropLogGprsTab4 = 0x11b7, |
|
2560 EAknsMinorGenericQgnPropLogIn = 0x11b8, |
|
2561 EAknsMinorGenericQgnPropLogMissed = 0x11b9, |
|
2562 EAknsMinorGenericQgnPropLogOut = 0x11ba, |
|
2563 EAknsMinorGenericQgnPropLogTimersTab4 = 0x11bb, |
|
2564 EAknsMinorGenericQgnPropLogTimerCallActive = 0x11bc, |
|
2565 EAknsMinorGenericQgnPropMailText = 0x11bd, |
|
2566 EAknsMinorGenericQgnPropMailUnsupported = 0x11be, |
|
2567 EAknsMinorGenericQgnPropMceBtRead = 0x11bf, |
|
2568 EAknsMinorGenericQgnPropMceDraftsTab4 = 0x11c0, |
|
2569 EAknsMinorGenericQgnPropMceDrTab4 = 0x11c1, |
|
2570 EAknsMinorGenericQgnPropMceInboxSmall = 0x11c2, |
|
2571 EAknsMinorGenericQgnPropMceInboxTab4 = 0x11c3, |
|
2572 EAknsMinorGenericQgnPropMceIrRead = 0x11c4, |
|
2573 EAknsMinorGenericQgnPropMceIrUnread = 0x11c5, |
|
2574 EAknsMinorGenericQgnPropMceMailFetRead = 0x11c6, |
|
2575 EAknsMinorGenericQgnPropMceMailFetReaDel = 0x11c7, |
|
2576 EAknsMinorGenericQgnPropMceMailFetUnread = 0x11c8, |
|
2577 EAknsMinorGenericQgnPropMceMailUnfetRead = 0x11c9, |
|
2578 EAknsMinorGenericQgnPropMceMailUnfetUnread = 0x11ca, |
|
2579 EAknsMinorGenericQgnPropMceMmsInfo = 0x11cb, |
|
2580 EAknsMinorGenericQgnPropMceMmsRead = 0x11cc, |
|
2581 EAknsMinorGenericQgnPropMceMmsUnread = 0x11cd, |
|
2582 EAknsMinorGenericQgnPropMceNotifRead = 0x11ce, |
|
2583 EAknsMinorGenericQgnPropMceNotifUnread = 0x11cf, |
|
2584 EAknsMinorGenericQgnPropMceOutboxTab4 = 0x11d0, |
|
2585 EAknsMinorGenericQgnPropMcePushRead = 0x11d1, |
|
2586 EAknsMinorGenericQgnPropMcePushUnread = 0x11d2, |
|
2587 EAknsMinorGenericQgnPropMceRemoteOnTab4 = 0x11d3, |
|
2588 EAknsMinorGenericQgnPropMceRemoteTab4 = 0x11d4, |
|
2589 EAknsMinorGenericQgnPropMceSentTab4 = 0x11d5, |
|
2590 EAknsMinorGenericQgnPropMceSmartRead = 0x11d6, |
|
2591 EAknsMinorGenericQgnPropMceSmartUnread = 0x11d7, |
|
2592 EAknsMinorGenericQgnPropMceSmsInfo = 0x11d8, |
|
2593 EAknsMinorGenericQgnPropMceSmsRead = 0x11d9, |
|
2594 EAknsMinorGenericQgnPropMceSmsReadUrgent = 0x11da, |
|
2595 EAknsMinorGenericQgnPropMceSmsUnread = 0x11db, |
|
2596 EAknsMinorGenericQgnPropMceSmsUnreadUrgent = 0x11dc, |
|
2597 EAknsMinorGenericQgnPropMceTemplate = 0x11dd, |
|
2598 EAknsMinorGenericQgnPropMemcMmcTab = 0x11de, |
|
2599 EAknsMinorGenericQgnPropMemcMmcTab2 = 0x11df, |
|
2600 EAknsMinorGenericQgnPropMemcPhoneTab = 0x11e0, |
|
2601 EAknsMinorGenericQgnPropMemcPhoneTab2 = 0x11e1, |
|
2602 EAknsMinorGenericQgnPropMmsEmptyPageSub = 0x11e2, |
|
2603 EAknsMinorGenericQgnPropMmsTemplateImageSmSub = 0x11e3, |
|
2604 EAknsMinorGenericQgnPropMmsTemplateImageSub = 0x11e4, |
|
2605 EAknsMinorGenericQgnPropMmsTemplateTitleSub = 0x11e5, |
|
2606 EAknsMinorGenericQgnPropMmsTemplateVideoSub = 0x11e6, |
|
2607 EAknsMinorGenericQgnPropNetwork2g = 0x11e7, |
|
2608 EAknsMinorGenericQgnPropNetwork3g = 0x11e8, |
|
2609 EAknsMinorGenericQgnPropNrtypHome = 0x11e9, |
|
2610 EAknsMinorGenericQgnPropNrtypHomeDiv = 0x11ea, |
|
2611 EAknsMinorGenericQgnPropNrtypMobileDiv = 0x11eb, |
|
2612 EAknsMinorGenericQgnPropNrtypPhoneCnap = 0x11ec, |
|
2613 EAknsMinorGenericQgnPropNrtypPhoneDiv = 0x11ed, |
|
2614 EAknsMinorGenericQgnPropNrtypSdn = 0x11ee, |
|
2615 EAknsMinorGenericQgnPropNrtypVideo = 0x11ef, |
|
2616 EAknsMinorGenericQgnPropNrtypWork = 0x11f0, |
|
2617 EAknsMinorGenericQgnPropNrtypWorkDiv = 0x11f1, |
|
2618 EAknsMinorGenericQgnPropNrtypWvid = 0x11f2, |
|
2619 EAknsMinorGenericQgnPropNtypVideo = 0x11f3, |
|
2620 EAknsMinorGenericQgnPropOtaTone = 0x11f4, |
|
2621 EAknsMinorGenericQgnPropPbContactsTab3 = 0x11f5, |
|
2622 EAknsMinorGenericQgnPropPbPersonalTab4 = 0x11f6, |
|
2623 EAknsMinorGenericQgnPropPbPhotoTab3 = 0x11f7, |
|
2624 EAknsMinorGenericQgnPropPbSubsTab3 = 0x11f8, |
|
2625 EAknsMinorGenericQgnPropPinbAnchorId = 0x11f9, |
|
2626 EAknsMinorGenericQgnPropPinbBagId = 0x11fa, |
|
2627 EAknsMinorGenericQgnPropPinbBeerId = 0x11fb, |
|
2628 EAknsMinorGenericQgnPropPinbBookId = 0x11fc, |
|
2629 EAknsMinorGenericQgnPropPinbCrownId = 0x11fd, |
|
2630 EAknsMinorGenericQgnPropPinbCupId = 0x11fe, |
|
2631 EAknsMinorGenericQgnPropPinbDocument = 0x11ff, |
|
2632 EAknsMinorGenericQgnPropPinbDuckId = 0x1200, |
|
2633 EAknsMinorGenericQgnPropPinbEightId = 0x1201, |
|
2634 EAknsMinorGenericQgnPropPinbExclamtionId = 0x1202, |
|
2635 EAknsMinorGenericQgnPropPinbFiveId = 0x1203, |
|
2636 EAknsMinorGenericQgnPropPinbFourId = 0x1204, |
|
2637 EAknsMinorGenericQgnPropPinbHeartId = 0x1205, |
|
2638 EAknsMinorGenericQgnPropPinbInbox = 0x1206, |
|
2639 EAknsMinorGenericQgnPropPinbLinkBmId = 0x1207, |
|
2640 EAknsMinorGenericQgnPropPinbLinkImageId = 0x1208, |
|
2641 EAknsMinorGenericQgnPropPinbLinkMessageId = 0x1209, |
|
2642 EAknsMinorGenericQgnPropPinbLinkNoteId = 0x120a, |
|
2643 EAknsMinorGenericQgnPropPinbLinkPageId = 0x120b, |
|
2644 EAknsMinorGenericQgnPropPinbLinkToneId = 0x120c, |
|
2645 EAknsMinorGenericQgnPropPinbLinkVideoId = 0x120d, |
|
2646 EAknsMinorGenericQgnPropPinbLinkVorecId = 0x120e, |
|
2647 EAknsMinorGenericQgnPropPinbLockId = 0x120f, |
|
2648 EAknsMinorGenericQgnPropPinbLorryId = 0x1210, |
|
2649 EAknsMinorGenericQgnPropPinbMoneyId = 0x1211, |
|
2650 EAknsMinorGenericQgnPropPinbMovieId = 0x1212, |
|
2651 EAknsMinorGenericQgnPropPinbNineId = 0x1213, |
|
2652 EAknsMinorGenericQgnPropPinbNotepad = 0x1214, |
|
2653 EAknsMinorGenericQgnPropPinbOneId = 0x1215, |
|
2654 EAknsMinorGenericQgnPropPinbPhoneId = 0x1216, |
|
2655 EAknsMinorGenericQgnPropPinbSevenId = 0x1217, |
|
2656 EAknsMinorGenericQgnPropPinbSixId = 0x1218, |
|
2657 EAknsMinorGenericQgnPropPinbSmiley1Id = 0x1219, |
|
2658 EAknsMinorGenericQgnPropPinbSmiley2Id = 0x121a, |
|
2659 EAknsMinorGenericQgnPropPinbSoccerId = 0x121b, |
|
2660 EAknsMinorGenericQgnPropPinbStarId = 0x121c, |
|
2661 EAknsMinorGenericQgnPropPinbSuitcaseId = 0x121d, |
|
2662 EAknsMinorGenericQgnPropPinbTeddyId = 0x121e, |
|
2663 EAknsMinorGenericQgnPropPinbThreeId = 0x121f, |
|
2664 EAknsMinorGenericQgnPropPinbToday = 0x1220, |
|
2665 EAknsMinorGenericQgnPropPinbTwoId = 0x1221, |
|
2666 EAknsMinorGenericQgnPropPinbWml = 0x1222, |
|
2667 EAknsMinorGenericQgnPropPinbZeroId = 0x1223, |
|
2668 EAknsMinorGenericQgnPropPslnActive = 0x1224, |
|
2669 EAknsMinorGenericQgnPropPushDefault = 0x1225, |
|
2670 EAknsMinorGenericQgnPropSetAccessoryTab4 = 0x1226, |
|
2671 EAknsMinorGenericQgnPropSetBarrTab4 = 0x1227, |
|
2672 EAknsMinorGenericQgnPropSetCallTab4 = 0x1228, |
|
2673 EAknsMinorGenericQgnPropSetConnecTab4 = 0x1229, |
|
2674 EAknsMinorGenericQgnPropSetDatimTab4 = 0x122a, |
|
2675 EAknsMinorGenericQgnPropSetDeviceTab4 = 0x122b, |
|
2676 EAknsMinorGenericQgnPropSetDivTab4 = 0x122c, |
|
2677 EAknsMinorGenericQgnPropSetMpAudioTab3 = 0x122d, |
|
2678 EAknsMinorGenericQgnPropSetMpStreamTab3 = 0x122e, |
|
2679 EAknsMinorGenericQgnPropSetMpVideoTab3 = 0x122f, |
|
2680 EAknsMinorGenericQgnPropSetNetworkTab4 = 0x1230, |
|
2681 EAknsMinorGenericQgnPropSetSecTab4 = 0x1231, |
|
2682 EAknsMinorGenericQgnPropSetTonesSub = 0x1232, |
|
2683 EAknsMinorGenericQgnPropSetTonesTab4 = 0x1233, |
|
2684 EAknsMinorGenericQgnPropSignalIcon = 0x1234, |
|
2685 EAknsMinorGenericQgnPropSmlBtOff = 0x1235, |
|
2686 EAknsMinorGenericQgnPropSmlHttp = 0x1236, |
|
2687 EAknsMinorGenericQgnPropSmlHttpOff = 0x1237, |
|
2688 EAknsMinorGenericQgnPropSmlIr = 0x1238, |
|
2689 EAknsMinorGenericQgnPropSmlIrOff = 0x1239, |
|
2690 EAknsMinorGenericQgnPropSmlRemoteNewSub = 0x123a, |
|
2691 EAknsMinorGenericQgnPropSmlRemoteSub = 0x123b, |
|
2692 EAknsMinorGenericQgnPropSmlUsb = 0x123c, |
|
2693 EAknsMinorGenericQgnPropSmlUsbOff = 0x123d, |
|
2694 EAknsMinorGenericQgnPropSmsDeliveredCdma = 0x123e, |
|
2695 EAknsMinorGenericQgnPropSmsDeliveredUrgentCdma = 0x123f, |
|
2696 EAknsMinorGenericQgnPropSmsFailedCdma = 0x1240, |
|
2697 EAknsMinorGenericQgnPropSmsFailedUrgentCdma = 0x1241, |
|
2698 EAknsMinorGenericQgnPropSmsPendingCdma = 0x1242, |
|
2699 EAknsMinorGenericQgnPropSmsPendingUrgentCdma = 0x1243, |
|
2700 EAknsMinorGenericQgnPropSmsSentCdma = 0x1244, |
|
2701 EAknsMinorGenericQgnPropSmsSentUrgentCdma = 0x1245, |
|
2702 EAknsMinorGenericQgnPropSmsWaitingCdma = 0x1246, |
|
2703 EAknsMinorGenericQgnPropSmsWaitingUrgentCdma = 0x1247, |
|
2704 EAknsMinorGenericQgnPropTodoDone = 0x1248, |
|
2705 EAknsMinorGenericQgnPropTodoUndone = 0x1249, |
|
2706 EAknsMinorGenericQgnPropVoice = 0x124a, |
|
2707 EAknsMinorGenericQgnPropVpnLogError = 0x124b, |
|
2708 EAknsMinorGenericQgnPropVpnLogInfo = 0x124c, |
|
2709 EAknsMinorGenericQgnPropVpnLogWarn = 0x124d, |
|
2710 EAknsMinorGenericQgnPropWalletCards = 0x124e, |
|
2711 EAknsMinorGenericQgnPropWalletCardsLib = 0x124f, |
|
2712 EAknsMinorGenericQgnPropWalletCardsLibDef = 0x1250, |
|
2713 EAknsMinorGenericQgnPropWalletCardsLibOta = 0x1251, |
|
2714 EAknsMinorGenericQgnPropWalletCardsOta = 0x1252, |
|
2715 EAknsMinorGenericQgnPropWalletPnotes = 0x1253, |
|
2716 EAknsMinorGenericQgnPropWalletService = 0x1254, |
|
2717 EAknsMinorGenericQgnPropWalletTickets = 0x1255, |
|
2718 EAknsMinorGenericQgnPropWmlBm = 0x1256, |
|
2719 EAknsMinorGenericQgnPropWmlBmAdap = 0x1257, |
|
2720 EAknsMinorGenericQgnPropWmlBmLast = 0x1258, |
|
2721 EAknsMinorGenericQgnPropWmlBmTab2 = 0x1259, |
|
2722 EAknsMinorGenericQgnPropWmlCheckboxOff = 0x125a, |
|
2723 EAknsMinorGenericQgnPropWmlCheckboxOffSel = 0x125b, |
|
2724 EAknsMinorGenericQgnPropWmlCheckboxOn = 0x125c, |
|
2725 EAknsMinorGenericQgnPropWmlCheckboxOnSel = 0x125d, |
|
2726 EAknsMinorGenericQgnPropWmlCircle = 0x125e, |
|
2727 EAknsMinorGenericQgnPropWmlCsd = 0x125f, |
|
2728 EAknsMinorGenericQgnPropWmlDisc = 0x1260, |
|
2729 EAknsMinorGenericQgnPropWmlGprs = 0x1261, |
|
2730 EAknsMinorGenericQgnPropWmlHome = 0x1262, |
|
2731 EAknsMinorGenericQgnPropWmlHscsd = 0x1263, |
|
2732 EAknsMinorGenericQgnPropWmlImageMap = 0x1264, |
|
2733 EAknsMinorGenericQgnPropWmlImageNotShown = 0x1265, |
|
2734 EAknsMinorGenericQgnPropWmlObject = 0x1266, |
|
2735 EAknsMinorGenericQgnPropWmlPage = 0x1267, |
|
2736 EAknsMinorGenericQgnPropWmlPagesTab2 = 0x1268, |
|
2737 EAknsMinorGenericQgnPropWmlRadiobuttOff = 0x1269, |
|
2738 EAknsMinorGenericQgnPropWmlRadiobuttOffSel = 0x126a, |
|
2739 EAknsMinorGenericQgnPropWmlRadiobuttOn = 0x126b, |
|
2740 EAknsMinorGenericQgnPropWmlRadiobuttOnSel = 0x126c, |
|
2741 EAknsMinorGenericQgnPropWmlSelectarrow = 0x126d, |
|
2742 EAknsMinorGenericQgnPropWmlSelectfile = 0x126e, |
|
2743 EAknsMinorGenericQgnPropWmlSms = 0x126f, |
|
2744 EAknsMinorGenericQgnPropWmlSquare = 0x1270, |
|
2745 EAknsMinorGenericQgnStatAlarm = 0x1271, |
|
2746 EAknsMinorGenericQgnStatBt = 0x1272, |
|
2747 EAknsMinorGenericQgnStatBtBlank = 0x1273, |
|
2748 EAknsMinorGenericQgnStatBtUni = 0x1274, |
|
2749 EAknsMinorGenericQgnStatBtUniBlank = 0x1275, |
|
2750 EAknsMinorGenericQgnStatCaseArabic = 0x1276, |
|
2751 EAknsMinorGenericQgnStatCaseArabicNumeric = 0x1277, |
|
2752 EAknsMinorGenericQgnStatCaseArabicNumericQuery = 0x1278, |
|
2753 EAknsMinorGenericQgnStatCaseArabicQuery = 0x1279, |
|
2754 EAknsMinorGenericQgnStatCaseCapital = 0x127a, |
|
2755 EAknsMinorGenericQgnStatCaseCapitalFull = 0x127b, |
|
2756 EAknsMinorGenericQgnStatCaseCapitalQuery = 0x127c, |
|
2757 EAknsMinorGenericQgnStatCaseHebrew = 0x127d, |
|
2758 EAknsMinorGenericQgnStatCaseHebrewQuery = 0x127e, |
|
2759 EAknsMinorGenericQgnStatCaseNumeric = 0x127f, |
|
2760 EAknsMinorGenericQgnStatCaseNumericFull = 0x1280, |
|
2761 EAknsMinorGenericQgnStatCaseNumericQuery = 0x1281, |
|
2762 EAknsMinorGenericQgnStatCaseSmall = 0x1282, |
|
2763 EAknsMinorGenericQgnStatCaseSmallFull = 0x1283, |
|
2764 EAknsMinorGenericQgnStatCaseSmallQuery = 0x1284, |
|
2765 EAknsMinorGenericQgnStatCaseText = 0x1285, |
|
2766 EAknsMinorGenericQgnStatCaseTextFull = 0x1286, |
|
2767 EAknsMinorGenericQgnStatCaseTextQuery = 0x1287, |
|
2768 EAknsMinorGenericQgnStatCaseThai = 0x1288, |
|
2769 EAknsMinorGenericQgnStatCaseTitle = 0x1289, |
|
2770 EAknsMinorGenericQgnStatCaseTitleQuery = 0x128a, |
|
2771 EAknsMinorGenericQgnStatCdmaRoaming = 0x128b, |
|
2772 EAknsMinorGenericQgnStatCdmaRoamingUni = 0x128c, |
|
2773 EAknsMinorGenericQgnStatChiPinyin = 0x128d, |
|
2774 EAknsMinorGenericQgnStatChiPinyinQuery = 0x128e, |
|
2775 EAknsMinorGenericQgnStatChiStroke = 0x128f, |
|
2776 EAknsMinorGenericQgnStatChiStrokeFind = 0x1290, |
|
2777 EAknsMinorGenericQgnStatChiStrokeFindQuery = 0x1291, |
|
2778 EAknsMinorGenericQgnStatChiStrokeQuery = 0x1292, |
|
2779 EAknsMinorGenericQgnStatChiStrokeTrad = 0x1293, |
|
2780 EAknsMinorGenericQgnStatChiStrokeTradQuery = 0x1294, |
|
2781 EAknsMinorGenericQgnStatChiZhuyin = 0x1295, |
|
2782 EAknsMinorGenericQgnStatChiZhuyinFind = 0x1296, |
|
2783 EAknsMinorGenericQgnStatChiZhuyinFindQuery = 0x1297, |
|
2784 EAknsMinorGenericQgnStatChiZhuyinQuery = 0x1298, |
|
2785 EAknsMinorGenericQgnStatCypheringOn = 0x1299, |
|
2786 EAknsMinorGenericQgnStatCypheringOnUni = 0x129a, |
|
2787 EAknsMinorGenericQgnStatDivert0 = 0x129b, |
|
2788 EAknsMinorGenericQgnStatDivert1 = 0x129c, |
|
2789 EAknsMinorGenericQgnStatDivert12 = 0x129d, |
|
2790 EAknsMinorGenericQgnStatDivert2 = 0x129e, |
|
2791 EAknsMinorGenericQgnStatDivertVm = 0x129f, |
|
2792 EAknsMinorGenericQgnStatHeadset = 0x12a0, |
|
2793 EAknsMinorGenericQgnStatHeadsetUnavailable = 0x12a1, |
|
2794 EAknsMinorGenericQgnStatIhf = 0x12a2, |
|
2795 EAknsMinorGenericQgnStatIhfUni = 0x12a3, |
|
2796 EAknsMinorGenericQgnStatImUni = 0x12a4, |
|
2797 EAknsMinorGenericQgnStatIr = 0x12a5, |
|
2798 EAknsMinorGenericQgnStatIrBlank = 0x12a6, |
|
2799 EAknsMinorGenericQgnStatIrUni = 0x12a7, |
|
2800 EAknsMinorGenericQgnStatIrUniBlank = 0x12a8, |
|
2801 EAknsMinorGenericQgnStatJapinHiragana = 0x12a9, |
|
2802 EAknsMinorGenericQgnStatJapinHiraganaOnly = 0x12aa, |
|
2803 EAknsMinorGenericQgnStatJapinKatakanaFull = 0x12ab, |
|
2804 EAknsMinorGenericQgnStatJapinKatakanaHalf = 0x12ac, |
|
2805 EAknsMinorGenericQgnStatKeyguard = 0x12ad, |
|
2806 EAknsMinorGenericQgnStatLine2 = 0x12ae, |
|
2807 EAknsMinorGenericQgnStatLoc = 0x12af, |
|
2808 EAknsMinorGenericQgnStatLocOff = 0x12b0, |
|
2809 EAknsMinorGenericQgnStatLocOn = 0x12b1, |
|
2810 EAknsMinorGenericQgnStatLoopset = 0x12b2, |
|
2811 EAknsMinorGenericQgnStatMessage = 0x12b3, |
|
2812 EAknsMinorGenericQgnStatMessageBlank = 0x12b4, |
|
2813 EAknsMinorGenericQgnStatMessageData = 0x12b5, |
|
2814 EAknsMinorGenericQgnStatMessageDataUni = 0x12b6, |
|
2815 EAknsMinorGenericQgnStatMessageFax = 0x12b7, |
|
2816 EAknsMinorGenericQgnStatMessageFaxUni = 0x12b8, |
|
2817 EAknsMinorGenericQgnStatMessageMail = 0x12b9, |
|
2818 EAknsMinorGenericQgnStatMessageMailUni = 0x12ba, |
|
2819 EAknsMinorGenericQgnStatMessageOther = 0x12bb, |
|
2820 EAknsMinorGenericQgnStatMessageOtherUni = 0x12bc, |
|
2821 EAknsMinorGenericQgnStatMessagePs = 0x12bd, |
|
2822 EAknsMinorGenericQgnStatMessageRemote = 0x12be, |
|
2823 EAknsMinorGenericQgnStatMessageRemoteUni = 0x12bf, |
|
2824 EAknsMinorGenericQgnStatMessageUni = 0x12c0, |
|
2825 EAknsMinorGenericQgnStatMessageUniBlank = 0x12c1, |
|
2826 EAknsMinorGenericQgnStatMissedCallsUni = 0x12c2, |
|
2827 EAknsMinorGenericQgnStatMissedCallPs = 0x12c3, |
|
2828 EAknsMinorGenericQgnStatModBt = 0x12c4, |
|
2829 EAknsMinorGenericQgnStatOutbox = 0x12c5, |
|
2830 EAknsMinorGenericQgnStatOutboxUni = 0x12c6, |
|
2831 EAknsMinorGenericQgnStatQuery = 0x12c7, |
|
2832 EAknsMinorGenericQgnStatQueryQuery = 0x12c8, |
|
2833 EAknsMinorGenericQgnStatT9 = 0x12c9, |
|
2834 EAknsMinorGenericQgnStatT9Query = 0x12ca, |
|
2835 EAknsMinorGenericQgnStatTty = 0x12cb, |
|
2836 EAknsMinorGenericQgnStatUsb = 0x12cc, |
|
2837 EAknsMinorGenericQgnStatUsbUni = 0x12cd, |
|
2838 EAknsMinorGenericQgnStatVm0 = 0x12ce, |
|
2839 EAknsMinorGenericQgnStatVm0Uni = 0x12cf, |
|
2840 EAknsMinorGenericQgnStatVm1 = 0x12d0, |
|
2841 EAknsMinorGenericQgnStatVm12 = 0x12d1, |
|
2842 EAknsMinorGenericQgnStatVm12Uni = 0x12d2, |
|
2843 EAknsMinorGenericQgnStatVm1Uni = 0x12d3, |
|
2844 EAknsMinorGenericQgnStatVm2 = 0x12d4, |
|
2845 EAknsMinorGenericQgnStatVm2Uni = 0x12d5, |
|
2846 EAknsMinorGenericQgnStatZoneHome = 0x12d6, |
|
2847 EAknsMinorGenericQgnStatZoneViag = 0x12d7, |
|
2848 EAknsMinorGenericQgnIndiJapFindCaseNumericFull = 0x12d8, |
|
2849 EAknsMinorGenericQgnIndiJapFindCaseSmallFull = 0x12d9, |
|
2850 EAknsMinorGenericQgnIndiJapFindHiragana = 0x12da, |
|
2851 EAknsMinorGenericQgnIndiJapFindHiraganaOnly = 0x12db, |
|
2852 EAknsMinorGenericQgnIndiJapFindKatakanaFull = 0x12dc, |
|
2853 EAknsMinorGenericQgnIndiJapFindKatakanaHalf = 0x12dd, |
|
2854 EAknsMinorGenericQgnIndiJapFindPredictive = 0x12de, |
|
2855 EAknsMinorGenericQgnIndiRadioButtonBack = 0x12df, |
|
2856 EAknsMinorGenericQgnIndiRadioButtonBackInactive = 0x12e0, |
|
2857 EAknsMinorGenericQgnIndiRadioButtonBackPressed = 0x12e1, |
|
2858 EAknsMinorGenericQgnIndiRadioButtonDown = 0x12e2, |
|
2859 EAknsMinorGenericQgnIndiRadioButtonDownInactive = 0x12e3, |
|
2860 EAknsMinorGenericQgnIndiRadioButtonDownPressed = 0x12e4, |
|
2861 EAknsMinorGenericQgnIndiRadioButtonForward = 0x12e5, |
|
2862 EAknsMinorGenericQgnIndiRadioButtonForwardInactive = 0x12e6, |
|
2863 EAknsMinorGenericQgnIndiRadioButtonForwardPressed = 0x12e7, |
|
2864 EAknsMinorGenericQgnIndiRadioButtonPause = 0x12e8, |
|
2865 EAknsMinorGenericQgnIndiRadioButtonPauseInactive = 0x12e9, |
|
2866 EAknsMinorGenericQgnIndiRadioButtonPausePressed = 0x12ea, |
|
2867 EAknsMinorGenericQgnIndiRadioButtonRecord = 0x12eb, |
|
2868 EAknsMinorGenericQgnIndiRadioButtonRecordInactive = 0x12ec, |
|
2869 EAknsMinorGenericQgnIndiRadioButtonRecordPressed = 0x12ed, |
|
2870 EAknsMinorGenericQgnIndiRadioButtonStop = 0x12ee, |
|
2871 EAknsMinorGenericQgnIndiRadioButtonStopInactive = 0x12ef, |
|
2872 EAknsMinorGenericQgnIndiRadioButtonStopPressed = 0x12f0, |
|
2873 EAknsMinorGenericQgnIndiRadioButtonUp = 0x12f1, |
|
2874 EAknsMinorGenericQgnIndiRadioButtonUpInactive = 0x12f2, |
|
2875 EAknsMinorGenericQgnIndiRadioButtonUpPressed = 0x12f3, |
|
2876 EAknsMinorGenericQgnPropAlbumMain = 0x12f4, |
|
2877 EAknsMinorGenericQgnPropAlbumPhotoSmall = 0x12f5, |
|
2878 EAknsMinorGenericQgnPropAlbumVideoSmall = 0x12f6, |
|
2879 EAknsMinorGenericQgnPropLogGprsReceivedSub = 0x12f7, |
|
2880 EAknsMinorGenericQgnPropLogGprsSentSub = 0x12f8, |
|
2881 EAknsMinorGenericQgnPropLogGprsTab3 = 0x12f9, |
|
2882 EAknsMinorGenericQgnPropPinbLinkStreamId = 0x12fa, |
|
2883 EAknsMinorGenericQgnStatCaseShift = 0x12fb, |
|
2884 EAknsMinorGenericQgnIndiCamsBw = 0x12fc, |
|
2885 EAknsMinorGenericQgnIndiCamsCloudy = 0x12fd, |
|
2886 EAknsMinorGenericQgnIndiCamsFluorescent = 0x12fe, |
|
2887 EAknsMinorGenericQgnIndiCamsNegative = 0x12ff, |
|
2888 EAknsMinorGenericQgnIndiCamsSepia = 0x1300, |
|
2889 EAknsMinorGenericQgnIndiCamsSunny = 0x1301, |
|
2890 EAknsMinorGenericQgnIndiCamsTungsten = 0x1302, |
|
2891 EAknsMinorGenericQgnIndiPhoneAdd = 0x1303, |
|
2892 EAknsMinorGenericQgnPropLinkEmbdLarge = 0x1304, |
|
2893 EAknsMinorGenericQgnPropLinkEmbdMedium = 0x1305, |
|
2894 EAknsMinorGenericQgnPropLinkEmbdSmall = 0x1306, |
|
2895 EAknsMinorGenericQgnPropMceDraft = 0x1307, |
|
2896 EAknsMinorGenericQgnPropMceDraftNew = 0x1308, |
|
2897 EAknsMinorGenericQgnPropMceInboxSmallNew = 0x1309, |
|
2898 EAknsMinorGenericQgnPropMceOutboxSmall = 0x130a, |
|
2899 EAknsMinorGenericQgnPropMceOutboxSmallNew = 0x130b, |
|
2900 EAknsMinorGenericQgnPropMceSent = 0x130c, |
|
2901 EAknsMinorGenericQgnPropMceSentNew = 0x130d, |
|
2902 EAknsMinorGenericQgnPropSmlRemoteTab4 = 0x130e, |
|
2903 EAknsMinorGenericQgnIndiAiSat = 0x130f, |
|
2904 EAknsMinorGenericQgnMenuCb2Cxt = 0x1310, |
|
2905 EAknsMinorGenericQgnMenuSimfdnCxt = 0x1311, |
|
2906 EAknsMinorGenericQgnMenuSiminCxt = 0x1312, |
|
2907 // value 0x1313 is reserved |
|
2908 EAknsMinorGenericQgnMenuCbCxt = 0x1314, |
|
2909 EAknsMinorGenericQgnGrafMmsTemplatePrevImage = 0x1315, |
|
2910 EAknsMinorGenericQgnGrafMmsTemplatePrevText = 0x1316, |
|
2911 EAknsMinorGenericQgnGrafMmsTemplatePrevVideo = 0x1317, |
|
2912 EAknsMinorGenericQgnIndiSignalNotAvailCdma = 0x1318, |
|
2913 EAknsMinorGenericQgnIndiSignalNoService = 0x1319, |
|
2914 EAknsMinorGenericQgnMenuDycRoamingCxt = 0x131a, |
|
2915 EAknsMinorGenericQgnMenuImRoamingCxt = 0x131b, |
|
2916 EAknsMinorGenericQgnMenuMyAccountLst = 0x131c, |
|
2917 EAknsMinorGenericQgnPropAmsGetNew = 0x131d, |
|
2918 EAknsMinorGenericQgnPropFileOtherSub = 0x131e, |
|
2919 EAknsMinorGenericQgnPropFileOtherTab4 = 0x131f, |
|
2920 EAknsMinorGenericQgnPropMyAccount = 0x1320, |
|
2921 EAknsMinorGenericQgnIndiAiCale = 0x1321, |
|
2922 EAknsMinorGenericQgnIndiAiTodo = 0x1322, |
|
2923 EAknsMinorGenericQgnIndiMmsLinksEmail = 0x1323, |
|
2924 EAknsMinorGenericQgnIndiMmsLinksPhone = 0x1324, |
|
2925 EAknsMinorGenericQgnIndiMmsLinksWml = 0x1325, |
|
2926 EAknsMinorGenericQgnIndiMmsSpeakerMuted = 0x1326, |
|
2927 EAknsMinorGenericQgnPropAiShortcut = 0x1327, |
|
2928 EAknsMinorGenericQgnPropImFriendAway = 0x1328, |
|
2929 EAknsMinorGenericQgnPropImServer = 0x1329, |
|
2930 EAknsMinorGenericQgnPropMmsTemplateImageBotSub = 0x132a, |
|
2931 EAknsMinorGenericQgnPropMmsTemplateImageMidSub = 0x132b, |
|
2932 EAknsMinorGenericQgnPropMmsTemplateImageSmBotSub = 0x132c, |
|
2933 EAknsMinorGenericQgnPropMmsTemplateImageSmLdiaSub = 0x132d, |
|
2934 EAknsMinorGenericQgnPropMmsTemplateImageSmManySub = 0x132e, |
|
2935 EAknsMinorGenericQgnPropMmsTemplateImageSmRdiaSub = 0x132f, |
|
2936 EAknsMinorGenericQgnPropMmsTemplateImageSmTlSub = 0x1330, |
|
2937 EAknsMinorGenericQgnPropMmsTemplateImageSmTrSub = 0x1331, |
|
2938 EAknsMinorGenericQgnPropMmsTemplateTextSub = 0x1332, |
|
2939 EAknsMinorGenericQgnPropWmlPlay = 0x1333, |
|
2940 EAknsMinorGenericQgnIndiOnlineAlbumImageAdd = 0x1334, |
|
2941 EAknsMinorGenericQgnIndiOnlineAlbumVideoAdd = 0x1335, |
|
2942 EAknsMinorGenericQgnPropClsInactiveChannel = 0x1336, |
|
2943 EAknsMinorGenericQgnPropClsTab1 = 0x1337, |
|
2944 EAknsMinorGenericQgnPropOnlineAlbumEmpty = 0x1338, |
|
2945 EAknsMinorGenericQgnPropNetwSharedConn = 0x1339, |
|
2946 EAknsMinorGenericQgnPropFolderDynamic = 0x133a, |
|
2947 EAknsMinorGenericQgnPropFolderDynamicLarge = 0x133b, |
|
2948 EAknsMinorGenericQgnPropFolderMmc = 0x133c, |
|
2949 EAknsMinorGenericQgnPropFolderProfiles = 0x133d, |
|
2950 EAknsMinorGenericQgnPropLmArea = 0x133e, |
|
2951 EAknsMinorGenericQgnPropLmBusiness = 0x133f, |
|
2952 EAknsMinorGenericQgnPropLmCategoriesTab2 = 0x1340, |
|
2953 EAknsMinorGenericQgnPropLmChurch = 0x1341, |
|
2954 EAknsMinorGenericQgnPropLmCommunication = 0x1342, |
|
2955 EAknsMinorGenericQgnPropLmCxt = 0x1343, |
|
2956 EAknsMinorGenericQgnPropLmEducation = 0x1344, |
|
2957 EAknsMinorGenericQgnPropLmFun = 0x1345, |
|
2958 EAknsMinorGenericQgnPropLmGene = 0x1346, |
|
2959 EAknsMinorGenericQgnPropLmHotel = 0x1347, |
|
2960 EAknsMinorGenericQgnPropLmLst = 0x1348, |
|
2961 EAknsMinorGenericQgnPropLmNamesTab2 = 0x1349, |
|
2962 EAknsMinorGenericQgnPropLmOutdoor = 0x134a, |
|
2963 EAknsMinorGenericQgnPropLmPeople = 0x134b, |
|
2964 EAknsMinorGenericQgnPropLmPublic = 0x134c, |
|
2965 EAknsMinorGenericQgnPropLmRestaurant = 0x134d, |
|
2966 EAknsMinorGenericQgnPropLmShopping = 0x134e, |
|
2967 EAknsMinorGenericQgnPropLmSightseeing = 0x134f, |
|
2968 EAknsMinorGenericQgnPropLmSport = 0x1350, |
|
2969 EAknsMinorGenericQgnPropLmTransport = 0x1351, |
|
2970 EAknsMinorGenericQgnPropPmAttachAlbum = 0x1352, |
|
2971 EAknsMinorGenericQgnPropProfiles = 0x1353, |
|
2972 EAknsMinorGenericQgnPropProfilesSmall = 0x1354, |
|
2973 EAknsMinorGenericQgnPropSmlSyncFromServer = 0x1355, |
|
2974 EAknsMinorGenericQgnPropSmlSyncOff = 0x1356, |
|
2975 EAknsMinorGenericQgnPropSmlSyncServer = 0x1357, |
|
2976 EAknsMinorGenericQgnPropSmlSyncToServer = 0x1358, |
|
2977 EAknsMinorGenericQgnPropAlbumPermanentPhoto = 0x1359, |
|
2978 EAknsMinorGenericQgnPropAlbumPermanentPhotoSmall = 0x135a, |
|
2979 EAknsMinorGenericQgnPropAlbumPermanentVideo = 0x135b, |
|
2980 EAknsMinorGenericQgnPropAlbumPermanentVideoSmall = 0x135c, |
|
2981 EAknsMinorGenericQgnPropAlbumSounds = 0x135d, |
|
2982 EAknsMinorGenericQgnPropAlbumSoundsSmall = 0x135e, |
|
2983 EAknsMinorGenericQgnPropFolderPermanent = 0x135f, |
|
2984 EAknsMinorGenericQgnPropOnlineAlbumSub = 0x1360, |
|
2985 EAknsMinorGenericQgnGrafDimWipeLsc = 0x1361, |
|
2986 EAknsMinorGenericQgnGrafDimWipePrt = 0x1362, |
|
2987 EAknsMinorGenericQgnGrafLinePrimaryHorizontal = 0x1363, |
|
2988 EAknsMinorGenericQgnGrafLinePrimaryHorizontalDashed = 0x1364, |
|
2989 EAknsMinorGenericQgnGrafLinePrimaryVertical = 0x1365, |
|
2990 EAknsMinorGenericQgnGrafLinePrimaryVerticalDashed = 0x1366, |
|
2991 EAknsMinorGenericQgnGrafLineSecondaryHorizontal = 0x1367, |
|
2992 EAknsMinorGenericQgnGrafLineSecondaryVertical = 0x1368, |
|
2993 EAknsMinorGenericQgnGrafStatusSmallProgress = 0x1369, |
|
2994 EAknsMinorGenericQgnGrafStatusSmallWaitBg = 0x136a, |
|
2995 EAknsMinorGenericQgnGrafTabActiveL = 0x136b, |
|
2996 EAknsMinorGenericQgnGrafTabActiveM = 0x136c, |
|
2997 EAknsMinorGenericQgnGrafTabActiveR = 0x136d, |
|
2998 EAknsMinorGenericQgnGrafTabPassiveL = 0x136e, |
|
2999 EAknsMinorGenericQgnGrafTabPassiveM = 0x136f, |
|
3000 EAknsMinorGenericQgnGrafTabPassiveR = 0x1370, |
|
3001 EAknsMinorGenericQgnGrafVolumeSet10Off = 0x1371, |
|
3002 EAknsMinorGenericQgnGrafVolumeSet10On = 0x1372, |
|
3003 EAknsMinorGenericQgnGrafVolumeSet1Off = 0x1373, |
|
3004 EAknsMinorGenericQgnGrafVolumeSet1On = 0x1374, |
|
3005 EAknsMinorGenericQgnGrafVolumeSet2Off = 0x1375, |
|
3006 EAknsMinorGenericQgnGrafVolumeSet2On = 0x1376, |
|
3007 EAknsMinorGenericQgnGrafVolumeSet3Off = 0x1377, |
|
3008 EAknsMinorGenericQgnGrafVolumeSet3On = 0x1378, |
|
3009 EAknsMinorGenericQgnGrafVolumeSet4Off = 0x1379, |
|
3010 EAknsMinorGenericQgnGrafVolumeSet4On = 0x137a, |
|
3011 EAknsMinorGenericQgnGrafVolumeSet5Off = 0x137b, |
|
3012 EAknsMinorGenericQgnGrafVolumeSet5On = 0x137c, |
|
3013 EAknsMinorGenericQgnGrafVolumeSet6Off = 0x137d, |
|
3014 EAknsMinorGenericQgnGrafVolumeSet6On = 0x137e, |
|
3015 EAknsMinorGenericQgnGrafVolumeSet7Off = 0x137f, |
|
3016 EAknsMinorGenericQgnGrafVolumeSet7On = 0x1380, |
|
3017 EAknsMinorGenericQgnGrafVolumeSet8Off = 0x1381, |
|
3018 EAknsMinorGenericQgnGrafVolumeSet8On = 0x1382, |
|
3019 EAknsMinorGenericQgnGrafVolumeSet9Off = 0x1383, |
|
3020 EAknsMinorGenericQgnGrafVolumeSet9On = 0x1384, |
|
3021 EAknsMinorGenericQgnGrafVolumeSmall10Off = 0x1385, |
|
3022 EAknsMinorGenericQgnGrafVolumeSmall10On = 0x1386, |
|
3023 EAknsMinorGenericQgnGrafVolumeSmall1Off = 0x1387, |
|
3024 EAknsMinorGenericQgnGrafVolumeSmall1On = 0x1388, |
|
3025 EAknsMinorGenericQgnGrafVolumeSmall2Off = 0x1389, |
|
3026 EAknsMinorGenericQgnGrafVolumeSmall2On = 0x138a, |
|
3027 EAknsMinorGenericQgnGrafVolumeSmall3Off = 0x138b, |
|
3028 EAknsMinorGenericQgnGrafVolumeSmall3On = 0x138c, |
|
3029 EAknsMinorGenericQgnGrafVolumeSmall4Off = 0x138d, |
|
3030 EAknsMinorGenericQgnGrafVolumeSmall4On = 0x138e, |
|
3031 EAknsMinorGenericQgnGrafVolumeSmall5Off = 0x138f, |
|
3032 EAknsMinorGenericQgnGrafVolumeSmall5On = 0x1390, |
|
3033 EAknsMinorGenericQgnGrafVolumeSmall6Off = 0x1391, |
|
3034 EAknsMinorGenericQgnGrafVolumeSmall6On = 0x1392, |
|
3035 EAknsMinorGenericQgnGrafVolumeSmall7Off = 0x1393, |
|
3036 EAknsMinorGenericQgnGrafVolumeSmall7On = 0x1394, |
|
3037 EAknsMinorGenericQgnGrafVolumeSmall8Off = 0x1395, |
|
3038 EAknsMinorGenericQgnGrafVolumeSmall8On = 0x1396, |
|
3039 EAknsMinorGenericQgnGrafVolumeSmall9Off = 0x1397, |
|
3040 EAknsMinorGenericQgnGrafVolumeSmall9On = 0x1398, |
|
3041 EAknsMinorGenericQgnGrafWaitIncrem = 0x1399, |
|
3042 EAknsMinorGenericQgnImStatEmpty = 0x139a, |
|
3043 EAknsMinorGenericQgnIndiAmInstNoAdd = 0x139b, |
|
3044 EAknsMinorGenericQgnIndiAttachAdd = 0x139c, |
|
3045 EAknsMinorGenericQgnIndiAttachUnfetchedAdd = 0x139d, |
|
3046 EAknsMinorGenericQgnIndiAttachVideo = 0x139e, |
|
3047 EAknsMinorGenericQgnIndiBatteryStrengthLsc = 0x139f, |
|
3048 EAknsMinorGenericQgnIndiBrowserMmcAdd = 0x13a0, |
|
3049 EAknsMinorGenericQgnIndiBrowserPauseAdd = 0x13a1, |
|
3050 EAknsMinorGenericQgnIndiBtConnectedAdd = 0x13a2, |
|
3051 EAknsMinorGenericQgnIndiCallVideoBlindInMaskIcon = 0x13a3, |
|
3052 EAknsMinorGenericQgnIndiCallVideoBlindInMaskSoft = 0x13a3, // This is obsolete alias for <ref>MaskIcon |
|
3053 EAknsMinorGenericQgnIndiCallVideoBlindOutMaskIcon = 0x13a4, |
|
3054 EAknsMinorGenericQgnIndiCallVideoBlindOutMaskSoft = 0x13a4, // This is obsolete alias for <ref>MaskIcon |
|
3055 EAknsMinorGenericQgnIndiCamsBright = 0x13a5, |
|
3056 EAknsMinorGenericQgnIndiCamsBurst = 0x13a6, |
|
3057 EAknsMinorGenericQgnIndiCamsContrast = 0x13a7, |
|
3058 EAknsMinorGenericQgnIndiCamsZoomBgMax = 0x13a8, |
|
3059 EAknsMinorGenericQgnIndiCamsZoomBgMin = 0x13a9, |
|
3060 EAknsMinorGenericQgnIndiChiFindCangjie = 0x13aa, |
|
3061 EAknsMinorGenericQgnIndiConnectionOnRoamAdd = 0x13ab, |
|
3062 EAknsMinorGenericQgnIndiDrmManyMoAdd = 0x13ac, |
|
3063 EAknsMinorGenericQgnIndiDycDiacreetAdd = 0x13ad, |
|
3064 EAknsMinorGenericQgnIndiEnter = 0x13ae, |
|
3065 EAknsMinorGenericQgnIndiFindGlassAdvanced = 0x13af, |
|
3066 EAknsMinorGenericQgnIndiFindNone = 0x13b0, |
|
3067 EAknsMinorGenericQgnIndiImportantAdd = 0x13b1, |
|
3068 EAknsMinorGenericQgnIndiImMessage = 0x13b2, |
|
3069 EAknsMinorGenericQgnIndiLocPolicyAcceptAdd = 0x13b3, |
|
3070 EAknsMinorGenericQgnIndiLocPolicyAskAdd = 0x13b4, |
|
3071 EAknsMinorGenericQgnIndiMmsEarpiece = 0x13b5, |
|
3072 EAknsMinorGenericQgnIndiMmsNoncorm = 0x13b6, |
|
3073 EAknsMinorGenericQgnIndiMmsStop = 0x13b7, |
|
3074 EAknsMinorGenericQgnIndiSettProtectedInvAdd = 0x13b8, |
|
3075 EAknsMinorGenericQgnIndiSignalStrengthLsc = 0x13b9, |
|
3076 EAknsMinorGenericQgnIndiSignalWcdmaSuspended = 0x13ba, |
|
3077 EAknsMinorGenericQgnIndiTextLeft = 0x13bb, |
|
3078 EAknsMinorGenericQgnIndiTextRight = 0x13bc, |
|
3079 EAknsMinorGenericQgnIndiWmlImageNoteShown = 0x13bd, |
|
3080 EAknsMinorGenericQgnIndiWmlImageNotShown = 0x13be, |
|
3081 EAknsMinorGenericQgnPropBildNavigationSub = 0x13bf, |
|
3082 EAknsMinorGenericQgnPropBtDevicesTab2 = 0x13c0, |
|
3083 EAknsMinorGenericQgnPropGroupVip = 0x13c1, |
|
3084 EAknsMinorGenericQgnPropLogCallsTab3 = 0x13c2, |
|
3085 EAknsMinorGenericQgnPropLogTimersTab3 = 0x13c3, |
|
3086 EAknsMinorGenericQgnPropMceDrafts = 0x13c4, |
|
3087 EAknsMinorGenericQgnPropMceDraftsNew = 0x13c5, |
|
3088 EAknsMinorGenericQgnPropMceMailFetReadDel = 0x13c6, |
|
3089 EAknsMinorGenericQgnPropMceSmsTab4 = 0x13c7, |
|
3090 EAknsMinorGenericQgnPropModeRing = 0x13c8, |
|
3091 EAknsMinorGenericQgnPropPbContactsTab1 = 0x13c9, |
|
3092 EAknsMinorGenericQgnPropPbContactsTab2 = 0x13ca, |
|
3093 EAknsMinorGenericQgnPropPinbExclamationId = 0x13cb, |
|
3094 EAknsMinorGenericQgnPropPlsnActive = 0x13cc, |
|
3095 EAknsMinorGenericQgnPropSetButton = 0x13cd, |
|
3096 EAknsMinorGenericQgnPropVoiceMidi = 0x13ce, |
|
3097 EAknsMinorGenericQgnPropVoiceWav = 0x13cf, |
|
3098 EAknsMinorGenericQgnPropVpnAccessPoint = 0x13d0, |
|
3099 EAknsMinorGenericQgnPropWmlUssd = 0x13d1, |
|
3100 EAknsMinorGenericQgnStatChiCangjie = 0x13d2, |
|
3101 EAknsMinorGenericQgnStatConnectionOnUni = 0x13d3, |
|
3102 EAknsMinorGenericQgnStatCsd = 0x13d4, |
|
3103 EAknsMinorGenericQgnStatCsdUni = 0x13d5, |
|
3104 EAknsMinorGenericQgnStatDsign = 0x13d6, |
|
3105 EAknsMinorGenericQgnStatHscsd = 0x13d7, |
|
3106 EAknsMinorGenericQgnStatHscsdUni = 0x13d8, |
|
3107 EAknsMinorGenericQgnStatMissedCalls = 0x13d9, |
|
3108 EAknsMinorGenericQgnStatNoCalls = 0x13da, |
|
3109 EAknsMinorGenericQgnStatNoCallsUni = 0x13db, |
|
3110 EAknsMinorGenericQgnIndiWlanSecureNetworkAdd = 0x13dc, |
|
3111 EAknsMinorGenericQgnIndiWlanSignalGoodAdd = 0x13dd, |
|
3112 EAknsMinorGenericQgnIndiWlanSignalLowAdd = 0x13de, |
|
3113 EAknsMinorGenericQgnIndiWlanSignalMedAdd = 0x13df, |
|
3114 EAknsMinorGenericQgnPropCmonConnActive = 0x13e0, |
|
3115 EAknsMinorGenericQgnPropCmonWlanAvail = 0x13e1, |
|
3116 EAknsMinorGenericQgnPropCmonWlanConn = 0x13e2, |
|
3117 EAknsMinorGenericQgnPropWlanBearer = 0x13e3, |
|
3118 EAknsMinorGenericQgnPropWlanEasy = 0x13e4, |
|
3119 EAknsMinorGenericQgnStatWlanActive = 0x13e5, |
|
3120 EAknsMinorGenericQgnStatWlanActiveSecure = 0x13e6, |
|
3121 EAknsMinorGenericQgnStatWlanActiveSecureUni = 0x13e7, |
|
3122 EAknsMinorGenericQgnStatWlanActiveUni = 0x13e8, |
|
3123 EAknsMinorGenericQgnStatWlanAvail = 0x13e9, |
|
3124 EAknsMinorGenericQgnStatWlanAvailUni = 0x13ea, |
|
3125 EAknsMinorGenericQgnGrafMmsAudioCorrupted = 0x13eb, |
|
3126 EAknsMinorGenericQgnGrafMmsAudioDrm = 0x13ec, |
|
3127 EAknsMinorGenericQgnGrafMmsImageCorrupted = 0x13ed, |
|
3128 EAknsMinorGenericQgnGrafMmsImageDrm = 0x13ee, |
|
3129 EAknsMinorGenericQgnGrafMmsVideoCorrupted = 0x13ef, |
|
3130 EAknsMinorGenericQgnGrafMmsVideoDrm = 0x13f0, |
|
3131 EAknsMinorGenericQgnMenuEmpty = 0x13f1, |
|
3132 EAknsMinorGenericQgnPropImFriendTab3 = 0x13f2, |
|
3133 EAknsMinorGenericQgnPropImIboxTab3 = 0x13f3, |
|
3134 EAknsMinorGenericQgnPropImListTab3 = 0x13f4, |
|
3135 EAknsMinorGenericQgnPropImSavedChatTab3 = 0x13f5, |
|
3136 EAknsMinorGenericQgnIndiSignalEgprsAttach = 0x13f6, |
|
3137 EAknsMinorGenericQgnIndiSignalEgprsContext = 0x13f7, |
|
3138 EAknsMinorGenericQgnIndiSignalEgprsMultipdp = 0x13f8, |
|
3139 EAknsMinorGenericQgnIndiSignalEgprsSuspended = 0x13f9, |
|
3140 EAknsMinorGenericQgnStatPocOn = 0x13fa, |
|
3141 EAknsMinorGenericQgnMenuGroupConnectLst = 0x13fb, |
|
3142 EAknsMinorGenericQgnMenuGroupConnect = 0x13fb, // Intentional duplicate |
|
3143 EAknsMinorGenericQgnMenuGroupExtrasLst = 0x13fc, |
|
3144 EAknsMinorGenericQgnMenuGroupExtras = 0x13fc, // Intentional duplicate |
|
3145 EAknsMinorGenericQgnMenuGroupInstallLst = 0x13fd, |
|
3146 EAknsMinorGenericQgnMenuGroupInstall = 0x13fd, // Intentional duplicate |
|
3147 EAknsMinorGenericQgnMenuGroupOrganiserLst = 0x13fe, |
|
3148 EAknsMinorGenericQgnMenuGroupOrganiser = 0x13fe, // Intentional duplicate |
|
3149 EAknsMinorGenericQgnMenuGroupToolsLst = 0x13ff, |
|
3150 EAknsMinorGenericQgnMenuGroupTools = 0x13ff, // Intentional duplicate |
|
3151 EAknsMinorGenericQgnIndiCamsZoomMax = 0x1400, |
|
3152 EAknsMinorGenericQgnIndiCamsZoomMin = 0x1401, |
|
3153 EAknsMinorGenericQgnIndiAiMusicPause = 0x1402, |
|
3154 EAknsMinorGenericQgnIndiAiMusicPlay = 0x1403, |
|
3155 EAknsMinorGenericQgnIndiAiNtDef = 0x1404, |
|
3156 EAknsMinorGenericQgnIndiAlarmInactiveAdd = 0x1405, |
|
3157 EAknsMinorGenericQgnIndiCdrTodo = 0x1406, |
|
3158 EAknsMinorGenericQgnIndiViewerPanningDown = 0x1407, |
|
3159 EAknsMinorGenericQgnIndiViewerPanningLeft = 0x1408, |
|
3160 EAknsMinorGenericQgnIndiViewerPanningRight = 0x1409, |
|
3161 EAknsMinorGenericQgnIndiViewerPanningUp = 0x140a, |
|
3162 EAknsMinorGenericQgnIndiViewerPointer = 0x140b, |
|
3163 EAknsMinorGenericQgnIndiViewerPointerHand = 0x140c, |
|
3164 EAknsMinorGenericQgnPropLogCallsMostdialTab4 = 0x140d, |
|
3165 EAknsMinorGenericQgnPropLogMostdSub = 0x140e, |
|
3166 EAknsMinorGenericQgnAreaMainMup = 0x140f, |
|
3167 EAknsMinorGenericQgnGrafBlid = 0x1410, |
|
3168 EAknsMinorGenericQgnGrafBlidDestNear = 0x1411, |
|
3169 EAknsMinorGenericQgnGrafBlidDir = 0x1412, |
|
3170 EAknsMinorGenericQgnGrafMupBarProgress = 0x1413, |
|
3171 EAknsMinorGenericQgnGrafMupBarProgress2 = 0x1414, |
|
3172 EAknsMinorGenericQgnGrafMupVisualizerImage = 0x1415, |
|
3173 EAknsMinorGenericQgnGrafMupVisualizerMaskIcon = 0x1416, |
|
3174 EAknsMinorGenericQgnGrafMupVisualizerMaskSoft = 0x1416, // This is obsolete alias for <ref>MaskIcon |
|
3175 EAknsMinorGenericQgnIndiAppOpen = 0x1417, |
|
3176 EAknsMinorGenericQgnIndiCallVoipActive = 0x1418, |
|
3177 EAknsMinorGenericQgnIndiCallVoipActive2 = 0x1419, |
|
3178 EAknsMinorGenericQgnIndiCallVoipActiveConf = 0x141a, |
|
3179 EAknsMinorGenericQgnIndiCallVoipCallstaDisconn = 0x141b, |
|
3180 EAknsMinorGenericQgnIndiCallVoipDisconn = 0x141c, |
|
3181 EAknsMinorGenericQgnIndiCallVoipDisconnConf = 0x141d, |
|
3182 EAknsMinorGenericQgnIndiCallVoipHeld = 0x141e, |
|
3183 EAknsMinorGenericQgnIndiCallVoipHeldConf = 0x141f, |
|
3184 EAknsMinorGenericQgnIndiCallVoipWaiting1 = 0x1420, |
|
3185 EAknsMinorGenericQgnIndiCallVoipWaiting2 = 0x1421, |
|
3186 EAknsMinorGenericQgnIndiMupButtonLink = 0x1422, |
|
3187 EAknsMinorGenericQgnIndiMupButtonLinkDimmed = 0x1423, |
|
3188 EAknsMinorGenericQgnIndiMupButtonLinkHl = 0x1424, |
|
3189 EAknsMinorGenericQgnIndiMupButtonLinkInact = 0x1425, |
|
3190 EAknsMinorGenericQgnIndiMupButtonMc = 0x1426, |
|
3191 EAknsMinorGenericQgnIndiMupButtonMcHl = 0x1427, |
|
3192 EAknsMinorGenericQgnIndiMupButtonMcInact = 0x1428, |
|
3193 EAknsMinorGenericQgnIndiMupButtonNext = 0x1429, |
|
3194 EAknsMinorGenericQgnIndiMupButtonNextHl = 0x142a, |
|
3195 EAknsMinorGenericQgnIndiMupButtonNextInact = 0x142b, |
|
3196 EAknsMinorGenericQgnIndiMupButtonPause = 0x142c, |
|
3197 EAknsMinorGenericQgnIndiMupButtonPauseHl = 0x142d, |
|
3198 EAknsMinorGenericQgnIndiMupButtonPauseInact = 0x142e, |
|
3199 EAknsMinorGenericQgnIndiMupButtonPlay = 0x142f, |
|
3200 EAknsMinorGenericQgnIndiMupButtonPlaylist = 0x1430, |
|
3201 EAknsMinorGenericQgnIndiMupButtonPlaylistDimmed = 0x1431, |
|
3202 EAknsMinorGenericQgnIndiMupButtonPlaylistHl = 0x1432, |
|
3203 EAknsMinorGenericQgnIndiMupButtonPlaylistInact = 0x1433, |
|
3204 EAknsMinorGenericQgnIndiMupButtonPlayHl = 0x1434, |
|
3205 EAknsMinorGenericQgnIndiMupButtonPlayInact = 0x1435, |
|
3206 EAknsMinorGenericQgnIndiMupButtonPrev = 0x1436, |
|
3207 EAknsMinorGenericQgnIndiMupButtonPrevHl = 0x1437, |
|
3208 EAknsMinorGenericQgnIndiMupButtonPrevInact = 0x1438, |
|
3209 EAknsMinorGenericQgnIndiMupButtonStop = 0x1439, |
|
3210 EAknsMinorGenericQgnIndiMupButtonStopHl = 0x143a, |
|
3211 EAknsMinorGenericQgnIndiMupEq = 0x143b, |
|
3212 EAknsMinorGenericQgnIndiMupEqBg = 0x143c, |
|
3213 EAknsMinorGenericQgnIndiMupEqSlider = 0x143d, |
|
3214 EAknsMinorGenericQgnIndiMupPause = 0x143e, |
|
3215 EAknsMinorGenericQgnIndiMupPauseAdd = 0x143f, |
|
3216 EAknsMinorGenericQgnIndiMupPlay = 0x1440, |
|
3217 EAknsMinorGenericQgnIndiMupPlayAdd = 0x1441, |
|
3218 EAknsMinorGenericQgnIndiMupSpeaker = 0x1442, |
|
3219 EAknsMinorGenericQgnIndiMupSpeakerMuted = 0x1443, |
|
3220 EAknsMinorGenericQgnIndiMupStop = 0x1444, |
|
3221 EAknsMinorGenericQgnIndiMupStopAdd = 0x1445, |
|
3222 EAknsMinorGenericQgnIndiMupVolumeSlider = 0x1446, |
|
3223 EAknsMinorGenericQgnIndiMupVolumeSliderBg = 0x1447, |
|
3224 EAknsMinorGenericQgnMenuGroupMedia = 0x1448, |
|
3225 EAknsMinorGenericQgnMenuVoip = 0x1449, |
|
3226 EAknsMinorGenericQgnNoteAlarmTodo = 0x144a, |
|
3227 EAknsMinorGenericQgnPropBlidTripSub = 0x144b, |
|
3228 EAknsMinorGenericQgnPropBlidTripTab3 = 0x144c, |
|
3229 EAknsMinorGenericQgnPropBlidWaypoint = 0x144d, |
|
3230 EAknsMinorGenericQgnPropLinkEmbd = 0x144e, |
|
3231 EAknsMinorGenericQgnPropMupAlbum = 0x144f, |
|
3232 EAknsMinorGenericQgnPropMupArtist = 0x1450, |
|
3233 EAknsMinorGenericQgnPropMupAudio = 0x1451, |
|
3234 EAknsMinorGenericQgnPropMupComposer = 0x1452, |
|
3235 EAknsMinorGenericQgnPropMupGenre = 0x1453, |
|
3236 EAknsMinorGenericQgnPropMupPlaylist = 0x1454, |
|
3237 EAknsMinorGenericQgnPropMupSongs = 0x1455, |
|
3238 EAknsMinorGenericQgnPropNrtypVoip = 0x1456, |
|
3239 EAknsMinorGenericQgnPropNrtypVoipDiv = 0x1457, |
|
3240 EAknsMinorGenericQgnPropSubCurrent = 0x1458, |
|
3241 EAknsMinorGenericQgnPropSubMarked = 0x1459, |
|
3242 EAknsMinorGenericQgnStatPocOnUni = 0x145a, |
|
3243 EAknsMinorGenericQgnStatVietCaseCapital = 0x145b, |
|
3244 EAknsMinorGenericQgnStatVietCaseSmall = 0x145c, |
|
3245 EAknsMinorGenericQgnStatVietCaseText = 0x145d, |
|
3246 EAknsMinorGenericQgnIndiSyncSetAdd = 0x145e, |
|
3247 EAknsMinorGenericQgnPropMceMms = 0x145f, |
|
3248 EAknsMinorGenericQgnPropUnknown = 0x1460, |
|
3249 EAknsMinorGenericQgnStatMsgNumber = 0x1461, |
|
3250 EAknsMinorGenericQgnStatMsgRoom = 0x1462, |
|
3251 EAknsMinorGenericQgnStatSilent = 0x1463, |
|
3252 EAknsMinorGenericQgnGrafBgGray = 0x1464, |
|
3253 EAknsMinorGenericQgnIndiAiNt3g = 0x1465, |
|
3254 EAknsMinorGenericQgnIndiAiNtAudvideo = 0x1466, |
|
3255 EAknsMinorGenericQgnIndiAiNtChat = 0x1467, |
|
3256 EAknsMinorGenericQgnIndiAiNtDirectio = 0x1468, |
|
3257 EAknsMinorGenericQgnIndiAiNtDownload = 0x1469, |
|
3258 EAknsMinorGenericQgnIndiAiNtEconomy = 0x146a, |
|
3259 EAknsMinorGenericQgnIndiAiNtErotic = 0x146b, |
|
3260 EAknsMinorGenericQgnIndiAiNtEvent = 0x146c, |
|
3261 EAknsMinorGenericQgnIndiAiNtFilm = 0x146d, |
|
3262 EAknsMinorGenericQgnIndiAiNtFinanceu = 0x146e, |
|
3263 EAknsMinorGenericQgnIndiAiNtFinancuk = 0x146f, |
|
3264 EAknsMinorGenericQgnIndiAiNtFind = 0x1470, |
|
3265 EAknsMinorGenericQgnIndiAiNtFlirt = 0x1471, |
|
3266 EAknsMinorGenericQgnIndiAiNtFormula1 = 0x1472, |
|
3267 EAknsMinorGenericQgnIndiAiNtFun = 0x1473, |
|
3268 EAknsMinorGenericQgnIndiAiNtGames = 0x1474, |
|
3269 EAknsMinorGenericQgnIndiAiNtHoroscop = 0x1475, |
|
3270 EAknsMinorGenericQgnIndiAiNtLottery = 0x1476, |
|
3271 EAknsMinorGenericQgnIndiAiNtMessage = 0x1477, |
|
3272 EAknsMinorGenericQgnIndiAiNtMusic = 0x1478, |
|
3273 EAknsMinorGenericQgnIndiAiNtNewidea = 0x1479, |
|
3274 EAknsMinorGenericQgnIndiAiNtNews = 0x147a, |
|
3275 EAknsMinorGenericQgnIndiAiNtNewsweat = 0x147b, |
|
3276 EAknsMinorGenericQgnIndiAiNtParty = 0x147c, |
|
3277 EAknsMinorGenericQgnIndiAiNtShopping = 0x147d, |
|
3278 EAknsMinorGenericQgnIndiAiNtSoccer1 = 0x147e, |
|
3279 EAknsMinorGenericQgnIndiAiNtSoccer2 = 0x147f, |
|
3280 EAknsMinorGenericQgnIndiAiNtSoccerwc = 0x1480, |
|
3281 EAknsMinorGenericQgnIndiAiNtStar = 0x1481, |
|
3282 EAknsMinorGenericQgnIndiAiNtTopten = 0x1482, |
|
3283 EAknsMinorGenericQgnIndiAiNtTravel = 0x1483, |
|
3284 EAknsMinorGenericQgnIndiAiNtTv = 0x1484, |
|
3285 EAknsMinorGenericQgnIndiAiNtVodafone = 0x1485, |
|
3286 EAknsMinorGenericQgnIndiAiNtWeather = 0x1486, |
|
3287 EAknsMinorGenericQgnIndiAiNtWinterol = 0x1487, |
|
3288 EAknsMinorGenericQgnIndiAiNtXmas = 0x1488, |
|
3289 EAknsMinorGenericQgnPropPinbEight = 0x1489, |
|
3290 EAknsMinorGenericQgnGrafMmsPostcardBack = 0x148a, |
|
3291 EAknsMinorGenericQgnGrafMmsPostcardFront = 0x148b, |
|
3292 EAknsMinorGenericQgnGrafMmsPostcardInsertImageBg = 0x148c, |
|
3293 EAknsMinorGenericQgnIndiFileCorruptedAdd = 0x148d, |
|
3294 EAknsMinorGenericQgnIndiMmsPostcardDown = 0x148e, |
|
3295 EAknsMinorGenericQgnIndiMmsPostcardImage = 0x148f, |
|
3296 EAknsMinorGenericQgnIndiMmsPostcardStamp = 0x1490, |
|
3297 EAknsMinorGenericQgnIndiMmsPostcardText = 0x1491, |
|
3298 EAknsMinorGenericQgnIndiMmsPostcardUp = 0x1492, |
|
3299 EAknsMinorGenericQgnIndiMupButtonMcDimmed = 0x1493, |
|
3300 EAknsMinorGenericQgnIndiMupButtonStopInact = 0x1494, |
|
3301 EAknsMinorGenericQgnIndiMupRandom = 0x1495, |
|
3302 EAknsMinorGenericQgnIndiMupRepeat = 0x1496, |
|
3303 EAknsMinorGenericQgnIndiWmlWindows = 0x1497, |
|
3304 EAknsMinorGenericQgnPropFileVideoMp = 0x1498, |
|
3305 EAknsMinorGenericQgnPropMcePostcard = 0x1499, |
|
3306 EAknsMinorGenericQgnPropMmsPostcardAddressActive = 0x149a, |
|
3307 EAknsMinorGenericQgnPropMmsPostcardAddressInactive = 0x149b, |
|
3308 EAknsMinorGenericQgnPropMmsPostcardGreetingActive = 0x149c, |
|
3309 EAknsMinorGenericQgnPropMmsPostcardGreetingInactive = 0x149d, |
|
3310 EAknsMinorGenericQgnPropDrmExpForbidSuper = 0x149e, |
|
3311 EAknsMinorGenericQgnPropDrmRemovedLarge = 0x149f, |
|
3312 EAknsMinorGenericQgnPropDrmRemovedTab3 = 0x14a0, |
|
3313 EAknsMinorGenericQgnPropDrmRightsExpSuper = 0x14a1, |
|
3314 EAknsMinorGenericQgnPropDrmRightsGroup = 0x14a2, |
|
3315 EAknsMinorGenericQgnPropDrmRightsInvalidTab3 = 0x14a3, |
|
3316 EAknsMinorGenericQgnPropDrmRightsValidSuper = 0x14a4, |
|
3317 EAknsMinorGenericQgnPropDrmRightsValidTab3 = 0x14a5, |
|
3318 EAknsMinorGenericQgnPropDrmSendForbidSuper = 0x14a6, |
|
3319 EAknsMinorGenericQgnPropDrmValidLarge = 0x14a7, |
|
3320 EAknsMinorGenericQgnPropMupPlaylistAuto = 0x14a8, |
|
3321 EAknsMinorGenericQgnStatCarkit = 0x14a9, |
|
3322 EAknsMinorGenericQgnGrafMmsVolumeOff = 0x14aa, |
|
3323 EAknsMinorGenericQgnGrafMmsVolumeOn = 0x14ab, |
|
3324 EAknsMinorGenericQgnStatRoaming = 0x14ac, |
|
3325 EAknsMinorGenericQgnStatRoamingUni = 0x14ad, |
|
3326 EAknsMinorGenericQgnGrafBarFrameCenter = 0x14ae, |
|
3327 EAknsMinorGenericQgnGrafBgPhobThumbnail = 0x14af, |
|
3328 EAknsMinorGenericQgnGrafBlidDirMask = 0x14b0, |
|
3329 EAknsMinorGenericQgnGrafCalcResultsLine = 0x14b1, |
|
3330 EAknsMinorGenericQgnGrafMupBarFrame = 0x14b2, |
|
3331 EAknsMinorGenericQgnIndiAiNtAntenna = 0x14b3, |
|
3332 EAknsMinorGenericQgnIndiAiNtArrowLeft = 0x14b4, |
|
3333 EAknsMinorGenericQgnIndiAiNtArrowRight = 0x14b5, |
|
3334 EAknsMinorGenericQgnIndiAiNtAt = 0x14b6, |
|
3335 EAknsMinorGenericQgnIndiAiNtAttentio = 0x14b7, |
|
3336 EAknsMinorGenericQgnIndiAiNtBirthday = 0x14b8, |
|
3337 EAknsMinorGenericQgnIndiAiNtCamera = 0x14b9, |
|
3338 EAknsMinorGenericQgnIndiAiNtCar = 0x14ba, |
|
3339 EAknsMinorGenericQgnIndiAiNtConferen = 0x14bb, |
|
3340 EAknsMinorGenericQgnIndiAiNtDisc = 0x14bc, |
|
3341 EAknsMinorGenericQgnIndiAiNtFilm1 = 0x14bd, |
|
3342 EAknsMinorGenericQgnIndiAiNtFilmcam = 0x14be, |
|
3343 EAknsMinorGenericQgnIndiAiNtFirstaid = 0x14bf, |
|
3344 EAknsMinorGenericQgnIndiAiNtHeadset = 0x14c0, |
|
3345 EAknsMinorGenericQgnIndiAiNtLove = 0x14c1, |
|
3346 EAknsMinorGenericQgnIndiAiNtMicrowav = 0x14c2, |
|
3347 EAknsMinorGenericQgnIndiAiNtMoney = 0x14c3, |
|
3348 EAknsMinorGenericQgnIndiAiNtMusic1 = 0x14c4, |
|
3349 EAknsMinorGenericQgnIndiAiNtRadio = 0x14c5, |
|
3350 EAknsMinorGenericQgnIndiAiNtRecordpl = 0x14c6, |
|
3351 EAknsMinorGenericQgnIndiAiNtScreen = 0x14c7, |
|
3352 EAknsMinorGenericQgnIndiAiNtStopwatc = 0x14c8, |
|
3353 EAknsMinorGenericQgnIndiAiNtTheme = 0x14c9, |
|
3354 EAknsMinorGenericQgnIndiAiNtTourweat = 0x14ca, |
|
3355 EAknsMinorGenericQgnIndiAiNtWorld = 0x14cb, |
|
3356 EAknsMinorGenericQgnIndiDrmRightsAdd = 0x14cc, |
|
3357 EAknsMinorGenericQgnPropFileSwf = 0x14cd, |
|
3358 EAknsMinorGenericQgnPropFileSwfSmall = 0x14ce, |
|
3359 EAknsMinorGenericQgnIndiVoipCallActive = 0x14cf, |
|
3360 EAknsMinorGenericQgnIndiVoipCallActive2 = 0x14d0, |
|
3361 EAknsMinorGenericQgnIndiVoipCallDisconn = 0x14d1, |
|
3362 EAknsMinorGenericQgnIndiVoipCallHeld = 0x14d2, |
|
3363 EAknsMinorGenericQgnIndiVoipCallWaiting1 = 0x14d3, |
|
3364 EAknsMinorGenericQgnIndiVoipCallWaiting2 = 0x14d4, |
|
3365 EAknsMinorGenericQgnIndiVoipCallWaitingDisconn = 0x14d5, |
|
3366 EAknsMinorGenericQgnIndiVoipReadiness = 0x14d6, |
|
3367 EAknsMinorGenericQgnStatDivertVoip = 0x14d7, |
|
3368 EAknsMinorGenericQgnStatImPs12 = 0x14d8, |
|
3369 EAknsMinorGenericQgnStatImPs16 = 0x14d9, |
|
3370 EAknsMinorGenericQgnStatKeyguardPs12 = 0x14da, |
|
3371 EAknsMinorGenericQgnStatKeyguardPs16 = 0x14db, |
|
3372 EAknsMinorGenericQgnStatMessageMailPs12 = 0x14dc, |
|
3373 EAknsMinorGenericQgnStatMessageMailPs16 = 0x14dd, |
|
3374 EAknsMinorGenericQgnStatMessagePs12 = 0x14de, |
|
3375 EAknsMinorGenericQgnStatMessagePs16 = 0x14df, |
|
3376 EAknsMinorGenericQgnStatMissedCallsPs12 = 0x14e0, |
|
3377 EAknsMinorGenericQgnStatMissedCallsPs16 = 0x14e1, |
|
3378 EAknsMinorGenericQgnStatVm0Ps12 = 0x14e2, |
|
3379 EAknsMinorGenericQgnStatVm0Ps16 = 0x14e3, |
|
3380 EAknsMinorGenericQgnGrafBlidDirringMask = 0x14e4, |
|
3381 EAknsMinorGenericQgnGrafCallFirstOneActiveEmegency = 0x14e5, |
|
3382 EAknsMinorGenericQgnGrafMmsAudioDrmInvalidSendForbid = 0x14e6, |
|
3383 EAknsMinorGenericQgnGrafMmsAudioDrmValidSend = 0x14e7, |
|
3384 EAknsMinorGenericQgnGrafMmsAudioDrmValidSendForbid = 0x14e8, |
|
3385 EAknsMinorGenericQgnGrafMmsImageDrmInvalidSendForbid = 0x14e9, |
|
3386 EAknsMinorGenericQgnGrafMmsPres = 0x14ea, |
|
3387 EAknsMinorGenericQgnGrafMmsPresCorrupted = 0x14eb, |
|
3388 EAknsMinorGenericQgnGrafMmsPresDrmInvalidSend = 0x14ec, |
|
3389 EAknsMinorGenericQgnGrafMmsPresDrmInvalidSendForbid = 0x14ed, |
|
3390 EAknsMinorGenericQgnGrafMmsVideoDrmInvalidSendForbid = 0x14ee, |
|
3391 EAknsMinorGenericQgnGrafMmsVideoDrmValidSend = 0x14ef, |
|
3392 EAknsMinorGenericQgnGrafMmsVideoDrmValidSendForbid = 0x14f0, |
|
3393 EAknsMinorGenericQgnGrafShutdown = 0x14f1, |
|
3394 EAknsMinorGenericQgnGrafShutdownBg = 0x14f2, |
|
3395 EAknsMinorGenericQgnGrafStartup = 0x14f3, |
|
3396 EAknsMinorGenericQgnGrafStartupBg = 0x14f4, |
|
3397 EAknsMinorGenericQgnGrafUsb = 0x14f5, |
|
3398 EAknsMinorGenericQgnGrafUsbBg = 0x14f6, |
|
3399 EAknsMinorGenericQgnIndiCallActiveEmergencyCallsta = 0x14f7, |
|
3400 EAknsMinorGenericQgnIndiMcePriorityHigh = 0x14f8, |
|
3401 EAknsMinorGenericQgnIndiMcePriorityLow = 0x14f9, |
|
3402 EAknsMinorGenericQgnIndiMupButtonNextDimmed = 0x14fa, |
|
3403 EAknsMinorGenericQgnIndiMupButtonPauseDimmed = 0x14fb, |
|
3404 EAknsMinorGenericQgnIndiMupButtonPlayDimmed = 0x14fc, |
|
3405 EAknsMinorGenericQgnIndiMupButtonPrevDimmed = 0x14fd, |
|
3406 EAknsMinorGenericQgnIndiMupButtonStopDimmed = 0x14fe, |
|
3407 EAknsMinorGenericQgnIndiMupRepeatOne = 0x14ff, |
|
3408 EAknsMinorGenericQgnIndiPocAdd = 0x1500, |
|
3409 EAknsMinorGenericQgnIndiVietFindSmall = 0x1501, |
|
3410 EAknsMinorGenericQgnNotePoc = 0x1502, |
|
3411 EAknsMinorGenericQgnPropFilePresentation = 0x1503, |
|
3412 EAknsMinorGenericQgnPropFilePresentationsSub = 0x1504, |
|
3413 EAknsMinorGenericQgnPropFilePresentationsTab4 = 0x1505, |
|
3414 EAknsMinorGenericQgnPropImFriendInvisible = 0x1506, |
|
3415 EAknsMinorGenericQgnPropMceDelivered = 0x1507, |
|
3416 EAknsMinorGenericQgnPropMceDeliveryFailed = 0x1508, |
|
3417 EAknsMinorGenericQgnPropMceDeliveryPending = 0x1509, |
|
3418 EAknsMinorGenericQgnPropMceMmsDelivered = 0x150a, |
|
3419 EAknsMinorGenericQgnPropMceMmsDeliveryFailed = 0x150b, |
|
3420 EAknsMinorGenericQgnPropMceMmsDeliveryPending = 0x150c, |
|
3421 EAknsMinorGenericQgnPropMocFile = 0x150d, |
|
3422 EAknsMinorGenericQgnPropMocFolder = 0x150e, |
|
3423 EAknsMinorGenericQgnPropMocFolderSub = 0x150f, |
|
3424 EAknsMinorGenericQgnPropModAudio = 0x1510, |
|
3425 EAknsMinorGenericQgnPropModAudioCol = 0x1511, |
|
3426 EAknsMinorGenericQgnPropModAudioExp = 0x1512, |
|
3427 EAknsMinorGenericQgnPropModChapter = 0x1513, |
|
3428 EAknsMinorGenericQgnPropModChapterCol = 0x1514, |
|
3429 EAknsMinorGenericQgnPropModChapterExp = 0x1515, |
|
3430 EAknsMinorGenericQgnPropModComment = 0x1516, |
|
3431 EAknsMinorGenericQgnPropModCommentCol = 0x1517, |
|
3432 EAknsMinorGenericQgnPropModCommentExp = 0x1518, |
|
3433 EAknsMinorGenericQgnPropModDoc = 0x1519, |
|
3434 EAknsMinorGenericQgnPropModDocCol = 0x151a, |
|
3435 EAknsMinorGenericQgnPropModDocExp = 0x151b, |
|
3436 EAknsMinorGenericQgnPropModHierarchyViewTab3 = 0x151c, |
|
3437 EAknsMinorGenericQgnPropModImage = 0x151d, |
|
3438 EAknsMinorGenericQgnPropModImageCol = 0x151e, |
|
3439 EAknsMinorGenericQgnPropModImageExp = 0x151f, |
|
3440 EAknsMinorGenericQgnPropModLayoutViewTab3 = 0x1520, |
|
3441 EAknsMinorGenericQgnPropModLink = 0x1521, |
|
3442 EAknsMinorGenericQgnPropModLinkCol = 0x1522, |
|
3443 EAknsMinorGenericQgnPropModLinkExp = 0x1523, |
|
3444 EAknsMinorGenericQgnPropModNormViewTab3 = 0x1524, |
|
3445 EAknsMinorGenericQgnPropModPaint = 0x1525, |
|
3446 EAknsMinorGenericQgnPropModPaintCol = 0x1526, |
|
3447 EAknsMinorGenericQgnPropModPaintExp = 0x1527, |
|
3448 EAknsMinorGenericQgnPropModPresentation = 0x1528, |
|
3449 EAknsMinorGenericQgnPropModPresentationCol = 0x1529, |
|
3450 EAknsMinorGenericQgnPropModPresentationExp = 0x152a, |
|
3451 EAknsMinorGenericQgnPropModReference = 0x152b, |
|
3452 EAknsMinorGenericQgnPropModReferenceCol = 0x152c, |
|
3453 EAknsMinorGenericQgnPropModReferenceExp = 0x152d, |
|
3454 EAknsMinorGenericQgnPropModSheet = 0x152e, |
|
3455 EAknsMinorGenericQgnPropModSheetCol = 0x152f, |
|
3456 EAknsMinorGenericQgnPropModSheetExp = 0x1530, |
|
3457 EAknsMinorGenericQgnPropModTable = 0x1531, |
|
3458 EAknsMinorGenericQgnPropModTableCol = 0x1532, |
|
3459 EAknsMinorGenericQgnPropModTableExp = 0x1533, |
|
3460 EAknsMinorGenericQgnPropModUnknown = 0x1534, |
|
3461 EAknsMinorGenericQgnPropModUnknownCol = 0x1535, |
|
3462 EAknsMinorGenericQgnPropModUnknownExp = 0x1536, |
|
3463 EAknsMinorGenericQgnPropModVideo = 0x1537, |
|
3464 EAknsMinorGenericQgnPropModVideoCol = 0x1538, |
|
3465 EAknsMinorGenericQgnPropModVideoExp = 0x1539, |
|
3466 EAknsMinorGenericQgnPropMopAlignHorizontalCenter = 0x153a, |
|
3467 EAknsMinorGenericQgnPropMopAlignHorizontalLeft = 0x153b, |
|
3468 EAknsMinorGenericQgnPropMopAlignHorizontalRight = 0x153c, |
|
3469 EAknsMinorGenericQgnPropMopAlignVerticalBottom = 0x153d, |
|
3470 EAknsMinorGenericQgnPropMopAlignVerticalCenter = 0x153e, |
|
3471 EAknsMinorGenericQgnPropMopAlignVerticalTop = 0x153f, |
|
3472 EAknsMinorGenericQgnPropMopAutoshape = 0x1540, |
|
3473 EAknsMinorGenericQgnPropMopAutoshapeArrowDown = 0x1541, |
|
3474 EAknsMinorGenericQgnPropMopAutoshapeArrowHeadDouble = 0x1542, |
|
3475 EAknsMinorGenericQgnPropMopAutoshapeArrowHeadSingle = 0x1543, |
|
3476 EAknsMinorGenericQgnPropMopAutoshapeArrowLeft = 0x1544, |
|
3477 EAknsMinorGenericQgnPropMopAutoshapeArrowRight = 0x1545, |
|
3478 EAknsMinorGenericQgnPropMopAutoshapeArrowUp = 0x1546, |
|
3479 EAknsMinorGenericQgnPropMopAutoshapeLine = 0x1547, |
|
3480 EAknsMinorGenericQgnPropMopAutoshapeOval = 0x1548, |
|
3481 EAknsMinorGenericQgnPropMopAutoshapeRectangle = 0x1549, |
|
3482 EAknsMinorGenericQgnPropMopAutoshapeRoundRectangle = 0x154a, |
|
3483 EAknsMinorGenericQgnPropMopAutoshapeSmall = 0x154b, |
|
3484 EAknsMinorGenericQgnPropMopAutoshapeTab2 = 0x154c, |
|
3485 EAknsMinorGenericQgnPropMopBackgroundTab2 = 0x154d, |
|
3486 EAknsMinorGenericQgnPropMopBorderTab2 = 0x154e, |
|
3487 EAknsMinorGenericQgnPropMopChart = 0x154f, |
|
3488 EAknsMinorGenericQgnPropMopChartSmall = 0x1550, |
|
3489 EAknsMinorGenericQgnPropMopComment = 0x1551, |
|
3490 EAknsMinorGenericQgnPropMopCommentSmall = 0x1552, |
|
3491 EAknsMinorGenericQgnPropMopEmpty = 0x1553, |
|
3492 EAknsMinorGenericQgnPropMopImage = 0x1554, |
|
3493 EAknsMinorGenericQgnPropMopImageSmall = 0x1555, |
|
3494 EAknsMinorGenericQgnPropMopLayoutTab3 = 0x1556, |
|
3495 EAknsMinorGenericQgnPropMopLineTab2 = 0x1557, |
|
3496 EAknsMinorGenericQgnPropMopNotesTab3 = 0x1558, |
|
3497 EAknsMinorGenericQgnPropMopNoteSmall = 0x1559, |
|
3498 EAknsMinorGenericQgnPropMopOutlineTab3 = 0x155a, |
|
3499 EAknsMinorGenericQgnPropMopSetLayoutTab3 = 0x155b, |
|
3500 EAknsMinorGenericQgnPropMopSetNotesTab3 = 0x155c, |
|
3501 EAknsMinorGenericQgnPropMopSetOutlineTab3 = 0x155d, |
|
3502 EAknsMinorGenericQgnPropMopSlide = 0x155e, |
|
3503 EAknsMinorGenericQgnPropMopSlide2Column = 0x155f, |
|
3504 EAknsMinorGenericQgnPropMopSlideBlank = 0x1560, |
|
3505 EAknsMinorGenericQgnPropMopSlideBullets = 0x1561, |
|
3506 EAknsMinorGenericQgnPropMopSlideCol = 0x1562, |
|
3507 EAknsMinorGenericQgnPropMopSlideColHidden = 0x1563, |
|
3508 EAknsMinorGenericQgnPropMopSlideExp = 0x1564, |
|
3509 EAknsMinorGenericQgnPropMopSlideExpHidden = 0x1565, |
|
3510 EAknsMinorGenericQgnPropMopSlideHidden = 0x1566, |
|
3511 EAknsMinorGenericQgnPropMopSlideImageAndText = 0x1567, |
|
3512 EAknsMinorGenericQgnPropMopSlideTable = 0x1568, |
|
3513 EAknsMinorGenericQgnPropMopSlideTextAndImage = 0x1569, |
|
3514 EAknsMinorGenericQgnPropMopSlideTitle1Row = 0x156a, |
|
3515 EAknsMinorGenericQgnPropMopSlideTitle2Row = 0x156b, |
|
3516 EAknsMinorGenericQgnPropMopTable = 0x156c, |
|
3517 EAknsMinorGenericQgnPropMopTableSmall = 0x156d, |
|
3518 EAknsMinorGenericQgnPropMopTextbox = 0x156e, |
|
3519 EAknsMinorGenericQgnPropMopTextboxSmall = 0x156f, |
|
3520 EAknsMinorGenericQgnPropMopTextboxTab2 = 0x1570, |
|
3521 EAknsMinorGenericQgnPropMopUnknown = 0x1571, |
|
3522 EAknsMinorGenericQgnPropMopUnknownSmall = 0x1572, |
|
3523 EAknsMinorGenericQgnPropMoEmpty = 0x1573, |
|
3524 EAknsMinorGenericQgnPropMoFormatBorderTab4 = 0x1574, |
|
3525 EAknsMinorGenericQgnPropMoFormatBulletTab4 = 0x1575, |
|
3526 EAknsMinorGenericQgnPropMoFormatFontStyleTab4 = 0x1576, |
|
3527 EAknsMinorGenericQgnPropMoFormatFontTab4 = 0x1577, |
|
3528 EAknsMinorGenericQgnPropMoFormatParaTab4 = 0x1578, |
|
3529 EAknsMinorGenericQgnPropMoMmcMemc = 0x1579, |
|
3530 EAknsMinorGenericQgnPropMoPhoneMemc = 0x157a, |
|
3531 EAknsMinorGenericQgnPropNrtypCnap = 0x157b, |
|
3532 EAknsMinorGenericQgnPropNrtypPoc = 0x157c, |
|
3533 EAknsMinorGenericQgnStatFarsiCase = 0x157d, |
|
3534 EAknsMinorGenericQgnStatPocDnd = 0x157e, |
|
3535 EAknsMinorGenericQgnStatPocMissed = 0x157f, |
|
3536 EAknsMinorGenericQgnStatPocMissedUni = 0x1580, |
|
3537 EAknsMinorGenericQgnStatPocPocOn = 0x1581, |
|
3538 EAknsMinorGenericQgnGrafBarFrameSideL = 0x1582, |
|
3539 EAknsMinorGenericQgnGrafBarFrameSideR = 0x1583, |
|
3540 EAknsMinorGenericQgnPropCaleAccepted = 0x1584, |
|
3541 EAknsMinorGenericQgnPropCaleAttendance = 0x1585, |
|
3542 EAknsMinorGenericQgnPropCaleInfo = 0x1586, |
|
3543 EAknsMinorGenericQgnPropCaleNotanswered = 0x1587, |
|
3544 EAknsMinorGenericQgnPropCaleOrganizer = 0x1588, |
|
3545 EAknsMinorGenericQgnPropCaleRejected = 0x1589, |
|
3546 EAknsMinorGenericQgnPropCaleTentative = 0x158a, |
|
3547 EAknsMinorGenericQgnPropMceMeetreqFetRead = 0x158b, |
|
3548 EAknsMinorGenericQgnPropMceMeetreqFetUnread = 0x158c, |
|
3549 EAknsMinorGenericQgnPropMceMeetreqReaDel = 0x158d, |
|
3550 EAknsMinorGenericQgnPropMceMeetreqUnfetRead = 0x158e, |
|
3551 EAknsMinorGenericQgnPropMceMeetreqUnfetUnread = 0x158f, |
|
3552 EAknsMinorGenericQgnGrafLineMessageHorizontal = 0x1590, |
|
3553 EAknsMinorGenericQgnPropGroupCollapsed = 0x1591, |
|
3554 EAknsMinorGenericQgnPropGroupExpanded = 0x1592, |
|
3555 EAknsMinorGenericQgnPropSnoteWlanAdhoc = 0x1593, |
|
3556 EAknsMinorGenericQgnPropSnoteWlanInfra = 0x1594, |
|
3557 EAknsMinorGenericQgnStatVoipReadiness = 0x1595, |
|
3558 EAknsMinorGenericQgnPropMceMeetreqReadDel = 0x1596, |
|
3559 EAknsMinorGenericQgnPropMosCells = 0x1597, |
|
3560 EAknsMinorGenericQgnPropMosChart = 0x1598, |
|
3561 EAknsMinorGenericQgnPropMosClearBoth = 0x1599, |
|
3562 EAknsMinorGenericQgnPropMosClearContent = 0x159a, |
|
3563 EAknsMinorGenericQgnPropMosClearFormatting = 0x159b, |
|
3564 EAknsMinorGenericQgnPropMosDetailsTab2 = 0x159c, |
|
3565 EAknsMinorGenericQgnPropMosEditCell = 0x159d, |
|
3566 EAknsMinorGenericQgnPropMosEditLinkAddress = 0x159e, |
|
3567 EAknsMinorGenericQgnPropMosEditLinkName = 0x159f, |
|
3568 EAknsMinorGenericQgnPropMosEditName = 0x15a0, |
|
3569 EAknsMinorGenericQgnPropMosFindLocTab2 = 0x15a1, |
|
3570 EAknsMinorGenericQgnPropMosFindTab2 = 0x15a2, |
|
3571 EAknsMinorGenericQgnPropMosFormatAlignTab4 = 0x15a3, |
|
3572 EAknsMinorGenericQgnPropMosFormatNumberTab4 = 0x15a4, |
|
3573 EAknsMinorGenericQgnPropMosFuncAllTab3 = 0x15a5, |
|
3574 EAknsMinorGenericQgnPropMosFuncCategoryTab3 = 0x15a6, |
|
3575 EAknsMinorGenericQgnPropMosFuncCommonTab3 = 0x15a7, |
|
3576 EAknsMinorGenericQgnPropMosFuncDatetime = 0x15a8, |
|
3577 EAknsMinorGenericQgnPropMosFuncDatetimeTab4 = 0x15a9, |
|
3578 EAknsMinorGenericQgnPropMosFuncFinancial = 0x15aa, |
|
3579 EAknsMinorGenericQgnPropMosFuncFinancialTab4 = 0x15ab, |
|
3580 EAknsMinorGenericQgnPropMosFuncInfo = 0x15ac, |
|
3581 EAknsMinorGenericQgnPropMosFuncInfoTab4 = 0x15ad, |
|
3582 EAknsMinorGenericQgnPropMosFuncLogical = 0x15ae, |
|
3583 EAknsMinorGenericQgnPropMosFuncLogicalTab4 = 0x15af, |
|
3584 EAknsMinorGenericQgnPropMosFuncLookup = 0x15b0, |
|
3585 EAknsMinorGenericQgnPropMosFuncLookupTab4 = 0x15b1, |
|
3586 EAknsMinorGenericQgnPropMosFuncMath = 0x15b2, |
|
3587 EAknsMinorGenericQgnPropMosFuncMathTab4 = 0x15b3, |
|
3588 EAknsMinorGenericQgnPropMosFuncStatistic = 0x15b4, |
|
3589 EAknsMinorGenericQgnPropMosFuncStatisticTab4 = 0x15b5, |
|
3590 EAknsMinorGenericQgnPropMosFuncText = 0x15b6, |
|
3591 EAknsMinorGenericQgnPropMosFuncTextTab4 = 0x15b7, |
|
3592 EAknsMinorGenericQgnPropMosLabelTab2 = 0x15b8, |
|
3593 EAknsMinorGenericQgnPropMosSelectSheet = 0x15b9, |
|
3594 EAknsMinorGenericQgnPropMosSetChartStyleTab2 = 0x15ba, |
|
3595 EAknsMinorGenericQgnPropMosSetChartTitleTab2 = 0x15bb, |
|
3596 EAknsMinorGenericQgnPropMosSetGeneralTab2 = 0x15bc, |
|
3597 EAknsMinorGenericQgnPropMosSetSheetTab2 = 0x15bd, |
|
3598 EAknsMinorGenericQgnPropMosSheet = 0x15be, |
|
3599 EAknsMinorGenericQgnPropMosSheetCol = 0x15bf, |
|
3600 EAknsMinorGenericQgnPropMosSheetExp = 0x15c0, |
|
3601 EAknsMinorGenericQgnPropMosXaxisScaleTab2 = 0x15c1, |
|
3602 EAknsMinorGenericQgnPropMosXaxisStyleTab2 = 0x15c2, |
|
3603 EAknsMinorGenericQgnPropMosYaxisAppearTab3 = 0x15c3, |
|
3604 EAknsMinorGenericQgnPropMosYaxisFormatTab3 = 0x15c4, |
|
3605 EAknsMinorGenericQgnPropMosYaxisScaleTab3 = 0x15c5, |
|
3606 EAknsMinorGenericQgnStatModTarm = 0x15c6, |
|
3607 EAknsMinorGenericQgnStatTarm = 0x15c7, |
|
3608 EAknsMinorGenericQgnGrafMupVisualizerImageMaskIcon = 0x15c8, |
|
3609 EAknsMinorGenericQgnPropDycInsertImage = 0x15c9, |
|
3610 EAknsMinorGenericQgnGrafBlidDirBg = 0x15c8, |
|
3611 EAknsMinorGenericQgnGrafMupVisualizerBgImage1 = 0x15c9, |
|
3612 EAknsMinorGenericQgnGrafMupVisualizerBgImage2 = 0x15ca, |
|
3613 EAknsMinorGenericQgnIndiPocContactAdd = 0x15cb, |
|
3614 EAknsMinorGenericQgnPropFileRss = 0x15cc, |
|
3615 EAknsMinorGenericQgnPropFolderRss = 0x15cd, |
|
3616 EAknsMinorGenericQgnPropPocBlock = 0x15ce, |
|
3617 EAknsMinorGenericQgnStatTvout = 0x15cf, |
|
3618 EAknsMinorGenericQgnGrafIdleFadeLsc = 0x15d0, |
|
3619 EAknsMinorGenericQgnGrafScrollArrowDown = 0x15d1, |
|
3620 EAknsMinorGenericQgnGrafScrollArrowUp = 0x15d2, |
|
3621 EAknsMinorGenericQgnGrafStatIndiButtonAvailable = 0x15d3, |
|
3622 EAknsMinorGenericQgnGrafTouchBg = 0x15d4, |
|
3623 EAknsMinorGenericQgnIndiAiMusicForw = 0x15d5, |
|
3624 EAknsMinorGenericQgnIndiAiMusicRew = 0x15d6, |
|
3625 EAknsMinorGenericQgnIndiCypheringOn = 0x15d7, |
|
3626 EAknsMinorGenericQgnIndiMceAttach = 0x15d8, |
|
3627 EAknsMinorGenericQgnIndiMmsAudioPause = 0x15d9, |
|
3628 EAknsMinorGenericQgnIndiMmsAudioPlay = 0x15da, |
|
3629 EAknsMinorGenericQgnIndiMmsAudioRecord = 0x15db, |
|
3630 EAknsMinorGenericQgnIndiMtvParentalControl = 0x15dc, |
|
3631 EAknsMinorGenericQgnIndiMtvPaused = 0x15dd, |
|
3632 EAknsMinorGenericQgnIndiMtvRec = 0x15de, |
|
3633 EAknsMinorGenericQgnIndiMtvRecAdd = 0x15df, |
|
3634 EAknsMinorGenericQgnIndiMtvRightsForbid = 0x15e0, |
|
3635 EAknsMinorGenericQgnIndiMtvServicesInfoAdd = 0x15e1, |
|
3636 EAknsMinorGenericQgnIndiMupForw = 0x15e2, |
|
3637 EAknsMinorGenericQgnIndiMupForwAdd = 0x15e3, |
|
3638 EAknsMinorGenericQgnIndiMupRew = 0x15e4, |
|
3639 EAknsMinorGenericQgnIndiMupRewAdd = 0x15e5, |
|
3640 EAknsMinorGenericQgnIndiTouchAvailable = 0x15e6, |
|
3641 EAknsMinorGenericQgnIndiTouchSelected = 0x15e7, |
|
3642 EAknsMinorGenericQgnIndiTouchUnavailable = 0x15e8, |
|
3643 EAknsMinorGenericQgnIndiTpAppsgrid = 0x15e9, |
|
3644 EAknsMinorGenericQgnIndiTpAppswapper = 0x15ea, |
|
3645 EAknsMinorGenericQgnIndiTpFullscreen = 0x15eb, |
|
3646 EAknsMinorGenericQgnIndiTpIdle = 0x15ec, |
|
3647 EAknsMinorGenericQgnIndiTpInput = 0x15ed, |
|
3648 EAknsMinorGenericQgnIndiTpRotateScreen = 0x15ee, |
|
3649 EAknsMinorGenericQgnIndiTpToolbar = 0x15ef, |
|
3650 EAknsMinorGenericQgnMenuImAway = 0x15f0, |
|
3651 EAknsMinorGenericQgnMenuImInvisible = 0x15f1, |
|
3652 EAknsMinorGenericQgnMenuImOn = 0x15f2, |
|
3653 EAknsMinorGenericQgnNoteBrowser = 0x15f3, |
|
3654 EAknsMinorGenericQgnNoteMtvProgStart = 0x15f4, |
|
3655 EAknsMinorGenericQgnPropFmgrBackupSub = 0x15f5, |
|
3656 EAknsMinorGenericQgnPropFmgrMmcNoSub = 0x15f6, |
|
3657 EAknsMinorGenericQgnPropFmgrMmcSub = 0x15f7, |
|
3658 EAknsMinorGenericQgnPropFmgrPhoneMemcSub = 0x15f8, |
|
3659 EAknsMinorGenericQgnPropFolderEmpty = 0x15f9, |
|
3660 EAknsMinorGenericQgnPropImJoinedNotSavedUnread = 0x15fa, |
|
3661 EAknsMinorGenericQgnPropImListUnread = 0x15fb, |
|
3662 EAknsMinorGenericQgnPropImNonuserCreatedSavedActiveUnread = 0x15fc, |
|
3663 EAknsMinorGenericQgnPropImUserCreatedActiveUnread = 0x15fd, |
|
3664 EAknsMinorGenericQgnPropMceAudio = 0x15fe, |
|
3665 EAknsMinorGenericQgnPropMceAudioUnread = 0x15ff, |
|
3666 EAknsMinorGenericQgnPropMtvChannel = 0x1600, |
|
3667 EAknsMinorGenericQgnPropMtvChannelPackage = 0x1601, |
|
3668 EAknsMinorGenericQgnPropMtvChannelProgramSecured = 0x1602, |
|
3669 EAknsMinorGenericQgnPropMtvFolderVideo = 0x1603, |
|
3670 EAknsMinorGenericQgnPropMtvFolderVideoNew = 0x1604, |
|
3671 EAknsMinorGenericQgnPropMtvParentalControl = 0x1605, |
|
3672 EAknsMinorGenericQgnPropMtvProgram = 0x1606, |
|
3673 EAknsMinorGenericQgnPropMtvProgClip = 0x1607, |
|
3674 EAknsMinorGenericQgnPropMtvProgClipNew = 0x1608, |
|
3675 EAknsMinorGenericQgnPropMtvRightsForbid = 0x1609, |
|
3676 EAknsMinorGenericQgnPropMtvServicesCall = 0x160a, |
|
3677 EAknsMinorGenericQgnPropMtvServicesJava = 0x160b, |
|
3678 EAknsMinorGenericQgnPropMtvServicesSms = 0x160c, |
|
3679 EAknsMinorGenericQgnPropMtvServicesWeb = 0x160d, |
|
3680 EAknsMinorGenericQgnPropNrtypSimContact = 0x160e, |
|
3681 EAknsMinorGenericQgnPropPocChannelGroup1 = 0x160f, |
|
3682 EAknsMinorGenericQgnPropPocChannelGroup2 = 0x1610, |
|
3683 EAknsMinorGenericQgnPropPocGroupDetails = 0x1611, |
|
3684 EAknsMinorGenericQgnPropPocGroupMembers = 0x1612, |
|
3685 EAknsMinorGenericQgnPropPocNetworkGroup1 = 0x1613, |
|
3686 EAknsMinorGenericQgnPropPocNetworkGroup2 = 0x1614, |
|
3687 EAknsMinorGenericQgnStatCaseDevanagari = 0x1615, |
|
3688 EAknsMinorGenericQgnStatCaseDevanagariNumeric = 0x1616, |
|
3689 EAknsMinorGenericQgnStatIndiMtvOn = 0x1617, |
|
3690 EAknsMinorGenericQgnStatPocNewRequest = 0x1618, |
|
3691 EAknsMinorGenericQgnStatPocNewRequestUni = 0x1619, |
|
3692 EAknsMinorGenericQgnAreaMainMup2 = 0x161a, |
|
3693 EAknsMinorGenericQgnGrafImBg = 0x161b, |
|
3694 EAknsMinorGenericQgnGrafMup2BarFrame = 0x161c, |
|
3695 EAknsMinorGenericQgnGrafMup2BarProgress = 0x161d, |
|
3696 EAknsMinorGenericQgnGrafMup2VisualizerImage = 0x161e, |
|
3697 EAknsMinorGenericQgnIndiAiMupButtonNext = 0x161f, |
|
3698 EAknsMinorGenericQgnIndiAiMupButtonPause = 0x1620, |
|
3699 EAknsMinorGenericQgnIndiAiMupButtonPlay = 0x1621, |
|
3700 EAknsMinorGenericQgnIndiAiMupButtonPrev = 0x1622, |
|
3701 EAknsMinorGenericQgnIndiAiMupButtonStop = 0x1623, |
|
3702 EAknsMinorGenericQgnIndiAiRadioButtonNext = 0x1624, |
|
3703 EAknsMinorGenericQgnIndiAiRadioButtonOff = 0x1625, |
|
3704 EAknsMinorGenericQgnIndiAiRadioButtonOn = 0x1626, |
|
3705 EAknsMinorGenericQgnIndiAiRadioButtonPrev = 0x1627, |
|
3706 EAknsMinorGenericQgnIndiCamsPhoto = 0x1628, |
|
3707 EAknsMinorGenericQgnIndiCamsVideo = 0x1629, |
|
3708 EAknsMinorGenericQgnIndiFileCorrupted = 0x162a, |
|
3709 EAknsMinorGenericQgnIndiMceTb = 0x162b, |
|
3710 EAknsMinorGenericQgnIndiMceTbAudio = 0x162c, |
|
3711 EAknsMinorGenericQgnIndiMceTbImage = 0x162d, |
|
3712 EAknsMinorGenericQgnIndiMceTbOther = 0x162e, |
|
3713 EAknsMinorGenericQgnIndiMceTbPres = 0x162f, |
|
3714 EAknsMinorGenericQgnIndiMceTbText = 0x1630, |
|
3715 EAknsMinorGenericQgnIndiMceTbVideo = 0x1631, |
|
3716 EAknsMinorGenericQgnIndiMup2ButtonPause = 0x1632, |
|
3717 EAknsMinorGenericQgnIndiMup2ButtonPauseDimmed = 0x1633, |
|
3718 EAknsMinorGenericQgnIndiMup2ButtonPausePressed = 0x1634, |
|
3719 EAknsMinorGenericQgnIndiMup2ButtonPlay = 0x1635, |
|
3720 EAknsMinorGenericQgnIndiMup2ButtonPlayDimmed = 0x1636, |
|
3721 EAknsMinorGenericQgnIndiMup2ButtonPlayPressed = 0x1637, |
|
3722 EAknsMinorGenericQgnIndiMup2ButtonPrev = 0x1638, |
|
3723 EAknsMinorGenericQgnIndiMup2ButtonPrevDimmed = 0x1639, |
|
3724 EAknsMinorGenericQgnIndiMup2ButtonPrevPressed = 0x163a, |
|
3725 EAknsMinorGenericQgnIndiMupButtonMinus = 0x163b, |
|
3726 EAknsMinorGenericQgnIndiMupButtonMinusDimmed = 0x163c, |
|
3727 EAknsMinorGenericQgnIndiMupButtonMinusPressed = 0x163d, |
|
3728 EAknsMinorGenericQgnIndiMupButtonNextPressed = 0x163e, |
|
3729 EAknsMinorGenericQgnIndiMupButtonPlus = 0x163f, |
|
3730 EAknsMinorGenericQgnIndiMupButtonPlusDimmed = 0x1640, |
|
3731 EAknsMinorGenericQgnIndiMupButtonPlusPressed = 0x1641, |
|
3732 EAknsMinorGenericQgnIndiRepeatExceptionAdd = 0x1642, |
|
3733 EAknsMinorGenericQgnIndiWmlRss = 0x1643, |
|
3734 EAknsMinorGenericQgnMenuAmMidlet = 0x1644, |
|
3735 EAknsMinorGenericQgnMenuAmSis = 0x1645, |
|
3736 EAknsMinorGenericQgnPropMceAudioTitle = 0x1646, |
|
3737 EAknsMinorGenericQgnPropMceEmailTitle = 0x1647, |
|
3738 EAknsMinorGenericQgnPropMceMmsTitle = 0x1648, |
|
3739 EAknsMinorGenericQgnPropMcePostcardTitle = 0x1649, |
|
3740 EAknsMinorGenericQgnPropMceSmsTitle = 0x164a, |
|
3741 EAknsMinorGenericQgnPropPslnAiSub = 0x164b, |
|
3742 EAknsMinorGenericQgnPropPslnAiTab4 = 0x164c, |
|
3743 EAknsMinorGenericQgnPropPslnAppsgridSub = 0x164d, |
|
3744 EAknsMinorGenericQgnPropPslnAppsgridTab4 = 0x164e, |
|
3745 EAknsMinorGenericQgnPropPslnGeneralSub = 0x164f, |
|
3746 EAknsMinorGenericQgnPropPslnGeneralTab4 = 0x1650, |
|
3747 EAknsMinorGenericQgnPropPslnSsaverSub = 0x1651, |
|
3748 EAknsMinorGenericQgnPropPslnSsaverTab4 = 0x1652, |
|
3749 EAknsMinorGenericQgnPropPslnWpaperSub = 0x1653, |
|
3750 EAknsMinorGenericQgnPropPslnWpaperTab4 = 0x1654, |
|
3751 EAknsMinorGenericQgnPropSetAppsAm = 0x1655, |
|
3752 EAknsMinorGenericQgnPropSetAppsBt = 0x1656, |
|
3753 EAknsMinorGenericQgnPropSetAppsCale = 0x1657, |
|
3754 EAknsMinorGenericQgnPropSetAppsCams = 0x1658, |
|
3755 EAknsMinorGenericQgnPropSetAppsIm = 0x1659, |
|
3756 EAknsMinorGenericQgnPropSetAppsLoc = 0x165a, |
|
3757 EAknsMinorGenericQgnPropSetAppsLog = 0x165b, |
|
3758 EAknsMinorGenericQgnPropSetAppsMce = 0x165c, |
|
3759 EAknsMinorGenericQgnPropSetAppsPhob = 0x165d, |
|
3760 EAknsMinorGenericQgnPropSetAppsPoc = 0x165e, |
|
3761 EAknsMinorGenericQgnPropSetAppsRp = 0x165f, |
|
3762 EAknsMinorGenericQgnPropSetAppsSis = 0x1660, |
|
3763 EAknsMinorGenericQgnPropSetAppsSub = 0x1661, |
|
3764 EAknsMinorGenericQgnPropSetAppsTab4 = 0x1662, |
|
3765 EAknsMinorGenericQgnPropSetAppsUsb = 0x1663, |
|
3766 EAknsMinorGenericQgnPropSetAppsVoirec = 0x1664, |
|
3767 EAknsMinorGenericQgnPropSetAppsWml = 0x1665, |
|
3768 EAknsMinorGenericQgnPropSetConnAccp = 0x1666, |
|
3769 EAknsMinorGenericQgnPropSetConnConfig = 0x1667, |
|
3770 EAknsMinorGenericQgnPropSetConnData = 0x1668, |
|
3771 EAknsMinorGenericQgnPropSetConnDm = 0x1669, |
|
3772 EAknsMinorGenericQgnPropSetConnGprs = 0x166a, |
|
3773 EAknsMinorGenericQgnPropSetConnSip = 0x166b, |
|
3774 EAknsMinorGenericQgnPropSetConnSub = 0x166c, |
|
3775 EAknsMinorGenericQgnPropSetConnTab4 = 0x166d, |
|
3776 EAknsMinorGenericQgnPropSetConnVoip = 0x166e, |
|
3777 EAknsMinorGenericQgnPropSetConnVpn = 0x166f, |
|
3778 EAknsMinorGenericQgnPropSetConnWlan = 0x1670, |
|
3779 EAknsMinorGenericQgnPropSetGeneLoc = 0x1671, |
|
3780 EAknsMinorGenericQgnPropSetGenePhone = 0x1672, |
|
3781 EAknsMinorGenericQgnPropSetGenePsln = 0x1673, |
|
3782 EAknsMinorGenericQgnPropSetGeneTv = 0x1674, |
|
3783 EAknsMinorGenericQgnStatCaseArabicNumericSelect = 0x1675, |
|
3784 EAknsMinorGenericQgnStatCaseArabicSelect = 0x1676, |
|
3785 EAknsMinorGenericQgnStatCaseCapitalFullSelect = 0x1677, |
|
3786 EAknsMinorGenericQgnStatCaseCapitalSelect = 0x1678, |
|
3787 EAknsMinorGenericQgnStatCaseHebrewSelect = 0x1679, |
|
3788 EAknsMinorGenericQgnStatCaseNumericFullSelect = 0x167a, |
|
3789 EAknsMinorGenericQgnStatCaseNumericSelect = 0x167b, |
|
3790 EAknsMinorGenericQgnStatCaseSmallFullSelect = 0x167c, |
|
3791 EAknsMinorGenericQgnStatCaseSmallSelect = 0x167d, |
|
3792 EAknsMinorGenericQgnStatCaseTextFullSelect = 0x167e, |
|
3793 EAknsMinorGenericQgnStatCaseTextSelect = 0x167f, |
|
3794 EAknsMinorGenericQgnStatCaseThaiSelect = 0x1680, |
|
3795 EAknsMinorGenericQgnStatFarsiCaseSelect = 0x1681, |
|
3796 EAknsMinorGenericQgnStatImAway = 0x1682, |
|
3797 EAknsMinorGenericQgnStatImAwayUni = 0x1683, |
|
3798 EAknsMinorGenericQgnStatImInvisible = 0x1684, |
|
3799 EAknsMinorGenericQgnStatImInvisibleUni = 0x1685, |
|
3800 EAknsMinorGenericQgnStatImOnline = 0x1686, |
|
3801 EAknsMinorGenericQgnStatImOnlineUni = 0x1687, |
|
3802 EAknsMinorGenericQgnStatIndiMtvRec = 0x1688, |
|
3803 EAknsMinorGenericQgnStatMceAudio = 0x1689, |
|
3804 EAknsMinorGenericQgnStatMceAudioUni = 0x168a, |
|
3805 EAknsMinorGenericQgnStatVietCaseCapitalSelect = 0x168b, |
|
3806 EAknsMinorGenericQgnStatVietCaseSmallSelect = 0x168c, |
|
3807 EAknsMinorGenericQgnStatVietCaseTextSelect = 0x168d, |
|
3808 EAknsMinorGenericQgnGrafScrollArrowLeft = 0x168e, |
|
3809 EAknsMinorGenericQgnGrafScrollArrowRight = 0x168f, |
|
3810 EAknsMinorGenericQgnIndiChiFindHwrSimple = 0x1690, |
|
3811 EAknsMinorGenericQgnIndiChiFindHwrTrad = 0x1691, |
|
3812 EAknsMinorGenericQgnIndiMup2ButtonMinus = 0x1692, |
|
3813 EAknsMinorGenericQgnIndiMup2ButtonMinusDimmed = 0x1693, |
|
3814 EAknsMinorGenericQgnIndiMup2ButtonMinusPressed = 0x1694, |
|
3815 EAknsMinorGenericQgnIndiMup2ButtonNext = 0x1695, |
|
3816 EAknsMinorGenericQgnIndiMup2ButtonNextDimmed = 0x1696, |
|
3817 EAknsMinorGenericQgnIndiMup2ButtonNextPressed = 0x1697, |
|
3818 EAknsMinorGenericQgnIndiMup2ButtonPlus = 0x1698, |
|
3819 EAknsMinorGenericQgnIndiMup2ButtonPlusDimmed = 0x1699, |
|
3820 EAknsMinorGenericQgnIndiMup2ButtonPlusPressed = 0x169a, |
|
3821 EAknsMinorGenericQgnIndiTpDialler = 0x169b, |
|
3822 EAknsMinorGenericQgnIndiTpHelp = 0x169c, |
|
3823 EAknsMinorGenericQgnPropFileRssNew = 0x169d, |
|
3824 EAknsMinorGenericQgnPropFileRssRead = 0x169e, |
|
3825 EAknsMinorGenericQgnPropFileRssUnread = 0x169f, |
|
3826 EAknsMinorGenericQgnPropImAwayTitle = 0x16a0, |
|
3827 EAknsMinorGenericQgnPropImInvisibleTitle = 0x16a1, |
|
3828 EAknsMinorGenericQgnPropImOffTitle = 0x16a2, |
|
3829 EAknsMinorGenericQgnPropImOnTitle = 0x16a3, |
|
3830 EAknsMinorGenericQgnPropMceMmsDeliveryUnknown = 0x16a4, |
|
3831 EAknsMinorGenericQgnPropNrtypAssistant = 0x16a5, |
|
3832 EAknsMinorGenericQgnPropNrtypCar = 0x16a6, |
|
3833 EAknsMinorGenericQgnPropNrtypReadOnly = 0x16a7, |
|
3834 EAknsMinorGenericQgnPropNrtypSip = 0x16a8, |
|
3835 EAknsMinorGenericQgnPropNrtypSwis = 0x16a9, |
|
3836 EAknsMinorGenericQgnPropSetAppsRadio = 0x16aa, |
|
3837 EAknsMinorGenericQgnPropSetGeneSub = 0x16ab, |
|
3838 EAknsMinorGenericQgnPropSetGeneTab4 = 0x16ac, |
|
3839 EAknsMinorGenericQgnStatChiHwrSimple = 0x16ad, |
|
3840 EAknsMinorGenericQgnStatChiHwrTrad = 0x16ae, |
|
3841 EAknsMinorGenericQgnGrafBgTouchHorizontal = 0x16d3, |
|
3842 EAknsMinorGenericQgnGrafBgTouchVertical = 0x16d4, |
|
3843 EAknsMinorGenericQgnGrafMmsAudioInsert = 0x16d5, |
|
3844 EAknsMinorGenericQgnGrafMup2BarProgress2 = 0x16d6, |
|
3845 EAknsMinorGenericQgnGrafMup2VisualizerBgImage2 = 0x16d7, |
|
3846 EAknsMinorGenericQgnIndiCamsLocFound = 0x16d8, |
|
3847 EAknsMinorGenericQgnIndiCamsLocNotFound = 0x16d9, |
|
3848 EAknsMinorGenericQgnIndiRss2ArrowLeft = 0x16da, |
|
3849 EAknsMinorGenericQgnIndiRss2ArrowRight = 0x16db, |
|
3850 EAknsMinorGenericQgnIndiViewerPointerText = 0x16dc, |
|
3851 EAknsMinorGenericQgnPropCamsSetImageTab3 = 0x16dd, |
|
3852 EAknsMinorGenericQgnPropCamsSetLocTab3 = 0x16de, |
|
3853 EAknsMinorGenericQgnPropCamsSetVideoTab3 = 0x16df, |
|
3854 EAknsMinorGenericQgnPropPocGroupTab3 = 0x16e0, |
|
3855 EAknsMinorGenericQgnPropPocXdm = 0x16e1, |
|
3856 EAknsMinorGenericQgnPropPslnCimageSub = 0x16e2, |
|
3857 EAknsMinorGenericQgnPropSetConnXdm = 0x16e3, |
|
3858 EAknsMinorGenericQgnStatVideoSharing = 0x16e4, |
|
3859 EAknsMinorGenericQgnVideoPluginAnimBuffering = 0x16e5, |
|
3860 EAknsMinorGenericQgnVideoPluginAnimNoVisual = 0x16e6, |
|
3861 EAknsMinorGenericQgnGrafBubblePocIncall = 0x16e7, |
|
3862 EAknsMinorGenericQgnIndiCamsFlashAuto = 0x16e8, |
|
3863 EAknsMinorGenericQgnIndiMidpChoicegroup = 0x16e9, |
|
3864 EAknsMinorGenericQgnIndiPocUserDnd = 0x16ea, |
|
3865 EAknsMinorGenericQgnIndiPocUserLoggedIn = 0x16eb, |
|
3866 EAknsMinorGenericQgnIndiPocUserNotLogged = 0x16ec, |
|
3867 EAknsMinorGenericQgnIndiPocUserUnknown = 0x16ed, |
|
3868 EAknsMinorGenericQgnPropFolderVcMedia = 0x16ee, |
|
3869 EAknsMinorGenericQgnPropGalleryLocSuper = 0x16ef, |
|
3870 EAknsMinorGenericQgnPropImFriendBusy = 0x16f0, |
|
3871 EAknsMinorGenericQgnPropImFriendOnMobile = 0x16f1, |
|
3872 EAknsMinorGenericQgnPropImOnMobileTitle = 0x16f2, |
|
3873 EAknsMinorGenericQgnPropPocInboxCallbackReqRead = 0x16f3, |
|
3874 EAknsMinorGenericQgnPropPocInboxCallbackReqUnread = 0x16f4, |
|
3875 EAknsMinorGenericQgnPropPocLogInSub = 0x16f5, |
|
3876 EAknsMinorGenericQgnPropPocLogMissedSub = 0x16f6, |
|
3877 EAknsMinorGenericQgnPropPocLogOutSub = 0x16f7, |
|
3878 EAknsMinorGenericQgnPropSetDefaultSub = 0x16f8, |
|
3879 EAknsMinorGenericQgnPropSetMpStreamTab2 = 0x16f9, |
|
3880 EAknsMinorGenericQgnPropSetMpVideoTab2 = 0x16fa, |
|
3881 EAknsMinorGenericQgnPropVcMediaNext = 0x16fb, |
|
3882 EAknsMinorGenericQgnPropVcMediaPause = 0x16fc, |
|
3883 EAknsMinorGenericQgnPropVcMediaPlay = 0x16fd, |
|
3884 EAknsMinorGenericQgnPropVcMediaPrev = 0x16fe, |
|
3885 EAknsMinorGenericQgnPropVcMediaStop = 0x16ff, |
|
3886 EAknsMinorGenericQgnPropVcMediaVolumeDown = 0x1700, |
|
3887 EAknsMinorGenericQgnPropVcMediaVolumeUp = 0x1701, |
|
3888 EAknsMinorGenericQgnPropWmlFolderAdapSub = 0x1702, |
|
3889 EAknsMinorGenericQgnPropWmlFolderBmSub = 0x1703, |
|
3890 EAknsMinorGenericQgnPropWmlFolderNewsSub = 0x1704, |
|
3891 EAknsMinorGenericQgnPropWmlFolderPageSub = 0x1705, |
|
3892 EAknsMinorGenericQgnGrafBarWaitIdle = 0x1706, |
|
3893 EAknsMinorGenericQgnGrafBarWaitIncrem = 0x1707, |
|
3894 EAknsMinorGenericQgnGrafBarWaitIncrem02 = 0x1708, |
|
3895 EAknsMinorGenericQgnGrafBarWaitIncrem03 = 0x1709, |
|
3896 EAknsMinorGenericQgnGrafBarWaitIncrem04 = 0x170a, |
|
3897 EAknsMinorGenericQgnGrafBarWaitIncrem05 = 0x170b, |
|
3898 EAknsMinorGenericQgnGrafBarWaitIncrem06 = 0x170c, |
|
3899 EAknsMinorGenericQgnGrafBarWaitIncrem07 = 0x170d, |
|
3900 EAknsMinorGenericQgnGrafBarWaitIncrem08 = 0x170e, |
|
3901 EAknsMinorGenericQgnGrafBarWaitIncrem09 = 0x170f, |
|
3902 EAknsMinorGenericQgnGrafBarWaitIncrem10 = 0x1710, |
|
3903 EAknsMinorGenericQgnGrafBarWaitIncrem11 = 0x1711, |
|
3904 EAknsMinorGenericQgnGrafBarWaitIncrem12 = 0x1712, |
|
3905 EAknsMinorGenericQgnGrafBarWaitIncrem13 = 0x1713, |
|
3906 EAknsMinorGenericQgnGrafBarWaitIncrem14 = 0x1714, |
|
3907 EAknsMinorGenericQgnGrafBarWaitIncrem15 = 0x1715, |
|
3908 EAknsMinorGenericQgnGrafBarWaitIncrem16 = 0x1716, |
|
3909 EAknsMinorGenericQgnGrafBarWaitIncrem17 = 0x1717, |
|
3910 EAknsMinorGenericQgnGrafBarWaitIncrem18 = 0x1718, |
|
3911 EAknsMinorGenericQgnGrafBarWaitIncrem19 = 0x1719, |
|
3912 EAknsMinorGenericQgnGrafBarWaitIncremIdle = 0x171a, |
|
3913 EAknsMinorGenericQgnGrafFepBgColour = 0x171b, |
|
3914 EAknsMinorGenericQgnGrafFepCandiListClose = 0x171c, |
|
3915 EAknsMinorGenericQgnGrafFepCandiListCloseSel = 0x171d, |
|
3916 EAknsMinorGenericQgnGrafFepCandiListPressed = 0x171e, |
|
3917 EAknsMinorGenericQgnGrafFepCandiListPri = 0x171f, |
|
3918 EAknsMinorGenericQgnGrafFepCandiListScrollDown = 0x1720, |
|
3919 EAknsMinorGenericQgnGrafFepCandiListScrollDownSel = 0x1721, |
|
3920 EAknsMinorGenericQgnGrafFepCandiListScrollUp = 0x1722, |
|
3921 EAknsMinorGenericQgnGrafFepCandiListScrollUpSel = 0x1723, |
|
3922 EAknsMinorGenericQgnGrafFepCandiListSec = 0x1724, |
|
3923 EAknsMinorGenericQgnGrafFepCandiListSel = 0x1725, |
|
3924 EAknsMinorGenericQgnGrafFepChar11x1 = 0x1726, |
|
3925 EAknsMinorGenericQgnGrafFepChar11x1ButtonDimmed = 0x1727, |
|
3926 EAknsMinorGenericQgnGrafFepChar11x1Stroke = 0x1728, |
|
3927 EAknsMinorGenericQgnGrafFepChar11x3 = 0x1729, |
|
3928 EAknsMinorGenericQgnGrafFepChar11x3ButtonDimmed = 0x172a, |
|
3929 EAknsMinorGenericQgnGrafFepChar11x3Pinyin = 0x172b, |
|
3930 EAknsMinorGenericQgnGrafFepChar11x4 = 0x172c, |
|
3931 EAknsMinorGenericQgnGrafFepChar11x4ButtonDimmed = 0x172d, |
|
3932 EAknsMinorGenericQgnGrafFepChar11x4Zhuyin = 0x172e, |
|
3933 EAknsMinorGenericQgnGrafFepChar12x3 = 0x172f, |
|
3934 EAknsMinorGenericQgnGrafFepChar12x3ButtonDimmed = 0x1730, |
|
3935 EAknsMinorGenericQgnGrafFepCharButtonDimmed = 0x1731, |
|
3936 EAknsMinorGenericQgnGrafFepInputBg = 0x1732, |
|
3937 EAknsMinorGenericQgnGrafFepNumb11x3 = 0x1733, |
|
3938 EAknsMinorGenericQgnGrafFepNumb11x31 = 0x1734, |
|
3939 EAknsMinorGenericQgnGrafFepNumb11x31ButtonDimmed = 0x1735, |
|
3940 EAknsMinorGenericQgnGrafFepNumb11x32 = 0x1736, |
|
3941 EAknsMinorGenericQgnGrafFepNumb11x32ButtonDimmed = 0x1737, |
|
3942 EAknsMinorGenericQgnGrafFepNumb12x3 = 0x1738, |
|
3943 EAknsMinorGenericQgnGrafFepNumb12x31 = 0x1739, |
|
3944 EAknsMinorGenericQgnGrafFepNumb12x31ButtonDimmed = 0x173a, |
|
3945 EAknsMinorGenericQgnGrafFepNumb12x32 = 0x173b, |
|
3946 EAknsMinorGenericQgnGrafFepNumb12x32ButtonDimmed = 0x173c, |
|
3947 EAknsMinorGenericQgnGrafFepPopupShadowB = 0x173d, |
|
3948 EAknsMinorGenericQgnGrafFepPopupShadowBl = 0x173e, |
|
3949 EAknsMinorGenericQgnGrafFepPopupShadowBr = 0x173f, |
|
3950 EAknsMinorGenericQgnGrafFepPopupShadowL = 0x1740, |
|
3951 EAknsMinorGenericQgnGrafFepPopupShadowR = 0x1741, |
|
3952 EAknsMinorGenericQgnGrafFepPopupShadowT = 0x1742, |
|
3953 EAknsMinorGenericQgnGrafFepPopupShadowTl = 0x1743, |
|
3954 EAknsMinorGenericQgnGrafFepPopupShadowTr = 0x1744, |
|
3955 EAknsMinorGenericQgnIndiFepButtonBackspace1 = 0x1745, |
|
3956 EAknsMinorGenericQgnIndiFepButtonBackspace1Sel = 0x1746, |
|
3957 EAknsMinorGenericQgnIndiFepButtonBackspace2 = 0x1747, |
|
3958 EAknsMinorGenericQgnIndiFepButtonBackspace2Sel = 0x1748, |
|
3959 EAknsMinorGenericQgnIndiFepButtonCapslock = 0x1749, |
|
3960 EAknsMinorGenericQgnIndiFepButtonCapslockSel = 0x174a, |
|
3961 EAknsMinorGenericQgnIndiFepButtonCaseAccented = 0x174b, |
|
3962 EAknsMinorGenericQgnIndiFepButtonCaseAccentedSel = 0x174c, |
|
3963 EAknsMinorGenericQgnIndiFepButtonCaseCapital = 0x174d, |
|
3964 EAknsMinorGenericQgnIndiFepButtonCaseCapitalSel = 0x174e, |
|
3965 EAknsMinorGenericQgnIndiFepButtonCaseNumeric = 0x174f, |
|
3966 EAknsMinorGenericQgnIndiFepButtonCaseNumericSel = 0x1750, |
|
3967 EAknsMinorGenericQgnIndiFepButtonCaseSmall = 0x1751, |
|
3968 EAknsMinorGenericQgnIndiFepButtonCaseSmallSel = 0x1752, |
|
3969 EAknsMinorGenericQgnIndiFepButtonCaseSpecial = 0x1753, |
|
3970 EAknsMinorGenericQgnIndiFepButtonCaseSpecialSel = 0x1754, |
|
3971 EAknsMinorGenericQgnIndiFepButtonCaseText = 0x1755, |
|
3972 EAknsMinorGenericQgnIndiFepButtonCaseTextSel = 0x1756, |
|
3973 EAknsMinorGenericQgnIndiFepButtonChinese = 0x1757, |
|
3974 EAknsMinorGenericQgnIndiFepButtonChineseSel = 0x1758, |
|
3975 EAknsMinorGenericQgnIndiFepButtonClose = 0x1759, |
|
3976 EAknsMinorGenericQgnIndiFepButtonCloseSel = 0x175a, |
|
3977 EAknsMinorGenericQgnIndiFepButtonEnter = 0x175b, |
|
3978 EAknsMinorGenericQgnIndiFepButtonEnterSel = 0x175c, |
|
3979 EAknsMinorGenericQgnIndiFepButtonExpand = 0x175d, |
|
3980 EAknsMinorGenericQgnIndiFepButtonExpandSel = 0x175e, |
|
3981 EAknsMinorGenericQgnIndiFepButtonHwr = 0x175f, |
|
3982 EAknsMinorGenericQgnIndiFepButtonHwrSel = 0x1760, |
|
3983 EAknsMinorGenericQgnIndiFepButtonMove1 = 0x1761, |
|
3984 EAknsMinorGenericQgnIndiFepButtonMove1Sel = 0x1762, |
|
3985 EAknsMinorGenericQgnIndiFepButtonMove2 = 0x1763, |
|
3986 EAknsMinorGenericQgnIndiFepButtonMove2Sel = 0x1764, |
|
3987 EAknsMinorGenericQgnIndiFepButtonOptions = 0x1765, |
|
3988 EAknsMinorGenericQgnIndiFepButtonOptionsSel = 0x1766, |
|
3989 EAknsMinorGenericQgnIndiFepButtonShift = 0x1767, |
|
3990 EAknsMinorGenericQgnIndiFepButtonShiftSel = 0x1768, |
|
3991 EAknsMinorGenericQgnIndiFepButtonSpace1 = 0x1769, |
|
3992 EAknsMinorGenericQgnIndiFepButtonSpace1Sel = 0x176a, |
|
3993 EAknsMinorGenericQgnIndiFepButtonSpace2 = 0x176b, |
|
3994 EAknsMinorGenericQgnIndiFepButtonSpace2Sel = 0x176c, |
|
3995 EAknsMinorGenericQgnIndiFepButtonSpace3 = 0x176d, |
|
3996 EAknsMinorGenericQgnIndiFepButtonSpace3Sel = 0x176e, |
|
3997 EAknsMinorGenericQgnIndiFepButtonSwitch = 0x176f, |
|
3998 EAknsMinorGenericQgnIndiFepButtonSwitchSel = 0x1770, |
|
3999 EAknsMinorGenericQgnIndiFepButtonTab = 0x1771, |
|
4000 EAknsMinorGenericQgnIndiFepButtonTabSel = 0x1772, |
|
4001 EAknsMinorGenericQgnIndiFepButtonVkb = 0x1773, |
|
4002 EAknsMinorGenericQgnIndiFepButtonVkbSel = 0x1774, |
|
4003 EAknsMinorGenericQgnIndiViewerPointerWait = 0x1775, |
|
4004 EAknsMinorGenericQgnPropRpTitle = 0x1776, |
|
4005 EAknsMinorGenericQgnPropTalkingDictionary = 0x1777, |
|
4006 EAknsMinorGenericQgnStatSync = 0x1778, |
|
4007 EAknsMinorGenericQgnStatSyncUni = 0x1779, |
|
4008 EAknsMinorGenericQsnCpScrollHorizontalBgBottom = 0x177a, |
|
4009 EAknsMinorGenericQsnCpScrollHorizontalBgMiddle = 0x177b, |
|
4010 EAknsMinorGenericQsnCpScrollHorizontalBgTop = 0x177c, |
|
4011 EAknsMinorGenericQsnCpScrollHorizontalHandleBottom = 0x177d, |
|
4012 EAknsMinorGenericQsnCpScrollHorizontalHandleMiddle = 0x177e, |
|
4013 EAknsMinorGenericQsnCpScrollHorizontalHandleTop = 0x177f, |
|
4014 EAknsMinorGenericQgnGrafDevaQuickEight = 0x1780, |
|
4015 EAknsMinorGenericQgnGrafDevaQuickFive = 0x1781, |
|
4016 EAknsMinorGenericQgnGrafDevaQuickFour = 0x1782, |
|
4017 EAknsMinorGenericQgnGrafDevaQuickNine = 0x1783, |
|
4018 EAknsMinorGenericQgnGrafDevaQuickOne = 0x1784, |
|
4019 EAknsMinorGenericQgnGrafDevaQuickSeven = 0x1785, |
|
4020 EAknsMinorGenericQgnGrafDevaQuickSix = 0x1786, |
|
4021 EAknsMinorGenericQgnGrafDevaQuickThree = 0x1787, |
|
4022 EAknsMinorGenericQgnGrafDevaQuickTwo = 0x1788, |
|
4023 EAknsMinorGenericQgnGrafFepCharButtonPressed = 0x1789, |
|
4024 EAknsMinorGenericQgnIndiAppOpenAdd = 0x178a, |
|
4025 EAknsMinorGenericQgnIndiBlidSatFirmaActive = 0x178b, |
|
4026 EAknsMinorGenericQgnIndiBlidSatFirmaCenter = 0x178c, |
|
4027 EAknsMinorGenericQgnIndiBlidSatFirmaInact = 0x178d, |
|
4028 EAknsMinorGenericQgnIndiBlidSatFirmaMoon = 0x178e, |
|
4029 EAknsMinorGenericQgnIndiBlidSatFirmaSun = 0x178f, |
|
4030 EAknsMinorGenericQgnIndiFepButtonHwrDimmed = 0x1790, |
|
4031 EAknsMinorGenericQgnIndiFepButtonVkbDimmed = 0x1791, |
|
4032 EAknsMinorGenericQgnPropBlidActive = 0x1792, |
|
4033 EAknsMinorGenericQgnPropBlidBg = 0x1793, |
|
4034 EAknsMinorGenericQgnPropBlidInactive = 0x1794, |
|
4035 EAknsMinorGenericQgnPropCheckboxInactive = 0x1795, |
|
4036 EAknsMinorGenericQgnPropFmgrRemoteDriveTab = 0x1796, |
|
4037 EAknsMinorGenericQgnPropMskMenu = 0x1797, |
|
4038 EAknsMinorGenericQgnPropMskSelect = 0x1798, |
|
4039 EAknsMinorGenericQgnPropNoteListAlphaDevaTab2 = 0x1799, |
|
4040 EAknsMinorGenericQgnPropRadiobuttInactive = 0x179a, |
|
4041 EAknsMinorGenericQgnPropSearchIndevice = 0x179b, |
|
4042 EAknsMinorGenericQgnPropSearchIndeviceTitle = 0x179c, |
|
4043 EAknsMinorGenericQgnPropSetConnBearerAvailPacketdata = 0x179d, |
|
4044 EAknsMinorGenericQgnPropSetConnBearerAvailWlan = 0x179e, |
|
4045 EAknsMinorGenericQgnPropSetConnDestAdd = 0x179f, |
|
4046 EAknsMinorGenericQgnPropSetConnDestDefault = 0x17a0, |
|
4047 EAknsMinorGenericQgnPropSetConnDestDefaultSmall = 0x17a1, |
|
4048 EAknsMinorGenericQgnPropSetConnDestIcon1 = 0x17a2, |
|
4049 EAknsMinorGenericQgnPropSetConnDestIcon1Small = 0x17a3, |
|
4050 EAknsMinorGenericQgnPropSetConnDestIcon2 = 0x17a4, |
|
4051 EAknsMinorGenericQgnPropSetConnDestIcon2Small = 0x17a5, |
|
4052 EAknsMinorGenericQgnPropSetConnDestIcon3 = 0x17a6, |
|
4053 EAknsMinorGenericQgnPropSetConnDestIcon3Small = 0x17a7, |
|
4054 EAknsMinorGenericQgnPropSetConnDestIcon4 = 0x17a8, |
|
4055 EAknsMinorGenericQgnPropSetConnDestIcon4Small = 0x17a9, |
|
4056 EAknsMinorGenericQgnPropSetConnDestIcon5 = 0x17aa, |
|
4057 EAknsMinorGenericQgnPropSetConnDestIcon5Small = 0x17ab, |
|
4058 EAknsMinorGenericQgnPropSetConnDestIcon6 = 0x17ac, |
|
4059 EAknsMinorGenericQgnPropSetConnDestIcon6Small = 0x17ad, |
|
4060 EAknsMinorGenericQgnPropSetConnDestInternet = 0x17ae, |
|
4061 EAknsMinorGenericQgnPropSetConnDestInternetSmall = 0x17af, |
|
4062 EAknsMinorGenericQgnPropSetConnDestIntranet = 0x17b0, |
|
4063 EAknsMinorGenericQgnPropSetConnDestIntranetSmall = 0x17b1, |
|
4064 EAknsMinorGenericQgnPropSetConnDestMms = 0x17b2, |
|
4065 EAknsMinorGenericQgnPropSetConnDestMmsSmall = 0x17b3, |
|
4066 EAknsMinorGenericQgnPropSetConnDestOperator = 0x17b4, |
|
4067 EAknsMinorGenericQgnPropSetConnDestOperatorSmall = 0x17b5, |
|
4068 EAknsMinorGenericQgnPropSetConnDestUncategorized = 0x17b6, |
|
4069 EAknsMinorGenericQgnPropSetConnDestWap = 0x17b7, |
|
4070 EAknsMinorGenericQgnPropSetConnDestWapSmall = 0x17b8, |
|
4071 EAknsMinorGenericQgnPropSetConnPresence = 0x17b9, |
|
4072 EAknsMinorGenericQgnPropSetConnRemotedrive = 0x17ba, |
|
4073 EAknsMinorGenericQgnPropSetConnWlanEasy = 0x17bb, |
|
4074 EAknsMinorGenericQgnPropSetPhoneSub = 0x17bc, |
|
4075 EAknsMinorGenericQgnPropSipLocked = 0x17bd, |
|
4076 EAknsMinorGenericQgnStatHac = 0x17be, |
|
4077 EAknsMinorGenericQgnStatT9Auto = 0x17bf, |
|
4078 EAknsMinorGenericQgnGrafPopupTransCenter = 0x17c0, |
|
4079 EAknsMinorGenericQgnGrafPopupTransCornerBl = 0x17c1, |
|
4080 EAknsMinorGenericQgnGrafPopupTransCornerBr = 0x17c2, |
|
4081 EAknsMinorGenericQgnGrafPopupTransCornerTl = 0x17c3, |
|
4082 EAknsMinorGenericQgnGrafPopupTransCornerTr = 0x17c4, |
|
4083 EAknsMinorGenericQgnGrafPopupTransSideB = 0x17c5, |
|
4084 EAknsMinorGenericQgnGrafPopupTransSideL = 0x17c6, |
|
4085 EAknsMinorGenericQgnGrafPopupTransSideR = 0x17c7, |
|
4086 EAknsMinorGenericQgnGrafPopupTransSideT = 0x17c8, |
|
4087 EAknsMinorGenericQgnIndiBrowserTbBack = 0x17c9, |
|
4088 EAknsMinorGenericQgnIndiBrowserTbForward = 0x17ca, |
|
4089 EAknsMinorGenericQgnIndiBrowserTbForwardInact = 0x17cb, |
|
4090 EAknsMinorGenericQgnIndiBrowserTbGo = 0x17cc, |
|
4091 EAknsMinorGenericQgnIndiBrowserTbHome = 0x17cd, |
|
4092 EAknsMinorGenericQgnIndiBrowserTbReload = 0x17ce, |
|
4093 EAknsMinorGenericQgnIndiBrowserTbStop = 0x17cf, |
|
4094 EAknsMinorGenericQgnIndiButtonDecrease = 0x17d0, |
|
4095 EAknsMinorGenericQgnIndiButtonDecreasePressed = 0x17d1, |
|
4096 EAknsMinorGenericQgnIndiButtonIncrease = 0x17d2, |
|
4097 EAknsMinorGenericQgnIndiButtonIncreasePressed = 0x17d3, |
|
4098 EAknsMinorGenericQgnIndiDropdownArrow = 0x17d4, |
|
4099 EAknsMinorGenericQgnIndiHlColSuper = 0x17d5, |
|
4100 EAknsMinorGenericQgnIndiHlExpSuper = 0x17d6, |
|
4101 EAknsMinorGenericQgnIndiHlLineBranch = 0x17d7, |
|
4102 EAknsMinorGenericQgnIndiHlLineEnd = 0x17d8, |
|
4103 EAknsMinorGenericQgnIndiHlLineStraight = 0x17d9, |
|
4104 EAknsMinorGenericQgnIndiMceConnAlwaysAdd = 0x17da, |
|
4105 EAknsMinorGenericQgnIndiMceConnOnAdd = 0x17db, |
|
4106 EAknsMinorGenericQgnIndiMceConnOnRoamAdd = 0x17dc, |
|
4107 EAknsMinorGenericQgnIndiMup2EqBg = 0x17dd, |
|
4108 EAknsMinorGenericQgnIndiMup2VolumeSlider = 0x17de, |
|
4109 EAknsMinorGenericQgnIndiMup2VolumeSliderBg = 0x17df, |
|
4110 EAknsMinorGenericQgnPropBlidSatFirma = 0x17e0, |
|
4111 EAknsMinorGenericQgnPropBlidSatFirmaActive = 0x17e1, |
|
4112 EAknsMinorGenericQgnPropBlidSatFirmaInact = 0x17e2, |
|
4113 EAknsMinorGenericQgnPropBlidSatFirmaMoon = 0x17e3, |
|
4114 EAknsMinorGenericQgnPropBlidSatFirmaSun = 0x17e4, |
|
4115 EAknsMinorGenericQgnPropHlFile = 0x17e5, |
|
4116 EAknsMinorGenericQgnPropHlFolder = 0x17e6, |
|
4117 EAknsMinorGenericQgnPropHlFolderOpen = 0x17e7, |
|
4118 EAknsMinorGenericQgnPropImageTbClose = 0x17e8, |
|
4119 EAknsMinorGenericQgnPropImageTbCloseDimmed = 0x17e9, |
|
4120 EAknsMinorGenericQgnPropImageTbCloseFocused = 0x17ea, |
|
4121 EAknsMinorGenericQgnPropImageTbClosePressed = 0x17eb, |
|
4122 EAknsMinorGenericQgnPropImageTbDelete = 0x17ec, |
|
4123 EAknsMinorGenericQgnPropImageTbDeleteDimmed = 0x17ed, |
|
4124 EAknsMinorGenericQgnPropImageTbDeleteFocused = 0x17ee, |
|
4125 EAknsMinorGenericQgnPropImageTbDeletePressed = 0x17ef, |
|
4126 EAknsMinorGenericQgnPropImageTbInfo = 0x17f0, |
|
4127 EAknsMinorGenericQgnPropImageTbInfoDimmed = 0x17f1, |
|
4128 EAknsMinorGenericQgnPropImageTbInfoFocused = 0x17f2, |
|
4129 EAknsMinorGenericQgnPropImageTbInfoPressed = 0x17f3, |
|
4130 EAknsMinorGenericQgnPropImageTbPlay = 0x17f4, |
|
4131 EAknsMinorGenericQgnPropImageTbPlayDimmed = 0x17f5, |
|
4132 EAknsMinorGenericQgnPropImageTbPlayFocused = 0x17f6, |
|
4133 EAknsMinorGenericQgnPropImageTbPlayPressed = 0x17f7, |
|
4134 EAknsMinorGenericQgnPropImageTbRotateL = 0x17f8, |
|
4135 EAknsMinorGenericQgnPropImageTbRotateLDimmed = 0x17f9, |
|
4136 EAknsMinorGenericQgnPropImageTbRotateLFocused = 0x17fa, |
|
4137 EAknsMinorGenericQgnPropImageTbRotateLPressed = 0x17fb, |
|
4138 EAknsMinorGenericQgnPropImageTbRotateR = 0x17fc, |
|
4139 EAknsMinorGenericQgnPropImageTbRotateRDimmed = 0x17fd, |
|
4140 EAknsMinorGenericQgnPropImageTbRotateRFocused = 0x17fe, |
|
4141 EAknsMinorGenericQgnPropImageTbRotateRPressed = 0x17ff, |
|
4142 EAknsMinorGenericQgnPropImageTbZoom = 0x1800, |
|
4143 EAknsMinorGenericQgnPropImageTbZoomDimmed = 0x1801, |
|
4144 EAknsMinorGenericQgnPropImageTbZoomFocused = 0x1802, |
|
4145 EAknsMinorGenericQgnPropImageTbZoomPressed = 0x1803, |
|
4146 EAknsMinorGenericQgnPropImImsgNew = 0x1804, |
|
4147 EAknsMinorGenericQgnPropRemoteDriveMemc = 0x1805, |
|
4148 EAknsMinorGenericQgnPropRemoteDriveMemcLarge = 0x1806, |
|
4149 EAknsMinorGenericQgnStatMemc = 0x1807, |
|
4150 EAknsMinorGenericQgnStatMemcUni = 0x1808, |
|
4151 EAknsMinorGenericQgnIndiBrowserCursorEmail = 0x1809, |
|
4152 EAknsMinorGenericQgnIndiBrowserCursorPhone = 0x180a, |
|
4153 EAknsMinorGenericQgnIndiBrowserTbFind = 0x180b, |
|
4154 EAknsMinorGenericQgnIndiBrowserTbPage = 0x180c, |
|
4155 EAknsMinorGenericQgnIndiBrowserTbRss = 0x180d, |
|
4156 EAknsMinorGenericQgnIndiMmsPlay = 0x180e, |
|
4157 EAknsMinorGenericQgnPropSetConnAcl = 0x180f, |
|
4158 EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken00 = 0x1810, |
|
4159 EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken01 = 0x1811, |
|
4160 EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken02 = 0x1812, |
|
4161 EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken03 = 0x1813, |
|
4162 EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken04 = 0x1814, |
|
4163 EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken05 = 0x1815, |
|
4164 EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken06 = 0x1816, |
|
4165 EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken07 = 0x1817, |
|
4166 EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken08 = 0x1818, |
|
4167 EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken09 = 0x1819, |
|
4168 EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken10 = 0x181a, |
|
4169 EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken11 = 0x181b, |
|
4170 EAknsMinorGenericQgnIndiLogMissedCallAdd = 0x181c, |
|
4171 EAknsMinorGenericQgnPropFileRssAuto = 0x181d, |
|
4172 EAknsMinorGenericQgnPropFolderInstall = 0x181e, |
|
4173 EAknsMinorGenericQgnPropFolderNotInstall = 0x181f, |
|
4174 EAknsMinorGenericQgnPropImBusyTitle = 0x1820, |
|
4175 EAknsMinorGenericQgnPropSearchContacts = 0x1821, |
|
4176 EAknsMinorGenericQgnPropSearchFileNames = 0x1822, |
|
4177 EAknsMinorGenericQgnPropSearchMailbox = 0x1823, |
|
4178 EAknsMinorGenericQgnPropSearchOfficeDocs = 0x1824, |
|
4179 EAknsMinorGenericQgnStatChiPinyinPhrase = 0x1825, |
|
4180 EAknsMinorGenericQgnStatChiStrokePhrase = 0x1826, |
|
4181 EAknsMinorGenericQgnStatChiStrokeTradPhrase = 0x1827, |
|
4182 EAknsMinorGenericQgnStatChiZhuyinPhrase = 0x1828, |
|
4183 EAknsMinorGenericQgnMenuNews = 0x1829, |
|
4184 EAknsMinorGenericQgnMenuShortcut = 0x182a, |
|
4185 EAknsMinorGenericQgnGrafVolumeSetOff = 0x182b, |
|
4186 EAknsMinorGenericQgnGrafVolumeSetOn = 0x182c, |
|
4187 EAknsMinorGenericQgnGrafVolumeSmallOff = 0x182d, |
|
4188 EAknsMinorGenericQgnGrafVolumeSmallOn = 0x182e, |
|
4189 EAknsMinorGenericQgnIndiCalcAdd = 0x182f, |
|
4190 EAknsMinorGenericQgnIndiCalcCancel = 0x1830, |
|
4191 EAknsMinorGenericQgnIndiCalcDivide = 0x1831, |
|
4192 EAknsMinorGenericQgnIndiCalcEight = 0x1832, |
|
4193 EAknsMinorGenericQgnIndiCalcEquals = 0x1833, |
|
4194 EAknsMinorGenericQgnIndiCalcFive = 0x1834, |
|
4195 EAknsMinorGenericQgnIndiCalcFour = 0x1835, |
|
4196 EAknsMinorGenericQgnIndiCalcMultiply = 0x1836, |
|
4197 EAknsMinorGenericQgnIndiCalcNine = 0x1837, |
|
4198 EAknsMinorGenericQgnIndiCalcOne = 0x1838, |
|
4199 EAknsMinorGenericQgnIndiCalcPercent = 0x1839, |
|
4200 EAknsMinorGenericQgnIndiCalcSeparator = 0x183a, |
|
4201 EAknsMinorGenericQgnIndiCalcSeven = 0x183b, |
|
4202 EAknsMinorGenericQgnIndiCalcSign = 0x183c, |
|
4203 EAknsMinorGenericQgnIndiCalcSix = 0x183d, |
|
4204 EAknsMinorGenericQgnIndiCalcSquareroot = 0x183e, |
|
4205 EAknsMinorGenericQgnIndiCalcSubtract = 0x183f, |
|
4206 EAknsMinorGenericQgnIndiCalcThree = 0x1840, |
|
4207 EAknsMinorGenericQgnIndiCalcTwo = 0x1841, |
|
4208 EAknsMinorGenericQgnIndiCalcZero = 0x1842, |
|
4209 EAknsMinorGenericQgnIndiCamsFocusAutoFrame = 0x1843, |
|
4210 EAknsMinorGenericQgnIndiCamsTbBurst = 0x1844, |
|
4211 EAknsMinorGenericQgnIndiCamsTbCameraMain = 0x1845, |
|
4212 EAknsMinorGenericQgnIndiCamsTbCameraSecondary = 0x1846, |
|
4213 EAknsMinorGenericQgnIndiCamsTbCapture = 0x1847, |
|
4214 EAknsMinorGenericQgnIndiCamsTbClose = 0x1848, |
|
4215 EAknsMinorGenericQgnIndiCamsTbFlash = 0x1849, |
|
4216 EAknsMinorGenericQgnIndiCamsTbFocusAuto = 0x184a, |
|
4217 EAknsMinorGenericQgnIndiCamsTbMinitb = 0x184b, |
|
4218 EAknsMinorGenericQgnIndiCamsTbNight = 0x184c, |
|
4219 EAknsMinorGenericQgnIndiCamsTbPhoto = 0x184d, |
|
4220 EAknsMinorGenericQgnIndiCamsTbPhotoQuality = 0x184e, |
|
4221 EAknsMinorGenericQgnIndiCamsTbPhotoReso = 0x184f, |
|
4222 EAknsMinorGenericQgnIndiCamsTbRec = 0x1850, |
|
4223 EAknsMinorGenericQgnIndiCamsTbRecPause = 0x1851, |
|
4224 EAknsMinorGenericQgnIndiCamsTbRecStop = 0x1852, |
|
4225 EAknsMinorGenericQgnIndiCamsTbTone = 0x1853, |
|
4226 EAknsMinorGenericQgnIndiCamsTbVideo = 0x1854, |
|
4227 EAknsMinorGenericQgnIndiCamsTbVideoLength = 0x1855, |
|
4228 EAknsMinorGenericQgnIndiCamsTbVideoReso = 0x1856, |
|
4229 EAknsMinorGenericQgnIndiCamsTbWhite = 0x1857, |
|
4230 EAknsMinorGenericQgnIndiMupDefaultAlbum = 0x1858, |
|
4231 EAknsMinorGenericQgnIndiMupRp = 0x1859, |
|
4232 EAknsMinorGenericQgnIndiS60 = 0x185a, |
|
4233 EAknsMinorGenericQgnIndiSignalHsdpaAttach = 0x185b, |
|
4234 EAknsMinorGenericQgnIndiSignalHsdpaContext = 0x185c, |
|
4235 EAknsMinorGenericQgnIndiSignalHsdpaMultipdp = 0x185d, |
|
4236 EAknsMinorGenericQgnIndiSignalHsdpaSuspended = 0x185e, |
|
4237 EAknsMinorGenericQgnMenuImBusy = 0x185f, |
|
4238 EAknsMinorGenericQgnPropMpPlayPause = 0x1860, |
|
4239 EAknsMinorGenericQgnPropMpViewNormal = 0x1861, |
|
4240 EAknsMinorGenericQgnPropS60 = 0x1862, |
|
4241 EAknsMinorGenericQgnPropSetGenePay = 0x1863, |
|
4242 EAknsMinorGenericQgnPropUsb = 0x1864, |
|
4243 EAknsMinorGenericQgnStatAlarmUni = 0x1865, |
|
4244 EAknsMinorGenericQgnStatCarkitUni = 0x1866, |
|
4245 EAknsMinorGenericQgnStatDivert0Uni = 0x1867, |
|
4246 EAknsMinorGenericQgnStatDivert12Uni = 0x1868, |
|
4247 EAknsMinorGenericQgnStatDivert1Uni = 0x1869, |
|
4248 EAknsMinorGenericQgnStatDivert2Uni = 0x186a, |
|
4249 EAknsMinorGenericQgnStatDivertVmUni = 0x186b, |
|
4250 EAknsMinorGenericQgnStatHacUni = 0x186c, |
|
4251 EAknsMinorGenericQgnStatHeadsetUnavailableUni = 0x186d, |
|
4252 EAknsMinorGenericQgnStatHeadsetUni = 0x186e, |
|
4253 EAknsMinorGenericQgnStatIndiMtvOnUni = 0x186f, |
|
4254 EAknsMinorGenericQgnStatIndiMtvRecUni = 0x1870, |
|
4255 EAknsMinorGenericQgnStatKeyguardUni = 0x1871, |
|
4256 EAknsMinorGenericQgnStatLine2Uni = 0x1872, |
|
4257 EAknsMinorGenericQgnStatLocUni = 0x1873, |
|
4258 EAknsMinorGenericQgnStatLoopsetUni = 0x1874, |
|
4259 EAknsMinorGenericQgnStatModBtUni = 0x1875, |
|
4260 EAknsMinorGenericQgnStatModTarmUni = 0x1876, |
|
4261 EAknsMinorGenericQgnStatPocDndUni = 0x1877, |
|
4262 EAknsMinorGenericQgnStatTarmUni = 0x1878, |
|
4263 EAknsMinorGenericQgnStatTtyUni = 0x1879, |
|
4264 EAknsMinorGenericQgnStatTvoutUni = 0x187a, |
|
4265 EAknsMinorGenericQgnStatVideoSharingUni = 0x187b, |
|
4266 EAknsMinorGenericQgnStatVoipReadinessUni = 0x187c, |
|
4267 EAknsMinorGenericQgnStatZoneHomeUni = 0x187d, |
|
4268 EAknsMinorGenericQgnIndiCaleTbDay = 0x187e, |
|
4269 EAknsMinorGenericQgnIndiCaleTbLeft = 0x187f, |
|
4270 EAknsMinorGenericQgnIndiCaleTbMonth = 0x1880, |
|
4271 EAknsMinorGenericQgnIndiCaleTbNewEntry = 0x1881, |
|
4272 EAknsMinorGenericQgnIndiCaleTbRight = 0x1882, |
|
4273 EAknsMinorGenericQgnIndiCaleTbTodo = 0x1883, |
|
4274 EAknsMinorGenericQgnIndiCaleTbWeek = 0x1884, |
|
4275 EAknsMinorGenericQgnIndiTbAvailContacts = 0x1885, |
|
4276 EAknsMinorGenericQgnIndiTbCall = 0x1886, |
|
4277 EAknsMinorGenericQgnIndiTbCallVideo = 0x1887, |
|
4278 EAknsMinorGenericQgnIndiTbMce = 0x1888, |
|
4279 EAknsMinorGenericQgnIndiTbPb = 0x1889, |
|
4280 EAknsMinorGenericQgnIndiVideoForw = 0x188a, |
|
4281 EAknsMinorGenericQgnIndiVideoPause = 0x188b, |
|
4282 EAknsMinorGenericQgnIndiVideoPlay = 0x188c, |
|
4283 EAknsMinorGenericQgnIndiVideoRecord = 0x188d, |
|
4284 EAknsMinorGenericQgnIndiVideoRecordNot = 0x188e, |
|
4285 EAknsMinorGenericQgnIndiVideoRew = 0x188f, |
|
4286 EAknsMinorGenericQgnIndiVideoStop = 0x1890, |
|
4287 EAknsMinorGenericQgnIndiVideoWait1 = 0x1891, |
|
4288 EAknsMinorGenericQgnIndiVideoWait2 = 0x1892, |
|
4289 EAknsMinorGenericQgnIndiVideoWait3 = 0x1893, |
|
4290 EAknsMinorGenericQgnIndiVideoWait4 = 0x1894, |
|
4291 EAknsMinorGenericQgnIndiVideoWait5 = 0x1895, |
|
4292 EAknsMinorGenericQgnIndiVideoWait6 = 0x1896, |
|
4293 EAknsMinorGenericQgnIndiVideoWait7 = 0x1897, |
|
4294 EAknsMinorGenericQgnIndiVideoWait8 = 0x1898, |
|
4295 EAknsMinorGenericQgnPropBtBlockedTab3 = 0x1899, |
|
4296 EAknsMinorGenericQgnPropBtDevicesTab3 = 0x189a, |
|
4297 EAknsMinorGenericQgnPropBtSetTab3 = 0x189b, |
|
4298 EAknsMinorGenericQgnPropCodec3gp = 0x189c, |
|
4299 EAknsMinorGenericQgnPropCodecAvc = 0x189d, |
|
4300 EAknsMinorGenericQgnPropCodecH263 = 0x189e, |
|
4301 EAknsMinorGenericQgnPropCodecMp4 = 0x189f, |
|
4302 EAknsMinorGenericQgnPropCodecRv = 0x18a0, |
|
4303 EAknsMinorGenericQgnPropCodecRv10 = 0x18a1, |
|
4304 EAknsMinorGenericQgnPropCodecRv8 = 0x18a2, |
|
4305 EAknsMinorGenericQgnPropCodecRv9 = 0x18a3, |
|
4306 EAknsMinorGenericQgnPropSmlSync = 0x18a4, |
|
4307 EAknsMinorGenericQgnPropVideoMb = 0x18a5, |
|
4308 EAknsMinorGenericQgnIndiMgTbDelete = 0x18a6, |
|
4309 EAknsMinorGenericQgnIndiMgTbEdit = 0x18a7, |
|
4310 EAknsMinorGenericQgnIndiMgTbSend = 0x18a8, |
|
4311 EAknsMinorGenericQgnIndiMgTbStreamNew = 0x18a9, |
|
4312 EAknsMinorGenericQgnIndiMpTbRemoveAll = 0x18aa, |
|
4313 EAknsMinorGenericQgnIndiMpTbRemoveOne = 0x18ab, |
|
4314 EAknsMinorGenericQgnIndiMupTbAddTracks = 0x18ac, |
|
4315 EAknsMinorGenericQgnIndiMupTbNext = 0x18ad, |
|
4316 EAknsMinorGenericQgnIndiMupTbPause = 0x18ae, |
|
4317 EAknsMinorGenericQgnIndiMupTbPlay = 0x18af, |
|
4318 EAknsMinorGenericQgnIndiMupTbPlaylistNew = 0x18b0, |
|
4319 EAknsMinorGenericQgnIndiMupTbPlaylistRemove = 0x18b1, |
|
4320 EAknsMinorGenericQgnIndiMupTbPrev = 0x18b2, |
|
4321 EAknsMinorGenericQgnIndiMupTbStop = 0x18b3, |
|
4322 EAknsMinorGenericQgnPropBrowserDlCompletedAdd = 0x18b4, |
|
4323 EAknsMinorGenericQgnPropBrowserDlOngoingAdd = 0x18b5, |
|
4324 EAknsMinorGenericQgnPropBrowserDlPausedAdd = 0x18b6, |
|
4325 EAknsMinorGenericQgnPropFolderVcMessage = 0x18b7, |
|
4326 EAknsMinorGenericQgnPropFolderVcOrganiser = 0x18b8, |
|
4327 EAknsMinorGenericQgnPropFolderVcTools = 0x18b9, |
|
4328 EAknsMinorGenericQgnPropImChatsCollapsed = 0x18ba, |
|
4329 EAknsMinorGenericQgnPropImChatsExpanded = 0x18bb, |
|
4330 EAknsMinorGenericQgnPropImFriendsCollapsed = 0x18bc, |
|
4331 EAknsMinorGenericQgnPropImFriendsExpanded = 0x18bd, |
|
4332 EAknsMinorGenericQgnPropSetAppsMp = 0x18be, |
|
4333 EAknsMinorGenericQgnStatLocTriggerOffUni = 0x18bf, |
|
4334 EAknsMinorGenericQgnStatLocTriggerOnUni = 0x18c0, |
|
4335 EAknsMinorGenericQgnGrafAiVolumeSmall1 = 0x18c1, |
|
4336 EAknsMinorGenericQgnGrafAiVolumeSmall10 = 0x18c2, |
|
4337 EAknsMinorGenericQgnGrafAiVolumeSmall2 = 0x18c3, |
|
4338 EAknsMinorGenericQgnGrafAiVolumeSmall3 = 0x18c4, |
|
4339 EAknsMinorGenericQgnGrafAiVolumeSmall4 = 0x18c5, |
|
4340 EAknsMinorGenericQgnGrafAiVolumeSmall5 = 0x18c6, |
|
4341 EAknsMinorGenericQgnGrafAiVolumeSmall6 = 0x18c7, |
|
4342 EAknsMinorGenericQgnGrafAiVolumeSmall7 = 0x18c8, |
|
4343 EAknsMinorGenericQgnGrafAiVolumeSmall8 = 0x18c9, |
|
4344 EAknsMinorGenericQgnGrafAiVolumeSmall9 = 0x18ca, |
|
4345 EAknsMinorGenericQgnGrafScreencalib = 0x18cb, |
|
4346 EAknsMinorGenericQgnGrafScreencalib1 = 0x18cc, |
|
4347 EAknsMinorGenericQgnGrafScreencalib2 = 0x18cd, |
|
4348 EAknsMinorGenericQgnGrafScreencalib3 = 0x18ce, |
|
4349 EAknsMinorGenericQgnGrafScreencalib4 = 0x18cf, |
|
4350 EAknsMinorGenericQgnGrafScreencalib5 = 0x18d0, |
|
4351 EAknsMinorGenericQgnIndiButtonMode = 0x18d1, |
|
4352 EAknsMinorGenericQgnIndiCalcClear = 0x18d2, |
|
4353 EAknsMinorGenericQgnIndiDialerCallSend = 0x18d3, |
|
4354 EAknsMinorGenericQgnIndiDialerClear = 0x18d4, |
|
4355 EAknsMinorGenericQgnIndiDialerContacts = 0x18d5, |
|
4356 EAknsMinorGenericQgnIndiDialerEight = 0x18d6, |
|
4357 EAknsMinorGenericQgnIndiDialerFive = 0x18d7, |
|
4358 EAknsMinorGenericQgnIndiDialerFour = 0x18d8, |
|
4359 EAknsMinorGenericQgnIndiDialerHash = 0x18d9, |
|
4360 EAknsMinorGenericQgnIndiDialerNine = 0x18da, |
|
4361 EAknsMinorGenericQgnIndiDialerOne = 0x18db, |
|
4362 EAknsMinorGenericQgnIndiDialerPrefix = 0x18dc, |
|
4363 EAknsMinorGenericQgnIndiDialerSeven = 0x18dd, |
|
4364 EAknsMinorGenericQgnIndiDialerSix = 0x18de, |
|
4365 EAknsMinorGenericQgnIndiDialerThree = 0x18df, |
|
4366 EAknsMinorGenericQgnIndiDialerTwo = 0x18e0, |
|
4367 EAknsMinorGenericQgnIndiDialerVideocallSend = 0x18e1, |
|
4368 EAknsMinorGenericQgnIndiDialerZero = 0x18e2, |
|
4369 EAknsMinorGenericQgnIndiHlTabColSuper = 0x18e3, |
|
4370 EAknsMinorGenericQgnIndiHlTabExpSuper = 0x18e4, |
|
4371 EAknsMinorGenericQgnIndiMupTbRemoveOne = 0x18e5, |
|
4372 EAknsMinorGenericQgnIndiOfflineFileAdd = 0x18e6, |
|
4373 EAknsMinorGenericQgnIndiTbCameraMain = 0x18e7, |
|
4374 EAknsMinorGenericQgnIndiTbCameraSecondary = 0x18e8, |
|
4375 EAknsMinorGenericQgnIndiTbGallery = 0x18e9, |
|
4376 EAknsMinorGenericQgnIndiTbMicrophoneMute = 0x18ea, |
|
4377 EAknsMinorGenericQgnIndiTbMicrophoneUnmute = 0x18eb, |
|
4378 EAknsMinorGenericQgnIndiTbPlaylistNew = 0x18ec, |
|
4379 EAknsMinorGenericQgnIndiTbSwapImages = 0x18ed, |
|
4380 EAknsMinorGenericQgnIndiTbVideo = 0x18ee, |
|
4381 EAknsMinorGenericQgnIndiTbVideoDisable = 0x18ef, |
|
4382 EAknsMinorGenericQgnIndiTbZoom = 0x18f0, |
|
4383 EAknsMinorGenericQgnIndiVideoVolMuted = 0x18f1, |
|
4384 EAknsMinorGenericQgnPropMceSubSenderCollapsed = 0x18f2, |
|
4385 EAknsMinorGenericQgnPropMceSubSenderExpanded = 0x18f3, |
|
4386 EAknsMinorGenericQgnPropMceSubSizeCollapsed = 0x18f4, |
|
4387 EAknsMinorGenericQgnPropMceSubSizeExpanded = 0x18f5, |
|
4388 EAknsMinorGenericQgnPropMceSubSubjectCollapsed = 0x18f6, |
|
4389 EAknsMinorGenericQgnPropMceSubSubjectExpanded = 0x18f7, |
|
4390 EAknsMinorGenericQgnPropMceSubTimeCollapsed = 0x18f8, |
|
4391 EAknsMinorGenericQgnPropMceSubTimeExpanded = 0x18f9, |
|
4392 EAknsMinorGenericQgnPropMceSubTypeCollapsed = 0x18fa, |
|
4393 EAknsMinorGenericQgnPropMceSubTypeExpanded = 0x18fb, |
|
4394 EAknsMinorGenericQgnPropMpDownloadVideo = 0x18fc, |
|
4395 EAknsMinorGenericQgnPropMpFolderRecentPlayed = 0x18fd, |
|
4396 EAknsMinorGenericQgnPropMpFolderStreamLink = 0x18fe, |
|
4397 EAknsMinorGenericQgnPropMpFolderVideo = 0x18ff, |
|
4398 EAknsMinorGenericQgnPropSetVideoSharing = 0x1900, |
|
4399 EAknsMinorGenericQgnPropSmlNew = 0x1901, |
|
4400 EAknsMinorGenericQgnPropVideoCorrupted = 0x1902, |
|
4401 EAknsMinorGenericQgnGrafAiVolumeSet0 = 0x1903, |
|
4402 EAknsMinorGenericQgnGrafAiVolumeSet1 = 0x1904, |
|
4403 EAknsMinorGenericQgnGrafAiVolumeSet10 = 0x1905, |
|
4404 EAknsMinorGenericQgnGrafAiVolumeSet2 = 0x1906, |
|
4405 EAknsMinorGenericQgnGrafAiVolumeSet3 = 0x1907, |
|
4406 EAknsMinorGenericQgnGrafAiVolumeSet4 = 0x1908, |
|
4407 EAknsMinorGenericQgnGrafAiVolumeSet5 = 0x1909, |
|
4408 EAknsMinorGenericQgnGrafAiVolumeSet6 = 0x190a, |
|
4409 EAknsMinorGenericQgnGrafAiVolumeSet7 = 0x190b, |
|
4410 EAknsMinorGenericQgnGrafAiVolumeSet8 = 0x190c, |
|
4411 EAknsMinorGenericQgnGrafAiVolumeSet9 = 0x190d, |
|
4412 EAknsMinorGenericQgnGrafAiVolumeSmall0 = 0x190e, |
|
4413 EAknsMinorGenericQgnIndiColSuper = 0x190f, |
|
4414 EAknsMinorGenericQgnIndiExpSuper = 0x1910, |
|
4415 EAknsMinorGenericQgnIndiSignalEgprsIcon = 0x1911, |
|
4416 EAknsMinorGenericQgnIndiSignalHsdpaIcon = 0x1912, |
|
4417 EAknsMinorGenericQgnIndiVolumeArrowLeft = 0x1913, |
|
4418 EAknsMinorGenericQgnIndiVolumeArrowLeftInactive = 0x1914, |
|
4419 EAknsMinorGenericQgnIndiVolumeArrowRight = 0x1915, |
|
4420 EAknsMinorGenericQgnIndiVolumeArrowRightInactive = 0x1916, |
|
4421 EAknsMinorGenericQgnMenuImageprint = 0x1917, |
|
4422 EAknsMinorGenericQgnPropMceSubSender = 0x1918, |
|
4423 EAknsMinorGenericQgnPropMceSubSize = 0x1919, |
|
4424 EAknsMinorGenericQgnPropMceSubSubject = 0x191a, |
|
4425 EAknsMinorGenericQgnPropMceSubTime = 0x191b, |
|
4426 EAknsMinorGenericQgnPropMceSubType = 0x191c, |
|
4427 EAknsMinorGenericQsnFrSeparatorHLShdwin = 0x191d, |
|
4428 EAknsMinorGenericQsnFrSeparatorHLShdwnone = 0x191e, |
|
4429 EAknsMinorGenericQsnFrSeparatorHLShdwout = 0x191f, |
|
4430 EAknsMinorGenericQsnFrSeparatorHMShdwin = 0x1920, |
|
4431 EAknsMinorGenericQsnFrSeparatorHMShdwnone = 0x1921, |
|
4432 EAknsMinorGenericQsnFrSeparatorHMShdwout = 0x1922, |
|
4433 EAknsMinorGenericQsnFrSeparatorHRShdwin = 0x1923, |
|
4434 EAknsMinorGenericQsnFrSeparatorHRShdwnone = 0x1924, |
|
4435 EAknsMinorGenericQsnFrSeparatorHRShdwout = 0x1925, |
|
4436 EAknsMinorGenericQsnFrSeparatorVBShdwin = 0x1926, |
|
4437 EAknsMinorGenericQsnFrSeparatorVBShdwnone = 0x1927, |
|
4438 EAknsMinorGenericQsnFrSeparatorVBShdwout = 0x1928, |
|
4439 EAknsMinorGenericQsnFrSeparatorVMShdwin = 0x1929, |
|
4440 EAknsMinorGenericQsnFrSeparatorVMShdwnone = 0x192a, |
|
4441 EAknsMinorGenericQsnFrSeparatorVMShdwout = 0x192b, |
|
4442 EAknsMinorGenericQsnFrSeparatorVTShdwin = 0x192c, |
|
4443 EAknsMinorGenericQsnFrSeparatorVTShdwnone = 0x192d, |
|
4444 EAknsMinorGenericQsnFrSeparatorVTShdwout = 0x192e, |
|
4445 EAknsMinorGenericQgnIndiBrowserDlCompletedAdd = 0x192f, |
|
4446 EAknsMinorGenericQgnIndiBrowserDlOngoingAdd = 0x1930, |
|
4447 EAknsMinorGenericQgnIndiBrowserDlPausedAdd = 0x1931, |
|
4448 EAknsMinorGenericQgnIndiFepButtonCaseAccentedCyrillic = 0x1932, |
|
4449 EAknsMinorGenericQgnIndiFepButtonCaseAccentedCyrillicSel = 0x1933, |
|
4450 EAknsMinorGenericQgnIndiFepButtonCaseCapitalCyrillic = 0x1934, |
|
4451 EAknsMinorGenericQgnIndiFepButtonCaseCapitalCyrillicSel = 0x1935, |
|
4452 EAknsMinorGenericQgnIndiFepButtonCaseCapitalGreek = 0x1936, |
|
4453 EAknsMinorGenericQgnIndiFepButtonCaseCapitalGreekSel = 0x1937, |
|
4454 EAknsMinorGenericQgnIndiFepButtonCaseNumericArabicIndic = 0x1938, |
|
4455 EAknsMinorGenericQgnIndiFepButtonCaseNumericArabicIndicSel = 0x1939, |
|
4456 EAknsMinorGenericQgnIndiFepButtonCaseNumericDevanagari = 0x193a, |
|
4457 EAknsMinorGenericQgnIndiFepButtonCaseNumericDevanagariSel = 0x193b, |
|
4458 EAknsMinorGenericQgnIndiFepButtonCaseNumericThai = 0x193c, |
|
4459 EAknsMinorGenericQgnIndiFepButtonCaseNumericThaiSel = 0x193d, |
|
4460 EAknsMinorGenericQgnIndiFepButtonCaseSmallCyrillic = 0x193e, |
|
4461 EAknsMinorGenericQgnIndiFepButtonCaseSmallCyrillicSel = 0x193f, |
|
4462 EAknsMinorGenericQgnIndiFepButtonCaseSmallGreek = 0x1940, |
|
4463 EAknsMinorGenericQgnIndiFepButtonCaseSmallGreekSel = 0x1941, |
|
4464 EAknsMinorGenericQgnIndiFepButtonCaseTextArabic = 0x1942, |
|
4465 EAknsMinorGenericQgnIndiFepButtonCaseTextArabicSel = 0x1943, |
|
4466 EAknsMinorGenericQgnIndiFepButtonCaseTextCyrillic = 0x1944, |
|
4467 EAknsMinorGenericQgnIndiFepButtonCaseTextCyrillicSel = 0x1945, |
|
4468 EAknsMinorGenericQgnIndiFepButtonCaseTextGreek = 0x1946, |
|
4469 EAknsMinorGenericQgnIndiFepButtonCaseTextGreekSel = 0x1947, |
|
4470 EAknsMinorGenericQgnIndiFepButtonCaseTextHebrew = 0x1948, |
|
4471 EAknsMinorGenericQgnIndiFepButtonCaseTextHebrewSel = 0x1949, |
|
4472 EAknsMinorGenericQgnIndiFepButtonCaseTextHindi = 0x194a, |
|
4473 EAknsMinorGenericQgnIndiFepButtonCaseTextHindiSel = 0x194b, |
|
4474 EAknsMinorGenericQgnIndiFepButtonCaseTextThai = 0x194c, |
|
4475 EAknsMinorGenericQgnIndiFepButtonCaseTextThaiSel = 0x194d, |
|
4476 EAknsMinorGenericQgnIndiImedBrightSuper = 0x194e, |
|
4477 EAknsMinorGenericQgnIndiImedBw = 0x194f, |
|
4478 EAknsMinorGenericQgnIndiImedCartoon = 0x1950, |
|
4479 EAknsMinorGenericQgnIndiImedClipart = 0x1951, |
|
4480 EAknsMinorGenericQgnIndiImedContrast = 0x1952, |
|
4481 EAknsMinorGenericQgnIndiImedContrastSuper = 0x1953, |
|
4482 EAknsMinorGenericQgnIndiImedCrop = 0x1954, |
|
4483 EAknsMinorGenericQgnIndiImedCursorSuper = 0x1955, |
|
4484 EAknsMinorGenericQgnIndiImedDownple = 0x1956, |
|
4485 EAknsMinorGenericQgnIndiImedEye = 0x1957, |
|
4486 EAknsMinorGenericQgnIndiImedFrame = 0x1958, |
|
4487 EAknsMinorGenericQgnIndiImedMoveSuper = 0x1959, |
|
4488 EAknsMinorGenericQgnIndiImedNegative = 0x195a, |
|
4489 EAknsMinorGenericQgnIndiImedResizeSuper = 0x195b, |
|
4490 EAknsMinorGenericQgnIndiImedRotateSuper = 0x195c, |
|
4491 EAknsMinorGenericQgnIndiImedSepia = 0x195d, |
|
4492 EAknsMinorGenericQgnIndiImedSharpness = 0x195e, |
|
4493 EAknsMinorGenericQgnIndiImedSharpnessSuper = 0x195f, |
|
4494 EAknsMinorGenericQgnIndiMidpTrusted = 0x1960, |
|
4495 EAknsMinorGenericQgnIndiMidpUntrusted = 0x1961, |
|
4496 EAknsMinorGenericQgnStatCaseLowerHindiPhonetic = 0x1962, |
|
4497 EAknsMinorGenericQgnStatCaseUpperHindiPhonetic = 0x1963, |
|
4498 EAknsMinorGenericQgnGrafAbout3edition = 0x1964, |
|
4499 EAknsMinorGenericQgnGrafCallImage1 = 0x1965, |
|
4500 EAknsMinorGenericQgnGrafS60Logo = 0x1966, |
|
4501 EAknsMinorGenericQgnIndiImedBright = 0x1967, |
|
4502 EAknsMinorGenericQgnIndiImedTalkbb05 = 0x1968, |
|
4503 EAknsMinorGenericQgnIndiImedTalkbb06 = 0x1969, |
|
4504 EAknsMinorGenericQgnIndiImedText = 0x196a, |
|
4505 EAknsMinorGenericQgnIndiImedThinkbb05 = 0x196b, |
|
4506 EAknsMinorGenericQgnIndiImedThinkbb06 = 0x196c, |
|
4507 EAknsMinorGenericQgnIndiMsgListTab1 = 0x196d, |
|
4508 EAknsMinorGenericQgnPropDmTestFailed = 0x196e, |
|
4509 EAknsMinorGenericQgnPropDmTestPassed = 0x196f, |
|
4510 EAknsMinorGenericQgnPropFolderVcGeneral = 0x1970, |
|
4511 EAknsMinorGenericQgnPropFolderVcProfiles = 0x1971, |
|
4512 EAknsMinorGenericQgnPropSetAppsSearch = 0x1972, |
|
4513 EAknsMinorGenericQgnPropSetGeneSensor = 0x1973, |
|
4514 EAknsMinorGenericQgnGrafFepChar11x5 = 0x1974, |
|
4515 EAknsMinorGenericQgnGrafNsliderImedEndLeft = 0x1975, |
|
4516 EAknsMinorGenericQgnGrafNsliderImedEndRight = 0x1976, |
|
4517 EAknsMinorGenericQgnGrafNsliderImedMarker = 0x1977, |
|
4518 EAknsMinorGenericQgnGrafNsliderImedMiddle = 0x1978, |
|
4519 EAknsMinorGenericQgnGrafTvoutLogo = 0x1979, |
|
4520 EAknsMinorGenericQgnGrafTvoutProtected = 0x197a, |
|
4521 EAknsMinorGenericQgnIndiBrowserUrlCall = 0x197b, |
|
4522 EAknsMinorGenericQgnIndiBrowserUrlEmail = 0x197c, |
|
4523 EAknsMinorGenericQgnIndiBrowserUrlMm = 0x197d, |
|
4524 EAknsMinorGenericQgnIndiBrowserUrlMms = 0x197e, |
|
4525 EAknsMinorGenericQgnIndiBrowserUrlPage = 0x197f, |
|
4526 EAknsMinorGenericQgnIndiBrowserUrlVideo = 0x1980, |
|
4527 EAknsMinorGenericQgnIndiCamsBrightSuper = 0x1981, |
|
4528 EAknsMinorGenericQgnIndiCamsBurstSuper = 0x1982, |
|
4529 EAknsMinorGenericQgnIndiCamsBwSuper = 0x1983, |
|
4530 EAknsMinorGenericQgnIndiCamsCloudySuper = 0x1984, |
|
4531 EAknsMinorGenericQgnIndiCamsContrastSuper = 0x1985, |
|
4532 EAknsMinorGenericQgnIndiCamsExpoSuper = 0x1986, |
|
4533 EAknsMinorGenericQgnIndiCamsFlashAutoSuper = 0x1987, |
|
4534 EAknsMinorGenericQgnIndiCamsFlashOffSuper = 0x1988, |
|
4535 EAknsMinorGenericQgnIndiCamsFlashOnSuper = 0x1989, |
|
4536 EAknsMinorGenericQgnIndiCamsFluorescentSuper = 0x198a, |
|
4537 EAknsMinorGenericQgnIndiCamsLocFoundSuper = 0x198b, |
|
4538 EAknsMinorGenericQgnIndiCamsLocNotFoundSuper = 0x198c, |
|
4539 EAknsMinorGenericQgnIndiCamsMicOffSuper = 0x198d, |
|
4540 EAknsMinorGenericQgnIndiCamsMmcSuper = 0x198e, |
|
4541 EAknsMinorGenericQgnIndiCamsNegativeSuper = 0x198f, |
|
4542 EAknsMinorGenericQgnIndiCamsNightSuper = 0x1990, |
|
4543 EAknsMinorGenericQgnIndiCamsPausedSuper = 0x1991, |
|
4544 EAknsMinorGenericQgnIndiCamsPhoneMemcSuper = 0x1992, |
|
4545 EAknsMinorGenericQgnIndiCamsPhotoSuper = 0x1993, |
|
4546 EAknsMinorGenericQgnIndiCamsSepiaSuper = 0x1994, |
|
4547 EAknsMinorGenericQgnIndiCamsSunnySuper = 0x1995, |
|
4548 EAknsMinorGenericQgnIndiCamsTimerSuper = 0x1996, |
|
4549 EAknsMinorGenericQgnIndiCamsTungstenSuper = 0x1997, |
|
4550 EAknsMinorGenericQgnIndiCamsVideoSuper = 0x1998, |
|
4551 EAknsMinorGenericQgnIndiCamsZoomBgMaxSuper = 0x1999, |
|
4552 EAknsMinorGenericQgnIndiCamsZoomBgMinSuper = 0x199a, |
|
4553 EAknsMinorGenericQgnIndiCamsZoomBgSuper = 0x199b, |
|
4554 EAknsMinorGenericQgnIndiCamsZoomElevatorSuper = 0x199c, |
|
4555 EAknsMinorGenericQgnIndiFepButtonCaseAllTypesJapanese = 0x199d, |
|
4556 EAknsMinorGenericQgnIndiFepButtonCaseAllTypesJapaneseSel = 0x199e, |
|
4557 EAknsMinorGenericQgnIndiFepButtonCaseKanaKanji = 0x199f, |
|
4558 EAknsMinorGenericQgnIndiFepButtonCaseKanaKanjiSel = 0x19a0, |
|
4559 EAknsMinorGenericQgnIndiFepButtonCaseLatinTextJapanese = 0x19a1, |
|
4560 EAknsMinorGenericQgnIndiFepButtonCaseLatinTextJapaneseSel = 0x19a2, |
|
4561 EAknsMinorGenericQgnIndiFepButtonCaseNumericJapanese = 0x19a3, |
|
4562 EAknsMinorGenericQgnIndiFepButtonCaseNumericJapaneseSel = 0x19a4, |
|
4563 EAknsMinorGenericQgnIndiFepButtonClearJapanese1 = 0x19a5, |
|
4564 EAknsMinorGenericQgnIndiFepButtonClearJapanese1Sel = 0x19a6, |
|
4565 EAknsMinorGenericQgnIndiFepButtonClearJapanese2 = 0x19a7, |
|
4566 EAknsMinorGenericQgnIndiFepButtonClearJapanese2Sel = 0x19a8, |
|
4567 EAknsMinorGenericQgnIndiFepButtonConvertToKanji = 0x19a9, |
|
4568 EAknsMinorGenericQgnIndiFepButtonConvertToKanjiDimmed = 0x19aa, |
|
4569 EAknsMinorGenericQgnIndiFepButtonConvertToKanjiSel = 0x19ab, |
|
4570 EAknsMinorGenericQgnIndiFepButtonEnterJapanese1 = 0x19ac, |
|
4571 EAknsMinorGenericQgnIndiFepButtonEnterJapanese1Sel = 0x19ad, |
|
4572 EAknsMinorGenericQgnIndiFepButtonEnterJapanese2 = 0x19ae, |
|
4573 EAknsMinorGenericQgnIndiFepButtonEnterJapanese2Sel = 0x19af, |
|
4574 EAknsMinorGenericQgnIndiFepButtonHiragana = 0x19b0, |
|
4575 EAknsMinorGenericQgnIndiFepButtonHiraganaSel = 0x19b1, |
|
4576 EAknsMinorGenericQgnIndiFepButtonKatakana = 0x19b2, |
|
4577 EAknsMinorGenericQgnIndiFepButtonKatakanaSel = 0x19b3, |
|
4578 EAknsMinorGenericQgnIndiFepButtonSpace4 = 0x19b4, |
|
4579 EAknsMinorGenericQgnIndiFepButtonSpace4Sel = 0x19b5, |
|
4580 EAknsMinorGenericQgnIndiHelpInfo = 0x19b6, |
|
4581 EAknsMinorGenericQgnIndiHelpTip = 0x19b7, |
|
4582 EAknsMinorGenericQgnIndiHelpWarning = 0x19b8, |
|
4583 EAknsMinorGenericQgnIndiSliderNaviSuper = 0x19b9, |
|
4584 EAknsMinorGenericQgnPropMsgAttach = 0x19ba, |
|
4585 EAknsMinorGenericQgnPropMsgRecipients = 0x19bb, |
|
4586 EAknsMinorGenericQgnPropMsgReply = 0x19bc, |
|
4587 EAknsMinorGenericQsnFrPopupPreviewMaskIcon = 0x19bd, |
|
4588 EAknsMinorGenericQgnIndiDialerAddContacts = 0x19be, |
|
4589 EAknsMinorGenericQgnIndiMsgPriorityHigh = 0x19bf, |
|
4590 EAknsMinorGenericQgnIndiMsgPriorityLow = 0x19c0, |
|
4591 EAknsMinorGenericQgnPropMgGamsnapps = 0x19c1, |
|
4592 EAknsMinorGenericQsnFrPopupPreviewCenter = 0x19c2, |
|
4593 EAknsMinorGenericQsnFrPopupPreviewCornerBl = 0x19c3, |
|
4594 EAknsMinorGenericQsnFrPopupPreviewCornerBr = 0x19c4, |
|
4595 EAknsMinorGenericQsnFrPopupPreviewCornerTl = 0x19c5, |
|
4596 EAknsMinorGenericQsnFrPopupPreviewCornerTr = 0x19c6, |
|
4597 EAknsMinorGenericQsnFrPopupPreviewSideB = 0x19c7, |
|
4598 EAknsMinorGenericQsnFrPopupPreviewSideL = 0x19c8, |
|
4599 EAknsMinorGenericQsnFrPopupPreviewSideR = 0x19c9, |
|
4600 EAknsMinorGenericQsnFrPopupPreviewSideT = 0x19ca, |
|
4601 EAknsMinorGenericQgnGrafBgLscBottomMaskIcon = 0x19cb, |
|
4602 EAknsMinorGenericQgnGrafBgLscTopMaskIcon = 0x19cc, |
|
4603 EAknsMinorGenericQgnGrafBgPrtBottomMaskIcon = 0x19cd, |
|
4604 EAknsMinorGenericQgnGrafBgPrtTopMaskIcon = 0x19ce, |
|
4605 EAknsMinorGenericQgnGrafNsliderEndLeft = 0x19cf, |
|
4606 EAknsMinorGenericQgnGrafNsliderEndRight = 0x19d0, |
|
4607 EAknsMinorGenericQgnGrafNsliderMarker = 0x19d1, |
|
4608 EAknsMinorGenericQgnGrafNsliderMiddle = 0x19d2, |
|
4609 EAknsMinorGenericQgnGrafNsliderMupEndBottom = 0x19d3, |
|
4610 EAknsMinorGenericQgnGrafNsliderMupEndTop = 0x19d4, |
|
4611 EAknsMinorGenericQgnGrafNsliderMupMarker = 0x19d5, |
|
4612 EAknsMinorGenericQgnGrafNsliderMupMiddle = 0x19d6, |
|
4613 EAknsMinorGenericQgnGrafNsliderMupTab = 0x19d7, |
|
4614 EAknsMinorGenericQgnIndiTbBrightness = 0x19d8, |
|
4615 EAknsMinorGenericQgnIndiTbCallVolume = 0x19d9, |
|
4616 EAknsMinorGenericQgnIndiTbFfwFrew = 0x19da, |
|
4617 EAknsMinorGenericQgnIndiTbFullscreen = 0x19db, |
|
4618 EAknsMinorGenericQgnIndiTbIhfOff = 0x19dc, |
|
4619 EAknsMinorGenericQgnIndiTbIhfOn = 0x19dd, |
|
4620 EAknsMinorGenericQgnIndiTbPauseSendVideo = 0x19de, |
|
4621 EAknsMinorGenericQgnIndiTbPlay = 0x19df, |
|
4622 EAknsMinorGenericQgnIndiTbSendVideo = 0x19e0, |
|
4623 EAknsMinorGenericQgnStatLocGpsUni = 0x19e1, |
|
4624 EAknsMinorGenericQsnFrCallPocActCenter = 0x19e2, |
|
4625 EAknsMinorGenericQsnFrCallPocActCenterIdle = 0x19e3, |
|
4626 EAknsMinorGenericQsnFrCallPocActCornerBl = 0x19e4, |
|
4627 EAknsMinorGenericQsnFrCallPocActCornerBlIdle = 0x19e5, |
|
4628 EAknsMinorGenericQsnFrCallPocActCornerBr = 0x19e6, |
|
4629 EAknsMinorGenericQsnFrCallPocActCornerBrIdle = 0x19e7, |
|
4630 EAknsMinorGenericQsnFrCallPocActCornerTl = 0x19e8, |
|
4631 EAknsMinorGenericQsnFrCallPocActCornerTlIdle = 0x19e9, |
|
4632 EAknsMinorGenericQsnFrCallPocActCornerTr = 0x19ea, |
|
4633 EAknsMinorGenericQsnFrCallPocActCornerTrIdle = 0x19eb, |
|
4634 EAknsMinorGenericQsnFrCallPocActSideB = 0x19ec, |
|
4635 EAknsMinorGenericQsnFrCallPocActSideBIdle = 0x19ed, |
|
4636 EAknsMinorGenericQsnFrCallPocActSideL = 0x19ee, |
|
4637 EAknsMinorGenericQsnFrCallPocActSideLIdle = 0x19ef, |
|
4638 EAknsMinorGenericQsnFrCallPocActSideR = 0x19f0, |
|
4639 EAknsMinorGenericQsnFrCallPocActSideRIdle = 0x19f1, |
|
4640 EAknsMinorGenericQsnFrCallPocActSideTl = 0x19f2, |
|
4641 EAknsMinorGenericQsnFrCallPocActSideTlIdle = 0x19f3, |
|
4642 EAknsMinorGenericQsnFrCallPocActSideTm = 0x19f4, |
|
4643 EAknsMinorGenericQsnFrCallPocActSideTmIdle = 0x19f5, |
|
4644 EAknsMinorGenericQsnFrCallPocActSideTr = 0x19f6, |
|
4645 EAknsMinorGenericQsnFrCallPocActSideTrIdle = 0x19f7, |
|
4646 EAknsMinorGenericQsnFrCallPocInactCenter = 0x19f8, |
|
4647 EAknsMinorGenericQsnFrCallPocInactCenterIdle = 0x19f9, |
|
4648 EAknsMinorGenericQsnFrCallPocInactCornerBl = 0x19fa, |
|
4649 EAknsMinorGenericQsnFrCallPocInactCornerBlIdle = 0x19fb, |
|
4650 EAknsMinorGenericQsnFrCallPocInactCornerBr = 0x19fc, |
|
4651 EAknsMinorGenericQsnFrCallPocInactCornerBrIdle = 0x19fd, |
|
4652 EAknsMinorGenericQsnFrCallPocInactCornerTl = 0x19fe, |
|
4653 EAknsMinorGenericQsnFrCallPocInactCornerTlIdle = 0x19ff, |
|
4654 EAknsMinorGenericQsnFrCallPocInactCornerTr = 0x1a00, |
|
4655 EAknsMinorGenericQsnFrCallPocInactCornerTrIdle = 0x1a01, |
|
4656 EAknsMinorGenericQsnFrCallPocInactSideB = 0x1a02, |
|
4657 EAknsMinorGenericQsnFrCallPocInactSideBIdle = 0x1a03, |
|
4658 EAknsMinorGenericQsnFrCallPocInactSideL = 0x1a04, |
|
4659 EAknsMinorGenericQsnFrCallPocInactSideLIdle = 0x1a05, |
|
4660 EAknsMinorGenericQsnFrCallPocInactSideR = 0x1a06, |
|
4661 EAknsMinorGenericQsnFrCallPocInactSideRIdle = 0x1a07, |
|
4662 EAknsMinorGenericQsnFrCallPocInactSideT = 0x1a08, |
|
4663 EAknsMinorGenericQsnFrCallPocInactSideTIdle = 0x1a09, |
|
4664 EAknsMinorGenericQsnFrCall2BubbleCenter = 0x1a0a, |
|
4665 EAknsMinorGenericQsnFrCall2BubbleCenterDisconn = 0x1a0b, |
|
4666 EAknsMinorGenericQsnFrCall2BubbleCenterMaskIcon = 0x1a0c, |
|
4667 EAknsMinorGenericQsnFrCall2BubbleCornerBl = 0x1a0d, |
|
4668 EAknsMinorGenericQsnFrCall2BubbleCornerBlDisconn = 0x1a0e, |
|
4669 EAknsMinorGenericQsnFrCall2BubbleCornerBlMaskIcon = 0x1a0f, |
|
4670 EAknsMinorGenericQsnFrCall2BubbleCornerBrFirst = 0x1a10, |
|
4671 EAknsMinorGenericQsnFrCall2BubbleCornerBrFirstDisconn = 0x1a11, |
|
4672 EAknsMinorGenericQsnFrCall2BubbleCornerBrFirstMaskIcon = 0x1a12, |
|
4673 EAknsMinorGenericQsnFrCall2BubbleCornerBrSecond = 0x1a13, |
|
4674 EAknsMinorGenericQsnFrCall2BubbleCornerBrSecondDisconn = 0x1a14, |
|
4675 EAknsMinorGenericQsnFrCall2BubbleCornerBrSecondMaskIcon = 0x1a15, |
|
4676 EAknsMinorGenericQsnFrCall2BubbleCornerTlFirst = 0x1a16, |
|
4677 EAknsMinorGenericQsnFrCall2BubbleCornerTlFirstDisconn = 0x1a17, |
|
4678 EAknsMinorGenericQsnFrCall2BubbleCornerTlFirstMaskIcon = 0x1a18, |
|
4679 EAknsMinorGenericQsnFrCall2BubbleCornerTlSecond = 0x1a19, |
|
4680 EAknsMinorGenericQsnFrCall2BubbleCornerTlSecondDisconn = 0x1a1a, |
|
4681 EAknsMinorGenericQsnFrCall2BubbleCornerTlSecondMaskIcon = 0x1a1b, |
|
4682 EAknsMinorGenericQsnFrCall2BubbleCornerTr = 0x1a1c, |
|
4683 EAknsMinorGenericQsnFrCall2BubbleCornerTrDisconn = 0x1a1d, |
|
4684 EAknsMinorGenericQsnFrCall2BubbleCornerTrMaskIcon = 0x1a1e, |
|
4685 EAknsMinorGenericQsnFrCall2BubbleSideB = 0x1a1f, |
|
4686 EAknsMinorGenericQsnFrCall2BubbleSideBDisconn = 0x1a20, |
|
4687 EAknsMinorGenericQsnFrCall2BubbleSideBMaskIcon = 0x1a21, |
|
4688 EAknsMinorGenericQsnFrCall2BubbleSideL = 0x1a22, |
|
4689 EAknsMinorGenericQsnFrCall2BubbleSideLDisconn = 0x1a23, |
|
4690 EAknsMinorGenericQsnFrCall2BubbleSideLMaskIcon = 0x1a24, |
|
4691 EAknsMinorGenericQsnFrCall2BubbleSideR = 0x1a25, |
|
4692 EAknsMinorGenericQsnFrCall2BubbleSideRDisconn = 0x1a26, |
|
4693 EAknsMinorGenericQsnFrCall2BubbleSideRMaskIcon = 0x1a27, |
|
4694 EAknsMinorGenericQsnFrCall2BubbleSideT = 0x1a28, |
|
4695 EAknsMinorGenericQsnFrCall2BubbleSideTDisconn = 0x1a29, |
|
4696 EAknsMinorGenericQsnFrCall2BubbleSideTMaskIcon = 0x1a2a, |
|
4697 EAknsMinorGenericQsnFrCall2RectCenter = 0x1a2b, |
|
4698 EAknsMinorGenericQsnFrCall2RectCenterDisconn = 0x1a2c, |
|
4699 EAknsMinorGenericQsnFrCall2RectCenterMaskIcon = 0x1a2d, |
|
4700 EAknsMinorGenericQsnFrCall2RectCornerBl = 0x1a2e, |
|
4701 EAknsMinorGenericQsnFrCall2RectCornerBlDisconn = 0x1a2f, |
|
4702 EAknsMinorGenericQsnFrCall2RectCornerBlMaskIcon = 0x1a30, |
|
4703 EAknsMinorGenericQsnFrCall2RectCornerBr = 0x1a31, |
|
4704 EAknsMinorGenericQsnFrCall2RectCornerBrDisconn = 0x1a32, |
|
4705 EAknsMinorGenericQsnFrCall2RectCornerBrMaskIcon = 0x1a33, |
|
4706 EAknsMinorGenericQsnFrCall2RectCornerTl = 0x1a34, |
|
4707 EAknsMinorGenericQsnFrCall2RectCornerTlDisconn = 0x1a35, |
|
4708 EAknsMinorGenericQsnFrCall2RectCornerTlMaskIcon = 0x1a36, |
|
4709 EAknsMinorGenericQsnFrCall2RectCornerTr = 0x1a37, |
|
4710 EAknsMinorGenericQsnFrCall2RectCornerTrDisconn = 0x1a38, |
|
4711 EAknsMinorGenericQsnFrCall2RectCornerTrMaskIcon = 0x1a39, |
|
4712 EAknsMinorGenericQsnFrCall2RectSideB = 0x1a3a, |
|
4713 EAknsMinorGenericQsnFrCall2RectSideBDisconn = 0x1a3b, |
|
4714 EAknsMinorGenericQsnFrCall2RectSideBMaskIcon = 0x1a3c, |
|
4715 EAknsMinorGenericQsnFrCall2RectSideL = 0x1a3d, |
|
4716 EAknsMinorGenericQsnFrCall2RectSideLDisconn = 0x1a3e, |
|
4717 EAknsMinorGenericQsnFrCall2RectSideLMaskIcon = 0x1a3f, |
|
4718 EAknsMinorGenericQsnFrCall2RectSideR = 0x1a40, |
|
4719 EAknsMinorGenericQsnFrCall2RectSideRDisconn = 0x1a41, |
|
4720 EAknsMinorGenericQsnFrCall2RectSideRMaskIcon = 0x1a42, |
|
4721 EAknsMinorGenericQsnFrCall2RectSideT = 0x1a43, |
|
4722 EAknsMinorGenericQsnFrCall2RectSideTDisconn = 0x1a44, |
|
4723 EAknsMinorGenericQsnFrCall2RectSideTMaskIcon = 0x1a45, |
|
4724 EAknsMinorGenericQgnGrafNsliderCamsEndLeft = 0x1a46, |
|
4725 EAknsMinorGenericQgnGrafNsliderCamsEndRight = 0x1a47, |
|
4726 EAknsMinorGenericQgnGrafNsliderCamsMarker = 0x1a48, |
|
4727 EAknsMinorGenericQgnGrafNsliderCamsMiddle = 0x1a49, |
|
4728 EAknsMinorGenericQgnGrafNsliderMarkerSelected = 0x1a4a, |
|
4729 EAknsMinorGenericQgnGrafNsliderVdedEndLeft = 0x1a4b, |
|
4730 EAknsMinorGenericQgnGrafNsliderVdedEndLeftSelected = 0x1a4c, |
|
4731 EAknsMinorGenericQgnGrafNsliderVdedEndMiddle = 0x1a4d, |
|
4732 EAknsMinorGenericQgnGrafNsliderVdedEndRight = 0x1a4e, |
|
4733 EAknsMinorGenericQgnGrafNsliderVdedEndRightSelected = 0x1a4f, |
|
4734 EAknsMinorGenericQgnGrafNsliderVdedMiddle = 0x1a50, |
|
4735 EAknsMinorGenericQgnGrafNsliderVdedMiddleSelected = 0x1a51, |
|
4736 EAknsMinorGenericQgnIndiBrowserMsAdd = 0x1a52, |
|
4737 EAknsMinorGenericQgnIndiCamsRecSuper = 0x1a53, |
|
4738 EAknsMinorGenericQgnIndiDefaultConnAdd = 0x1a54, |
|
4739 EAknsMinorGenericQgnIndiFlashError = 0x1a55, |
|
4740 EAknsMinorGenericQgnIndiImedRotate = 0x1a56, |
|
4741 EAknsMinorGenericQgnIndiImedRotateLeftSuper = 0x1a57, |
|
4742 EAknsMinorGenericQgnIndiImedRotateRightSuper = 0x1a58, |
|
4743 EAknsMinorGenericQgnIndiNrtypDefault = 0x1a59, |
|
4744 EAknsMinorGenericQgnIndiVdedEnd = 0x1a5a, |
|
4745 EAknsMinorGenericQgnIndiVdedPlayhead = 0x1a5b, |
|
4746 EAknsMinorGenericQgnIndiVdedScissors = 0x1a5c, |
|
4747 EAknsMinorGenericQgnIndiVdedStart = 0x1a5d, |
|
4748 EAknsMinorGenericQgnIndiVdedTimelineSelected = 0x1a5e, |
|
4749 EAknsMinorGenericQgnIndiVdedVolumeUpDown = 0x1a5f, |
|
4750 EAknsMinorGenericQgnMenuAmWidget = 0x1a60, |
|
4751 EAknsMinorGenericQgnMenuLocation = 0x1a61, |
|
4752 EAknsMinorGenericQgnPropContactDetailTab2 = 0x1a62, |
|
4753 EAknsMinorGenericQgnPropContactPropTab2 = 0x1a63, |
|
4754 EAknsMinorGenericQgnPropCpConn = 0x1a64, |
|
4755 EAknsMinorGenericQgnPropCpConnAdmin = 0x1a65, |
|
4756 EAknsMinorGenericQgnPropCpConnDatasync = 0x1a66, |
|
4757 EAknsMinorGenericQgnPropCpConnExchange = 0x1a67, |
|
4758 EAknsMinorGenericQgnPropCpConnIr = 0x1a68, |
|
4759 EAknsMinorGenericQgnPropCpConnMan = 0x1a69, |
|
4760 EAknsMinorGenericQgnPropCpConnSync = 0x1a6a, |
|
4761 EAknsMinorGenericQgnPropCpDev = 0x1a6b, |
|
4762 EAknsMinorGenericQgnPropCpDevAbout = 0x1a6c, |
|
4763 EAknsMinorGenericQgnPropCpDevDef = 0x1a6d, |
|
4764 EAknsMinorGenericQgnPropCpDevDiag = 0x1a6e, |
|
4765 EAknsMinorGenericQgnPropCpDevDisp = 0x1a6f, |
|
4766 EAknsMinorGenericQgnPropCpDevInfo = 0x1a70, |
|
4767 EAknsMinorGenericQgnPropCpDevInteract = 0x1a71, |
|
4768 EAknsMinorGenericQgnPropCpDevMan = 0x1a72, |
|
4769 EAknsMinorGenericQgnPropCpDevOrig = 0x1a73, |
|
4770 EAknsMinorGenericQgnPropCpDevSecur = 0x1a74, |
|
4771 EAknsMinorGenericQgnPropCpDevUpdate = 0x1a75, |
|
4772 EAknsMinorGenericQgnPropCpInst = 0x1a76, |
|
4773 EAknsMinorGenericQgnPropCpInstFiles = 0x1a77, |
|
4774 EAknsMinorGenericQgnPropCpInstInstalls = 0x1a78, |
|
4775 EAknsMinorGenericQgnPropCpInstSettings = 0x1a79, |
|
4776 EAknsMinorGenericQgnPropCpPerso = 0x1a7a, |
|
4777 EAknsMinorGenericQgnPropCpPersoIdle = 0x1a7b, |
|
4778 EAknsMinorGenericQgnPropCpPersoLang = 0x1a7c, |
|
4779 EAknsMinorGenericQgnPropCpPersoProf = 0x1a7d, |
|
4780 EAknsMinorGenericQgnPropCpPersoTheme = 0x1a7e, |
|
4781 EAknsMinorGenericQgnPropCpTele = 0x1a7f, |
|
4782 EAknsMinorGenericQgnPropCpTeleSpeed = 0x1a80, |
|
4783 EAknsMinorGenericQgnPropCpTeleVmail = 0x1a81, |
|
4784 EAknsMinorGenericQgnPropFmgrMs = 0x1a82, |
|
4785 EAknsMinorGenericQgnPropFmgrMsSub = 0x1a83, |
|
4786 EAknsMinorGenericQgnPropMemcMsTab = 0x1a84, |
|
4787 EAknsMinorGenericQgnPropMmcMsSmall = 0x1a85, |
|
4788 EAknsMinorGenericQgnPropNrtypCaltxt = 0x1a86, |
|
4789 EAknsMinorGenericQgnPropNrtypDefault = 0x1a87, |
|
4790 EAknsMinorGenericQgnPropNrtypQdial = 0x1a88, |
|
4791 EAknsMinorGenericQgnPropNrtypSync = 0x1a89, |
|
4792 EAknsMinorGenericQsnCpImedScrollBgBottom = 0x1a8a, |
|
4793 EAknsMinorGenericQsnCpImedScrollBgMiddle = 0x1a8b, |
|
4794 EAknsMinorGenericQsnCpImedScrollBgTop = 0x1a8c, |
|
4795 EAknsMinorGenericQsnCpScrollImedHandleBottom = 0x1a8d, |
|
4796 EAknsMinorGenericQsnCpScrollImedHandleMiddle = 0x1a8e, |
|
4797 EAknsMinorGenericQsnCpScrollImedHandleTop = 0x1a8f, |
|
4798 EAknsMinorGenericQsnFrPopupPreviewLeftMaskIcon = 0x1a90, |
|
4799 EAknsMinorGenericQsnFrPopupPreviewRightMaskIcon = 0x1a91, |
|
4800 EAknsMinorGenericQgnStatBtInvisibleUni = 0x1a92, |
|
4801 EAknsMinorGenericQgnStatModBtInvisibleUni = 0x1a93, |
|
4802 EAknsMinorGenericQsnFrImedGridCenter = 0x1a94, |
|
4803 EAknsMinorGenericQsnFrImedGridCornerBl = 0x1a95, |
|
4804 EAknsMinorGenericQsnFrImedGridCornerBr = 0x1a96, |
|
4805 EAknsMinorGenericQsnFrImedGridCornerTl = 0x1a97, |
|
4806 EAknsMinorGenericQsnFrImedGridCornerTr = 0x1a98, |
|
4807 EAknsMinorGenericQsnFrImedGridSideB = 0x1a99, |
|
4808 EAknsMinorGenericQsnFrImedGridSideL = 0x1a9a, |
|
4809 EAknsMinorGenericQsnFrImedGridSideR = 0x1a9b, |
|
4810 EAknsMinorGenericQsnFrImedGridSideT = 0x1a9c, |
|
4811 EAknsMinorGenericQgnIndiMupDefaultAlmumPcast = 0x1a9d, |
|
4812 EAknsMinorGenericQgnIndiTpContacts = 0x1a9e, |
|
4813 EAknsMinorGenericQgnPropMupLibraryMusic = 0x1a9f, |
|
4814 EAknsMinorGenericQgnPropMupLibraryPcast = 0x1aa0, |
|
4815 EAknsMinorGenericQgnPropMupNowPlay = 0x1aa1, |
|
4816 EAknsMinorGenericQgnPropMupPcastEpisode = 0x1aa2, |
|
4817 EAknsMinorGenericQgnPropMupPcastEpisodeAll = 0x1aa3, |
|
4818 EAknsMinorGenericQgnPropMupPcastEpisodePublish = 0x1aa4, |
|
4819 EAknsMinorGenericQgnPropMupPcastEpisodeTitle = 0x1aa5, |
|
4820 EAknsMinorGenericQgnGrafFepChar11x4ChineseNumeric = 0x1aa6, |
|
4821 EAknsMinorGenericQgnIndiButtonPreviewClose = 0x1aa7, |
|
4822 EAknsMinorGenericQgnIndiFepButtonSpace5 = 0x1aa8, |
|
4823 EAknsMinorGenericQgnIndiFepButtonSpace5Sel = 0x1aa9, |
|
4824 EAknsMinorGenericQgnIndiImedRotateLeft = 0x1aaa, |
|
4825 EAknsMinorGenericQgnIndiImedRotateRight = 0x1aab, |
|
4826 EAknsMinorGenericQgnPropMupArtistsCollapsed = 0x1aac, |
|
4827 EAknsMinorGenericQgnPropMupArtistsExpand = 0x1aad, |
|
4828 EAknsMinorGenericQgnPropMupSongsCollapsed = 0x1aae, |
|
4829 EAknsMinorGenericQgnPropMupSongsExpand = 0x1aaf, |
|
4830 EAknsMinorGenericQgnPropPaSignup = 0x1ab0, |
|
4831 EAknsMinorGenericQgnPropPaUnsubscribe = 0x1ab1, |
|
4832 EAknsMinorGenericQgnIndiMup3Forward = 0x1ab2, |
|
4833 EAknsMinorGenericQgnIndiMup3ForwardFocused = 0x1ab3, |
|
4834 EAknsMinorGenericQgnIndiMup3PauseFocused = 0x1ab4, |
|
4835 EAknsMinorGenericQgnIndiMup3Playpause = 0x1ab5, |
|
4836 EAknsMinorGenericQgnIndiMup3PlayFocused = 0x1ab6, |
|
4837 EAknsMinorGenericQgnIndiMup3Rewind = 0x1ab7, |
|
4838 EAknsMinorGenericQgnIndiMup3RewindFocused = 0x1ab8, |
|
4839 EAknsMinorGenericQgnIndiMup3Stop = 0x1ab9, |
|
4840 EAknsMinorGenericQgnIndiMup3StopFocused = 0x1aba, |
|
4841 EAknsMinorGenericQgnIndiWifiProtectedAdd = 0x1abb, |
|
4842 EAknsMinorGenericQgnPropCpDevSec = 0x1abc, |
|
4843 EAknsMinorGenericQgnPropImageTbNext = 0x1abd, |
|
4844 EAknsMinorGenericQgnPropImageTbPause = 0x1abe, |
|
4845 EAknsMinorGenericQgnPropImageTbPlay2 = 0x1abf, |
|
4846 EAknsMinorGenericQgnPropImageTbPrev = 0x1ac0, |
|
4847 EAknsMinorGenericQgnPropImageTbZoomIn = 0x1ac1, |
|
4848 EAknsMinorGenericQgnPropImageTbZoomOut = 0x1ac2, |
|
4849 EAknsMinorGenericQgnPropVideoNoRight = 0x1ac3, |
|
4850 EAknsMinorGenericQgnPropVideoValidRight = 0x1ac4, |
|
4851 EAknsMinorGenericQgnIndiCalcDown = 0x1ac5, |
|
4852 EAknsMinorGenericQgnIndiCalcUp = 0x1ac6, |
|
4853 EAknsMinorGenericQgnIndiCaleTbMeetingNew = 0x1ac7, |
|
4854 EAknsMinorGenericQgnIndiCaleTbTodoNew = 0x1ac8, |
|
4855 EAknsMinorGenericQgnIndiVdedPause = 0x1ac9, |
|
4856 EAknsMinorGenericQgnPropCamsMskSelect = 0x1aca, |
|
4857 EAknsMinorGenericQgnPropLinkVideoSuper = 0x1acb, |
|
4858 EAknsMinorGenericQgnPropMupPcastTitle = 0x1acc, |
|
4859 EAknsMinorGenericQgnGrafFepTrainingArrowLeft = 0x1acd, |
|
4860 EAknsMinorGenericQgnGrafFepTrainingArrowLeftSel = 0x1ace, |
|
4861 EAknsMinorGenericQgnGrafFepTrainingArrowRight = 0x1acf, |
|
4862 EAknsMinorGenericQgnGrafFepTrainingArrowRightSel = 0x1ad0, |
|
4863 EAknsMinorGenericQgnGrafVolumeSmallVerticalMarker = 0x1ad1, |
|
4864 EAknsMinorGenericQgnGrafVolumeSmallVerticalMarkerSelected = 0x1ad2, |
|
4865 EAknsMinorGenericQgnGrafVolumeSmallVerticalOff = 0x1ad3, |
|
4866 EAknsMinorGenericQgnGrafVolumeSmallVerticalOn = 0x1ad4, |
|
4867 EAknsMinorGenericQgnIndiFepSctFwSymbols = 0x1ad5, |
|
4868 EAknsMinorGenericQgnIndiFepSctFwSymbolsDimmed = 0x1ad6, |
|
4869 EAknsMinorGenericQgnIndiFepSctHwSymbols = 0x1ad7, |
|
4870 EAknsMinorGenericQgnIndiFepSctHwSymbolsDimmed = 0x1ad8, |
|
4871 EAknsMinorGenericQgnIndiFepTrainingButtonCaseCapital = 0x1ad9, |
|
4872 EAknsMinorGenericQgnIndiFepTrainingButtonCaseCapitalSel = 0x1ada, |
|
4873 EAknsMinorGenericQgnIndiFepTrainingButtonCaseNumeric = 0x1adb, |
|
4874 EAknsMinorGenericQgnIndiFepTrainingButtonCaseNumericSel = 0x1adc, |
|
4875 EAknsMinorGenericQgnIndiFepTrainingButtonCaseSmall = 0x1add, |
|
4876 EAknsMinorGenericQgnIndiFepTrainingButtonCaseSmallSel = 0x1ade, |
|
4877 EAknsMinorGenericQgnIndiFepTrainingButtonCaseSpecial = 0x1adf, |
|
4878 EAknsMinorGenericQgnIndiFepTrainingButtonCaseSpecialSel = 0x1ae0, |
|
4879 EAknsMinorGenericQgnIndiFepTrainingButtonCharGrid = 0x1ae1, |
|
4880 EAknsMinorGenericQgnIndiFepTrainingButtonCharGridSel = 0x1ae2, |
|
4881 EAknsMinorGenericQgnIndiFmgrMsAdd = 0x1ae3, |
|
4882 EAknsMinorGenericQgnIndiImedCursor2Super = 0x1ae4, |
|
4883 EAknsMinorGenericQgnIndiPlaying = 0x1ae5, |
|
4884 EAknsMinorGenericQgnIndiVolumeArrowDown = 0x1ae6, |
|
4885 EAknsMinorGenericQgnIndiVolumeArrowDownInactive = 0x1ae7, |
|
4886 EAknsMinorGenericQgnIndiVolumeArrowDownSelected = 0x1ae8, |
|
4887 EAknsMinorGenericQgnIndiVolumeArrowUp = 0x1ae9, |
|
4888 EAknsMinorGenericQgnIndiVolumeArrowUpInactive = 0x1aea, |
|
4889 EAknsMinorGenericQgnIndiVolumeArrowUpSelected = 0x1aeb, |
|
4890 EAknsMinorGenericQgnPropHwrShortcutTab2 = 0x1aec, |
|
4891 EAknsMinorGenericQgnPropHwrTrainingShortcut = 0x1aed, |
|
4892 EAknsMinorGenericQgnPropHwrTrainingTab1 = 0x1aee, |
|
4893 EAknsMinorGenericQgnGrafFepChar6x5 = 0x1aef, |
|
4894 EAknsMinorGenericQgnIndiBrowserTbBlank = 0x1af0, |
|
4895 EAknsMinorGenericQgnIndiBrowserTbBm = 0x1af1, |
|
4896 EAknsMinorGenericQgnIndiBrowserTbFeeds = 0x1af2, |
|
4897 EAknsMinorGenericQgnIndiBrowserTbFindKw = 0x1af3, |
|
4898 EAknsMinorGenericQgnIndiBrowserTbGoto = 0x1af4, |
|
4899 EAknsMinorGenericQgnIndiBrowserTbHelp = 0x1af5, |
|
4900 EAknsMinorGenericQgnIndiBrowserTbImages = 0x1af6, |
|
4901 EAknsMinorGenericQgnIndiBrowserTbKeyMap = 0x1af7, |
|
4902 EAknsMinorGenericQgnIndiBrowserTbPages = 0x1af8, |
|
4903 EAknsMinorGenericQgnIndiBrowserTbRotate = 0x1af9, |
|
4904 EAknsMinorGenericQgnIndiBrowserTbSaveBm = 0x1afa, |
|
4905 EAknsMinorGenericQgnIndiBrowserTbSavePage = 0x1afb, |
|
4906 EAknsMinorGenericQgnIndiBrowserTbSendUrl = 0x1afc, |
|
4907 EAknsMinorGenericQgnIndiBrowserTbSettings = 0x1afd, |
|
4908 EAknsMinorGenericQgnIndiBrowserTbSwitchWin = 0x1afe, |
|
4909 EAknsMinorGenericQgnIndiBrowserTbTb = 0x1aff, |
|
4910 EAknsMinorGenericQgnIndiBrowserTbUrls = 0x1b00, |
|
4911 EAknsMinorGenericQgnIndiBrowserTbZoomIn = 0x1b01, |
|
4912 EAknsMinorGenericQgnIndiBrowserTbZoomOut = 0x1b02, |
|
4913 EAknsMinorGenericQgnIndiFepButtonFullHalfWidth = 0x1b03, |
|
4914 EAknsMinorGenericQgnIndiFepButtonFullHalfWidthSel = 0x1b04, |
|
4915 EAknsMinorGenericQgnIndiFepButtonHalfFullWidth = 0x1b05, |
|
4916 EAknsMinorGenericQgnIndiFepButtonHalfFullWidthSel = 0x1b06, |
|
4917 EAknsMinorGenericQgnIndiFepButtonLongBackspace = 0x1b07, |
|
4918 EAknsMinorGenericQgnIndiFepButtonLongBackspaceSel = 0x1b08, |
|
4919 EAknsMinorGenericQgnIndiFepButtonMarkCaseNumeric = 0x1b09, |
|
4920 EAknsMinorGenericQgnIndiFepButtonMarkCaseNumericSel = 0x1b0a, |
|
4921 EAknsMinorGenericQgnIndiFepButtonMarkCaseText = 0x1b0b, |
|
4922 EAknsMinorGenericQgnIndiFepButtonMarkCaseTextSel = 0x1b0c, |
|
4923 EAknsMinorGenericQgnIndiFepButtonMarkChinese = 0x1b0d, |
|
4924 EAknsMinorGenericQgnIndiFepButtonMarkChineseSel = 0x1b0e, |
|
4925 EAknsMinorGenericQgnIndiFepButtonMorefunction = 0x1b0f, |
|
4926 EAknsMinorGenericQgnIndiFepButtonMorefunctionSel = 0x1b10, |
|
4927 EAknsMinorGenericQgnIndiFepButtonShortSpace = 0x1b11, |
|
4928 EAknsMinorGenericQgnIndiFepButtonShortSpaceSel = 0x1b12, |
|
4929 EAknsMinorGenericQgnIndiFepTrainingButtonCaseCapitalCyrillic = 0x1b13, |
|
4930 EAknsMinorGenericQgnIndiFepTrainingButtonCaseCapitalCyrillicSel = 0x1b14, |
|
4931 EAknsMinorGenericQgnIndiFepTrainingButtonCaseCapitalGreek = 0x1b15, |
|
4932 EAknsMinorGenericQgnIndiFepTrainingButtonCaseCapitalGreekSel = 0x1b16, |
|
4933 EAknsMinorGenericQgnIndiFepTrainingButtonCaseSmallCyrillic = 0x1b17, |
|
4934 EAknsMinorGenericQgnIndiFepTrainingButtonCaseSmallCyrillicSel = 0x1b18, |
|
4935 EAknsMinorGenericQgnIndiFepTrainingButtonCaseSmallGreek = 0x1b19, |
|
4936 EAknsMinorGenericQgnIndiFepTrainingButtonCaseSmallGreekSel = 0x1b1a, |
|
4937 EAknsMinorGenericQgnIndiFepTrainingButtonCaseTextHebrew = 0x1b1b, |
|
4938 EAknsMinorGenericQgnIndiFepTrainingButtonCaseTextHebrewSel = 0x1b1c, |
|
4939 EAknsMinorGenericQgnIndiIvImages = 0x1b1d, |
|
4940 EAknsMinorGenericQgnIndiIvLeft = 0x1b1e, |
|
4941 EAknsMinorGenericQgnIndiIvRight = 0x1b1f, |
|
4942 EAknsMinorGenericQgnIndiMup2Random = 0x1b20, |
|
4943 EAknsMinorGenericQgnIndiMup2RandomOff = 0x1b21, |
|
4944 EAknsMinorGenericQgnIndiMup4Forward = 0x1b22, |
|
4945 EAknsMinorGenericQgnIndiMup4ForwardDimmed = 0x1b23, |
|
4946 EAknsMinorGenericQgnIndiMup4ForwardFocused = 0x1b24, |
|
4947 EAknsMinorGenericQgnIndiMup4Pause = 0x1b25, |
|
4948 EAknsMinorGenericQgnIndiMup4PauseDimmed = 0x1b26, |
|
4949 EAknsMinorGenericQgnIndiMup4PauseFocused = 0x1b27, |
|
4950 EAknsMinorGenericQgnIndiMup4Play = 0x1b28, |
|
4951 EAknsMinorGenericQgnIndiMup4PlayDimmed = 0x1b29, |
|
4952 EAknsMinorGenericQgnIndiMup4PlayFocused = 0x1b2a, |
|
4953 EAknsMinorGenericQgnIndiMup4Rewind = 0x1b2b, |
|
4954 EAknsMinorGenericQgnIndiMup4RewindDimmed = 0x1b2c, |
|
4955 EAknsMinorGenericQgnIndiMup4RewindFocused = 0x1b2d, |
|
4956 EAknsMinorGenericQgnIndiMup4Stop = 0x1b2e, |
|
4957 EAknsMinorGenericQgnIndiMup4StopDimmed = 0x1b2f, |
|
4958 EAknsMinorGenericQgnIndiMup4StopFocused = 0x1b30, |
|
4959 EAknsMinorGenericQgnIndiMup4VolumeDown = 0x1b31, |
|
4960 EAknsMinorGenericQgnIndiMup4VolumeDownDimmed = 0x1b32, |
|
4961 EAknsMinorGenericQgnIndiMup4VolumeDownFocused = 0x1b33, |
|
4962 EAknsMinorGenericQgnIndiMup4VolumeUp = 0x1b34, |
|
4963 EAknsMinorGenericQgnIndiMup4VolumeUpDimmed = 0x1b35, |
|
4964 EAknsMinorGenericQgnIndiMup4VolumeUpFocused = 0x1b36, |
|
4965 EAknsMinorGenericQgnIndiMupDefaultAlbumPcast = 0x1b37, |
|
4966 EAknsMinorGenericQgnIndiMupRepeatOff = 0x1b38, |
|
4967 EAknsMinorGenericQgnIndiSctrlMaskActLsc = 0x1b39, |
|
4968 EAknsMinorGenericQgnIndiSctrlMaskActPrt = 0x1b3a, |
|
4969 EAknsMinorGenericQgnIndiSctrlMaskInactLsc = 0x1b3b, |
|
4970 EAknsMinorGenericQgnIndiSctrlSkMaskLeftPrt = 0x1b3c, |
|
4971 EAknsMinorGenericQgnIndiSctrlSkMaskLsc = 0x1b3d, |
|
4972 EAknsMinorGenericQgnIndiSctrlSkMaskRightPrt = 0x1b3e, |
|
4973 EAknsMinorGenericQgnNoteNfcPrint = 0x1b3f, |
|
4974 EAknsMinorGenericQgnNoteNfcWriteTag = 0x1b40, |
|
4975 EAknsMinorGenericQgnPropBatteryPsActivate = 0x1b41, |
|
4976 EAknsMinorGenericQgnPropBatteryPsDeactivate = 0x1b42, |
|
4977 EAknsMinorGenericQgnPropBtCarKit = 0x1b43, |
|
4978 EAknsMinorGenericQgnPropBtConnected = 0x1b44, |
|
4979 EAknsMinorGenericQgnPropBtGenericDev = 0x1b45, |
|
4980 EAknsMinorGenericQgnPropBtKeyboard = 0x1b46, |
|
4981 EAknsMinorGenericQgnPropBtMouse = 0x1b47, |
|
4982 EAknsMinorGenericQgnPropBtPrinter = 0x1b48, |
|
4983 EAknsMinorGenericQgnPropFmgrMsSmall = 0x1b49, |
|
4984 EAknsMinorGenericQgnPropImageTbDelete2 = 0x1b4a, |
|
4985 EAknsMinorGenericQgnPropImageTbDelete2Dimmed = 0x1b4b, |
|
4986 EAknsMinorGenericQgnPropImageTbDelete2Focused = 0x1b4c, |
|
4987 EAknsMinorGenericQgnPropImageTbNextDimmed = 0x1b4d, |
|
4988 EAknsMinorGenericQgnPropImageTbNextFocused = 0x1b4e, |
|
4989 EAknsMinorGenericQgnPropImageTbPauseDimmed = 0x1b4f, |
|
4990 EAknsMinorGenericQgnPropImageTbPauseFocused = 0x1b50, |
|
4991 EAknsMinorGenericQgnPropImageTbPlay2Dimmed = 0x1b51, |
|
4992 EAknsMinorGenericQgnPropImageTbPlay2Focused = 0x1b52, |
|
4993 EAknsMinorGenericQgnPropImageTbPrevDimmed = 0x1b53, |
|
4994 EAknsMinorGenericQgnPropImageTbPrevFocused = 0x1b54, |
|
4995 EAknsMinorGenericQgnPropImageTbZoom2 = 0x1b55, |
|
4996 EAknsMinorGenericQgnPropImageTbZoomInDimmed = 0x1b56, |
|
4997 EAknsMinorGenericQgnPropImageTbZoomInFocused = 0x1b57, |
|
4998 EAknsMinorGenericQgnPropImageTbZoomOutDimmed = 0x1b58, |
|
4999 EAknsMinorGenericQgnPropImageTbZoomOutFocused = 0x1b59, |
|
5000 EAknsMinorGenericQgnPropImageVideo = 0x1b5a, |
|
5001 EAknsMinorGenericQgnPropMpTv = 0x1b5b, |
|
5002 EAknsMinorGenericQgnPropNfcAuthPay = 0x1b5c, |
|
5003 EAknsMinorGenericQgnPropNfcCloneTag = 0x1b5d, |
|
5004 EAknsMinorGenericQgnPropNfcCreateTag = 0x1b5e, |
|
5005 EAknsMinorGenericQgnPropNfcEraseTag = 0x1b5f, |
|
5006 EAknsMinorGenericQgnPropNfcReadTag = 0x1b60, |
|
5007 EAknsMinorGenericQgnPropNfcSessClosed = 0x1b61, |
|
5008 EAknsMinorGenericQgnPropNfcSessOpen = 0x1b62, |
|
5009 EAknsMinorGenericQgnPropSctrlCharGrid = 0x1b63, |
|
5010 EAknsMinorGenericQgnPropSctrlPreview = 0x1b64, |
|
5011 EAknsMinorGenericQgnPropSctrlRemove = 0x1b65, |
|
5012 EAknsMinorGenericQgnIndiDialerLogs = 0x1b66, |
|
5013 EAknsMinorGenericQgnIndiBrowserTxtSelectionMode = 0x1b67, |
|
5014 EAknsMinorGenericQgnIndiMpOngoingInterrupt = 0x1b68, |
|
5015 EAknsMinorGenericQgnPropCpConnIrOff = 0x1b69, |
|
5016 EAknsMinorGenericQgnPropImGroupNotJoined = 0x1b6a, |
|
5017 EAknsMinorGenericQgnPropSetAppsBtConnHidden = 0x1b6b, |
|
5018 EAknsMinorGenericQgnPropSetAppsBtConnShown = 0x1b6c, |
|
5019 EAknsMinorGenericQgnPropSetAppsBtOff = 0x1b6d, |
|
5020 EAknsMinorGenericQgnPropSetAppsBtOnHidden = 0x1b6e, |
|
5021 EAknsMinorGenericQgnPropSetAppsBtOnShown = 0x1b6f, |
|
5022 EAknsMinorGenericQgnPropSetAppsUsbOff = 0x1b70, |
|
5023 EAknsMinorGenericQgnPropSetNetworkSubOffline = 0x1b71, |
|
5024 EAknsMinorGenericQgnStatFnLock = 0x1b72, |
|
5025 EAknsMinorGenericQgnStatFnMode = 0x1b73, |
|
5026 EAknsMinorGenericQgnGrafMshopIconApp = 0x1b74, |
|
5027 EAknsMinorGenericQgnGrafMshopIconCtx = 0x1b75, |
|
5028 EAknsMinorGenericQgnGrafMupAdtlReorderDown = 0x1b76, |
|
5029 EAknsMinorGenericQgnGrafMupAdtlReorderUp = 0x1b77, |
|
5030 EAknsMinorGenericQgnGrafMupAdtlReorderUpdown = 0x1b78, |
|
5031 EAknsMinorGenericQgnGrafMupCtxAddsong = 0x1b79, |
|
5032 EAknsMinorGenericQgnGrafMupCtxReordersong = 0x1b7a, |
|
5033 EAknsMinorGenericQgnGrafMupDlstMusic = 0x1b7b, |
|
5034 EAknsMinorGenericQgnGrafMupDlstNowplaying = 0x1b7c, |
|
5035 EAknsMinorGenericQgnGrafMupDlstPodcast = 0x1b7d, |
|
5036 EAknsMinorGenericQgnGrafMupIconUpnpRemote = 0x1b7e, |
|
5037 EAknsMinorGenericQgnGrafMupLstBrokenplayl = 0x1b7f, |
|
5038 EAknsMinorGenericQgnGrafMupLstBrokenpodc = 0x1b80, |
|
5039 EAknsMinorGenericQgnGrafMupLstBrokentrack = 0x1b81, |
|
5040 EAknsMinorGenericQgnGrafMupLstColpsdArtist = 0x1b82, |
|
5041 EAknsMinorGenericQgnGrafMupLstColpsdTrack = 0x1b83, |
|
5042 EAknsMinorGenericQgnGrafMupLstCorruptpodc = 0x1b84, |
|
5043 EAknsMinorGenericQgnGrafMupLstCorrupttrack = 0x1b85, |
|
5044 EAknsMinorGenericQgnGrafMupLstDrmExp = 0x1b86, |
|
5045 EAknsMinorGenericQgnGrafMupLstEmpty = 0x1b87, |
|
5046 EAknsMinorGenericQgnGrafMupLstExpdArtist = 0x1b88, |
|
5047 EAknsMinorGenericQgnGrafMupLstExpdTrack = 0x1b89, |
|
5048 EAknsMinorGenericQgnGrafMupLstPdcAdded = 0x1b8a, |
|
5049 EAknsMinorGenericQgnGrafMupLstPdcAuto = 0x1b8b, |
|
5050 EAknsMinorGenericQgnGrafMupLstPdcCateg = 0x1b8c, |
|
5051 EAknsMinorGenericQgnGrafMupLstPdcCompplay = 0x1b8d, |
|
5052 EAknsMinorGenericQgnGrafMupLstPdcDate = 0x1b8e, |
|
5053 EAknsMinorGenericQgnGrafMupLstPdcEpisode = 0x1b8f, |
|
5054 EAknsMinorGenericQgnGrafMupLstPdcNew = 0x1b90, |
|
5055 EAknsMinorGenericQgnGrafMupLstPdcNoplay = 0x1b91, |
|
5056 EAknsMinorGenericQgnGrafMupLstPdcPartplay = 0x1b92, |
|
5057 EAknsMinorGenericQgnGrafMupLstPdcTitle = 0x1b93, |
|
5058 EAknsMinorGenericQgnGrafMupLstTrack = 0x1b94, |
|
5059 EAknsMinorGenericQgnGrafMupLstUserplayl = 0x1b95, |
|
5060 EAknsMinorGenericQgnGrafMupNpvDefalbumartTransp = 0x1b96, |
|
5061 EAknsMinorGenericQgnGrafMupNpvIconPause = 0x1b97, |
|
5062 EAknsMinorGenericQgnGrafMupNpvIconPlay = 0x1b98, |
|
5063 EAknsMinorGenericQgnGrafMupNpvIconRepeat = 0x1b99, |
|
5064 EAknsMinorGenericQgnGrafMupNpvIconRepeatone = 0x1b9a, |
|
5065 EAknsMinorGenericQgnGrafMupNpvIconShuffle = 0x1b9b, |
|
5066 EAknsMinorGenericQgnGrafMupNpvPrbarBgd = 0x1b9c, |
|
5067 EAknsMinorGenericQgnGrafMupNpvPrbarBgdLs = 0x1b9d, |
|
5068 EAknsMinorGenericQgnGrafMupNpvPrbarMidDownload = 0x1b9e, |
|
5069 EAknsMinorGenericQgnGrafMupNpvPrbarTopPlay = 0x1b9f, |
|
5070 EAknsMinorGenericQgnGrafMupSsBgnd01 = 0x1ba0, |
|
5071 EAknsMinorGenericQgnGrafMupSsBgnd02 = 0x1ba1, |
|
5072 EAknsMinorGenericQgnGrafMupSsBgnd03 = 0x1ba2, |
|
5073 EAknsMinorGenericQgnGrafMupSsBgnd04 = 0x1ba3, |
|
5074 EAknsMinorGenericQgnGrafMupStatusPopPause = 0x1ba4, |
|
5075 EAknsMinorGenericQgnGrafMupStatusPopPlay = 0x1ba5, |
|
5076 EAknsMinorGenericQgnGrafMupVolwIconMute = 0x1ba6, |
|
5077 EAknsMinorGenericQgnGrafMupVolwIconSpeaker = 0x1ba7, |
|
5078 EAknsMinorGenericQgnIndiMpNoAudio = 0x1ba8, |
|
5079 EAknsMinorGenericQgnIndiMpNoVideo = 0x1ba9, |
|
5080 EAknsMinorGenericQgnIndiMupVolwSlider = 0x1baa, |
|
5081 EAknsMinorGenericQgnIndiMupVolwSliderBg = 0x1bab, |
|
5082 EAknsMinorGenericQgnMenuSivc = 0x1bac, |
|
5083 EAknsMinorGenericQgnPropBtCarKitConnect = 0x1bad, |
|
5084 EAknsMinorGenericQgnPropBtGenericDevConnect = 0x1bae, |
|
5085 EAknsMinorGenericQgnPropBtKeyboardConnect = 0x1baf, |
|
5086 EAknsMinorGenericQgnPropBtMouseConnect = 0x1bb0, |
|
5087 EAknsMinorGenericQgnPropBtPrinterConnect = 0x1bb1, |
|
5088 EAknsMinorGenericQgnGrafNsliderTickMajor = 0x1bb2, |
|
5089 EAknsMinorGenericQgnGrafNsliderTickMinor = 0x1bb3, |
|
5090 EAknsMinorGenericQgnGrafNsliderVerticalBottom = 0x1bb4, |
|
5091 EAknsMinorGenericQgnGrafNsliderVerticalMarker = 0x1bb5, |
|
5092 EAknsMinorGenericQgnGrafNsliderVerticalMiddle = 0x1bb6, |
|
5093 EAknsMinorGenericQgnGrafNsliderVerticalTickMajor = 0x1bb7, |
|
5094 EAknsMinorGenericQgnGrafNsliderVerticalTickMinor = 0x1bb8, |
|
5095 EAknsMinorGenericQgnGrafNsliderVerticalTop = 0x1bb9, |
|
5096 EAknsMinorGenericQgnGrafTimetrackEndLeft = 0x1bba, |
|
5097 EAknsMinorGenericQgnGrafTimetrackEndRight = 0x1bbb, |
|
5098 EAknsMinorGenericQgnGrafTimetrackMiddle = 0x1bbc, |
|
5099 EAknsMinorGenericQgnGrafTimetrackTrimmedEndLeft = 0x1bbd, |
|
5100 EAknsMinorGenericQgnGrafTimetrackTrimmedEndRight = 0x1bbe, |
|
5101 EAknsMinorGenericQgnGrafTimetrackTrimmedMiddle = 0x1bbf, |
|
5102 EAknsMinorGenericQgnIndiCam4Flash = 0x1bc0, |
|
5103 EAknsMinorGenericQgnIndiCam4ModeCamera = 0x1bc1, |
|
5104 EAknsMinorGenericQgnIndiCam4Reso = 0x1bc2, |
|
5105 EAknsMinorGenericQgnIndiCam4Sequence = 0x1bc3, |
|
5106 EAknsMinorGenericQgnIndiCam4Shake = 0x1bc4, |
|
5107 EAknsMinorGenericQgnIndiCam4Timer = 0x1bc5, |
|
5108 EAknsMinorGenericQgnIndiTbAppsgrid = 0x1bc6, |
|
5109 EAknsMinorGenericQgnIndiTbDialler = 0x1bc7, |
|
5110 EAknsMinorGenericQgnIndiTbEmailNew = 0x1bc8, |
|
5111 EAknsMinorGenericQgnIndiTbEmailReply = 0x1bc9, |
|
5112 EAknsMinorGenericQgnIndiTbMsgNew = 0x1bca, |
|
5113 EAknsMinorGenericQgnIndiTbMsgReply = 0x1bcb, |
|
5114 EAknsMinorGenericQgnIndiTbProfiles = 0x1bcc, |
|
5115 EAknsMinorGenericQgnIndiTimetrackMarked = 0x1bcd, |
|
5116 EAknsMinorGenericQgnIndiTimetrackMarker = 0x1bce, |
|
5117 EAknsMinorGenericQgnIndiVid4AudioMute = 0x1bcf, |
|
5118 EAknsMinorGenericQgnIndiVid4LightOn = 0x1bd0, |
|
5119 EAknsMinorGenericQgnIndiVid4MemoryMmc = 0x1bd1, |
|
5120 EAknsMinorGenericQgnIndiVid4MemoryPhone = 0x1bd2, |
|
5121 EAknsMinorGenericQgnIndiVid4ModeVideo = 0x1bd3, |
|
5122 EAknsMinorGenericQgnIndiVid4QualityHigh = 0x1bd4, |
|
5123 EAknsMinorGenericQgnIndiVid4QualityLow = 0x1bd5, |
|
5124 EAknsMinorGenericQgnIndiVid4QualityNormal = 0x1bd6, |
|
5125 EAknsMinorGenericQgnIndiVid4StabilizeOn = 0x1bd7, |
|
5126 EAknsMinorGenericQgnIndiWlanSnifferPluginOff = 0x1bd8, |
|
5127 EAknsMinorGenericQgnIndiWlanSnifferPluginOn = 0x1bd9, |
|
5128 EAknsMinorGenericQgnMenuGroupCustomerMusic = 0x1bda, |
|
5129 EAknsMinorGenericQgnMenuGroupCustomerUtilities = 0x1bdb, |
|
5130 EAknsMinorGenericQgnMenuWlanSniffer = 0x1bdc, |
|
5131 EAknsMinorGenericQgnPropFolderParent = 0x1bdd, |
|
5132 EAknsMinorGenericQgnPropSetConnWlanConn = 0x1bde, |
|
5133 EAknsMinorGenericQgnPropSetConnWlanOff = 0x1bdf, |
|
5134 EAknsMinorGenericQgnGrafTbExtFindBg = 0x1be0, |
|
5135 EAknsMinorGenericQgnGrafTbExtFindButtonBg = 0x1be1, |
|
5136 EAknsMinorGenericQgnIndiAiArrowLeft = 0x1be2, |
|
5137 EAknsMinorGenericQgnIndiAiArrowRight = 0x1be3, |
|
5138 EAknsMinorGenericQgnIndiAiBlinds = 0x1be4, |
|
5139 EAknsMinorGenericQgnIndiAiClosePlugin = 0x1be5, |
|
5140 EAknsMinorGenericQgnIndiAiClosePluginPressed = 0x1be6, |
|
5141 EAknsMinorGenericQgnIndiAiDown = 0x1be7, |
|
5142 EAknsMinorGenericQgnIndiAiDownDimmed = 0x1be8, |
|
5143 EAknsMinorGenericQgnIndiAiDownPressed = 0x1be9, |
|
5144 EAknsMinorGenericQgnIndiAiLeft = 0x1bea, |
|
5145 EAknsMinorGenericQgnIndiAiLeftDimmed = 0x1beb, |
|
5146 EAknsMinorGenericQgnIndiAiLeftPressed = 0x1bec, |
|
5147 EAknsMinorGenericQgnIndiAiMiddle = 0x1bed, |
|
5148 EAknsMinorGenericQgnIndiAiMiddleDimmed = 0x1bee, |
|
5149 EAknsMinorGenericQgnIndiAiMiddlePressed = 0x1bef, |
|
5150 EAknsMinorGenericQgnIndiAiRight = 0x1bf0, |
|
5151 EAknsMinorGenericQgnIndiAiRightDimmed = 0x1bf1, |
|
5152 EAknsMinorGenericQgnIndiAiRightPressed = 0x1bf2, |
|
5153 EAknsMinorGenericQgnIndiAiShow = 0x1bf3, |
|
5154 EAknsMinorGenericQgnIndiAiShowLandscape = 0x1bf4, |
|
5155 EAknsMinorGenericQgnIndiAiUp = 0x1bf5, |
|
5156 EAknsMinorGenericQgnIndiAiUpDimmed = 0x1bf6, |
|
5157 EAknsMinorGenericQgnIndiAiUpPressed = 0x1bf7, |
|
5158 EAknsMinorGenericQgnIndiFepButtonInputSwitch = 0x1bf8, |
|
5159 EAknsMinorGenericQgnIndiFepButtonInputSwitchSel = 0x1bf9, |
|
5160 EAknsMinorGenericQgnIndiItutCursorDown = 0x1bfa, |
|
5161 EAknsMinorGenericQgnIndiItutCursorLeft = 0x1bfb, |
|
5162 EAknsMinorGenericQgnIndiItutCursorRight = 0x1bfc, |
|
5163 EAknsMinorGenericQgnIndiItutCursorUp = 0x1bfd, |
|
5164 EAknsMinorGenericQgnIndiItutInputSwitch = 0x1bfe, |
|
5165 EAknsMinorGenericQgnIndiKeypadShift = 0x1bff, |
|
5166 EAknsMinorGenericQgnIndiKeypadSpace = 0x1c00, |
|
5167 EAknsMinorGenericQgnIndiKeypadStar = 0x1c01, |
|
5168 EAknsMinorGenericQgnIndiTbExtension = 0x1c02, |
|
5169 EAknsMinorGenericQgnMenuAppsDcd = 0x1c03, |
|
5170 EAknsMinorGenericQgnPropBtAudioConnect = 0x1c04, |
|
5171 EAknsMinorGenericQgnPropBtComputerConnect = 0x1c05, |
|
5172 EAknsMinorGenericQgnPropBtPhoneConnect = 0x1c06, |
|
5173 EAknsMinorGenericQgnPropSetAppsDcd = 0x1c07, |
|
5174 EAknsMinorGenericQgnCalendarEventIndi = 0x1c20, |
|
5175 EAknsMinorGenericQgnCalendarIndiDate = 0x1c21, |
|
5176 EAknsMinorGenericQgnEasydialActionMenu = 0x1c22, |
|
5177 EAknsMinorGenericQgnEasydialContact = 0x1c23, |
|
5178 EAknsMinorGenericQgnEasydialContactGroup = 0x1c24, |
|
5179 EAknsMinorGenericQgnEmailFocusFrameBottomLeft = 0x1c25, |
|
5180 EAknsMinorGenericQgnEmailFocusFrameBottomRight = 0x1c26, |
|
5181 EAknsMinorGenericQgnEmailFocusFrameTopLeft = 0x1c27, |
|
5182 EAknsMinorGenericQgnEmailFocusFrameTopRight = 0x1c28, |
|
5183 EAknsMinorGenericQgnFscalIndiAlarmDay = 0x1c29, |
|
5184 EAknsMinorGenericQgnFscalIndiAlarmTime = 0x1c2a, |
|
5185 EAknsMinorGenericQgnFscalIndiEvents = 0x1c2b, |
|
5186 EAknsMinorGenericQgnFscalIndiMemo = 0x1c2c, |
|
5187 EAknsMinorGenericQgnFscalIndiNewTodo = 0x1c2d, |
|
5188 EAknsMinorGenericQgnFscalIndiOccasion = 0x1c2e, |
|
5189 EAknsMinorGenericQgnFscalIndiPriorityHigh = 0x1c2f, |
|
5190 EAknsMinorGenericQgnFscalIndiPriorityLow = 0x1c30, |
|
5191 EAknsMinorGenericQgnFscalIndiPriorityNormal = 0x1c31, |
|
5192 EAknsMinorGenericQgnFscalIndiRecurrence = 0x1c32, |
|
5193 EAknsMinorGenericQgnFscalIndiSubject = 0x1c33, |
|
5194 EAknsMinorGenericQgnFscalIndiSubject02 = 0x1c34, |
|
5195 EAknsMinorGenericQgnFscalIndiSubjectPrioHi = 0x1c35, |
|
5196 EAknsMinorGenericQgnFscalIndiSynchronisation = 0x1c36, |
|
5197 EAknsMinorGenericQgnFscalIndiTodo = 0x1c37, |
|
5198 EAknsMinorGenericQgnFseDropDownDeletedItemsIcon = 0x1c38, |
|
5199 EAknsMinorGenericQgnFseDropDownDraftsIcon = 0x1c39, |
|
5200 EAknsMinorGenericQgnFseDropDownEmailAccountIcon = 0x1c3a, |
|
5201 EAknsMinorGenericQgnFseDropDownInboxIcon = 0x1c3b, |
|
5202 EAknsMinorGenericQgnFseDropDownMoreFoldersIcon = 0x1c3c, |
|
5203 EAknsMinorGenericQgnFseDropDownOutboxIcon = 0x1c3d, |
|
5204 EAknsMinorGenericQgnFseDropDownSentIcon = 0x1c3e, |
|
5205 EAknsMinorGenericQgnFseDropDownSentIcon2 = 0x1c3f, |
|
5206 EAknsMinorGenericQgnFseFolderListAscendingIcon = 0x1c40, |
|
5207 EAknsMinorGenericQgnFseFolderListDeletedItemsIcon = 0x1c41, |
|
5208 EAknsMinorGenericQgnFseFolderListDescendingIcon = 0x1c42, |
|
5209 EAknsMinorGenericQgnFseFolderListDraftsIcon = 0x1c43, |
|
5210 EAknsMinorGenericQgnFseFolderListInboxIcon = 0x1c44, |
|
5211 EAknsMinorGenericQgnFseFolderListInboxSubfoldersIcon = 0x1c45, |
|
5212 EAknsMinorGenericQgnFseFolderListServerFoldersIcon = 0x1c46, |
|
5213 EAknsMinorGenericQgnFseMailAttachment = 0x1c47, |
|
5214 EAknsMinorGenericQgnFseMailIconForwardedAttachmentIcon = 0x1c48, |
|
5215 EAknsMinorGenericQgnFseMailIconForwardedIcon = 0x1c49, |
|
5216 EAknsMinorGenericQgnFseMailIconHighPriorityIcon = 0x1c4a, |
|
5217 EAknsMinorGenericQgnFseMailIconLowPriorityIcon = 0x1c4b, |
|
5218 EAknsMinorGenericQgnFseMailIconReadAttachmentIcon = 0x1c4c, |
|
5219 EAknsMinorGenericQgnFseMailIconReadIcon = 0x1c4d, |
|
5220 EAknsMinorGenericQgnFseMailIconRepliedAllAttachmentIcon = 0x1c4e, |
|
5221 EAknsMinorGenericQgnFseMailIconRepliedAllIcon = 0x1c4f, |
|
5222 EAknsMinorGenericQgnFseMailIconRepliedAttachmentIcon = 0x1c50, |
|
5223 EAknsMinorGenericQgnFseMailIconRepliedIcon = 0x1c51, |
|
5224 EAknsMinorGenericQgnFseMailIconUnreadIcon = 0x1c52, |
|
5225 EAknsMinorGenericQgnFseMailIconUnreadAttachmentIcon = 0x1c53, |
|
5226 EAknsMinorGenericQgnFseMailRead = 0x1c54, |
|
5227 EAknsMinorGenericQgnFseMailReadAttachment = 0x1c55, |
|
5228 EAknsMinorGenericQgnFseMailReadAttachmentLowPrior = 0x1c56, |
|
5229 EAknsMinorGenericQgnFseMailReadForwarded = 0x1c57, |
|
5230 EAknsMinorGenericQgnFseMailReadForwardedAttachment = 0x1c58, |
|
5231 EAknsMinorGenericQgnFseMailReadForwardedAttachmentHighPrior = 0x1c59, |
|
5232 EAknsMinorGenericQgnFseMailReadForwardedAttachmentLowPrior = 0x1c5a, |
|
5233 EAknsMinorGenericQgnFseMailReadForwardedHighPrior = 0x1c5b, |
|
5234 EAknsMinorGenericQgnFseMailReadForwardedLowPrior = 0x1c5c, |
|
5235 EAknsMinorGenericQgnFseMailReadForwardedLowPrior2 = 0x1c5d, |
|
5236 EAknsMinorGenericQgnFseMailReadHighPrior = 0x1c5e, |
|
5237 EAknsMinorGenericQgnFseMailReadLowPrior = 0x1c5f, |
|
5238 EAknsMinorGenericQgnFseMailReadReplied = 0x1c60, |
|
5239 EAknsMinorGenericQgnFseMailReadRepliedAttachment = 0x1c61, |
|
5240 EAknsMinorGenericQgnFseMailReadRepliedAttachmentHighPrior = 0x1c62, |
|
5241 EAknsMinorGenericQgnFseMailReadRepliedAttachmentLowPrior = 0x1c63, |
|
5242 EAknsMinorGenericQgnFseMailReadRepliedForwarded = 0x1c64, |
|
5243 EAknsMinorGenericQgnFseMailReadRepliedForwardedAttachment = 0x1c65, |
|
5244 EAknsMinorGenericQgnFseMailReadRepliedForwardedAttachmentHighPrior = 0x1c66, |
|
5245 EAknsMinorGenericQgnFseMailReadRepliedForwardedAttachmentLowPrior = 0x1c67, |
|
5246 EAknsMinorGenericQgnFseMailReadRepliedForwardedHighPrior = 0x1c68, |
|
5247 EAknsMinorGenericQgnFseMailReadRepliedHighPrior = 0x1c69, |
|
5248 EAknsMinorGenericQgnFseMailReadRepliedLowPrior = 0x1c6a, |
|
5249 EAknsMinorGenericQgnFseMailSentMail = 0x1c6b, |
|
5250 EAknsMinorGenericQgnFseMailUnread = 0x1c6c, |
|
5251 EAknsMinorGenericQgnFseMailUnreadAttachment = 0x1c6d, |
|
5252 EAknsMinorGenericQgnFseMailUnreadAttachmentHighPrior = 0x1c6e, |
|
5253 EAknsMinorGenericQgnFseMailUnreadAttachmentLowPrior = 0x1c6f, |
|
5254 EAknsMinorGenericQgnFseMailUnreadForwarded = 0x1c70, |
|
5255 EAknsMinorGenericQgnFseMailUnreadForwardedAttachment = 0x1c71, |
|
5256 EAknsMinorGenericQgnFseMailUnreadForwardedAttachmentHighPrior = 0x1c72, |
|
5257 EAknsMinorGenericQgnFseMailUnreadForwardedAttachmentLowPrior = 0x1c73, |
|
5258 EAknsMinorGenericQgnFseMailUnreadForwardedHighPrior = 0x1c74, |
|
5259 EAknsMinorGenericQgnFseMailUnreadForwardedLowPrior = 0x1c75, |
|
5260 EAknsMinorGenericQgnFseMailUnreadHighPrior = 0x1c76, |
|
5261 EAknsMinorGenericQgnFseMailUnreadLowPrior = 0x1c77, |
|
5262 EAknsMinorGenericQgnFseViewerFollowUpCompleteIcon = 0x1c78, |
|
5263 EAknsMinorGenericQgnFseViewerFollowUpCompleteIcon02 = 0x1c79, |
|
5264 EAknsMinorGenericQgnFseViewerFollowUpIcon = 0x1c7a, |
|
5265 EAknsMinorGenericQgnFseViewerIconHighPriorityIcon = 0x1c7b, |
|
5266 EAknsMinorGenericQgnFseViewerIconLowPriorityIcon = 0x1c7c, |
|
5267 EAknsMinorGenericQgnFseViewerIconReadIcon = 0x1c7d, |
|
5268 EAknsMinorGenericQgnFseViewerIconRepliedAllIcon = 0x1c7e, |
|
5269 EAknsMinorGenericQgnFseViewerIconRepliedIcon = 0x1c7f, |
|
5270 EAknsMinorGenericQgnFseViewerIconUnreadIcon = 0x1c80, |
|
5271 EAknsMinorGenericQgnFseViewerAttachmentDocIcon = 0x1c81, |
|
5272 EAknsMinorGenericQgnFseViewerAttachmentHtmlIcon = 0x1c82, |
|
5273 EAknsMinorGenericQgnFseViewerAttachmentImageIcon = 0x1c83, |
|
5274 EAknsMinorGenericQgnFseViewerAttachmentNotDownloadedIcon = 0x1c84, |
|
5275 EAknsMinorGenericQgnFseViewerAttachmentPdfIcon = 0x1c85, |
|
5276 EAknsMinorGenericQgnFseViewerAttachmentPptIcon = 0x1c86, |
|
5277 EAknsMinorGenericQgnFseViewerAttachmentRtfIcon = 0x1c87, |
|
5278 EAknsMinorGenericQgnFseViewerAttachmentUnidentifiedExtensionIcon = 0x1c88, |
|
5279 EAknsMinorGenericQgnFseViewerAttachmentXlsIcon = 0x1c89, |
|
5280 EAknsMinorGenericQgnFsActionCall = 0x1c8a, |
|
5281 EAknsMinorGenericQgnFsActionConfService = 0x1c8b, |
|
5282 EAknsMinorGenericQgnFsActionConfWizard = 0x1c8c, |
|
5283 EAknsMinorGenericQgnFsActionEmail = 0x1c8d, |
|
5284 EAknsMinorGenericQgnFsActionMeeting = 0x1c8e, |
|
5285 EAknsMinorGenericQgnFsActionMms = 0x1c8f, |
|
5286 EAknsMinorGenericQgnFsActionPtt = 0x1c90, |
|
5287 EAknsMinorGenericQgnFsActionSms = 0x1c91, |
|
5288 EAknsMinorGenericQgnFsActionVidcall = 0x1c92, |
|
5289 EAknsMinorGenericQgnFsActionVoip = 0x1c93, |
|
5290 EAknsMinorGenericQgnFsContactsGroup = 0x1c94, |
|
5291 EAknsMinorGenericQgnFsDatabasePhone = 0x1c95, |
|
5292 EAknsMinorGenericQgnFsEmailContentTypeGroupedResultView = 0x1c96, |
|
5293 EAknsMinorGenericQgnFsEmailGrafRoundedInputField0 = 0x1c97, |
|
5294 EAknsMinorGenericQgnFsEmailGrafRoundedInputField01 = 0x1c98, |
|
5295 EAknsMinorGenericQgnFsEmailGrafRoundedInputField02 = 0x1c99, |
|
5296 EAknsMinorGenericQgnFsEmailGrafRoundedInputField03 = 0x1c9a, |
|
5297 EAknsMinorGenericQgnFsEmailGrafRoundedInputField04 = 0x1c9b, |
|
5298 EAknsMinorGenericQgnFsEmailGrafRoundedInputField05 = 0x1c9c, |
|
5299 EAknsMinorGenericQgnFsEmailGrafRoundedInputField06 = 0x1c9d, |
|
5300 EAknsMinorGenericQgnFsEmailGrafRoundedInputField07 = 0x1c9e, |
|
5301 EAknsMinorGenericQgnFsEmailGrafRoundedInputField08 = 0x1c9f, |
|
5302 EAknsMinorGenericQgnFsEmailGrafRoundedInputField09 = 0x1ca0, |
|
5303 EAknsMinorGenericQgnFsEmailMenuAppIcon = 0x1ca1, |
|
5304 EAknsMinorGenericQgnFsEmailReadSingleResultView = 0x1ca2, |
|
5305 EAknsMinorGenericQgnFsEmailSentSingleResultView = 0x1ca3, |
|
5306 EAknsMinorGenericQgnFsEmailUnreadSingleResultView = 0x1ca4, |
|
5307 EAknsMinorGenericQgnFsGrafCalendarContent = 0x1ca5, |
|
5308 EAknsMinorGenericQgnFsGrafCalendarCtrlbar = 0x1ca6, |
|
5309 EAknsMinorGenericQgnFsGrafCalendarHeader = 0x1ca7, |
|
5310 EAknsMinorGenericQgnFsGrafCalendarHeaderCopy = 0x1ca8, |
|
5311 EAknsMinorGenericQgnFsGrafContactsContent = 0x1cab, |
|
5312 EAknsMinorGenericQgnFsGrafContactsCtrlbar = 0x1cac, |
|
5313 EAknsMinorGenericQgnFsGrafContactsHeader = 0x1cad, |
|
5314 EAknsMinorGenericQgnFsGrafEmailContent = 0x1cae, |
|
5315 EAknsMinorGenericQgnFsGrafEmailCtrlbar = 0x1caf, |
|
5316 EAknsMinorGenericQgnFsGrafEmailHeader = 0x1cb0, |
|
5317 EAknsMinorGenericQgnFsGroupConfService = 0x1cb1, |
|
5318 EAknsMinorGenericQgnFsGrpListQueryNew = 0x1cb2, |
|
5319 EAknsMinorGenericQgnFsHomeNotifActiveNoPopup = 0x1cb3, |
|
5320 EAknsMinorGenericQgnFsHomeNotifActiveWithPopup = 0x1cb4, |
|
5321 EAknsMinorGenericQgnFsHomeNotifInactive = 0x1cb5, |
|
5322 EAknsMinorGenericQgnFsHomeNotifPopupC1 = 0x1cb6, |
|
5323 EAknsMinorGenericQgnFsHomeNotifPopupC2 = 0x1cb7, |
|
5324 EAknsMinorGenericQgnFsHomeNotifPopupC3 = 0x1cb8, |
|
5325 EAknsMinorGenericQgnFsHomeNotifPopupC4 = 0x1cb9, |
|
5326 EAknsMinorGenericQgnFsHomeNotifPopupC5 = 0x1cba, |
|
5327 EAknsMinorGenericQgnFsHomeNotifPopupC6 = 0x1cbb, |
|
5328 EAknsMinorGenericQgnFsHomeNotifPopupL1 = 0x1cbc, |
|
5329 EAknsMinorGenericQgnFsHomeNotifPopupL2 = 0x1cbd, |
|
5330 EAknsMinorGenericQgnFsHomeNotifPopupL3 = 0x1cbe, |
|
5331 EAknsMinorGenericQgnFsHomeNotifPopupL4 = 0x1cbf, |
|
5332 EAknsMinorGenericQgnFsHomeNotifPopupL5 = 0x1cc0, |
|
5333 EAknsMinorGenericQgnFsHomeNotifPopupL6 = 0x1cc1, |
|
5334 EAknsMinorGenericQgnFsHomeNotifPopupR1 = 0x1cc2, |
|
5335 EAknsMinorGenericQgnFsHomeNotifPopupR2 = 0x1cc3, |
|
5336 EAknsMinorGenericQgnFsHomeNotifPopupR3 = 0x1cc4, |
|
5337 EAknsMinorGenericQgnFsHomeNotifPopupR4 = 0x1cc5, |
|
5338 EAknsMinorGenericQgnFsHomeNotifPopupR5 = 0x1cc6, |
|
5339 EAknsMinorGenericQgnFsHomeNotifPopupR6 = 0x1cc7, |
|
5340 EAknsMinorGenericQgnFsHscrActionArrowLeft = 0x1cc8, |
|
5341 EAknsMinorGenericQgnFsHscrActionArrowRight = 0x1cc9, |
|
5342 EAknsMinorGenericQgnFsHscrEmailPopup1 = 0x1cca, |
|
5343 EAknsMinorGenericQgnFsHscrEmailPopup2 = 0x1ccb, |
|
5344 EAknsMinorGenericQgnFsHscrEmailPopup3 = 0x1ccc, |
|
5345 EAknsMinorGenericQgnFsHscrEmailPopup4 = 0x1ccd, |
|
5346 EAknsMinorGenericQgnFsHscrEmailPopup5 = 0x1cce, |
|
5347 EAknsMinorGenericQgnFsHscrEmailPopup6 = 0x1ccf, |
|
5348 EAknsMinorGenericQgnFsHscrGrafEasydialHigh = 0x1cd0, |
|
5349 EAknsMinorGenericQgnFsHscrGrafEasydialLow = 0x1cd1, |
|
5350 EAknsMinorGenericQgnFsIndiAddNewMailbox = 0x1cd2, |
|
5351 EAknsMinorGenericQgnFsIndiConnected = 0x1cd3, |
|
5352 EAknsMinorGenericQgnFsIndiDisconnectedError = 0x1cd4, |
|
5353 EAknsMinorGenericQgnFsIndiDisconnectedGeneral = 0x1cd5, |
|
5354 EAknsMinorGenericQgnFsIndiDisconnectedLowBattery = 0x1cd6, |
|
5355 EAknsMinorGenericQgnFsIndiIntellisyncInbox = 0x1cd7, |
|
5356 EAknsMinorGenericQgnFsIndiMarkedAdd = 0x1cd8, |
|
5357 EAknsMinorGenericQgnFsIndiMinusSign = 0x1cd9, |
|
5358 EAknsMinorGenericQgnFsIndiPlusSign = 0x1cda, |
|
5359 EAknsMinorGenericQgnFsIndiPriorityHigh = 0x1cdb, |
|
5360 EAknsMinorGenericQgnFsIndiPriorityHigh2 = 0x1cdc, |
|
5361 EAknsMinorGenericQgnFsIndiPriorityLow = 0x1cdd, |
|
5362 EAknsMinorGenericQgnFsIndiPriorityLow2 = 0x1cde, |
|
5363 EAknsMinorGenericQgnFsIndiPriorityNormal = 0x1cdf, |
|
5364 EAknsMinorGenericQgnFsIndiSynchronisation = 0x1ce0, |
|
5365 EAknsMinorGenericQgnFsIndiUpgrade = 0x1ce1, |
|
5366 EAknsMinorGenericQgnFsPropNrtypEmail = 0x1ce2, |
|
5367 EAknsMinorGenericQgnGrafBarWaitAnim2 = 0x1ce3, |
|
5368 EAknsMinorGenericQgnGrpListConfService = 0x1ce4, |
|
5369 EAknsMinorGenericQgnHscrNotifierAction = 0x1ce5, |
|
5370 EAknsMinorGenericQgnHscrNotifierMissedCalls = 0x1ce6, |
|
5371 EAknsMinorGenericQgnHscrNotifierNewVoiceMail = 0x1ce7, |
|
5372 EAknsMinorGenericQgnHscrNotifierNewVoiceMail1 = 0x1ce8, |
|
5373 EAknsMinorGenericQgnHscrNotifierNewVoiceMail1and2 = 0x1ce9, |
|
5374 EAknsMinorGenericQgnHscrNotifierNewVoiceMail2 = 0x1cea, |
|
5375 EAknsMinorGenericQgnHscrNotifierUnreadMessages = 0x1ceb, |
|
5376 EAknsMinorGenericQgnHscrSecLocked = 0x1cec, |
|
5377 EAknsMinorGenericQgnHscrSecLockNotifierMissedCalls = 0x1ced, |
|
5378 EAknsMinorGenericQgnHscrSecLockNotifierMissedCalls2 = 0x1cee, |
|
5379 EAknsMinorGenericQgnHscrSecLockNotifierNewVoicemails = 0x1cef, |
|
5380 EAknsMinorGenericQgnHscrSecLockNotifierNewVoicemails1 = 0x1cf0, |
|
5381 EAknsMinorGenericQgnHscrSecLockNotifierNewVoicemails12 = 0x1cf1, |
|
5382 EAknsMinorGenericQgnHscrSecLockNotifierNewVoicemails2 = 0x1cf2, |
|
5383 EAknsMinorGenericQgnHscrSecLockNotifierUnreadMsgs = 0x1cf3, |
|
5384 EAknsMinorGenericQgnHscrSwitchMode = 0x1cf4, |
|
5385 EAknsMinorGenericQgnIndiActionMenu = 0x1cf5, |
|
5386 EAknsMinorGenericQgnIndiButtonAnswer = 0x1cf6, |
|
5387 EAknsMinorGenericQgnIndiButtonBluetooth = 0x1cf7, |
|
5388 EAknsMinorGenericQgnIndiButtonConference = 0x1cf8, |
|
5389 EAknsMinorGenericQgnIndiButtonDrop = 0x1cf9, |
|
5390 EAknsMinorGenericQgnIndiButtonEndActiveCall = 0x1cfa, |
|
5391 EAknsMinorGenericQgnIndiButtonEndAllCalls = 0x1cfb, |
|
5392 EAknsMinorGenericQgnIndiButtonEndCall = 0x1cfc, |
|
5393 EAknsMinorGenericQgnIndiButtonGoIdle = 0x1cfd, |
|
5394 EAknsMinorGenericQgnIndiButtonHandset = 0x1cfe, |
|
5395 EAknsMinorGenericQgnIndiButtonHold = 0x1cff, |
|
5396 EAknsMinorGenericQgnIndiButtonJoin = 0x1d00, |
|
5397 EAknsMinorGenericQgnIndiButtonLoudspeaker = 0x1d01, |
|
5398 EAknsMinorGenericQgnIndiButtonMuteMic = 0x1d02, |
|
5399 EAknsMinorGenericQgnIndiButtonParticipants = 0x1d03, |
|
5400 EAknsMinorGenericQgnIndiButtonPrivate = 0x1d04, |
|
5401 EAknsMinorGenericQgnIndiButtonReject = 0x1d05, |
|
5402 EAknsMinorGenericQgnIndiButtonSendDtmf = 0x1d06, |
|
5403 EAknsMinorGenericQgnIndiButtonSwap = 0x1d07, |
|
5404 EAknsMinorGenericQgnIndiButtonUnhold = 0x1d08, |
|
5405 EAknsMinorGenericQgnIndiButtonUnmuteMic = 0x1d09, |
|
5406 EAknsMinorGenericQgnIndiButtonVideoToVoice = 0x1d0a, |
|
5407 EAknsMinorGenericQgnIndiButtonVoiceToVideo = 0x1d0b, |
|
5408 EAknsMinorGenericQgnIndiCam4Antired = 0x1d0c, |
|
5409 EAknsMinorGenericQgnIndiCam4Audio = 0x1d0d, |
|
5410 EAknsMinorGenericQgnIndiCam4AudioMute = 0x1d0e, |
|
5411 EAknsMinorGenericQgnIndiCam4Autoflash = 0x1d0f, |
|
5412 EAknsMinorGenericQgnIndiCam4Camera = 0x1d10, |
|
5413 EAknsMinorGenericQgnIndiCam4CameraSecond = 0x1d11, |
|
5414 EAknsMinorGenericQgnIndiCam4Capture = 0x1d12, |
|
5415 EAknsMinorGenericQgnIndiCam4Colour = 0x1d13, |
|
5416 EAknsMinorGenericQgnIndiCam4ColourBw = 0x1d14, |
|
5417 EAknsMinorGenericQgnIndiCam4ColourNatural = 0x1d15, |
|
5418 EAknsMinorGenericQgnIndiCam4ColourNegative = 0x1d16, |
|
5419 EAknsMinorGenericQgnIndiCam4ColourNormal = 0x1d17, |
|
5420 EAknsMinorGenericQgnIndiCam4ColourSepia = 0x1d18, |
|
5421 EAknsMinorGenericQgnIndiCam4ColourVivid = 0x1d19, |
|
5422 EAknsMinorGenericQgnIndiCam4Delete = 0x1d1a, |
|
5423 EAknsMinorGenericQgnIndiCam4Edit = 0x1d1b, |
|
5424 EAknsMinorGenericQgnIndiCam4Exposure = 0x1d1c, |
|
5425 EAknsMinorGenericQgnIndiCam4Extension = 0x1d1d, |
|
5426 EAknsMinorGenericQgnIndiCam4FlashOff = 0x1d1e, |
|
5427 EAknsMinorGenericQgnIndiCam4FlashOn = 0x1d1f, |
|
5428 EAknsMinorGenericQgnIndiCam4FocusFrameAutoBl = 0x1d20, |
|
5429 EAknsMinorGenericQgnIndiCam4FocusFrameAutoBr = 0x1d21, |
|
5430 EAknsMinorGenericQgnIndiCam4FocusFrameAutoTl = 0x1d22, |
|
5431 EAknsMinorGenericQgnIndiCam4FocusFrameAutoTr = 0x1d23, |
|
5432 EAknsMinorGenericQgnIndiCam4GotoGallery = 0x1d24, |
|
5433 EAknsMinorGenericQgnIndiCam4Iso = 0x1d25, |
|
5434 EAknsMinorGenericQgnIndiCam4IsoAuto = 0x1d26, |
|
5435 EAknsMinorGenericQgnIndiCam4IsoHigh = 0x1d27, |
|
5436 EAknsMinorGenericQgnIndiCam4IsoLow = 0x1d28, |
|
5437 EAknsMinorGenericQgnIndiCam4IsoMedium = 0x1d29, |
|
5438 EAknsMinorGenericQgnIndiCam4LightOff = 0x1d2a, |
|
5439 EAknsMinorGenericQgnIndiCam4LightOn = 0x1d2b, |
|
5440 EAknsMinorGenericQgnIndiCam4MemoryMmc = 0x1d2c, |
|
5441 EAknsMinorGenericQgnIndiCam4MemoryPhone = 0x1d2d, |
|
5442 EAknsMinorGenericQgnIndiCam4ModeAuto = 0x1d2e, |
|
5443 EAknsMinorGenericQgnIndiCam4ModeCloseup = 0x1d2f, |
|
5444 EAknsMinorGenericQgnIndiCam4ModeLandscape = 0x1d30, |
|
5445 EAknsMinorGenericQgnIndiCam4ModeNight = 0x1d31, |
|
5446 EAknsMinorGenericQgnIndiCam4ModePortrait = 0x1d32, |
|
5447 EAknsMinorGenericQgnIndiCam4ModeSport = 0x1d33, |
|
5448 EAknsMinorGenericQgnIndiCam4ModeUserscene = 0x1d34, |
|
5449 EAknsMinorGenericQgnIndiCam4Quality03mpLow = 0x1d35, |
|
5450 EAknsMinorGenericQgnIndiCam4Quality08mpLow = 0x1d36, |
|
5451 EAknsMinorGenericQgnIndiCam4Quality13mpLow = 0x1d37, |
|
5452 EAknsMinorGenericQgnIndiCam4Quality13mpMedium = 0x1d38, |
|
5453 EAknsMinorGenericQgnIndiCam4Quality1mpLow = 0x1d39, |
|
5454 EAknsMinorGenericQgnIndiCam4Quality2mpHigh = 0x1d3a, |
|
5455 EAknsMinorGenericQgnIndiCam4Quality2mpMedium = 0x1d3b, |
|
5456 EAknsMinorGenericQgnIndiCam4Quality3mpHigh = 0x1d3c, |
|
5457 EAknsMinorGenericQgnIndiCam4Quality3mpMedium = 0x1d3d, |
|
5458 EAknsMinorGenericQgnIndiCam4Quality5mpHigh = 0x1d3e, |
|
5459 EAknsMinorGenericQgnIndiCam4Selftimer = 0x1d3f, |
|
5460 EAknsMinorGenericQgnIndiCam4Selftimer10s = 0x1d40, |
|
5461 EAknsMinorGenericQgnIndiCam4Selftimer20s = 0x1d41, |
|
5462 EAknsMinorGenericQgnIndiCam4SelftimerOff = 0x1d42, |
|
5463 EAknsMinorGenericQgnIndiCam4Send = 0x1d43, |
|
5464 EAknsMinorGenericQgnIndiCam4Sequence10min = 0x1d44, |
|
5465 EAknsMinorGenericQgnIndiCam4Sequence10s = 0x1d45, |
|
5466 EAknsMinorGenericQgnIndiCam4Sequence1min = 0x1d46, |
|
5467 EAknsMinorGenericQgnIndiCam4Sequence30min = 0x1d47, |
|
5468 EAknsMinorGenericQgnIndiCam4Sequence30s = 0x1d48, |
|
5469 EAknsMinorGenericQgnIndiCam4Sequence5min = 0x1d49, |
|
5470 EAknsMinorGenericQgnIndiCam4Sequence5s = 0x1d4a, |
|
5471 EAknsMinorGenericQgnIndiCam4SequenceBurst = 0x1d4b, |
|
5472 EAknsMinorGenericQgnIndiCam4Video = 0x1d4c, |
|
5473 EAknsMinorGenericQgnIndiCam4Wb = 0x1d4d, |
|
5474 EAknsMinorGenericQgnIndiCam4WbAuto = 0x1d4e, |
|
5475 EAknsMinorGenericQgnIndiCam4WbCloudy = 0x1d4f, |
|
5476 EAknsMinorGenericQgnIndiCam4WbFluorecent = 0x1d50, |
|
5477 EAknsMinorGenericQgnIndiCam4WbSunny = 0x1d51, |
|
5478 EAknsMinorGenericQgnIndiCam4WbTungsten = 0x1d52, |
|
5479 EAknsMinorGenericQgnIndiCam4Zoom = 0x1d53, |
|
5480 EAknsMinorGenericQgnIndiHiddenWlan = 0x1d54, |
|
5481 EAknsMinorGenericQgnIndiTbAddRecipient = 0x1d55, |
|
5482 EAknsMinorGenericQgnIndiTbEmailForward = 0x1d56, |
|
5483 EAknsMinorGenericQgnIndiTbMsgForward = 0x1d57, |
|
5484 EAknsMinorGenericQgnIndiTbMsgSend = 0x1d58, |
|
5485 EAknsMinorGenericQgnIndiTbRetrieveMms = 0x1d59, |
|
5486 EAknsMinorGenericQgnIndiVid4ContinuousAf = 0x1d5a, |
|
5487 EAknsMinorGenericQgnIndiVid4Pause = 0x1d5b, |
|
5488 EAknsMinorGenericQgnIndiVid4Play = 0x1d5c, |
|
5489 EAknsMinorGenericQgnIndiVid4QualityEmailHigh = 0x1d5d, |
|
5490 EAknsMinorGenericQgnIndiVid4QualityEmailNormal = 0x1d5e, |
|
5491 EAknsMinorGenericQgnIndiVid4QualityTvHigh = 0x1d5f, |
|
5492 EAknsMinorGenericQgnIndiVid4QualityTvNormal = 0x1d60, |
|
5493 EAknsMinorGenericQgnIndiVid4Record = 0x1d61, |
|
5494 EAknsMinorGenericQgnMeetReqArranger = 0x1d62, |
|
5495 EAknsMinorGenericQgnMeetReqIndiAlarm = 0x1d63, |
|
5496 EAknsMinorGenericQgnMeetReqIndiChecboxMark = 0x1d64, |
|
5497 EAknsMinorGenericQgnMeetReqIndiChecboxUnmark = 0x1d65, |
|
5498 EAknsMinorGenericQgnMeetReqIndiCheckboxMark = 0x1d66, |
|
5499 EAknsMinorGenericQgnMeetReqIndiCheckboxUnmark = 0x1d67, |
|
5500 EAknsMinorGenericQgnMeetReqIndiClock = 0x1d68, |
|
5501 EAknsMinorGenericQgnMeetReqIndiDate = 0x1d69, |
|
5502 EAknsMinorGenericQgnMeetReqIndiDateEnd = 0x1d6a, |
|
5503 EAknsMinorGenericQgnMeetReqIndiDateStart = 0x1d6b, |
|
5504 EAknsMinorGenericQgnMeetReqIndiLocation = 0x1d6c, |
|
5505 EAknsMinorGenericQgnMeetReqIndiTimeAlarm = 0x1d6d, |
|
5506 EAknsMinorGenericQgnMenuEncryption = 0x1d6e, |
|
5507 EAknsMinorGenericQgnMenuModes = 0x1d6f, |
|
5508 EAknsMinorGenericQgnMenuSwitchMode = 0x1d70, |
|
5509 EAknsMinorGenericQgnPropAlbumPhotoVideo = 0x1d71, |
|
5510 EAknsMinorGenericQgnPropCpDevKeyguard = 0x1d72, |
|
5511 EAknsMinorGenericQgnPropCpDevPsActivate = 0x1d73, |
|
5512 EAknsMinorGenericQgnPropCpDiagConn = 0x1d74, |
|
5513 EAknsMinorGenericQgnPropCpDiagCoverage = 0x1d75, |
|
5514 EAknsMinorGenericQgnPropCpDiagFail = 0x1d76, |
|
5515 EAknsMinorGenericQgnPropCpDiagHw = 0x1d77, |
|
5516 EAknsMinorGenericQgnPropCpDiagNot = 0x1d78, |
|
5517 EAknsMinorGenericQgnPropCpDiagPass = 0x1d79, |
|
5518 EAknsMinorGenericQgnPropCpDiagService = 0x1d7a, |
|
5519 EAknsMinorGenericQgnSwitchModeAnimation = 0x1d7b, |
|
5520 EAknsMinorGenericQgnIndiCam4Contrast = 0x1d7c, |
|
5521 EAknsMinorGenericQgnIndiCam4Sharpness = 0x1d7d, |
|
5522 EAknsMinorGenericQgnIndiCam4TbCapture = 0x1d7e, |
|
5523 EAknsMinorGenericQgnIndiCam4TbDelete = 0x1d7f, |
|
5524 EAknsMinorGenericQgnIndiCam4TbEdit = 0x1d80, |
|
5525 EAknsMinorGenericQgnIndiCam4TbExtension = 0x1d81, |
|
5526 EAknsMinorGenericQgnIndiCam4TbFlash = 0x1d82, |
|
5527 EAknsMinorGenericQgnIndiCam4TbLight = 0x1d83, |
|
5528 EAknsMinorGenericQgnIndiCam4TbPause = 0x1d84, |
|
5529 EAknsMinorGenericQgnIndiCam4TbPlay = 0x1d85, |
|
5530 EAknsMinorGenericQgnIndiCam4TbRecord = 0x1d86, |
|
5531 EAknsMinorGenericQgnIndiCam4TbSend = 0x1d87, |
|
5532 EAknsMinorGenericQgnIndiCam4ZoomBottom = 0x1d88, |
|
5533 EAknsMinorGenericQgnIndiCam4ZoomMarker = 0x1d89, |
|
5534 EAknsMinorGenericQgnIndiCam4ZoomMax = 0x1d8a, |
|
5535 EAknsMinorGenericQgnIndiCam4ZoomMiddle = 0x1d8b, |
|
5536 EAknsMinorGenericQgnIndiCam4ZoomMin = 0x1d8c, |
|
5537 EAknsMinorGenericQgnIndiCam4ZoomTop = 0x1d8d, |
|
5538 EAknsMinorGenericQgnIndiTbBusinessCard = 0x1d8e, |
|
5539 EAknsMinorGenericQgnIndiTbCamcorder = 0x1d8f, |
|
5540 EAknsMinorGenericQgnIndiTbCamera = 0x1d90, |
|
5541 EAknsMinorGenericQgnIndiTbExpandInsert = 0x1d91, |
|
5542 EAknsMinorGenericQgnIndiTbMsgForward2 = 0x1d92, |
|
5543 EAknsMinorGenericQgnIndiTbNote = 0x1d93, |
|
5544 EAknsMinorGenericQgnIndiTbRetrieveMms2 = 0x1d94, |
|
5545 EAknsMinorGenericQgnIndiTbSlide = 0x1d95, |
|
5546 EAknsMinorGenericQgnIndiTbTemplate = 0x1d96, |
|
5547 EAknsMinorGenericQgnPropCpConnShortcut = 0x1d97, |
|
5548 EAknsMinorGenericQgnPropCpDevPen = 0x1d98, |
|
5549 EAknsMinorGenericQgnPropCpDevSensor = 0x1d99, |
|
5550 EAknsMinorGenericQgnPropCpDevVc = 0x1d9a, |
|
5551 EAknsMinorGenericQgnPropDownloadVideo = 0x1d9b, |
|
5552 EAknsMinorGenericQgnPropImageTbSend = 0x1d9c, |
|
5553 EAknsMinorGenericQgnPropImageTbSendDimmed = 0x1d9d, |
|
5554 EAknsMinorGenericQgnPropImageTbSendFocused = 0x1d9e, |
|
5555 EAknsMinorGenericQgnPropImageTbSendPressed = 0x1d9f, |
|
5556 EAknsMinorGenericQgnPropVdedColor = 0x1da0, |
|
5557 EAknsMinorGenericQgnPropVdedMute = 0x1da1, |
|
5558 EAknsMinorGenericQgnPropVdedSlow = 0x1da2, |
|
5559 EAknsMinorGenericQgnPropVdedUnmute = 0x1da3, |
|
5560 EAknsMinorGenericQgnFseMailReadAttachmentHighPriority = 0x1da4, |
|
5561 EAknsMinorGenericQgnFseMailSentMailFolder = 0x1da5, |
|
5562 EAknsMinorGenericQgnFseMailUnreadReplied = 0x1da6, |
|
5563 EAknsMinorGenericQgnFseMailUnreadRepliedAttachment = 0x1da7, |
|
5564 EAknsMinorGenericQgnFseMailUnreadRepliedAttachmentHighPrior = 0x1da8, |
|
5565 EAknsMinorGenericQgnFseMailUnreadRepliedAttachmentLowPrior = 0x1da9, |
|
5566 EAknsMinorGenericQgnFsActionAudio = 0x1daa, |
|
5567 EAknsMinorGenericQgnFsCalendargArranger = 0x1dab, |
|
5568 EAknsMinorGenericQgnFsCaleBgLsc = 0x1dac, |
|
5569 EAknsMinorGenericQgnFsCaleEvAcc = 0x1dad, |
|
5570 EAknsMinorGenericQgnFsCaleEvAct = 0x1dae, |
|
5571 EAknsMinorGenericQgnFsCaleEvCanc = 0x1daf, |
|
5572 EAknsMinorGenericQgnFsCaleEvConf = 0x1db0, |
|
5573 EAknsMinorGenericQgnFsCaleEvDecl = 0x1db1, |
|
5574 EAknsMinorGenericQgnFsCaleEvHiddenIndiDown = 0x1db2, |
|
5575 EAknsMinorGenericQgnFsCaleEvHiddenIndiUp = 0x1db3, |
|
5576 EAknsMinorGenericQgnFsCaleEvNotsync = 0x1db4, |
|
5577 EAknsMinorGenericQgnFsCaleEvPass = 0x1db5, |
|
5578 EAknsMinorGenericQgnFsCaleEvTent = 0x1db6, |
|
5579 EAknsMinorGenericQgnFsCalWeekendBg = 0x1db7, |
|
5580 EAknsMinorGenericQgnFsDropMenuBg = 0x1db8, |
|
5581 EAknsMinorGenericQgnFsEmailail = 0x1db9, |
|
5582 EAknsMinorGenericQgnFsEmailerGridInboxIcon = 0x1dba, |
|
5583 EAknsMinorGenericQgnFsEmaileUnread = 0x1dbb, |
|
5584 EAknsMinorGenericQgnFsEmaileUnreadForwarded = 0x1dbc, |
|
5585 EAknsMinorGenericQgnFsEmaileUnreadWithAttachment = 0x1dbd, |
|
5586 EAknsMinorGenericQgnFsEmaileUnreadWithAttachmentForwarded = 0x1dbe, |
|
5587 EAknsMinorGenericQgnFsEmailframeTopLeft = 0x1dbf, |
|
5588 EAknsMinorGenericQgnFsEmailframeTopRight = 0x1dc0, |
|
5589 EAknsMinorGenericQgnFsEmaililAppIcon = 0x1dc1, |
|
5590 EAknsMinorGenericQgnFsEmailment = 0x1dc2, |
|
5591 EAknsMinorGenericQgnFsEmailolder = 0x1dc3, |
|
5592 EAknsMinorGenericQgnFsEmailCalAcceptCalendarEvent = 0x1dc4, |
|
5593 EAknsMinorGenericQgnFsEmailCalCallSender = 0x1dc5, |
|
5594 EAknsMinorGenericQgnFsEmailCalDeclineCalendar = 0x1dc6, |
|
5595 EAknsMinorGenericQgnFsEmailCalDelete = 0x1dc7, |
|
5596 EAknsMinorGenericQgnFsEmailCalEventRead = 0x1dc8, |
|
5597 EAknsMinorGenericQgnFsEmailCalEventReadAttachments = 0x1dc9, |
|
5598 EAknsMinorGenericQgnFsEmailCalEventReadAttachmentsHighPrio = 0x1dca, |
|
5599 EAknsMinorGenericQgnFsEmailCalEventReadAttachmentsLowPrio = 0x1dcb, |
|
5600 EAknsMinorGenericQgnFsEmailCalEventReadHighPrio = 0x1dcc, |
|
5601 EAknsMinorGenericQgnFsEmailCalEventReadLowPrio = 0x1dcd, |
|
5602 EAknsMinorGenericQgnFsEmailCalEventUnread = 0x1dce, |
|
5603 EAknsMinorGenericQgnFsEmailCalEventUnreadAttachments = 0x1dcf, |
|
5604 EAknsMinorGenericQgnFsEmailCalEventUnreadAttachmentsHighPrio = 0x1dd0, |
|
5605 EAknsMinorGenericQgnFsEmailCalEventUnreadAttachmentsLowPrio = 0x1dd1, |
|
5606 EAknsMinorGenericQgnFsEmailCalEventUnreadHighPrio = 0x1dd2, |
|
5607 EAknsMinorGenericQgnFsEmailCalEventUnreadLowPrio = 0x1dd3, |
|
5608 EAknsMinorGenericQgnFsEmailCalMarkRead = 0x1dd4, |
|
5609 EAknsMinorGenericQgnFsEmailCalMarkUnread = 0x1dd5, |
|
5610 EAknsMinorGenericQgnFsEmailCalMoveMessage = 0x1dd6, |
|
5611 EAknsMinorGenericQgnFsEmailCalMoveToDrafts = 0x1dd7, |
|
5612 EAknsMinorGenericQgnFsEmailCalOpenCalendar = 0x1dd8, |
|
5613 EAknsMinorGenericQgnFsEmailCalRemoveFromCalendar = 0x1dd9, |
|
5614 EAknsMinorGenericQgnFsEmailCalReplyAll = 0x1dda, |
|
5615 EAknsMinorGenericQgnFsEmailCalTentativeCalendar = 0x1ddb, |
|
5616 EAknsMinorGenericQgnFsGrafCalendarReqAreaBg = 0x1ddc, |
|
5617 EAknsMinorGenericQgnFsGrafDropL = 0x1ddd, |
|
5618 EAknsMinorGenericQgnFsGrafDropM = 0x1dde, |
|
5619 EAknsMinorGenericQgnFsGrafDropOnepc = 0x1ddf, |
|
5620 EAknsMinorGenericQgnFsGrafDropR = 0x1de0, |
|
5621 EAknsMinorGenericQgnFsIndiAbout = 0x1de1, |
|
5622 EAknsMinorGenericQgnFsIndiBackup = 0x1de2, |
|
5623 EAknsMinorGenericQgnFsIndiDefaultInbox = 0x1de3, |
|
5624 EAknsMinorGenericQgnFsIndiFileSync = 0x1de4, |
|
5625 EAknsMinorGenericQgnFsIndiHelp = 0x1de5, |
|
5626 EAknsMinorGenericQgnFsIndiInfo = 0x1de6, |
|
5627 EAknsMinorGenericQgnFsIndiPhotoSync = 0x1de7, |
|
5628 EAknsMinorGenericQgnFsIndiRemoteLookup = 0x1de8, |
|
5629 EAknsMinorGenericQgnFsIndiRestore = 0x1de9, |
|
5630 EAknsMinorGenericQgnFsIndiSettings = 0x1dea, |
|
5631 EAknsMinorGenericQgnFsIndiTravelInfo = 0x1deb, |
|
5632 EAknsMinorGenericQgnFsListItemSelected = 0x1dec, |
|
5633 EAknsMinorGenericQgnFsListSelectedActionRight = 0x1ded, |
|
5634 EAknsMinorGenericQgnIndiBatteryFull = 0x1dee, |
|
5635 EAknsMinorGenericQgnIndiBatteryLow = 0x1def, |
|
5636 EAknsMinorGenericQgnIndiBatteryMid = 0x1df0, |
|
5637 EAknsMinorGenericQgnIndiBatteryPsActivate = 0x1df1, |
|
5638 EAknsMinorGenericQgnIndiBatteryPsDeactivate = 0x1df2, |
|
5639 EAknsMinorGenericQgnIndiLevelDecrease = 0x1df3, |
|
5640 EAknsMinorGenericQgnIndiLevelIncrease = 0x1df4, |
|
5641 EAknsMinorGenericQgnIndiOrgIconLocked = 0x1df5, |
|
5642 EAknsMinorGenericQgnIndiSwitchSct = 0x1df6, |
|
5643 EAknsMinorGenericQgnIndiSwitchSmiley = 0x1df7, |
|
5644 EAknsMinorGenericQgnIndiTbMsgDelete = 0x1df8, |
|
5645 EAknsMinorGenericQgnPropMceSubSenderUnread = 0x1df9, |
|
5646 EAknsMinorGenericQgnPropMceSubSubjectUnread = 0x1dfa, |
|
5647 EAknsMinorGenericQgnPropMceSubTimeUnread = 0x1dfb, |
|
5648 EAknsMinorGenericQgnPropSetAppsVr = 0x1dfc, |
|
5649 EAknsMinorGenericQsnFsScrollBgBottom = 0x1dfd, |
|
5650 EAknsMinorGenericQsnFsScrollBgMiddle = 0x1dfe, |
|
5651 EAknsMinorGenericQsnFsScrollBgTop = 0x1dff, |
|
5652 EAknsMinorGenericQsnFsScrollHandleBottom = 0x1e00, |
|
5653 EAknsMinorGenericQsnFsScrollHandleMiddle = 0x1e01, |
|
5654 EAknsMinorGenericQsnFsScrollHandleTop = 0x1e02, |
|
5655 EAknsMinorGenericQgnFscaIndiActionAnni = 0x1e03, |
|
5656 EAknsMinorGenericQgnFscaIndiActionInvitation = 0x1e04, |
|
5657 EAknsMinorGenericQgnFscaIndiActionMeeting = 0x1e05, |
|
5658 EAknsMinorGenericQgnFscaIndiActionMemo = 0x1e06, |
|
5659 EAknsMinorGenericQgnFscaIndiActionTodo = 0x1e07, |
|
5660 EAknsMinorGenericQgnFseActionMenuAcceptIcon = 0x1e08, |
|
5661 EAknsMinorGenericQgnFseActionMenuAddToContactsIcon = 0x1e09, |
|
5662 EAknsMinorGenericQgnFseActionMenuAttachmentListOptionsCancelAllIcon = 0x1e0a, |
|
5663 EAknsMinorGenericQgnFseActionMenuAttachmentListOptionsRemoveAllIcon = 0x1e0b, |
|
5664 EAknsMinorGenericQgnFseActionMenuAttachmentListOptionsRemoveIcon = 0x1e0c, |
|
5665 EAknsMinorGenericQgnFseActionMenuAttachmentListOptionsViewAllIcon = 0x1e0d, |
|
5666 EAknsMinorGenericQgnFseActionMenuAttachCancelDownloadIcon = 0x1e0e, |
|
5667 EAknsMinorGenericQgnFseActionMenuAttachDownloadIcon = 0x1e0f, |
|
5668 EAknsMinorGenericQgnFseActionMenuAttachSaveAllIcon = 0x1e10, |
|
5669 EAknsMinorGenericQgnFseActionMenuCallIcon = 0x1e11, |
|
5670 EAknsMinorGenericQgnFseActionMenuContactDetailsIcon = 0x1e12, |
|
5671 EAknsMinorGenericQgnFseActionMenuCreateMeetingIcon = 0x1e13, |
|
5672 EAknsMinorGenericQgnFseActionMenuCreateMessageIcon = 0x1e14, |
|
5673 EAknsMinorGenericQgnFseActionMenuDeleteIcon = 0x1e15, |
|
5674 EAknsMinorGenericQgnFseActionMenuForwardIcon = 0x1e16, |
|
5675 EAknsMinorGenericQgnFseActionMenuMarkReadIcon = 0x1e17, |
|
5676 EAknsMinorGenericQgnFseActionMenuMarkUnreadIcon = 0x1e18, |
|
5677 EAknsMinorGenericQgnFseActionMenuMoveMessageIcon = 0x1e19, |
|
5678 EAknsMinorGenericQgnFseActionMenuMoveToDraftsIcon = 0x1e1a, |
|
5679 EAknsMinorGenericQgnFseActionMenuRemoteLookupIcon = 0x1e1b, |
|
5680 EAknsMinorGenericQgnFseActionMenuRemoveFromCalendarIcon = 0x1e1c, |
|
5681 EAknsMinorGenericQgnFseActionMenuReplyAllIcon = 0x1e1d, |
|
5682 EAknsMinorGenericQgnFseActionMenuReplyIcon = 0x1e1e, |
|
5683 EAknsMinorGenericQgnFseActionMenuTentativeIcon = 0x1e1f, |
|
5684 EAknsMinorGenericQgnFseActionMenuViewCalendarIcon = 0x1e20, |
|
5685 EAknsMinorGenericQgnFsActionMenuAttachSaveIcon = 0x1e21, |
|
5686 EAknsMinorGenericQgnFsCalPreviewPaneHl = 0x1e22, |
|
5687 EAknsMinorGenericQgnFsPropSetConnRcl = 0x1e23, |
|
5688 EAknsMinorGenericQgnFsRclActionRecipient = 0x1e24, |
|
5689 EAknsMinorGenericQgnFsRclActionSave = 0x1e25, |
|
5690 EAknsMinorGenericQgnFsRclSearchPane = 0x1e26, |
|
5691 EAknsMinorGenericQgnGrafAdaptSearchBg = 0x1e27, |
|
5692 EAknsMinorGenericQgnGrafAdaptSearchPageBg = 0x1e28, |
|
5693 EAknsMinorGenericQgnGrafFepCharTLeftDown = 0x1e29, |
|
5694 EAknsMinorGenericQgnGrafFepCharTLeftDownDimmed = 0x1e2a, |
|
5695 EAknsMinorGenericQgnGrafFepCharTLeftDownPressed = 0x1e2b, |
|
5696 EAknsMinorGenericQgnGrafFepCharTMiddleDown = 0x1e2c, |
|
5697 EAknsMinorGenericQgnGrafFepCharTMiddleDownDimmed = 0x1e2d, |
|
5698 EAknsMinorGenericQgnGrafFepCharTMiddleDownPressed = 0x1e2e, |
|
5699 EAknsMinorGenericQgnGrafFepCharTMiddleUp = 0x1e2f, |
|
5700 EAknsMinorGenericQgnGrafFepCharTMiddleUpDimmed = 0x1e30, |
|
5701 EAknsMinorGenericQgnGrafFepCharTMiddleUpPressed = 0x1e31, |
|
5702 EAknsMinorGenericQgnGrafFepCharTRightDown = 0x1e32, |
|
5703 EAknsMinorGenericQgnGrafFepCharTRightDownDimmed = 0x1e33, |
|
5704 EAknsMinorGenericQgnGrafFepCharTRightDownPressed = 0x1e34, |
|
5705 EAknsMinorGenericQgnGrafFepCharTRightUp = 0x1e35, |
|
5706 EAknsMinorGenericQgnGrafFepCharTRightUpDimmed = 0x1e36, |
|
5707 EAknsMinorGenericQgnGrafFepCharTRightUpPressed = 0x1e37, |
|
5708 EAknsMinorGenericQgnGrafNsliderCam4Empty = 0x1e38, |
|
5709 EAknsMinorGenericQgnGrafNsliderCam4Image1 = 0x1e39, |
|
5710 EAknsMinorGenericQgnGrafNsliderCam4Image2 = 0x1e3a, |
|
5711 EAknsMinorGenericQgnGrafNsliderCam4Image3 = 0x1e3b, |
|
5712 EAknsMinorGenericQgnGrafNsliderCam4Image4 = 0x1e3c, |
|
5713 EAknsMinorGenericQgnGrafNsliderCam4Marker = 0x1e3d, |
|
5714 EAknsMinorGenericQgnGrafNsliderCam4Video1 = 0x1e3e, |
|
5715 EAknsMinorGenericQgnGrafNsliderCam4Video2 = 0x1e3f, |
|
5716 EAknsMinorGenericQgnGrafNsliderCam4Video3 = 0x1e40, |
|
5717 EAknsMinorGenericQgnGrafNsliderCam4Video4 = 0x1e41, |
|
5718 EAknsMinorGenericQgnGrafNsliderCam4Video5 = 0x1e42, |
|
5719 EAknsMinorGenericQgnIndiAdaptSearchBackspace = 0x1e43, |
|
5720 EAknsMinorGenericQgnIndiBrowserTbViewImages = 0x1e44, |
|
5721 EAknsMinorGenericQgnIndiBrowserTbViewPages = 0x1e45, |
|
5722 EAknsMinorGenericQgnIndiBrowserTbWebsearch = 0x1e46, |
|
5723 EAknsMinorGenericQgnIndiButtonJRockerDown = 0x1e47, |
|
5724 EAknsMinorGenericQgnIndiButtonJRockerDownDimmed = 0x1e48, |
|
5725 EAknsMinorGenericQgnIndiButtonJRockerDownPressed = 0x1e49, |
|
5726 EAknsMinorGenericQgnIndiButtonJRockerFire = 0x1e4a, |
|
5727 EAknsMinorGenericQgnIndiButtonJRockerFireDimmed = 0x1e4b, |
|
5728 EAknsMinorGenericQgnIndiButtonJRockerFirePressed = 0x1e4c, |
|
5729 EAknsMinorGenericQgnIndiButtonJRockerLeft = 0x1e4d, |
|
5730 EAknsMinorGenericQgnIndiButtonJRockerLeftDimmed = 0x1e4e, |
|
5731 EAknsMinorGenericQgnIndiButtonJRockerLeftPressed = 0x1e4f, |
|
5732 EAknsMinorGenericQgnIndiButtonJRockerRight = 0x1e50, |
|
5733 EAknsMinorGenericQgnIndiButtonJRockerRightDimmed = 0x1e51, |
|
5734 EAknsMinorGenericQgnIndiButtonJRockerRightPressed = 0x1e52, |
|
5735 EAknsMinorGenericQgnIndiButtonJRockerUp = 0x1e53, |
|
5736 EAknsMinorGenericQgnIndiButtonJRockerUpDimmed = 0x1e54, |
|
5737 EAknsMinorGenericQgnIndiButtonJRockerUpPressed = 0x1e55, |
|
5738 EAknsMinorGenericQgnIndiCam4Change = 0x1e56, |
|
5739 EAknsMinorGenericQgnIndiCam4ContrastMinus = 0x1e57, |
|
5740 EAknsMinorGenericQgnIndiCam4ContrastPlus = 0x1e58, |
|
5741 EAknsMinorGenericQgnIndiCam4ExposureMinus = 0x1e59, |
|
5742 EAknsMinorGenericQgnIndiCam4ExposurePlus = 0x1e5a, |
|
5743 EAknsMinorGenericQgnIndiCam4IsoLowmed = 0x1e5b, |
|
5744 EAknsMinorGenericQgnIndiCam4IsoMedhigh = 0x1e5c, |
|
5745 EAknsMinorGenericQgnIndiCam4Location = 0x1e5d, |
|
5746 EAknsMinorGenericQgnIndiCam4MemoryMass = 0x1e5e, |
|
5747 EAknsMinorGenericQgnIndiCam4ModePortraitNight = 0x1e5f, |
|
5748 EAknsMinorGenericQgnIndiCam4QualitySharing = 0x1e60, |
|
5749 EAknsMinorGenericQgnIndiCam4QualityWideHigh = 0x1e61, |
|
5750 EAknsMinorGenericQgnIndiCam4SharpnessHard = 0x1e62, |
|
5751 EAknsMinorGenericQgnIndiCam4SharpnessNormal = 0x1e63, |
|
5752 EAknsMinorGenericQgnIndiCam4SharpnessSoft = 0x1e64, |
|
5753 EAknsMinorGenericQgnIndiCam4TbAddToAlbum = 0x1e65, |
|
5754 EAknsMinorGenericQgnIndiCam4ViewfinderOff = 0x1e66, |
|
5755 EAknsMinorGenericQgnIndiCam4ViewfinderOn = 0x1e67, |
|
5756 EAknsMinorGenericQgnIndiCmodeClear = 0x1e68, |
|
5757 EAknsMinorGenericQgnIndiCmodePen = 0x1e69, |
|
5758 EAknsMinorGenericQgnIndiCmodeRockerDown = 0x1e6a, |
|
5759 EAknsMinorGenericQgnIndiCmodeRockerLeft = 0x1e6b, |
|
5760 EAknsMinorGenericQgnIndiCmodeRockerRight = 0x1e6c, |
|
5761 EAknsMinorGenericQgnIndiCmodeRockerSelect = 0x1e6d, |
|
5762 EAknsMinorGenericQgnIndiCmodeRockerUp = 0x1e6e, |
|
5763 EAknsMinorGenericQgnIndiFepButtonBackspaceWide = 0x1e6f, |
|
5764 EAknsMinorGenericQgnIndiFepButtonBackspaceWideSel = 0x1e70, |
|
5765 EAknsMinorGenericQgnIndiFepButtonCaseNumericSpecial = 0x1e71, |
|
5766 EAknsMinorGenericQgnIndiFepButtonCaseNumericSpecialSel = 0x1e72, |
|
5767 EAknsMinorGenericQgnIndiFepButtonCloseWide = 0x1e73, |
|
5768 EAknsMinorGenericQgnIndiFepButtonCloseWideSel = 0x1e74, |
|
5769 EAknsMinorGenericQgnIndiFepButtonCursorLeft = 0x1e75, |
|
5770 EAknsMinorGenericQgnIndiFepButtonCursorLeftSel = 0x1e76, |
|
5771 EAknsMinorGenericQgnIndiFepButtonCursorRight = 0x1e77, |
|
5772 EAknsMinorGenericQgnIndiFepButtonCursorRightSel = 0x1e78, |
|
5773 EAknsMinorGenericQgnIndiFepButtonOptionsWide = 0x1e79, |
|
5774 EAknsMinorGenericQgnIndiFepButtonOptionsWideSel = 0x1e7a, |
|
5775 EAknsMinorGenericQgnIndiFepButtonSmileys = 0x1e7b, |
|
5776 EAknsMinorGenericQgnIndiFepButtonSmileysSel = 0x1e7c, |
|
5777 EAknsMinorGenericQgnIndiGameA = 0x1e7d, |
|
5778 EAknsMinorGenericQgnIndiGameB = 0x1e7e, |
|
5779 EAknsMinorGenericQgnIndiGameC = 0x1e7f, |
|
5780 EAknsMinorGenericQgnIndiGameD = 0x1e80, |
|
5781 EAknsMinorGenericQgnIndiItutBackspace = 0x1e81, |
|
5782 EAknsMinorGenericQgnIndiItutClose = 0x1e82, |
|
5783 EAknsMinorGenericQgnIndiItutOptions = 0x1e83, |
|
5784 EAknsMinorGenericQgnIndiLskHorizontal = 0x1e84, |
|
5785 EAknsMinorGenericQgnIndiNsliderCam4Minus = 0x1e85, |
|
5786 EAknsMinorGenericQgnIndiNsliserCam4Plus = 0x1e86, |
|
5787 EAknsMinorGenericQgnIndiRskHorizontal = 0x1e87, |
|
5788 EAknsMinorGenericQgnIndiSctrlMaskInactPrt = 0x1e88, |
|
5789 EAknsMinorGenericQgnIndiSctClose = 0x1e89, |
|
5790 EAknsMinorGenericQgnIndiSctPageNext = 0x1e8a, |
|
5791 EAknsMinorGenericQgnIndiSctPagePrev = 0x1e8b, |
|
5792 EAknsMinorGenericQgnIndiSmileyAngry = 0x1e8c, |
|
5793 EAknsMinorGenericQgnIndiSmileyBigsmile = 0x1e8d, |
|
5794 EAknsMinorGenericQgnIndiSmileyCry = 0x1e8e, |
|
5795 EAknsMinorGenericQgnIndiSmileyEvil = 0x1e8f, |
|
5796 EAknsMinorGenericQgnIndiSmileyEyebrows = 0x1e90, |
|
5797 EAknsMinorGenericQgnIndiSmileyHeart = 0x1e91, |
|
5798 EAknsMinorGenericQgnIndiSmileyIrritated = 0x1e92, |
|
5799 EAknsMinorGenericQgnIndiSmileyKissing = 0x1e93, |
|
5800 EAknsMinorGenericQgnIndiSmileyNerd = 0x1e94, |
|
5801 EAknsMinorGenericQgnIndiSmileyNeutral = 0x1e95, |
|
5802 EAknsMinorGenericQgnIndiSmileyPirate = 0x1e96, |
|
5803 EAknsMinorGenericQgnIndiSmileySarcastic = 0x1e97, |
|
5804 EAknsMinorGenericQgnIndiSmileySarcasticMad = 0x1e98, |
|
5805 EAknsMinorGenericQgnIndiSmileySmile = 0x1e99, |
|
5806 EAknsMinorGenericQgnIndiSmileySpring = 0x1e9a, |
|
5807 EAknsMinorGenericQgnIndiSmileySuprised = 0x1e9b, |
|
5808 EAknsMinorGenericQgnIndiSmileyTongue = 0x1e9c, |
|
5809 EAknsMinorGenericQgnIndiSmileyUnhappy = 0x1e9d, |
|
5810 EAknsMinorGenericQgnIndiSmileyVerycool = 0x1e9e, |
|
5811 EAknsMinorGenericQgnIndiSmileyWink = 0x1e9f, |
|
5812 EAknsMinorGenericQgnIndiSmileyWinkGrin = 0x1ea0, |
|
5813 EAknsMinorGenericQgnIndiSmileyWondering = 0x1ea1, |
|
5814 EAknsMinorGenericQgnMenuWlanLogon = 0x1ea2, |
|
5815 EAknsMinorGenericQgnStatFmtxOffUni = 0x1ea3, |
|
5816 EAknsMinorGenericQgnStatFmtxOnUni = 0x1ea4, |
|
5817 EAknsMinorGenericQgnStatInputPred = 0x1ea5, |
|
5818 EAknsMinorGenericQgnVoipOnlineStatusPending = 0x1ea6, |
|
5819 EAknsMinorGenericQgnEsGrafMshopIconApp = 0x1ea7, |
|
5820 EAknsMinorGenericQgnEsGrafMshopIconCtx = 0x1ea8, |
|
5821 EAknsMinorGenericQgnEsGrafNpodaApp = 0x1ea9, |
|
5822 EAknsMinorGenericQgnEsMenuGroupComms = 0x1eaa, |
|
5823 EAknsMinorGenericQgnEsMenuGroupGps = 0x1eab, |
|
5824 EAknsMinorGenericQgnEsMenuGroupHelp = 0x1eac, |
|
5825 EAknsMinorGenericQgnEsMenuGroupOffice = 0x1ead, |
|
5826 EAknsMinorGenericQgnEsMenuMobilesearch = 0x1eae, |
|
5827 EAknsMinorGenericQgnEsMenuPrintserverCxt = 0x1eaf, |
|
5828 EAknsMinorGenericQgnEsMenuPubCxt = 0x1eb0, |
|
5829 EAknsMinorGenericQgnEsMenuPubLst = 0x1eb1, |
|
5830 EAknsMinorGenericQgnFscalIndiWeekLeft = 0x1eb2, |
|
5831 EAknsMinorGenericQgnFscalIndiWeekRight = 0x1eb3, |
|
5832 EAknsMinorGenericQgnFseActionMenuAttachmentListOptionsAddIcon = 0x1eb4, |
|
5833 EAknsMinorGenericQgnFseActionMenuDeclineIcon = 0x1eb5, |
|
5834 EAknsMinorGenericQgnFsEmailLauncherGridInboxIcon = 0x1eb6, |
|
5835 EAknsMinorGenericQgnFsMeetReqIndiDateAlarm = 0x1eb7, |
|
5836 EAknsMinorGenericQgnGrafMupNpvDefalbumart = 0x1eb8, |
|
5837 EAknsMinorGenericQgnGrafMupPodcastArt = 0x1eb9, |
|
5838 EAknsMinorGenericQgnGrafOrgBgGrid = 0x1eba, |
|
5839 EAknsMinorGenericQgnGrafOrgBgList = 0x1ebb, |
|
5840 EAknsMinorGenericQgnGrafRkmAll = 0x1ebc, |
|
5841 EAknsMinorGenericQgnGrafRkmAllDim = 0x1ebd, |
|
5842 EAknsMinorGenericQgnGrafRkmPause = 0x1ebe, |
|
5843 EAknsMinorGenericQgnGrafRkmPauseNext = 0x1ebf, |
|
5844 EAknsMinorGenericQgnGrafRkmPausePrev = 0x1ec0, |
|
5845 EAknsMinorGenericQgnGrafRkmPlay = 0x1ec1, |
|
5846 EAknsMinorGenericQgnGrafRkmPlayNext = 0x1ec2, |
|
5847 EAknsMinorGenericQgnGrafRkmPlayPrev = 0x1ec3, |
|
5848 EAknsMinorGenericQgnGrafRkmStop = 0x1ec4, |
|
5849 EAknsMinorGenericQgnGrafRkmStopNext = 0x1ec5, |
|
5850 EAknsMinorGenericQgnGrafRkmStopPrev = 0x1ec6, |
|
5851 EAknsMinorGenericQgnIndiCall4ImageMaskLsc = 0x1ec7, |
|
5852 EAknsMinorGenericQgnIndiCall4ImageMaskPrt = 0x1ec8, |
|
5853 EAknsMinorGenericQgnIndiInputCharNext = 0x1ec9, |
|
5854 EAknsMinorGenericQgnIndiInputCharPrev = 0x1eca, |
|
5855 EAknsMinorGenericQgnIndiSmileyAnimCoffee = 0x1ecb, |
|
5856 EAknsMinorGenericQgnIndiSmileyAnimConnive = 0x1ecc, |
|
5857 EAknsMinorGenericQgnIndiSmileyAnimDenial = 0x1ecd, |
|
5858 EAknsMinorGenericQgnIndiSmileyAnimFlirt = 0x1ece, |
|
5859 EAknsMinorGenericQgnIndiSmileyAnimFrustrated = 0x1ecf, |
|
5860 EAknsMinorGenericQgnIndiSmileyAnimGum = 0x1ed0, |
|
5861 EAknsMinorGenericQgnIndiSmileyAnimIdea = 0x1ed1, |
|
5862 EAknsMinorGenericQgnIndiSmileyAnimInnocent = 0x1ed2, |
|
5863 EAknsMinorGenericQgnIndiSmileyAnimLaugh = 0x1ed3, |
|
5864 EAknsMinorGenericQgnIndiSmileyAnimParty = 0x1ed4, |
|
5865 EAknsMinorGenericQgnIndiSmileyAnimRun = 0x1ed5, |
|
5866 EAknsMinorGenericQgnIndiSmileyAnimSilly = 0x1ed6, |
|
5867 EAknsMinorGenericQgnIndiSmileyAnimSleep = 0x1ed7, |
|
5868 EAknsMinorGenericQgnIndiSmileyAnimSurprised = 0x1ed8, |
|
5869 EAknsMinorGenericQgnIndiTbChangeStatus = 0x1ed9, |
|
5870 EAknsMinorGenericQgnIndiTbCharGrid = 0x1eda, |
|
5871 EAknsMinorGenericQgnIndiTbConversation = 0x1edb, |
|
5872 EAknsMinorGenericQgnIndiTbEditModel = 0x1edc, |
|
5873 EAknsMinorGenericQgnIndiTbModelPreview = 0x1edd, |
|
5874 EAknsMinorGenericQgnIndiTbRemove = 0x1ede, |
|
5875 EAknsMinorGenericQgnIndiTbSmiley = 0x1edf, |
|
5876 EAknsMinorGenericQgnIndiTbVoip = 0x1ee0, |
|
5877 EAknsMinorGenericQgnIndiTpVoip = 0x1ee1, |
|
5878 EAknsMinorGenericQgnIndiVoipOnlineStatusAvailable = 0x1ee2, |
|
5879 EAknsMinorGenericQgnIndiVoipOnlineStatusBlocked = 0x1ee3, |
|
5880 EAknsMinorGenericQgnIndiVoipOnlineStatusOffline = 0x1ee4, |
|
5881 EAknsMinorGenericQgnIndiWmlFlashBroken = 0x1ee5, |
|
5882 EAknsMinorGenericQgnPropNrtypVoice = 0x1ee6, |
|
5883 EAknsMinorGenericQgnPropServiceTab4 = 0x1ee7, |
|
5884 EAknsMinorGenericQgnPropXspVoipReadyTab2 = 0x1ee8, |
|
5885 EAknsMinorGenericQgnIndiCdrBirthdayMissedNew = 0x1ee9, |
|
5886 EAknsMinorGenericQgnIndiCdrMeetingMissedNew = 0x1eea, |
|
5887 EAknsMinorGenericQgnIndiCdrReminderMissedNew = 0x1eeb, |
|
5888 EAknsMinorGenericQgnIndiCdrTodoUndone = 0x1eec, |
|
5889 EAknsMinorGenericQgnIndiCdrTodoUndoneMissedNew = 0x1eed, |
|
5890 EAknsMinorGenericQgnIndiImedFreedraw = 0x1eee, |
|
5891 EAknsMinorGenericQgnIndiImedFreedrawCursorSuper = 0x1eef, |
|
5892 EAknsMinorGenericQgnIndiSwitchSct2 = 0x1ef0, |
|
5893 EAknsMinorGenericQgnIndiSwitchSmiley2 = 0x1ef1, |
|
5894 EAknsMinorGenericQgnIndiTbCaleAlarmDismiss = 0x1ef2, |
|
5895 EAknsMinorGenericQgnIndiTbCaleAlarmDismissAll = 0x1ef3, |
|
5896 EAknsMinorGenericQgnMenuMupsv = 0x1ef4, |
|
5897 EAknsMinorGenericQgnNoteMupsv = 0x1ef5, |
|
5898 EAknsMinorGenericQgnPropImageTbSend2 = 0x1ef6, |
|
5899 EAknsMinorGenericQgnPropImageTbSend2Dimmed = 0x1ef7, |
|
5900 EAknsMinorGenericQgnPropImageTbSend2Focused = 0x1ef8, |
|
5901 EAknsMinorGenericQgnPropUsbMemc = 0x1ef9, |
|
5902 EAknsMinorGenericQgnPropUsbMemcLarge = 0x1efa, |
|
5903 EAknsMinorGenericQgnPropUsbMemcSub = 0x1efb, |
|
5904 EAknsMinorGenericQgnPropUsbMemcTab = 0x1efc, |
|
5905 EAknsMinorGenericQgnPropUsbMemcTab2 = 0x1efd, |
|
5906 EAknsMinorGenericQgnStatCaleUni = 0x1efe, |
|
5907 EAknsMinorGenericQgnStatUsbMemcConnectUni = 0x1eff, |
|
5908 EAknsMinorGenericQgnStatUsbMemcTransferUni = 0x1f00, |
|
5909 EAknsMinorGenericQgnFseFolderListOutboxIcon = 0x1f01, |
|
5910 EAknsMinorGenericQgnFseFolderListSentIcon = 0x1f02, |
|
5911 EAknsMinorGenericQgnFseMailUnreadRepliedHighPrio = 0x1f03, |
|
5912 EAknsMinorGenericQgnFseMailUnreadRepliedLowPrio = 0x1f04, |
|
5913 EAknsMinorGenericQgnIndiBtBlocked = 0x1f05, |
|
5914 EAknsMinorGenericQgnIndiCam4Gridviewer = 0x1f06, |
|
5915 EAknsMinorGenericQgnIndiCam4Selftimer2sec = 0x1f07, |
|
5916 EAknsMinorGenericQgnIndiImedFreedraw10pix = 0x1f08, |
|
5917 EAknsMinorGenericQgnIndiImedFreedraw15pix = 0x1f09, |
|
5918 EAknsMinorGenericQgnIndiImedFreedraw20pix = 0x1f0a, |
|
5919 EAknsMinorGenericQgnIndiImedFreedraw3pix = 0x1f0b, |
|
5920 EAknsMinorGenericQgnIndiImedFreedraw5pix = 0x1f0c, |
|
5921 EAknsMinorGenericQgnIndiNsliderLevelDecrease = 0x1f0d, |
|
5922 EAknsMinorGenericQgnIndiNsliderLevelIncrease = 0x1f0e, |
|
5923 EAknsMinorGenericQgnIndiNsliderMuted = 0x1f0f, |
|
5924 EAknsMinorGenericQgnIndiNsliderUnmuted = 0x1f10, |
|
5925 EAknsMinorGenericQgnIndiNsliderZoomIn = 0x1f11, |
|
5926 EAknsMinorGenericQgnIndiNsliderZoomOut = 0x1f12, |
|
5927 EAknsMinorGenericQgnIndiVid4Audio = 0x1f13, |
|
5928 EAknsMinorGenericQgnIndiVid4LightOff = 0x1f14, |
|
5929 EAknsMinorGenericQgnIndiVid4Video = 0x1f15, |
|
5930 EAknsMinorGenericQgnMeetReqIndiDateAlarm = 0x1f16, |
|
5931 EAknsMinorGenericQgnPropSetService = 0x1f17, |
|
5932 EAknsMinorGenericQgnPropSetVoipAdvanced = 0x1f18, |
|
5933 EAknsMinorGenericQgnPropVoipNewService = 0x1f19, |
|
5934 EAknsMinorGenericQgnGrafBlid2dfix = 0x1f1a, |
|
5935 EAknsMinorGenericQgnGrafBlid3dfix = 0x1f1b, |
|
5936 EAknsMinorGenericQgnGrafLineVerticalFade = 0x1f1c, |
|
5937 EAknsMinorGenericQgnGrafNsliderVded2EndLeft = 0x1f1d, |
|
5938 EAknsMinorGenericQgnGrafNsliderVded2EndLeftSelected = 0x1f1e, |
|
5939 EAknsMinorGenericQgnGrafNsliderVded2EndRight = 0x1f1f, |
|
5940 EAknsMinorGenericQgnGrafNsliderVded2EndRightSelected = 0x1f20, |
|
5941 EAknsMinorGenericQgnGrafNsliderVded2Middle = 0x1f21, |
|
5942 EAknsMinorGenericQgnGrafNsliderVded2MiddleSelected = 0x1f22, |
|
5943 EAknsMinorGenericQgnIndiCam4TbLightOff = 0x1f23, |
|
5944 EAknsMinorGenericQgnIndiInputCaseAccented = 0x1f24, |
|
5945 EAknsMinorGenericQgnIndiInputCaseCapital = 0x1f25, |
|
5946 EAknsMinorGenericQgnIndiInputCaseCapitalCyrillic = 0x1f26, |
|
5947 EAknsMinorGenericQgnIndiInputCaseCapitalGreek = 0x1f27, |
|
5948 EAknsMinorGenericQgnIndiInputCaseNumeric = 0x1f28, |
|
5949 EAknsMinorGenericQgnIndiInputCaseSmall = 0x1f29, |
|
5950 EAknsMinorGenericQgnIndiInputCaseSmallCyrillic = 0x1f2a, |
|
5951 EAknsMinorGenericQgnIndiInputCaseSmallGreek = 0x1f2b, |
|
5952 EAknsMinorGenericQgnIndiInputCaseSpecial = 0x1f2c, |
|
5953 EAknsMinorGenericQgnIndiInputCaseTextHebrew = 0x1f2d, |
|
5954 EAknsMinorGenericQgnIndiLskVertical = 0x1f2e, |
|
5955 EAknsMinorGenericQgnIndiRskVertical = 0x1f2f, |
|
5956 EAknsMinorGenericQgnIndiTbBthf = 0x1f30, |
|
5957 EAknsMinorGenericQgnIndiTbHandset = 0x1f31, |
|
5958 EAknsMinorGenericQgnIndiVded2End = 0x1f32, |
|
5959 EAknsMinorGenericQgnIndiVded2Play = 0x1f33, |
|
5960 EAknsMinorGenericQgnIndiVded2Playhead = 0x1f34, |
|
5961 EAknsMinorGenericQgnIndiVded2Start = 0x1f35, |
|
5962 EAknsMinorGenericQgnIndiVorecBiForw = 0x1f36, |
|
5963 EAknsMinorGenericQgnIndiVorecBiPause = 0x1f37, |
|
5964 EAknsMinorGenericQgnIndiVorecBiPlay = 0x1f38, |
|
5965 EAknsMinorGenericQgnIndiVorecBiRec = 0x1f39, |
|
5966 EAknsMinorGenericQgnIndiVorecBiRew = 0x1f3a, |
|
5967 EAknsMinorGenericQgnIndiVorecBiStop = 0x1f3b, |
|
5968 EAknsMinorGenericQgnPropHwrtrainingShortcutNew = 0x1f3c, |
|
5969 EAknsMinorGenericQgnPropHwrtrainingShortcutTab2 = 0x1f3d, |
|
5970 EAknsMinorGenericQgnPropHwrtrainingTab2 = 0x1f3e, |
|
5971 EAknsMinorGenericQgnStatCtrl = 0x1f3f, |
|
5972 EAknsMinorGenericQgnStatStrg = 0x1f40, |
|
5973 EAknsMinorGenericQgnFsActionPostcard = 0x1f41, |
|
5974 EAknsMinorGenericQgnGrafBlidDetCircle = 0x1f42, |
|
5975 EAknsMinorGenericQgnGrafBlidInfo = 0x1f43, |
|
5976 EAknsMinorGenericQgnGrafBlidNorth = 0x1f44, |
|
5977 EAknsMinorGenericQgnGrafBlidRing = 0x1f45, |
|
5978 EAknsMinorGenericQgnGrafBlidSpwatch = 0x1f46, |
|
5979 EAknsMinorGenericQgnGrafBlidTime = 0x1f47, |
|
5980 EAknsMinorGenericQgnGrafBlidTpmeter = 0x1f48, |
|
5981 EAknsMinorGenericQgnGrafBlidTpPointer = 0x1f49, |
|
5982 EAknsMinorGenericQgnIndiBrowserFeedsTbBackToWeb = 0x1f4a, |
|
5983 EAknsMinorGenericQgnIndiBrowserFeedsTbNext = 0x1f4b, |
|
5984 EAknsMinorGenericQgnIndiBrowserFeedsTbOpenDetail = 0x1f4c, |
|
5985 EAknsMinorGenericQgnIndiBrowserFeedsTbOpenFull = 0x1f4d, |
|
5986 EAknsMinorGenericQgnIndiBrowserFeedsTbOpenTopic = 0x1f4e, |
|
5987 EAknsMinorGenericQgnIndiBrowserFeedsTbPrevious = 0x1f4f, |
|
5988 EAknsMinorGenericQgnIndiBrowserFeedsTbUpdate = 0x1f50, |
|
5989 EAknsMinorGenericQgnIndiBrowserFeedsTbUpdateAll = 0x1f51, |
|
5990 EAknsMinorGenericQgnIndiBrowserTbFindKwNext = 0x1f52, |
|
5991 EAknsMinorGenericQgnIndiBrowserTbFindKwPrev = 0x1f53, |
|
5992 EAknsMinorGenericQgnIndiSignalOffline = 0x1f54, |
|
5993 EAknsMinorGenericQgnPropImageTbStop = 0x1f55, |
|
5994 EAknsMinorGenericQgnPropImageTbStopDimmed = 0x1f56, |
|
5995 EAknsMinorGenericQgnPropImageTbStopFocused = 0x1f57, |
|
5996 EAknsMinorGenericQgnIndiCam4Selftimer2s = 0x1f58, |
|
5997 EAknsMinorGenericQgnIndiEditVidpict = 0x1f59, |
|
5998 EAknsMinorGenericQgnIndiImageDrmInvalidSuper = 0x1f5a, |
|
5999 EAknsMinorGenericQgnIndiImageDrmValidSuper = 0x1f5b, |
|
6000 EAknsMinorGenericQgnIndiImedPosterize = 0x1f5c, |
|
6001 EAknsMinorGenericQgnIndiItutListCollapse = 0x1f5d, |
|
6002 EAknsMinorGenericQgnIndiItutListExpand = 0x1f5e, |
|
6003 EAknsMinorGenericQgnIndiTake5ButtonCall = 0x1f5f, |
|
6004 EAknsMinorGenericQgnIndiTake5ButtonClose = 0x1f60, |
|
6005 EAknsMinorGenericQgnIndiTake5ButtonMail = 0x1f61, |
|
6006 EAknsMinorGenericQgnIndiTake5ButtonSettings = 0x1f62, |
|
6007 EAknsMinorGenericQgnIndiTake5ButtonUpdate = 0x1f63, |
|
6008 EAknsMinorGenericQgnIndiTake5EventNew = 0x1f64, |
|
6009 EAknsMinorGenericQgnIndiTake5RssAudio = 0x1f65, |
|
6010 EAknsMinorGenericQgnIndiTake5RssImage = 0x1f66, |
|
6011 EAknsMinorGenericQgnIndiTake5RssProvider = 0x1f67, |
|
6012 EAknsMinorGenericQgnIndiTake5RssText = 0x1f68, |
|
6013 EAknsMinorGenericQgnIndiTake5RssUnknown = 0x1f69, |
|
6014 EAknsMinorGenericQgnIndiTake5RssVideo = 0x1f6a, |
|
6015 EAknsMinorGenericQgnIndiTbFmgrDetail = 0x1f6b, |
|
6016 EAknsMinorGenericQgnIndiTbFmgrEject = 0x1f6c, |
|
6017 EAknsMinorGenericQgnIndiTbFmgrSort = 0x1f6d, |
|
6018 EAknsMinorGenericQgnIndiXmediabarBrowser = 0x1f6e, |
|
6019 EAknsMinorGenericQgnIndiXmediabarBrowserActive = 0x1f6f, |
|
6020 EAknsMinorGenericQgnIndiXmediabarBrowserPressed = 0x1f70, |
|
6021 EAknsMinorGenericQgnIndiXmediabarImage = 0x1f71, |
|
6022 EAknsMinorGenericQgnIndiXmediabarImageActive = 0x1f72, |
|
6023 EAknsMinorGenericQgnIndiXmediabarImagePressed = 0x1f73, |
|
6024 EAknsMinorGenericQgnIndiXmediabarMusic = 0x1f74, |
|
6025 EAknsMinorGenericQgnIndiXmediabarMusicActive = 0x1f75, |
|
6026 EAknsMinorGenericQgnIndiXmediabarMusicPressed = 0x1f76, |
|
6027 EAknsMinorGenericQgnIndiXmediabarShareonline = 0x1f77, |
|
6028 EAknsMinorGenericQgnIndiXmediabarShareonlineActive = 0x1f78, |
|
6029 EAknsMinorGenericQgnIndiXmediabarShareonlinePressed = 0x1f79, |
|
6030 EAknsMinorGenericQgnIndiXmediabarVideo = 0x1f7a, |
|
6031 EAknsMinorGenericQgnIndiXmediabarVideoActive = 0x1f7b, |
|
6032 EAknsMinorGenericQgnIndiXmediabarVideoPressed = 0x1f7c, |
|
6033 EAknsMinorGenericQgnPropCam4Codec3gp = 0x1f7d, |
|
6034 EAknsMinorGenericQgnPropCam4CodecMp4 = 0x1f7e, |
|
6035 EAknsMinorGenericQgnPropSetAppsCmode = 0x1f7f, |
|
6036 EAknsMinorGenericQgnPropSwupdFailed = 0x1f80, |
|
6037 EAknsMinorGenericQgnPropTake5AddNew = 0x1f81, |
|
6038 EAknsMinorGenericQgnPropTake5Contacts = 0x1f82, |
|
6039 EAknsMinorGenericQgnPropTake5Dialer = 0x1f83, |
|
6040 EAknsMinorGenericQgnPropTake5Dismiss = 0x1f84, |
|
6041 EAknsMinorGenericQgnPropTake5Remind = 0x1f85, |
|
6042 EAknsMinorGenericQgnPropXmediabar = 0x1f86, |
|
6043 EAknsMinorGenericQgnStatMessageSorted = 0x1f87, |
|
6044 EAknsMinorGenericQsnFrItutScrollBg = 0x1f88, |
|
6045 EAknsMinorGenericQgnGrafTake5TabBg = 0x1f89, |
|
6046 EAknsMinorGenericQgnGrafTake5TabBgMask = 0x1f8a, |
|
6047 EAknsMinorGenericQgnGrafTake5TabBgAddNew = 0x1f8b, |
|
6048 EAknsMinorGenericQgnGrafTake5TabBgLeft = 0x1f8c, |
|
6049 EAknsMinorGenericQgnGrafTake5TabBgLeftMask = 0x1f8d, |
|
6050 EAknsMinorGenericQgnGrafTake5TabBgMiddle = 0x1f8e, |
|
6051 EAknsMinorGenericQgnGrafTake5TabBgMiddleMask = 0x1f8f, |
|
6052 EAknsMinorGenericQgnGrafTake5TabBgRight = 0x1f90, |
|
6053 EAknsMinorGenericQgnGrafTake5TabBgRightMask = 0x1f91, |
|
6054 EAknsMinorGenericQsnFrButtonHighlight = 0x1f92, |
|
6055 EAknsMinorGenericQsnFrButtonHighlightCornerTl = 0x1f93, |
|
6056 EAknsMinorGenericQsnFrButtonHighlightCornerTr = 0x1f94, |
|
6057 EAknsMinorGenericQsnFrButtonHighlightCornerBl = 0x1f95, |
|
6058 EAknsMinorGenericQsnFrButtonHighlightCornerBr = 0x1f96, |
|
6059 EAknsMinorGenericQsnFrButtonHighlightSideT = 0x1f97, |
|
6060 EAknsMinorGenericQsnFrButtonHighlightSideB = 0x1f98, |
|
6061 EAknsMinorGenericQsnFrButtonHighlightSideL = 0x1f99, |
|
6062 EAknsMinorGenericQsnFrButtonHighlightSideR = 0x1f9a, |
|
6063 EAknsMinorGenericQsnFrButtonHighlightCenter = 0x1f9b, |
|
6064 EAknsMinorGenericQsnFrItutButtonCandiMiddle = 0x1f9c, |
|
6065 EAknsMinorGenericQsnFrItutButtonCandiSideL = 0x1f9d, |
|
6066 EAknsMinorGenericQsnFrItutButtonCandiSideR = 0x1f9e, |
|
6067 EAknsMinorGenericQsnFrItutButtonComposeMiddle = 0x1f9f, |
|
6068 EAknsMinorGenericQsnFrItutButtonComposeSideL = 0x1fa0, |
|
6069 EAknsMinorGenericQsnFrItutButtonComposeSideR = 0x1fa1, |
|
6070 EAknsMinorGenericQgnGrafBlidRingfix = 0x1fa2, |
|
6071 EAknsMinorGenericQgnGrafFepChar2TLeftDown = 0x1fa3, |
|
6072 EAknsMinorGenericQgnGrafFepChar2TLeftDownDimmed = 0x1fa4, |
|
6073 EAknsMinorGenericQgnGrafFepChar2TLeftDownPressed = 0x1fa5, |
|
6074 EAknsMinorGenericQgnGrafFepChar2TMiddleDown = 0x1fa6, |
|
6075 EAknsMinorGenericQgnGrafFepChar2TMiddleDownDimmed = 0x1fa7, |
|
6076 EAknsMinorGenericQgnGrafFepChar2TMiddleDownPressed = 0x1fa8, |
|
6077 EAknsMinorGenericQgnGrafFepChar2TMiddleUp = 0x1fa9, |
|
6078 EAknsMinorGenericQgnGrafFepChar2TMiddleUpDimmed = 0x1faa, |
|
6079 EAknsMinorGenericQgnGrafFepChar2TMiddleUpPressed = 0x1fab, |
|
6080 EAknsMinorGenericQgnGrafFepChar2TRightDown = 0x1fac, |
|
6081 EAknsMinorGenericQgnGrafFepChar2TRightDownDimmed = 0x1fad, |
|
6082 EAknsMinorGenericQgnGrafFepChar2TRightDownPressed = 0x1fae, |
|
6083 EAknsMinorGenericQgnGrafFepChar2TRightUp = 0x1faf, |
|
6084 EAknsMinorGenericQgnGrafFepChar2TRightUpDimmed = 0x1fb0, |
|
6085 EAknsMinorGenericQgnGrafFepChar2TRightUpPressed = 0x1fb1, |
|
6086 EAknsMinorGenericQgnGrafInputBg = 0x1fb2, |
|
6087 EAknsMinorGenericQgnGrafInputIcfBg = 0x1fb3, |
|
6088 EAknsMinorGenericQgnIndiBrowserTbFull = 0x1fb4, |
|
6089 EAknsMinorGenericQgnIndiBrowserTbHistoryBack = 0x1fb5, |
|
6090 EAknsMinorGenericQgnIndiBrowserTbHistoryFw = 0x1fb6, |
|
6091 EAknsMinorGenericQgnIndiButtonExitFs = 0x1fb7, |
|
6092 EAknsMinorGenericQgnIndiInputArrowDown = 0x1fb8, |
|
6093 EAknsMinorGenericQgnIndiInputArrowUp = 0x1fb9, |
|
6094 EAknsMinorGenericQgnIndiInputBackspace = 0x1fba, |
|
6095 EAknsMinorGenericQgnIndiInputButtonMode = 0x1fbb, |
|
6096 EAknsMinorGenericQgnIndiInputCandiListClose = 0x1fbc, |
|
6097 EAknsMinorGenericQgnIndiInputCapslock = 0x1fbd, |
|
6098 EAknsMinorGenericQgnIndiInputCaseAccentedCyrillic = 0x1fbe, |
|
6099 EAknsMinorGenericQgnIndiInputCaseAllTypesJapanese = 0x1fbf, |
|
6100 EAknsMinorGenericQgnIndiInputCaseNumericArabicIndic = 0x1fc0, |
|
6101 EAknsMinorGenericQgnIndiInputCaseNumericDevanagari = 0x1fc1, |
|
6102 EAknsMinorGenericQgnIndiInputCaseNumericSpecial = 0x1fc2, |
|
6103 EAknsMinorGenericQgnIndiInputCaseNumericThai = 0x1fc3, |
|
6104 EAknsMinorGenericQgnIndiInputCaseText = 0x1fc4, |
|
6105 EAknsMinorGenericQgnIndiInputCaseTextArabic = 0x1fc5, |
|
6106 EAknsMinorGenericQgnIndiInputCaseTextCyrillic = 0x1fc6, |
|
6107 EAknsMinorGenericQgnIndiInputCaseTextGreek = 0x1fc7, |
|
6108 EAknsMinorGenericQgnIndiInputCaseTextHindi = 0x1fc8, |
|
6109 EAknsMinorGenericQgnIndiInputCaseTextThai = 0x1fc9, |
|
6110 EAknsMinorGenericQgnIndiInputChinese = 0x1fca, |
|
6111 EAknsMinorGenericQgnIndiInputClear = 0x1fcb, |
|
6112 EAknsMinorGenericQgnIndiInputClose = 0x1fcc, |
|
6113 EAknsMinorGenericQgnIndiInputConvertToKanji = 0x1fcd, |
|
6114 EAknsMinorGenericQgnIndiInputEnter = 0x1fce, |
|
6115 EAknsMinorGenericQgnIndiInputHiragana = 0x1fcf, |
|
6116 EAknsMinorGenericQgnIndiInputKatakana = 0x1fd0, |
|
6117 EAknsMinorGenericQgnIndiInputMove = 0x1fd1, |
|
6118 EAknsMinorGenericQgnIndiInputOptions = 0x1fd2, |
|
6119 EAknsMinorGenericQgnIndiInputShift = 0x1fd3, |
|
6120 EAknsMinorGenericQgnIndiInputSmileys = 0x1fd4, |
|
6121 EAknsMinorGenericQgnIndiInputSpaceL = 0x1fd5, |
|
6122 EAknsMinorGenericQgnIndiInputSpaceMiddle = 0x1fd6, |
|
6123 EAknsMinorGenericQgnIndiInputSpaceR = 0x1fd7, |
|
6124 EAknsMinorGenericQgnIndiInputSwitcher = 0x1fd8, |
|
6125 EAknsMinorGenericQgnPropFileRssError = 0x1fd9, |
|
6126 EAknsMinorGenericQgnPropFolderRssError = 0x1fda, |
|
6127 EAknsMinorGenericQsnFrKeypadButton2Inactive = 0x1fdb, |
|
6128 EAknsMinorGenericQsnFrKeypadButton2Normal = 0x1fdc, |
|
6129 EAknsMinorGenericQsnFrKeypadButton2Pressed = 0x1fdd, |
|
6130 EAknsMinorGenericQsnFrKeypadButtonInactive = 0x1fde, |
|
6131 EAknsMinorGenericQsnFrKeypadButtonNormal = 0x1fdf, |
|
6132 EAknsMinorGenericQsnFrKeypadButtonPressed = 0x1fe0, |
|
6133 |
|
6134 EAknsMinorGenericQgnGrafBlidFlag = 0x1fe1, |
|
6135 EAknsMinorGenericQgnGrafBlidSearching = 0x1fe2, |
|
6136 EAknsMinorGenericQgnGrafBlidSearchingSmall = 0x1fe3, |
|
6137 EAknsMinorGenericQgnGrafBlidStartup = 0x1fe4, |
|
6138 EAknsMinorGenericQgnGrafBlidUnavail = 0x1fe5, |
|
6139 EAknsMinorGenericQgnGrafNsliderVerticalMarkerSelected = 0x1fe6, |
|
6140 EAknsMinorGenericQgnIndiCam4Pause = 0x1fe7, |
|
6141 EAknsMinorGenericQgnIndiCam4QualityEmailSharing = 0x1fe8, |
|
6142 EAknsMinorGenericQgnIndiCam4Record = 0x1fe9, |
|
6143 EAknsMinorGenericQgnIndiCam4ZoomMarkerSelected = 0x1fea, |
|
6144 EAknsMinorGenericQgnIndiVideocallBrightness = 0x1feb, |
|
6145 EAknsMinorGenericQgnIndiVideocallContrast = 0x1fec, |
|
6146 EAknsMinorGenericQgnIndiVideocallZoom = 0x1fed, |
|
6147 EAknsMinorGenericQgnGrafBgLscSideRightMaskIcon = 0x1fee, |
|
6148 EAknsMinorGenericQgnGrafBlidSatSignal01 = 0x1fef, |
|
6149 EAknsMinorGenericQgnGrafBlidSatSignal02 = 0x1ff0, |
|
6150 EAknsMinorGenericQgnGrafBlidSatSignal03 = 0x1ff1, |
|
6151 EAknsMinorGenericQgnGrafBlidSatSignal04 = 0x1ff2, |
|
6152 EAknsMinorGenericQgnGrafBlidSatSignal05 = 0x1ff3, |
|
6153 EAknsMinorGenericQgnGrafBlidSignalBar01 = 0x1ff4, |
|
6154 EAknsMinorGenericQgnGrafBlidSignalBar02 = 0x1ff5, |
|
6155 EAknsMinorGenericQgnGrafBlidSignalBar03 = 0x1ff6, |
|
6156 EAknsMinorGenericQgnGrafBlidSignalBar04 = 0x1ff7, |
|
6157 EAknsMinorGenericQgnGrafBlidSignalBar05 = 0x1ff8, |
|
6158 EAknsMinorGenericQgnIndiBrowserBmTbNew = 0x1ff9, |
|
6159 EAknsMinorGenericQgnIndiBrowserTbDelete = 0x1ffa, |
|
6160 EAknsMinorGenericQgnIndiEqTbCreateNew = 0x1ffb, |
|
6161 EAknsMinorGenericQgnIndiImedDownpleSuper = 0x1ffc, |
|
6162 EAknsMinorGenericQgnIndiMpttvTbUnmark = 0x1ffd, |
|
6163 EAknsMinorGenericQgnIndiMptvTbMark = 0x1ffe, |
|
6164 EAknsMinorGenericQgnIndiMupTbAddsongs = 0x1fff, |
|
6165 EAknsMinorGenericQgnIndiMupTbAddtoplaylist = 0x2000, |
|
6166 EAknsMinorGenericQgnIndiMupTbGotostore = 0x2001, |
|
6167 EAknsMinorGenericQgnIndiMupTbShuffle = 0x2002, |
|
6168 EAknsMinorGenericQgnMenuGroupHelp = 0x2003, |
|
6169 EAknsMinorGenericQgnMenuGroupOwn = 0x2004, |
|
6170 EAknsMinorGenericQgnMenuGroupWeb = 0x2005, |
|
6171 EAknsMinorGenericQgnPropTake5Missing = 0x2006, |
|
6172 EAknsMinorGenericQgnPropXmediabarLsc = 0x2007, |
|
6173 EAknsMinorGenericQsnFrTake5CornerRTl = 0x2008, |
|
6174 EAknsMinorGenericQsnFrTake5CornerRTr = 0x2009, |
|
6175 EAknsMinorGenericQgnIndiBrowserTbSwichWin = 0x200a, |
|
6176 EAknsMinorGenericQgnIndiCaleTbMeeting = 0x200b, |
|
6177 EAknsMinorGenericQgnIndiCam4ModePortraitNigh = 0x200c, |
|
6178 EAknsMinorGenericQgnIndiCamBatteryStrength = 0x200d, |
|
6179 EAknsMinorGenericQgnIndiInputFullHalfWidth = 0x200e, |
|
6180 EAknsMinorGenericQgnIndiInputHalfFullWidth = 0x200f, |
|
6181 EAknsMinorGenericQgnIndiInputListCollapse = 0x2010, |
|
6182 EAknsMinorGenericQgnIndiInputListExpand = 0x2011, |
|
6183 EAknsMinorGenericQgnIndiInputMorefunction = 0x2012, |
|
6184 EAknsMinorGenericQgnIndiRadioDefault = 0x2013, |
|
6185 EAknsMinorGenericQgnIndiRadioPlaying = 0x2014, |
|
6186 EAknsMinorGenericQgnIndiTbRadioAutotuneDown = 0x2015, |
|
6187 EAknsMinorGenericQgnIndiTbRadioAutotuneUp = 0x2016, |
|
6188 EAknsMinorGenericQgnIndiTbRadioNext = 0x2017, |
|
6189 EAknsMinorGenericQgnIndiTbRadioPrevious = 0x2018, |
|
6190 EAknsMinorGenericQgnIndiTbRadioScan = 0x2019, |
|
6191 EAknsMinorGenericQgnIndiTbRadioSound = 0x201a, |
|
6192 EAknsMinorGenericQgnIndiTbRadioSoundMuted = 0x201b, |
|
6193 EAknsMinorGenericQgnIndiTbRadioStationSave = 0x201c, |
|
6194 EAknsMinorGenericQgnIndiTbRadioStationSaveAll = 0x201d, |
|
6195 EAknsMinorGenericQgnIndiVded2EndPressed = 0x201e, |
|
6196 EAknsMinorGenericQgnIndiVded2PlayheadPressed = 0x201f, |
|
6197 EAknsMinorGenericQgnIndiVded2PlayPressed = 0x2020, |
|
6198 EAknsMinorGenericQgnIndiVded2StartPressed = 0x2021, |
|
6199 EAknsMinorGenericQgnIndiVdedPausePressed = 0x2022, |
|
6200 EAknsMinorGenericQgnPropCamBatteryIcon = 0x2023, |
|
6201 EAknsMinorGenericQgnPropCatalogsItemUpgrade = 0x2024, |
|
6202 EAknsMinorGenericQgnPropCpDevPsActivat = 0x2025, |
|
6203 EAknsMinorGenericQgnPropFmgrUsbMemcSub = 0x2026, |
|
6204 EAknsMinorGenericQsnFrInputListButtonHighlight = 0x2027, |
|
6205 EAknsMinorGenericQsnFrItutButtonCandiPressedMiddle = 0x2028, |
|
6206 EAknsMinorGenericQsnFrItutButtonCandiPressedSideL = 0x2029, |
|
6207 EAknsMinorGenericQsnFrItutButtonCandiPressedSideR = 0x202a, |
|
6208 EAknsMinorGenericQsnFrItutButtonComposePressedMiddle = 0x202b, |
|
6209 EAknsMinorGenericQsnFrItutButtonComposePressedSideL = 0x202c, |
|
6210 EAknsMinorGenericQsnFrItutButtonComposePressedSideR = 0x202d, |
|
6211 EAknsMinorGenericQgnGrafBlidSearchingSmall01 = 0x202e, |
|
6212 EAknsMinorGenericQgnGrafBlidSearchingSmall02 = 0x202f, |
|
6213 EAknsMinorGenericQgnGrafBlidSearchingSmall03 = 0x2030, |
|
6214 EAknsMinorGenericQgnGrafBlidSearchingSmall04 = 0x2031, |
|
6215 EAknsMinorGenericQgnGrafBlidSearchingSmall05 = 0x2032, |
|
6216 EAknsMinorGenericQgnGrafBlidSearchingSmall06 = 0x2033, |
|
6217 EAknsMinorGenericQgnGrafBlidSearchingSmall07 = 0x2034, |
|
6218 EAknsMinorGenericQgnGrafBlidSearchingSmall08 = 0x2035, |
|
6219 EAknsMinorGenericQgnGrafNsliderCam4MarkerSelected = 0x2036, |
|
6220 EAknsMinorGenericQgnNoteKeyguardLockedAnim1 = 0x2037, |
|
6221 EAknsMinorGenericQgnNoteKeyguardLockedAnim2 = 0x2038, |
|
6222 EAknsMinorGenericQgnNoteKeyguardLockedAnim3 = 0x2039, |
|
6223 EAknsMinorGenericQgnNoteKeyguardLockedAnim4 = 0x203a, |
|
6224 EAknsMinorGenericQgnNoteKeyguardTounlockAnim1 = 0x203b, |
|
6225 EAknsMinorGenericQgnNoteKeyguardTounlockAnim2 = 0x203c, |
|
6226 EAknsMinorGenericQgnNoteKeyguardTounlockAnim3 = 0x203d, |
|
6227 EAknsMinorGenericQgnNoteKeyguardTounlockAnim4 = 0x203e, |
|
6228 EAknsMinorGenericQgnNoteKeyguardUnlockedAnim1 = 0x203f, |
|
6229 EAknsMinorGenericQgnNoteKeyguardUnlockedAnim2 = 0x2040, |
|
6230 EAknsMinorGenericQgnNoteKeyguardUnlockedAnim3 = 0x2041, |
|
6231 EAknsMinorGenericQgnNoteKeyguardUnlockedAnim4 = 0x2042, |
|
6232 EAknsMinorGenericQgnIndiDialerEightLatin = 0x2043, |
|
6233 EAknsMinorGenericQgnIndiDialerFiveLatin = 0x2044, |
|
6234 EAknsMinorGenericQgnIndiDialerFourLatin = 0x2045, |
|
6235 EAknsMinorGenericQgnIndiDialerHashLatin = 0x2046, |
|
6236 EAknsMinorGenericQgnIndiDialerNineLatin = 0x2047, |
|
6237 EAknsMinorGenericQgnIndiDialerOneLatin = 0x2048, |
|
6238 EAknsMinorGenericQgnIndiDialerPrefixLatin = 0x2049, |
|
6239 EAknsMinorGenericQgnIndiDialerSevenLatin = 0x204a, |
|
6240 EAknsMinorGenericQgnIndiDialerSixLatin = 0x204b, |
|
6241 EAknsMinorGenericQgnIndiDialerSpeedDial = 0x204c, |
|
6242 EAknsMinorGenericQgnIndiDialerThreeLatin = 0x204d, |
|
6243 EAknsMinorGenericQgnIndiDialerTwoLatin = 0x204e, |
|
6244 EAknsMinorGenericQgnIndiDialerZeroLatin = 0x204f, |
|
6245 EAknsMinorGenericQgnMenuAppshellMp = 0x2050, |
|
6246 EAknsMinorGenericQgnMenuDrmExpForbid = 0x2051, |
|
6247 EAknsMinorGenericQgnMenuDrmRightsExp = 0x2052, |
|
6248 EAknsMinorGenericQgnMenuHwrTraining = 0x2053, |
|
6249 EAknsMinorGenericQgnMenuImed = 0x2054, |
|
6250 EAknsMinorGenericQgnMenuIr = 0x2055, |
|
6251 EAknsMinorGenericQgnMenuMceGene = 0x2056, |
|
6252 EAknsMinorGenericQgnMenuMcePostcard = 0x2057, |
|
6253 EAknsMinorGenericQgnMenuMceSelMes = 0x2058, |
|
6254 EAknsMinorGenericQgnMenuMceSms = 0x2059, |
|
6255 EAknsMinorGenericQgnMenuMceSyncmail = 0x205a, |
|
6256 EAknsMinorGenericQgnMenuMceUnified = 0x205b, |
|
6257 EAknsMinorGenericQgnMenuNfc = 0x205c, |
|
6258 EAknsMinorGenericQgnMenuSearch = 0x205d, |
|
6259 EAknsMinorGenericQgnMenuTrk = 0x205e, |
|
6260 EAknsMinorGenericQgnMenuUrl = 0x205f, |
|
6261 EAknsMinorGenericQgnMenuVideoSharing = 0x2060, |
|
6262 EAknsMinorGenericQgnIndiCam4CameraBmp = 0x2061, |
|
6263 EAknsMinorGenericQgnIndiCam4FlashOffBmp = 0x2062, |
|
6264 EAknsMinorGenericQgnIndiCam4FlashOnBmp = 0x2063, |
|
6265 EAknsMinorGenericQgnIndiCam4FocusFrameAutoBlBmp = 0x2064, |
|
6266 EAknsMinorGenericQgnIndiCam4FocusFrameAutoBrBmp = 0x2065, |
|
6267 EAknsMinorGenericQgnIndiCam4FocusFrameAutoTlBmp = 0x2066, |
|
6268 EAknsMinorGenericQgnIndiCam4FocusFrameAutoTrBmp = 0x2067, |
|
6269 EAknsMinorGenericQgnIndiCam4MemoryMassBmp = 0x2068, |
|
6270 EAknsMinorGenericQgnIndiCam4MemoryMmcBmp = 0x2069, |
|
6271 EAknsMinorGenericQgnIndiCam4MemoryPhoneBmp = 0x206a, |
|
6272 EAknsMinorGenericQgnIndiCam4PauseBmp = 0x206b, |
|
6273 EAknsMinorGenericQgnIndiCam4Quality03mpLowBmp = 0x206c, |
|
6274 EAknsMinorGenericQgnIndiCam4Quality08mpLowBmp = 0x206d, |
|
6275 EAknsMinorGenericQgnIndiCam4Quality13mpLowBmp = 0x206e, |
|
6276 EAknsMinorGenericQgnIndiCam4Quality13mpMediumBmp = 0x206f, |
|
6277 EAknsMinorGenericQgnIndiCam4Quality1mpLowBmp = 0x2070, |
|
6278 EAknsMinorGenericQgnIndiCam4Quality2mpHighBmp = 0x2071, |
|
6279 EAknsMinorGenericQgnIndiCam4Quality2mpMediumBmp = 0x2072, |
|
6280 EAknsMinorGenericQgnIndiCam4Quality3mpHighBmp = 0x2073, |
|
6281 EAknsMinorGenericQgnIndiCam4Quality3mpMediumBmp = 0x2074, |
|
6282 EAknsMinorGenericQgnIndiCam4Quality5mpHighBmp = 0x2075, |
|
6283 EAknsMinorGenericQgnIndiCam4QualityEmailSharingBmp = 0x2076, |
|
6284 EAknsMinorGenericQgnIndiCam4QualitySharingBmp = 0x2077, |
|
6285 EAknsMinorGenericQgnIndiCam4QualityWideHighBmp = 0x2078, |
|
6286 EAknsMinorGenericQgnIndiCam4RecordBmp = 0x2079, |
|
6287 EAknsMinorGenericQgnIndiCam4SequenceBmp = 0x207a, |
|
6288 EAknsMinorGenericQgnIndiCam4SequenceBurstBmp = 0x207b, |
|
6289 EAknsMinorGenericQgnIndiCam4ShakeBmp = 0x207c, |
|
6290 EAknsMinorGenericQgnIndiCam4ZoomBmp = 0x207d, |
|
6291 EAknsMinorGenericQgnIndiCam4ZoomBottomBmp = 0x207e, |
|
6292 EAknsMinorGenericQgnIndiCam4ZoomMarkerBmp = 0x207f, |
|
6293 EAknsMinorGenericQgnIndiCam4ZoomMarkerSelectedBmp = 0x2080, |
|
6294 EAknsMinorGenericQgnIndiCam4ZoomMaxBmp = 0x2081, |
|
6295 EAknsMinorGenericQgnIndiCam4ZoomMiddleBmp = 0x2082, |
|
6296 EAknsMinorGenericQgnIndiCam4ZoomMinBmp = 0x2083, |
|
6297 EAknsMinorGenericQgnIndiCam4ZoomTopBmp = 0x2084, |
|
6298 EAknsMinorGenericQgnIndiCamBatteryStrengthBmp = 0x2085, |
|
6299 EAknsMinorGenericQgnIndiVid4AudioBmp = 0x2086, |
|
6300 EAknsMinorGenericQgnIndiVid4AudioMuteBmp = 0x2087, |
|
6301 EAknsMinorGenericQgnIndiVid4ContinuousAfBmp = 0x2088, |
|
6302 EAknsMinorGenericQgnIndiVid4QualityEmailHighBmp = 0x2089, |
|
6303 EAknsMinorGenericQgnIndiVid4QualityEmailNormalBmp = 0x208a, |
|
6304 EAknsMinorGenericQgnIndiVid4QualityHighBmp = 0x208b, |
|
6305 EAknsMinorGenericQgnIndiVid4QualityNormalBmp = 0x208c, |
|
6306 EAknsMinorGenericQgnIndiVid4QualityTvHighBmp = 0x208d, |
|
6307 EAknsMinorGenericQgnIndiVid4QualityTvNormalBmp = 0x208e, |
|
6308 EAknsMinorGenericQgnIndiVid4StabilizeOnBmp = 0x208f, |
|
6309 EAknsMinorGenericQgnIndiVid4VideoBmp = 0x2090, |
|
6310 EAknsMinorGenericQgnPropCamBatteryIconBmp = 0x2091, |
|
6311 EAknsMinorGenericQgnPropCodec3gpBmp = 0x2092, |
|
6312 EAknsMinorGenericQgnPropCodecMp4Bmp = 0x2093, |
|
6313 EAknsMinorGenericQgnMenuFmgrRemoteDrive = 0x2094, |
|
6314 EAknsMinorGenericQgnGrafBlidWalk = 0x2095, |
|
6315 EAknsMinorGenericQgnIndiWlanSnifferPluginOn0 = 0x2096, |
|
6316 EAknsMinorGenericQgnIndiWlanSnifferPluginOn1 = 0x2097, |
|
6317 EAknsMinorGenericQgnPropCodecWmv = 0x2098, |
|
6318 EAknsMinorGenericQgnPropLinkConnectionManager = 0x2099, |
|
6319 EAknsMinorGenericQgnPropPbCall = 0x209a, |
|
6320 EAknsMinorGenericQgnPropPbChat = 0x209b, |
|
6321 EAknsMinorGenericQgnPropPbCommTab3 = 0x209c, |
|
6322 EAknsMinorGenericQgnPropPbDetailsTab3 = 0x209d, |
|
6323 EAknsMinorGenericQgnPropPbDflt = 0x209e, |
|
6324 EAknsMinorGenericQgnPropPbEmail = 0x209f, |
|
6325 EAknsMinorGenericQgnPropPbMsg = 0x20a0, |
|
6326 EAknsMinorGenericQgnPropPbMydat = 0x20a1, |
|
6327 EAknsMinorGenericQgnPropPbOffline = 0x20a2, |
|
6328 EAknsMinorGenericQgnPropPbOnline = 0x20a3, |
|
6329 EAknsMinorGenericQgnPropPbPtt = 0x20a4, |
|
6330 EAknsMinorGenericQgnPropPbSdn = 0x20a5, |
|
6331 EAknsMinorGenericQgnPropPbSim = 0x20a6, |
|
6332 EAknsMinorGenericQgnPropPbThumbUnknown = 0x20a7, |
|
6333 EAknsMinorGenericQgnPropPbTopc = 0x20a8, |
|
6334 EAknsMinorGenericQgnPropPbUnknown = 0x20a9, |
|
6335 EAknsMinorGenericQgnPropPbUrl = 0x20aa, |
|
6336 EAknsMinorGenericQgnPropPbVcall = 0x20ab, |
|
6337 EAknsMinorGenericQgnPropPbVocall = 0x20ac, |
|
6338 EAknsMinorGenericQsnFrInputPreviewMiddle = 0x20ad, |
|
6339 EAknsMinorGenericQsnFrInputPreviewSideL = 0x20ae, |
|
6340 EAknsMinorGenericQsnFrInputPreviewSideR = 0x20af, |
|
6341 EAknsMinorGenericQgnIndiImMsgEditor = 0x20b0, |
|
6342 EAknsMinorGenericQgnIndiQdialEightAdd = 0x20b1, |
|
6343 EAknsMinorGenericQgnIndiQdialFiveAdd = 0x20b2, |
|
6344 EAknsMinorGenericQgnIndiQdialFourAdd = 0x20b3, |
|
6345 EAknsMinorGenericQgnIndiQdialNineAdd = 0x20b4, |
|
6346 EAknsMinorGenericQgnIndiQdialOneAdd = 0x20b5, |
|
6347 EAknsMinorGenericQgnIndiQdialSevenAdd = 0x20b6, |
|
6348 EAknsMinorGenericQgnIndiQdialSixAdd = 0x20b7, |
|
6349 EAknsMinorGenericQgnIndiQdialThreeAdd = 0x20b8, |
|
6350 EAknsMinorGenericQgnIndiQdialTwoAdd = 0x20b9, |
|
6351 EAknsMinorGenericQgnMenuDm = 0x20ba, |
|
6352 EAknsMinorGenericQgnPropImFriendRequest = 0x20bb, |
|
6353 EAknsMinorGenericQgnPropImOngoingConv = 0x20bc, |
|
6354 EAknsMinorGenericQgnPropImOngoingConvNew = 0x20bd, |
|
6355 EAknsMinorGenericQgnPropImService = 0x20be, |
|
6356 EAknsMinorGenericQgnPropImServiceTab2 = 0x20bf, |
|
6357 EAknsMinorGenericQgnPropNrtypCall = 0x20c0, |
|
6358 EAknsMinorGenericQgnPropNrtypChat = 0x20c1, |
|
6359 EAknsMinorGenericQgnPropNrtypPtt = 0x20c2, |
|
6360 EAknsMinorGenericQgnPropNrtypVcall = 0x20c3, |
|
6361 EAknsMinorGenericQgnStatKorCase = 0x20c4, |
|
6362 EAknsMinorGenericQgnStatKorCaseSelect = 0x20c5, |
|
6363 EAknsMinorGenericQgnFsActionMsg = 0x20c6, |
|
6364 EAknsMinorGenericQgnFsContactsFavorite = 0x20c7, |
|
6365 EAknsMinorGenericQgnFsContactsIndiMovable = 0x20c8, |
|
6366 EAknsMinorGenericQgnFsFrRibbonBottom = 0x20c9, |
|
6367 EAknsMinorGenericQgnFsFrRibbonCenter = 0x20ca, |
|
6368 EAknsMinorGenericQgnFsFrRibbonSchedulerBottom = 0x20cb, |
|
6369 EAknsMinorGenericQgnFsFrRibbonSchedulerCenter = 0x20cc, |
|
6370 EAknsMinorGenericQgnFsFrRibbonSchedulerTop = 0x20cd, |
|
6371 EAknsMinorGenericQgnFsFrRibbonTop = 0x20ce, |
|
6372 EAknsMinorGenericQgnFsHscrActionArrowDown = 0x20cf, |
|
6373 EAknsMinorGenericQgnFsHscrActionArrowUp = 0x20d0, |
|
6374 EAknsMinorGenericQgnFsIndiCaleTrackingAccept = 0x20d1, |
|
6375 EAknsMinorGenericQgnFsIndiCaleTrackingNone = 0x20d2, |
|
6376 EAknsMinorGenericQgnFsIndiCaleTrackingReject = 0x20d3, |
|
6377 EAknsMinorGenericQgnFsIndiCaleTrackingTentative = 0x20d4, |
|
6378 EAknsMinorGenericQgnFsPropConfActive = 0x20d5, |
|
6379 EAknsMinorGenericQgnFsPropConfDropped = 0x20d6, |
|
6380 EAknsMinorGenericQgnFsPropConfJoined = 0x20d7, |
|
6381 EAknsMinorGenericQgnFsPropConfNotHandled = 0x20d8, |
|
6382 EAknsMinorGenericQgnIndiInputClr = 0x20d9, |
|
6383 EAknsMinorGenericQgnIndiInputHiraganaPredict = 0x20da, |
|
6384 EAknsMinorGenericQgnIndiInputJpnAlphaFw = 0x20db, |
|
6385 EAknsMinorGenericQgnIndiInputJpnAlphaHw = 0x20dc, |
|
6386 EAknsMinorGenericQgnIndiInputJpnCommit = 0x20dd, |
|
6387 EAknsMinorGenericQgnIndiInputJpnFullWidth = 0x20de, |
|
6388 EAknsMinorGenericQgnIndiInputJpnHalfWidth = 0x20df, |
|
6389 EAknsMinorGenericQgnIndiInputJpnNumberFw = 0x20e0, |
|
6390 EAknsMinorGenericQgnIndiInputJpnNumberHw = 0x20e1, |
|
6391 EAknsMinorGenericQgnIndiInputJpnOtherModes = 0x20e2, |
|
6392 EAknsMinorGenericQgnIndiInputJpnStartPredict = 0x20e3, |
|
6393 EAknsMinorGenericQgnIntraHomescreenPlugin = 0x20e4, |
|
6394 EAknsMinorGenericQgnIntraMenuChangeDest = 0x20e5, |
|
6395 EAknsMinorGenericQgnIntraMenuConnectIntranet = 0x20e6, |
|
6396 EAknsMinorGenericQgnIntraMenuCurrentDestination = 0x20e7, |
|
6397 EAknsMinorGenericQgnIntraMenuHiddenWlan = 0x20e8, |
|
6398 EAknsMinorGenericQgnIntraMenuInternet = 0x20e9, |
|
6399 EAknsMinorGenericQgnIntraMenuIntranet = 0x20ea, |
|
6400 EAknsMinorGenericQgnIntraMenuIntranetConnected = 0x20eb, |
|
6401 EAknsMinorGenericQgnIntraMenuManualConnection = 0x20ec, |
|
6402 EAknsMinorGenericQgnIntraMenuReturnToHomescreen = 0x20ed, |
|
6403 EAknsMinorGenericQgnIntraMenuStartBrowser = 0x20ee, |
|
6404 EAknsMinorGenericQgnIntraMenuViewOtherWlans = 0x20ef, |
|
6405 EAknsMinorGenericQgnIntraMenuVpnAp = 0x20f0, |
|
6406 EAknsMinorGenericQgnMenuIntranet = 0x20f1, |
|
6407 EAknsMinorGenericQgnStatCaseHiraganaKanji = 0x20f2, |
|
6408 EAknsMinorGenericQgnStatCaseKatakanaFw = 0x20f3, |
|
6409 EAknsMinorGenericQgnStatCaseKatakanaHw = 0x20f4, |
|
6410 EAknsMinorGenericQsnCpScrollBgBottomPressed = 0x20f5, |
|
6411 EAknsMinorGenericQsnCpScrollBgMiddlePressed = 0x20f6, |
|
6412 EAknsMinorGenericQsnCpScrollBgTopPressed = 0x20f7, |
|
6413 EAknsMinorGenericQsnCpScrollHandleBottomPressed = 0x20f8, |
|
6414 EAknsMinorGenericQsnCpScrollHandleMiddlePressed = 0x20f9, |
|
6415 EAknsMinorGenericQsnCpScrollHandleTopPressed = 0x20fa, |
|
6416 EAknsMinorGenericQsnCpScrollHorizontalBgBottomPressed = 0x20fb, |
|
6417 EAknsMinorGenericQsnCpScrollHorizontalBgMiddlePressed = 0x20fc, |
|
6418 EAknsMinorGenericQsnCpScrollHorizontalBgTopPressed = 0x20fd, |
|
6419 EAknsMinorGenericQsnCpScrollHorizontalHandleBottomPressed = 0x20fe, |
|
6420 EAknsMinorGenericQsnCpScrollHorizontalHandleMiddlePressed = 0x20ff, |
|
6421 EAknsMinorGenericQsnCpScrollHorizontalHandleTopPressed = 0x2100, |
|
6422 EAknsMinorGenericQsnFrKeypadButton2SmallInactive = 0x2101, |
|
6423 EAknsMinorGenericQsnFrKeypadButton2SmallNormal = 0x2102, |
|
6424 EAknsMinorGenericQsnFrKeypadButton2SmallPressed = 0x2103, |
|
6425 EAknsMinorGenericQsnFrKeypadButtonSmallInactive = 0x2104, |
|
6426 EAknsMinorGenericQsnFrKeypadButtonSmallNormal = 0x2105, |
|
6427 EAknsMinorGenericQsnFrKeypadButtonSmallPressed = 0x2106, |
|
6428 EAknsMinorGenericMuiCoverHandle = 0x2107, |
|
6429 EAknsMinorGenericMuiDlProgressLsc = 0x2108, |
|
6430 EAknsMinorGenericMuiHandle = 0x2109, |
|
6431 EAknsMinorGenericMuiProgressLsc = 0x210a, |
|
6432 EAknsMinorGenericMuiSliderLsc = 0x210b, |
|
6433 EAknsMinorGenericMuiSliderPrt = 0x210c, |
|
6434 EAknsMinorGenericQgnIndiCam4Minus = 0x210d, |
|
6435 EAknsMinorGenericQgnIndiSmileyAnimConive = 0x210e, |
|
6436 EAknsMinorGenericQgnIndiVideoVolMute = 0x210f, |
|
6437 EAknsMinorGenericQgnIndiDialerInternet = 0x2110, |
|
6438 EAknsMinorGenericQgnIndiDialerSilent = 0x2111, |
|
6439 EAknsMinorGenericQgnIndiDialerVoicemail = 0x2112, |
|
6440 EAknsMinorGenericQgnIndiInputFshwrSctPage1 = 0x2113, |
|
6441 EAknsMinorGenericQgnIndiInputFshwrSctPage2 = 0x2114, |
|
6442 EAknsMinorGenericQgnIndiInputJpnConvert = 0x2115, |
|
6443 EAknsMinorGenericQgnIndiTbBack = 0x2116, |
|
6444 EAknsMinorGenericQgnIndiTbDocNew = 0x2117, |
|
6445 EAknsMinorGenericQgnIndiTbFindBack = 0x2118, |
|
6446 EAknsMinorGenericQgnIndiTbFindMode = 0x2119, |
|
6447 EAknsMinorGenericQgnIndiTbFindNew = 0x211a, |
|
6448 EAknsMinorGenericQgnIndiTbFindNext = 0x211b, |
|
6449 EAknsMinorGenericQgnIndiTbNext = 0x211c, |
|
6450 EAknsMinorGenericQgnIndiTbScrolldown = 0x211d, |
|
6451 EAknsMinorGenericQgnIndiTbScrollup = 0x211e, |
|
6452 EAknsMinorGenericQgnIndiTbSheetAccept = 0x211f, |
|
6453 EAknsMinorGenericQgnIndiTbZoomAccept = 0x2120, |
|
6454 EAknsMinorGenericQgnIndiTbZoomIn = 0x2121, |
|
6455 EAknsMinorGenericQgnIndiTbZoomOut = 0x2122, |
|
6456 EAknsMinorGenericQgnIndiVded2Pause = 0x2123, |
|
6457 EAknsMinorGenericQgnIndiVded2PausePressed = 0x2124, |
|
6458 EAknsMinorGenericQgnIndiVdedPlay = 0x2125, |
|
6459 EAknsMinorGenericQgnIndiVdedPlayPressed = 0x2126, |
|
6460 EAknsMinorGenericQgnMenuMshop = 0x2127, |
|
6461 EAknsMinorGenericQgnPropClkCntdwnTimer = 0x2128, |
|
6462 EAknsMinorGenericQgnPropClkNewAlarm = 0x2129, |
|
6463 EAknsMinorGenericQgnPropClkStpWatch = 0x212a, |
|
6464 EAknsMinorGenericQgnPropClkWrldClock = 0x212b, |
|
6465 EAknsMinorGenericQgnIndiInputJpnPredict = 0x212c, |
|
6466 EAknsMinorGenericQgnIndiInputKatakanaHw = 0x212d, |
|
6467 EAknsMinorGenericQgnIndiMusicshopTbActiveDownloads = 0x212e, |
|
6468 EAknsMinorGenericQgnIndiMusicshopTbNoActiveDownloads = 0x212f, |
|
6469 EAknsMinorGenericQgnIndiMusicshopTbSignin = 0x2130, |
|
6470 EAknsMinorGenericQgnIndiMusicshopTbStoreLink = 0x2131, |
|
6471 EAknsMinorGenericQgnIndiTbSwupdDetail = 0x2132, |
|
6472 EAknsMinorGenericQgnIndiTbSwupdHistory = 0x2133, |
|
6473 EAknsMinorGenericQgnIndiTbSwupdStart = 0x2134, |
|
6474 EAknsMinorGenericQgnMenuSwupdate = 0x2135, |
|
6475 EAknsMinorGenericQgnCaleIndiDelete = 0x2136, |
|
6476 EAknsMinorGenericQgnCaleIndiDone = 0x2137, |
|
6477 EAknsMinorGenericQgnCaleIndiEdit = 0x2138, |
|
6478 EAknsMinorGenericQgnCaleIndiNotDone = 0x2139, |
|
6479 EAknsMinorGenericQgnFseActionMenuAttachDownloadAll = 0x213a, |
|
6480 EAknsMinorGenericQgnFseActionMenuAttachOpen = 0x213b, |
|
6481 EAknsMinorGenericQgnFseActionMenuAttachSave = 0x213c, |
|
6482 EAknsMinorGenericQgnGridEditBg = 0x213d, |
|
6483 EAknsMinorGenericQgnGridMenuAdd = 0x213e, |
|
6484 EAknsMinorGenericQgnMenuBackup = 0x213f, |
|
6485 EAknsMinorGenericQgnMenuRestore = 0x2140, |
|
6486 EAknsMinorGenericQgnMenuTravel = 0x2141, |
|
6487 EAknsMinorGenericQgnMenuUpgrade = 0x2142, |
|
6488 EAknsMinorGenericQgnPropNoteListAlphaKorTab2 = 0x2143, |
|
6489 EAknsMinorGenericQgnIndiCam4TbGotoGallery = 0x2144, |
|
6490 EAknsMinorGenericQgnMenuFolderEmpty = 0x2145, |
|
6491 EAknsMinorGenericQgnPropAudioMusic = 0x2146, |
|
6492 EAknsMinorGenericQgnPropAudioToneOff = 0x2147, |
|
6493 EAknsMinorGenericQgnGrafCam4TbBottom = 0x2148, |
|
6494 EAknsMinorGenericQgnGrafCam4TbArrowDown = 0x2149, |
|
6495 EAknsMinorGenericQgnGrafCam4TbArrowUp = 0x214a, |
|
6496 EAknsMinorGenericQgnGrafCam4TbBody = 0x214b, |
|
6497 EAknsMinorGenericQgnPropLocevTrigger = 0x214c, |
|
6498 EAknsMinorGenericQgnGrafCam4TbFocus = 0x214d, |
|
6499 EAknsMinorGenericQgnGrafCam4TbGap = 0x214e, |
|
6500 EAknsMinorGenericQgnGrafCam4TbTooltipBody = 0x214f, |
|
6501 EAknsMinorGenericQgnGrafCam4TbTooltipEnd = 0x2150, |
|
6502 EAknsMinorGenericQgnGrafCam4TbTop = 0x2151, |
|
6503 EAknsMinorGenericQgnIndiButtonSilence = 0x2152, |
|
6504 EAknsMinorGenericQgnIndiCam4GeotagOff = 0x2153, |
|
6505 EAknsMinorGenericQgnIndiCam4GeotagOn = 0x2154, |
|
6506 EAknsMinorGenericQgnNoteLocevAlarm = 0x2155, |
|
6507 EAknsMinorGenericQgnNoteLocevAlarmAcc = 0x2156, |
|
6508 EAknsMinorGenericQgnNoteLocevAlarmInacc = 0x2157, |
|
6509 EAknsMinorGenericQgnNoteLocevAlarmInaccHeavy = 0x2158, |
|
6510 EAknsMinorGenericQgnPropLocevActiveSmall = 0x2159, |
|
6511 EAknsMinorGenericQgnPropLocevCompleted = 0x215a, |
|
6512 EAknsMinorGenericQgnPropLocevCompletedSmall = 0x215b, |
|
6513 EAknsMinorGenericQgnPropLocevCurrentLocation = 0x215c, |
|
6514 EAknsMinorGenericQgnPropLocevDeleteSmall = 0x215d, |
|
6515 EAknsMinorGenericQgnPropLocevDraft = 0x215e, |
|
6516 EAknsMinorGenericQgnPropLocevDraftSmall = 0x215f, |
|
6517 EAknsMinorGenericQgnPropLocevLandmark = 0x2160, |
|
6518 EAknsMinorGenericQgnPropLocevMap = 0x2161, |
|
6519 EAknsMinorGenericQgnPropLocevNew = 0x2162, |
|
6520 EAknsMinorGenericCam4TbArrowDown = 0x2163, |
|
6521 EAknsMinorGenericCam4TbArrowUp = 0x2164, |
|
6522 EAknsMinorGenericCam4TbBody = 0x2165, |
|
6523 EAknsMinorGenericCam4TbBottom = 0x2166, |
|
6524 EAknsMinorGenericCam4TbFocus = 0x2167, |
|
6525 EAknsMinorGenericCam4TbTooltipBody = 0x2168, |
|
6526 EAknsMinorGenericCam4TbTooltipEnd = 0x2169, |
|
6527 EAknsMinorGenericCam4TbTop = 0x216a, |
|
6528 EAknsMinorGenericQgnCam4TbArrowDown = 0x216b, |
|
6529 EAknsMinorGenericQgnCam4TbArrowUp = 0x216c, |
|
6530 EAknsMinorGenericQgnCam4TbBody = 0x216d, |
|
6531 EAknsMinorGenericQgnCam4TbBottom = 0x216e, |
|
6532 EAknsMinorGenericQgnCam4TbFocus = 0x216f, |
|
6533 EAknsMinorGenericQgnCam4TbTooltipBody = 0x2170, |
|
6534 EAknsMinorGenericQgnCam4TbTooltipEnd = 0x2171, |
|
6535 EAknsMinorGenericQgnCam4TbTop = 0x2172, |
|
6536 EAknsMinorGenericQgnMenuDownload = 0x2173, |
|
6537 EAknsMinorGenericQgnMenuGroupApps = 0x2174, |
|
6538 EAknsMinorGenericQgnMenuMaps = 0x2175, |
|
6539 EAknsMinorGenericQgnMenuMusic = 0x2176, |
|
6540 EAknsMinorGenericQgnMenuNdg = 0x2177, |
|
6541 EAknsMinorGenericQgnMenuPubCxt = 0x2178, |
|
6542 EAknsMinorGenericQgnMenuWeb = 0x2179, |
|
6543 EAknsMinorGenericQgnNoteBattCharging0 = 0x217a, |
|
6544 EAknsMinorGenericQgnNoteBattCharging1 = 0x217b, |
|
6545 EAknsMinorGenericQgnMenuPhotos = 0x217c, |
|
6546 EAknsMinorGenericQgnMenuVideo = 0x217d, |
|
6547 EAknsMinorGenericQgnMusicGrid = 0x217e, |
|
6548 EAknsMinorGenericQgnPropClockHomecity = 0x217f, |
|
6549 EAknsMinorGenericQgnIndiAiEplgDefault = 0x2180, |
|
6550 EAknsMinorGenericQgnIndiAiEplgRead = 0x2181, |
|
6551 EAknsMinorGenericQgnIndiAiEplgUnread = 0x2182, |
|
6552 EAknsMinorGenericQgnIndiTbCam4GotoMain = 0x2183, |
|
6553 EAknsMinorGenericQgnMenuGames = 0x2184, |
|
6554 EAknsMinorGenericQgnHomeAdd = 0x2185, |
|
6555 EAknsMinorGenericQgnHomeEditBgWidget = 0x2186, |
|
6556 EAknsMinorGenericQgnIndiCam4TbMark = 0x2187, |
|
6557 EAknsMinorGenericQgnIndiCam4TbUpload = 0x2188, |
|
6558 EAknsMinorGenericQgnIndiHomePage = 0x2189, |
|
6559 EAknsMinorGenericQgnIndiHomeProfileGeneral = 0x218a, |
|
6560 EAknsMinorGenericQgnIndiHomeProfileSilent = 0x218b, |
|
6561 EAknsMinorGenericQgnIndiSliderMarker = 0x218c, |
|
6562 EAknsMinorGenericQgnIndiTvNoSignal = 0x218d, |
|
6563 EAknsMinorGenericQgnNoteSwupdateNotification = 0x218e, |
|
6564 EAknsMinorGenericQgnPropClkCntdwnTimerTab4 = 0x218f, |
|
6565 EAknsMinorGenericQgnPropClkNewAlarmTab4 = 0x2190, |
|
6566 EAknsMinorGenericQgnPropClkStpWatchTab4 = 0x2191, |
|
6567 EAknsMinorGenericQgnPropClkWrldClkTab4 = 0x2192, |
|
6568 EAknsMinorGenericQgnPropTv3g = 0x2193, |
|
6569 EAknsMinorGenericQgnPropTvDvbH = 0x2194, |
|
6570 EAknsMinorGenericQsnHomeClockAnalogueFace = 0x2195, |
|
6571 EAknsMinorGenericQsnHomeClockAnaloguePointerHour = 0x2196, |
|
6572 EAknsMinorGenericQgnIndiMupTbForward = 0x2197, |
|
6573 EAknsMinorGenericQgnIndiMupTbRewind = 0x2198, |
|
6574 EAknsMinorGenericQgnIndiTbCam4PhotoDetail = 0x2199, |
|
6575 EAknsMinorGenericQgnPropSetGeneNotifilight = 0x219a, |
|
6576 EAknsMinorGenericQgnHomePhotoMask = 0x219b, |
|
6577 EAknsMinorGenericQgnIndiBtSignalGoodAdd = 0x219c, |
|
6578 EAknsMinorGenericQgnIndiBtSignalLowAdd = 0x219d, |
|
6579 EAknsMinorGenericQgnIndiBtSignalMedAdd = 0x219e, |
|
6580 EAknsMinorGenericQgnIndiCam4Quality8mpHigh = 0x219f, |
|
6581 EAknsMinorGenericQgnIndiCam4TbFacedet = 0x21a0, |
|
6582 EAknsMinorGenericQgnIndiMemcMassAdd = 0x21a1, |
|
6583 EAknsMinorGenericQgnIndiVdcRecTvAdd = 0x21a2, |
|
6584 EAknsMinorGenericQgnIndiVdcTbDetails = 0x21a3, |
|
6585 EAknsMinorGenericQgnIndiVdcTbDownload = 0x21a4, |
|
6586 EAknsMinorGenericQgnIndiVdcTbDownloadCancel = 0x21a5, |
|
6587 EAknsMinorGenericQgnIndiVdcTbDownloadResumes = 0x21a6, |
|
6588 EAknsMinorGenericQgnIndiVdcVideoNewAdd = 0x21a7, |
|
6589 EAknsMinorGenericQgnIndiVid4TbStill = 0x21a8, |
|
6590 EAknsMinorGenericQgnIndiVid4TbVideo = 0x21a9, |
|
6591 EAknsMinorGenericQgnMenuClkAlarm = 0x21aa, |
|
6592 EAknsMinorGenericQgnNoteDefaultVideo = 0x21ab, |
|
6593 EAknsMinorGenericQgnPropClkClockTab4 = 0x21ac, |
|
6594 EAknsMinorGenericQgnGrafMusicHomeAnimDownload00 = 0x21ad, |
|
6595 EAknsMinorGenericQgnGrafMusicHomeAnimDownload01 = 0x21ae, |
|
6596 EAknsMinorGenericQgnGrafMusicHomeAnimDownload02 = 0x21af, |
|
6597 EAknsMinorGenericQgnGrafMusicHomeAnimDownload03 = 0x21b0, |
|
6598 EAknsMinorGenericQgnGrafMusicHomeAnimDownload04 = 0x21b1, |
|
6599 EAknsMinorGenericQgnGrafMusicHomeAnimDownload05 = 0x21b2, |
|
6600 EAknsMinorGenericQgnGrafMusicHomeAnimDownload06 = 0x21b3, |
|
6601 EAknsMinorGenericQgnGrafMusicHomeAnimDownload07 = 0x21b4, |
|
6602 EAknsMinorGenericQgnIndiCalLocatEventAdd = 0x21b5, |
|
6603 EAknsMinorGenericQgnIndiCam4ModeLowlight = 0x21b6, |
|
6604 EAknsMinorGenericQgnIndiHomeProfileTimed = 0x21b7, |
|
6605 EAknsMinorGenericQgnIndiMupHomeDownloadCompleted = 0x21b8, |
|
6606 EAknsMinorGenericQgnIndiMupHomeNoMusic = 0x21b9, |
|
6607 EAknsMinorGenericQgnIndiMupHomePause = 0x21ba, |
|
6608 EAknsMinorGenericQgnIndiMupHomePlay = 0x21bb, |
|
6609 EAknsMinorGenericQgnNoteBtPopu = 0x21bc, |
|
6610 EAknsMinorGenericQgnPropCodecWvga = 0x21bd, |
|
6611 EAknsMinorGenericQgnIndiLgalTbAddToAlbum = 0x21be, |
|
6612 EAknsMinorGenericQgnIndiLgalTbNewAlbum = 0x21bf, |
|
6613 EAknsMinorGenericQgnIndiLgalTbRename = 0x21c0, |
|
6614 EAknsMinorGenericQgnIndiLgalTbSlideshow = 0x21c1, |
|
6615 EAknsMinorGenericQgnIndiNcimForgotPsw = 0x21c2, |
|
6616 EAknsMinorGenericQgnIndiSctrlSkMaskMiddlePrt = 0x21c3, |
|
6617 EAknsMinorGenericQgnIndiTbDelete = 0x21c4, |
|
6618 EAknsMinorGenericQgnIndiTbDeleteDimmed = 0x21c5, |
|
6619 EAknsMinorGenericQgnIndiTbMark = 0x21c6, |
|
6620 EAknsMinorGenericQgnIndiTbUnmark = 0x21c7, |
|
6621 EAknsMinorGenericQgnIndiTbUpload = 0x21c8, |
|
6622 EAknsMinorGenericQgnMenuHomeMedia = 0x21c9, |
|
6623 EAknsMinorGeneric3dAudio = 0x21ca, |
|
6624 EAknsMinorGenericQgnAppSnifferGrid = 0x21cb, |
|
6625 EAknsMinorGenericQgnIndiCam4TbSwitchStill = 0x21cc, |
|
6626 EAknsMinorGenericQgnIndiCam4TbSwitchVideo = 0x21cd, |
|
6627 EAknsMinorGenericQgnIndiFlashKeypadBackground = 0x21ce, |
|
6628 EAknsMinorGenericQgnIndiFlashKeypadButtonBackground = 0x21cf, |
|
6629 EAknsMinorGenericQgnIndiFlashKeypadButtonBackgroundAlt = 0x21d0, |
|
6630 EAknsMinorGenericQgnIndiFlashKeypadDown = 0x21d1, |
|
6631 EAknsMinorGenericQgnIndiFlashKeypadExitFs = 0x21d2, |
|
6632 EAknsMinorGenericQgnIndiFlashKeypadLeft = 0x21d3, |
|
6633 EAknsMinorGenericQgnIndiFlashKeypadLsk = 0x21d4, |
|
6634 EAknsMinorGenericQgnIndiFlashKeypadRight = 0x21d5, |
|
6635 EAknsMinorGenericQgnIndiFlashKeypadRsk = 0x21d6, |
|
6636 EAknsMinorGenericQgnIndiFlashKeypadSelect = 0x21d7, |
|
6637 EAknsMinorGenericQgnIndiFlashKeypadSelectAlt = 0x21d8, |
|
6638 EAknsMinorGenericQgnIndiFlashKeypadUp = 0x21d9, |
|
6639 EAknsMinorGenericQgnIndiFlashToolbarFs = 0x21da, |
|
6640 EAknsMinorGenericQgnIndiFlashToolbarPause = 0x21db, |
|
6641 EAknsMinorGenericQgnIndiFlashToolbarPlay = 0x21dc, |
|
6642 EAknsMinorGenericQgnIndiFlashToolbarZoom = 0x21dd, |
|
6643 EAknsMinorGenericQgnMenuActivenotes = 0x21de, |
|
6644 EAknsMinorGenericQgnMenuAudioTheme = 0x21df, |
|
6645 EAknsMinorGenericQgnMenuFiles = 0x21e0, |
|
6646 EAknsMinorGenericQgnMenuMobilesearch = 0x21e1, |
|
6647 EAknsMinorGenericQgnMenuMyApplications = 0x21e2, |
|
6648 EAknsMinorGenericQgnMenuN95 = 0x21e3, |
|
6649 EAknsMinorGenericQgnMenuOviMaps = 0x21e4, |
|
6650 EAknsMinorGenericQgnMenuOviMusic = 0x21e5, |
|
6651 EAknsMinorGenericQgnMenuOviPhotos = 0x21e6, |
|
6652 EAknsMinorGenericQgnMenuOviSearch = 0x21e7, |
|
6653 EAknsMinorGenericQgnMenuOviWeb = 0x21e8, |
|
6654 EAknsMinorGenericQgnMenuPeople = 0x21e9, |
|
6655 EAknsMinorGenericQgnMenuSetwizard = 0x21ea, |
|
6656 EAknsMinorGenericQgnMenuSwitch = 0x21eb, |
|
6657 EAknsMinorGenericQgnMenuTutor = 0x21ec, |
|
6658 EAknsMinorGenericQgnMenuVr = 0x21ed, |
|
6659 EAknsMinorGenericQgnMenuWelcomeCxt = 0x21ee, |
|
6660 EAknsMinorGenericQgnMenuWka = 0x21ef, |
|
6661 EAknsMinorGenericQsnHomeClockAnaloguePointerMinute = 0x21f0, |
|
6662 EAknsMinorGenericQgnIndiBrowserTbGotoAndSearch = 0x21f1, |
|
6663 EAknsMinorGenericIconSyncEndRemotecontrol = 0x21f2, |
|
6664 EAknsMinorGenericIconSyncFileSync = 0x21f3, |
|
6665 EAknsMinorGenericIconSyncProductInfo = 0x21f4, |
|
6666 EAknsMinorGenericIconSyncRestore = 0x21f5, |
|
6667 EAknsMinorGenericIconSyncTravelInfo = 0x21f6, |
|
6668 EAknsMinorGenericIconSyncUpgrade = 0x21f7, |
|
6669 EAknsMinorGenericQgnGrafNpodaApp = 0x21f8, |
|
6670 EAknsMinorGenericQgnGrafSplashCatalogs = 0x21f9, |
|
6671 EAknsMinorGenericQgnHqttsManagerAppsGrid = 0x21fa, |
|
6672 EAknsMinorGenericQgnIndiMopTableSmall = 0x21fb, |
|
6673 EAknsMinorGenericQgnIndiMpVcAlbum = 0x21fc, |
|
6674 EAknsMinorGenericQgnIndiMpVcArtist = 0x21fd, |
|
6675 EAknsMinorGenericQgnIndiMpVcPlaylist = 0x21fe, |
|
6676 EAknsMinorGenericQgnIndiMpVcSong = 0x21ff, |
|
6677 EAknsMinorGenericQgnMenuCatalogs = 0x2200, |
|
6678 EAknsMinorGenericQgnMenuContactbarFeedviewer = 0x2201, |
|
6679 EAknsMinorGenericQgnMenuContactbarSetup = 0x2202, |
|
6680 EAknsMinorGenericQgnMenuContacts = 0x2203, |
|
6681 EAknsMinorGenericQgnMenuGroupPhone = 0x2204, |
|
6682 EAknsMinorGenericQgnMenuLocev = 0x2205, |
|
6683 EAknsMinorGenericQgnMenuNgage = 0x2206, |
|
6684 EAknsMinorGenericQgnMenuSwicthMode = 0x2207, |
|
6685 EAknsMinorGenericQgnMenuVa = 0x2208, |
|
6686 EAknsMinorGenericQgnMenuVdcSuite = 0x2209, |
|
6687 EAknsMinorGenericQgnPropCatalogsItemBought = 0x220a, |
|
6688 EAknsMinorGenericQgnPropCatalogsItemDependency = 0x220b, |
|
6689 EAknsMinorGenericQgnPropClockDefault = 0x220c, |
|
6690 EAknsMinorGenericQgnPropCmailNewMailbox = 0x220d, |
|
6691 EAknsMinorGenericQgnPropServiceDefaultAvatar = 0x220e, |
|
6692 EAknsMinorGenericQgnPropServiceFriendRequestReceived = 0x220f, |
|
6693 EAknsMinorGenericQgnPropServiceFriendRequestSent = 0x2210, |
|
6694 EAknsMinorGenericQgnPropServiceOffFriendRequestReceived = 0x2211, |
|
6695 EAknsMinorGenericQgnPropServiceOffFriendRequestSent = 0x2212, |
|
6696 EAknsMinorGenericQgnPropSetConnAuthentication = 0x2213, |
|
6697 EAknsMinorGenericQgnGrafImSigninScreen = 0x2214, |
|
6698 EAknsMinorGenericQgnGrafImSplashScreen = 0x2215, |
|
6699 EAknsMinorGenericQgnIndiCam4Facedet = 0x2216, |
|
6700 EAknsMinorGenericQgnIndiCam4QualityWideNorm = 0x2217, |
|
6701 EAknsMinorGenericQgnIndiCam4TbFacedetOff = 0x2218, |
|
6702 EAknsMinorGenericQgnIndiListView = 0x2219, |
|
6703 EAknsMinorGenericQgnIndiRadioRockerAutotuneDown = 0x221a, |
|
6704 EAknsMinorGenericQgnIndiRadioRockerAutotuneDownPressed = 0x221b, |
|
6705 EAknsMinorGenericQgnIndiRadioRockerAutotuneUp = 0x221c, |
|
6706 EAknsMinorGenericQgnIndiRadioRockerAutotuneUpPressed = 0x221d, |
|
6707 EAknsMinorGenericQgnIndiRadioRockerListView = 0x221e, |
|
6708 EAknsMinorGenericQgnIndiRadioRockerListViewPressed = 0x221f, |
|
6709 EAknsMinorGenericQgnIndiRadioRockerNext = 0x2220, |
|
6710 EAknsMinorGenericQgnIndiRadioRockerNextDisabled = 0x2221, |
|
6711 EAknsMinorGenericQgnIndiRadioRockerNextPressed = 0x2222, |
|
6712 EAknsMinorGenericQgnIndiRadioRockerPrevious = 0x2223, |
|
6713 EAknsMinorGenericQgnIndiRadioRockerPreviousDisabled = 0x2224, |
|
6714 EAknsMinorGenericQgnIndiRadioRockerPreviousPressed = 0x2225, |
|
6715 EAknsMinorGenericQgnIndiTbFind = 0x2226, |
|
6716 EAknsMinorGenericQgnIndiTbRename = 0x2227, |
|
6717 EAknsMinorGenericQgnPropLmCategories = 0x2228, |
|
6718 EAknsMinorGenericQgnGrafMediatagBubbleTail = 0x2229, |
|
6719 EAknsMinorGenericQgnIndiGalleryEditAdd = 0x222a, |
|
6720 EAknsMinorGenericQgnIndiMediaFullscreenPlay = 0x222b, |
|
6721 EAknsMinorGenericQgnIndiMediaThumbnail = 0x222c, |
|
6722 EAknsMinorGenericQgnIndiMgTvscreen = 0x222d, |
|
6723 EAknsMinorGenericQgnIndiTbGalleryRename = 0x222e, |
|
6724 EAknsMinorGenericQgnIndiTbNewAlbum = 0x222f, |
|
6725 EAknsMinorGenericQgnIndiTbSlideshow = 0x2230, |
|
6726 EAknsMinorGenericQgnLocServerDisabled = 0x2231, |
|
6727 EAknsMinorGenericQgnPropCpOptiJoystick = 0x2232, |
|
6728 EAknsMinorGenericQgnPropDownloadImages = 0x2233, |
|
6729 EAknsMinorGenericQgnGrafCmailBlank = 0x2234, |
|
6730 EAknsMinorGenericQgnGrafCmailDropMenuBg = 0x2235, |
|
6731 EAknsMinorGenericQgnGrafCmailDropOnepc = 0x2236, |
|
6732 EAknsMinorGenericQgnGrafCmailEmailContent = 0x2237, |
|
6733 EAknsMinorGenericQgnGrafCmailEmailCtrlbar = 0x2238, |
|
6734 EAknsMinorGenericQgnGrafCmailEmailHeader = 0x2239, |
|
6735 EAknsMinorGenericQgnGrafCmailGridSelector = 0x223a, |
|
6736 EAknsMinorGenericQgnGrafCmailListSelector = 0x223b, |
|
6737 EAknsMinorGenericQgnIndiCmailAbcMailbox = 0x223c, |
|
6738 EAknsMinorGenericQgnIndiCmailActionArrowLeft = 0x223d, |
|
6739 EAknsMinorGenericQgnIndiCmailActionArrowRight = 0x223e, |
|
6740 EAknsMinorGenericQgnIndiCmailActionMenu = 0x223f, |
|
6741 EAknsMinorGenericQgnIndiCmailArrowLeft = 0x2240, |
|
6742 EAknsMinorGenericQgnIndiCmailAttachment = 0x2241, |
|
6743 EAknsMinorGenericQgnIndiCmailAttachment2 = 0x2242, |
|
6744 EAknsMinorGenericQgnIndiCmailCalendarAlarm = 0x2243, |
|
6745 EAknsMinorGenericQgnIndiCmailCalendarAlarmDay = 0x2244, |
|
6746 EAknsMinorGenericQgnIndiCmailCalendarDelete = 0x2245, |
|
6747 EAknsMinorGenericQgnIndiCmailCalendarEventRead = 0x2246, |
|
6748 EAknsMinorGenericQgnIndiCmailCalendarEventReadAttachments = 0x2247, |
|
6749 EAknsMinorGenericQgnIndiCmailCalendarEventReadAttachmentsHighPrio = 0x2248, |
|
6750 EAknsMinorGenericQgnIndiCmailCalendarEventReadAttachmentsLowPrio = 0x2249, |
|
6751 EAknsMinorGenericQgnIndiCmailCalendarEventReadHighPrio = 0x224a, |
|
6752 EAknsMinorGenericQgnIndiCmailCalendarEventReadLowPrio = 0x224b, |
|
6753 EAknsMinorGenericQgnIndiCmailCalendarEventUnread = 0x224c, |
|
6754 EAknsMinorGenericQgnIndiCmailCalendarEventUnreadAttachments = 0x224d, |
|
6755 EAknsMinorGenericQgnIndiCmailCalendarEventUnreadAttachmentsHighPrio = 0x224e, |
|
6756 EAknsMinorGenericQgnIndiCmailCalendarEventUnreadAttachmentsLowPrio = 0x224f, |
|
6757 EAknsMinorGenericQgnIndiCmailCalendarEventUnreadHighPrio = 0x2250, |
|
6758 EAknsMinorGenericQgnIndiCmailCalendarEventUnreadLowPrio = 0x2251, |
|
6759 EAknsMinorGenericQgnIndiCmailCalendarOccasion = 0x2252, |
|
6760 EAknsMinorGenericQgnIndiCmailCalendarPriorityHigh = 0x2253, |
|
6761 EAknsMinorGenericQgnIndiCmailCalendarPriorityHigh2 = 0x2254, |
|
6762 EAknsMinorGenericQgnIndiCmailCalendarPriorityLow = 0x2255, |
|
6763 EAknsMinorGenericQgnIndiCmailCalendarPriorityLow2 = 0x2256, |
|
6764 EAknsMinorGenericQgnIndiCmailCalendarPriorityNormal = 0x2257, |
|
6765 EAknsMinorGenericQgnIndiCmailCalendarRecurrence = 0x2258, |
|
6766 EAknsMinorGenericQgnIndiCmailCalendarSubject = 0x2259, |
|
6767 EAknsMinorGenericQgnIndiCmailCalendarTrackingAccept = 0x225a, |
|
6768 EAknsMinorGenericQgnIndiCmailCalendarTrackingNone = 0x225b, |
|
6769 EAknsMinorGenericQgnIndiCmailCalendarTrackingReject = 0x225c, |
|
6770 EAknsMinorGenericQgnIndiCmailCalendarTrackingTentative = 0x225d, |
|
6771 EAknsMinorGenericQgnIndiCmailCollapse = 0x225e, |
|
6772 EAknsMinorGenericQgnIndiCmailConnected = 0x225f, |
|
6773 EAknsMinorGenericQgnIndiCmailConnecting = 0x2260, |
|
6774 EAknsMinorGenericQgnIndiCmailDisconnected = 0x2261, |
|
6775 EAknsMinorGenericQgnIndiCmailDisconnectedError = 0x2262, |
|
6776 EAknsMinorGenericQgnIndiCmailDisconnectedLowBattery = 0x2263, |
|
6777 EAknsMinorGenericQgnIndiCmailDropEmailAccount = 0x2264, |
|
6778 EAknsMinorGenericQgnIndiCmailDropInbox = 0x2265, |
|
6779 EAknsMinorGenericQgnIndiCmailDropMoreFolders = 0x2266, |
|
6780 EAknsMinorGenericQgnIndiCmailExpand = 0x2267, |
|
6781 EAknsMinorGenericQgnIndiCmailFoldersAsc = 0x2268, |
|
6782 EAknsMinorGenericQgnIndiCmailFoldersDesc = 0x2269, |
|
6783 EAknsMinorGenericQgnIndiCmailGoogleMailbox = 0x226a, |
|
6784 EAknsMinorGenericQgnIndiCmailHomeArrowRight = 0x226b, |
|
6785 EAknsMinorGenericQgnIndiCmailLauncherHelp = 0x226c, |
|
6786 EAknsMinorGenericQgnIndiCmailLauncherInbox = 0x226d, |
|
6787 EAknsMinorGenericQgnIndiCmailLauncherInfo = 0x226e, |
|
6788 EAknsMinorGenericQgnIndiCmailLauncherMailboxDefault = 0x226f, |
|
6789 EAknsMinorGenericQgnIndiCmailLauncherRemoteLookup = 0x2270, |
|
6790 EAknsMinorGenericQgnIndiCmailLauncherSearch = 0x2271, |
|
6791 EAknsMinorGenericQgnIndiCmailLauncherSettings = 0x2272, |
|
6792 EAknsMinorGenericQgnIndiCmailMeetReqAlarm = 0x2273, |
|
6793 EAknsMinorGenericQgnIndiCmailMeetReqCheckboxOff = 0x2274, |
|
6794 EAknsMinorGenericQgnIndiCmailMeetReqCheckboxOn = 0x2275, |
|
6795 EAknsMinorGenericQgnIndiCmailMeetReqClock = 0x2276, |
|
6796 EAknsMinorGenericQgnIndiCmailMeetReqDateEnd = 0x2277, |
|
6797 EAknsMinorGenericQgnIndiCmailMeetReqDateStart = 0x2278, |
|
6798 EAknsMinorGenericQgnIndiCmailMeetReqLocation = 0x2279, |
|
6799 EAknsMinorGenericQgnIndiCmailMsg = 0x227a, |
|
6800 EAknsMinorGenericQgnIndiCmailMsgEditor = 0x227b, |
|
6801 EAknsMinorGenericQgnIndiCmailMsgRead = 0x227c, |
|
6802 EAknsMinorGenericQgnIndiCmailMsgReadDelete = 0x227d, |
|
6803 EAknsMinorGenericQgnIndiCmailMsgReadRepliedAll = 0x227e, |
|
6804 EAknsMinorGenericQgnIndiCmailRead = 0x227f, |
|
6805 EAknsMinorGenericQgnIndiCmailReadAttach = 0x2280, |
|
6806 EAknsMinorGenericQgnIndiCmailReadAttachment = 0x2281, |
|
6807 EAknsMinorGenericQgnIndiCmailReadAttachHighPrio = 0x2282, |
|
6808 EAknsMinorGenericQgnIndiCmailReadAttachLowPrio = 0x2283, |
|
6809 EAknsMinorGenericQgnIndiCmailReadForwarded = 0x2284, |
|
6810 EAknsMinorGenericQgnIndiCmailReadForwardedAttach = 0x2285, |
|
6811 EAknsMinorGenericQgnIndiCmailReadForwardedAttachHighPrio = 0x2286, |
|
6812 EAknsMinorGenericQgnIndiCmailReadForwardedAttachLowPrio = 0x2287, |
|
6813 EAknsMinorGenericQgnIndiCmailReadForwardedHighPrio = 0x2288, |
|
6814 EAknsMinorGenericQgnIndiCmailReadForwardedLowPrio = 0x2289, |
|
6815 EAknsMinorGenericQgnIndiCmailReadHighPrio = 0x228a, |
|
6816 EAknsMinorGenericQgnIndiCmailReadLowPrio = 0x228b, |
|
6817 EAknsMinorGenericQgnIndiCmailReadReplied = 0x228c, |
|
6818 EAknsMinorGenericQgnIndiCmailReadRepliedAttach = 0x228d, |
|
6819 EAknsMinorGenericQgnIndiCmailReadRepliedAttachHighPrio = 0x228e, |
|
6820 EAknsMinorGenericQgnIndiCmailReadRepliedAttachLowPrio = 0x228f, |
|
6821 EAknsMinorGenericQgnIndiCmailReadRepliedForwarded = 0x2290, |
|
6822 EAknsMinorGenericQgnIndiCmailReadRepliedForwardedAttach = 0x2291, |
|
6823 EAknsMinorGenericQgnIndiCmailReadRepliedForwardedAttachHighPrio = 0x2292, |
|
6824 EAknsMinorGenericQgnIndiCmailReadRepliedForwardedAttachLowPrio = 0x2293, |
|
6825 EAknsMinorGenericQgnIndiCmailReadRepliedForwardedHighPrio = 0x2294, |
|
6826 EAknsMinorGenericQgnIndiCmailReadRepliedHighPrio = 0x2295, |
|
6827 EAknsMinorGenericQgnIndiCmailReadRepliedLowPrio = 0x2296, |
|
6828 EAknsMinorGenericQgnIndiCmailSent = 0x2297, |
|
6829 EAknsMinorGenericQgnIndiCmailSync = 0x2298, |
|
6830 EAknsMinorGenericQgnIndiCmailSynchronisation = 0x2299, |
|
6831 EAknsMinorGenericQgnIndiCmailUnread = 0x229a, |
|
6832 EAknsMinorGenericQgnIndiCmailUnreadAttach = 0x229b, |
|
6833 EAknsMinorGenericQgnIndiCmailUnreadAttachHighPrio = 0x229c, |
|
6834 EAknsMinorGenericQgnIndiCmailUnreadAttachLowPrio = 0x229d, |
|
6835 EAknsMinorGenericQgnIndiCmailUnreadForwarded = 0x229e, |
|
6836 EAknsMinorGenericQgnIndiCmailUnreadForwardedAttach = 0x229f, |
|
6837 EAknsMinorGenericQgnIndiCmailUnreadForwardedAttachHighPrio = 0x22a0, |
|
6838 EAknsMinorGenericQgnIndiCmailUnreadForwardedAttachLowPrio = 0x22a1, |
|
6839 EAknsMinorGenericQgnIndiCmailUnreadForwardedHighPrio = 0x22a2, |
|
6840 EAknsMinorGenericQgnIndiCmailUnreadForwardedLowPrio = 0x22a3, |
|
6841 EAknsMinorGenericQgnIndiCmailUnreadHighPrio = 0x22a4, |
|
6842 EAknsMinorGenericQgnIndiCmailUnreadLowPrio = 0x22a5, |
|
6843 EAknsMinorGenericQgnIndiCmailUnreadReplied = 0x22a6, |
|
6844 EAknsMinorGenericQgnIndiCmailUnreadRepliedAttach = 0x22a7, |
|
6845 EAknsMinorGenericQgnIndiCmailUnreadRepliedAttachHighPrio = 0x22a8, |
|
6846 EAknsMinorGenericQgnIndiCmailUnreadRepliedAttachLowPrio = 0x22a9, |
|
6847 EAknsMinorGenericQgnIndiCmailUnreadRepliedHighPrio = 0x22aa, |
|
6848 EAknsMinorGenericQgnIndiCmailUnreadRepliedLowPrio = 0x22ab, |
|
6849 EAknsMinorGenericQgnIndiCmailViewerAttachDoc = 0x22ac, |
|
6850 EAknsMinorGenericQgnIndiCmailViewerAttachHtml = 0x22ad, |
|
6851 EAknsMinorGenericQgnIndiCmailViewerAttachImage = 0x22ae, |
|
6852 EAknsMinorGenericQgnIndiCmailViewerAttachNotDownloaded = 0x22af, |
|
6853 EAknsMinorGenericQgnIndiCmailViewerAttachPdf = 0x22b0, |
|
6854 EAknsMinorGenericQgnIndiCmailViewerAttachPpt = 0x22b1, |
|
6855 EAknsMinorGenericQgnIndiCmailViewerAttachRtf = 0x22b2, |
|
6856 EAknsMinorGenericQgnIndiCmailViewerAttachUnidentified = 0x22b3, |
|
6857 EAknsMinorGenericQgnIndiCmailViewerAttachXls = 0x22b4, |
|
6858 EAknsMinorGenericQgnIndiCmailViewerFollowUp = 0x22b5, |
|
6859 EAknsMinorGenericQgnIndiCmailViewerFollowUpComplete = 0x22b6, |
|
6860 EAknsMinorGenericQgnMenuCmail = 0x22b7, |
|
6861 EAknsMinorGenericQgnMenuCmailIntraBrowser = 0x22b8, |
|
6862 EAknsMinorGenericQgnMenuInternetRadio = 0x22b9, |
|
6863 EAknsMinorGenericQgnPropCmailActionAddToContacts = 0x22ba, |
|
6864 EAknsMinorGenericQgnPropCmailActionAttachmentCancelDownload = 0x22bb, |
|
6865 EAknsMinorGenericQgnPropCmailActionAttachmentDownload = 0x22bc, |
|
6866 EAknsMinorGenericQgnPropCmailActionAttachmentDownloadAll = 0x22bd, |
|
6867 EAknsMinorGenericQgnPropCmailActionAttachmentListOptionsAdd = 0x22be, |
|
6868 EAknsMinorGenericQgnPropCmailActionAttachmentListOptionsCancelAll = 0x22bf, |
|
6869 EAknsMinorGenericQgnPropCmailActionAttachmentListOptionsDelete = 0x22c0, |
|
6870 EAknsMinorGenericQgnPropCmailActionAttachmentListOptionsDeleteAll = 0x22c1, |
|
6871 EAknsMinorGenericQgnPropCmailActionAttachmentListOptionsViewAll = 0x22c2, |
|
6872 EAknsMinorGenericQgnPropCmailActionAttachmentOpen = 0x22c3, |
|
6873 EAknsMinorGenericQgnPropCmailActionAttachmentSave = 0x22c4, |
|
6874 EAknsMinorGenericQgnPropCmailActionAttachmentSaveAll = 0x22c5, |
|
6875 EAknsMinorGenericQgnPropCmailActionAudio = 0x22c6, |
|
6876 EAknsMinorGenericQgnPropCmailActionBookmark = 0x22c7, |
|
6877 EAknsMinorGenericQgnPropCmailActionCalendarDelete = 0x22c8, |
|
6878 EAknsMinorGenericQgnPropCmailActionCall = 0x22c9, |
|
6879 EAknsMinorGenericQgnPropCmailActionCall2 = 0x22ca, |
|
6880 EAknsMinorGenericQgnPropCmailActionCallVideo = 0x22cb, |
|
6881 EAknsMinorGenericQgnPropCmailActionConfService = 0x22cc, |
|
6882 EAknsMinorGenericQgnPropCmailActionContactDetail = 0x22cd, |
|
6883 EAknsMinorGenericQgnPropCmailActionCreateMeeting = 0x22ce, |
|
6884 EAknsMinorGenericQgnPropCmailActionCreateMsg = 0x22cf, |
|
6885 EAknsMinorGenericQgnPropCmailActionDelete = 0x22d0, |
|
6886 EAknsMinorGenericQgnPropCmailActionEmail = 0x22d1, |
|
6887 EAknsMinorGenericQgnPropCmailActionForward = 0x22d2, |
|
6888 EAknsMinorGenericQgnPropCmailActionMarkRead = 0x22d3, |
|
6889 EAknsMinorGenericQgnPropCmailActionMarkUnread = 0x22d4, |
|
6890 EAknsMinorGenericQgnPropCmailActionMeeting = 0x22d5, |
|
6891 EAknsMinorGenericQgnPropCmailActionMoveMsg = 0x22d6, |
|
6892 EAknsMinorGenericQgnPropCmailActionMoveToDrafts = 0x22d7, |
|
6893 EAknsMinorGenericQgnPropCmailActionMsg = 0x22d8, |
|
6894 EAknsMinorGenericQgnPropCmailActionOpenInIntranet = 0x22d9, |
|
6895 EAknsMinorGenericQgnPropCmailActionOpenInWeb = 0x22da, |
|
6896 EAknsMinorGenericQgnPropCmailActionPostcard = 0x22db, |
|
6897 EAknsMinorGenericQgnPropCmailActionPtt = 0x22dc, |
|
6898 EAknsMinorGenericQgnPropCmailActionRemoteLookup = 0x22dd, |
|
6899 EAknsMinorGenericQgnPropCmailActionReply = 0x22de, |
|
6900 EAknsMinorGenericQgnPropCmailActionReplyAll = 0x22df, |
|
6901 EAknsMinorGenericQgnPropCmailActionSave = 0x22e0, |
|
6902 EAknsMinorGenericQgnPropCmailActionViewCalendar = 0x22e1, |
|
6903 EAknsMinorGenericQgnPropCmailActionVoip = 0x22e2, |
|
6904 EAknsMinorGenericQgnPropCmailContactsFavourite = 0x22e3, |
|
6905 EAknsMinorGenericQgnPropCmailContactsGroup = 0x22e4, |
|
6906 EAknsMinorGenericQgnPropCmailFoldersDeletedItems = 0x22e5, |
|
6907 EAknsMinorGenericQgnPropCmailFoldersDrafts = 0x22e6, |
|
6908 EAknsMinorGenericQgnPropCmailFoldersInbox = 0x22e7, |
|
6909 EAknsMinorGenericQgnPropCmailFoldersOutbox = 0x22e8, |
|
6910 EAknsMinorGenericQgnPropCmailFoldersSent = 0x22e9, |
|
6911 EAknsMinorGenericQgnPropCmailFoldersServerFolder = 0x22ea, |
|
6912 EAknsMinorGenericQgnPropCmailFoldersSubfolders = 0x22eb, |
|
6913 EAknsMinorGenericQgnPropCmailInboxSmall = 0x22ec, |
|
6914 EAknsMinorGenericQgnPropCmailWmlBookmark = 0x22ed, |
|
6915 EAknsMinorGenericQgnWkaCxt = 0x22ee, |
|
6916 EAknsMinorGenericQgnHomeRefreshing1 = 0x22ef, |
|
6917 EAknsMinorGenericQgnHomeRefreshing2 = 0x22f0, |
|
6918 EAknsMinorGenericQgnHomeRefreshing3 = 0x22f1, |
|
6919 EAknsMinorGenericQgnHomeRefreshing4 = 0x22f2, |
|
6920 EAknsMinorGenericQgnHomeRefreshingFails = 0x22f3, |
|
6921 EAknsMinorGenericQgnIndiCallVideo12 = 0x22f4, |
|
6922 EAknsMinorGenericQgnIndiCallVideoCallsta12 = 0x22f5, |
|
6923 EAknsMinorGenericQgnIndiCam4Panorama = 0x22f6, |
|
6924 EAknsMinorGenericQgnIndiCam4TbPanorama = 0x22f7, |
|
6925 EAknsMinorGenericQgnIndiRadioNextDisabled = 0x22f8, |
|
6926 EAknsMinorGenericQgnIndiRadioNextPressed = 0x22f9, |
|
6927 EAknsMinorGenericQgnIndiRadioPreviousDisabled = 0x22fa, |
|
6928 EAknsMinorGenericQgnIndiRadioPreviousPressed = 0x22fb, |
|
6929 EAknsMinorGenericQgnIndiRadioSoundDisabled = 0x22fc, |
|
6930 EAknsMinorGenericQgnIndiRadioSoundMutedDisabled = 0x22fd, |
|
6931 EAknsMinorGenericQgnIndiRadioSoundMutedPressed = 0x22fe, |
|
6932 EAknsMinorGenericQgnIndiRadioSoundPressed = 0x22ff, |
|
6933 EAknsMinorGenericQgnPropHomeAddFriend = 0x2300, |
|
6934 EAknsMinorGenericQgnPropHomeDefaultFriend = 0x2301, |
|
6935 EAknsMinorGenericQgnPropMupAlbumLarge = 0x2302, |
|
6936 EAknsMinorGenericQgnPropMupArtistLarge = 0x2303, |
|
6937 EAknsMinorGenericQgnPropMupComposerLarge = 0x2304, |
|
6938 EAknsMinorGenericQgnPropMupGenreLarge = 0x2305, |
|
6939 EAknsMinorGenericQgnPropMupPlaylistLarge = 0x2306, |
|
6940 EAknsMinorGenericQgnPropMupPodcastsLarge = 0x2307, |
|
6941 EAknsMinorGenericQgnPropMupSongsLarge = 0x2308, |
|
6942 EAknsMinorGenericQgnGrafPbPicDefault = 0x2309, |
|
6943 EAknsMinorGenericQgnGrafPbPicOvalMaskIcon = 0x230a, |
|
6944 EAknsMinorGenericQgnGrafSwipeindiBgLeft = 0x230b, |
|
6945 EAknsMinorGenericQgnGrafSwipeindiBgRight = 0x230c, |
|
6946 EAknsMinorGenericQgnIndiBrowserOvi = 0x230d, |
|
6947 EAknsMinorGenericQgnIndiGreenHandle = 0x230e, |
|
6948 EAknsMinorGenericQgnIndiOrgArrowDown = 0x230f, |
|
6949 EAknsMinorGenericQgnIndiOrgArrowLeft = 0x2310, |
|
6950 EAknsMinorGenericQgnIndiOrgArrowRight = 0x2311, |
|
6951 EAknsMinorGenericQgnIndiOrgArrowUp = 0x2312, |
|
6952 EAknsMinorGenericQgnIndiUnlockScreen = 0x2313, |
|
6953 EAknsMinorGenericQgnMenuFmtx = 0x2314, |
|
6954 EAknsMinorGenericQgnNoteNfcTouchtotrans = 0x2315, |
|
6955 EAknsMinorGenericQgnPropLocevInvalid = 0x2316, |
|
6956 EAknsMinorGenericQgnPropVpRatioOrig = 0x2317, |
|
6957 EAknsMinorGenericQgnPropVpRatioStretch = 0x2318, |
|
6958 EAknsMinorGenericQgnPropVpRatioZoom = 0x2319, |
|
6959 EAknsMinorGenericQgnPropWmlBmOvi = 0x231a, |
|
6960 EAknsMinorGenericQgnStatClkStpWatchUni = 0x231b, |
|
6961 EAknsMinorGenericQgnFrwidgetAddFriendPhoto = 0x231c, |
|
6962 EAknsMinorGenericQgnFrwidgetDialledCall = 0x231d, |
|
6963 EAknsMinorGenericQgnFrwidgetEmptyPhoto = 0x231e, |
|
6964 EAknsMinorGenericQgnFrwidgetEventIndicator = 0x231f, |
|
6965 EAknsMinorGenericQgnFrwidgetMissedCallRead = 0x2320, |
|
6966 EAknsMinorGenericQgnFrwidgetMissedCallUnread = 0x2321, |
|
6967 EAknsMinorGenericQgnFrwidgetReceivedCall = 0x2322, |
|
6968 EAknsMinorGenericQgnFrwidgetReceivedEmailRead = 0x2323, |
|
6969 EAknsMinorGenericQgnFrwidgetReceivedEmailUnread = 0x2324, |
|
6970 EAknsMinorGenericQgnFrwidgetReceivedMsgRead = 0x2325, |
|
6971 EAknsMinorGenericQgnFrwidgetReceivedMsgUnread = 0x2326, |
|
6972 EAknsMinorGenericQgnFrwidgetRefreshingFeed1 = 0x2327, |
|
6973 EAknsMinorGenericQgnFrwidgetRefreshingFeed2 = 0x2328, |
|
6974 EAknsMinorGenericQgnFrwidgetRefreshingFeed3 = 0x2329, |
|
6975 EAknsMinorGenericQgnFrwidgetRefreshingFeed4 = 0x232a, |
|
6976 EAknsMinorGenericQgnFrwidgetScrollIndicator = 0x232b, |
|
6977 EAknsMinorGenericQgnFrwidgetScutCall = 0x232c, |
|
6978 EAknsMinorGenericQgnFrwidgetScutFeed = 0x232d, |
|
6979 EAknsMinorGenericQgnFrwidgetScutNewMessage = 0x232e, |
|
6980 EAknsMinorGenericQgnFrwidgetScutRefresh = 0x232f, |
|
6981 EAknsMinorGenericQgnFrwidgetScutSettings = 0x2330, |
|
6982 EAknsMinorGenericQgnFrwidgetSentEmail = 0x2331, |
|
6983 EAknsMinorGenericQgnFrwidgetSentMsg = 0x2332, |
|
6984 EAknsMinorGenericQgnFrwidgetSettDetails = 0x2333, |
|
6985 EAknsMinorGenericQgnFrwidgetSettPhoto = 0x2334, |
|
6986 EAknsMinorGenericQgnFrwidgetSettRemove = 0x2335, |
|
6987 EAknsMinorGenericQgnFrwidgetSettSort = 0x2336, |
|
6988 EAknsMinorGenericQgnFrwidgetSettWebFeed = 0x2337, |
|
6989 EAknsMinorGenericQgnFrwidgetTextFeedPreview = 0x2338, |
|
6990 EAknsMinorGenericQgnFrwidgetUnknownFeed = 0x2339, |
|
6991 EAknsMinorGenericQgnIndiActivenotesPause = 0x233a, |
|
6992 EAknsMinorGenericQgnIndiMpRatioOrig = 0x233b, |
|
6993 EAknsMinorGenericQgnIndiMpRatioStretch = 0x233c, |
|
6994 EAknsMinorGenericQgnIndiMpRatioZoom = 0x233d, |
|
6995 EAknsMinorGenericQgnMenu = 0x233e, |
|
6996 EAknsMinorGenericQgnPropPaGotomynokia = 0x233f, |
|
6997 EAknsMinorGenericQgnPropPaInstructions = 0x2340, |
|
6998 EAknsMinorGenericQgnPropPbCommCall = 0x2341, |
|
6999 EAknsMinorGenericQgnPropPbCommCallLarge = 0x2342, |
|
7000 EAknsMinorGenericQgnPropPbCommChat = 0x2343, |
|
7001 EAknsMinorGenericQgnPropPbCommChatLarge = 0x2344, |
|
7002 EAknsMinorGenericQgnPropPbCommEmail = 0x2345, |
|
7003 EAknsMinorGenericQgnPropPbCommEmailLarge = 0x2346, |
|
7004 EAknsMinorGenericQgnPropPbCommMessage = 0x2347, |
|
7005 EAknsMinorGenericQgnPropPbCommMessageLarge = 0x2348, |
|
7006 EAknsMinorGenericQgnPropPbCommNoValidLm = 0x2349, |
|
7007 EAknsMinorGenericQgnPropPbCommUrl = 0x234a, |
|
7008 EAknsMinorGenericQgnPropPbCommUrlLarge = 0x234b, |
|
7009 EAknsMinorGenericQgnPropPbCommValidLm = 0x234c, |
|
7010 EAknsMinorGenericQgnPropPbCommValidLmLarge = 0x234d, |
|
7011 EAknsMinorGenericQgnPropPbCommVcall = 0x234e, |
|
7012 EAknsMinorGenericQgnPropPbCommVcallLarge = 0x234f, |
|
7013 EAknsMinorGenericQgnPropPbCommVoip = 0x2350, |
|
7014 EAknsMinorGenericQgnPropPbCommVoipLarge = 0x2351, |
|
7015 EAknsMinorGenericQgnPropPbNoValidLm = 0x2352, |
|
7016 EAknsMinorGenericQgnGrafBgTportSw = 0x2353, |
|
7017 EAknsMinorGenericQgnGrafCamPanoramaActiveframe = 0x2354, |
|
7018 EAknsMinorGenericQgnGrafCamPanoramaArea = 0x2355, |
|
7019 EAknsMinorGenericQgnGrafCamPanoramaCapture = 0x2356, |
|
7020 EAknsMinorGenericQgnGrafCamPanoramaFrame = 0x2357, |
|
7021 EAknsMinorGenericQgnGrafCamPanoramaGuide = 0x2358, |
|
7022 EAknsMinorGenericQgnGrafCamPanoramaGuideDashed = 0x2359, |
|
7023 EAknsMinorGenericQgnGrafCamPanoramaLeft = 0x235a, |
|
7024 EAknsMinorGenericQgnGrafCamPanoramaRight = 0x235b, |
|
7025 EAknsMinorGenericQgnIndiCam4Quality12mpHigh = 0x235c, |
|
7026 EAknsMinorGenericQgnIndiTvButtonGotostore = 0x235d, |
|
7027 EAknsMinorGenericQgnPropSetSlideSettings = 0x235e, |
|
7028 EAknsMinorGenericQgnGrafSnoozealarmButtonGrey = 0x235f, |
|
7029 EAknsMinorGenericQgnGrafStopalarmButtonOrange = 0x2360, |
|
7030 EAknsMinorGenericQgnIndiInputFshwrSctPage3 = 0x2361, |
|
7031 EAknsMinorGenericQgnPropBrowserInfoSmall = 0x2362, |
|
7032 EAknsMinorGenericQgnMenuMessageReader = 0x2363, |
|
7033 EAknsMinorGenericRlsApplicationNameGrid = 0x2364, |
|
7034 EAknsMinorGenericQgnIndiCmailMailForExchange = 0x2365, |
|
7035 EAknsMinorGenericQgnIndiMusicWidgetTbRadioSound = 0x2366, |
|
7036 EAknsMinorGenericQgnIndiMusicWidgetTbRadioSoundDimmed = 0x2367, |
|
7037 EAknsMinorGenericQgnIndiMusicWidgetTbRadioSoundMuted = 0x2368, |
|
7038 EAknsMinorGenericQgnIndiMusicWidgetTbRadioSoundMutedDimmed = 0x2369, |
|
7039 EAknsMinorGenericQgnIndiTvTbEpg = 0x236a, |
|
7040 EAknsMinorGenericQgnStatCaseCyrillicCapital = 0x236b, |
|
7041 EAknsMinorGenericQgnStatCaseCyrillicSmall = 0x236c, |
|
7042 EAknsMinorGenericQgnStatCaseCyrillicText = 0x236d, |
|
7043 EAknsMinorGenericQgnStatCaseGreekCapital = 0x236e, |
|
7044 EAknsMinorGenericQgnStatCaseGreekSmall = 0x236f, |
|
7045 EAknsMinorGenericQgnStatCaseGreekText = 0x2370, |
|
7046 EAknsMinorGenericQgnIndiCmailArrowRight = 0x2371, |
|
7047 EAknsMinorGenericQgnIndiCmailReadRepliedForwardedLowPrio = 0x2372, |
|
7048 EAknsMinorGenericQgnIndiInputCandiListOpen = 0x2373, |
|
7049 EAknsMinorGenericQgnIndiPbTbImage = 0x2374, |
|
7050 EAknsMinorGenericQgnIndiPbTbSendBcard = 0x2375, |
|
7051 EAknsMinorGenericQgnMenuNgageDt = 0x2376, |
|
7052 EAknsMinorGenericQgnMenuOviFiles = 0x2377, |
|
7053 EAknsMinorGenericQgnPropCmailAttachPresentation = 0x2378, |
|
7054 EAknsMinorGenericQgnPropMceNfcRead = 0x2379, |
|
7055 EAknsMinorGenericQgnPropMceNfcUnread = 0x237a, |
|
7056 EAknsMinorGenericQgnPropPbMycard = 0x237b, |
|
7057 EAknsMinorGenericQgnStatHdmiConnect = 0x237c, |
|
7058 EAknsMinorGenericQgnIndiAlarmSilence = 0x237d, |
|
7059 EAknsMinorGenericQgnIndiAlarmSnooze = 0x237e, |
|
7060 EAknsMinorGenericQgnIndiAlarmStop = 0x237f, |
|
7061 EAknsMinorGenericQgnIndiPbDefaultConnAdd = 0x2380, |
|
7062 EAknsMinorGenericQgnPropServiceFriendBlocked = 0x2381, |
|
7063 EAknsMinorGenericQgnHomeWidgetDisabled = 0x2382, |
|
7064 EAknsMinorGenericQgnIndiMupHomeNoAlbumArt = 0x2383, |
|
7065 EAknsMinorGenericQgnMenuOviSync = 0x2384, |
|
7066 EAknsMinorGenericQgnPropOviSync = 0x2385, |
|
7067 EAknsMinorGenericExampleMsnTab = 0x2386, |
|
7068 EAknsMinorGenericQgnHomeRefreshingDisabled = 0x2387, |
|
7069 EAknsMinorGenericQgnPropImwidgetBrandAvatar = 0x2388, |
|
7070 EAknsMinorGenericQgnPropImwidgetDefaultAvatar = 0x2389, |
|
7071 EAknsMinorGenericQgnPropImwidgetFriendAway = 0x238a, |
|
7072 EAknsMinorGenericQgnPropImwidgetFriendBusy = 0x238b, |
|
7073 EAknsMinorGenericQgnPropImwidgetFriendInvisible = 0x238c, |
|
7074 EAknsMinorGenericQgnPropImwidgetFriendOff = 0x238d, |
|
7075 EAknsMinorGenericQgnPropImwidgetFriendOn = 0x238e, |
|
7076 EAknsMinorGenericQgnPropImwidgetImsgNew = 0x238f, |
|
7077 EAknsMinorGenericQgnPropImFriendVoip = 0x2390, |
|
7078 EAknsMinorGenericQgnServtabAvatarBlocked = 0x2391, |
|
7079 EAknsMinorGenericQgnStatNewMsgUni = 0x2392, |
|
7080 EAknsMinorGenericQgnIndiCalendarClockAlarm = 0x2393, |
|
7081 EAknsMinorGenericQgnIndiCallAnswer = 0x2394, |
|
7082 EAknsMinorGenericQgnIndiCam4TbTag = 0x2395, |
|
7083 EAknsMinorGenericQgnIndiMupHomeMusicDefault = 0x2396, |
|
7084 EAknsMinorGenericQgnMenuChiTalkingDict = 0x2397, |
|
7085 EAknsMinorGenericQgnNoteChidictSearch = 0x2398, |
|
7086 EAknsMinorGenericQgnNotePa4Tipalert = 0x2399, |
|
7087 EAknsMinorGenericQgnPropPa4Aboutmynokia = 0x239a, |
|
7088 EAknsMinorGenericQgnPropPa4History = 0x239b, |
|
7089 EAknsMinorGenericQgnPropPa4Tip = 0x239c, |
|
7090 EAknsMinorGenericQgnPropPa4VisitedTip = 0x239d, |
|
7091 EAknsMinorGenericQgnPropSetGeneSlide = 0x239e, |
|
7092 EAknsMinorGenericQgnIndiCam4QualityHd = 0x239f, |
|
7093 EAknsMinorGenericQgnMenuBrowserng = 0x23a0, |
|
7094 EAknsMinorGenericQgnGrafFepGuideGrid = 0x23a1, |
|
7095 EAknsMinorGenericQgnGrafFepGuideLine = 0x23a2, |
|
7096 EAknsMinorGenericQgnIndiClkTbReset = 0x23a3, |
|
7097 EAknsMinorGenericQgnIndiCmailDisconnectedScopy = 0x23a4, |
|
7098 EAknsMinorGenericQgnIndiTbAddHomecity = 0x23a5, |
|
7099 EAknsMinorGenericQgnIndiTbAddLocation = 0x23a6, |
|
7100 EAknsMinorGenericQgnIndiTbNewTimer = 0x23a7, |
|
7101 EAknsMinorGenericQgnIndiTbStpWatchLap = 0x23a8, |
|
7102 EAknsMinorGenericQgnIndiTbStpWatchSplit = 0x23a9, |
|
7103 EAknsMinorGenericQgnPropCmailAttachPresentation2 = 0x23aa, |
|
7104 EAknsMinorGenericQgnIndiCdrActionArrowDown = 0x23ab, |
|
7105 EAknsMinorGenericQgnIndiCdrActionArrowUp = 0x23ac, |
|
7106 EAknsMinorGenericQgnIndiCdrDateAlarm = 0x23ad, |
|
7107 EAknsMinorGenericQgnIndiCdrEdit = 0x23ae, |
|
7108 EAknsMinorGenericQgnIndiCdrInvitation = 0x23af, |
|
7109 EAknsMinorGenericQgnIndiCdrNewTodo = 0x23b0, |
|
7110 EAknsMinorGenericQgnIndiCdrRecurrenceException = 0x23b1, |
|
7111 EAknsMinorGenericQgnIndiCdrWeekLeft = 0x23b2, |
|
7112 EAknsMinorGenericQgnIndiCdrWeekRight = 0x23b3, |
|
7113 EAknsMinorGenericQgnIndiRadioRockerAutotuneDownDisabled = 0x23b4, |
|
7114 EAknsMinorGenericQgnIndiRadioRockerAutotuneUpDisabled = 0x23b5, |
|
7115 EAknsMinorGenericQgnIndiRadioRockerListViewDisabled = 0x23b6, |
|
7116 EAknsMinorGenericQgnIndiRadioTune = 0x23b7, |
|
7117 EAknsMinorGenericQgnMenuGroupDatam = 0x23b8, |
|
7118 EAknsMinorGenericQgnMenuGroupEmail = 0x23b9, |
|
7119 EAknsMinorGenericQgnStatCaseHybrid = 0x23ba, |
|
7120 EAknsMinorGenericQgnGrafStartupProto = 0x23bb, |
|
7121 EAknsMinorGenericQgnPropContPerson = 0x23bc, |
|
7122 EAknsMinorGenericQgnPropEmailLog = 0x23bd, |
|
7123 EAknsMinorGenericQgnPropFolderOpenSub = 0x23be, |
|
7124 EAknsMinorGenericQgnPropLocOnMap = 0x23bf, |
|
7125 EAknsMinorGenericQgnPropMsgLog = 0x23c0, |
|
7126 EAknsMinorGenericQgnPropOutgEmail = 0x23c1, |
|
7127 EAknsMinorGenericQgnPropOutgMsg = 0x23c2, |
|
7128 EAknsMinorGenericQgnPropOutgPhoto = 0x23c3, |
|
7129 EAknsMinorGenericQgnPropPhotosNearYou = 0x23c4, |
|
7130 EAknsMinorGenericQgnPropPluginsAv = 0x23c5, |
|
7131 EAknsMinorGenericQgnPropSearch = 0x23c6, |
|
7132 EAknsMinorGenericQgnPropSendBirthday = 0x23c7, |
|
7133 EAknsMinorGenericQgnPropSendNowpl = 0x23c8, |
|
7134 EAknsMinorGenericQgnPropSendNowwatTv = 0x23c9, |
|
7135 EAknsMinorGenericQgnPropSendNowwatVideo = 0x23ca, |
|
7136 EAknsMinorGenericQgnPropThisdayMsg = 0x23cb, |
|
7137 EAknsMinorGenericQgnPropThisdayPhotos = 0x23cc, |
|
7138 EAknsMinorGenericQgnPropSetAppsNfcOff = 0x23cd, |
|
7139 EAknsMinorGenericQgnPropSetAppsNfcOn = 0x23ce, |
|
7140 EAknsMinorGenericQgnGrafScreencalibUnfocus = 0x23cf, |
|
7141 EAknsMinorGenericQgnIndiCam4Quality6mpHigh = 0x23d0, |
|
7142 EAknsMinorGenericQgnIndiCam4Quality9mpHigh = 0x23d1, |
|
7143 EAknsMinorGenericQgnIndiInputCaseSymbol = 0x23d2, |
|
7144 EAknsMinorGenericQgnIndiInputConvertToEnglish = 0x23d3, |
|
7145 EAknsMinorGenericQgnIndiInputConvertToKorean = 0x23d4, |
|
7146 EAknsMinorGenericQgnPropMpVideoFeeds = 0x23d5, |
|
7147 EAknsMinorGenericQgnPropServiceUnknownAvatar = 0x23d6, |
|
7148 EAknsMinorGenericQgnPropUsbModem = 0x23d7, |
|
7149 EAknsMinorGenericQgnPropUsbMtp = 0x23d8, |
|
7150 EAknsMinorGenericQgnPropUsbPcsuite = 0x23d9, |
|
7151 EAknsMinorGenericQgnPropUsbPrint = 0x23da, |
|
7152 EAknsMinorGenericQgnIndiInputSctNext = 0x23db, |
|
7153 EAknsMinorGenericQgnIndiInputSctPrev = 0x23dc, |
|
7154 EAknsMinorGenericQgnGrafScreencalibDot = 0x23dd, |
|
7155 EAknsMinorGenericQgnStatServtabUni = 0x23de, |
|
7156 EAknsMinorGenericQsnBigclockAnalogueFace = 0x23df, |
|
7157 EAknsMinorGenericQsnBigclockAnaloguePointerHours = 0x23e0, |
|
7158 EAknsMinorGenericQsnBigclockAnaloguePointerMinutes = 0x23e1, |
|
7159 EAknsMinorGenericQsnBigclockAnaloguePointerSeconds = 0x23e2, |
|
7160 EAknsMinorGenericQsnBigclockDateBackgroundCenter = 0x23e3, |
|
7161 EAknsMinorGenericQsnBigclockDateBackgroundLeft = 0x23e4, |
|
7162 EAknsMinorGenericQsnBigclockDateBackgroundRight = 0x23e5, |
|
7163 EAknsMinorGenericQgnIndiImageFavourite = 0x23e6, |
|
7164 EAknsMinorGenericQgnIndiImageFavouriteInactive = 0x23e7, |
|
7165 EAknsMinorGenericQgnIndiImageLocation = 0x23e8, |
|
7166 EAknsMinorGenericQgnIndiTbEmailAccept = 0x23e9, |
|
7167 EAknsMinorGenericQgnIndiTbEmailDecline = 0x23ea, |
|
7168 EAknsMinorGenericQgnIndiTbEmailTentative = 0x23eb, |
|
7169 EAknsMinorGenericQgnPropCameraLarge = 0x23ec, |
|
7170 EAknsMinorGenericQgnPropShareonlineLarge = 0x23ed, |
|
7171 EAknsMinorGenericQgnHomeContactMaskC = 0x23ee, |
|
7172 EAknsMinorGenericQgnHomeContactMaskCl = 0x23ef, |
|
7173 EAknsMinorGenericQgnHomeContactMaskCr = 0x23f0, |
|
7174 EAknsMinorGenericQgnIndiModeAskAutomatedAdd = 0x23f1, |
|
7175 EAknsMinorGenericQgnIndiModeAutomatedAdd = 0x23f2, |
|
7176 EAknsMinorGenericQgnIndiTbLoc = 0x23f3, |
|
7177 EAknsMinorGenericQgnIndiTbMap = 0x23f4, |
|
7178 EAknsMinorGenericQgnMenuContactbar = 0x23f5, |
|
7179 EAknsMinorGenericQgnMenuOviStore = 0x23f6, |
|
7180 EAknsMinorGenericQgnMenuStoresfolder = 0x23f7, |
|
7181 EAknsMinorGenericQgnPropHfvuiUni = 0x23f8, |
|
7182 EAknsMinorGenericQgnPropSelMap = 0x23f9, |
|
7183 EAknsMinorGenericQgnHomeEditBg = 0x23fa, |
|
7184 EAknsMinorGenericQgnPropImFriendRequestOffline = 0x23fb, |
|
7185 EAknsMinorGenericQgnIndiNaviFollowUp = 0x23fc, |
|
7186 EAknsMinorGenericQgnIndiNaviFollowUpComplete = 0x23fd, |
|
7187 EAknsMinorGenericQgnIndiSmileyCoffee = 0x23fe, |
|
7188 EAknsMinorGenericQgnIndiSmileyConnive = 0x23ff, |
|
7189 EAknsMinorGenericQgnIndiSmileyDenial = 0x2400, |
|
7190 EAknsMinorGenericQgnIndiSmileyFlirt = 0x2401, |
|
7191 EAknsMinorGenericQgnIndiSmileyFrustrated = 0x2402, |
|
7192 EAknsMinorGenericQgnIndiSmileyGum = 0x2403, |
|
7193 EAknsMinorGenericQgnIndiSmileyIdea = 0x2404, |
|
7194 EAknsMinorGenericQgnIndiSmileyInnocent = 0x2405, |
|
7195 EAknsMinorGenericQgnIndiSmileyLaugh = 0x2406, |
|
7196 EAknsMinorGenericQgnIndiSmileyParty = 0x2407, |
|
7197 EAknsMinorGenericQgnIndiSmileyRun = 0x2408, |
|
7198 EAknsMinorGenericQgnIndiSmileySilly = 0x2409, |
|
7199 EAknsMinorGenericQgnIndiSmileySleep = 0x240a, |
|
7200 EAknsMinorGenericQgnIndiSmileySurprised = 0x240b, |
|
7201 EAknsMinorGenericQgnIndiTbCollapseAll = 0x240c, |
|
7202 EAknsMinorGenericQgnIndiTbExpandAll = 0x240d, |
|
7203 EAknsMinorGenericQgnIndiTbFolderSettings = 0x240e, |
|
7204 EAknsMinorGenericQgnIndiSignalUmaAttach = 0x240f, |
|
7205 EAknsMinorGenericQgnIndiSignalUmaContext = 0x2410, |
|
7206 EAknsMinorGenericQgnIndiSignalUmaIcon = 0x2411, |
|
7207 EAknsMinorGenericQgnIndiSignalUmaMultipdp = 0x2412, |
|
7208 EAknsMinorGenericQgnIndiSignalUmaNoservice = 0x2413, |
|
7209 EAknsMinorGenericQgnIndiSignalUmaSuspended = 0x2414, |
|
7210 EAknsMinorGenericQgnIndiTbEmailExtend = 0x2415, |
|
7211 EAknsMinorGenericQgnIndiTbEmailReplyAll = 0x2416, |
|
7212 EAknsMinorGenericQgnStatDebug = 0x2417, |
|
7213 EAknsMinorGenericQgnIndiCaleTbChangeview = 0x2418, |
|
7214 EAknsMinorGenericQgnIndiCaleTbHide = 0x2419, |
|
7215 EAknsMinorGenericQgnIndiCaleTbNew = 0x241a, |
|
7216 EAknsMinorGenericQgnIndiCaleTbToday = 0x241b, |
|
7217 EAknsMinorGenericQgnIndiCaleTbUnhide = 0x241c, |
|
7218 EAknsMinorGenericQgnIndiFsqCursorDown = 0x241d, |
|
7219 EAknsMinorGenericQgnIndiFsqCursorUp = 0x241e, |
|
7220 EAknsMinorGenericQgnIndiSharedAdd = 0x241f, |
|
7221 EAknsMinorGenericQgnIndiSyncOffAdd = 0x2420, |
|
7222 EAknsMinorGenericQgnIndiSyncOnAdd = 0x2421, |
|
7223 EAknsMinorGenericQgnIndiCmailArrowDown = 0x2422, |
|
7224 EAknsMinorGenericQgnIndiExitFs = 0x2423, |
|
7225 EAknsMinorGenericQgnHomeEditMode = 0x2424, |
|
7226 EAknsMinorGenericQgnIndiCam4TbSave = 0x2425, |
|
7227 EAknsMinorGenericQgnIndiCam4TbUse = 0x2426, |
|
7228 EAknsMinorGenericQgnIndiCmailHeaderCollapse = 0x2427, |
|
7229 EAknsMinorGenericQgnIndiCmailHeaderExpand = 0x2428, |
|
7230 EAknsMinorGenericQgnIndiMusicAlbumCover = 0x2429, |
|
7231 EAknsMinorGenericQgnIndiMusicAlbumShuffle = 0x242a, |
|
7232 EAknsMinorGenericQgnIndiSmileyAnimCoffeeStatic = 0x242b, |
|
7233 EAknsMinorGenericQgnIndiSmileyAnimConniveStatic = 0x242c, |
|
7234 EAknsMinorGenericQgnIndiSmileyAnimDenialStatic = 0x242d, |
|
7235 EAknsMinorGenericQgnIndiSmileyAnimFlirtStatic = 0x242e, |
|
7236 EAknsMinorGenericQgnIndiSmileyAnimFrustratedStatic = 0x242f, |
|
7237 EAknsMinorGenericQgnIndiSmileyAnimGumStatic = 0x2430, |
|
7238 EAknsMinorGenericQgnIndiSmileyAnimIdeaStatic = 0x2431, |
|
7239 EAknsMinorGenericQgnIndiSmileyAnimInnocentStatic = 0x2432, |
|
7240 EAknsMinorGenericQgnIndiSmileyAnimLaughStatic = 0x2433, |
|
7241 EAknsMinorGenericQgnIndiSmileyAnimPartyStatic = 0x2434, |
|
7242 EAknsMinorGenericQgnIndiSmileyAnimRunStatic = 0x2435, |
|
7243 EAknsMinorGenericQgnIndiSmileyAnimSillyStatic = 0x2436, |
|
7244 EAknsMinorGenericQgnIndiSmileyAnimSleepStatic = 0x2437, |
|
7245 EAknsMinorGenericQgnIndiSmileyAnimSurprisedStatic = 0x2438, |
|
7246 EAknsMinorGenericQgnIndiVideoAc3Branding = 0x2439, |
|
7247 EAknsMinorGenericQgnIndiVideoDolby = 0x243a, |
|
7248 EAknsMinorGenericQgnIndiWmAdd = 0x243b, |
|
7249 EAknsMinorGenericQgnLgalBg = 0x243c, |
|
7250 EAknsMinorGenericQgnLgalFav1 = 0x243d, |
|
7251 EAknsMinorGenericQgnLgalFav2 = 0x243e, |
|
7252 EAknsMinorGenericQgnMenuHswidget = 0x243f, |
|
7253 EAknsMinorGenericQgnPropCpConnSettings = 0x2440, |
|
7254 EAknsMinorGenericQgnPropPhotoAlbumLarge = 0x2441, |
|
7255 EAknsMinorGenericQgnPropPhotoAllLarge = 0x2442, |
|
7256 EAknsMinorGenericQgnPropPhotoCalendarLarge = 0x2443, |
|
7257 EAknsMinorGenericQgnPropPhotoLocLarge = 0x2444, |
|
7258 EAknsMinorGenericQgnPropPhotoTagLarge = 0x2445, |
|
7259 EAknsMinorGenericQgnHomePage11 = 0x2446, |
|
7260 EAknsMinorGenericQgnHomePage21 = 0x2447, |
|
7261 EAknsMinorGenericQgnHomePage22 = 0x2448, |
|
7262 EAknsMinorGenericQgnHomePage31 = 0x2449, |
|
7263 EAknsMinorGenericQgnHomePage32 = 0x244a, |
|
7264 EAknsMinorGenericQgnHomePage33 = 0x244b, |
|
7265 EAknsMinorGenericQgnHomePage41 = 0x244c, |
|
7266 EAknsMinorGenericQgnHomePage42 = 0x244d, |
|
7267 EAknsMinorGenericQgnHomePage43 = 0x244e, |
|
7268 EAknsMinorGenericQgnHomePage44 = 0x244f, |
|
7269 EAknsMinorGenericQgnHomePage51 = 0x2450, |
|
7270 EAknsMinorGenericQgnHomePage52 = 0x2451, |
|
7271 EAknsMinorGenericQgnHomePage53 = 0x2452, |
|
7272 EAknsMinorGenericQgnHomePage54 = 0x2453, |
|
7273 EAknsMinorGenericQgnHomePage55 = 0x2454, |
|
7274 EAknsMinorGenericQgnHomePage61 = 0x2455, |
|
7275 EAknsMinorGenericQgnHomePage62 = 0x2456, |
|
7276 EAknsMinorGenericQgnHomePage63 = 0x2457, |
|
7277 EAknsMinorGenericQgnHomePage64 = 0x2458, |
|
7278 EAknsMinorGenericQgnHomePage65 = 0x2459, |
|
7279 EAknsMinorGenericQgnHomePage66 = 0x245a, |
|
7280 EAknsMinorGenericQgnPropCpDevenc = 0x245b, |
|
7281 EAknsMinorGenericQgnIndiCmailArrowNext = 0x245c, |
|
7282 EAknsMinorGenericQgnIndiCmailArrowPrevious = 0x245d, |
|
7283 EAknsMinorGenericQgnIndiCmailOutboxMsg = 0x245e, |
|
7284 EAknsMinorGenericQgnIndiCmailUnseenMsg = 0x245f, |
|
7285 EAknsMinorGenericQgnIndiHomeFriendEvent = 0x2460, |
|
7286 EAknsMinorGenericQgnIndiManyItemsAdd = 0x2461, |
|
7287 EAknsMinorGenericQgnMenuHswidgetContacts = 0x2462, |
|
7288 EAknsMinorGenericQgnMenuHswidgetOneContact = 0x2463, |
|
7289 EAknsMinorGenericQgnMenuLogOut = 0x2464, |
|
7290 EAknsMinorGenericQgnPropEmailSortAttachAsc = 0x2465, |
|
7291 EAknsMinorGenericQgnPropEmailSortAttachDesc = 0x2466, |
|
7292 EAknsMinorGenericQgnPropEmailSortDateAsc = 0x2467, |
|
7293 EAknsMinorGenericQgnPropEmailSortDateDesc = 0x2468, |
|
7294 EAknsMinorGenericQgnPropEmailSortFollowAsc = 0x2469, |
|
7295 EAknsMinorGenericQgnPropEmailSortFollowDesc = 0x246a, |
|
7296 EAknsMinorGenericQgnPropEmailSortPriorityAsc = 0x246b, |
|
7297 EAknsMinorGenericQgnPropEmailSortPriorityDesc = 0x246c, |
|
7298 EAknsMinorGenericQgnPropEmailSortSenderAsc = 0x246d, |
|
7299 EAknsMinorGenericQgnPropEmailSortSenderDesc = 0x246e, |
|
7300 EAknsMinorGenericQgnPropEmailSortSizeAsc = 0x246f, |
|
7301 EAknsMinorGenericQgnPropEmailSortSizeDesc = 0x2470, |
|
7302 EAknsMinorGenericQgnPropEmailSortSubjectAsc = 0x2471, |
|
7303 EAknsMinorGenericQgnPropEmailSortSubjectDesc = 0x2472, |
|
7304 EAknsMinorGenericQgnPropEmailSortUnreadAsc = 0x2473, |
|
7305 EAknsMinorGenericQgnPropEmailSortUnreadDesc = 0x2474, |
|
7306 EAknsMinorGenericQgnPropHomeNophotoFriend = 0x2475, |
|
7307 EAknsMinorGenericQgnPropHomeRemoveFriend = 0x2476, |
|
7308 EAknsMinorGenericQgnPropLmLocfromapps = 0x2477, |
|
7309 EAknsMinorGenericQgnPropLmRecentloc = 0x2478, |
|
7310 EAknsMinorGenericQgnPropLogMailSent = 0x2479, |
|
7311 EAknsMinorGenericQgnPropLogSmsSent = 0x247a, |
|
7312 EAknsMinorGenericQgnStatVisualVmUni = 0x247b, |
|
7313 EAknsMinorGenericQgnMenuN9720swu = 0x247c, |
|
7314 EAknsMinorGenericQgnGrafFpsBarFrame = 0x247d, |
|
7315 EAknsMinorGenericQgnGrafFpsBarProgress = 0x247e, |
|
7316 EAknsMinorGenericQgnGrafFpsNotAdequate = 0x247f, |
|
7317 EAknsMinorGenericQgnGrafFpsNotRecognized = 0x2480, |
|
7318 EAknsMinorGenericQgnGrafFpsPrintOk = 0x2481, |
|
7319 EAknsMinorGenericQgnIndiAdaptSearchBackspace1 = 0x2482, |
|
7320 EAknsMinorGenericQgnIndiButtonAnswerWhite = 0x2483, |
|
7321 EAknsMinorGenericQgnIndiButtonLogdialerWhite = 0x2484, |
|
7322 EAknsMinorGenericQgnIndiInputBackspace1 = 0x2485, |
|
7323 EAknsMinorGenericQgnIndiItutBackspace1 = 0x2486, |
|
7324 EAknsMinorGenericQgnIndiModeNotAutomatedAdd = 0x2487, |
|
7325 EAknsMinorGenericQgnIndiMusicshopTbAccount = 0x2488, |
|
7326 EAknsMinorGenericQgnIndiMusicshopTbHome = 0x2489, |
|
7327 EAknsMinorGenericQgnIndiMusicshopTbSearch = 0x248a, |
|
7328 EAknsMinorGenericQgnIndiRadioTbGotoweb = 0x248b, |
|
7329 EAknsMinorGenericQgnIndiRadioTbList = 0x248c, |
|
7330 EAknsMinorGenericQgnIndiRadioTbManualtune = 0x248d, |
|
7331 EAknsMinorGenericQgnIndiRadioTbMshop = 0x248e, |
|
7332 EAknsMinorGenericQgnIndiRadioTbSongrecogn = 0x248f, |
|
7333 EAknsMinorGenericQgnMenuHswidgetClockProfiles = 0x2490, |
|
7334 EAknsMinorGenericQgnMenuHswidgetShortcuts = 0x2491, |
|
7335 EAknsMinorGenericQgnNoteFpsNotAdequate = 0x2492, |
|
7336 EAknsMinorGenericQgnNoteFpsNotRecognized = 0x2493, |
|
7337 EAknsMinorGenericQgnNoteFpsPrintOk = 0x2494, |
|
7338 EAknsMinorGenericQgnNoteRadioJackmini = 0x2495, |
|
7339 EAknsMinorGenericQgnPropSetAppsFps = 0x2496, |
|
7340 EAknsMinorGenericQgnIndiTbFollowUp = 0x2497, |
|
7341 EAknsMinorGenericQgnIndiTbFollowUpSelected = 0x2498, |
|
7342 EAknsMinorGenericQgnIndiTbHideBcc = 0x2499, |
|
7343 EAknsMinorGenericQgnIndiTbHideCc = 0x249a, |
|
7344 EAknsMinorGenericQgnIndiTbHighPriority = 0x249b, |
|
7345 EAknsMinorGenericQgnIndiTbHighPrioritySelected = 0x249c, |
|
7346 EAknsMinorGenericQgnIndiTbLowPriority = 0x249d, |
|
7347 EAknsMinorGenericQgnIndiTbLowPrioritySelected = 0x249e, |
|
7348 EAknsMinorGenericQgnIndiTbShowBcc = 0x249f, |
|
7349 EAknsMinorGenericQgnIndiTbShowCc = 0x24a0, |
|
7350 EAknsMinorGenericQgnNoteDevicelockSwipe = 0x24a1, |
|
7351 EAknsMinorGenericQgnGrafFepCharButton = 0x24a2, |
|
7352 EAknsMinorGenericQgnIndiBigclockCalendar = 0x24a3, |
|
7353 EAknsMinorGenericQgnIndiBigclockCalls = 0x24a4, |
|
7354 EAknsMinorGenericQgnIndiBigclockEmail = 0x24a5, |
|
7355 EAknsMinorGenericQgnIndiBigclockMail = 0x24a6, |
|
7356 EAknsMinorGenericQgnIndiBigclockVoicemail = 0x24a7, |
|
7357 EAknsMinorGenericQgnIndiBigclockVoicemailStar = 0x24a8, |
|
7358 EAknsMinorGenericQgnIndiBrowserTbExit = 0x24a9, |
|
7359 EAknsMinorGenericQgnIndiFepButtonCaseKoreanSymbol = 0x24aa, |
|
7360 EAknsMinorGenericQgnIndiInputCaseTextEnglishKorean = 0x24ab, |
|
7361 EAknsMinorGenericQgnIndiInputCaseTextKoreanEnglish = 0x24ac, |
|
7362 EAknsMinorGenericQgnIndiInputTableDown = 0x24ad, |
|
7363 EAknsMinorGenericQgnIndiInputTableUp = 0x24ae, |
|
7364 EAknsMinorGenericQgnPropPbAddTop = 0x24af, |
|
7365 EAknsMinorGenericQgnPropPbThumpMycard = 0x24b0, |
|
7366 EAknsMinorGenericQsnBigclockScreensaverAnalogueFace = 0x24b1, |
|
7367 EAknsMinorGenericQsnBigclockScreensaverAnaloguePointerHours = 0x24b2, |
|
7368 EAknsMinorGenericQsnBigclockScreensaverAnaloguePointerMinutes = 0x24b3, |
|
7369 EAknsMinorGenericQsnBigclockScreensaverAnaloguePointerSeconds = 0x24b4, |
|
7370 EAknsMinorGenericQgnHomeContactnameBg = 0x24b5, |
|
7371 EAknsMinorGenericQgnIndiBigclockIm = 0x24b6, |
|
7372 EAknsMinorGenericQgnMenuActivenotesLinkToCallView = 0x24b7, |
|
7373 EAknsMinorGenericQgnMenuEzynotes = 0x24b8, |
|
7374 EAknsMinorGenericQgnMenuSetwizLst = 0x24b9, |
|
7375 EAknsMinorGenericQgnMenuShortcutUnavailable = 0x24ba, |
|
7376 EAknsMinorGenericQgnMenuSmartpromoui = 0x24bb, |
|
7377 EAknsMinorGenericQgnMenuWelcome2Lst = 0x24bc, |
|
7378 EAknsMinorGenericQgnMenuWelcomCxt = 0x24bd, |
|
7379 EAknsMinorGenericQsnBigclockScreensaverDateBackgroundCenter = 0x24be, |
|
7380 EAknsMinorGenericQsnBigclockScreensaverDateBackgroundLeft = 0x24bf, |
|
7381 EAknsMinorGenericQsnBigclockScreensaverDateBackgroundRight = 0x24c0, |
|
7382 EAknsMinorGenericQgnHomeEmailLogos = 0x24c1, |
|
7383 EAknsMinorGenericQgnIndiMessageAdd = 0x24c2, |
|
7384 EAknsMinorGenericQgnStatJointImUni = 0x24c3, |
|
7385 EAknsMinorGenericQgnVraIcon = 0x24c4, |
|
7386 EAknsMinorGenericQgnActivenotesFolder = 0x24c5, |
|
7387 EAknsMinorGenericQgnActivenotesNote = 0x24c6, |
|
7388 EAknsMinorGenericQgnGrafNotifBg = 0x24c7, |
|
7389 EAknsMinorGenericQgnIconAppCake = 0x24c8, |
|
7390 EAknsMinorGenericQgnIndiActivenotesButtonNewGrid = 0x24c9, |
|
7391 EAknsMinorGenericQgnIndiActivenotesButtonNewList = 0x24ca, |
|
7392 EAknsMinorGenericQgnIndiActivenotesPlay = 0x24cb, |
|
7393 EAknsMinorGenericQgnIndiActivenotesRec = 0x24cc, |
|
7394 EAknsMinorGenericQgnIndiEzynoteButtonNew = 0x24cd, |
|
7395 EAknsMinorGenericQgnIndiEzynoteButtonNewInactive = 0x24ce, |
|
7396 EAknsMinorGenericQgnIndiEzynoteButtonNewList = 0x24cf, |
|
7397 EAknsMinorGenericQgnIndiEzynoteButtonNewPressed = 0x24d0, |
|
7398 EAknsMinorGenericQgnIndiHomePlasma = 0x24d1, |
|
7399 EAknsMinorGenericQgnIndiHomePlasmaCharging = 0x24d2, |
|
7400 EAknsMinorGenericQgnIndiMsgboardArrowLeft = 0x24d3, |
|
7401 EAknsMinorGenericQgnIndiMsgboardArrowRight = 0x24d4, |
|
7402 EAknsMinorGenericQgnIndiPlasmaBatteryCharging = 0x24d5, |
|
7403 EAknsMinorGenericQgnIndiTbModesAddCurrentLoc = 0x24d6, |
|
7404 EAknsMinorGenericQgnIndiTbModesAddMyLoc = 0x24d7, |
|
7405 EAknsMinorGenericQgnIndiTbModesSelectMap = 0x24d8, |
|
7406 EAknsMinorGenericQgnIndiTbMsgboardCreateMsg = 0x24d9, |
|
7407 EAknsMinorGenericQgnIndiTbMsgboardDelete = 0x24da, |
|
7408 EAknsMinorGenericQgnIndiTbMsgboardDetails = 0x24db, |
|
7409 EAknsMinorGenericQgnIndiTbMsgboardReply = 0x24dc, |
|
7410 EAknsMinorGenericQgnIndiTbMsgboardReplyGroup = 0x24dd, |
|
7411 EAknsMinorGenericQgnIndiTbMsgboardSend = 0x24de, |
|
7412 EAknsMinorGenericQgnIndiTpActivenotesNewFolder = 0x24df, |
|
7413 EAknsMinorGenericQgnIndiTpActivenotesNewNote = 0x24e0, |
|
7414 EAknsMinorGenericQgnIndiVrRec = 0x24e1, |
|
7415 EAknsMinorGenericQgnLanguageIcon = 0x24e2, |
|
7416 EAknsMinorGenericQgnListAnimChicken = 0x24e3, |
|
7417 EAknsMinorGenericQgnListAnimChickenBw = 0x24e4, |
|
7418 EAknsMinorGenericQgnListAnimCow = 0x24e5, |
|
7419 EAknsMinorGenericQgnListAnimCowBw = 0x24e6, |
|
7420 EAknsMinorGenericQgnListAnimDog = 0x24e7, |
|
7421 EAknsMinorGenericQgnListAnimDogBw = 0x24e8, |
|
7422 EAknsMinorGenericQgnListAnimDragon = 0x24e9, |
|
7423 EAknsMinorGenericQgnListAnimDragonBw = 0x24ea, |
|
7424 EAknsMinorGenericQgnListAnimHorse = 0x24eb, |
|
7425 EAknsMinorGenericQgnListAnimHorseBw = 0x24ec, |
|
7426 EAknsMinorGenericQgnListAnimMonkey = 0x24ed, |
|
7427 EAknsMinorGenericQgnListAnimMonkeyBw = 0x24ee, |
|
7428 EAknsMinorGenericQgnListAnimMouse = 0x24ef, |
|
7429 EAknsMinorGenericQgnListAnimMouseBw = 0x24f0, |
|
7430 EAknsMinorGenericQgnListAnimPig = 0x24f1, |
|
7431 EAknsMinorGenericQgnListAnimPigBw = 0x24f2, |
|
7432 EAknsMinorGenericQgnListAnimRabbit = 0x24f3, |
|
7433 EAknsMinorGenericQgnListAnimRabbitBw = 0x24f4, |
|
7434 EAknsMinorGenericQgnListAnimSheep = 0x24f5, |
|
7435 EAknsMinorGenericQgnListAnimSheepBw = 0x24f6, |
|
7436 EAknsMinorGenericQgnListAnimSnake = 0x24f7, |
|
7437 EAknsMinorGenericQgnListAnimSnakeBw = 0x24f8, |
|
7438 EAknsMinorGenericQgnListAnimTiger = 0x24f9, |
|
7439 EAknsMinorGenericQgnListAnimTigerBw = 0x24fa, |
|
7440 EAknsMinorGenericQgnMcspluginLogOut = 0x24fb, |
|
7441 EAknsMinorGenericQgnMenuAnimplugingui = 0x24fc, |
|
7442 EAknsMinorGenericQgnMenuCmccChinamobileservice = 0x24fd, |
|
7443 EAknsMinorGenericQgnMenuCmccCmmusic = 0x24fe, |
|
7444 EAknsMinorGenericQgnMenuCmccCmphonebook = 0x24ff, |
|
7445 EAknsMinorGenericQgnMenuCmccCustomerservice = 0x2500, |
|
7446 EAknsMinorGenericQgnMenuCmccMonternet = 0x2501, |
|
7447 EAknsMinorGenericQgnMenuCmccMyfavorite = 0x2502, |
|
7448 EAknsMinorGenericQgnMenuDcdAppicon = 0x2503, |
|
7449 EAknsMinorGenericQgnMenuDcdChannelitem = 0x2504, |
|
7450 EAknsMinorGenericQgnMenuDcdGssetting = 0x2505, |
|
7451 EAknsMinorGenericQgnMenuModesAutoOn = 0x2506, |
|
7452 EAknsMinorGenericQgnMenuModesDefault = 0x2507, |
|
7453 EAknsMinorGenericQgnMenuMsgboard = 0x2508, |
|
7454 EAknsMinorGenericQgnMenuN9721swu = 0x2509, |
|
7455 EAknsMinorGenericQgnMenuPlasma = 0x250a, |
|
7456 EAknsMinorGenericQgnMsActivesearch = 0x250b, |
|
7457 EAknsMinorGenericQgnMsAnniversary = 0x250c, |
|
7458 EAknsMinorGenericQgnMsArrowLeft = 0x250d, |
|
7459 EAknsMinorGenericQgnMsArrowRight = 0x250e, |
|
7460 EAknsMinorGenericQgnMsCalendar = 0x250f, |
|
7461 EAknsMinorGenericQgnMsContacts = 0x2510, |
|
7462 EAknsMinorGenericQgnMsEmail = 0x2511, |
|
7463 EAknsMinorGenericQgnMsEmailReceived = 0x2512, |
|
7464 EAknsMinorGenericQgnMsEmailSent = 0x2513, |
|
7465 EAknsMinorGenericQgnMsFiles = 0x2514, |
|
7466 EAknsMinorGenericQgnMsFilesApps = 0x2515, |
|
7467 EAknsMinorGenericQgnMsFilesAudio = 0x2516, |
|
7468 EAknsMinorGenericQgnMsFilesCategory = 0x2517, |
|
7469 EAknsMinorGenericQgnMsFilesExcel = 0x2518, |
|
7470 EAknsMinorGenericQgnMsFilesImage = 0x2519, |
|
7471 EAknsMinorGenericQgnMsFilesPowerpoint = 0x251a, |
|
7472 EAknsMinorGenericQgnMsFilesText = 0x251b, |
|
7473 EAknsMinorGenericQgnMsFilesVideo = 0x251c, |
|
7474 EAknsMinorGenericQgnMsFilesWord = 0x251d, |
|
7475 EAknsMinorGenericQgnMsHelpCategoryIcon = 0x251e, |
|
7476 EAknsMinorGenericQgnMsIndevice1Music = 0x251f, |
|
7477 EAknsMinorGenericQgnMsIndevice2Contacts = 0x2520, |
|
7478 EAknsMinorGenericQgnMsIndevice2Placeholder = 0x2521, |
|
7479 EAknsMinorGenericQgnMsIndevice3Pictures = 0x2522, |
|
7480 EAknsMinorGenericQgnMsIndevice3Placeholder = 0x2523, |
|
7481 EAknsMinorGenericQgnMsIndevice4Placeholder = 0x2524, |
|
7482 EAknsMinorGenericQgnMsIndevice4Videos = 0x2525, |
|
7483 EAknsMinorGenericQgnMsIndevice5PlacesLocations = 0x2526, |
|
7484 EAknsMinorGenericQgnMsIndevice6aBookmarks = 0x2527, |
|
7485 EAknsMinorGenericQgnMsIndevice9AppsGames = 0x2528, |
|
7486 EAknsMinorGenericQgnMsMeeting = 0x2529, |
|
7487 EAknsMinorGenericQgnMsMemo = 0x252a, |
|
7488 EAknsMinorGenericQgnMsMessaging = 0x252b, |
|
7489 EAknsMinorGenericQgnMsMmsReceived = 0x252c, |
|
7490 EAknsMinorGenericQgnMsMmsSent = 0x252d, |
|
7491 EAknsMinorGenericQgnMsNotes = 0x252e, |
|
7492 EAknsMinorGenericQgnMsOthersCategory = 0x252f, |
|
7493 EAknsMinorGenericQgnMsSearchboxShadow = 0x2530, |
|
7494 EAknsMinorGenericQgnMsSearchsettingsapp = 0x2531, |
|
7495 EAknsMinorGenericQgnMsSmsReceived = 0x2532, |
|
7496 EAknsMinorGenericQgnMsSmsSent = 0x2533, |
|
7497 EAknsMinorGenericQgnMsTodos = 0x2534, |
|
7498 EAknsMinorGenericQgnPopupAlarm = 0x2535, |
|
7499 EAknsMinorGenericQgnPropActivenotes = 0x2536, |
|
7500 EAknsMinorGenericQgnPropActivenotesBusinessCard = 0x2537, |
|
7501 EAknsMinorGenericQgnPropActivenotesFile = 0x2538, |
|
7502 EAknsMinorGenericQgnPropActivenotesFileAudio = 0x2539, |
|
7503 EAknsMinorGenericQgnPropActivenotesFileBusinessCard = 0x253a, |
|
7504 EAknsMinorGenericQgnPropActivenotesFileCorrupted = 0x253b, |
|
7505 EAknsMinorGenericQgnPropActivenotesFileImage = 0x253c, |
|
7506 EAknsMinorGenericQgnPropActivenotesFileOther = 0x253d, |
|
7507 EAknsMinorGenericQgnPropActivenotesFileVideo = 0x253e, |
|
7508 EAknsMinorGenericQgnPropActivenotesFolderGrid = 0x253f, |
|
7509 EAknsMinorGenericQgnPropActivenotesFolderList = 0x2540, |
|
7510 EAknsMinorGenericQgnPropActivenotesLinkToCall = 0x2541, |
|
7511 EAknsMinorGenericQgnPropActivenotesLinkToCallList = 0x2542, |
|
7512 EAknsMinorGenericQgnPropActivenotesList = 0x2543, |
|
7513 EAknsMinorGenericQgnPropActivenotesLocation = 0x2544, |
|
7514 EAknsMinorGenericQgnPropCmccAreacode = 0x2545, |
|
7515 EAknsMinorGenericQgnPropCmccChat = 0x2546, |
|
7516 EAknsMinorGenericQgnPropCmccClubservice = 0x2547, |
|
7517 EAknsMinorGenericQgnPropCmccCmmusic = 0x2548, |
|
7518 EAknsMinorGenericQgnPropCmccContactupdate = 0x2549, |
|
7519 EAknsMinorGenericQgnPropCmccCorporatemail = 0x254a, |
|
7520 EAknsMinorGenericQgnPropCmccCustomermanager = 0x254b, |
|
7521 EAknsMinorGenericQgnPropCmccCustomermanagernumber = 0x254c, |
|
7522 EAknsMinorGenericQgnPropCmccFetion = 0x254d, |
|
7523 EAknsMinorGenericQgnPropCmccFinanceonline = 0x254e, |
|
7524 EAknsMinorGenericQgnPropCmccForwardsms = 0x254f, |
|
7525 EAknsMinorGenericQgnPropCmccGallery = 0x2550, |
|
7526 EAknsMinorGenericQgnPropCmccGames = 0x2551, |
|
7527 EAknsMinorGenericQgnPropCmccGgame = 0x2552, |
|
7528 EAknsMinorGenericQgnPropCmccHotline = 0x2553, |
|
7529 EAknsMinorGenericQgnPropCmccLocalcontacts = 0x2554, |
|
7530 EAknsMinorGenericQgnPropCmccMagicbox = 0x2555, |
|
7531 EAknsMinorGenericQgnPropCmccMmscard = 0x2556, |
|
7532 EAknsMinorGenericQgnPropCmccMobilesearch = 0x2557, |
|
7533 EAknsMinorGenericQgnPropCmccMobilesecretary = 0x2558, |
|
7534 EAknsMinorGenericQgnPropCmccMobilesecretarynumber = 0x2559, |
|
7535 EAknsMinorGenericQgnPropCmccMomms = 0x255a, |
|
7536 EAknsMinorGenericQgnPropCmccMonternet = 0x255b, |
|
7537 EAknsMinorGenericQgnPropCmccMosms = 0x255c, |
|
7538 EAknsMinorGenericQgnPropCmccMovietv = 0x255d, |
|
7539 EAknsMinorGenericQgnPropCmccMymonternet = 0x255e, |
|
7540 EAknsMinorGenericQgnPropCmccNewservices = 0x255f, |
|
7541 EAknsMinorGenericQgnPropCmccNewsweather = 0x2560, |
|
7542 EAknsMinorGenericQgnPropCmccOnlinecontacts = 0x2561, |
|
7543 EAknsMinorGenericQgnPropCmccPbservices = 0x2562, |
|
7544 EAknsMinorGenericQgnPropCmccPhoneanimation = 0x2563, |
|
7545 EAknsMinorGenericQgnPropCmccPhonebook = 0x2564, |
|
7546 EAknsMinorGenericQgnPropCmccPhonebookmanager = 0x2565, |
|
7547 EAknsMinorGenericQgnPropCmccPicturesringtones = 0x2566, |
|
7548 EAknsMinorGenericQgnPropCmccPlayer = 0x2567, |
|
7549 EAknsMinorGenericQgnPropCmccPushemail = 0x2568, |
|
7550 EAknsMinorGenericQgnPropCmccSendsms = 0x2569, |
|
7551 EAknsMinorGenericQgnPropCmccServicecenter = 0x256a, |
|
7552 EAknsMinorGenericQgnPropCmccServiceguide = 0x256b, |
|
7553 EAknsMinorGenericQgnPropCmccSetting = 0x256c, |
|
7554 EAknsMinorGenericQgnPropCmccSimcardappication = 0x256d, |
|
7555 EAknsMinorGenericQgnPropCmccTravelagent = 0x256e, |
|
7556 EAknsMinorGenericQgnPropCmccYdzq = 0x256f, |
|
7557 EAknsMinorGenericQgnPropCmccYdzqmore = 0x2570, |
|
7558 EAknsMinorGenericQgnPropEzynotesFolder = 0x2571, |
|
7559 EAknsMinorGenericQgnPropEzynotesFolderLarge = 0x2572, |
|
7560 EAknsMinorGenericQgnPropLotus = 0x2573, |
|
7561 EAknsMinorGenericQgnPropModesAutomation = 0x2574, |
|
7562 EAknsMinorGenericQgnPropModesAutoOff = 0x2575, |
|
7563 EAknsMinorGenericQgnPropModesAutoOn = 0x2576, |
|
7564 EAknsMinorGenericQgnPropModesCalendar = 0x2577, |
|
7565 EAknsMinorGenericQgnPropModesEmail = 0x2578, |
|
7566 EAknsMinorGenericQgnPropModesLandmark = 0x2579, |
|
7567 EAknsMinorGenericQgnPropModesMsgkey = 0x257a, |
|
7568 EAknsMinorGenericQgnPropModesProfile = 0x257b, |
|
7569 EAknsMinorGenericQgnPropModesTheme = 0x257c, |
|
7570 EAknsMinorGenericQgnPropMsgboard = 0x257d, |
|
7571 EAknsMinorGenericQgnPropMsgboardMoreMsgSub = 0x257e, |
|
7572 EAknsMinorGenericQgnPropMsgboardNewGroupSub = 0x257f, |
|
7573 EAknsMinorGenericQgnPropMsgboardRead = 0x2580, |
|
7574 EAknsMinorGenericQgnPropMsgboardReadSub = 0x2581, |
|
7575 EAknsMinorGenericQgnPropMsgboardSent = 0x2582, |
|
7576 EAknsMinorGenericQgnPropMsgboardSentSub = 0x2583, |
|
7577 EAknsMinorGenericQgnPropMsgboardUnread = 0x2584, |
|
7578 EAknsMinorGenericQgnPropMsgboardUnreadSub = 0x2585, |
|
7579 EAknsMinorGenericQgnPropNotifCale = 0x2586, |
|
7580 EAknsMinorGenericQgnPropNotifCalls = 0x2587, |
|
7581 EAknsMinorGenericQgnPropNotifDelete = 0x2588, |
|
7582 EAknsMinorGenericQgnPropNotifIm = 0x2589, |
|
7583 EAknsMinorGenericQgnPropNotifMsg = 0x258a, |
|
7584 EAknsMinorGenericQgnPropNotifVoicemail = 0x258b, |
|
7585 EAknsMinorGenericQgnPropSetActivenotesSub = 0x258c, |
|
7586 EAknsMinorGenericQgnPropSetAppsAn = 0x258d, |
|
7587 EAknsMinorGenericQgnPropSetAppsAnykey = 0x258e, |
|
7588 EAknsMinorGenericQgnPropSetSlideSub = 0x258f, |
|
7589 EAknsMinorGenericQgnSetwizEmailMenuLst = 0x2590, |
|
7590 EAknsMinorGenericQgnSetwizOperatorMenuLst = 0x2591, |
|
7591 EAknsMinorGenericQgnSetwizPttMenuLst = 0x2592, |
|
7592 EAknsMinorGenericQgnSetwizVsMenuLst = 0x2593, |
|
7593 EAknsMinorGenericQgnStatDcdChannelitemUnread = 0x2594, |
|
7594 EAknsMinorGenericQgnTeamuiActivenotespluginIcon = 0x2595, |
|
7595 EAknsMinorGenericQgnWelcome2FinishedGraphic = 0x2596, |
|
7596 EAknsMinorGenericQgnWelcome2PluginEmailwizIcon = 0x2597, |
|
7597 EAknsMinorGenericQgnWelcome2PluginEmailwizIntroGraphic = 0x2598, |
|
7598 EAknsMinorGenericQgnWelcome2PluginPersIcon = 0x2599, |
|
7599 EAknsMinorGenericQgnWelcome2PluginPersIntroGraphic = 0x259a, |
|
7600 EAknsMinorGenericQgnWelcome2PluginSwitchIcon = 0x259b, |
|
7601 EAknsMinorGenericQgnWelcomeBackgroundDark = 0x259c, |
|
7602 EAknsMinorGenericQgnWelcomeBackgroundLight = 0x259d, |
|
7603 EAknsMinorGenericQgnWelcomePluginEmail = 0x259e, |
|
7604 EAknsMinorGenericQgnWelcomePluginEmailLandsc = 0x259f, |
|
7605 EAknsMinorGenericQgnWelcomePluginEmailPortr = 0x25a0, |
|
7606 EAknsMinorGenericQgnWelcomePluginMaps = 0x25a1, |
|
7607 EAknsMinorGenericQgnWelcomePluginMusic = 0x25a2, |
|
7608 EAknsMinorGenericQgnWelcomePluginSignup = 0x25a3, |
|
7609 EAknsMinorGenericQgnWelcomeSetupComp = 0x25a4, |
|
7610 EAknsMinorGenericQgnMenuWebtv = 0x25a5, |
|
7611 EAknsMinorGenericQgnIndiButtonVideoShare = 0x25a6, |
|
7612 EAknsMinorGenericQgnGrafNotifNoEventsBg = 0x25a7, |
|
7613 EAknsMinorGenericQgnIndiInputArabicBackspace = 0x25a8, |
|
7614 EAknsMinorGenericQgnIndiInputArabicEnter = 0x25a9, |
|
7615 EAknsMinorGenericQgnIndiInputHwrArabicClose = 0x25aa, |
|
7616 EAknsMinorGenericQgnIndiInputHwrArabicPage12 = 0x25ab, |
|
7617 EAknsMinorGenericQgnIndiInputHwrArabicPage13 = 0x25ac, |
|
7618 EAknsMinorGenericQgnIndiInputHwrArabicPage22 = 0x25ad, |
|
7619 EAknsMinorGenericQgnIndiInputHwrArabicPage23 = 0x25ae, |
|
7620 EAknsMinorGenericQgnIndiInputHwrArabicPage33 = 0x25af, |
|
7621 EAknsMinorGenericQgnIndiInputHwrArabicSymbolTable = 0x25b0, |
|
7622 EAknsMinorGenericQgnIndiInputHwrArabicWritingArea = 0x25b1, |
|
7623 EAknsMinorGenericQgnIndiManyItemsAdd1 = 0x25b2, |
|
7624 EAknsMinorGenericQgnIndiModeNotAutomatedAdd1 = 0x25b3, |
|
7625 EAknsMinorGenericQgnIndiRrsfeedwidgetFeedsTbAddnew = 0x25b4, |
|
7626 EAknsMinorGenericQgnIndiSignalGprsTdscdmaAttach = 0x25b5, |
|
7627 EAknsMinorGenericQgnIndiSignalGprsTdscdmaContext = 0x25b6, |
|
7628 EAknsMinorGenericQgnIndiSignalGprsTdscdmaIcon = 0x25b7, |
|
7629 EAknsMinorGenericQgnIndiSignalGprsTdscdmaMultipdp = 0x25b8, |
|
7630 EAknsMinorGenericQgnIndiSignalGprsTdscdmaSuspended = 0x25b9, |
|
7631 EAknsMinorGenericQgnIndiSignalHsdpaTdscdmaAttach = 0x25ba, |
|
7632 EAknsMinorGenericQgnIndiSignalHsdpaTdscdmaContext = 0x25bb, |
|
7633 EAknsMinorGenericQgnIndiSignalHsdpaTdscdmaIcon = 0x25bc, |
|
7634 EAknsMinorGenericQgnIndiSignalHsdpaTdscdmaMultipdp = 0x25bd, |
|
7635 EAknsMinorGenericQgnIndiSignalHsdpaTdscdmaSuspended = 0x25be, |
|
7636 EAknsMinorGenericQgnIndiSignalTdscdmaAttach = 0x25bf, |
|
7637 EAknsMinorGenericQgnIndiSignalTdscdmaContext = 0x25c0, |
|
7638 EAknsMinorGenericQgnIndiSignalTdscdmaIcon = 0x25c1, |
|
7639 EAknsMinorGenericQgnIndiSignalTdscdmaMultipdp = 0x25c2, |
|
7640 EAknsMinorGenericQgnIndiSignalTdscdmaSuspended = 0x25c3, |
|
7641 EAknsMinorGenericQgnIndiWmAdd1 = 0x25c4, |
|
7642 EAknsMinorGenericQgnNoteFaxpc1 = 0x25c5, |
|
7643 EAknsMinorGenericQgnPropCmccCustomermanage = 0x25c6, |
|
7644 EAknsMinorGenericQgnPropModesProfiles = 0x25c7, |
|
7645 EAknsMinorGenericQgnPropModesThemes = 0x25c8, |
|
7646 // SCMMARKER_INSERTIONPOINT [9673] |
|
7647 EAknsMinorGenericInternalCurrentLastItem = 0x25c9 |
|
7648 }; |
|
7649 |
|
7650 // ---------------------------------------------------------------------------- |
|
7651 // EAknsMajorESeries item IDs |
|
7652 // ---------------------------------------------------------------------------- |
|
7653 |
|
7654 /** |
|
7655 * Minor values for item IDs in EAknsMajorESeries major class. |
|
7656 * |
|
7657 * @since 3.1 |
|
7658 */ |
|
7659 enum TAknsMinorESeriesValue |
|
7660 { |
|
7661 /** |
|
7662 * Text colour groups color table item. |
|
7663 */ |
|
7664 EAknsMinorESeriesTextColors = 0x1000, |
|
7665 |
|
7666 /** |
|
7667 * Line colour groups color table item. |
|
7668 */ |
|
7669 EAknsMinorESeriesLineColors = 0x1100, |
|
7670 |
|
7671 /** |
|
7672 * Other colour groups color table item. |
|
7673 */ |
|
7674 EAknsMinorESeriesOtherColors = 0x1200, |
|
7675 |
|
7676 /** |
|
7677 * Highlight colour groups color table item. |
|
7678 */ |
|
7679 EAknsMinorESeriesHighlightColors = 0x1300 |
|
7680 }; |
|
7681 |
|
7682 #endif // AKNSCONSTANTS_HRH |