--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/dependencies/AknsConstants.hrh Thu Mar 25 16:25:17 2010 +0100
@@ -0,0 +1,7682 @@
+/*
+* Copyright (c) 2002-2007 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description: Defines constant values for Avkon Skins.
+*
+*/
+
+
+#ifndef AKNSCONSTANTS_HRH
+#define AKNSCONSTANTS_HRH
+
+// This header file defines enumerations for skin item IDs (major and minor
+// values).
+
+// ----------------------------------------------------------------------------
+// Major values
+// ----------------------------------------------------------------------------
+
+/**
+* Major values for item IDs.
+*
+* @since 2.0
+*/
+enum TAknsMajorValue
+ {
+ EAknsMajorNone = -1,
+ EAknsMajorDefault = 0,
+ EAknsMajorSkin = 0x10005a26, // AknSkins UID
+ EAknsMajorAvkon = 0x100056c6, // Avkon UID
+ EAknsMajorAppIcon = 0x101f84b6, // AknSkins Content UID
+ EAknsMajorAppIconBmpLst = 0x101f84b7, // AknSkins Content UID
+ EAknsMajorAppIconBmpCxt = 0x101f84b8, // AknSkins Content UID
+ EAknsMajorCallstatus = 0x101f8553, // AknSkins Content UID
+ EAknsMajorCalendar = 0x10005901, // Calendar UID
+ EAknsMajorScreensaver = 0x100056cf, // Screensaver UID
+ EAknsMajorPinboard = 0x1000590b, // Pinboard UID
+ EAknsMajorCbsuiApp = 0x101f4cd3, // CbsuiApp UID
+ EAknsMajorSound = 0x101f869e, // AknSkins Content UID
+ EAknsMajorProperty = 0x101FD651, // AknSkins Content UID
+ EAknsMajorGeneric = 0x101F86E3, // AknSkins Content UID
+ EAknsMajorESeries = 0x200100FC // ESeries Content UID
+ };
+
+// ----------------------------------------------------------------------------
+// None and default values
+// ----------------------------------------------------------------------------
+
+/**
+* Common minor values for item IDs.
+*
+* @since 2.0
+*/
+enum TAknsMinorCommonValue
+ {
+ EAknsMinorNone = -1,
+ EAknsMinorDefault = 0
+ };
+
+// ----------------------------------------------------------------------------
+// EAknsMajorSkin item IDs
+// ----------------------------------------------------------------------------
+
+/**
+* Minor values for item IDs in EAknsMajorSkin major class.
+*
+* @since 2.0
+*/
+enum TAknsMinorSkinValue
+ {
+
+ // Screen, status and control areas
+ EAknsMinorQsnBgScreen = 0x1000,
+ EAknsMinorQsnBgScreenIdle = 0x1001,
+ EAknsMinorQsnBgScreenMp = 0x1002,
+ EAknsMinorQsnBgAreaStatus = 0x1010,
+ EAknsMinorQsnBgAreaStatusIdle = 0x1011,
+ EAknsMinorQsnBgAreaControl = 0x1020,
+ EAknsMinorQsnBgAreaControlPopup = 0x1021,
+ EAknsMinorQsnBgAreaControlIdle = 0x1022,
+ EAknsMinorQsnBgAreaControlMp = 0x1023,
+
+ // Stacon
+ EAknsMinorQsnBgAreaStaconRt = 0x1030,
+ EAknsMinorQsnBgAreaStaconLt = 0x1031,
+ EAknsMinorQsnBgAreaStaconRb = 0x1032,
+ EAknsMinorQsnBgAreaStaconLb = 0x1033,
+ EAknsMinorQsnBgAreaStaconRtIdle = 0x1034,
+ EAknsMinorQsnBgAreaStaconLtIdle = 0x1035,
+ EAknsMinorQsnBgAreaStaconRbIdle = 0x1036,
+ EAknsMinorQsnBgAreaStaconLbIdle = 0x1037,
+
+ // Main areas
+ EAknsMinorQsnBgAreaMain = 0x1100,
+ EAknsMinorQsnBgAreaMainListGene = 0x1101,
+ EAknsMinorQsnBgAreaMainListSet = 0x1102,
+ EAknsMinorQsnBgAreaMainAppsGrid = 0x1103,
+ EAknsMinorQsnBgAreaMainMessage = 0x1104,
+ EAknsMinorQsnBgAreaMainIdle = 0x1105,
+ EAknsMinorQsnBgAreaMainPinb = 0x1106,
+ EAknsMinorQsnBgAreaMainCalc = 0x1107,
+ EAknsMinorQsnBgAreaMainQdial = 0x1108,
+ EAknsMinorQsnBgAreaMainIdleDimmed = 0x1109,
+ EAknsMinorQsnBgAreaMainHigh = 0x110a,
+ EAknsMinorQsnBgAreaMainMp = 0x110b,
+
+ EAknsMinorQsnBgAreaMainFlat = 0x110c,
+ EAknsMinorQsnBgAreaMainSmall = 0x110d,
+
+ // Slice elements
+ EAknsMinorQsnBgSlicePopup = 0x11a0,
+ EAknsMinorQsnBgSlicePinb = 0x11a1,
+ EAknsMinorQsnBgSliceFswap = 0x11a2,
+
+ // Wallpaper
+ EAknsMinorWallpaper = 0x1180,
+ EAknsMinorQgnGrafIdleFade = 0x1190,
+ EAknsMinorQgnGrafDimWipeLscLeft = 0x1191,
+
+ // Volume levels
+ EAknsMinorQsnCpVolumeOn = 0x11f0,
+ EAknsMinorQsnCpVolumeOff = 0x11f1,
+
+ // List column background
+ EAknsMinorQsnBgColumn0 = 0x1200,
+ EAknsMinorQsnBgColumnA = 0x1201,
+ EAknsMinorQsnBgColumnAB = 0x1202,
+ EAknsMinorQsnBgColumnC0 = 0x1203,
+ EAknsMinorQsnBgColumnCA = 0x1204,
+ EAknsMinorQsnBgColumnCAB = 0x1205,
+
+ // The following three numeric values are reserved for obsolete items.
+ // 0x1210, 0x1211, 0x1212
+
+ // List bottom elements
+ EAknsMinorQsnBgSliceList0 = 0x1220,
+ EAknsMinorQsnBgSliceListA = 0x1221,
+ EAknsMinorQsnBgSliceListAB = 0x1222,
+
+ // Setting item list - option item frame
+ EAknsMinorQsnFrSetOpt = 0x1300,
+ EAknsMinorQsnFrSetOptCornerTl = 0x1301,
+ EAknsMinorQsnFrSetOptCornerTr = 0x1302,
+ EAknsMinorQsnFrSetOptCornerBl = 0x1303,
+ EAknsMinorQsnFrSetOptCornerBr = 0x1304,
+ EAknsMinorQsnFrSetOptSideT = 0x1305,
+ EAknsMinorQsnFrSetOptSideB = 0x1306,
+ EAknsMinorQsnFrSetOptSideL = 0x1307,
+ EAknsMinorQsnFrSetOptSideR = 0x1308,
+ EAknsMinorQsnFrSetOptCenter = 0x1309,
+
+ // Setting item list - focused option item frame
+ EAknsMinorQsnFrSetOptFoc = 0x1310,
+ EAknsMinorQsnFrSetOptFocCornerTl = 0x1311,
+ EAknsMinorQsnFrSetOptFocCornerTr = 0x1312,
+ EAknsMinorQsnFrSetOptFocCornerBl = 0x1313,
+ EAknsMinorQsnFrSetOptFocCornerBr = 0x1314,
+ EAknsMinorQsnFrSetOptFocSideT = 0x1315,
+ EAknsMinorQsnFrSetOptFocSideB = 0x1316,
+ EAknsMinorQsnFrSetOptFocSideL = 0x1317,
+ EAknsMinorQsnFrSetOptFocSideR = 0x1318,
+ EAknsMinorQsnFrSetOptFocCenter = 0x1319,
+
+ // Setting list volume graphics
+ EAknsMinorQsnCpSetListVolumeOn = 0x13f0,
+ EAknsMinorQsnCpSetListVolumeOff = 0x13f1,
+
+ // Setting list slider graphics
+ EAknsMinorQgnIndiSliderSet = 0x13f8,
+
+ // General list highlight frame
+ EAknsMinorQsnFrList = 0x1400,
+ EAknsMinorQsnFrListCornerTl = 0x1401,
+ EAknsMinorQsnFrListCornerTr = 0x1402,
+ EAknsMinorQsnFrListCornerBl = 0x1403,
+ EAknsMinorQsnFrListCornerBr = 0x1404,
+ EAknsMinorQsnFrListSideT = 0x1405,
+ EAknsMinorQsnFrListSideB = 0x1406,
+ EAknsMinorQsnFrListSideL = 0x1407,
+ EAknsMinorQsnFrListSideR = 0x1408,
+ EAknsMinorQsnFrListCenter = 0x1409,
+
+ // General grid highlight frame
+ EAknsMinorQsnFrGrid = 0x1410,
+ EAknsMinorQsnFrGridCornerTl = 0x1411,
+ EAknsMinorQsnFrGridCornerTr = 0x1412,
+ EAknsMinorQsnFrGridCornerBl = 0x1413,
+ EAknsMinorQsnFrGridCornerBr = 0x1414,
+ EAknsMinorQsnFrGridSideT = 0x1415,
+ EAknsMinorQsnFrGridSideB = 0x1416,
+ EAknsMinorQsnFrGridSideL = 0x1417,
+ EAknsMinorQsnFrGridSideR = 0x1418,
+ EAknsMinorQsnFrGridCenter = 0x1419,
+
+ // General input field border frame
+ EAknsMinorQsnFrInput = 0x1500,
+ EAknsMinorQsnFrInputCornerTl = 0x1501,
+ EAknsMinorQsnFrInputCornerTr = 0x1502,
+ EAknsMinorQsnFrInputCornerBl = 0x1503,
+ EAknsMinorQsnFrInputCornerBr = 0x1504,
+ EAknsMinorQsnFrInputSideT = 0x1505,
+ EAknsMinorQsnFrInputSideB = 0x1506,
+ EAknsMinorQsnFrInputSideL = 0x1507,
+ EAknsMinorQsnFrInputSideR = 0x1508,
+ EAknsMinorQsnFrInputCenter = 0x1509,
+
+ // Settings volume graphics
+ EAknsMinorQsnCpSetVolumeOn = 0x15f0,
+ EAknsMinorQsnCpSetVolumeOff = 0x15f1,
+
+ // Slider editing graphics
+ EAknsMinorQgnIndiSliderEdit = 0x15f8,
+
+ // Scrollbars
+ EAknsMinorQsnCpScrollBgTop = 0x1600,
+ EAknsMinorQsnCpScrollBgMiddle = 0x1601,
+ EAknsMinorQsnCpScrollBgBottom = 0x1602,
+ EAknsMinorQsnCpScrollHandleBgTop = 0x1603,
+ EAknsMinorQsnCpScrollHandleBgMiddle = 0x1604,
+ EAknsMinorQsnCpScrollHandleBgBottom = 0x1605,
+ EAknsMinorQsnCpScrollHandleTop = 0x1606,
+ EAknsMinorQsnCpScrollHandleMiddle = 0x1607,
+ EAknsMinorQsnCpScrollHandleBottom = 0x1608,
+
+ // Popup generics
+ EAknsMinorQsnBgScreenDimming = 0x2000,
+ EAknsMinorQsnBgPopupBackground = 0x2001,
+
+ // General popup frame
+ EAknsMinorQsnFrPopup = 0x2100,
+ EAknsMinorQsnFrPopupCornerTl = 0x2101,
+ EAknsMinorQsnFrPopupCornerTr = 0x2102,
+ EAknsMinorQsnFrPopupCornerBl = 0x2103,
+ EAknsMinorQsnFrPopupCornerBr = 0x2104,
+ EAknsMinorQsnFrPopupSideT = 0x2105,
+ EAknsMinorQsnFrPopupSideB = 0x2106,
+ EAknsMinorQsnFrPopupSideL = 0x2107,
+ EAknsMinorQsnFrPopupSideR = 0x2108,
+ EAknsMinorQsnFrPopupCenter = 0x2109,
+
+ // Specific popup centers
+ EAknsMinorQsnFrPopupCenterMenu = 0x2110,
+ EAknsMinorQsnFrPopupCenterSubmenu = 0x2111,
+ EAknsMinorQsnFrPopupCenterNote = 0x2112,
+ EAknsMinorQsnFrPopupCenterQuery = 0x2113,
+ EAknsMinorQsnFrPopupCenterFind = 0x2114,
+ EAknsMinorQsnFrPopupCenterSnote = 0x2115,
+ EAknsMinorQsnFrPopupCenterFswap = 0x2116,
+
+ // Submenu frame
+ EAknsMinorQsnFrPopupSub = 0x2120,
+ EAknsMinorQsnFrPopupSubCornerTl = 0x2121,
+ EAknsMinorQsnFrPopupSubCornerTr = 0x2122,
+ EAknsMinorQsnFrPopupSubCornerBl = 0x2123,
+ EAknsMinorQsnFrPopupSubCornerBr = 0x2124,
+ EAknsMinorQsnFrPopupSubSideT = 0x2125,
+ EAknsMinorQsnFrPopupSubSideB = 0x2126,
+ EAknsMinorQsnFrPopupSubSideL = 0x2127,
+ EAknsMinorQsnFrPopupSubSideR = 0x2128,
+
+ // Popup heading frame
+ EAknsMinorQsnFrPopupHeading = 0x2130,
+ EAknsMinorQsnFrPopupHeadingCornerTl = 0x2131,
+ EAknsMinorQsnFrPopupHeadingCornerTr = 0x2132,
+ EAknsMinorQsnFrPopupHeadingCornerBl = 0x2133,
+ EAknsMinorQsnFrPopupHeadingCornerBr = 0x2134,
+ EAknsMinorQsnFrPopupHeadingSideT = 0x2135,
+ EAknsMinorQsnFrPopupHeadingSideB = 0x2136,
+ EAknsMinorQsnFrPopupHeadingSideL = 0x2137,
+ EAknsMinorQsnFrPopupHeadingSideR = 0x2138,
+ EAknsMinorQsnFrPopupHeadingCenter = 0x2139,
+
+ // Fast application swapping
+ EAknsMinorQsnBgFswapEnd = 0x2150,
+
+ // Flat status pane frame
+
+ EAknsMinorQsnFrStatusFlat = 0x2160,
+ EAknsMinorQsnFrStatusFlatCornerTl = 0x2161,
+ EAknsMinorQsnFrStatusFlatCornerTr = 0x2162,
+ EAknsMinorQsnFrStatusFlatCornerBl = 0x2163,
+ EAknsMinorQsnFrStatusFlatCornerBr = 0x2164,
+ EAknsMinorQsnFrStatusFlatSideT = 0x2165,
+ EAknsMinorQsnFrStatusFlatSideB = 0x2166,
+ EAknsMinorQsnFrStatusFlatSideL = 0x2167,
+ EAknsMinorQsnFrStatusFlatSideR = 0x2168,
+ EAknsMinorQsnFrStatusFlatCenter = 0x2169,
+
+ // toolbar buttons
+
+ EAknsMinorQsnFrButtonTb = 0x2170,
+ EAknsMinorQsnFrButtonTbCornerTl = 0x2171,
+ EAknsMinorQsnFrButtonTbCornerTr = 0x2172,
+ EAknsMinorQsnFrButtonTbCornerBl = 0x2173,
+ EAknsMinorQsnFrButtonTbCornerBr = 0x2174,
+ EAknsMinorQsnFrButtonTbSideT = 0x2175,
+ EAknsMinorQsnFrButtonTbSideB = 0x2176,
+ EAknsMinorQsnFrButtonTbSideL = 0x2177,
+ EAknsMinorQsnFrButtonTbSideR = 0x2178,
+ EAknsMinorQsnFrButtonTbCenter = 0x2179,
+
+ EAknsMinorQsnFrButtonTbInactive = 0x2180,
+ EAknsMinorQsnFrButtonTbCornerTlInactive = 0x2181,
+ EAknsMinorQsnFrButtonTbCornerTrInactive = 0x2182,
+ EAknsMinorQsnFrButtonTbCornerBlInactive = 0x2183,
+ EAknsMinorQsnFrButtonTbCornerBrInactive = 0x2184,
+ EAknsMinorQsnFrButtonTbSideTInactive = 0x2185,
+ EAknsMinorQsnFrButtonTbSideBInactive = 0x2186,
+ EAknsMinorQsnFrButtonTbSideLInactive = 0x2187,
+ EAknsMinorQsnFrButtonTbSideRInactive = 0x2188,
+ EAknsMinorQsnFrButtonTbCenterInactive = 0x2189,
+
+ EAknsMinorQsnFrButtonTbMode = 0x2190,
+ EAknsMinorQsnFrButtonTbCornerTlMode = 0x2191,
+ EAknsMinorQsnFrButtonTbCornerTrMode = 0x2192,
+ EAknsMinorQsnFrButtonTbCornerBlMode = 0x2193,
+ EAknsMinorQsnFrButtonTbCornerBrMode = 0x2194,
+ EAknsMinorQsnFrButtonTbSideTMode = 0x2195,
+ EAknsMinorQsnFrButtonTbSideBMode = 0x2196,
+ EAknsMinorQsnFrButtonTbSideLMode = 0x2197,
+ EAknsMinorQsnFrButtonTbSideRMode = 0x2198,
+ EAknsMinorQsnFrButtonTbCenterMode = 0x2199,
+
+ EAknsMinorQsnFrButtonTbPressed = 0x21a0,
+ EAknsMinorQsnFrButtonTbCornerTlPressed = 0x21a1,
+ EAknsMinorQsnFrButtonTbCornerTrPressed = 0x21a2,
+ EAknsMinorQsnFrButtonTbCornerBlPressed = 0x21a3,
+ EAknsMinorQsnFrButtonTbCornerBrPressed = 0x21a4,
+ EAknsMinorQsnFrButtonTbSideTPressed = 0x21a5,
+ EAknsMinorQsnFrButtonTbSideBPressed = 0x21a6,
+ EAknsMinorQsnFrButtonTbSideLPressed = 0x21a7,
+ EAknsMinorQsnFrButtonTbSideRPressed = 0x21a8,
+ EAknsMinorQsnFrButtonTbCenterPressed = 0x21a9,
+
+ EAknsMinorQsnFrButtonInactive = 0x21b0,
+ EAknsMinorQsnFrButtonCornerTlInactive = 0x21b1,
+ EAknsMinorQsnFrButtonCornerTrInactive = 0x21b2,
+ EAknsMinorQsnFrButtonCornerBlInactive = 0x21b3,
+ EAknsMinorQsnFrButtonCornerBrInactive = 0x21b4,
+ EAknsMinorQsnFrButtonSideTInactive = 0x21b5,
+ EAknsMinorQsnFrButtonSideBInactive = 0x21b6,
+ EAknsMinorQsnFrButtonSideLInactive = 0x21b7,
+ EAknsMinorQsnFrButtonSideRInactive = 0x21b8,
+ EAknsMinorQsnFrButtonCenterInactive = 0x21b9,
+
+ EAknsMinorQsnFrButtonNormal = 0x21c0,
+ EAknsMinorQsnFrButtonCornerTlNormal = 0x21c1,
+ EAknsMinorQsnFrButtonCornerTrNormal = 0x21c2,
+ EAknsMinorQsnFrButtonCornerBlNormal = 0x21c3,
+ EAknsMinorQsnFrButtonCornerBrNormal = 0x21c4,
+ EAknsMinorQsnFrButtonSideTNormal = 0x21c5,
+ EAknsMinorQsnFrButtonSideBNormal = 0x21c6,
+ EAknsMinorQsnFrButtonSideLNormal = 0x21c7,
+ EAknsMinorQsnFrButtonSideRNormal = 0x21c8,
+ EAknsMinorQsnFrButtonCenterNormal = 0x21c9,
+
+
+
+ EAknsMinorQsnFrButtonPressed = 0x21d0,
+ EAknsMinorQsnFrButtonCornerTlPressed = 0x21d1,
+ EAknsMinorQsnFrButtonCornerTrPressed = 0x21d2,
+ EAknsMinorQsnFrButtonCornerBlPressed = 0x21d3,
+ EAknsMinorQsnFrButtonCornerBrPressed = 0x21d4,
+ EAknsMinorQsnFrButtonSideTPressed = 0x21d5,
+ EAknsMinorQsnFrButtonSideBPressed = 0x21d6,
+ EAknsMinorQsnFrButtonSideLPressed = 0x21d7,
+ EAknsMinorQsnFrButtonSideRPressed = 0x21d8,
+ EAknsMinorQsnFrButtonCenterPressed = 0x21d9,
+
+ // touch pane buttons
+ EAknsMinorQsnFrButtonTpNormal = 0x21e0,
+ EAknsMinorQsnFrButtonTpCornerTlNormal = 0x21e1,
+ EAknsMinorQsnFrButtonTpCornerTrNormal = 0x21e2,
+ EAknsMinorQsnFrButtonTpCornerBlNormal = 0x21e3,
+ EAknsMinorQsnFrButtonTpCornerBrNormal = 0x21e4,
+ EAknsMinorQsnFrButtonTpSideTNormal = 0x21e5,
+ EAknsMinorQsnFrButtonTpSideBNormal = 0x21e6,
+ EAknsMinorQsnFrButtonTpSideLNormal = 0x21e7,
+ EAknsMinorQsnFrButtonTpSideRNormal = 0x21e8,
+ EAknsMinorQsnFrButtonTpCenterNormal = 0x21e9,
+
+ EAknsMinorQsnFrButtonTpPressed = 0x21f0,
+ EAknsMinorQsnFrButtonTpCornerTlPressed = 0x21f1,
+ EAknsMinorQsnFrButtonTpCornerTrPressed = 0x21f2,
+ EAknsMinorQsnFrButtonTpCornerBlPressed = 0x21f3,
+ EAknsMinorQsnFrButtonTpCornerBrPressed = 0x21f4,
+ EAknsMinorQsnFrButtonTpSideTPressed = 0x21f5,
+ EAknsMinorQsnFrButtonTpSideBPressed = 0x21f6,
+ EAknsMinorQsnFrButtonTpSideLPressed = 0x21f7,
+ EAknsMinorQsnFrButtonTpSideRPressed = 0x21f8,
+ EAknsMinorQsnFrButtonTpCenterPressed = 0x21f9,
+
+ EAknsMinorQsnFrButtonTpInactive = 0x2200,
+ EAknsMinorQsnFrButtonTpCornerTlInactive = 0x2201,
+ EAknsMinorQsnFrButtonTpCornerTrInactive = 0x2202,
+ EAknsMinorQsnFrButtonTpCornerBlInactive = 0x2203,
+ EAknsMinorQsnFrButtonTpCornerBrInactive = 0x2204,
+ EAknsMinorQsnFrButtonTpSideTInactive = 0x2205,
+ EAknsMinorQsnFrButtonTpSideBInactive = 0x2206,
+ EAknsMinorQsnFrButtonTpSideLInactive = 0x2207,
+ EAknsMinorQsnFrButtonTpSideRInactive = 0x2208,
+ EAknsMinorQsnFrButtonTpCenterInactive = 0x2209,
+
+ EAknsMinorQgnFrSctrlButton = 0x2300,
+ EAknsMinorQgnFrSctrlButtonCornerTl = 0x2301,
+ EAknsMinorQgnFrSctrlButtonCornerTr = 0x2302,
+ EAknsMinorQgnFrSctrlButtonCornerBl = 0x2303,
+ EAknsMinorQgnFrSctrlButtonCornerBr = 0x2304,
+ EAknsMinorQgnFrSctrlButtonSideT = 0x2305,
+ EAknsMinorQgnFrSctrlButtonSideB = 0x2306,
+ EAknsMinorQgnFrSctrlButtonSideL = 0x2307,
+ EAknsMinorQgnFrSctrlButtonSideR = 0x2308,
+ EAknsMinorQgnFrSctrlButtonCenter = 0x2309,
+
+ EAknsMinorQgnFrSctrlSkButton = 0x2400,
+ EAknsMinorQgnFrSctrlSkButtonCornerTl = 0x2401,
+ EAknsMinorQgnFrSctrlSkButtonCornerTr = 0x2402,
+ EAknsMinorQgnFrSctrlSkButtonCornerBl = 0x2403,
+ EAknsMinorQgnFrSctrlSkButtonCornerBr = 0x2404,
+ EAknsMinorQgnFrSctrlSkButtonSideT = 0x2405,
+ EAknsMinorQgnFrSctrlSkButtonSideB = 0x2406,
+ EAknsMinorQgnFrSctrlSkButtonSideL = 0x2407,
+ EAknsMinorQgnFrSctrlSkButtonSideR = 0x2408,
+ EAknsMinorQgnFrSctrlSkButtonCenter = 0x2409,
+
+ EAknsMinorQsnFrButtonLatchdown = 0x2500,
+ EAknsMinorQsnFrButtonCornerTlLatchdown = 0x2501,
+ EAknsMinorQsnFrButtonCornerTrLatchdown = 0x2502,
+ EAknsMinorQsnFrButtonCornerBlLatchdown = 0x2503,
+ EAknsMinorQsnFrButtonCornerBrLatchdown = 0x2504,
+ EAknsMinorQsnFrButtonSideTLatchdown = 0x2505,
+ EAknsMinorQsnFrButtonSideBLatchdown = 0x2506,
+ EAknsMinorQsnFrButtonSideLLatchdown = 0x2507,
+ EAknsMinorQsnFrButtonSideRLatchdown = 0x2508,
+ EAknsMinorQsnFrButtonCenterLatchdown = 0x2509,
+
+ EAknsMinorQsnFrOrgBg = 0x2600,
+ EAknsMinorQsnFrOrgBgCornerTl = 0x2601,
+ EAknsMinorQsnFrOrgBgCornerTr = 0x2602,
+ EAknsMinorQsnFrOrgBgCornerBl = 0x2603,
+ EAknsMinorQsnFrOrgBgCornerBr = 0x2604,
+ EAknsMinorQsnFrOrgBgSideT = 0x2605,
+ EAknsMinorQsnFrOrgBgSideB = 0x2606,
+ EAknsMinorQsnFrOrgBgSideL = 0x2607,
+ EAknsMinorQsnFrOrgBgSideR = 0x2608,
+ EAknsMinorQsnFrOrgBgCenter = 0x2609,
+
+ EAknsMinorQgnFrSctrlButtonLatchdown = 0x2610,
+ EAknsMinorQgnFrSctrlButtonCornerTlLatchdown = 0x2611,
+ EAknsMinorQgnFrSctrlButtonCornerTrLatchdown = 0x2612,
+ EAknsMinorQgnFrSctrlButtonCornerBlLatchdown = 0x2613,
+ EAknsMinorQgnFrSctrlButtonCornerBrLatchdown = 0x2614,
+ EAknsMinorQgnFrSctrlButtonSideTLatchdown = 0x2615,
+ EAknsMinorQgnFrSctrlButtonSideBLatchdown = 0x2616,
+ EAknsMinorQgnFrSctrlButtonSideLLatchdown = 0x2617,
+ EAknsMinorQgnFrSctrlButtonSideRLatchdown = 0x2618,
+ EAknsMinorQgnFrSctrlButtonCenterLatchdown = 0x2619,
+
+ EAknsMinorQgnFrSctrlButtonPressed = 0x2620,
+ EAknsMinorQgnFrSctrlButtonCornerTlPressed = 0x2621,
+ EAknsMinorQgnFrSctrlButtonCornerTrPressed = 0x2622,
+ EAknsMinorQgnFrSctrlButtonCornerBlPressed = 0x2623,
+ EAknsMinorQgnFrSctrlButtonCornerBrPressed = 0x2624,
+ EAknsMinorQgnFrSctrlButtonSideTPressed = 0x2625,
+ EAknsMinorQgnFrSctrlButtonSideBPressed = 0x2626,
+ EAknsMinorQgnFrSctrlButtonSideLPressed = 0x2627,
+ EAknsMinorQgnFrSctrlButtonSideRPressed = 0x2628,
+ EAknsMinorQgnFrSctrlButtonCenterPressed = 0x2629,
+
+ EAknsMinorQsnFrInputCharPreview = 0x2630,
+ EAknsMinorQsnFrInputCharPreviewCornerTl = 0x2631,
+ EAknsMinorQsnFrInputCharPreviewCornerTr = 0x2632,
+ EAknsMinorQsnFrInputCharPreviewCornerBl = 0x2633,
+ EAknsMinorQsnFrInputCharPreviewCornerBr = 0x2634,
+ EAknsMinorQsnFrInputCharPreviewSideT = 0x2635,
+ EAknsMinorQsnFrInputCharPreviewSideB = 0x2636,
+ EAknsMinorQsnFrInputCharPreviewSideL = 0x2637,
+ EAknsMinorQsnFrInputCharPreviewSideR = 0x2638,
+ EAknsMinorQsnFrInputCharPreviewCenter = 0x2639,
+
+
+ // Option item frame 2
+ EAknsMinorQsnFrTake52 = 0x263a,
+ EAknsMinorQsnFrTake5Corner2Tl = 0x263b,
+ EAknsMinorQsnFrTake5Corner2Tr = 0x263c,
+ EAknsMinorQsnFrTake5Corner2Bl = 0x263d,
+ EAknsMinorQsnFrTake5Corner2Br = 0x263e,
+ EAknsMinorQsnFrTake5Side2T = 0x263f,
+ EAknsMinorQsnFrTake5Side2B = 0x2640,
+ EAknsMinorQsnFrTake5Side2L = 0x2641,
+ EAknsMinorQsnFrTake5Side2R = 0x2642,
+ EAknsMinorQsnFrTake5Center2 = 0x2643,
+
+ // Option item frame 3
+ EAknsMinorQsnFrTake53 = 0x2644,
+ EAknsMinorQsnFrTake5Corner3Tl = 0x2645,
+ EAknsMinorQsnFrTake5Corner3Tr = 0x2646,
+ EAknsMinorQsnFrTake5Corner3Bl = 0x2647,
+ EAknsMinorQsnFrTake5Corner3Br = 0x2648,
+ EAknsMinorQsnFrTake5Side3T = 0x2649,
+ EAknsMinorQsnFrTake5Side3B = 0x264a,
+ EAknsMinorQsnFrTake5Side3L = 0x264b,
+ EAknsMinorQsnFrTake5Side3R = 0x264c,
+ EAknsMinorQsnFrTake5Center3 = 0x264d,
+
+ // Function button inactive -- option item frame
+ EAknsMinorQsnFrFunctionButtonInactive = 0x264e,
+ EAknsMinorQsnFrFunctionButtonCornerTlInactive = 0x264f,
+ EAknsMinorQsnFrFunctionButtonCornerTrInactive = 0x2650,
+ EAknsMinorQsnFrFunctionButtonCornerBlInactive = 0x2651,
+ EAknsMinorQsnFrFunctionButtonCornerBrInactive = 0x2652,
+ EAknsMinorQsnFrFunctionButtonSideTInactive = 0x2653,
+ EAknsMinorQsnFrFunctionButtonSideBInactive = 0x2654,
+ EAknsMinorQsnFrFunctionButtonSideLInactive = 0x2655,
+ EAknsMinorQsnFrFunctionButtonSideRInactive = 0x2656,
+ EAknsMinorQsnFrFunctionButtonCenterInactive = 0x2657,
+
+ // Function button normal -- option item frame
+ EAknsMinorQsnFrFunctionButtonNormal = 0x2658,
+ EAknsMinorQsnFrFunctionButtonCornerTlNormal = 0x2659,
+ EAknsMinorQsnFrFunctionButtonCornerTrNormal = 0x265a,
+ EAknsMinorQsnFrFunctionButtonCornerBlNormal = 0x265b,
+ EAknsMinorQsnFrFunctionButtonCornerBrNormal = 0x265c,
+ EAknsMinorQsnFrFunctionButtonSideTNormal = 0x265d,
+ EAknsMinorQsnFrFunctionButtonSideBNormal = 0x265e,
+ EAknsMinorQsnFrFunctionButtonSideLNormal = 0x265f,
+ EAknsMinorQsnFrFunctionButtonSideRNormal = 0x2660,
+ EAknsMinorQsnFrFunctionButtonCenterNormal = 0x2661,
+
+ // Function button pressed -- option item frame
+ EAknsMinorQsnFrFunctionButtonPressed = 0x2662,
+ EAknsMinorQsnFrFunctionButtonCornerTlPressed = 0x2663,
+ EAknsMinorQsnFrFunctionButtonCornerTrPressed = 0x2664,
+ EAknsMinorQsnFrFunctionButtonCornerBlPressed = 0x2665,
+ EAknsMinorQsnFrFunctionButtonCornerBrPressed = 0x2666,
+ EAknsMinorQsnFrFunctionButtonSideTPressed = 0x2667,
+ EAknsMinorQsnFrFunctionButtonSideBPressed = 0x2668,
+ EAknsMinorQsnFrFunctionButtonSideLPressed = 0x2669,
+ EAknsMinorQsnFrFunctionButtonSideRPressed = 0x266a,
+ EAknsMinorQsnFrFunctionButtonCenterPressed = 0x266b,
+
+ // Option item frame 1
+ EAknsMinorQsnFrTake5 = 0x266c,
+ EAknsMinorQsnFrTake5CornerTl = 0x266d,
+ EAknsMinorQsnFrTake5CornerTr = 0x266e,
+ EAknsMinorQsnFrTake5CornerBl = 0x266f,
+ EAknsMinorQsnFrTake5CornerBr = 0x2670,
+ EAknsMinorQsnFrTake5SideT = 0x2671,
+ EAknsMinorQsnFrTake5SideB = 0x2672,
+ EAknsMinorQsnFrTake5SideL = 0x2673,
+ EAknsMinorQsnFrTake5SideR = 0x2674,
+ EAknsMinorQsnFrTake5Center = 0x2675,
+
+ // Sctrl SK button pressed
+ EAknsMinorQgnFrSctrlSkButtonPressed = 0x2676,
+ EAknsMinorQgnFrSctrlSkButtonCornerTlPressed = 0x2677,
+ EAknsMinorQgnFrSctrlSkButtonCornerTrPressed = 0x2678,
+ EAknsMinorQgnFrSctrlSkButtonCornerBlPressed = 0x2679,
+ EAknsMinorQgnFrSctrlSkButtonCornerBrPressed = 0x267a,
+ EAknsMinorQgnFrSctrlSkButtonSideTPressed = 0x267b,
+ EAknsMinorQgnFrSctrlSkButtonSideBPressed = 0x267c,
+ EAknsMinorQgnFrSctrlSkButtonSideLPressed = 0x267d,
+ EAknsMinorQgnFrSctrlSkButtonSideRPressed = 0x267e,
+ EAknsMinorQgnFrSctrlSkButtonCenterPressed = 0x267f,
+
+ // Grid pressed
+ EAknsMinorQsnFrGridPressed = 0x2680,
+ EAknsMinorQsnFrGridCornerTlPressed = 0x2681,
+ EAknsMinorQsnFrGridCornerTrPressed = 0x2682,
+ EAknsMinorQsnFrGridCornerBlPressed = 0x2683,
+ EAknsMinorQsnFrGridCornerBrPressed = 0x2684,
+ EAknsMinorQsnFrGridSideTPressed = 0x2685,
+ EAknsMinorQsnFrGridSideBPressed = 0x2686,
+ EAknsMinorQsnFrGridSideLPressed = 0x2687,
+ EAknsMinorQsnFrGridSideRPressed = 0x2688,
+ EAknsMinorQsnFrGridCenterPressed = 0x2689,
+
+ // List pressed
+ EAknsMinorQsnFrListPressed = 0x268a,
+ EAknsMinorQsnFrListCornerTlPressed = 0x268b,
+ EAknsMinorQsnFrListCornerTrPressed = 0x268c,
+ EAknsMinorQsnFrListCornerBlPressed = 0x268d,
+ EAknsMinorQsnFrListCornerBrPressed = 0x268e,
+ EAknsMinorQsnFrListSideTPressed = 0x268f,
+ EAknsMinorQsnFrListSideBPressed = 0x2690,
+ EAknsMinorQsnFrListSideLPressed = 0x2691,
+ EAknsMinorQsnFrListSideRPressed = 0x2692,
+ EAknsMinorQsnFrListCenterPressed = 0x2693,
+
+ // Schedule Viewer
+ EAknsMinorQgnFsFrScheduleViewer = 0x2694,
+ EAknsMinorQgnFsFrScheduleViewerCornerTl = 0x2695,
+ EAknsMinorQgnFsFrScheduleViewerCornerTr = 0x2696,
+ EAknsMinorQgnFsFrScheduleViewerCornerBl = 0x2697,
+ EAknsMinorQgnFsFrScheduleViewerCornerBr = 0x2698,
+ EAknsMinorQgnFsFrScheduleViewerSideT = 0x2699,
+ EAknsMinorQgnFsFrScheduleViewerSideB = 0x269a,
+ EAknsMinorQgnFsFrScheduleViewerSideL = 0x269b,
+ EAknsMinorQgnFsFrScheduleViewerSideR = 0x269c,
+ EAknsMinorQgnFsFrScheduleViewerCenter = 0x269d,
+
+ // Home Button Widget
+ EAknsMinorQgnHomeButtonWidget = 0x269e,
+ EAknsMinorQgnHomeButtonWidgetTl = 0x269f,
+ EAknsMinorQgnHomeButtonWidgetTr = 0x26a0,
+ EAknsMinorQgnHomeButtonWidgetBl = 0x26a1,
+ EAknsMinorQgnHomeButtonWidgetBr = 0x26a2,
+ EAknsMinorQgnHomeButtonWidgetT = 0x26a3,
+ EAknsMinorQgnHomeButtonWidgetB = 0x26a4,
+ EAknsMinorQgnHomeButtonWidgetL = 0x26a5,
+ EAknsMinorQgnHomeButtonWidgetR = 0x26a6,
+ EAknsMinorQgnHomeButtonWidgetCenter = 0x26a7,
+
+ // Home
+ EAknsMinorQsnFrHome = 0x26a8,
+ EAknsMinorQsnFrHomeTl = 0x26a9,
+ EAknsMinorQsnFrHomeTr = 0x26aa,
+ EAknsMinorQsnFrHomeBl = 0x26ab,
+ EAknsMinorQsnFrHomeBr = 0x26ac,
+ EAknsMinorQsnFrHomeT = 0x26ad,
+ EAknsMinorQsnFrHomeB = 0x26ae,
+ EAknsMinorQsnFrHomeL = 0x26af,
+ EAknsMinorQsnFrHomeR = 0x26b0,
+ EAknsMinorQsnFrHomeCenter = 0x26b1,
+
+ // Qsn Home Bg Widget
+ EAknsMinorQsnHomeBgWidget = 0x26b2,
+ EAknsMinorQsnHomeBgWidgetTl = 0x26b3,
+ EAknsMinorQsnHomeBgWidgetTr = 0x26b4,
+ EAknsMinorQsnHomeBgWidgetBl = 0x26b5,
+ EAknsMinorQsnHomeBgWidgetBr = 0x26b6,
+ EAknsMinorQsnHomeBgWidgetT = 0x26b7,
+ EAknsMinorQsnHomeBgWidgetB = 0x26b8,
+ EAknsMinorQsnHomeBgWidgetL = 0x26b9,
+ EAknsMinorQsnHomeBgWidgetR = 0x26ba,
+ EAknsMinorQsnHomeBgWidgetCenter = 0x26bb,
+
+ // Qgn Home Bg Widget
+ EAknsMinorQgnHomeBgWidget = 0x26bc,
+ EAknsMinorQgnHomeBgWidgetTl = 0x26bd,
+ EAknsMinorQgnHomeBgWidgetTr = 0x26be,
+ EAknsMinorQgnHomeBgWidgetBl = 0x26bf,
+ EAknsMinorQgnHomeBgWidgetBr = 0x26c0,
+ EAknsMinorQgnHomeBgWidgetT = 0x26c1,
+ EAknsMinorQgnHomeBgWidgetB = 0x26c2,
+ EAknsMinorQgnHomeBgWidgetL = 0x26c3,
+ EAknsMinorQgnHomeBgWidgetR = 0x26c4,
+ EAknsMinorQgnHomeBgWidgetCenter = 0x26c5,
+
+ // Graf Mediatag Bubble
+ EAknsMinorQgnGrafMediatagBubble = 0x26c6,
+ EAknsMinorQgnGrafMediatagBubbleCornerTl = 0x26c7,
+ EAknsMinorQgnGrafMediatagBubbleCornerTr = 0x26c8,
+ EAknsMinorQgnGrafMediatagBubbleCornerBl = 0x26c9,
+ EAknsMinorQgnGrafMediatagBubbleCornerBr = 0x26ca,
+ EAknsMinorQgnGrafMediatagBubbleSideT = 0x26cb,
+ EAknsMinorQgnGrafMediatagBubbleSideB = 0x26cc,
+ EAknsMinorQgnGrafMediatagBubbleSideL = 0x26cd,
+ EAknsMinorQgnGrafMediatagBubbleSideR = 0x26ce,
+ EAknsMinorQgnGrafMediatagBubbleCenter = 0x26cf,
+
+
+ // Qsn Fr Cmail List
+ EAknsMinorQsnFrCmailList = 0x26d0,
+ EAknsMinorQsnFrCmailListCornerTl = 0x26d1,
+ EAknsMinorQsnFrCmailListCornerTr = 0x26d2,
+ EAknsMinorQsnFrCmailListCornerBl = 0x26d3,
+ EAknsMinorQsnFrCmailListCornerBr = 0x26d4,
+ EAknsMinorQsnFrCmailListSideT = 0x26d5,
+ EAknsMinorQsnFrCmailListSideB = 0x26d6,
+ EAknsMinorQsnFrCmailListSideL = 0x26d7,
+ EAknsMinorQsnFrCmailListSideR = 0x26d8,
+ EAknsMinorQsnFrCmailListCenter = 0x26d9,
+
+
+ // Qgn Fr Cmail Field
+ EAknsMinorQgnFrCmailField = 0x26da,
+ EAknsMinorQgnFrCmailFieldCornerTl = 0x26db,
+ EAknsMinorQgnFrCmailFieldCornerTr = 0x26dc,
+ EAknsMinorQgnFrCmailFieldCornerBl = 0x26dd,
+ EAknsMinorQgnFrCmailFieldCornerBr = 0x26de,
+ EAknsMinorQgnFrCmailFieldSideT = 0x26df,
+ EAknsMinorQgnFrCmailFieldSideB = 0x26e0,
+ EAknsMinorQgnFrCmailFieldSideL = 0x26e1,
+ EAknsMinorQgnFrCmailFieldSideR = 0x26e2,
+ EAknsMinorQgnFrCmailFieldCenter = 0x26e3,
+
+ // Home Pressed
+ EAknsMinorQsnFrHomePressed = 0x26e4,
+ EAknsMinorQsnFrHomeTlPressed = 0x26e5,
+ EAknsMinorQsnFrHomeTrPressed = 0x26e6,
+ EAknsMinorQsnFrHomeBlPressed = 0x26e7,
+ EAknsMinorQsnFrHomeBrPressed = 0x26e8,
+ EAknsMinorQsnFrHomeTPressed = 0x26e9,
+ EAknsMinorQsnFrHomeBPressed = 0x26ea,
+ EAknsMinorQsnFrHomeLPressed = 0x26eb,
+ EAknsMinorQsnFrHomeRPressed = 0x26ec,
+ EAknsMinorQsnFrHomeCenterPressed = 0x26ed,
+
+
+ // Qsn Fr Title Divider
+ EAknsMinorQsnFrTitleDivider = 0x26ee,
+ EAknsMinorQsnFrTitleDividerCornerTl = 0x26ef,
+ EAknsMinorQsnFrTitleDividerCornerTr = 0x26f0,
+ EAknsMinorQsnFrTitleDividerCornerBl = 0x26f1,
+ EAknsMinorQsnFrTitleDividerCornerBr = 0x26f2,
+ EAknsMinorQsnFrTitleDividerSideT = 0x26f3,
+ EAknsMinorQsnFrTitleDividerSideB = 0x26f4,
+ EAknsMinorQsnFrTitleDividerSideL = 0x26f5,
+ EAknsMinorQsnFrTitleDividerSideR = 0x26f6,
+ EAknsMinorQsnFrTitleDividerCenter = 0x26f7,
+
+
+ // Qgn Home Contact Mask
+ EAknsMinorQgnHomeContactMask = 0x26f8,
+ EAknsMinorQgnHomeContactMaskTl = 0x26f9,
+ EAknsMinorQgnHomeContactMaskTr = 0x26fa,
+ EAknsMinorQgnHomeContactMaskBl = 0x26fb,
+ EAknsMinorQgnHomeContactMaskBr = 0x26fc,
+ EAknsMinorQgnHomeContactMaskT = 0x26fd,
+ EAknsMinorQgnHomeContactMaskB = 0x26fe,
+ EAknsMinorQgnHomeContactMaskL = 0x26ff,
+ EAknsMinorQgnHomeContactMaskR = 0x2700,
+ EAknsMinorQgnHomeContactMaskCenter = 0x2701,
+
+
+ // Qgn Home Wm Button
+ EAknsMinorQgnHomeWmButton = 0x2702,
+ EAknsMinorQgnHomeWmButtonTl = 0x2703,
+ EAknsMinorQgnHomeWmButtonTr = 0x2704,
+ EAknsMinorQgnHomeWmButtonBl = 0x2705,
+ EAknsMinorQgnHomeWmButtonBr = 0x2706,
+ EAknsMinorQgnHomeWmButtonT = 0x2707,
+ EAknsMinorQgnHomeWmButtonB = 0x2708,
+ EAknsMinorQgnHomeWmButtonL = 0x2709,
+ EAknsMinorQgnHomeWmButtonR = 0x270a,
+ EAknsMinorQgnHomeWmButtonCenter = 0x270b,
+
+
+ // Qsn Fr Button Highlight Answer
+ EAknsMinorQsnFrButtonHighlightAnswer = 0x270c,
+ EAknsMinorQsnFrButtonHighlightAnswerTl = 0x270d,
+ EAknsMinorQsnFrButtonHighlightAnswerTr = 0x270e,
+ EAknsMinorQsnFrButtonHighlightAnswerBl = 0x270f,
+ EAknsMinorQsnFrButtonHighlightAnswerBr = 0x2710,
+ EAknsMinorQsnFrButtonHighlightAnswerT = 0x2711,
+ EAknsMinorQsnFrButtonHighlightAnswerB = 0x2712,
+ EAknsMinorQsnFrButtonHighlightAnswerL = 0x2713,
+ EAknsMinorQsnFrButtonHighlightAnswerR = 0x2714,
+ EAknsMinorQsnFrButtonHighlightAnswerCenter = 0x2715,
+
+
+ // Qsn Fr Button Highlight Hold
+ EAknsMinorQsnFrButtonHighlightHold = 0x2716,
+ EAknsMinorQsnFrButtonHighlightHoldTl = 0x2717,
+ EAknsMinorQsnFrButtonHighlightHoldTr = 0x2718,
+ EAknsMinorQsnFrButtonHighlightHoldBl = 0x2719,
+ EAknsMinorQsnFrButtonHighlightHoldBr = 0x271a,
+ EAknsMinorQsnFrButtonHighlightHoldT = 0x271b,
+ EAknsMinorQsnFrButtonHighlightHoldB = 0x271c,
+ EAknsMinorQsnFrButtonHighlightHoldL = 0x271d,
+ EAknsMinorQsnFrButtonHighlightHoldR = 0x271e,
+ EAknsMinorQsnFrButtonHighlightHoldCenter = 0x271f,
+
+
+ // Qsn Fr Button Highlight Reject
+ EAknsMinorQsnFrButtonHighlightReject = 0x2720,
+ EAknsMinorQsnFrButtonHighlightRejectTl = 0x2721,
+ EAknsMinorQsnFrButtonHighlightRejectTr = 0x2722,
+ EAknsMinorQsnFrButtonHighlightRejectBl = 0x2723,
+ EAknsMinorQsnFrButtonHighlightRejectBr = 0x2724,
+ EAknsMinorQsnFrButtonHighlightRejectT = 0x2725,
+ EAknsMinorQsnFrButtonHighlightRejectB = 0x2726,
+ EAknsMinorQsnFrButtonHighlightRejectL = 0x2727,
+ EAknsMinorQsnFrButtonHighlightRejectR = 0x2728,
+ EAknsMinorQsnFrButtonHighlightRejectCenter = 0x2729,
+
+
+ // Qsn Fr Button Inactive Answer
+ EAknsMinorQsnFrButtonInactiveAnswer = 0x272a,
+ EAknsMinorQsnFrButtonInactiveAnswerTl = 0x272b,
+ EAknsMinorQsnFrButtonInactiveAnswerTr = 0x272c,
+ EAknsMinorQsnFrButtonInactiveAnswerBl = 0x272d,
+ EAknsMinorQsnFrButtonInactiveAnswerBr = 0x272e,
+ EAknsMinorQsnFrButtonInactiveAnswerT = 0x272f,
+ EAknsMinorQsnFrButtonInactiveAnswerB = 0x2730,
+ EAknsMinorQsnFrButtonInactiveAnswerL = 0x2731,
+ EAknsMinorQsnFrButtonInactiveAnswerR = 0x2732,
+ EAknsMinorQsnFrButtonInactiveAnswerCenter = 0x2733,
+
+
+ // Qsn Fr Button Inactive Hold
+ EAknsMinorQsnFrButtonInactiveHold = 0x2734,
+ EAknsMinorQsnFrButtonInactiveHoldTl = 0x2735,
+ EAknsMinorQsnFrButtonInactiveHoldTr = 0x2736,
+ EAknsMinorQsnFrButtonInactiveHoldBl = 0x2737,
+ EAknsMinorQsnFrButtonInactiveHoldBr = 0x2738,
+ EAknsMinorQsnFrButtonInactiveHoldT = 0x2739,
+ EAknsMinorQsnFrButtonInactiveHoldB = 0x273a,
+ EAknsMinorQsnFrButtonInactiveHoldL = 0x273b,
+ EAknsMinorQsnFrButtonInactiveHoldR = 0x273c,
+ EAknsMinorQsnFrButtonInactiveHoldCenter = 0x273d,
+
+
+ // Qsn Fr Button Inactive Reject
+ EAknsMinorQsnFrButtonInactiveReject = 0x273e,
+ EAknsMinorQsnFrButtonInactiveRejectTl = 0x273f,
+ EAknsMinorQsnFrButtonInactiveRejectTr = 0x2740,
+ EAknsMinorQsnFrButtonInactiveRejectBl = 0x2741,
+ EAknsMinorQsnFrButtonInactiveRejectBr = 0x2742,
+ EAknsMinorQsnFrButtonInactiveRejectT = 0x2743,
+ EAknsMinorQsnFrButtonInactiveRejectB = 0x2744,
+ EAknsMinorQsnFrButtonInactiveRejectL = 0x2745,
+ EAknsMinorQsnFrButtonInactiveRejectR = 0x2746,
+ EAknsMinorQsnFrButtonInactiveRejectCenter = 0x2747,
+
+
+ // Qsn Fr Button Normal Answer
+ EAknsMinorQsnFrButtonNormalAnswer = 0x2748,
+ EAknsMinorQsnFrButtonNormalAnswerTl = 0x2749,
+ EAknsMinorQsnFrButtonNormalAnswerTr = 0x274a,
+ EAknsMinorQsnFrButtonNormalAnswerBl = 0x274b,
+ EAknsMinorQsnFrButtonNormalAnswerBr = 0x274c,
+ EAknsMinorQsnFrButtonNormalAnswerT = 0x274d,
+ EAknsMinorQsnFrButtonNormalAnswerB = 0x274e,
+ EAknsMinorQsnFrButtonNormalAnswerL = 0x274f,
+ EAknsMinorQsnFrButtonNormalAnswerR = 0x2750,
+ EAknsMinorQsnFrButtonNormalAnswerCenter = 0x2751,
+
+
+ // Qsn Fr Button Normal Hold
+ EAknsMinorQsnFrButtonNormalHold = 0x2752,
+ EAknsMinorQsnFrButtonNormalHoldTl = 0x2753,
+ EAknsMinorQsnFrButtonNormalHoldTr = 0x2754,
+ EAknsMinorQsnFrButtonNormalHoldBl = 0x2755,
+ EAknsMinorQsnFrButtonNormalHoldBr = 0x2756,
+ EAknsMinorQsnFrButtonNormalHoldT = 0x2757,
+ EAknsMinorQsnFrButtonNormalHoldB = 0x2758,
+ EAknsMinorQsnFrButtonNormalHoldL = 0x2759,
+ EAknsMinorQsnFrButtonNormalHoldR = 0x275a,
+ EAknsMinorQsnFrButtonNormalHoldCenter = 0x275b,
+
+
+ // Qsn Fr Button Normal Reject
+ EAknsMinorQsnFrButtonNormalReject = 0x275c,
+ EAknsMinorQsnFrButtonNormalRejectTl = 0x275d,
+ EAknsMinorQsnFrButtonNormalRejectTr = 0x275e,
+ EAknsMinorQsnFrButtonNormalRejectBl = 0x275f,
+ EAknsMinorQsnFrButtonNormalRejectBr = 0x2760,
+ EAknsMinorQsnFrButtonNormalRejectT = 0x2761,
+ EAknsMinorQsnFrButtonNormalRejectB = 0x2762,
+ EAknsMinorQsnFrButtonNormalRejectL = 0x2763,
+ EAknsMinorQsnFrButtonNormalRejectR = 0x2764,
+ EAknsMinorQsnFrButtonNormalRejectCenter = 0x2765,
+
+
+ // Qsn Fr Button Pressed Answer
+ EAknsMinorQsnFrButtonPressedAnswer = 0x2766,
+ EAknsMinorQsnFrButtonPressedAnswerTl = 0x2767,
+ EAknsMinorQsnFrButtonPressedAnswerTr = 0x2768,
+ EAknsMinorQsnFrButtonPressedAnswerBl = 0x2769,
+ EAknsMinorQsnFrButtonPressedAnswerBr = 0x276a,
+ EAknsMinorQsnFrButtonPressedAnswerT = 0x276b,
+ EAknsMinorQsnFrButtonPressedAnswerB = 0x276c,
+ EAknsMinorQsnFrButtonPressedAnswerL = 0x276d,
+ EAknsMinorQsnFrButtonPressedAnswerR = 0x276e,
+ EAknsMinorQsnFrButtonPressedAnswerCenter = 0x276f,
+
+
+ // Qsn Fr Button Pressed Hold
+ EAknsMinorQsnFrButtonPressedHold = 0x2770,
+ EAknsMinorQsnFrButtonPressedHoldTl = 0x2771,
+ EAknsMinorQsnFrButtonPressedHoldTr = 0x2772,
+ EAknsMinorQsnFrButtonPressedHoldBl = 0x2773,
+ EAknsMinorQsnFrButtonPressedHoldBr = 0x2774,
+ EAknsMinorQsnFrButtonPressedHoldT = 0x2775,
+ EAknsMinorQsnFrButtonPressedHoldB = 0x2776,
+ EAknsMinorQsnFrButtonPressedHoldL = 0x2777,
+ EAknsMinorQsnFrButtonPressedHoldR = 0x2778,
+ EAknsMinorQsnFrButtonPressedHoldCenter = 0x2779,
+
+
+ // Qsn Fr Button Pressed Reject
+ EAknsMinorQsnFrButtonPressedReject = 0x277a,
+ EAknsMinorQsnFrButtonPressedRejectTl = 0x277b,
+ EAknsMinorQsnFrButtonPressedRejectTr = 0x277c,
+ EAknsMinorQsnFrButtonPressedRejectBl = 0x277d,
+ EAknsMinorQsnFrButtonPressedRejectBr = 0x277e,
+ EAknsMinorQsnFrButtonPressedRejectT = 0x277f,
+ EAknsMinorQsnFrButtonPressedRejectB = 0x2780,
+ EAknsMinorQsnFrButtonPressedRejectL = 0x2781,
+ EAknsMinorQsnFrButtonPressedRejectR = 0x2782,
+ EAknsMinorQsnFrButtonPressedRejectCenter = 0x2783,
+
+
+ // Qsn Fr Keypad Button Inactive
+ EAknsMinorQsnFrKeypadButtonInactive = 0x2784,
+ EAknsMinorQsnFrKeypadButtonInactiveTl = 0x2785,
+ EAknsMinorQsnFrKeypadButtonInactiveTr = 0x2786,
+ EAknsMinorQsnFrKeypadButtonInactiveBl = 0x2787,
+ EAknsMinorQsnFrKeypadButtonInactiveBr = 0x2788,
+ EAknsMinorQsnFrKeypadButtonInactiveT = 0x2789,
+ EAknsMinorQsnFrKeypadButtonInactiveB = 0x278a,
+ EAknsMinorQsnFrKeypadButtonInactiveL = 0x278b,
+ EAknsMinorQsnFrKeypadButtonInactiveR = 0x278c,
+ EAknsMinorQsnFrKeypadButtonInactiveCenter = 0x278d,
+
+
+ // Qsn Fr Keypad Button Normal
+ EAknsMinorQsnFrKeypadButtonNormal = 0x278e,
+ EAknsMinorQsnFrKeypadButtonNormalTl = 0x278f,
+ EAknsMinorQsnFrKeypadButtonNormalTr = 0x2790,
+ EAknsMinorQsnFrKeypadButtonNormalBl = 0x2791,
+ EAknsMinorQsnFrKeypadButtonNormalBr = 0x2792,
+ EAknsMinorQsnFrKeypadButtonNormalT = 0x2793,
+ EAknsMinorQsnFrKeypadButtonNormalB = 0x2794,
+ EAknsMinorQsnFrKeypadButtonNormalL = 0x2795,
+ EAknsMinorQsnFrKeypadButtonNormalR = 0x2796,
+ EAknsMinorQsnFrKeypadButtonNormalCenter = 0x2797,
+
+
+ // Qsn Fr Keypad Button Pressed
+ EAknsMinorQsnFrKeypadButtonPressed = 0x2798,
+ EAknsMinorQsnFrKeypadButtonPressedTl = 0x2799,
+ EAknsMinorQsnFrKeypadButtonPressedTr = 0x279a,
+ EAknsMinorQsnFrKeypadButtonPressedBl = 0x279b,
+ EAknsMinorQsnFrKeypadButtonPressedBr = 0x279c,
+ EAknsMinorQsnFrKeypadButtonPressedT = 0x279d,
+ EAknsMinorQsnFrKeypadButtonPressedB = 0x279e,
+ EAknsMinorQsnFrKeypadButtonPressedL = 0x279f,
+ EAknsMinorQsnFrKeypadButtonPressedR = 0x27a0,
+ EAknsMinorQsnFrKeypadButtonPressedCenter = 0x27a1,
+
+
+ // Qgn Home Wm Button Pressed
+ EAknsMinorQgnHomeWmButtonPressed = 0x27a2,
+ EAknsMinorQgnHomeWmButtonPressedTl = 0x27a3,
+ EAknsMinorQgnHomeWmButtonPressedTr = 0x27a4,
+ EAknsMinorQgnHomeWmButtonPressedBl = 0x27a5,
+ EAknsMinorQgnHomeWmButtonPressedBr = 0x27a6,
+ EAknsMinorQgnHomeWmButtonPressedT = 0x27a7,
+ EAknsMinorQgnHomeWmButtonPressedB = 0x27a8,
+ EAknsMinorQgnHomeWmButtonPressedL = 0x27a9,
+ EAknsMinorQgnHomeWmButtonPressedR = 0x27aa,
+ EAknsMinorQgnHomeWmButtonPressedCenter = 0x27ab,
+
+
+ // Colours
+ /**
+ * Component colour groups color table item.
+ *
+ * @par Note:
+ * From release 2.8 onwards, this element is only provided for backwards
+ * compatibility.
+ *
+ * @since 2.0
+ */
+ EAknsMinorQsnComponentColors = 0x3000,
+
+ /**
+ * Color bitmap item for a specific component colour group.
+ *
+ * @par Note:
+ * From release 2.8 onwards, this element is only provided for backwards
+ * compatibility.
+ *
+ * @since 2.0
+ */
+ EAknsMinorQsnComponentColorBmpCG1 = 0x3001,
+
+ /**
+ * Color bitmap item for a specific component colour group.
+ *
+ * @par Note:
+ * From release 2.8 onwards, this element is only provided for backwards
+ * compatibility.
+ *
+ * @since 2.0
+ */
+ EAknsMinorQsnComponentColorBmpCG2 = 0x3002,
+
+ /**
+ * Color bitmap item for a specific component colour group.
+ *
+ * @par Note:
+ * From release 2.8 onwards, this element is only provided for backwards
+ * compatibility.
+ *
+ * @since 2.0
+ */
+ EAknsMinorQsnComponentColorBmpCG3 = 0x3003,
+
+ /**
+ * Color bitmap item for a specific component colour group.
+ *
+ * @par Note:
+ * From release 2.8 onwards, this element is only provided for backwards
+ * compatibility.
+ *
+ * @since 2.0
+ */
+ EAknsMinorQsnComponentColorBmpCG4 = 0x3004,
+
+ /**
+ * Color bitmap item for a specific component colour group.
+ *
+ * @par Note:
+ * From release 2.8 onwards, this element is only provided for backwards
+ * compatibility.
+ *
+ * @since 2.0
+ */
+ EAknsMinorQsnComponentColorBmpCG5 = 0x3005,
+
+ /**
+ * Color bitmap item for a specific component colour group.
+ *
+ * @par Note:
+ * From release 2.8 onwards, this element is only provided for backwards
+ * compatibility.
+ *
+ * @since 2.0
+ */
+ EAknsMinorQsnComponentColorBmpCG6a = 0x3006,
+
+ /**
+ * Color bitmap item for a specific component colour group.
+ *
+ * @par Note:
+ * From release 2.8 onwards, this element is only provided for backwards
+ * compatibility.
+ *
+ * @since 2.0
+ */
+ EAknsMinorQsnComponentColorBmpCG6b = 0x3007,
+
+ /**
+ * Scroll indicator color table item.
+ *
+ * @since 2.0
+ */
+ EAknsMinorQsnScrollColors = 0x3100,
+
+ // Extended skinning colours
+ /**
+ * Icon colour groups color table item.
+ *
+ * @since 2.8
+ */
+ EAknsMinorQsnIconColors = 0x3200,
+
+ /**
+ * Text colour groups color table item.
+ *
+ * @since 2.8
+ */
+ EAknsMinorQsnTextColors = 0x3300,
+
+ /**
+ * Line colour groups color table item.
+ *
+ * @since 2.8
+ */
+ EAknsMinorQsnLineColors = 0x3400,
+
+ /**
+ * Other colour groups color table item.
+ *
+ * @since 2.8
+ */
+ EAknsMinorQsnOtherColors = 0x3500,
+
+ /**
+ * Highlight colour groups color table item.
+ *
+ * @since 2.8
+ */
+ EAknsMinorQsnHighlightColors = 0x3600,
+
+ /**
+ * Parent colour groups (that are used if no component-specific color
+ * is available) color table item.
+ *
+ * @since 2.8
+ */
+ EAknsMinorQsnParentColors = 0x3700,
+
+ // Analogue clock
+ EAknsMinorQsnCpClockAnalogueFace1 = 0x4000,
+ EAknsMinorQsnCpClockAnalogueFace1MaskIcon = 0x4003,
+ EAknsMinorQsnCpClockAnalogueFace1MaskSoft = 0x4003, // Obsolete alias for <ref>MaskIcon
+ EAknsMinorQsnCpClockAnalogueBorderNum = 0x4001,
+ EAknsMinorQsnCpClockAnalogueFace2 = 0x4002,
+ EAknsMinorQsnCpClockAnalogueFace2MaskIcon = 0x4004,
+ EAknsMinorQsnCpClockAnalogueFace2MaskSoft = 0x4004, // Obsolete alias for <ref>MaskIcon
+ EAknsMinorQsnCpClockAnaloguePointerHour = 0x4005,
+ EAknsMinorQsnCpClockAnaloguePointerMinute = 0x4006,
+
+ // Obsolete digital clock graphics
+ EAknsMinorQsnCpClockDigitalZero = 0x4010,
+ EAknsMinorQsnCpClockDigitalOne = 0x4011,
+ EAknsMinorQsnCpClockDigitalTwo = 0x4012,
+ EAknsMinorQsnCpClockDigitalThree = 0x4013,
+ EAknsMinorQsnCpClockDigitalFour = 0x4014,
+ EAknsMinorQsnCpClockDigitalFive = 0x4015,
+ EAknsMinorQsnCpClockDigitalSix = 0x4016,
+ EAknsMinorQsnCpClockDigitalSeven = 0x4017,
+ EAknsMinorQsnCpClockDigitalEight = 0x4018,
+ EAknsMinorQsnCpClockDigitalNine = 0x4019,
+ EAknsMinorQsnCpClockDigitalStop = 0x401a,
+ EAknsMinorQsnCpClockDigitalColon = 0x401b,
+ EAknsMinorQsnCpClockDigitalZeroMaskSoft = 0x4020,
+ EAknsMinorQsnCpClockDigitalOneMaskSoft = 0x4021,
+ EAknsMinorQsnCpClockDigitalTwoMaskSoft = 0x4022,
+ EAknsMinorQsnCpClockDigitalThreeMaskSoft = 0x4023,
+ EAknsMinorQsnCpClockDigitalFourMaskSoft = 0x4024,
+ EAknsMinorQsnCpClockDigitalFiveMaskSoft = 0x4025,
+ EAknsMinorQsnCpClockDigitalSixMaskSoft = 0x4026,
+ EAknsMinorQsnCpClockDigitalSevenMaskSoft = 0x4027,
+ EAknsMinorQsnCpClockDigitalEightMaskSoft = 0x4028,
+ EAknsMinorQsnCpClockDigitalNineMaskSoft = 0x4029,
+ EAknsMinorQsnCpClockDigitalStopMaskSoft = 0x402a,
+ EAknsMinorQsnCpClockDigitalColonMaskSoft = 0x402b,
+ EAknsMinorQsnCpClockDigitalZeroMaskHard = 0x4030,
+ EAknsMinorQsnCpClockDigitalOneMaskHard = 0x4031,
+ EAknsMinorQsnCpClockDigitalTwoMaskHard = 0x4032,
+ EAknsMinorQsnCpClockDigitalThreeMaskHard = 0x4033,
+ EAknsMinorQsnCpClockDigitalFourMaskHard = 0x4034,
+ EAknsMinorQsnCpClockDigitalFiveMaskHard = 0x4035,
+ EAknsMinorQsnCpClockDigitalSixMaskHard = 0x4036,
+ EAknsMinorQsnCpClockDigitalSevenMaskHard = 0x4037,
+ EAknsMinorQsnCpClockDigitalEightMaskHard = 0x4038,
+ EAknsMinorQsnCpClockDigitalNineMaskHard = 0x4039,
+ EAknsMinorQsnCpClockDigitalStopMaskHard = 0x403a,
+ EAknsMinorQsnCpClockDigitalColonMaskHard = 0x403b,
+ EAknsMinorQsnCpClockDigitalAhZero = 0x4110,
+ EAknsMinorQsnCpClockDigitalAhOne = 0x4111,
+ EAknsMinorQsnCpClockDigitalAhTwo = 0x4112,
+ EAknsMinorQsnCpClockDigitalAhThree = 0x4113,
+ EAknsMinorQsnCpClockDigitalAhFour = 0x4114,
+ EAknsMinorQsnCpClockDigitalAhFive = 0x4115,
+ EAknsMinorQsnCpClockDigitalAhSix = 0x4116,
+ EAknsMinorQsnCpClockDigitalAhSeven = 0x4117,
+ EAknsMinorQsnCpClockDigitalAhEight = 0x4118,
+ EAknsMinorQsnCpClockDigitalAhNine = 0x4119,
+ EAknsMinorQsnCpClockDigitalAhStop = 0x411a,
+ EAknsMinorQsnCpClockDigitalAhColon = 0x411b,
+ EAknsMinorQsnCpClockDigitalAhZeroMaskSoft = 0x4120,
+ EAknsMinorQsnCpClockDigitalAhOneMaskSoft = 0x4121,
+ EAknsMinorQsnCpClockDigitalAhTwoMaskSoft = 0x4122,
+ EAknsMinorQsnCpClockDigitalAhThreeMaskSoft = 0x4123,
+ EAknsMinorQsnCpClockDigitalAhFourMaskSoft = 0x4124,
+ EAknsMinorQsnCpClockDigitalAhFiveMaskSoft = 0x4125,
+ EAknsMinorQsnCpClockDigitalAhSixMaskSoft = 0x4126,
+ EAknsMinorQsnCpClockDigitalAhSevenMaskSoft = 0x4127,
+ EAknsMinorQsnCpClockDigitalAhEightMaskSoft = 0x4128,
+ EAknsMinorQsnCpClockDigitalAhNineMaskSoft = 0x4129,
+ EAknsMinorQsnCpClockDigitalAhStopMaskSoft = 0x412a,
+ EAknsMinorQsnCpClockDigitalAhColonMaskSoft = 0x412b,
+ EAknsMinorQsnCpClockDigitalAhZeroMaskHard = 0x4130,
+ EAknsMinorQsnCpClockDigitalAhOneMaskHard = 0x4131,
+ EAknsMinorQsnCpClockDigitalAhTwoMaskHard = 0x4132,
+ EAknsMinorQsnCpClockDigitalAhThreeMaskHard = 0x4133,
+ EAknsMinorQsnCpClockDigitalAhFourMaskHard = 0x4134,
+ EAknsMinorQsnCpClockDigitalAhFiveMaskHard = 0x4135,
+ EAknsMinorQsnCpClockDigitalAhSixMaskHard = 0x4136,
+ EAknsMinorQsnCpClockDigitalAhSevenMaskHard = 0x4137,
+ EAknsMinorQsnCpClockDigitalAhEightMaskHard = 0x4138,
+ EAknsMinorQsnCpClockDigitalAhNineMaskHard = 0x4139,
+ EAknsMinorQsnCpClockDigitalAhStopMaskHard = 0x413a,
+ EAknsMinorQsnCpClockDigitalAhColonMaskHard = 0x413b,
+
+ // New digital clock digits (softmasked with halo, and white shape on black bg)
+ EAknsMinorQsnCpClockDigitalNewZero = 0x4210,
+ EAknsMinorQsnCpClockDigitalNewOne = 0x4211,
+ EAknsMinorQsnCpClockDigitalNewTwo = 0x4212,
+ EAknsMinorQsnCpClockDigitalNewThree = 0x4213,
+ EAknsMinorQsnCpClockDigitalNewFour = 0x4214,
+ EAknsMinorQsnCpClockDigitalNewFive = 0x4215,
+ EAknsMinorQsnCpClockDigitalNewSix = 0x4216,
+ EAknsMinorQsnCpClockDigitalNewSeven = 0x4217,
+ EAknsMinorQsnCpClockDigitalNewEight = 0x4218,
+ EAknsMinorQsnCpClockDigitalNewNine = 0x4219,
+ EAknsMinorQsnCpClockDigitalNewStop = 0x421a,
+ EAknsMinorQsnCpClockDigitalNewColon = 0x421b,
+ EAknsMinorQsnCpClockDigitalNewZeroShape = 0x4220,
+ EAknsMinorQsnCpClockDigitalNewOneShape = 0x4221,
+ EAknsMinorQsnCpClockDigitalNewTwoShape = 0x4222,
+ EAknsMinorQsnCpClockDigitalNewThreeShape = 0x4223,
+ EAknsMinorQsnCpClockDigitalNewFourShape = 0x4224,
+ EAknsMinorQsnCpClockDigitalNewFiveShape = 0x4225,
+ EAknsMinorQsnCpClockDigitalNewSixShape = 0x4226,
+ EAknsMinorQsnCpClockDigitalNewSevenShape = 0x4227,
+ EAknsMinorQsnCpClockDigitalNewEightShape = 0x4228,
+ EAknsMinorQsnCpClockDigitalNewNineShape = 0x4229,
+ EAknsMinorQsnCpClockDigitalNewStopShape = 0x422a,
+ EAknsMinorQsnCpClockDigitalNewColonShape = 0x422b,
+
+ // New Arabic-Indic digital clock digits (softmasked with halo, and white shape on black bg)
+ EAknsMinorQsnCpClockDigitalAhNewZero = 0x4310,
+ EAknsMinorQsnCpClockDigitalAhNewOne = 0x4311,
+ EAknsMinorQsnCpClockDigitalAhNewTwo = 0x4312,
+ EAknsMinorQsnCpClockDigitalAhNewThree = 0x4313,
+ EAknsMinorQsnCpClockDigitalAhNewFour = 0x4314,
+ EAknsMinorQsnCpClockDigitalAhNewFive = 0x4315,
+ EAknsMinorQsnCpClockDigitalAhNewSix = 0x4316,
+ EAknsMinorQsnCpClockDigitalAhNewSeven = 0x4317,
+ EAknsMinorQsnCpClockDigitalAhNewEight = 0x4318,
+ EAknsMinorQsnCpClockDigitalAhNewNine = 0x4319,
+ EAknsMinorQsnCpClockDigitalAhNewStop = 0x431a,
+ EAknsMinorQsnCpClockDigitalAhNewColon = 0x431b,
+ EAknsMinorQsnCpClockDigitalAhNewZeroShape = 0x4320,
+ EAknsMinorQsnCpClockDigitalAhNewOneShape = 0x4321,
+ EAknsMinorQsnCpClockDigitalAhNewTwoShape = 0x4322,
+ EAknsMinorQsnCpClockDigitalAhNewThreeShape = 0x4323,
+ EAknsMinorQsnCpClockDigitalAhNewFourShape = 0x4324,
+ EAknsMinorQsnCpClockDigitalAhNewFiveShape = 0x4325,
+ EAknsMinorQsnCpClockDigitalAhNewSixShape = 0x4326,
+ EAknsMinorQsnCpClockDigitalAhNewSevenShape = 0x4327,
+ EAknsMinorQsnCpClockDigitalAhNewEightShape = 0x4328,
+ EAknsMinorQsnCpClockDigitalAhNewNineShape = 0x4329,
+ EAknsMinorQsnCpClockDigitalAhNewStopShape = 0x432a,
+ EAknsMinorQsnCpClockDigitalAhNewColonShape = 0x432b,
+
+ // Notepad frame
+ EAknsMinorQsnFrNotepad = 0x5000,
+ EAknsMinorQsnFrNotepadCornerTl = 0x5001,
+ EAknsMinorQsnFrNotepadCornerTr = 0x5002,
+ EAknsMinorQsnFrNotepadCornerBl = 0x5003,
+ EAknsMinorQsnFrNotepadCornerBr = 0x5004,
+ EAknsMinorQsnFrNotepadSideT = 0x5005,
+ EAknsMinorQsnFrNotepadSideB = 0x5006,
+ EAknsMinorQsnFrNotepadSideL = 0x5007,
+ EAknsMinorQsnFrNotepadSideR = 0x5008,
+ EAknsMinorQsnFrNotepadCenter = 0x5009,
+
+ // Notepad "cont" frame
+ EAknsMinorQsnFrNotepadCont = 0x5010,
+ EAknsMinorQsnFrNotepadContCornerTl = 0x5011,
+ EAknsMinorQsnFrNotepadContCornerTr = 0x5012,
+ EAknsMinorQsnFrNotepadContCornerBl = 0x5013,
+ EAknsMinorQsnFrNotepadContCornerBr = 0x5014,
+ EAknsMinorQsnFrNotepadContSideT = 0x5015,
+ EAknsMinorQsnFrNotepadContSideB = 0x5016,
+ EAknsMinorQsnFrNotepadContSideL = 0x5017,
+ EAknsMinorQsnFrNotepadContSideR = 0x5018,
+ EAknsMinorQsnFrNotepadContCenter = 0x5019,
+
+ // Calculator paper frame
+ EAknsMinorQsnFrCalcPaper = 0x5100,
+ EAknsMinorQsnFrCalcPaperCornerTl = 0x5101,
+ EAknsMinorQsnFrCalcPaperCornerTr = 0x5102,
+ EAknsMinorQsnFrCalcPaperCornerBl = 0x5103,
+ EAknsMinorQsnFrCalcPaperCornerBr = 0x5104,
+ EAknsMinorQsnFrCalcPaperSideT = 0x5105,
+ EAknsMinorQsnFrCalcPaperSideB = 0x5106,
+ EAknsMinorQsnFrCalcPaperSideL = 0x5107,
+ EAknsMinorQsnFrCalcPaperSideR = 0x5108,
+ EAknsMinorQsnFrCalcPaperCenter = 0x5109,
+
+ // Calculator display parts
+ EAknsMinorQsnFrCalcDisplaySideL = 0x5117,
+ EAknsMinorQsnFrCalcDisplaySideR = 0x5118,
+ EAknsMinorQsnFrCalcDisplayCenter = 0x5119,
+
+ // Button frame
+ EAknsMinorQsnFrSelButton = 0x5200,
+ EAknsMinorQsnFrSelButtonCornerTl = 0x5201,
+ EAknsMinorQsnFrSelButtonCornerTr = 0x5202,
+ EAknsMinorQsnFrSelButtonCornerBl = 0x5203,
+ EAknsMinorQsnFrSelButtonCornerBr = 0x5204,
+ EAknsMinorQsnFrSelButtonSideT = 0x5205,
+ EAknsMinorQsnFrSelButtonSideB = 0x5206,
+ EAknsMinorQsnFrSelButtonSideL = 0x5207,
+ EAknsMinorQsnFrSelButtonSideR = 0x5208,
+ EAknsMinorQsnFrSelButtonCenter = 0x5209,
+
+ // Info popup frame
+ EAknsMinorQsnFrPopupPreview = 0x5300,
+
+
+ // Transparent popup
+ EAknsMinorQgnGrafPopupTrans = 0x5400,
+
+ /**
+ * Highlight animation for grids.
+ *
+ * @since 3.0
+ */
+ EAknsMinorQsnAnimGrid = 0x6000,
+ /**
+ * Highlight animation for generic lists (includes ColumnListBox, Form and
+ * OptionsMenu).
+ * TODO: Declaring animations for Form, ColumnListBox and OptionsMenu
+ * separately.
+ *
+ * @since 3.0
+ */
+ EAknsMinorQsnAnimList = 0x6001,
+ /**
+ * Highlight animation for settings list item editing list (you know, the
+ * one that has radio buttons and all).
+ *
+ * @since 3.0
+ */
+ EAknsMinorQsnAnimSetOptFoc = 0x6002,
+
+ // Bitmap animations which are not tied to resource IDs
+ // these animations _must_ be defined by the default
+ // system skin
+ EAknsMinorQgnGrafLongPressAnim = 0x7000,
+ // Midp alarm animation
+ EAknsMinorQgnNoteAlarmAlertAnim = 0x8000,
+
+ // ESeries frames
+ EAknsMinorQgnFsAction = 0x8100,
+ EAknsMinorQgnFsActionCornerTl = 0x8101,
+ EAknsMinorQgnFsActionCornerTr = 0x8102,
+ EAknsMinorQgnFsActionCornerBl = 0x8103,
+ EAknsMinorQgnFsActionCornerBr = 0x8104,
+ EAknsMinorQgnFsActionSideT = 0x8105,
+ EAknsMinorQgnFsActionSideB = 0x8106,
+ EAknsMinorQgnFsActionSideL = 0x8107,
+ EAknsMinorQgnFsActionSideR = 0x8108,
+ EAknsMinorQgnFsActionCenter = 0x8109,
+
+ EAknsMinorQgnFsCaleWeekHighBottom = 0x8200,
+ EAknsMinorQgnFsCaleWeekHighBottomCornerTl = 0x8201,
+ EAknsMinorQgnFsCaleWeekHighBottomCornerTr = 0x8202,
+ EAknsMinorQgnFsCaleWeekHighBottomCornerBl = 0x8203,
+ EAknsMinorQgnFsCaleWeekHighBottomCornerBr = 0x8204,
+ EAknsMinorQgnFsCaleWeekHighBottomSideT = 0x8205,
+ EAknsMinorQgnFsCaleWeekHighBottomSideB = 0x8206,
+ EAknsMinorQgnFsCaleWeekHighBottomSideL = 0x8207,
+ EAknsMinorQgnFsCaleWeekHighBottomSideR = 0x8208,
+ EAknsMinorQgnFsCaleWeekHighBottomCenter = 0x8209,
+
+ EAknsMinorQgnFsCaleWeekHigh = 0x8300,
+ EAknsMinorQgnFsCaleWeekHighCornerTl = 0x8301,
+ EAknsMinorQgnFsCaleWeekHighCornerTr = 0x8302,
+ EAknsMinorQgnFsCaleWeekHighCornerBl = 0x8303,
+ EAknsMinorQgnFsCaleWeekHighCornerBr = 0x8304,
+ EAknsMinorQgnFsCaleWeekHighSideT = 0x8305,
+ EAknsMinorQgnFsCaleWeekHighSideB = 0x8306,
+ EAknsMinorQgnFsCaleWeekHighSideL = 0x8307,
+ EAknsMinorQgnFsCaleWeekHighSideR = 0x8308,
+ EAknsMinorQgnFsCaleWeekHighCenter = 0x8309,
+
+ EAknsMinorQgnFsCaleWeekHighTop = 0x8400,
+ EAknsMinorQgnFsCaleWeekHighTopCornerTl = 0x8401,
+ EAknsMinorQgnFsCaleWeekHighTopCornerTr = 0x8402,
+ EAknsMinorQgnFsCaleWeekHighTopCornerBl = 0x8403,
+ EAknsMinorQgnFsCaleWeekHighTopCornerBr = 0x8404,
+ EAknsMinorQgnFsCaleWeekHighTopSideT = 0x8405,
+ EAknsMinorQgnFsCaleWeekHighTopSideB = 0x8406,
+ EAknsMinorQgnFsCaleWeekHighTopSideL = 0x8407,
+ EAknsMinorQgnFsCaleWeekHighTopSideR = 0x8408,
+ EAknsMinorQgnFsCaleWeekHighTopCenter = 0x8409,
+
+ EAknsMinorQgnFsGrid = 0x8500,
+ EAknsMinorQgnFsGridCornerTl = 0x8501,
+ EAknsMinorQgnFsGridCornerTr = 0x8502,
+ EAknsMinorQgnFsGridCornerBl = 0x8503,
+ EAknsMinorQgnFsGridCornerBr = 0x8504,
+ EAknsMinorQgnFsGridSideT = 0x8505,
+ EAknsMinorQgnFsGridSideL = 0x8506,
+ EAknsMinorQgnFsGridSideR = 0x8507,
+ EAknsMinorQgnFsGridSideB = 0x8508,
+ EAknsMinorQgnFsGridCenter = 0x8509,
+
+ EAknsMinorQgnFsInput = 0x8600,
+ EAknsMinorQgnFsInputCornerTl = 0x8601,
+ EAknsMinorQgnFsInputCornerTr = 0x8602,
+ EAknsMinorQgnFsInputCornerBl = 0x8603,
+ EAknsMinorQgnFsInputCornerBr = 0x8604,
+ EAknsMinorQgnFsInputSideT = 0x8605,
+ EAknsMinorQgnFsInputSideL = 0x8606,
+ EAknsMinorQgnFsInputSideR = 0x8607,
+ EAknsMinorQgnFsInputSideB = 0x8608,
+ EAknsMinorQgnFsInputCenter = 0x8609,
+
+ EAknsMinorQgnFsList = 0x8700,
+ EAknsMinorQgnFsListCornerTl = 0x8701,
+ EAknsMinorQgnFsListCornerTr = 0x8702,
+ EAknsMinorQgnFsListCornerBl = 0x8703,
+ EAknsMinorQgnFsListCornerBr = 0x8704,
+ EAknsMinorQgnFsListSideT = 0x8705,
+ EAknsMinorQgnFsListSideL = 0x8706,
+ EAknsMinorQgnFsListSideR = 0x8707,
+ EAknsMinorQgnFsListSideB = 0x8708,
+ EAknsMinorQgnFsListCenter = 0x8709
+ };
+
+// ----------------------------------------------------------------------------
+// EAknsMajorAvkon item IDs
+// ----------------------------------------------------------------------------
+
+/**
+* Minor values for item IDs in EAknsMajorAvkon major class.
+*
+* @since 2.0
+*/
+enum TAknsMinorAvkonValue
+ {
+
+ // Icon group "gene"
+ EAknsMinorQgnIndiScrollUpMask = 0x106,
+ EAknsMinorQgnIndiScrollDownMask = 0x107,
+ EAknsMinorQgnIndiSignalStrength = 0x24,
+ EAknsMinorQgnIndiBatteryStrength = 0x26,
+ EAknsMinorQgnIndiNoSignal = 0x1d6,
+ EAknsMinorQgnIndiFindGlass = 0x4c,
+ EAknsMinorQgnPropCheckboxOff = 0x7a,
+ EAknsMinorQgnPropCheckboxOn = 0x78,
+ EAknsMinorQgnPropFolderSmall = 0x86,
+ EAknsMinorQgnPropGroupSmall = 0x80,
+ EAknsMinorQgnPropRadiobuttOff = 0x7e,
+ EAknsMinorQgnPropRadiobuttOn = 0x7c,
+ EAknsMinorQgnPropFolderLarge = 0x8a,
+ EAknsMinorQgnPropFolderMedium = 0x88,
+ EAknsMinorQgnPropGroupLarge = 0x84,
+ EAknsMinorQgnPropGroupMedium = 0x82,
+ EAknsMinorQgnPropUnsupportedFile = 0x1020,
+ EAknsMinorQgnPropFolderGms = 0x1021,
+ EAknsMinorQgnPropFmgrFileGame = 0x1030,
+ EAknsMinorQgnPropFmgrFileOther = 0x1031,
+ EAknsMinorQgnPropFolderCurrent = 0x1040,
+ EAknsMinorQgnPropFolderSubSmall = 0x1041,
+ EAknsMinorQgnPropFolderAppsMedium = 0x1042,
+ EAknsMinorQgnMenuFolderApps = 0x1042, // Intentional alias to QgnPropFolderAppsMedium
+ EAknsMinorQgnPropFolderSubMedium = 0x1043,
+ EAknsMinorQgnPropFolderImages = 0x1044,
+ EAknsMinorQgnPropFolderMmsTemp = 0x1045,
+ EAknsMinorQgnPropFolderSounds = 0x1046,
+ EAknsMinorQgnPropFolderSubLarge = 0x1047,
+ EAknsMinorQgnPropFolderVideo = 0x1048,
+ EAknsMinorQgnPropImFrom = 0x1050,
+ EAknsMinorQgnPropImTome = 0x1051,
+ EAknsMinorQgnPropNrtypAddress = 0x90,
+ EAknsMinorQgnPropNrtypCompAddress = 0x1100,
+ EAknsMinorQgnPropNrtypHomeAddress = 0x1101,
+ EAknsMinorQgnPropNrtypDate = 0x1102,
+ EAknsMinorQgnPropNrtypEmail = 0x92,
+ EAknsMinorQgnPropNrtypFax = 0x94,
+ EAknsMinorQgnPropNrtypMobile = 0x98,
+ EAknsMinorQgnPropNrtypNote = 0x9a,
+ EAknsMinorQgnPropNrtypPager = 0x9c,
+ EAknsMinorQgnPropNrtypPhone = 0x9e,
+ EAknsMinorQgnPropNrtypTone = 0x1103,
+ EAknsMinorQgnPropNrtypUrl = 0xa0,
+ EAknsMinorQgnIndiSubmenu = 0x1ce,
+ EAknsMinorQgnIndiOnimageAudio = 0x1060,
+ EAknsMinorQgnPropFolderDigital = 0x1070,
+ EAknsMinorQgnPropFolderSimple = 0x1071,
+ EAknsMinorQgnPropFolderPres = 0x1072,
+ EAknsMinorQgnPropFileVideo = 0x1080,
+ EAknsMinorQgnPropFileAudio = 0x1081,
+ EAknsMinorQgnPropFileRam = 0x1082,
+ EAknsMinorQgnPropFilePlaylist = 0x1083,
+ EAknsMinorQgnPropWmlFolderLinkSeamless = 0x10a0,
+ EAknsMinorQgnIndiFindGoto = 0x228,
+
+ // Icon group "tab"
+ EAknsMinorQgnGrafTab21 = 0x0,
+ EAknsMinorQgnGrafTab22 = 0x2,
+ EAknsMinorQgnGrafTab31 = 0x4,
+ EAknsMinorQgnGrafTab32 = 0x6,
+ EAknsMinorQgnGrafTab33 = 0x8,
+ EAknsMinorQgnGrafTab41 = 0xa,
+ EAknsMinorQgnGrafTab42 = 0xc,
+ EAknsMinorQgnGrafTab43 = 0xe,
+ EAknsMinorQgnGrafTab44 = 0x10,
+ EAknsMinorQgnGrafTabLong21 = 0x12,
+ EAknsMinorQgnGrafTabLong22 = 0x14,
+ EAknsMinorQgnGrafTabLong31 = 0x16,
+ EAknsMinorQgnGrafTabLong32 = 0x18,
+ EAknsMinorQgnGrafTabLong33 = 0x1a,
+
+ // Tab icons for A&H
+ EAknsMinorQgnPropFolderTab1 = 0x1300,
+ EAknsMinorQgnPropFolderHelpTab1 = 0x1301,
+ EAknsMinorQgnPropHelpOpenTab1 = 0x130b,
+ EAknsMinorQgnPropFolderImageTab1 = 0x1302,
+ EAknsMinorQgnPropFolderMessageTab1 = 0x1303,
+ EAknsMinorQgnPropFolderMessageAttachTab1 = 0x1304,
+ EAknsMinorQgnPropFolderMessageAudioTab1 = 0x1305,
+ EAknsMinorQgnPropFolderMessageObjectTab1 = 0x1306,
+ EAknsMinorQgnPropNoteListAlphaTab2 = 0x1307,
+ EAknsMinorQgnPropListKeywordTab2 = 0x130c,
+ EAknsMinorQgnPropNoteListTimeTab2 = 0x1308,
+ EAknsMinorQgnPropMceDocTab4 = 0x1309,
+ EAknsMinorQgnPropFolderTab = 0x130a,
+ EAknsMinorQgnPropListKeywordArabicTab2 = 0x1900,
+ EAknsMinorQgnPropListKeywordHebrewTab2 = 0x1901,
+ EAknsMinorQgnPropNoteListAlphaArabicTab2 = 0x1910,
+ EAknsMinorQgnPropNoteListAlphaHebrewTab2 = 0x1911,
+
+ // Icon group "bt"
+ EAknsMinorQgnPropBtAudio = 0x1b7,
+ EAknsMinorQgnPropBtUnknown = 0x118,
+
+ // Icon group "mce"
+ EAknsMinorQgnPropFolderSmallNew = 0x8c,
+ EAknsMinorQgnPropFolderTemp = 0x8e,
+ EAknsMinorQgnPropMceUnknownRead = 0x1200,
+ EAknsMinorQgnPropMceUnknownUnread = 0x1201,
+ EAknsMinorQgnPropMceBtUnread = 0x1202,
+ EAknsMinorQgnPropMceDocSmall = 0x1203,
+ EAknsMinorQgnPropMceDocumentsNewSub = 0x1280,
+ EAknsMinorQgnPropMceDocumentsSub = 0x1281,
+ EAknsMinorQgnPropFolderSubs = 0x1282,
+ EAknsMinorQgnPropFolderSubsNew = 0x1283,
+ EAknsMinorQgnPropFolderSubSubs = 0x1284,
+ EAknsMinorQgnPropFolderSubSubsNew = 0x1285,
+ EAknsMinorQgnPropFolderSubUnsubsNew = 0x1286,
+ EAknsMinorQgnPropFolderUnsubsNew = 0x1287,
+ EAknsMinorQgnPropMceWriteSub = 0x1288,
+ EAknsMinorQgnPropMceInboxSub = 0x1289,
+ EAknsMinorQgnPropMceInboxNewSub = 0x128a,
+ EAknsMinorQgnPropMceRemoteSub = 0x128b,
+ EAknsMinorQgnPropMceRemoteNewSub = 0x128c,
+ EAknsMinorQgnPropMceSentSub = 0x128f,
+ EAknsMinorQgnPropMceOutboxSub = 0x1290,
+ EAknsMinorQgnPropMceDrSub = 0x1291,
+
+ // Icon group "log"
+ EAknsMinorQgnPropLogCallsSub = 0x1a00,
+ EAknsMinorQgnPropLogMissedSub = 0x1a01,
+ EAknsMinorQgnPropLogInSub = 0x1a02,
+ EAknsMinorQgnPropLogOutSub = 0x1a03,
+ EAknsMinorQgnPropLogTimersSub = 0x1a04,
+ EAknsMinorQgnPropLogTimerCallLast = 0x1a05,
+ EAknsMinorQgnPropLogTimerCallOut = 0x1a06,
+ EAknsMinorQgnPropLogTimerCallIn = 0x1a07,
+ EAknsMinorQgnPropLogTimerCallAll = 0x1a08,
+ EAknsMinorQgnPropLogGprsSub = 0x1a09,
+ EAknsMinorQgnPropLogGprsSent = 0x1a0a,
+ EAknsMinorQgnPropLogGprsReceived = 0x1a0b,
+
+ // Icon group "Camera settings"
+ EAknsMinorQgnPropSetCamsImageSub = 0x1b00,
+ EAknsMinorQgnPropSetCamsVideoSub = 0x1b01,
+
+ // Icon group "realplayer settings"
+ EAknsMinorQgnPropSetMpVideoSub = 0x1c00,
+ EAknsMinorQgnPropSetMpAudioSub = 0x1c01,
+ EAknsMinorQgnPropSetMpStreamSub = 0x1c02,
+
+ // Icon group "chat"
+ EAknsMinorQgnPropImIbox = 0x1d00,
+ EAknsMinorQgnPropImFriends = 0x1d01,
+ EAknsMinorQgnPropImList = 0x1d02,
+
+ // Icon group "dyc"
+ EAknsMinorQgnPropDycPublicSub = 0x1e00,
+ EAknsMinorQgnPropDycPrivateSub = 0x1e01,
+ EAknsMinorQgnPropDycBlockedSub = 0x1e02,
+ EAknsMinorQgnPropDycAvailBig = 0x1e03,
+ EAknsMinorQgnPropDycDiscreetBig = 0x1e04,
+ EAknsMinorQgnPropDycNotAvailBig = 0x1e05,
+ EAknsMinorQgnPropDycNotPublishBig = 0x1e06,
+
+ // Icon group "Settings"
+ EAknsMinorQgnPropSetDeviceSub = 0x1f00,
+ EAknsMinorQgnPropSetCallSub = 0x1f01,
+ EAknsMinorQgnPropSetConnecSub = 0x1f02,
+ EAknsMinorQgnPropSetDatimSub = 0x1f03,
+ EAknsMinorQgnPropSetSecSub = 0x1f04,
+ EAknsMinorQgnPropSetDivSub = 0x1f05,
+ EAknsMinorQgnPropSetBarrSub = 0x1f06,
+ EAknsMinorQgnPropSetNetworkSub = 0x1f07,
+ EAknsMinorQgnPropSetAccessorySub = 0x1f08,
+
+ // Icon group "location"
+ EAknsMinorQgnPropLocSetSub = 0x2200,
+ EAknsMinorQgnPropLocRequestsSub = 0x2201,
+
+ // Icon group "Wallet"
+ EAknsMinorQgnPropWalletServiceSub = 0x2300,
+ EAknsMinorQgnPropWalletTicketsSub = 0x2301,
+ EAknsMinorQgnPropWalletCardsSub = 0x2302,
+ EAknsMinorQgnPropWalletPnotesSub = 0x2304,
+
+ // Icon group "Sync"
+ EAknsMinorQgnPropSmlBt = 0x2400,
+
+ // Icon group "note"
+ EAknsMinorQgnNoteQuery = 0xcc,
+ EAknsMinorQgnNoteAlarmClock = 0xa6,
+ EAknsMinorQgnNoteBattCharging = 0xaa,
+ EAknsMinorQgnNoteBattFull = 0xac,
+ EAknsMinorQgnNoteBattLow = 0xae,
+ EAknsMinorQgnNoteBattNotCharging = 0xb0,
+ EAknsMinorQgnNoteBattRecharge = 0xb2,
+ EAknsMinorQgnNoteErased = 0xba,
+ EAknsMinorQgnNoteError = 0xbc,
+ EAknsMinorQgnNoteFaxpc = 0x1510,
+ EAknsMinorQgnNoteGrps = 0x1511,
+ EAknsMinorQgnNoteInfo = 0xbe,
+ EAknsMinorQgnNoteKeyguard = 0x173,
+ EAknsMinorQgnNoteOk = 0xc8,
+ EAknsMinorQgnNoteProgress = 0xca,
+ EAknsMinorQgnNoteWarning = 0xd6,
+
+ // Icon group "phota"
+ EAknsMinorQgnPropImageNotcreated = 0x1700,
+ EAknsMinorQgnPropImageCorrupted = 0x1701,
+
+ // Icon group "memc"
+ EAknsMinorQgnPropFileSmall = 0x1800,
+ EAknsMinorQgnPropPhoneMemc = 0x1801,
+ EAknsMinorQgnPropMmcMemc = 0x1802,
+ EAknsMinorQgnPropMmcLocked = 0x1803,
+ EAknsMinorQgnPropMmcNon = 0x1804,
+ EAknsMinorQgnPropPhoneMemcLarge = 0x1805,
+ EAknsMinorQgnPropMmcMemcLarge = 0x1806,
+
+ // Other icons
+ EAknsMinorQgnIndiNaviArrowLeft = 0x2a,
+ EAknsMinorQgnIndiNaviArrowRight = 0x2c,
+ EAknsMinorQgnGrafProgressBar = 0x15a,
+ EAknsMinorQgnGrafVorecProgressBar = 0x15c,
+ EAknsMinorQgnGrafVorecBarBackground = 0x15e,
+ EAknsMinorQgnGrafWaitBarBackground = 0x160,
+ EAknsMinorQgnGrafWaitBar1 = 0x162,
+ EAknsMinorQgnGrafSimpdStatusBackg = 0x1600,
+ EAknsMinorQgnGrafPbStatusBackg = 0x1601,
+ EAknsMinorQgnGrafSnoteAdd1 = 0x1610,
+ EAknsMinorQgnGrafSnoteAdd2 = 0x1611,
+
+ // Other icons for A&H
+ EAknsMinorQgnIndiCamsPhoneMemc = 0x1680,
+ EAknsMinorQgnIndiDycDtOtherAdd = 0x1681,
+ EAknsMinorQgnPropFolderDyc = 0x1682,
+ EAknsMinorQgnPropFolderTab2 = 0x1683,
+ EAknsMinorQgnPropLogLogsTab2 = 0x1684,
+ EAknsMinorQgnPropMceDraftsNewSub = 0x1685,
+ EAknsMinorQgnPropMceDraftsSub = 0x1686,
+ EAknsMinorQgnPropWmlFolderAdap = 0x1687,
+
+ // Navi area components
+ EAknsMinorQsnBgNavipaneSolid = 0x1010,
+ EAknsMinorQsnBgNavipaneWipe = 0x170,
+ EAknsMinorQsnBgNavipaneSolidIdle = 0x1011,
+ EAknsMinorQsnBgNavipaneWipeIdle = 0x1012,
+
+ // Bitmaps for animations
+ EAknsMinorQgnNoteQuery2 = 0x2000,
+ EAknsMinorQgnNoteQuery3 = 0x2001,
+ EAknsMinorQgnNoteQuery4 = 0x2002,
+ EAknsMinorQgnNoteQuery5 = 0x2003,
+
+ // Animations
+ EAknsMinorQgnNoteQueryAnim = 0x8cc013e,
+ EAknsMinorQgnNoteBattChargingAnim = 0x8cc0142,
+ EAknsMinorQgnNoteBattFullAnim = 0x8cc0144,
+ EAknsMinorQgnNoteBattLowAnim = 0x8cc0146,
+ EAknsMinorQgnNoteBattNotChargingAnim= 0x8cc0148,
+ EAknsMinorQgnNoteBattRechargeAnim = 0x8cc014a,
+ EAknsMinorQgnNoteErasedAnim = 0x8cc0136,
+ EAknsMinorQgnNoteErrorAnim = 0x8cc013c,
+ EAknsMinorQgnNoteInfoAnim = 0x8cc0138,
+ EAknsMinorQgnNoteKeyguardLockedAnim = 0x8cc014c,
+ EAknsMinorQgnNoteKeyguardOpenAnim = 0x8cc014e,
+ EAknsMinorQgnNoteOkAnim = 0x8cc0134,
+ EAknsMinorQgnNoteWarningAnim = 0x8cc013a,
+ EAknsMinorQgnNoteBtAnim = 0xc34d022,
+ EAknsMinorQgnNoteFaxpcAnim = 0x1f49700b,
+ EAknsMinorQgnGrafBarWaitAnim = 0x8cc0140,
+ EAknsMinorQgnGrafFpsSwipeAnim = 0x8cc0130,
+
+ // Browser animations
+ EAknsMinorQgnMenuWmlAnim = 0x5c512128,
+ EAknsMinorQgnIndiWaitWmlCsdAnim = 0x5c512125,
+ EAknsMinorQgnIndiWaitWmlGprsAnim = 0x5c512127,
+ EAknsMinorQgnIndiWaitWmlHscsdAnim = 0x5c51212b,
+
+ // CLS animations
+ EAknsMinorQgnMenuClsCxtAnim = 0x10ad705d,
+
+ // Telephony Swipe Indicator animations
+ EAknsMinorQgnGrafSwipeindiAnimLeft = 0x8cc0150,
+ EAknsMinorQgnGrafSwipeindiBgLeftAnim = 0x8cc0151,
+ EAknsMinorQgnGrafSwipeindiBgRightAnim = 0x8cc0152,
+ EAknsMinorQgnGrafSwipeindiBlueAnimLeft = 0x8cc0153,
+ EAknsMinorQgnGrafSwipeindiGreenAnimRight = 0x8cc0154,
+ EAknsMinorQgnGrafSwipeindiOrangeAnimLeft = 0x8cc0155,
+ EAknsMinorQgnGrafSwipeindiOrangeAnimRight = 0x8cc0156,
+ EAknsMinorQgnGrafSwipeindiRedAnimLeft = 0x8cc0157,
+ EAknsMinorQgnGrafSwipeindiRedAnimRight = 0x8cc0158
+ };
+
+// ----------------------------------------------------------------------------
+// EAknsMajorAppIconBmpLst item IDs
+// ----------------------------------------------------------------------------
+
+/**
+* Minor values for item IDs in EAknsMajorAppIconBmpLst major class.
+*
+* @since 2.0
+*/
+enum TAknsMinorAppIconBmpLstValue
+ {
+ EAknsMinorQgnMenuBtLst = 0x10005951,
+ EAknsMinorQgnMenuCalcLst = 0x10005902,
+ EAknsMinorQgnMenuCaleLst = 0x10005901,
+ EAknsMinorQgnMenuCamcorderLst = 0x2000,
+ EAknsMinorQgnMenuCamLst = 0x1000593f,
+ // Deprecated - divert application was removed from platform in 2.0.
+ EAknsMinorQgnMenuDivertLst = 0x200b,
+ EAknsMinorQgnMenuGamesLst = 0x2001,
+ EAknsMinorQgnMenuHelpLst = 0x10005234,
+ EAknsMinorQgnMenuIdleLst = 0x100058b3,
+ EAknsMinorQgnMenuImLst = 0x101f4673,
+ EAknsMinorQgnMenuIrLst = 0x1000594D,
+ EAknsMinorQgnMenuLogLst = 0x101f4cd5,
+ EAknsMinorQgnMenuMceLst = 0x100058C5,
+ EAknsMinorQgnMenuMceCardLst = 0x101f4ce5,
+ EAknsMinorQgnMenuMemoryLst = 0x101f4666,
+ EAknsMinorQgnMenuMidletLst = 0x200e,
+ EAknsMinorQgnMenuMidletSuiteLst = 0x200f,
+ EAknsMinorQgnMenuModeLst = 0x100058f8,
+ EAknsMinorQgnMenuNoteLst = 0x10005907,
+ EAknsMinorQgnMenuPhobLst = 0x101f4cce,
+ EAknsMinorQgnMenuPhotaLst = 0x101f4cd1,
+ EAknsMinorQgnMenuPinbLst = 0x1000590b,
+ EAknsMinorQgnMenuQdialLst = 0x1000590A,
+ EAknsMinorQgnMenuSetLst = 0x100058ec,
+ EAknsMinorQgnMenuSimpdLst = 0x101F4CF6,
+ EAknsMinorQgnMenuSmsvoLst = 0x100058f5,
+ EAknsMinorQgnMenuTodoLst = 0x10005900,
+ EAknsMinorQgnMenuUnknownLst = 0x2100,
+ EAknsMinorQgnMenuVideoLst = 0x2007,
+ EAknsMinorQgnMenuVoirecLst = 0x100058CA,
+ EAknsMinorQgnMenuWclkLst = 0x10005903,
+ EAknsMinorQgnMenuWmlLst = 0x10008d39,
+ EAknsMinorQgnMenuLocLst = 0x101F4D91,
+ EAknsMinorQgnMenuBlidLst = 0x101F85A0,
+ EAknsMinorQgnMenuDycLst = 0x101f467c,
+ EAknsMinorQgnMenuDmLst = 0x101f6de5,
+ EAknsMinorQgnMenuLmLst = 0x101F85A2
+ };
+
+// ----------------------------------------------------------------------------
+// EAknsMajorAppIconBmpCxt item IDs
+// ----------------------------------------------------------------------------
+
+/**
+* Minor values for item IDs in EAknsMajorAppIconBmpCxt major class.
+*
+* @since 2.0
+*/
+enum TAknsMinorAppIconBmpCxtValue
+ {
+ EAknsMinorQgnMenuAppsgridCxt = 0x101f4cd2,
+ EAknsMinorQgnMenuBtCxt = 0x10005951,
+ EAknsMinorQgnMenuCaleCxt = 0x10005901,
+ EAknsMinorQgnMenuCamcorderCxt = 0x2000,
+ EAknsMinorQgnMenuCamCxt = 0x1000593f,
+ EAknsMinorQgnMenuCnvCxt = 0x101f4668,
+ EAknsMinorQgnMenuConCxt = 0x200a,
+ // Deprecated - divert application was removed from platform in 2.0.
+ EAknsMinorQgnMenuDivertCxt = 0x200b,
+ EAknsMinorQgnMenuGamesCxt = 0x2001,
+ EAknsMinorQgnMenuHelpCxt = 0x10005234,
+ EAknsMinorQgnMenuImCxt = 0x101f4673,
+ EAknsMinorQgnMenuImOffCxt = 0x2004,
+ EAknsMinorQgnMenuIrCxt = 0x1000594D,
+ EAknsMinorQgnMenuJavaCxt = 0x200c,
+ EAknsMinorQgnMenuLogCxt = 0x101f4cd5,
+ EAknsMinorQgnMenuMceCxt = 0x100058C5,
+ EAknsMinorQgnMenuMceCardCxt = 0x101f4ce5,
+ EAknsMinorQgnMenuMceMmcCxt = 0x2006,
+ EAknsMinorQgnMenuMemoryCxt = 0x101f4666,
+ EAknsMinorQgnMenuMidletSuiteCxt = 0x200f,
+ EAknsMinorQgnMenuModeCxt = 0x100058f8,
+ EAknsMinorQgnMenuNoteCxt = 0x10005907,
+ EAknsMinorQgnMenuPhobCxt = 0x101f4cce,
+ EAknsMinorQgnMenuPhotaCxt = 0x101f4cd1,
+ EAknsMinorQgnMenuSetCxt = 0x100058ec,
+ EAknsMinorQgnMenuSimpdCxt = 0x101F4CF6,
+ EAknsMinorQgnMenuSmsvoCxt = 0x100058f5,
+ EAknsMinorQgnMenuTodoCxt = 0x10005900,
+ EAknsMinorQgnMenuUnknownCxt = 0x2100,
+ EAknsMinorQgnMenuVideoCxt = 0x2007,
+ EAknsMinorQgnMenuVoirecCxt = 0x100058CA,
+ EAknsMinorQgnMenuWclkCxt = 0x10005903,
+ EAknsMinorQgnMenuWmlCxt = 0x10008d39,
+ EAknsMinorQgnMenuLocCxt = 0x101F4D91,
+ EAknsMinorQgnMenuBlidCxt = 0x101F85A0,
+ EAknsMinorQgnMenuBlidOffCxt = 0x2010,
+ EAknsMinorQgnMenuDycCxt = 0x101f467c,
+ EAknsMinorQgnMenuDycOffCxt = 0x2011,
+ EAknsMinorQgnMenuDmCxt = 0x101f6de5,
+ EAknsMinorQgnMenuDmDisabledCxt = 0x2012,
+ EAknsMinorQgnMenuLmCxt = 0x101F85A2
+ };
+
+// ----------------------------------------------------------------------------
+// EAknsMajorScreensaver item IDs
+// ----------------------------------------------------------------------------
+
+/**
+* Minor values for item IDs in EAknsMajorScreensaver major class.
+*
+* @since 2.0
+*/
+enum TAknsMinorScreensaverValue
+ {
+ EAknsMinorQsnBgPowersave = 0x1000,
+ EAknsMinorQsnBgScreenSaver = 0x1001
+ };
+
+// ----------------------------------------------------------------------------
+// EAknsMajorCallstatus item IDs
+// ----------------------------------------------------------------------------
+
+/**
+* Minor values for item IDs in EAknsMajorCallstatus major class.
+*
+* @since 2.0
+*/
+enum TAknsMinorCallstatusValue
+ {
+
+ // Icon group "call" - call status icons
+ EAknsMinorQgnIndiCallActive = 0x0,
+ EAknsMinorQgnIndiCallActiveCyphOff = 0x2,
+ EAknsMinorQgnIndiCallDisconn = 0x4,
+ EAknsMinorQgnIndiCallDisconnCyphOff = 0x6,
+ EAknsMinorQgnIndiCallHeld = 0x8,
+ EAknsMinorQgnIndiCallHeldCyphOff = 0xa,
+ EAknsMinorQgnIndiCallMutedCallsta = 0xd,
+ EAknsMinorQgnIndiCallActive2 = 0x1000,
+ EAknsMinorQgnIndiCallActiveCyphOff2 = 0x1001,
+ EAknsMinorQgnIndiCallActiveConf = 0x1100,
+ EAknsMinorQgnIndiCallActiveConfCyphOff = 0x1101,
+ EAknsMinorQgnIndiCallDisconnConf = 0x1102,
+ EAknsMinorQgnIndiCallDisconnConfCyphOff = 0x1103,
+ EAknsMinorQgnIndiCallHeldConf = 0x1104,
+ EAknsMinorQgnIndiCallHeldConfCyphOff = 0x1105,
+ EAknsMinorQgnIndiCallMuted = 0x1106,
+ EAknsMinorQgnIndiCallWaiting = 0x1107,
+ EAknsMinorQgnIndiCallWaiting2 = 0x1108,
+ EAknsMinorQgnIndiCallWaitingCyphOff = 0x1109,
+ EAknsMinorQgnIndiCallWaitingCyphOff2 = 0x110a,
+ EAknsMinorQgnIndiCallWaitingDisconn = 0x110b,
+ EAknsMinorQgnIndiCallWaitingDisconnCyphOff = 0x110c,
+ EAknsMinorQgnIndiCallWaiting1 = 0x110d,
+
+ // Icon group "call" - call handling graphics
+ EAknsMinorQgnGrafBubbleIncall = 0xf,
+ EAknsMinorQgnGrafBubbleIncallDisconn = 0x10,
+ EAknsMinorQgnGrafCallConfFive = 0x1200,
+ EAknsMinorQgnGrafCallConfFour = 0x1201,
+ EAknsMinorQgnGrafCallConfThree = 0x1202,
+ EAknsMinorQgnGrafCallConfTwo = 0x1203,
+ EAknsMinorQgnGrafCallFirstHeld = 0x1204,
+ EAknsMinorQgnGrafCallFirstOneActive = 0x1205,
+ EAknsMinorQgnGrafCallFirstOneDisconn = 0x1206,
+ EAknsMinorQgnGrafCallFirstOneHeld = 0x1207,
+ EAknsMinorQgnGrafCallFirstThreeActive = 0x1208,
+ EAknsMinorQgnGrafCallFirstThreeDisconn = 0x1209,
+ EAknsMinorQgnGrafCallFirstThreeHeld = 0x120a,
+ EAknsMinorQgnGrafCallFirstTwoActive = 0x120b,
+ EAknsMinorQgnGrafCallFirstTwoDisconn = 0x120c,
+ EAknsMinorQgnGrafCallFirstTwoHeld = 0x120d,
+ EAknsMinorQgnGrafCallFirstWaitActive = 0x120e,
+ EAknsMinorQgnGrafCallFirstWaitDisconn = 0x120f,
+ EAknsMinorQgnGrafCallHiddenHeld = 0x1210,
+ EAknsMinorQgnGrafCallRecBig = 0x1211,
+ EAknsMinorQgnGrafCallRecBigDisconn = 0x1212,
+ EAknsMinorQgnGrafCallRecBigLeft = 0x1213,
+ EAknsMinorQgnGrafCallRecBigLeftDisconn = 0x1214,
+ EAknsMinorQgnGrafCallRecBigRight = 0x1215,
+ EAknsMinorQgnGrafCallRecBigger = 0x1216,
+ EAknsMinorQgnGrafCallRecBigRightDisconn = 0x1217,
+ EAknsMinorQgnGrafCallRecSmallLeft = 0x1218,
+ EAknsMinorQgnGrafCallRecSmallRight = 0x1219,
+ EAknsMinorQgnGrafCallRecSmallRightDisconn = 0x121a,
+ EAknsMinorQgnGrafCallSecondThreeActive = 0x121b,
+ EAknsMinorQgnGrafCallSecondThreeDisconn = 0x121c,
+ EAknsMinorQgnGrafCallSecondThreeHeld = 0x121d,
+ EAknsMinorQgnGrafCallSecondTwoActive = 0x121e,
+ EAknsMinorQgnGrafCallSecondTwoDisconn = 0x121f,
+ EAknsMinorQgnGrafCallSecondTwoHeld = 0x1220,
+
+ // Video call
+ EAknsMinorQgnIndiCallVideo1 = 0x1300,
+ EAknsMinorQgnIndiCallVideo2 = 0x1301,
+ EAknsMinorQgnIndiCallVideoBlindIn = 0x1302,
+ EAknsMinorQgnIndiCallVideoBlindOut = 0x1303,
+ EAknsMinorQgnIndiCallVideoCallsta1 = 0x1304,
+ EAknsMinorQgnIndiCallVideoCallsta2 = 0x1305,
+ EAknsMinorQgnIndiCallVideoCallstaDisconn= 0x1306,
+ EAknsMinorQgnIndiCallVideoDisconn = 0x1307,
+ EAknsMinorQgnIndiCallVideoLst = 0x1308,
+
+ // Zoom indications
+ EAknsMinorQgnGrafZoomArea = 0x1320,
+ EAknsMinorQgnIndiZoomMin = 0x1321,
+ EAknsMinorQgnIndiZoomMax = 0x1322,
+
+ // Call handling frames
+ EAknsMinorQsnFrCall2Bubble = 0x1400,
+ EAknsMinorQsnFrCall2BubbleDisconn = 0x1401,
+ EAknsMinorQsnFrCall2BubbleFirst = 0x1402,
+ EAknsMinorQsnFrCall2BubbleFirstDisconn = 0x1403,
+ EAknsMinorQsnFrCall2BubbleSecond = 0x1404,
+ EAknsMinorQsnFrCall2BubbleSecondDisconn = 0x1405,
+ EAknsMinorQsnFrCall2Rect = 0x1406,
+ EAknsMinorQsnFrCall2RectDisconn = 0x1407,
+
+ // POC frames
+ EAknsMinorQsnFrCallPocAct = 0x1410,
+ EAknsMinorQsnFrCallPocActIdle = 0x1411,
+ EAknsMinorQsnFrCallPocInact = 0x1412,
+ EAknsMinorQsnFrCallPocInactIdle = 0x1413,
+ EAknsMinorQsnFrCall2BubbleCoMask = 0x1420,
+ EAknsMinorQsnFrCall2BubbleFirstCoMask = 0x1421,
+ EAknsMinorQsnFrCall2BubbleSecondCoMask = 0x1422,
+ EAknsMinorQsnFrCall2RectCoMask = 0x1423,
+ EAknsMinorQsnFrCallObjectGraphics = 0x1424,
+
+ EAknsMinorQsnFrCall3Rect = 0x1430,
+ EAknsMinorQsnFrCall3RectCornerTl = 0x1431,
+ EAknsMinorQsnFrCall3RectCornerTr = 0x1432,
+ EAknsMinorQsnFrCall3RectCornerBl = 0x1433,
+ EAknsMinorQsnFrCall3RectCornerBr = 0x1434,
+ EAknsMinorQsnFrCall3RectSideT = 0x1435,
+ EAknsMinorQsnFrCall3RectSideB = 0x1436,
+ EAknsMinorQsnFrCall3RectSideL = 0x1437,
+ EAknsMinorQsnFrCall3RectSideR = 0x1438,
+ EAknsMinorQsnFrCall3RectCenter = 0x1439,
+
+ EAknsMinorQsnFrCall3RectDisconn = 0x1440,
+ EAknsMinorQsnFrCall3RectCornerTlDisconn = 0x1441,
+ EAknsMinorQsnFrCall3RectCornerTrDisconn = 0x1442,
+ EAknsMinorQsnFrCall3RectCornerBlDisconn = 0x1443,
+ EAknsMinorQsnFrCall3RectCornerBrDisconn = 0x1444,
+ EAknsMinorQsnFrCall3RectSideTDisconn = 0x1445,
+ EAknsMinorQsnFrCall3RectSideBDisconn = 0x1446,
+ EAknsMinorQsnFrCall3RectSideLDisconn = 0x1447,
+ EAknsMinorQsnFrCall3RectSideRDisconn = 0x1448,
+ EAknsMinorQsnFrCall3RectCenterDisconn = 0x1449
+ };
+
+// ----------------------------------------------------------------------------
+// EAknsMajorCalendar item IDs
+// ----------------------------------------------------------------------------
+
+/**
+* Minor values for item IDs in EAknsMajorCalendar major class.
+*
+* @since 2.0
+*/
+enum TAknsMinorCalendarValue
+ {
+ // General calendar frame
+ EAknsMinorQsnFrCale = 0x1000,
+ EAknsMinorQsnFrCaleCornerTl = 0x1001,
+ EAknsMinorQsnFrCaleCornerTr = 0x1002,
+ EAknsMinorQsnFrCaleCornerBl = 0x1003,
+ EAknsMinorQsnFrCaleCornerBr = 0x1004,
+ EAknsMinorQsnFrCaleSideT = 0x1005,
+ EAknsMinorQsnFrCaleSideB = 0x1006,
+ EAknsMinorQsnFrCaleSideL = 0x1007,
+ EAknsMinorQsnFrCaleSideR = 0x1008,
+ EAknsMinorQsnFrCaleCenter = 0x1009,
+
+ // Calendar frame for holiday event
+ EAknsMinorQsnFrCaleHoli = 0x1010,
+ EAknsMinorQsnFrCaleHoliCornerTl = 0x1011,
+ EAknsMinorQsnFrCaleHoliCornerTr = 0x1012,
+ EAknsMinorQsnFrCaleHoliCornerBl = 0x1013,
+ EAknsMinorQsnFrCaleHoliCornerBr = 0x1014,
+ EAknsMinorQsnFrCaleHoliSideT = 0x1015,
+ EAknsMinorQsnFrCaleHoliSideB = 0x1016,
+ EAknsMinorQsnFrCaleHoliSideL = 0x1017,
+ EAknsMinorQsnFrCaleHoliSideR = 0x1018,
+ EAknsMinorQsnFrCaleHoliCenter = 0x1019,
+
+ // Calendar icons
+ EAknsMinorQgnIndiCdrBirthday = 0x02,
+ EAknsMinorQgnIndiCdrMeeting = 0x04,
+ EAknsMinorQgnIndiCdrReminder = 0x06,
+
+ // Calendar heading frame
+ EAknsMinorQsnFrCaleHeading = 0x1020,
+ EAknsMinorQsnFrCaleHeadingCornerTl = 0x1021,
+ EAknsMinorQsnFrCaleHeadingCornerTr = 0x1022,
+ EAknsMinorQsnFrCaleHeadingCornerBl = 0x1023,
+ EAknsMinorQsnFrCaleHeadingCornerBr = 0x1024,
+ EAknsMinorQsnFrCaleHeadingSideT = 0x1025,
+ EAknsMinorQsnFrCaleHeadingSideB = 0x1026,
+ EAknsMinorQsnFrCaleHeadingSideL = 0x1027,
+ EAknsMinorQsnFrCaleHeadingSideR = 0x1028,
+ EAknsMinorQsnFrCaleHeadingCenter = 0x1029,
+
+ // Calendar side frame
+ EAknsMinorQsnFrCaleSide = 0x1030,
+ EAknsMinorQsnFrCaleSideCornerTl = 0x1031,
+ EAknsMinorQsnFrCaleSideCornerTr = 0x1032,
+ EAknsMinorQsnFrCaleSideCornerBl = 0x1033,
+ EAknsMinorQsnFrCaleSideCornerBr = 0x1034,
+ EAknsMinorQsnFrCaleSideSideT = 0x1035,
+ EAknsMinorQsnFrCaleSideSideB = 0x1036,
+ EAknsMinorQsnFrCaleSideSideL = 0x1037,
+ EAknsMinorQsnFrCaleSideSideR = 0x1038,
+ EAknsMinorQsnFrCaleSideCenter = 0x1039
+ };
+
+// ----------------------------------------------------------------------------
+// EAknsMajorPinboard item IDs
+// ----------------------------------------------------------------------------
+
+/**
+* Minor values for item IDs in EAknsMajorPinboard major class.
+*
+* @since 2.0
+*/
+enum TAknsMinorPinboardValue
+ {
+ // Pinboard frame
+ EAknsMinorQsnFrPinb = 0x1000,
+ EAknsMinorQsnFrPinbCornerTl = 0x1001,
+ EAknsMinorQsnFrPinbCornerTr = 0x1002,
+ EAknsMinorQsnFrPinbCornerBl = 0x1003,
+ EAknsMinorQsnFrPinbCornerBr = 0x1004,
+ EAknsMinorQsnFrPinbSideT = 0x1005,
+ EAknsMinorQsnFrPinbSideB = 0x1006,
+ EAknsMinorQsnFrPinbSideL = 0x1007,
+ EAknsMinorQsnFrPinbSideR = 0x1008,
+
+ // Pinboard wallpaper
+ EAknsMinorQsnFrPinbCenterWp = 0x1009,
+
+ // Icon group "pinb"
+ EAknsMinorQgnPropPinbLinkUnknownId = 0x20,
+ EAknsMinorQgnIndiFindTitle = 0x1100,
+ EAknsMinorQgnPropPinbHelp = 0x1101
+ };
+
+// ----------------------------------------------------------------------------
+// EAknsMajorCbsuiApp item IDs
+// ----------------------------------------------------------------------------
+
+/**
+* Minor values for item IDs in EAknsMajorCbsuiApp major class.
+*
+* @since 2.0
+*/
+enum TAknsMinorCbsuiAppValue
+ {
+ // List icons
+ EAknsMinorQgnPropCbMsg = 0x08,
+ EAknsMinorQgnPropCbMsgUnread = 0x0a,
+ EAknsMinorQgnPropCbSubs = 0x0c,
+ EAknsMinorQgnPropCbSubsUnread = 0x0e,
+ EAknsMinorQgnPropCbUnsubs = 0x10,
+ EAknsMinorQgnPropCbUnsubsUnread = 0x12
+ };
+
+// ----------------------------------------------------------------------------
+// EAknsMajorSound item IDs
+// ----------------------------------------------------------------------------
+
+/**
+* Minor values for item IDs in EAknsMajorSound major class.
+*
+* @since 2.6
+*/
+enum TAknsMinorSoundValue
+ {
+ EAknsMinorSoundRingingTone = 0x1000,
+ EAknsMinorSoundMessageAlert = 0x1001
+ };
+
+// ----------------------------------------------------------------------------
+// EAknsMajorProperty item IDs
+// ----------------------------------------------------------------------------
+
+/**
+* Minor values for item IDs in EAknsMajorProperty major class.
+*
+* @since 2.7
+*/
+enum TAknsMinorPropertyValue
+ {
+ EAknsMinorPropertyListSeparatorLines = 0x1000,
+ EAknsMinorPropertyMessageHeaderLines = 0x1020,
+ EAknsMinorPropertyAnalogueClockDate = 0x1100,
+ EAknsMinorPropertyMorphingTime = 0x2000,
+ EAknsMinorPropertyNoteSlidingMode = 0x3000,
+ EAknsMinorPropertyAnimBgParam = 0x3800
+ };
+
+// ----------------------------------------------------------------------------
+// EAknsMajorGeneric item IDs
+// ----------------------------------------------------------------------------
+
+/**
+* Minor values for item IDs in EAknsMajorGeneric major class.
+*
+* @since 2.6
+*/
+enum TAknsMinorGenericValue
+ {
+ EAknsMinorGenericQgnBtConnectOn = 0x1000,
+ EAknsMinorGenericQgnGrafBarFrame = 0x1001,
+ EAknsMinorGenericQgnGrafBarFrameLong = 0x1002,
+ EAknsMinorGenericQgnGrafBarFrameShort = 0x1003,
+ EAknsMinorGenericQgnGrafBarFrameVorec = 0x1004,
+ EAknsMinorGenericQgnGrafBarProgress = 0x1005,
+ EAknsMinorGenericQgnGrafBarWait1 = 0x1006,
+ EAknsMinorGenericQgnGrafBarWait2 = 0x1007,
+ EAknsMinorGenericQgnGrafBarWait3 = 0x1008,
+ EAknsMinorGenericQgnGrafBarWait4 = 0x1009,
+ EAknsMinorGenericQgnGrafBarWait5 = 0x100a,
+ EAknsMinorGenericQgnGrafBarWait6 = 0x100b,
+ EAknsMinorGenericQgnGrafBarWait7 = 0x100c,
+ EAknsMinorGenericQgnGrafBlidCompass = 0x100d,
+ EAknsMinorGenericQgnGrafCalcDisplay = 0x100e,
+ EAknsMinorGenericQgnGrafCalcPaper = 0x100f,
+ EAknsMinorGenericQgnGrafCallFirstOneActiveEmergency = 0x1010,
+ EAknsMinorGenericQgnGrafCallTwoActiveEmergency = 0x1011,
+ EAknsMinorGenericQgnGrafCallVideoOutBg = 0x1012,
+ EAknsMinorGenericQgnGrafMmsAudioInserted = 0x1013,
+ EAknsMinorGenericQgnGrafMmsAudioPlay = 0x1014,
+ EAknsMinorGenericQgnGrafMmsEdit = 0x1015,
+ EAknsMinorGenericQgnGrafMmsInsertedVideo = 0x1016,
+ EAknsMinorGenericQgnGrafMmsInsertedVideoEdit = 0x1017,
+ EAknsMinorGenericQgnGrafMmsInsertedVideoView = 0x1018,
+ EAknsMinorGenericQgnGrafMmsInsertImage = 0x1019,
+ EAknsMinorGenericQgnGrafMmsInsertVideo = 0x101a,
+ EAknsMinorGenericQgnGrafMmsObjectCorrupt = 0x101b,
+ EAknsMinorGenericQgnGrafMmsPlay = 0x101c,
+ EAknsMinorGenericQgnGrafMmsTransBar = 0x101d,
+ EAknsMinorGenericQgnGrafMmsTransClock = 0x101e,
+ EAknsMinorGenericQgnGrafMmsTransEye = 0x101f,
+ EAknsMinorGenericQgnGrafMmsTransFade = 0x1020,
+ EAknsMinorGenericQgnGrafMmsTransHeart = 0x1021,
+ EAknsMinorGenericQgnGrafMmsTransIris = 0x1022,
+ EAknsMinorGenericQgnGrafMmsTransNone = 0x1023,
+ EAknsMinorGenericQgnGrafMmsTransPush = 0x1024,
+ EAknsMinorGenericQgnGrafMmsTransSlide = 0x1025,
+ EAknsMinorGenericQgnGrafMmsTransSnake = 0x1026,
+ EAknsMinorGenericQgnGrafMmsTransStar = 0x1027,
+ EAknsMinorGenericQgnGrafMmsUnedit = 0x1028,
+ EAknsMinorGenericQgnGrafMpSplash = 0x1029,
+ EAknsMinorGenericQgnGrafNoteCont = 0x102a,
+ EAknsMinorGenericQgnGrafNoteStart = 0x102b,
+ EAknsMinorGenericQgnGrafPhoneLocked = 0x102c,
+ EAknsMinorGenericQgnGrafPopup = 0x102d,
+ EAknsMinorGenericQgnGrafQuickEight = 0x102e,
+ EAknsMinorGenericQgnGrafQuickFive = 0x102f,
+ EAknsMinorGenericQgnGrafQuickFour = 0x1030,
+ EAknsMinorGenericQgnGrafQuickNine = 0x1031,
+ EAknsMinorGenericQgnGrafQuickOne = 0x1032,
+ EAknsMinorGenericQgnGrafQuickSeven = 0x1033,
+ EAknsMinorGenericQgnGrafQuickSix = 0x1034,
+ EAknsMinorGenericQgnGrafQuickThree = 0x1035,
+ EAknsMinorGenericQgnGrafQuickTwo = 0x1036,
+ EAknsMinorGenericQgnGrafStatusSmallProg = 0x1037,
+ EAknsMinorGenericQgnGrafWmlSplash = 0x1038,
+ EAknsMinorGenericQgnImstatEmpty = 0x1039,
+ EAknsMinorGenericQgnIndiAccuracyOff = 0x103a,
+ EAknsMinorGenericQgnIndiAccuracyOn = 0x103b,
+ EAknsMinorGenericQgnIndiAlarmAdd = 0x103c,
+ EAknsMinorGenericQgnIndiAlsLine2Add = 0x103d,
+ EAknsMinorGenericQgnIndiAmInstMmcAdd = 0x103e,
+ EAknsMinorGenericQgnIndiAmNotInstAdd = 0x103f,
+ EAknsMinorGenericQgnIndiAttachementAdd = 0x1040,
+ EAknsMinorGenericQgnIndiAttachAudio = 0x1041,
+ EAknsMinorGenericQgnIndiAttachGene = 0x1042,
+ EAknsMinorGenericQgnIndiAttachImage = 0x1043,
+ EAknsMinorGenericQgnIndiAttachUnsupportAdd = 0x1044,
+ EAknsMinorGenericQgnIndiBtAudioConnectedAdd = 0x1045,
+ EAknsMinorGenericQgnIndiBtAudioSelectedAdd = 0x1046,
+ EAknsMinorGenericQgnIndiBtPairedAdd = 0x1047,
+ EAknsMinorGenericQgnIndiBtTrustedAdd = 0x1048,
+ EAknsMinorGenericQgnIndiCalcButtonDivide = 0x1049,
+ EAknsMinorGenericQgnIndiCalcButtonDividePressed = 0x104a,
+ EAknsMinorGenericQgnIndiCalcButtonDown = 0x104b,
+ EAknsMinorGenericQgnIndiCalcButtonDownInactive = 0x104c,
+ EAknsMinorGenericQgnIndiCalcButtonDownPressed = 0x104d,
+ EAknsMinorGenericQgnIndiCalcButtonEquals = 0x104e,
+ EAknsMinorGenericQgnIndiCalcButtonEqualsPressed = 0x104f,
+ EAknsMinorGenericQgnIndiCalcButtonMinus = 0x1050,
+ EAknsMinorGenericQgnIndiCalcButtonMinusPressed = 0x1051,
+ EAknsMinorGenericQgnIndiCalcButtonMr = 0x1052,
+ EAknsMinorGenericQgnIndiCalcButtonMrPressed = 0x1053,
+ EAknsMinorGenericQgnIndiCalcButtonMs = 0x1054,
+ EAknsMinorGenericQgnIndiCalcButtonMsPressed = 0x1055,
+ EAknsMinorGenericQgnIndiCalcButtonMultiply = 0x1056,
+ EAknsMinorGenericQgnIndiCalcButtonMultiplyPressed = 0x1057,
+ EAknsMinorGenericQgnIndiCalcButtonPercent = 0x1058,
+ EAknsMinorGenericQgnIndiCalcButtonPercentInactive = 0x1059,
+ EAknsMinorGenericQgnIndiCalcButtonPercentPressed = 0x105a,
+ EAknsMinorGenericQgnIndiCalcButtonPlus = 0x105b,
+ EAknsMinorGenericQgnIndiCalcButtonPlusPressed = 0x105c,
+ EAknsMinorGenericQgnIndiCalcButtonSign = 0x105d,
+ EAknsMinorGenericQgnIndiCalcButtonSignInactive = 0x105e,
+ EAknsMinorGenericQgnIndiCalcButtonSignPressed = 0x105f,
+ EAknsMinorGenericQgnIndiCalcButtonSquareroot = 0x1060,
+ EAknsMinorGenericQgnIndiCalcButtonSquarerootInactive = 0x1061,
+ EAknsMinorGenericQgnIndiCalcButtonSquarerootPressed = 0x1062,
+ EAknsMinorGenericQgnIndiCalcButtonUp = 0x1063,
+ EAknsMinorGenericQgnIndiCalcButtonUpInactive = 0x1064,
+ EAknsMinorGenericQgnIndiCalcButtonUpPressed = 0x1065,
+ EAknsMinorGenericQgnIndiCallActiveEmergency = 0x1066,
+ EAknsMinorGenericQgnIndiCallCypheringOff = 0x1067,
+ EAknsMinorGenericQgnIndiCallData = 0x1068,
+ EAknsMinorGenericQgnIndiCallDataDiv = 0x1069,
+ EAknsMinorGenericQgnIndiCallDataHscsd = 0x106a,
+ EAknsMinorGenericQgnIndiCallDataHscsdDiv = 0x106b,
+ EAknsMinorGenericQgnIndiCallDataHscsdWaiting = 0x106c,
+ EAknsMinorGenericQgnIndiCallDataWaiting = 0x106d,
+ EAknsMinorGenericQgnIndiCallDiverted = 0x106e,
+ EAknsMinorGenericQgnIndiCallFax = 0x106f,
+ EAknsMinorGenericQgnIndiCallFaxDiv = 0x1070,
+ EAknsMinorGenericQgnIndiCallFaxWaiting = 0x1071,
+ EAknsMinorGenericQgnIndiCallLine2 = 0x1072,
+ EAknsMinorGenericQgnIndiCallVideo = 0x1073,
+ EAknsMinorGenericQgnIndiCallVideoAdd = 0x1074,
+ EAknsMinorGenericQgnIndiCallVideoCallsta = 0x1075,
+ EAknsMinorGenericQgnIndiCallWaitingCyphOff1 = 0x1076,
+ EAknsMinorGenericQgnIndiCamsExpo = 0x1077,
+ EAknsMinorGenericQgnIndiCamsFlashOff = 0x1078,
+ EAknsMinorGenericQgnIndiCamsFlashOn = 0x1079,
+ EAknsMinorGenericQgnIndiCamsMicOff = 0x107a,
+ EAknsMinorGenericQgnIndiCamsMmc = 0x107b,
+ EAknsMinorGenericQgnIndiCamsNight = 0x107c,
+ EAknsMinorGenericQgnIndiCamsPaused = 0x107d,
+ EAknsMinorGenericQgnIndiCamsRec = 0x107e,
+ EAknsMinorGenericQgnIndiCamsTimer = 0x107f,
+ EAknsMinorGenericQgnIndiCamsZoomBg = 0x1080,
+ EAknsMinorGenericQgnIndiCamsZoomElevator = 0x1081,
+ EAknsMinorGenericQgnIndiCamZoom2Video = 0x1082,
+ EAknsMinorGenericQgnIndiCbHotAdd = 0x1083,
+ EAknsMinorGenericQgnIndiCbKeptAdd = 0x1084,
+ EAknsMinorGenericQgnIndiCdrDummy = 0x1085,
+ EAknsMinorGenericQgnIndiCdrEventDummy = 0x1086,
+ EAknsMinorGenericQgnIndiCdrEventGrayed = 0x1087,
+ EAknsMinorGenericQgnIndiCdrEventMixed = 0x1088,
+ EAknsMinorGenericQgnIndiCdrEventPrivate = 0x1089,
+ EAknsMinorGenericQgnIndiCdrEventPrivateDimm = 0x108a,
+ EAknsMinorGenericQgnIndiCdrEventPublic = 0x108b,
+ EAknsMinorGenericQgnIndiCheckboxOff = 0x108c,
+ EAknsMinorGenericQgnIndiCheckboxOn = 0x108d,
+ EAknsMinorGenericQgnIndiChiFindNumeric = 0x108e,
+ EAknsMinorGenericQgnIndiChiFindPinyin = 0x108f,
+ EAknsMinorGenericQgnIndiChiFindSmall = 0x1090,
+ EAknsMinorGenericQgnIndiChiFindStrokeSimple = 0x1091,
+ EAknsMinorGenericQgnIndiChiFindStrokeSymbol = 0x1092,
+ EAknsMinorGenericQgnIndiChiFindStrokeTrad = 0x1093,
+ EAknsMinorGenericQgnIndiChiFindZhuyin = 0x1094,
+ EAknsMinorGenericQgnIndiChiFindZhuyinSymbol = 0x1095,
+ EAknsMinorGenericQgnIndiConnectionAlwaysAdd = 0x1096,
+ EAknsMinorGenericQgnIndiConnectionInactiveAdd = 0x1097,
+ EAknsMinorGenericQgnIndiConnectionOnAdd = 0x1098,
+ EAknsMinorGenericQgnIndiDrmRightsExpAdd = 0x1099,
+ EAknsMinorGenericQgnIndiDstAdd = 0x109a,
+ EAknsMinorGenericQgnIndiDycAvailAdd = 0x109b,
+ EAknsMinorGenericQgnIndiDycDiscreetAdd = 0x109c,
+ EAknsMinorGenericQgnIndiDycDtMobileAdd = 0x109d,
+ EAknsMinorGenericQgnIndiDycDtPcAdd = 0x109e,
+ EAknsMinorGenericQgnIndiDycNotAvailAdd = 0x109f,
+ EAknsMinorGenericQgnIndiDycNotPublishAdd = 0x10a0,
+ EAknsMinorGenericQgnIndiEarpiece = 0x10a1,
+ EAknsMinorGenericQgnIndiEarpieceActive = 0x10a2,
+ EAknsMinorGenericQgnIndiEarpieceMuted = 0x10a3,
+ EAknsMinorGenericQgnIndiEarpiecePassive = 0x10a4,
+ EAknsMinorGenericQgnIndiFepArrowDown = 0x10a5,
+ EAknsMinorGenericQgnIndiFepArrowLeft = 0x10a6,
+ EAknsMinorGenericQgnIndiFepArrowRight = 0x10a7,
+ EAknsMinorGenericQgnIndiFepArrowUp = 0x10a8,
+ EAknsMinorGenericQgnIndiFindGlassPinb = 0x10a9,
+ EAknsMinorGenericQgnIndiImFriendOffAdd = 0x10aa,
+ EAknsMinorGenericQgnIndiImFriendOnAdd = 0x10ab,
+ EAknsMinorGenericQgnIndiImImsgAdd = 0x10ac,
+ EAknsMinorGenericQgnIndiImWatchAdd = 0x10ad,
+ EAknsMinorGenericQgnIndiItemNotShown = 0x10ae,
+ EAknsMinorGenericQgnIndiLevelBack = 0x10af,
+ EAknsMinorGenericQgnIndiMarkedAdd = 0x10b0,
+ EAknsMinorGenericQgnIndiMarkedGridAdd = 0x10b1,
+ EAknsMinorGenericQgnIndiMic = 0x10b2,
+ EAknsMinorGenericQgnIndiMissedCallOne = 0x10b3,
+ EAknsMinorGenericQgnIndiMissedCallTwo = 0x10b4,
+ EAknsMinorGenericQgnIndiMissedMessOne = 0x10b5,
+ EAknsMinorGenericQgnIndiMissedMessTwo = 0x10b6,
+ EAknsMinorGenericQgnIndiMmcAdd = 0x10b7,
+ EAknsMinorGenericQgnIndiMmcMarkedAdd = 0x10b8,
+ EAknsMinorGenericQgnIndiMmsArrowLeft = 0x10b9,
+ EAknsMinorGenericQgnIndiMmsArrowRight = 0x10ba,
+ EAknsMinorGenericQgnIndiMmsPause = 0x10bb,
+ EAknsMinorGenericQgnIndiMmsSpeakerActive = 0x10bc,
+ EAknsMinorGenericQgnIndiMmsTemplateImageCorrupt = 0x10bd,
+ EAknsMinorGenericQgnIndiMpButtonForw = 0x10be,
+ EAknsMinorGenericQgnIndiMpButtonForwInact = 0x10bf,
+ EAknsMinorGenericQgnIndiMpButtonNext = 0x10c0,
+ EAknsMinorGenericQgnIndiMpButtonNextInact = 0x10c1,
+ EAknsMinorGenericQgnIndiMpButtonPause = 0x10c2,
+ EAknsMinorGenericQgnIndiMpButtonPauseInact = 0x10c3,
+ EAknsMinorGenericQgnIndiMpButtonPlay = 0x10c4,
+ EAknsMinorGenericQgnIndiMpButtonPlayInact = 0x10c5,
+ EAknsMinorGenericQgnIndiMpButtonPrev = 0x10c6,
+ EAknsMinorGenericQgnIndiMpButtonPrevInact = 0x10c7,
+ EAknsMinorGenericQgnIndiMpButtonRew = 0x10c8,
+ EAknsMinorGenericQgnIndiMpButtonRewInact = 0x10c9,
+ EAknsMinorGenericQgnIndiMpButtonStop = 0x10ca,
+ EAknsMinorGenericQgnIndiMpButtonStopInact = 0x10cb,
+ EAknsMinorGenericQgnIndiMpCorruptedFileAdd = 0x10cc,
+ EAknsMinorGenericQgnIndiMpPause = 0x10cd,
+ EAknsMinorGenericQgnIndiMpPlay = 0x10ce,
+ EAknsMinorGenericQgnIndiMpPlaylistArrowAdd = 0x10cf,
+ EAknsMinorGenericQgnIndiMpRandom = 0x10d0,
+ EAknsMinorGenericQgnIndiMpRandomRepeat = 0x10d1,
+ EAknsMinorGenericQgnIndiMpRepeat = 0x10d2,
+ EAknsMinorGenericQgnIndiMpStop = 0x10d3,
+ EAknsMinorGenericQgnIndiObjectGene = 0x10d4,
+ EAknsMinorGenericQgnIndiPaused = 0x10d5,
+ EAknsMinorGenericQgnIndiPinSpace = 0x10d6,
+ EAknsMinorGenericQgnIndiQdialAdd = 0x10d7,
+ EAknsMinorGenericQgnIndiRadiobuttOff = 0x10d8,
+ EAknsMinorGenericQgnIndiRadiobuttOn = 0x10d9,
+ EAknsMinorGenericQgnIndiRepeatAdd = 0x10da,
+ EAknsMinorGenericQgnIndiSettProtectedAdd = 0x10db,
+ EAknsMinorGenericQgnIndiSignalActiveCdma = 0x10dc,
+ EAknsMinorGenericQgnIndiSignalDormantCdma = 0x10dd,
+ EAknsMinorGenericQgnIndiSignalGprsAttach = 0x10de,
+ EAknsMinorGenericQgnIndiSignalGprsContext = 0x10df,
+ EAknsMinorGenericQgnIndiSignalGprsMultipdp = 0x10e0,
+ EAknsMinorGenericQgnIndiSignalGprsSuspended = 0x10e1,
+ EAknsMinorGenericQgnIndiSignalPdAttach = 0x10e2,
+ EAknsMinorGenericQgnIndiSignalPdContext = 0x10e3,
+ EAknsMinorGenericQgnIndiSignalPdMultipdp = 0x10e4,
+ EAknsMinorGenericQgnIndiSignalPdSuspended = 0x10e5,
+ EAknsMinorGenericQgnIndiSignalWcdmaAttach = 0x10e6,
+ EAknsMinorGenericQgnIndiSignalWcdmaContext = 0x10e7,
+ EAknsMinorGenericQgnIndiSignalWcdmaIcon = 0x10e8,
+ EAknsMinorGenericQgnIndiSignalWcdmaMultidp = 0x10e9,
+ EAknsMinorGenericQgnIndiSignalWcdmaMultipdp = 0x10ea,
+ EAknsMinorGenericQgnIndiSliderNavi = 0x10eb,
+ EAknsMinorGenericQgnIndiSpeaker = 0x10ec,
+ EAknsMinorGenericQgnIndiSpeakerActive = 0x10ed,
+ EAknsMinorGenericQgnIndiSpeakerMuted = 0x10ee,
+ EAknsMinorGenericQgnIndiSpeakerPassive = 0x10ef,
+ EAknsMinorGenericQgnIndiThaiFindSmall = 0x10f0,
+ EAknsMinorGenericQgnIndiTodoHighAdd = 0x10f1,
+ EAknsMinorGenericQgnIndiTodoLowAdd = 0x10f2,
+ EAknsMinorGenericQgnIndiVoiceAdd = 0x10f3,
+ EAknsMinorGenericQgnIndiVorecButtonForw = 0x10f4,
+ EAknsMinorGenericQgnIndiVorecButtonForwInactive = 0x10f5,
+ EAknsMinorGenericQgnIndiVorecButtonForwPressed = 0x10f6,
+ EAknsMinorGenericQgnIndiVorecButtonPause = 0x10f7,
+ EAknsMinorGenericQgnIndiVorecButtonPauseInactive = 0x10f8,
+ EAknsMinorGenericQgnIndiVorecButtonPausePressed = 0x10f9,
+ EAknsMinorGenericQgnIndiVorecButtonPlay = 0x10fa,
+ EAknsMinorGenericQgnIndiVorecButtonPlayInactive = 0x10fb,
+ EAknsMinorGenericQgnIndiVorecButtonPlayPressed = 0x10fc,
+ EAknsMinorGenericQgnIndiVorecButtonRec = 0x10fd,
+ EAknsMinorGenericQgnIndiVorecButtonRecInactive = 0x10fe,
+ EAknsMinorGenericQgnIndiVorecButtonRecPressed = 0x10ff,
+ EAknsMinorGenericQgnIndiVorecButtonRew = 0x1100,
+ EAknsMinorGenericQgnIndiVorecButtonRewInactive = 0x1101,
+ EAknsMinorGenericQgnIndiVorecButtonRewPressed = 0x1102,
+ EAknsMinorGenericQgnIndiVorecButtonStop = 0x1103,
+ EAknsMinorGenericQgnIndiVorecButtonStopInactive = 0x1104,
+ EAknsMinorGenericQgnIndiVorecButtonStopPressed = 0x1105,
+ EAknsMinorGenericQgnIndiWmlCsdAdd = 0x1106,
+ EAknsMinorGenericQgnIndiWmlGprsAdd = 0x1107,
+ EAknsMinorGenericQgnIndiWmlHscsdAdd = 0x1108,
+ EAknsMinorGenericQgnIndiWmlObject = 0x1109,
+ EAknsMinorGenericQgnIndiXhtmlMmc = 0x110a,
+ EAknsMinorGenericQgnIndiZoomDir = 0x110b,
+ EAknsMinorGenericQgnLogoEmpty = 0x110c,
+ EAknsMinorGenericQgnNoteAlarmAlert = 0x110d,
+ EAknsMinorGenericQgnNoteAlarmCalendar = 0x110e,
+ EAknsMinorGenericQgnNoteAlarmMisc = 0x110f,
+ EAknsMinorGenericQgnNoteBt = 0x1110,
+ EAknsMinorGenericQgnNoteBtPopup = 0x1111,
+ EAknsMinorGenericQgnNoteCall = 0x1112,
+ EAknsMinorGenericQgnNoteCopy = 0x1113,
+ EAknsMinorGenericQgnNoteCsd = 0x1114,
+ EAknsMinorGenericQgnNoteDycStatusChanged = 0x1115,
+ EAknsMinorGenericQgnNoteEmpty = 0x1116,
+ EAknsMinorGenericQgnNoteGprs = 0x1117,
+ EAknsMinorGenericQgnNoteImMessage = 0x1118,
+ EAknsMinorGenericQgnNoteMail = 0x1119,
+ EAknsMinorGenericQgnNoteMemory = 0x111a,
+ EAknsMinorGenericQgnNoteMessage = 0x111b,
+ EAknsMinorGenericQgnNoteMms = 0x111c,
+ EAknsMinorGenericQgnNoteMove = 0x111d,
+ EAknsMinorGenericQgnNoteRemoteMailbox = 0x111e,
+ EAknsMinorGenericQgnNoteSim = 0x111f,
+ EAknsMinorGenericQgnNoteSml = 0x1120,
+ EAknsMinorGenericQgnNoteSmlServer = 0x1121,
+ EAknsMinorGenericQgnNoteUrgentMessage = 0x1122,
+ EAknsMinorGenericQgnNoteVoice = 0x1123,
+ EAknsMinorGenericQgnNoteVoiceFound = 0x1124,
+ EAknsMinorGenericQgnNoteWarr = 0x1125,
+ EAknsMinorGenericQgnNoteWml = 0x1126,
+ EAknsMinorGenericQgnPropAlbumMusic = 0x1127,
+ EAknsMinorGenericQgnPropAlbumPhoto = 0x1128,
+ EAknsMinorGenericQgnPropAlbumVideo = 0x1129,
+ EAknsMinorGenericQgnPropAmsGetNewSub = 0x112a,
+ EAknsMinorGenericQgnPropAmMidlet = 0x112b,
+ EAknsMinorGenericQgnPropAmSis = 0x112c,
+ EAknsMinorGenericQgnPropBatteryIcon = 0x112d,
+ EAknsMinorGenericQgnPropBlidCompassSub = 0x112e,
+ EAknsMinorGenericQgnPropBlidCompassTab3 = 0x112f,
+ EAknsMinorGenericQgnPropBlidLocationSub = 0x1130,
+ EAknsMinorGenericQgnPropBlidLocationTab3 = 0x1131,
+ EAknsMinorGenericQgnPropBlidNavigationSub = 0x1132,
+ EAknsMinorGenericQgnPropBlidNavigationTab3 = 0x1133,
+ EAknsMinorGenericQgnPropBrowserSelectfile = 0x1134,
+ EAknsMinorGenericQgnPropBtCarkit = 0x1135,
+ EAknsMinorGenericQgnPropBtComputer = 0x1136,
+ EAknsMinorGenericQgnPropBtDeviceTab2 = 0x1137,
+ EAknsMinorGenericQgnPropBtHeadset = 0x1138,
+ EAknsMinorGenericQgnPropBtMisc = 0x1139,
+ EAknsMinorGenericQgnPropBtPhone = 0x113a,
+ EAknsMinorGenericQgnPropBtSetTab2 = 0x113b,
+ EAknsMinorGenericQgnPropCamsBright = 0x113c,
+ EAknsMinorGenericQgnPropCamsBurst = 0x113d,
+ EAknsMinorGenericQgnPropCamsContrast = 0x113e,
+ EAknsMinorGenericQgnPropCamsSetImageTab2 = 0x113f,
+ EAknsMinorGenericQgnPropCamsSetVideoTab2 = 0x1140,
+ EAknsMinorGenericQgnPropCheckboxOffSel = 0x1141,
+ EAknsMinorGenericQgnPropClkAlarmTab2 = 0x1142,
+ EAknsMinorGenericQgnPropClkDualTab2 = 0x1143,
+ EAknsMinorGenericQgnPropCmonGprsSuspended = 0x1144,
+ EAknsMinorGenericQgnPropDrmExpForbid = 0x1145,
+ EAknsMinorGenericQgnPropDrmRightsExpForbidLarge = 0x1146, // This is a deprecated alias for QgnPropDrmExpForbidLarge
+ EAknsMinorGenericQgnPropDrmExpForbidLarge = 0x1146, // Intentionally duplicate minor value
+ EAknsMinorGenericQgnPropDrmRightsExp = 0x1147,
+ EAknsMinorGenericQgnPropDrmRightsExpLarge = 0x1148, // This is a deprecated alias for QgnPropDrmExpLarge
+ EAknsMinorGenericQgnPropDrmExpLarge = 0x1148, // Intentionally duplicate minor value
+ EAknsMinorGenericQgnPropDrmRightsHold = 0x1149,
+ EAknsMinorGenericQgnPropDrmRightsMultiple = 0x114a,
+ EAknsMinorGenericQgnPropDrmRightsValid = 0x114b,
+ EAknsMinorGenericQgnPropDrmSendForbid = 0x114c,
+ EAknsMinorGenericQgnPropDscontentTab2 = 0x114d,
+ EAknsMinorGenericQgnPropDsprofileTab2 = 0x114e,
+ EAknsMinorGenericQgnPropDycActWatch = 0x114f,
+ EAknsMinorGenericQgnPropDycAvail = 0x1150,
+ EAknsMinorGenericQgnPropDycBlockedTab3 = 0x1151,
+ EAknsMinorGenericQgnPropDycDiscreet = 0x1152,
+ EAknsMinorGenericQgnPropDycNotAvail = 0x1153,
+ EAknsMinorGenericQgnPropDycNotPublish = 0x1154,
+ EAknsMinorGenericQgnPropDycPrivateTab3 = 0x1155,
+ EAknsMinorGenericQgnPropDycPublicTab3 = 0x1156,
+ EAknsMinorGenericQgnPropDycStatusTab1 = 0x1157,
+ EAknsMinorGenericQgnPropEmpty = 0x1158,
+ EAknsMinorGenericQgnPropFileAllSub = 0x1159,
+ EAknsMinorGenericQgnPropFileAllTab4 = 0x115a,
+ EAknsMinorGenericQgnPropFileDownload = 0x115b,
+ EAknsMinorGenericQgnPropFileImagesSub = 0x115c,
+ EAknsMinorGenericQgnPropFileImagesTab4 = 0x115d,
+ EAknsMinorGenericQgnPropFileLinksSub = 0x115e,
+ EAknsMinorGenericQgnPropFileLinksTab4 = 0x115f,
+ EAknsMinorGenericQgnPropFileMusicSub = 0x1160,
+ EAknsMinorGenericQgnPropFileMusicTab4 = 0x1161,
+ EAknsMinorGenericQgnPropFileSounds = 0x1162,
+ EAknsMinorGenericQgnPropFileSoundsSub = 0x1163,
+ EAknsMinorGenericQgnPropFileSoundsTab4 = 0x1164,
+ EAknsMinorGenericQgnPropFileVideoSub = 0x1165,
+ EAknsMinorGenericQgnPropFileVideoTab4 = 0x1166,
+ EAknsMinorGenericQgnPropFmgrDycLogos = 0x1167,
+ EAknsMinorGenericQgnPropFmgrFileApps = 0x1168,
+ EAknsMinorGenericQgnPropFmgrFileCompo = 0x1169,
+ EAknsMinorGenericQgnPropFmgrFileGms = 0x116a,
+ EAknsMinorGenericQgnPropFmgrFileImage = 0x116b,
+ EAknsMinorGenericQgnPropFmgrFileLink = 0x116c,
+ EAknsMinorGenericQgnPropFmgrFilePlaylist = 0x116d,
+ EAknsMinorGenericQgnPropFmgrFileSound = 0x116e,
+ EAknsMinorGenericQgnPropFmgrFileVideo = 0x116f,
+ EAknsMinorGenericQgnPropFmgrFileVoicerec = 0x1170,
+ EAknsMinorGenericQgnPropFolder = 0x1171,
+ EAknsMinorGenericQgnPropFolderSmsTab1 = 0x1172,
+ EAknsMinorGenericQgnPropGroupOpenTab1 = 0x1173,
+ EAknsMinorGenericQgnPropGroupTab2 = 0x1174,
+ EAknsMinorGenericQgnPropGroupTab3 = 0x1175,
+ EAknsMinorGenericQgnPropImageOpenTab1 = 0x1176,
+ EAknsMinorGenericQgnPropImFriendOff = 0x1177,
+ EAknsMinorGenericQgnPropImFriendOn = 0x1178,
+ EAknsMinorGenericQgnPropImFriendTab4 = 0x1179,
+ EAknsMinorGenericQgnPropImIboxNew = 0x117a,
+ EAknsMinorGenericQgnPropImIboxTab4 = 0x117b,
+ EAknsMinorGenericQgnPropImImsg = 0x117c,
+ EAknsMinorGenericQgnPropImJoinedNotSaved = 0x117d,
+ EAknsMinorGenericQgnPropImListTab4 = 0x117e,
+ EAknsMinorGenericQgnPropImMany = 0x117f,
+ EAknsMinorGenericQgnPropImNewInvit = 0x1180,
+ EAknsMinorGenericQgnPropImNonuserCreatedSavedActive = 0x1181,
+ EAknsMinorGenericQgnPropImNonuserCreatedSavedInactive = 0x1182,
+ EAknsMinorGenericQgnPropImSaved = 0x1183,
+ EAknsMinorGenericQgnPropImSavedChat = 0x1184,
+ EAknsMinorGenericQgnPropImSavedChatTab4 = 0x1185,
+ EAknsMinorGenericQgnPropImSavedConv = 0x1186,
+ EAknsMinorGenericQgnPropImSmileysAngry = 0x1187,
+ EAknsMinorGenericQgnPropImSmileysBored = 0x1188,
+ EAknsMinorGenericQgnPropImSmileysCrying = 0x1189,
+ EAknsMinorGenericQgnPropImSmileysGlasses = 0x118a,
+ EAknsMinorGenericQgnPropImSmileysHappy = 0x118b,
+ EAknsMinorGenericQgnPropImSmileysIndif = 0x118c,
+ EAknsMinorGenericQgnPropImSmileysKiss = 0x118d,
+ EAknsMinorGenericQgnPropImSmileysLaugh = 0x118e,
+ EAknsMinorGenericQgnPropImSmileysRobot = 0x118f,
+ EAknsMinorGenericQgnPropImSmileysSad = 0x1190,
+ EAknsMinorGenericQgnPropImSmileysShock = 0x1191,
+ EAknsMinorGenericQgnPropImSmileysSkeptical = 0x1192,
+ EAknsMinorGenericQgnPropImSmileysSleepy = 0x1193,
+ EAknsMinorGenericQgnPropImSmileysSunglasses = 0x1194,
+ EAknsMinorGenericQgnPropImSmileysSurprise = 0x1195,
+ EAknsMinorGenericQgnPropImSmileysTired = 0x1196,
+ EAknsMinorGenericQgnPropImSmileysVeryhappy = 0x1197,
+ EAknsMinorGenericQgnPropImSmileysVerysad = 0x1198,
+ EAknsMinorGenericQgnPropImSmileysWickedsmile = 0x1199,
+ EAknsMinorGenericQgnPropImSmileysWink = 0x119a,
+ EAknsMinorGenericQgnPropImToMany = 0x119b,
+ EAknsMinorGenericQgnPropImUserBlocked = 0x119c,
+ EAknsMinorGenericQgnPropImUserCreatedActive = 0x119d,
+ EAknsMinorGenericQgnPropImUserCreatedInactive = 0x119e,
+ EAknsMinorGenericQgnPropKeywordFindTab1 = 0x119f,
+ EAknsMinorGenericQgnPropListAlphaTab2 = 0x11a0,
+ EAknsMinorGenericQgnPropListTab3 = 0x11a1,
+ EAknsMinorGenericQgnPropLocAccepted = 0x11a2,
+ EAknsMinorGenericQgnPropLocExpired = 0x11a3,
+ EAknsMinorGenericQgnPropLocPolicyAccept = 0x11a4,
+ EAknsMinorGenericQgnPropLocPolicyAsk = 0x11a5,
+ EAknsMinorGenericQgnPropLocPolicyReject = 0x11a6,
+ EAknsMinorGenericQgnPropLocPrivacySub = 0x11a7,
+ EAknsMinorGenericQgnPropLocPrivacyTab3 = 0x11a8,
+ EAknsMinorGenericQgnPropLocRejected = 0x11a9,
+ EAknsMinorGenericQgnPropLocRequestsTab2 = 0x11aa,
+ EAknsMinorGenericQgnPropLocRequestsTab3 = 0x11ab,
+ EAknsMinorGenericQgnPropLocSetTab2 = 0x11ac,
+ EAknsMinorGenericQgnPropLocSetTab3 = 0x11ad,
+ EAknsMinorGenericQgnPropLogCallsInTab3 = 0x11ae,
+ EAknsMinorGenericQgnPropLogCallsMissedTab3 = 0x11af,
+ EAknsMinorGenericQgnPropLogCallsOutTab3 = 0x11b0,
+ EAknsMinorGenericQgnPropLogCallsTab4 = 0x11b1,
+ EAknsMinorGenericQgnPropLogCallAll = 0x11b2,
+ EAknsMinorGenericQgnPropLogCallLast = 0x11b3,
+ EAknsMinorGenericQgnPropLogCostsSub = 0x11b4,
+ EAknsMinorGenericQgnPropLogCostsTab4 = 0x11b5,
+ EAknsMinorGenericQgnPropLogCountersTab2 = 0x11b6,
+ EAknsMinorGenericQgnPropLogGprsTab4 = 0x11b7,
+ EAknsMinorGenericQgnPropLogIn = 0x11b8,
+ EAknsMinorGenericQgnPropLogMissed = 0x11b9,
+ EAknsMinorGenericQgnPropLogOut = 0x11ba,
+ EAknsMinorGenericQgnPropLogTimersTab4 = 0x11bb,
+ EAknsMinorGenericQgnPropLogTimerCallActive = 0x11bc,
+ EAknsMinorGenericQgnPropMailText = 0x11bd,
+ EAknsMinorGenericQgnPropMailUnsupported = 0x11be,
+ EAknsMinorGenericQgnPropMceBtRead = 0x11bf,
+ EAknsMinorGenericQgnPropMceDraftsTab4 = 0x11c0,
+ EAknsMinorGenericQgnPropMceDrTab4 = 0x11c1,
+ EAknsMinorGenericQgnPropMceInboxSmall = 0x11c2,
+ EAknsMinorGenericQgnPropMceInboxTab4 = 0x11c3,
+ EAknsMinorGenericQgnPropMceIrRead = 0x11c4,
+ EAknsMinorGenericQgnPropMceIrUnread = 0x11c5,
+ EAknsMinorGenericQgnPropMceMailFetRead = 0x11c6,
+ EAknsMinorGenericQgnPropMceMailFetReaDel = 0x11c7,
+ EAknsMinorGenericQgnPropMceMailFetUnread = 0x11c8,
+ EAknsMinorGenericQgnPropMceMailUnfetRead = 0x11c9,
+ EAknsMinorGenericQgnPropMceMailUnfetUnread = 0x11ca,
+ EAknsMinorGenericQgnPropMceMmsInfo = 0x11cb,
+ EAknsMinorGenericQgnPropMceMmsRead = 0x11cc,
+ EAknsMinorGenericQgnPropMceMmsUnread = 0x11cd,
+ EAknsMinorGenericQgnPropMceNotifRead = 0x11ce,
+ EAknsMinorGenericQgnPropMceNotifUnread = 0x11cf,
+ EAknsMinorGenericQgnPropMceOutboxTab4 = 0x11d0,
+ EAknsMinorGenericQgnPropMcePushRead = 0x11d1,
+ EAknsMinorGenericQgnPropMcePushUnread = 0x11d2,
+ EAknsMinorGenericQgnPropMceRemoteOnTab4 = 0x11d3,
+ EAknsMinorGenericQgnPropMceRemoteTab4 = 0x11d4,
+ EAknsMinorGenericQgnPropMceSentTab4 = 0x11d5,
+ EAknsMinorGenericQgnPropMceSmartRead = 0x11d6,
+ EAknsMinorGenericQgnPropMceSmartUnread = 0x11d7,
+ EAknsMinorGenericQgnPropMceSmsInfo = 0x11d8,
+ EAknsMinorGenericQgnPropMceSmsRead = 0x11d9,
+ EAknsMinorGenericQgnPropMceSmsReadUrgent = 0x11da,
+ EAknsMinorGenericQgnPropMceSmsUnread = 0x11db,
+ EAknsMinorGenericQgnPropMceSmsUnreadUrgent = 0x11dc,
+ EAknsMinorGenericQgnPropMceTemplate = 0x11dd,
+ EAknsMinorGenericQgnPropMemcMmcTab = 0x11de,
+ EAknsMinorGenericQgnPropMemcMmcTab2 = 0x11df,
+ EAknsMinorGenericQgnPropMemcPhoneTab = 0x11e0,
+ EAknsMinorGenericQgnPropMemcPhoneTab2 = 0x11e1,
+ EAknsMinorGenericQgnPropMmsEmptyPageSub = 0x11e2,
+ EAknsMinorGenericQgnPropMmsTemplateImageSmSub = 0x11e3,
+ EAknsMinorGenericQgnPropMmsTemplateImageSub = 0x11e4,
+ EAknsMinorGenericQgnPropMmsTemplateTitleSub = 0x11e5,
+ EAknsMinorGenericQgnPropMmsTemplateVideoSub = 0x11e6,
+ EAknsMinorGenericQgnPropNetwork2g = 0x11e7,
+ EAknsMinorGenericQgnPropNetwork3g = 0x11e8,
+ EAknsMinorGenericQgnPropNrtypHome = 0x11e9,
+ EAknsMinorGenericQgnPropNrtypHomeDiv = 0x11ea,
+ EAknsMinorGenericQgnPropNrtypMobileDiv = 0x11eb,
+ EAknsMinorGenericQgnPropNrtypPhoneCnap = 0x11ec,
+ EAknsMinorGenericQgnPropNrtypPhoneDiv = 0x11ed,
+ EAknsMinorGenericQgnPropNrtypSdn = 0x11ee,
+ EAknsMinorGenericQgnPropNrtypVideo = 0x11ef,
+ EAknsMinorGenericQgnPropNrtypWork = 0x11f0,
+ EAknsMinorGenericQgnPropNrtypWorkDiv = 0x11f1,
+ EAknsMinorGenericQgnPropNrtypWvid = 0x11f2,
+ EAknsMinorGenericQgnPropNtypVideo = 0x11f3,
+ EAknsMinorGenericQgnPropOtaTone = 0x11f4,
+ EAknsMinorGenericQgnPropPbContactsTab3 = 0x11f5,
+ EAknsMinorGenericQgnPropPbPersonalTab4 = 0x11f6,
+ EAknsMinorGenericQgnPropPbPhotoTab3 = 0x11f7,
+ EAknsMinorGenericQgnPropPbSubsTab3 = 0x11f8,
+ EAknsMinorGenericQgnPropPinbAnchorId = 0x11f9,
+ EAknsMinorGenericQgnPropPinbBagId = 0x11fa,
+ EAknsMinorGenericQgnPropPinbBeerId = 0x11fb,
+ EAknsMinorGenericQgnPropPinbBookId = 0x11fc,
+ EAknsMinorGenericQgnPropPinbCrownId = 0x11fd,
+ EAknsMinorGenericQgnPropPinbCupId = 0x11fe,
+ EAknsMinorGenericQgnPropPinbDocument = 0x11ff,
+ EAknsMinorGenericQgnPropPinbDuckId = 0x1200,
+ EAknsMinorGenericQgnPropPinbEightId = 0x1201,
+ EAknsMinorGenericQgnPropPinbExclamtionId = 0x1202,
+ EAknsMinorGenericQgnPropPinbFiveId = 0x1203,
+ EAknsMinorGenericQgnPropPinbFourId = 0x1204,
+ EAknsMinorGenericQgnPropPinbHeartId = 0x1205,
+ EAknsMinorGenericQgnPropPinbInbox = 0x1206,
+ EAknsMinorGenericQgnPropPinbLinkBmId = 0x1207,
+ EAknsMinorGenericQgnPropPinbLinkImageId = 0x1208,
+ EAknsMinorGenericQgnPropPinbLinkMessageId = 0x1209,
+ EAknsMinorGenericQgnPropPinbLinkNoteId = 0x120a,
+ EAknsMinorGenericQgnPropPinbLinkPageId = 0x120b,
+ EAknsMinorGenericQgnPropPinbLinkToneId = 0x120c,
+ EAknsMinorGenericQgnPropPinbLinkVideoId = 0x120d,
+ EAknsMinorGenericQgnPropPinbLinkVorecId = 0x120e,
+ EAknsMinorGenericQgnPropPinbLockId = 0x120f,
+ EAknsMinorGenericQgnPropPinbLorryId = 0x1210,
+ EAknsMinorGenericQgnPropPinbMoneyId = 0x1211,
+ EAknsMinorGenericQgnPropPinbMovieId = 0x1212,
+ EAknsMinorGenericQgnPropPinbNineId = 0x1213,
+ EAknsMinorGenericQgnPropPinbNotepad = 0x1214,
+ EAknsMinorGenericQgnPropPinbOneId = 0x1215,
+ EAknsMinorGenericQgnPropPinbPhoneId = 0x1216,
+ EAknsMinorGenericQgnPropPinbSevenId = 0x1217,
+ EAknsMinorGenericQgnPropPinbSixId = 0x1218,
+ EAknsMinorGenericQgnPropPinbSmiley1Id = 0x1219,
+ EAknsMinorGenericQgnPropPinbSmiley2Id = 0x121a,
+ EAknsMinorGenericQgnPropPinbSoccerId = 0x121b,
+ EAknsMinorGenericQgnPropPinbStarId = 0x121c,
+ EAknsMinorGenericQgnPropPinbSuitcaseId = 0x121d,
+ EAknsMinorGenericQgnPropPinbTeddyId = 0x121e,
+ EAknsMinorGenericQgnPropPinbThreeId = 0x121f,
+ EAknsMinorGenericQgnPropPinbToday = 0x1220,
+ EAknsMinorGenericQgnPropPinbTwoId = 0x1221,
+ EAknsMinorGenericQgnPropPinbWml = 0x1222,
+ EAknsMinorGenericQgnPropPinbZeroId = 0x1223,
+ EAknsMinorGenericQgnPropPslnActive = 0x1224,
+ EAknsMinorGenericQgnPropPushDefault = 0x1225,
+ EAknsMinorGenericQgnPropSetAccessoryTab4 = 0x1226,
+ EAknsMinorGenericQgnPropSetBarrTab4 = 0x1227,
+ EAknsMinorGenericQgnPropSetCallTab4 = 0x1228,
+ EAknsMinorGenericQgnPropSetConnecTab4 = 0x1229,
+ EAknsMinorGenericQgnPropSetDatimTab4 = 0x122a,
+ EAknsMinorGenericQgnPropSetDeviceTab4 = 0x122b,
+ EAknsMinorGenericQgnPropSetDivTab4 = 0x122c,
+ EAknsMinorGenericQgnPropSetMpAudioTab3 = 0x122d,
+ EAknsMinorGenericQgnPropSetMpStreamTab3 = 0x122e,
+ EAknsMinorGenericQgnPropSetMpVideoTab3 = 0x122f,
+ EAknsMinorGenericQgnPropSetNetworkTab4 = 0x1230,
+ EAknsMinorGenericQgnPropSetSecTab4 = 0x1231,
+ EAknsMinorGenericQgnPropSetTonesSub = 0x1232,
+ EAknsMinorGenericQgnPropSetTonesTab4 = 0x1233,
+ EAknsMinorGenericQgnPropSignalIcon = 0x1234,
+ EAknsMinorGenericQgnPropSmlBtOff = 0x1235,
+ EAknsMinorGenericQgnPropSmlHttp = 0x1236,
+ EAknsMinorGenericQgnPropSmlHttpOff = 0x1237,
+ EAknsMinorGenericQgnPropSmlIr = 0x1238,
+ EAknsMinorGenericQgnPropSmlIrOff = 0x1239,
+ EAknsMinorGenericQgnPropSmlRemoteNewSub = 0x123a,
+ EAknsMinorGenericQgnPropSmlRemoteSub = 0x123b,
+ EAknsMinorGenericQgnPropSmlUsb = 0x123c,
+ EAknsMinorGenericQgnPropSmlUsbOff = 0x123d,
+ EAknsMinorGenericQgnPropSmsDeliveredCdma = 0x123e,
+ EAknsMinorGenericQgnPropSmsDeliveredUrgentCdma = 0x123f,
+ EAknsMinorGenericQgnPropSmsFailedCdma = 0x1240,
+ EAknsMinorGenericQgnPropSmsFailedUrgentCdma = 0x1241,
+ EAknsMinorGenericQgnPropSmsPendingCdma = 0x1242,
+ EAknsMinorGenericQgnPropSmsPendingUrgentCdma = 0x1243,
+ EAknsMinorGenericQgnPropSmsSentCdma = 0x1244,
+ EAknsMinorGenericQgnPropSmsSentUrgentCdma = 0x1245,
+ EAknsMinorGenericQgnPropSmsWaitingCdma = 0x1246,
+ EAknsMinorGenericQgnPropSmsWaitingUrgentCdma = 0x1247,
+ EAknsMinorGenericQgnPropTodoDone = 0x1248,
+ EAknsMinorGenericQgnPropTodoUndone = 0x1249,
+ EAknsMinorGenericQgnPropVoice = 0x124a,
+ EAknsMinorGenericQgnPropVpnLogError = 0x124b,
+ EAknsMinorGenericQgnPropVpnLogInfo = 0x124c,
+ EAknsMinorGenericQgnPropVpnLogWarn = 0x124d,
+ EAknsMinorGenericQgnPropWalletCards = 0x124e,
+ EAknsMinorGenericQgnPropWalletCardsLib = 0x124f,
+ EAknsMinorGenericQgnPropWalletCardsLibDef = 0x1250,
+ EAknsMinorGenericQgnPropWalletCardsLibOta = 0x1251,
+ EAknsMinorGenericQgnPropWalletCardsOta = 0x1252,
+ EAknsMinorGenericQgnPropWalletPnotes = 0x1253,
+ EAknsMinorGenericQgnPropWalletService = 0x1254,
+ EAknsMinorGenericQgnPropWalletTickets = 0x1255,
+ EAknsMinorGenericQgnPropWmlBm = 0x1256,
+ EAknsMinorGenericQgnPropWmlBmAdap = 0x1257,
+ EAknsMinorGenericQgnPropWmlBmLast = 0x1258,
+ EAknsMinorGenericQgnPropWmlBmTab2 = 0x1259,
+ EAknsMinorGenericQgnPropWmlCheckboxOff = 0x125a,
+ EAknsMinorGenericQgnPropWmlCheckboxOffSel = 0x125b,
+ EAknsMinorGenericQgnPropWmlCheckboxOn = 0x125c,
+ EAknsMinorGenericQgnPropWmlCheckboxOnSel = 0x125d,
+ EAknsMinorGenericQgnPropWmlCircle = 0x125e,
+ EAknsMinorGenericQgnPropWmlCsd = 0x125f,
+ EAknsMinorGenericQgnPropWmlDisc = 0x1260,
+ EAknsMinorGenericQgnPropWmlGprs = 0x1261,
+ EAknsMinorGenericQgnPropWmlHome = 0x1262,
+ EAknsMinorGenericQgnPropWmlHscsd = 0x1263,
+ EAknsMinorGenericQgnPropWmlImageMap = 0x1264,
+ EAknsMinorGenericQgnPropWmlImageNotShown = 0x1265,
+ EAknsMinorGenericQgnPropWmlObject = 0x1266,
+ EAknsMinorGenericQgnPropWmlPage = 0x1267,
+ EAknsMinorGenericQgnPropWmlPagesTab2 = 0x1268,
+ EAknsMinorGenericQgnPropWmlRadiobuttOff = 0x1269,
+ EAknsMinorGenericQgnPropWmlRadiobuttOffSel = 0x126a,
+ EAknsMinorGenericQgnPropWmlRadiobuttOn = 0x126b,
+ EAknsMinorGenericQgnPropWmlRadiobuttOnSel = 0x126c,
+ EAknsMinorGenericQgnPropWmlSelectarrow = 0x126d,
+ EAknsMinorGenericQgnPropWmlSelectfile = 0x126e,
+ EAknsMinorGenericQgnPropWmlSms = 0x126f,
+ EAknsMinorGenericQgnPropWmlSquare = 0x1270,
+ EAknsMinorGenericQgnStatAlarm = 0x1271,
+ EAknsMinorGenericQgnStatBt = 0x1272,
+ EAknsMinorGenericQgnStatBtBlank = 0x1273,
+ EAknsMinorGenericQgnStatBtUni = 0x1274,
+ EAknsMinorGenericQgnStatBtUniBlank = 0x1275,
+ EAknsMinorGenericQgnStatCaseArabic = 0x1276,
+ EAknsMinorGenericQgnStatCaseArabicNumeric = 0x1277,
+ EAknsMinorGenericQgnStatCaseArabicNumericQuery = 0x1278,
+ EAknsMinorGenericQgnStatCaseArabicQuery = 0x1279,
+ EAknsMinorGenericQgnStatCaseCapital = 0x127a,
+ EAknsMinorGenericQgnStatCaseCapitalFull = 0x127b,
+ EAknsMinorGenericQgnStatCaseCapitalQuery = 0x127c,
+ EAknsMinorGenericQgnStatCaseHebrew = 0x127d,
+ EAknsMinorGenericQgnStatCaseHebrewQuery = 0x127e,
+ EAknsMinorGenericQgnStatCaseNumeric = 0x127f,
+ EAknsMinorGenericQgnStatCaseNumericFull = 0x1280,
+ EAknsMinorGenericQgnStatCaseNumericQuery = 0x1281,
+ EAknsMinorGenericQgnStatCaseSmall = 0x1282,
+ EAknsMinorGenericQgnStatCaseSmallFull = 0x1283,
+ EAknsMinorGenericQgnStatCaseSmallQuery = 0x1284,
+ EAknsMinorGenericQgnStatCaseText = 0x1285,
+ EAknsMinorGenericQgnStatCaseTextFull = 0x1286,
+ EAknsMinorGenericQgnStatCaseTextQuery = 0x1287,
+ EAknsMinorGenericQgnStatCaseThai = 0x1288,
+ EAknsMinorGenericQgnStatCaseTitle = 0x1289,
+ EAknsMinorGenericQgnStatCaseTitleQuery = 0x128a,
+ EAknsMinorGenericQgnStatCdmaRoaming = 0x128b,
+ EAknsMinorGenericQgnStatCdmaRoamingUni = 0x128c,
+ EAknsMinorGenericQgnStatChiPinyin = 0x128d,
+ EAknsMinorGenericQgnStatChiPinyinQuery = 0x128e,
+ EAknsMinorGenericQgnStatChiStroke = 0x128f,
+ EAknsMinorGenericQgnStatChiStrokeFind = 0x1290,
+ EAknsMinorGenericQgnStatChiStrokeFindQuery = 0x1291,
+ EAknsMinorGenericQgnStatChiStrokeQuery = 0x1292,
+ EAknsMinorGenericQgnStatChiStrokeTrad = 0x1293,
+ EAknsMinorGenericQgnStatChiStrokeTradQuery = 0x1294,
+ EAknsMinorGenericQgnStatChiZhuyin = 0x1295,
+ EAknsMinorGenericQgnStatChiZhuyinFind = 0x1296,
+ EAknsMinorGenericQgnStatChiZhuyinFindQuery = 0x1297,
+ EAknsMinorGenericQgnStatChiZhuyinQuery = 0x1298,
+ EAknsMinorGenericQgnStatCypheringOn = 0x1299,
+ EAknsMinorGenericQgnStatCypheringOnUni = 0x129a,
+ EAknsMinorGenericQgnStatDivert0 = 0x129b,
+ EAknsMinorGenericQgnStatDivert1 = 0x129c,
+ EAknsMinorGenericQgnStatDivert12 = 0x129d,
+ EAknsMinorGenericQgnStatDivert2 = 0x129e,
+ EAknsMinorGenericQgnStatDivertVm = 0x129f,
+ EAknsMinorGenericQgnStatHeadset = 0x12a0,
+ EAknsMinorGenericQgnStatHeadsetUnavailable = 0x12a1,
+ EAknsMinorGenericQgnStatIhf = 0x12a2,
+ EAknsMinorGenericQgnStatIhfUni = 0x12a3,
+ EAknsMinorGenericQgnStatImUni = 0x12a4,
+ EAknsMinorGenericQgnStatIr = 0x12a5,
+ EAknsMinorGenericQgnStatIrBlank = 0x12a6,
+ EAknsMinorGenericQgnStatIrUni = 0x12a7,
+ EAknsMinorGenericQgnStatIrUniBlank = 0x12a8,
+ EAknsMinorGenericQgnStatJapinHiragana = 0x12a9,
+ EAknsMinorGenericQgnStatJapinHiraganaOnly = 0x12aa,
+ EAknsMinorGenericQgnStatJapinKatakanaFull = 0x12ab,
+ EAknsMinorGenericQgnStatJapinKatakanaHalf = 0x12ac,
+ EAknsMinorGenericQgnStatKeyguard = 0x12ad,
+ EAknsMinorGenericQgnStatLine2 = 0x12ae,
+ EAknsMinorGenericQgnStatLoc = 0x12af,
+ EAknsMinorGenericQgnStatLocOff = 0x12b0,
+ EAknsMinorGenericQgnStatLocOn = 0x12b1,
+ EAknsMinorGenericQgnStatLoopset = 0x12b2,
+ EAknsMinorGenericQgnStatMessage = 0x12b3,
+ EAknsMinorGenericQgnStatMessageBlank = 0x12b4,
+ EAknsMinorGenericQgnStatMessageData = 0x12b5,
+ EAknsMinorGenericQgnStatMessageDataUni = 0x12b6,
+ EAknsMinorGenericQgnStatMessageFax = 0x12b7,
+ EAknsMinorGenericQgnStatMessageFaxUni = 0x12b8,
+ EAknsMinorGenericQgnStatMessageMail = 0x12b9,
+ EAknsMinorGenericQgnStatMessageMailUni = 0x12ba,
+ EAknsMinorGenericQgnStatMessageOther = 0x12bb,
+ EAknsMinorGenericQgnStatMessageOtherUni = 0x12bc,
+ EAknsMinorGenericQgnStatMessagePs = 0x12bd,
+ EAknsMinorGenericQgnStatMessageRemote = 0x12be,
+ EAknsMinorGenericQgnStatMessageRemoteUni = 0x12bf,
+ EAknsMinorGenericQgnStatMessageUni = 0x12c0,
+ EAknsMinorGenericQgnStatMessageUniBlank = 0x12c1,
+ EAknsMinorGenericQgnStatMissedCallsUni = 0x12c2,
+ EAknsMinorGenericQgnStatMissedCallPs = 0x12c3,
+ EAknsMinorGenericQgnStatModBt = 0x12c4,
+ EAknsMinorGenericQgnStatOutbox = 0x12c5,
+ EAknsMinorGenericQgnStatOutboxUni = 0x12c6,
+ EAknsMinorGenericQgnStatQuery = 0x12c7,
+ EAknsMinorGenericQgnStatQueryQuery = 0x12c8,
+ EAknsMinorGenericQgnStatT9 = 0x12c9,
+ EAknsMinorGenericQgnStatT9Query = 0x12ca,
+ EAknsMinorGenericQgnStatTty = 0x12cb,
+ EAknsMinorGenericQgnStatUsb = 0x12cc,
+ EAknsMinorGenericQgnStatUsbUni = 0x12cd,
+ EAknsMinorGenericQgnStatVm0 = 0x12ce,
+ EAknsMinorGenericQgnStatVm0Uni = 0x12cf,
+ EAknsMinorGenericQgnStatVm1 = 0x12d0,
+ EAknsMinorGenericQgnStatVm12 = 0x12d1,
+ EAknsMinorGenericQgnStatVm12Uni = 0x12d2,
+ EAknsMinorGenericQgnStatVm1Uni = 0x12d3,
+ EAknsMinorGenericQgnStatVm2 = 0x12d4,
+ EAknsMinorGenericQgnStatVm2Uni = 0x12d5,
+ EAknsMinorGenericQgnStatZoneHome = 0x12d6,
+ EAknsMinorGenericQgnStatZoneViag = 0x12d7,
+ EAknsMinorGenericQgnIndiJapFindCaseNumericFull = 0x12d8,
+ EAknsMinorGenericQgnIndiJapFindCaseSmallFull = 0x12d9,
+ EAknsMinorGenericQgnIndiJapFindHiragana = 0x12da,
+ EAknsMinorGenericQgnIndiJapFindHiraganaOnly = 0x12db,
+ EAknsMinorGenericQgnIndiJapFindKatakanaFull = 0x12dc,
+ EAknsMinorGenericQgnIndiJapFindKatakanaHalf = 0x12dd,
+ EAknsMinorGenericQgnIndiJapFindPredictive = 0x12de,
+ EAknsMinorGenericQgnIndiRadioButtonBack = 0x12df,
+ EAknsMinorGenericQgnIndiRadioButtonBackInactive = 0x12e0,
+ EAknsMinorGenericQgnIndiRadioButtonBackPressed = 0x12e1,
+ EAknsMinorGenericQgnIndiRadioButtonDown = 0x12e2,
+ EAknsMinorGenericQgnIndiRadioButtonDownInactive = 0x12e3,
+ EAknsMinorGenericQgnIndiRadioButtonDownPressed = 0x12e4,
+ EAknsMinorGenericQgnIndiRadioButtonForward = 0x12e5,
+ EAknsMinorGenericQgnIndiRadioButtonForwardInactive = 0x12e6,
+ EAknsMinorGenericQgnIndiRadioButtonForwardPressed = 0x12e7,
+ EAknsMinorGenericQgnIndiRadioButtonPause = 0x12e8,
+ EAknsMinorGenericQgnIndiRadioButtonPauseInactive = 0x12e9,
+ EAknsMinorGenericQgnIndiRadioButtonPausePressed = 0x12ea,
+ EAknsMinorGenericQgnIndiRadioButtonRecord = 0x12eb,
+ EAknsMinorGenericQgnIndiRadioButtonRecordInactive = 0x12ec,
+ EAknsMinorGenericQgnIndiRadioButtonRecordPressed = 0x12ed,
+ EAknsMinorGenericQgnIndiRadioButtonStop = 0x12ee,
+ EAknsMinorGenericQgnIndiRadioButtonStopInactive = 0x12ef,
+ EAknsMinorGenericQgnIndiRadioButtonStopPressed = 0x12f0,
+ EAknsMinorGenericQgnIndiRadioButtonUp = 0x12f1,
+ EAknsMinorGenericQgnIndiRadioButtonUpInactive = 0x12f2,
+ EAknsMinorGenericQgnIndiRadioButtonUpPressed = 0x12f3,
+ EAknsMinorGenericQgnPropAlbumMain = 0x12f4,
+ EAknsMinorGenericQgnPropAlbumPhotoSmall = 0x12f5,
+ EAknsMinorGenericQgnPropAlbumVideoSmall = 0x12f6,
+ EAknsMinorGenericQgnPropLogGprsReceivedSub = 0x12f7,
+ EAknsMinorGenericQgnPropLogGprsSentSub = 0x12f8,
+ EAknsMinorGenericQgnPropLogGprsTab3 = 0x12f9,
+ EAknsMinorGenericQgnPropPinbLinkStreamId = 0x12fa,
+ EAknsMinorGenericQgnStatCaseShift = 0x12fb,
+ EAknsMinorGenericQgnIndiCamsBw = 0x12fc,
+ EAknsMinorGenericQgnIndiCamsCloudy = 0x12fd,
+ EAknsMinorGenericQgnIndiCamsFluorescent = 0x12fe,
+ EAknsMinorGenericQgnIndiCamsNegative = 0x12ff,
+ EAknsMinorGenericQgnIndiCamsSepia = 0x1300,
+ EAknsMinorGenericQgnIndiCamsSunny = 0x1301,
+ EAknsMinorGenericQgnIndiCamsTungsten = 0x1302,
+ EAknsMinorGenericQgnIndiPhoneAdd = 0x1303,
+ EAknsMinorGenericQgnPropLinkEmbdLarge = 0x1304,
+ EAknsMinorGenericQgnPropLinkEmbdMedium = 0x1305,
+ EAknsMinorGenericQgnPropLinkEmbdSmall = 0x1306,
+ EAknsMinorGenericQgnPropMceDraft = 0x1307,
+ EAknsMinorGenericQgnPropMceDraftNew = 0x1308,
+ EAknsMinorGenericQgnPropMceInboxSmallNew = 0x1309,
+ EAknsMinorGenericQgnPropMceOutboxSmall = 0x130a,
+ EAknsMinorGenericQgnPropMceOutboxSmallNew = 0x130b,
+ EAknsMinorGenericQgnPropMceSent = 0x130c,
+ EAknsMinorGenericQgnPropMceSentNew = 0x130d,
+ EAknsMinorGenericQgnPropSmlRemoteTab4 = 0x130e,
+ EAknsMinorGenericQgnIndiAiSat = 0x130f,
+ EAknsMinorGenericQgnMenuCb2Cxt = 0x1310,
+ EAknsMinorGenericQgnMenuSimfdnCxt = 0x1311,
+ EAknsMinorGenericQgnMenuSiminCxt = 0x1312,
+ // value 0x1313 is reserved
+ EAknsMinorGenericQgnMenuCbCxt = 0x1314,
+ EAknsMinorGenericQgnGrafMmsTemplatePrevImage = 0x1315,
+ EAknsMinorGenericQgnGrafMmsTemplatePrevText = 0x1316,
+ EAknsMinorGenericQgnGrafMmsTemplatePrevVideo = 0x1317,
+ EAknsMinorGenericQgnIndiSignalNotAvailCdma = 0x1318,
+ EAknsMinorGenericQgnIndiSignalNoService = 0x1319,
+ EAknsMinorGenericQgnMenuDycRoamingCxt = 0x131a,
+ EAknsMinorGenericQgnMenuImRoamingCxt = 0x131b,
+ EAknsMinorGenericQgnMenuMyAccountLst = 0x131c,
+ EAknsMinorGenericQgnPropAmsGetNew = 0x131d,
+ EAknsMinorGenericQgnPropFileOtherSub = 0x131e,
+ EAknsMinorGenericQgnPropFileOtherTab4 = 0x131f,
+ EAknsMinorGenericQgnPropMyAccount = 0x1320,
+ EAknsMinorGenericQgnIndiAiCale = 0x1321,
+ EAknsMinorGenericQgnIndiAiTodo = 0x1322,
+ EAknsMinorGenericQgnIndiMmsLinksEmail = 0x1323,
+ EAknsMinorGenericQgnIndiMmsLinksPhone = 0x1324,
+ EAknsMinorGenericQgnIndiMmsLinksWml = 0x1325,
+ EAknsMinorGenericQgnIndiMmsSpeakerMuted = 0x1326,
+ EAknsMinorGenericQgnPropAiShortcut = 0x1327,
+ EAknsMinorGenericQgnPropImFriendAway = 0x1328,
+ EAknsMinorGenericQgnPropImServer = 0x1329,
+ EAknsMinorGenericQgnPropMmsTemplateImageBotSub = 0x132a,
+ EAknsMinorGenericQgnPropMmsTemplateImageMidSub = 0x132b,
+ EAknsMinorGenericQgnPropMmsTemplateImageSmBotSub = 0x132c,
+ EAknsMinorGenericQgnPropMmsTemplateImageSmLdiaSub = 0x132d,
+ EAknsMinorGenericQgnPropMmsTemplateImageSmManySub = 0x132e,
+ EAknsMinorGenericQgnPropMmsTemplateImageSmRdiaSub = 0x132f,
+ EAknsMinorGenericQgnPropMmsTemplateImageSmTlSub = 0x1330,
+ EAknsMinorGenericQgnPropMmsTemplateImageSmTrSub = 0x1331,
+ EAknsMinorGenericQgnPropMmsTemplateTextSub = 0x1332,
+ EAknsMinorGenericQgnPropWmlPlay = 0x1333,
+ EAknsMinorGenericQgnIndiOnlineAlbumImageAdd = 0x1334,
+ EAknsMinorGenericQgnIndiOnlineAlbumVideoAdd = 0x1335,
+ EAknsMinorGenericQgnPropClsInactiveChannel = 0x1336,
+ EAknsMinorGenericQgnPropClsTab1 = 0x1337,
+ EAknsMinorGenericQgnPropOnlineAlbumEmpty = 0x1338,
+ EAknsMinorGenericQgnPropNetwSharedConn = 0x1339,
+ EAknsMinorGenericQgnPropFolderDynamic = 0x133a,
+ EAknsMinorGenericQgnPropFolderDynamicLarge = 0x133b,
+ EAknsMinorGenericQgnPropFolderMmc = 0x133c,
+ EAknsMinorGenericQgnPropFolderProfiles = 0x133d,
+ EAknsMinorGenericQgnPropLmArea = 0x133e,
+ EAknsMinorGenericQgnPropLmBusiness = 0x133f,
+ EAknsMinorGenericQgnPropLmCategoriesTab2 = 0x1340,
+ EAknsMinorGenericQgnPropLmChurch = 0x1341,
+ EAknsMinorGenericQgnPropLmCommunication = 0x1342,
+ EAknsMinorGenericQgnPropLmCxt = 0x1343,
+ EAknsMinorGenericQgnPropLmEducation = 0x1344,
+ EAknsMinorGenericQgnPropLmFun = 0x1345,
+ EAknsMinorGenericQgnPropLmGene = 0x1346,
+ EAknsMinorGenericQgnPropLmHotel = 0x1347,
+ EAknsMinorGenericQgnPropLmLst = 0x1348,
+ EAknsMinorGenericQgnPropLmNamesTab2 = 0x1349,
+ EAknsMinorGenericQgnPropLmOutdoor = 0x134a,
+ EAknsMinorGenericQgnPropLmPeople = 0x134b,
+ EAknsMinorGenericQgnPropLmPublic = 0x134c,
+ EAknsMinorGenericQgnPropLmRestaurant = 0x134d,
+ EAknsMinorGenericQgnPropLmShopping = 0x134e,
+ EAknsMinorGenericQgnPropLmSightseeing = 0x134f,
+ EAknsMinorGenericQgnPropLmSport = 0x1350,
+ EAknsMinorGenericQgnPropLmTransport = 0x1351,
+ EAknsMinorGenericQgnPropPmAttachAlbum = 0x1352,
+ EAknsMinorGenericQgnPropProfiles = 0x1353,
+ EAknsMinorGenericQgnPropProfilesSmall = 0x1354,
+ EAknsMinorGenericQgnPropSmlSyncFromServer = 0x1355,
+ EAknsMinorGenericQgnPropSmlSyncOff = 0x1356,
+ EAknsMinorGenericQgnPropSmlSyncServer = 0x1357,
+ EAknsMinorGenericQgnPropSmlSyncToServer = 0x1358,
+ EAknsMinorGenericQgnPropAlbumPermanentPhoto = 0x1359,
+ EAknsMinorGenericQgnPropAlbumPermanentPhotoSmall = 0x135a,
+ EAknsMinorGenericQgnPropAlbumPermanentVideo = 0x135b,
+ EAknsMinorGenericQgnPropAlbumPermanentVideoSmall = 0x135c,
+ EAknsMinorGenericQgnPropAlbumSounds = 0x135d,
+ EAknsMinorGenericQgnPropAlbumSoundsSmall = 0x135e,
+ EAknsMinorGenericQgnPropFolderPermanent = 0x135f,
+ EAknsMinorGenericQgnPropOnlineAlbumSub = 0x1360,
+ EAknsMinorGenericQgnGrafDimWipeLsc = 0x1361,
+ EAknsMinorGenericQgnGrafDimWipePrt = 0x1362,
+ EAknsMinorGenericQgnGrafLinePrimaryHorizontal = 0x1363,
+ EAknsMinorGenericQgnGrafLinePrimaryHorizontalDashed = 0x1364,
+ EAknsMinorGenericQgnGrafLinePrimaryVertical = 0x1365,
+ EAknsMinorGenericQgnGrafLinePrimaryVerticalDashed = 0x1366,
+ EAknsMinorGenericQgnGrafLineSecondaryHorizontal = 0x1367,
+ EAknsMinorGenericQgnGrafLineSecondaryVertical = 0x1368,
+ EAknsMinorGenericQgnGrafStatusSmallProgress = 0x1369,
+ EAknsMinorGenericQgnGrafStatusSmallWaitBg = 0x136a,
+ EAknsMinorGenericQgnGrafTabActiveL = 0x136b,
+ EAknsMinorGenericQgnGrafTabActiveM = 0x136c,
+ EAknsMinorGenericQgnGrafTabActiveR = 0x136d,
+ EAknsMinorGenericQgnGrafTabPassiveL = 0x136e,
+ EAknsMinorGenericQgnGrafTabPassiveM = 0x136f,
+ EAknsMinorGenericQgnGrafTabPassiveR = 0x1370,
+ EAknsMinorGenericQgnGrafVolumeSet10Off = 0x1371,
+ EAknsMinorGenericQgnGrafVolumeSet10On = 0x1372,
+ EAknsMinorGenericQgnGrafVolumeSet1Off = 0x1373,
+ EAknsMinorGenericQgnGrafVolumeSet1On = 0x1374,
+ EAknsMinorGenericQgnGrafVolumeSet2Off = 0x1375,
+ EAknsMinorGenericQgnGrafVolumeSet2On = 0x1376,
+ EAknsMinorGenericQgnGrafVolumeSet3Off = 0x1377,
+ EAknsMinorGenericQgnGrafVolumeSet3On = 0x1378,
+ EAknsMinorGenericQgnGrafVolumeSet4Off = 0x1379,
+ EAknsMinorGenericQgnGrafVolumeSet4On = 0x137a,
+ EAknsMinorGenericQgnGrafVolumeSet5Off = 0x137b,
+ EAknsMinorGenericQgnGrafVolumeSet5On = 0x137c,
+ EAknsMinorGenericQgnGrafVolumeSet6Off = 0x137d,
+ EAknsMinorGenericQgnGrafVolumeSet6On = 0x137e,
+ EAknsMinorGenericQgnGrafVolumeSet7Off = 0x137f,
+ EAknsMinorGenericQgnGrafVolumeSet7On = 0x1380,
+ EAknsMinorGenericQgnGrafVolumeSet8Off = 0x1381,
+ EAknsMinorGenericQgnGrafVolumeSet8On = 0x1382,
+ EAknsMinorGenericQgnGrafVolumeSet9Off = 0x1383,
+ EAknsMinorGenericQgnGrafVolumeSet9On = 0x1384,
+ EAknsMinorGenericQgnGrafVolumeSmall10Off = 0x1385,
+ EAknsMinorGenericQgnGrafVolumeSmall10On = 0x1386,
+ EAknsMinorGenericQgnGrafVolumeSmall1Off = 0x1387,
+ EAknsMinorGenericQgnGrafVolumeSmall1On = 0x1388,
+ EAknsMinorGenericQgnGrafVolumeSmall2Off = 0x1389,
+ EAknsMinorGenericQgnGrafVolumeSmall2On = 0x138a,
+ EAknsMinorGenericQgnGrafVolumeSmall3Off = 0x138b,
+ EAknsMinorGenericQgnGrafVolumeSmall3On = 0x138c,
+ EAknsMinorGenericQgnGrafVolumeSmall4Off = 0x138d,
+ EAknsMinorGenericQgnGrafVolumeSmall4On = 0x138e,
+ EAknsMinorGenericQgnGrafVolumeSmall5Off = 0x138f,
+ EAknsMinorGenericQgnGrafVolumeSmall5On = 0x1390,
+ EAknsMinorGenericQgnGrafVolumeSmall6Off = 0x1391,
+ EAknsMinorGenericQgnGrafVolumeSmall6On = 0x1392,
+ EAknsMinorGenericQgnGrafVolumeSmall7Off = 0x1393,
+ EAknsMinorGenericQgnGrafVolumeSmall7On = 0x1394,
+ EAknsMinorGenericQgnGrafVolumeSmall8Off = 0x1395,
+ EAknsMinorGenericQgnGrafVolumeSmall8On = 0x1396,
+ EAknsMinorGenericQgnGrafVolumeSmall9Off = 0x1397,
+ EAknsMinorGenericQgnGrafVolumeSmall9On = 0x1398,
+ EAknsMinorGenericQgnGrafWaitIncrem = 0x1399,
+ EAknsMinorGenericQgnImStatEmpty = 0x139a,
+ EAknsMinorGenericQgnIndiAmInstNoAdd = 0x139b,
+ EAknsMinorGenericQgnIndiAttachAdd = 0x139c,
+ EAknsMinorGenericQgnIndiAttachUnfetchedAdd = 0x139d,
+ EAknsMinorGenericQgnIndiAttachVideo = 0x139e,
+ EAknsMinorGenericQgnIndiBatteryStrengthLsc = 0x139f,
+ EAknsMinorGenericQgnIndiBrowserMmcAdd = 0x13a0,
+ EAknsMinorGenericQgnIndiBrowserPauseAdd = 0x13a1,
+ EAknsMinorGenericQgnIndiBtConnectedAdd = 0x13a2,
+ EAknsMinorGenericQgnIndiCallVideoBlindInMaskIcon = 0x13a3,
+ EAknsMinorGenericQgnIndiCallVideoBlindInMaskSoft = 0x13a3, // This is obsolete alias for <ref>MaskIcon
+ EAknsMinorGenericQgnIndiCallVideoBlindOutMaskIcon = 0x13a4,
+ EAknsMinorGenericQgnIndiCallVideoBlindOutMaskSoft = 0x13a4, // This is obsolete alias for <ref>MaskIcon
+ EAknsMinorGenericQgnIndiCamsBright = 0x13a5,
+ EAknsMinorGenericQgnIndiCamsBurst = 0x13a6,
+ EAknsMinorGenericQgnIndiCamsContrast = 0x13a7,
+ EAknsMinorGenericQgnIndiCamsZoomBgMax = 0x13a8,
+ EAknsMinorGenericQgnIndiCamsZoomBgMin = 0x13a9,
+ EAknsMinorGenericQgnIndiChiFindCangjie = 0x13aa,
+ EAknsMinorGenericQgnIndiConnectionOnRoamAdd = 0x13ab,
+ EAknsMinorGenericQgnIndiDrmManyMoAdd = 0x13ac,
+ EAknsMinorGenericQgnIndiDycDiacreetAdd = 0x13ad,
+ EAknsMinorGenericQgnIndiEnter = 0x13ae,
+ EAknsMinorGenericQgnIndiFindGlassAdvanced = 0x13af,
+ EAknsMinorGenericQgnIndiFindNone = 0x13b0,
+ EAknsMinorGenericQgnIndiImportantAdd = 0x13b1,
+ EAknsMinorGenericQgnIndiImMessage = 0x13b2,
+ EAknsMinorGenericQgnIndiLocPolicyAcceptAdd = 0x13b3,
+ EAknsMinorGenericQgnIndiLocPolicyAskAdd = 0x13b4,
+ EAknsMinorGenericQgnIndiMmsEarpiece = 0x13b5,
+ EAknsMinorGenericQgnIndiMmsNoncorm = 0x13b6,
+ EAknsMinorGenericQgnIndiMmsStop = 0x13b7,
+ EAknsMinorGenericQgnIndiSettProtectedInvAdd = 0x13b8,
+ EAknsMinorGenericQgnIndiSignalStrengthLsc = 0x13b9,
+ EAknsMinorGenericQgnIndiSignalWcdmaSuspended = 0x13ba,
+ EAknsMinorGenericQgnIndiTextLeft = 0x13bb,
+ EAknsMinorGenericQgnIndiTextRight = 0x13bc,
+ EAknsMinorGenericQgnIndiWmlImageNoteShown = 0x13bd,
+ EAknsMinorGenericQgnIndiWmlImageNotShown = 0x13be,
+ EAknsMinorGenericQgnPropBildNavigationSub = 0x13bf,
+ EAknsMinorGenericQgnPropBtDevicesTab2 = 0x13c0,
+ EAknsMinorGenericQgnPropGroupVip = 0x13c1,
+ EAknsMinorGenericQgnPropLogCallsTab3 = 0x13c2,
+ EAknsMinorGenericQgnPropLogTimersTab3 = 0x13c3,
+ EAknsMinorGenericQgnPropMceDrafts = 0x13c4,
+ EAknsMinorGenericQgnPropMceDraftsNew = 0x13c5,
+ EAknsMinorGenericQgnPropMceMailFetReadDel = 0x13c6,
+ EAknsMinorGenericQgnPropMceSmsTab4 = 0x13c7,
+ EAknsMinorGenericQgnPropModeRing = 0x13c8,
+ EAknsMinorGenericQgnPropPbContactsTab1 = 0x13c9,
+ EAknsMinorGenericQgnPropPbContactsTab2 = 0x13ca,
+ EAknsMinorGenericQgnPropPinbExclamationId = 0x13cb,
+ EAknsMinorGenericQgnPropPlsnActive = 0x13cc,
+ EAknsMinorGenericQgnPropSetButton = 0x13cd,
+ EAknsMinorGenericQgnPropVoiceMidi = 0x13ce,
+ EAknsMinorGenericQgnPropVoiceWav = 0x13cf,
+ EAknsMinorGenericQgnPropVpnAccessPoint = 0x13d0,
+ EAknsMinorGenericQgnPropWmlUssd = 0x13d1,
+ EAknsMinorGenericQgnStatChiCangjie = 0x13d2,
+ EAknsMinorGenericQgnStatConnectionOnUni = 0x13d3,
+ EAknsMinorGenericQgnStatCsd = 0x13d4,
+ EAknsMinorGenericQgnStatCsdUni = 0x13d5,
+ EAknsMinorGenericQgnStatDsign = 0x13d6,
+ EAknsMinorGenericQgnStatHscsd = 0x13d7,
+ EAknsMinorGenericQgnStatHscsdUni = 0x13d8,
+ EAknsMinorGenericQgnStatMissedCalls = 0x13d9,
+ EAknsMinorGenericQgnStatNoCalls = 0x13da,
+ EAknsMinorGenericQgnStatNoCallsUni = 0x13db,
+ EAknsMinorGenericQgnIndiWlanSecureNetworkAdd = 0x13dc,
+ EAknsMinorGenericQgnIndiWlanSignalGoodAdd = 0x13dd,
+ EAknsMinorGenericQgnIndiWlanSignalLowAdd = 0x13de,
+ EAknsMinorGenericQgnIndiWlanSignalMedAdd = 0x13df,
+ EAknsMinorGenericQgnPropCmonConnActive = 0x13e0,
+ EAknsMinorGenericQgnPropCmonWlanAvail = 0x13e1,
+ EAknsMinorGenericQgnPropCmonWlanConn = 0x13e2,
+ EAknsMinorGenericQgnPropWlanBearer = 0x13e3,
+ EAknsMinorGenericQgnPropWlanEasy = 0x13e4,
+ EAknsMinorGenericQgnStatWlanActive = 0x13e5,
+ EAknsMinorGenericQgnStatWlanActiveSecure = 0x13e6,
+ EAknsMinorGenericQgnStatWlanActiveSecureUni = 0x13e7,
+ EAknsMinorGenericQgnStatWlanActiveUni = 0x13e8,
+ EAknsMinorGenericQgnStatWlanAvail = 0x13e9,
+ EAknsMinorGenericQgnStatWlanAvailUni = 0x13ea,
+ EAknsMinorGenericQgnGrafMmsAudioCorrupted = 0x13eb,
+ EAknsMinorGenericQgnGrafMmsAudioDrm = 0x13ec,
+ EAknsMinorGenericQgnGrafMmsImageCorrupted = 0x13ed,
+ EAknsMinorGenericQgnGrafMmsImageDrm = 0x13ee,
+ EAknsMinorGenericQgnGrafMmsVideoCorrupted = 0x13ef,
+ EAknsMinorGenericQgnGrafMmsVideoDrm = 0x13f0,
+ EAknsMinorGenericQgnMenuEmpty = 0x13f1,
+ EAknsMinorGenericQgnPropImFriendTab3 = 0x13f2,
+ EAknsMinorGenericQgnPropImIboxTab3 = 0x13f3,
+ EAknsMinorGenericQgnPropImListTab3 = 0x13f4,
+ EAknsMinorGenericQgnPropImSavedChatTab3 = 0x13f5,
+ EAknsMinorGenericQgnIndiSignalEgprsAttach = 0x13f6,
+ EAknsMinorGenericQgnIndiSignalEgprsContext = 0x13f7,
+ EAknsMinorGenericQgnIndiSignalEgprsMultipdp = 0x13f8,
+ EAknsMinorGenericQgnIndiSignalEgprsSuspended = 0x13f9,
+ EAknsMinorGenericQgnStatPocOn = 0x13fa,
+ EAknsMinorGenericQgnMenuGroupConnectLst = 0x13fb,
+ EAknsMinorGenericQgnMenuGroupConnect = 0x13fb, // Intentional duplicate
+ EAknsMinorGenericQgnMenuGroupExtrasLst = 0x13fc,
+ EAknsMinorGenericQgnMenuGroupExtras = 0x13fc, // Intentional duplicate
+ EAknsMinorGenericQgnMenuGroupInstallLst = 0x13fd,
+ EAknsMinorGenericQgnMenuGroupInstall = 0x13fd, // Intentional duplicate
+ EAknsMinorGenericQgnMenuGroupOrganiserLst = 0x13fe,
+ EAknsMinorGenericQgnMenuGroupOrganiser = 0x13fe, // Intentional duplicate
+ EAknsMinorGenericQgnMenuGroupToolsLst = 0x13ff,
+ EAknsMinorGenericQgnMenuGroupTools = 0x13ff, // Intentional duplicate
+ EAknsMinorGenericQgnIndiCamsZoomMax = 0x1400,
+ EAknsMinorGenericQgnIndiCamsZoomMin = 0x1401,
+ EAknsMinorGenericQgnIndiAiMusicPause = 0x1402,
+ EAknsMinorGenericQgnIndiAiMusicPlay = 0x1403,
+ EAknsMinorGenericQgnIndiAiNtDef = 0x1404,
+ EAknsMinorGenericQgnIndiAlarmInactiveAdd = 0x1405,
+ EAknsMinorGenericQgnIndiCdrTodo = 0x1406,
+ EAknsMinorGenericQgnIndiViewerPanningDown = 0x1407,
+ EAknsMinorGenericQgnIndiViewerPanningLeft = 0x1408,
+ EAknsMinorGenericQgnIndiViewerPanningRight = 0x1409,
+ EAknsMinorGenericQgnIndiViewerPanningUp = 0x140a,
+ EAknsMinorGenericQgnIndiViewerPointer = 0x140b,
+ EAknsMinorGenericQgnIndiViewerPointerHand = 0x140c,
+ EAknsMinorGenericQgnPropLogCallsMostdialTab4 = 0x140d,
+ EAknsMinorGenericQgnPropLogMostdSub = 0x140e,
+ EAknsMinorGenericQgnAreaMainMup = 0x140f,
+ EAknsMinorGenericQgnGrafBlid = 0x1410,
+ EAknsMinorGenericQgnGrafBlidDestNear = 0x1411,
+ EAknsMinorGenericQgnGrafBlidDir = 0x1412,
+ EAknsMinorGenericQgnGrafMupBarProgress = 0x1413,
+ EAknsMinorGenericQgnGrafMupBarProgress2 = 0x1414,
+ EAknsMinorGenericQgnGrafMupVisualizerImage = 0x1415,
+ EAknsMinorGenericQgnGrafMupVisualizerMaskIcon = 0x1416,
+ EAknsMinorGenericQgnGrafMupVisualizerMaskSoft = 0x1416, // This is obsolete alias for <ref>MaskIcon
+ EAknsMinorGenericQgnIndiAppOpen = 0x1417,
+ EAknsMinorGenericQgnIndiCallVoipActive = 0x1418,
+ EAknsMinorGenericQgnIndiCallVoipActive2 = 0x1419,
+ EAknsMinorGenericQgnIndiCallVoipActiveConf = 0x141a,
+ EAknsMinorGenericQgnIndiCallVoipCallstaDisconn = 0x141b,
+ EAknsMinorGenericQgnIndiCallVoipDisconn = 0x141c,
+ EAknsMinorGenericQgnIndiCallVoipDisconnConf = 0x141d,
+ EAknsMinorGenericQgnIndiCallVoipHeld = 0x141e,
+ EAknsMinorGenericQgnIndiCallVoipHeldConf = 0x141f,
+ EAknsMinorGenericQgnIndiCallVoipWaiting1 = 0x1420,
+ EAknsMinorGenericQgnIndiCallVoipWaiting2 = 0x1421,
+ EAknsMinorGenericQgnIndiMupButtonLink = 0x1422,
+ EAknsMinorGenericQgnIndiMupButtonLinkDimmed = 0x1423,
+ EAknsMinorGenericQgnIndiMupButtonLinkHl = 0x1424,
+ EAknsMinorGenericQgnIndiMupButtonLinkInact = 0x1425,
+ EAknsMinorGenericQgnIndiMupButtonMc = 0x1426,
+ EAknsMinorGenericQgnIndiMupButtonMcHl = 0x1427,
+ EAknsMinorGenericQgnIndiMupButtonMcInact = 0x1428,
+ EAknsMinorGenericQgnIndiMupButtonNext = 0x1429,
+ EAknsMinorGenericQgnIndiMupButtonNextHl = 0x142a,
+ EAknsMinorGenericQgnIndiMupButtonNextInact = 0x142b,
+ EAknsMinorGenericQgnIndiMupButtonPause = 0x142c,
+ EAknsMinorGenericQgnIndiMupButtonPauseHl = 0x142d,
+ EAknsMinorGenericQgnIndiMupButtonPauseInact = 0x142e,
+ EAknsMinorGenericQgnIndiMupButtonPlay = 0x142f,
+ EAknsMinorGenericQgnIndiMupButtonPlaylist = 0x1430,
+ EAknsMinorGenericQgnIndiMupButtonPlaylistDimmed = 0x1431,
+ EAknsMinorGenericQgnIndiMupButtonPlaylistHl = 0x1432,
+ EAknsMinorGenericQgnIndiMupButtonPlaylistInact = 0x1433,
+ EAknsMinorGenericQgnIndiMupButtonPlayHl = 0x1434,
+ EAknsMinorGenericQgnIndiMupButtonPlayInact = 0x1435,
+ EAknsMinorGenericQgnIndiMupButtonPrev = 0x1436,
+ EAknsMinorGenericQgnIndiMupButtonPrevHl = 0x1437,
+ EAknsMinorGenericQgnIndiMupButtonPrevInact = 0x1438,
+ EAknsMinorGenericQgnIndiMupButtonStop = 0x1439,
+ EAknsMinorGenericQgnIndiMupButtonStopHl = 0x143a,
+ EAknsMinorGenericQgnIndiMupEq = 0x143b,
+ EAknsMinorGenericQgnIndiMupEqBg = 0x143c,
+ EAknsMinorGenericQgnIndiMupEqSlider = 0x143d,
+ EAknsMinorGenericQgnIndiMupPause = 0x143e,
+ EAknsMinorGenericQgnIndiMupPauseAdd = 0x143f,
+ EAknsMinorGenericQgnIndiMupPlay = 0x1440,
+ EAknsMinorGenericQgnIndiMupPlayAdd = 0x1441,
+ EAknsMinorGenericQgnIndiMupSpeaker = 0x1442,
+ EAknsMinorGenericQgnIndiMupSpeakerMuted = 0x1443,
+ EAknsMinorGenericQgnIndiMupStop = 0x1444,
+ EAknsMinorGenericQgnIndiMupStopAdd = 0x1445,
+ EAknsMinorGenericQgnIndiMupVolumeSlider = 0x1446,
+ EAknsMinorGenericQgnIndiMupVolumeSliderBg = 0x1447,
+ EAknsMinorGenericQgnMenuGroupMedia = 0x1448,
+ EAknsMinorGenericQgnMenuVoip = 0x1449,
+ EAknsMinorGenericQgnNoteAlarmTodo = 0x144a,
+ EAknsMinorGenericQgnPropBlidTripSub = 0x144b,
+ EAknsMinorGenericQgnPropBlidTripTab3 = 0x144c,
+ EAknsMinorGenericQgnPropBlidWaypoint = 0x144d,
+ EAknsMinorGenericQgnPropLinkEmbd = 0x144e,
+ EAknsMinorGenericQgnPropMupAlbum = 0x144f,
+ EAknsMinorGenericQgnPropMupArtist = 0x1450,
+ EAknsMinorGenericQgnPropMupAudio = 0x1451,
+ EAknsMinorGenericQgnPropMupComposer = 0x1452,
+ EAknsMinorGenericQgnPropMupGenre = 0x1453,
+ EAknsMinorGenericQgnPropMupPlaylist = 0x1454,
+ EAknsMinorGenericQgnPropMupSongs = 0x1455,
+ EAknsMinorGenericQgnPropNrtypVoip = 0x1456,
+ EAknsMinorGenericQgnPropNrtypVoipDiv = 0x1457,
+ EAknsMinorGenericQgnPropSubCurrent = 0x1458,
+ EAknsMinorGenericQgnPropSubMarked = 0x1459,
+ EAknsMinorGenericQgnStatPocOnUni = 0x145a,
+ EAknsMinorGenericQgnStatVietCaseCapital = 0x145b,
+ EAknsMinorGenericQgnStatVietCaseSmall = 0x145c,
+ EAknsMinorGenericQgnStatVietCaseText = 0x145d,
+ EAknsMinorGenericQgnIndiSyncSetAdd = 0x145e,
+ EAknsMinorGenericQgnPropMceMms = 0x145f,
+ EAknsMinorGenericQgnPropUnknown = 0x1460,
+ EAknsMinorGenericQgnStatMsgNumber = 0x1461,
+ EAknsMinorGenericQgnStatMsgRoom = 0x1462,
+ EAknsMinorGenericQgnStatSilent = 0x1463,
+ EAknsMinorGenericQgnGrafBgGray = 0x1464,
+ EAknsMinorGenericQgnIndiAiNt3g = 0x1465,
+ EAknsMinorGenericQgnIndiAiNtAudvideo = 0x1466,
+ EAknsMinorGenericQgnIndiAiNtChat = 0x1467,
+ EAknsMinorGenericQgnIndiAiNtDirectio = 0x1468,
+ EAknsMinorGenericQgnIndiAiNtDownload = 0x1469,
+ EAknsMinorGenericQgnIndiAiNtEconomy = 0x146a,
+ EAknsMinorGenericQgnIndiAiNtErotic = 0x146b,
+ EAknsMinorGenericQgnIndiAiNtEvent = 0x146c,
+ EAknsMinorGenericQgnIndiAiNtFilm = 0x146d,
+ EAknsMinorGenericQgnIndiAiNtFinanceu = 0x146e,
+ EAknsMinorGenericQgnIndiAiNtFinancuk = 0x146f,
+ EAknsMinorGenericQgnIndiAiNtFind = 0x1470,
+ EAknsMinorGenericQgnIndiAiNtFlirt = 0x1471,
+ EAknsMinorGenericQgnIndiAiNtFormula1 = 0x1472,
+ EAknsMinorGenericQgnIndiAiNtFun = 0x1473,
+ EAknsMinorGenericQgnIndiAiNtGames = 0x1474,
+ EAknsMinorGenericQgnIndiAiNtHoroscop = 0x1475,
+ EAknsMinorGenericQgnIndiAiNtLottery = 0x1476,
+ EAknsMinorGenericQgnIndiAiNtMessage = 0x1477,
+ EAknsMinorGenericQgnIndiAiNtMusic = 0x1478,
+ EAknsMinorGenericQgnIndiAiNtNewidea = 0x1479,
+ EAknsMinorGenericQgnIndiAiNtNews = 0x147a,
+ EAknsMinorGenericQgnIndiAiNtNewsweat = 0x147b,
+ EAknsMinorGenericQgnIndiAiNtParty = 0x147c,
+ EAknsMinorGenericQgnIndiAiNtShopping = 0x147d,
+ EAknsMinorGenericQgnIndiAiNtSoccer1 = 0x147e,
+ EAknsMinorGenericQgnIndiAiNtSoccer2 = 0x147f,
+ EAknsMinorGenericQgnIndiAiNtSoccerwc = 0x1480,
+ EAknsMinorGenericQgnIndiAiNtStar = 0x1481,
+ EAknsMinorGenericQgnIndiAiNtTopten = 0x1482,
+ EAknsMinorGenericQgnIndiAiNtTravel = 0x1483,
+ EAknsMinorGenericQgnIndiAiNtTv = 0x1484,
+ EAknsMinorGenericQgnIndiAiNtVodafone = 0x1485,
+ EAknsMinorGenericQgnIndiAiNtWeather = 0x1486,
+ EAknsMinorGenericQgnIndiAiNtWinterol = 0x1487,
+ EAknsMinorGenericQgnIndiAiNtXmas = 0x1488,
+ EAknsMinorGenericQgnPropPinbEight = 0x1489,
+ EAknsMinorGenericQgnGrafMmsPostcardBack = 0x148a,
+ EAknsMinorGenericQgnGrafMmsPostcardFront = 0x148b,
+ EAknsMinorGenericQgnGrafMmsPostcardInsertImageBg = 0x148c,
+ EAknsMinorGenericQgnIndiFileCorruptedAdd = 0x148d,
+ EAknsMinorGenericQgnIndiMmsPostcardDown = 0x148e,
+ EAknsMinorGenericQgnIndiMmsPostcardImage = 0x148f,
+ EAknsMinorGenericQgnIndiMmsPostcardStamp = 0x1490,
+ EAknsMinorGenericQgnIndiMmsPostcardText = 0x1491,
+ EAknsMinorGenericQgnIndiMmsPostcardUp = 0x1492,
+ EAknsMinorGenericQgnIndiMupButtonMcDimmed = 0x1493,
+ EAknsMinorGenericQgnIndiMupButtonStopInact = 0x1494,
+ EAknsMinorGenericQgnIndiMupRandom = 0x1495,
+ EAknsMinorGenericQgnIndiMupRepeat = 0x1496,
+ EAknsMinorGenericQgnIndiWmlWindows = 0x1497,
+ EAknsMinorGenericQgnPropFileVideoMp = 0x1498,
+ EAknsMinorGenericQgnPropMcePostcard = 0x1499,
+ EAknsMinorGenericQgnPropMmsPostcardAddressActive = 0x149a,
+ EAknsMinorGenericQgnPropMmsPostcardAddressInactive = 0x149b,
+ EAknsMinorGenericQgnPropMmsPostcardGreetingActive = 0x149c,
+ EAknsMinorGenericQgnPropMmsPostcardGreetingInactive = 0x149d,
+ EAknsMinorGenericQgnPropDrmExpForbidSuper = 0x149e,
+ EAknsMinorGenericQgnPropDrmRemovedLarge = 0x149f,
+ EAknsMinorGenericQgnPropDrmRemovedTab3 = 0x14a0,
+ EAknsMinorGenericQgnPropDrmRightsExpSuper = 0x14a1,
+ EAknsMinorGenericQgnPropDrmRightsGroup = 0x14a2,
+ EAknsMinorGenericQgnPropDrmRightsInvalidTab3 = 0x14a3,
+ EAknsMinorGenericQgnPropDrmRightsValidSuper = 0x14a4,
+ EAknsMinorGenericQgnPropDrmRightsValidTab3 = 0x14a5,
+ EAknsMinorGenericQgnPropDrmSendForbidSuper = 0x14a6,
+ EAknsMinorGenericQgnPropDrmValidLarge = 0x14a7,
+ EAknsMinorGenericQgnPropMupPlaylistAuto = 0x14a8,
+ EAknsMinorGenericQgnStatCarkit = 0x14a9,
+ EAknsMinorGenericQgnGrafMmsVolumeOff = 0x14aa,
+ EAknsMinorGenericQgnGrafMmsVolumeOn = 0x14ab,
+ EAknsMinorGenericQgnStatRoaming = 0x14ac,
+ EAknsMinorGenericQgnStatRoamingUni = 0x14ad,
+ EAknsMinorGenericQgnGrafBarFrameCenter = 0x14ae,
+ EAknsMinorGenericQgnGrafBgPhobThumbnail = 0x14af,
+ EAknsMinorGenericQgnGrafBlidDirMask = 0x14b0,
+ EAknsMinorGenericQgnGrafCalcResultsLine = 0x14b1,
+ EAknsMinorGenericQgnGrafMupBarFrame = 0x14b2,
+ EAknsMinorGenericQgnIndiAiNtAntenna = 0x14b3,
+ EAknsMinorGenericQgnIndiAiNtArrowLeft = 0x14b4,
+ EAknsMinorGenericQgnIndiAiNtArrowRight = 0x14b5,
+ EAknsMinorGenericQgnIndiAiNtAt = 0x14b6,
+ EAknsMinorGenericQgnIndiAiNtAttentio = 0x14b7,
+ EAknsMinorGenericQgnIndiAiNtBirthday = 0x14b8,
+ EAknsMinorGenericQgnIndiAiNtCamera = 0x14b9,
+ EAknsMinorGenericQgnIndiAiNtCar = 0x14ba,
+ EAknsMinorGenericQgnIndiAiNtConferen = 0x14bb,
+ EAknsMinorGenericQgnIndiAiNtDisc = 0x14bc,
+ EAknsMinorGenericQgnIndiAiNtFilm1 = 0x14bd,
+ EAknsMinorGenericQgnIndiAiNtFilmcam = 0x14be,
+ EAknsMinorGenericQgnIndiAiNtFirstaid = 0x14bf,
+ EAknsMinorGenericQgnIndiAiNtHeadset = 0x14c0,
+ EAknsMinorGenericQgnIndiAiNtLove = 0x14c1,
+ EAknsMinorGenericQgnIndiAiNtMicrowav = 0x14c2,
+ EAknsMinorGenericQgnIndiAiNtMoney = 0x14c3,
+ EAknsMinorGenericQgnIndiAiNtMusic1 = 0x14c4,
+ EAknsMinorGenericQgnIndiAiNtRadio = 0x14c5,
+ EAknsMinorGenericQgnIndiAiNtRecordpl = 0x14c6,
+ EAknsMinorGenericQgnIndiAiNtScreen = 0x14c7,
+ EAknsMinorGenericQgnIndiAiNtStopwatc = 0x14c8,
+ EAknsMinorGenericQgnIndiAiNtTheme = 0x14c9,
+ EAknsMinorGenericQgnIndiAiNtTourweat = 0x14ca,
+ EAknsMinorGenericQgnIndiAiNtWorld = 0x14cb,
+ EAknsMinorGenericQgnIndiDrmRightsAdd = 0x14cc,
+ EAknsMinorGenericQgnPropFileSwf = 0x14cd,
+ EAknsMinorGenericQgnPropFileSwfSmall = 0x14ce,
+ EAknsMinorGenericQgnIndiVoipCallActive = 0x14cf,
+ EAknsMinorGenericQgnIndiVoipCallActive2 = 0x14d0,
+ EAknsMinorGenericQgnIndiVoipCallDisconn = 0x14d1,
+ EAknsMinorGenericQgnIndiVoipCallHeld = 0x14d2,
+ EAknsMinorGenericQgnIndiVoipCallWaiting1 = 0x14d3,
+ EAknsMinorGenericQgnIndiVoipCallWaiting2 = 0x14d4,
+ EAknsMinorGenericQgnIndiVoipCallWaitingDisconn = 0x14d5,
+ EAknsMinorGenericQgnIndiVoipReadiness = 0x14d6,
+ EAknsMinorGenericQgnStatDivertVoip = 0x14d7,
+ EAknsMinorGenericQgnStatImPs12 = 0x14d8,
+ EAknsMinorGenericQgnStatImPs16 = 0x14d9,
+ EAknsMinorGenericQgnStatKeyguardPs12 = 0x14da,
+ EAknsMinorGenericQgnStatKeyguardPs16 = 0x14db,
+ EAknsMinorGenericQgnStatMessageMailPs12 = 0x14dc,
+ EAknsMinorGenericQgnStatMessageMailPs16 = 0x14dd,
+ EAknsMinorGenericQgnStatMessagePs12 = 0x14de,
+ EAknsMinorGenericQgnStatMessagePs16 = 0x14df,
+ EAknsMinorGenericQgnStatMissedCallsPs12 = 0x14e0,
+ EAknsMinorGenericQgnStatMissedCallsPs16 = 0x14e1,
+ EAknsMinorGenericQgnStatVm0Ps12 = 0x14e2,
+ EAknsMinorGenericQgnStatVm0Ps16 = 0x14e3,
+ EAknsMinorGenericQgnGrafBlidDirringMask = 0x14e4,
+ EAknsMinorGenericQgnGrafCallFirstOneActiveEmegency = 0x14e5,
+ EAknsMinorGenericQgnGrafMmsAudioDrmInvalidSendForbid = 0x14e6,
+ EAknsMinorGenericQgnGrafMmsAudioDrmValidSend = 0x14e7,
+ EAknsMinorGenericQgnGrafMmsAudioDrmValidSendForbid = 0x14e8,
+ EAknsMinorGenericQgnGrafMmsImageDrmInvalidSendForbid = 0x14e9,
+ EAknsMinorGenericQgnGrafMmsPres = 0x14ea,
+ EAknsMinorGenericQgnGrafMmsPresCorrupted = 0x14eb,
+ EAknsMinorGenericQgnGrafMmsPresDrmInvalidSend = 0x14ec,
+ EAknsMinorGenericQgnGrafMmsPresDrmInvalidSendForbid = 0x14ed,
+ EAknsMinorGenericQgnGrafMmsVideoDrmInvalidSendForbid = 0x14ee,
+ EAknsMinorGenericQgnGrafMmsVideoDrmValidSend = 0x14ef,
+ EAknsMinorGenericQgnGrafMmsVideoDrmValidSendForbid = 0x14f0,
+ EAknsMinorGenericQgnGrafShutdown = 0x14f1,
+ EAknsMinorGenericQgnGrafShutdownBg = 0x14f2,
+ EAknsMinorGenericQgnGrafStartup = 0x14f3,
+ EAknsMinorGenericQgnGrafStartupBg = 0x14f4,
+ EAknsMinorGenericQgnGrafUsb = 0x14f5,
+ EAknsMinorGenericQgnGrafUsbBg = 0x14f6,
+ EAknsMinorGenericQgnIndiCallActiveEmergencyCallsta = 0x14f7,
+ EAknsMinorGenericQgnIndiMcePriorityHigh = 0x14f8,
+ EAknsMinorGenericQgnIndiMcePriorityLow = 0x14f9,
+ EAknsMinorGenericQgnIndiMupButtonNextDimmed = 0x14fa,
+ EAknsMinorGenericQgnIndiMupButtonPauseDimmed = 0x14fb,
+ EAknsMinorGenericQgnIndiMupButtonPlayDimmed = 0x14fc,
+ EAknsMinorGenericQgnIndiMupButtonPrevDimmed = 0x14fd,
+ EAknsMinorGenericQgnIndiMupButtonStopDimmed = 0x14fe,
+ EAknsMinorGenericQgnIndiMupRepeatOne = 0x14ff,
+ EAknsMinorGenericQgnIndiPocAdd = 0x1500,
+ EAknsMinorGenericQgnIndiVietFindSmall = 0x1501,
+ EAknsMinorGenericQgnNotePoc = 0x1502,
+ EAknsMinorGenericQgnPropFilePresentation = 0x1503,
+ EAknsMinorGenericQgnPropFilePresentationsSub = 0x1504,
+ EAknsMinorGenericQgnPropFilePresentationsTab4 = 0x1505,
+ EAknsMinorGenericQgnPropImFriendInvisible = 0x1506,
+ EAknsMinorGenericQgnPropMceDelivered = 0x1507,
+ EAknsMinorGenericQgnPropMceDeliveryFailed = 0x1508,
+ EAknsMinorGenericQgnPropMceDeliveryPending = 0x1509,
+ EAknsMinorGenericQgnPropMceMmsDelivered = 0x150a,
+ EAknsMinorGenericQgnPropMceMmsDeliveryFailed = 0x150b,
+ EAknsMinorGenericQgnPropMceMmsDeliveryPending = 0x150c,
+ EAknsMinorGenericQgnPropMocFile = 0x150d,
+ EAknsMinorGenericQgnPropMocFolder = 0x150e,
+ EAknsMinorGenericQgnPropMocFolderSub = 0x150f,
+ EAknsMinorGenericQgnPropModAudio = 0x1510,
+ EAknsMinorGenericQgnPropModAudioCol = 0x1511,
+ EAknsMinorGenericQgnPropModAudioExp = 0x1512,
+ EAknsMinorGenericQgnPropModChapter = 0x1513,
+ EAknsMinorGenericQgnPropModChapterCol = 0x1514,
+ EAknsMinorGenericQgnPropModChapterExp = 0x1515,
+ EAknsMinorGenericQgnPropModComment = 0x1516,
+ EAknsMinorGenericQgnPropModCommentCol = 0x1517,
+ EAknsMinorGenericQgnPropModCommentExp = 0x1518,
+ EAknsMinorGenericQgnPropModDoc = 0x1519,
+ EAknsMinorGenericQgnPropModDocCol = 0x151a,
+ EAknsMinorGenericQgnPropModDocExp = 0x151b,
+ EAknsMinorGenericQgnPropModHierarchyViewTab3 = 0x151c,
+ EAknsMinorGenericQgnPropModImage = 0x151d,
+ EAknsMinorGenericQgnPropModImageCol = 0x151e,
+ EAknsMinorGenericQgnPropModImageExp = 0x151f,
+ EAknsMinorGenericQgnPropModLayoutViewTab3 = 0x1520,
+ EAknsMinorGenericQgnPropModLink = 0x1521,
+ EAknsMinorGenericQgnPropModLinkCol = 0x1522,
+ EAknsMinorGenericQgnPropModLinkExp = 0x1523,
+ EAknsMinorGenericQgnPropModNormViewTab3 = 0x1524,
+ EAknsMinorGenericQgnPropModPaint = 0x1525,
+ EAknsMinorGenericQgnPropModPaintCol = 0x1526,
+ EAknsMinorGenericQgnPropModPaintExp = 0x1527,
+ EAknsMinorGenericQgnPropModPresentation = 0x1528,
+ EAknsMinorGenericQgnPropModPresentationCol = 0x1529,
+ EAknsMinorGenericQgnPropModPresentationExp = 0x152a,
+ EAknsMinorGenericQgnPropModReference = 0x152b,
+ EAknsMinorGenericQgnPropModReferenceCol = 0x152c,
+ EAknsMinorGenericQgnPropModReferenceExp = 0x152d,
+ EAknsMinorGenericQgnPropModSheet = 0x152e,
+ EAknsMinorGenericQgnPropModSheetCol = 0x152f,
+ EAknsMinorGenericQgnPropModSheetExp = 0x1530,
+ EAknsMinorGenericQgnPropModTable = 0x1531,
+ EAknsMinorGenericQgnPropModTableCol = 0x1532,
+ EAknsMinorGenericQgnPropModTableExp = 0x1533,
+ EAknsMinorGenericQgnPropModUnknown = 0x1534,
+ EAknsMinorGenericQgnPropModUnknownCol = 0x1535,
+ EAknsMinorGenericQgnPropModUnknownExp = 0x1536,
+ EAknsMinorGenericQgnPropModVideo = 0x1537,
+ EAknsMinorGenericQgnPropModVideoCol = 0x1538,
+ EAknsMinorGenericQgnPropModVideoExp = 0x1539,
+ EAknsMinorGenericQgnPropMopAlignHorizontalCenter = 0x153a,
+ EAknsMinorGenericQgnPropMopAlignHorizontalLeft = 0x153b,
+ EAknsMinorGenericQgnPropMopAlignHorizontalRight = 0x153c,
+ EAknsMinorGenericQgnPropMopAlignVerticalBottom = 0x153d,
+ EAknsMinorGenericQgnPropMopAlignVerticalCenter = 0x153e,
+ EAknsMinorGenericQgnPropMopAlignVerticalTop = 0x153f,
+ EAknsMinorGenericQgnPropMopAutoshape = 0x1540,
+ EAknsMinorGenericQgnPropMopAutoshapeArrowDown = 0x1541,
+ EAknsMinorGenericQgnPropMopAutoshapeArrowHeadDouble = 0x1542,
+ EAknsMinorGenericQgnPropMopAutoshapeArrowHeadSingle = 0x1543,
+ EAknsMinorGenericQgnPropMopAutoshapeArrowLeft = 0x1544,
+ EAknsMinorGenericQgnPropMopAutoshapeArrowRight = 0x1545,
+ EAknsMinorGenericQgnPropMopAutoshapeArrowUp = 0x1546,
+ EAknsMinorGenericQgnPropMopAutoshapeLine = 0x1547,
+ EAknsMinorGenericQgnPropMopAutoshapeOval = 0x1548,
+ EAknsMinorGenericQgnPropMopAutoshapeRectangle = 0x1549,
+ EAknsMinorGenericQgnPropMopAutoshapeRoundRectangle = 0x154a,
+ EAknsMinorGenericQgnPropMopAutoshapeSmall = 0x154b,
+ EAknsMinorGenericQgnPropMopAutoshapeTab2 = 0x154c,
+ EAknsMinorGenericQgnPropMopBackgroundTab2 = 0x154d,
+ EAknsMinorGenericQgnPropMopBorderTab2 = 0x154e,
+ EAknsMinorGenericQgnPropMopChart = 0x154f,
+ EAknsMinorGenericQgnPropMopChartSmall = 0x1550,
+ EAknsMinorGenericQgnPropMopComment = 0x1551,
+ EAknsMinorGenericQgnPropMopCommentSmall = 0x1552,
+ EAknsMinorGenericQgnPropMopEmpty = 0x1553,
+ EAknsMinorGenericQgnPropMopImage = 0x1554,
+ EAknsMinorGenericQgnPropMopImageSmall = 0x1555,
+ EAknsMinorGenericQgnPropMopLayoutTab3 = 0x1556,
+ EAknsMinorGenericQgnPropMopLineTab2 = 0x1557,
+ EAknsMinorGenericQgnPropMopNotesTab3 = 0x1558,
+ EAknsMinorGenericQgnPropMopNoteSmall = 0x1559,
+ EAknsMinorGenericQgnPropMopOutlineTab3 = 0x155a,
+ EAknsMinorGenericQgnPropMopSetLayoutTab3 = 0x155b,
+ EAknsMinorGenericQgnPropMopSetNotesTab3 = 0x155c,
+ EAknsMinorGenericQgnPropMopSetOutlineTab3 = 0x155d,
+ EAknsMinorGenericQgnPropMopSlide = 0x155e,
+ EAknsMinorGenericQgnPropMopSlide2Column = 0x155f,
+ EAknsMinorGenericQgnPropMopSlideBlank = 0x1560,
+ EAknsMinorGenericQgnPropMopSlideBullets = 0x1561,
+ EAknsMinorGenericQgnPropMopSlideCol = 0x1562,
+ EAknsMinorGenericQgnPropMopSlideColHidden = 0x1563,
+ EAknsMinorGenericQgnPropMopSlideExp = 0x1564,
+ EAknsMinorGenericQgnPropMopSlideExpHidden = 0x1565,
+ EAknsMinorGenericQgnPropMopSlideHidden = 0x1566,
+ EAknsMinorGenericQgnPropMopSlideImageAndText = 0x1567,
+ EAknsMinorGenericQgnPropMopSlideTable = 0x1568,
+ EAknsMinorGenericQgnPropMopSlideTextAndImage = 0x1569,
+ EAknsMinorGenericQgnPropMopSlideTitle1Row = 0x156a,
+ EAknsMinorGenericQgnPropMopSlideTitle2Row = 0x156b,
+ EAknsMinorGenericQgnPropMopTable = 0x156c,
+ EAknsMinorGenericQgnPropMopTableSmall = 0x156d,
+ EAknsMinorGenericQgnPropMopTextbox = 0x156e,
+ EAknsMinorGenericQgnPropMopTextboxSmall = 0x156f,
+ EAknsMinorGenericQgnPropMopTextboxTab2 = 0x1570,
+ EAknsMinorGenericQgnPropMopUnknown = 0x1571,
+ EAknsMinorGenericQgnPropMopUnknownSmall = 0x1572,
+ EAknsMinorGenericQgnPropMoEmpty = 0x1573,
+ EAknsMinorGenericQgnPropMoFormatBorderTab4 = 0x1574,
+ EAknsMinorGenericQgnPropMoFormatBulletTab4 = 0x1575,
+ EAknsMinorGenericQgnPropMoFormatFontStyleTab4 = 0x1576,
+ EAknsMinorGenericQgnPropMoFormatFontTab4 = 0x1577,
+ EAknsMinorGenericQgnPropMoFormatParaTab4 = 0x1578,
+ EAknsMinorGenericQgnPropMoMmcMemc = 0x1579,
+ EAknsMinorGenericQgnPropMoPhoneMemc = 0x157a,
+ EAknsMinorGenericQgnPropNrtypCnap = 0x157b,
+ EAknsMinorGenericQgnPropNrtypPoc = 0x157c,
+ EAknsMinorGenericQgnStatFarsiCase = 0x157d,
+ EAknsMinorGenericQgnStatPocDnd = 0x157e,
+ EAknsMinorGenericQgnStatPocMissed = 0x157f,
+ EAknsMinorGenericQgnStatPocMissedUni = 0x1580,
+ EAknsMinorGenericQgnStatPocPocOn = 0x1581,
+ EAknsMinorGenericQgnGrafBarFrameSideL = 0x1582,
+ EAknsMinorGenericQgnGrafBarFrameSideR = 0x1583,
+ EAknsMinorGenericQgnPropCaleAccepted = 0x1584,
+ EAknsMinorGenericQgnPropCaleAttendance = 0x1585,
+ EAknsMinorGenericQgnPropCaleInfo = 0x1586,
+ EAknsMinorGenericQgnPropCaleNotanswered = 0x1587,
+ EAknsMinorGenericQgnPropCaleOrganizer = 0x1588,
+ EAknsMinorGenericQgnPropCaleRejected = 0x1589,
+ EAknsMinorGenericQgnPropCaleTentative = 0x158a,
+ EAknsMinorGenericQgnPropMceMeetreqFetRead = 0x158b,
+ EAknsMinorGenericQgnPropMceMeetreqFetUnread = 0x158c,
+ EAknsMinorGenericQgnPropMceMeetreqReaDel = 0x158d,
+ EAknsMinorGenericQgnPropMceMeetreqUnfetRead = 0x158e,
+ EAknsMinorGenericQgnPropMceMeetreqUnfetUnread = 0x158f,
+ EAknsMinorGenericQgnGrafLineMessageHorizontal = 0x1590,
+ EAknsMinorGenericQgnPropGroupCollapsed = 0x1591,
+ EAknsMinorGenericQgnPropGroupExpanded = 0x1592,
+ EAknsMinorGenericQgnPropSnoteWlanAdhoc = 0x1593,
+ EAknsMinorGenericQgnPropSnoteWlanInfra = 0x1594,
+ EAknsMinorGenericQgnStatVoipReadiness = 0x1595,
+ EAknsMinorGenericQgnPropMceMeetreqReadDel = 0x1596,
+ EAknsMinorGenericQgnPropMosCells = 0x1597,
+ EAknsMinorGenericQgnPropMosChart = 0x1598,
+ EAknsMinorGenericQgnPropMosClearBoth = 0x1599,
+ EAknsMinorGenericQgnPropMosClearContent = 0x159a,
+ EAknsMinorGenericQgnPropMosClearFormatting = 0x159b,
+ EAknsMinorGenericQgnPropMosDetailsTab2 = 0x159c,
+ EAknsMinorGenericQgnPropMosEditCell = 0x159d,
+ EAknsMinorGenericQgnPropMosEditLinkAddress = 0x159e,
+ EAknsMinorGenericQgnPropMosEditLinkName = 0x159f,
+ EAknsMinorGenericQgnPropMosEditName = 0x15a0,
+ EAknsMinorGenericQgnPropMosFindLocTab2 = 0x15a1,
+ EAknsMinorGenericQgnPropMosFindTab2 = 0x15a2,
+ EAknsMinorGenericQgnPropMosFormatAlignTab4 = 0x15a3,
+ EAknsMinorGenericQgnPropMosFormatNumberTab4 = 0x15a4,
+ EAknsMinorGenericQgnPropMosFuncAllTab3 = 0x15a5,
+ EAknsMinorGenericQgnPropMosFuncCategoryTab3 = 0x15a6,
+ EAknsMinorGenericQgnPropMosFuncCommonTab3 = 0x15a7,
+ EAknsMinorGenericQgnPropMosFuncDatetime = 0x15a8,
+ EAknsMinorGenericQgnPropMosFuncDatetimeTab4 = 0x15a9,
+ EAknsMinorGenericQgnPropMosFuncFinancial = 0x15aa,
+ EAknsMinorGenericQgnPropMosFuncFinancialTab4 = 0x15ab,
+ EAknsMinorGenericQgnPropMosFuncInfo = 0x15ac,
+ EAknsMinorGenericQgnPropMosFuncInfoTab4 = 0x15ad,
+ EAknsMinorGenericQgnPropMosFuncLogical = 0x15ae,
+ EAknsMinorGenericQgnPropMosFuncLogicalTab4 = 0x15af,
+ EAknsMinorGenericQgnPropMosFuncLookup = 0x15b0,
+ EAknsMinorGenericQgnPropMosFuncLookupTab4 = 0x15b1,
+ EAknsMinorGenericQgnPropMosFuncMath = 0x15b2,
+ EAknsMinorGenericQgnPropMosFuncMathTab4 = 0x15b3,
+ EAknsMinorGenericQgnPropMosFuncStatistic = 0x15b4,
+ EAknsMinorGenericQgnPropMosFuncStatisticTab4 = 0x15b5,
+ EAknsMinorGenericQgnPropMosFuncText = 0x15b6,
+ EAknsMinorGenericQgnPropMosFuncTextTab4 = 0x15b7,
+ EAknsMinorGenericQgnPropMosLabelTab2 = 0x15b8,
+ EAknsMinorGenericQgnPropMosSelectSheet = 0x15b9,
+ EAknsMinorGenericQgnPropMosSetChartStyleTab2 = 0x15ba,
+ EAknsMinorGenericQgnPropMosSetChartTitleTab2 = 0x15bb,
+ EAknsMinorGenericQgnPropMosSetGeneralTab2 = 0x15bc,
+ EAknsMinorGenericQgnPropMosSetSheetTab2 = 0x15bd,
+ EAknsMinorGenericQgnPropMosSheet = 0x15be,
+ EAknsMinorGenericQgnPropMosSheetCol = 0x15bf,
+ EAknsMinorGenericQgnPropMosSheetExp = 0x15c0,
+ EAknsMinorGenericQgnPropMosXaxisScaleTab2 = 0x15c1,
+ EAknsMinorGenericQgnPropMosXaxisStyleTab2 = 0x15c2,
+ EAknsMinorGenericQgnPropMosYaxisAppearTab3 = 0x15c3,
+ EAknsMinorGenericQgnPropMosYaxisFormatTab3 = 0x15c4,
+ EAknsMinorGenericQgnPropMosYaxisScaleTab3 = 0x15c5,
+ EAknsMinorGenericQgnStatModTarm = 0x15c6,
+ EAknsMinorGenericQgnStatTarm = 0x15c7,
+ EAknsMinorGenericQgnGrafMupVisualizerImageMaskIcon = 0x15c8,
+ EAknsMinorGenericQgnPropDycInsertImage = 0x15c9,
+ EAknsMinorGenericQgnGrafBlidDirBg = 0x15c8,
+ EAknsMinorGenericQgnGrafMupVisualizerBgImage1 = 0x15c9,
+ EAknsMinorGenericQgnGrafMupVisualizerBgImage2 = 0x15ca,
+ EAknsMinorGenericQgnIndiPocContactAdd = 0x15cb,
+ EAknsMinorGenericQgnPropFileRss = 0x15cc,
+ EAknsMinorGenericQgnPropFolderRss = 0x15cd,
+ EAknsMinorGenericQgnPropPocBlock = 0x15ce,
+ EAknsMinorGenericQgnStatTvout = 0x15cf,
+ EAknsMinorGenericQgnGrafIdleFadeLsc = 0x15d0,
+ EAknsMinorGenericQgnGrafScrollArrowDown = 0x15d1,
+ EAknsMinorGenericQgnGrafScrollArrowUp = 0x15d2,
+ EAknsMinorGenericQgnGrafStatIndiButtonAvailable = 0x15d3,
+ EAknsMinorGenericQgnGrafTouchBg = 0x15d4,
+ EAknsMinorGenericQgnIndiAiMusicForw = 0x15d5,
+ EAknsMinorGenericQgnIndiAiMusicRew = 0x15d6,
+ EAknsMinorGenericQgnIndiCypheringOn = 0x15d7,
+ EAknsMinorGenericQgnIndiMceAttach = 0x15d8,
+ EAknsMinorGenericQgnIndiMmsAudioPause = 0x15d9,
+ EAknsMinorGenericQgnIndiMmsAudioPlay = 0x15da,
+ EAknsMinorGenericQgnIndiMmsAudioRecord = 0x15db,
+ EAknsMinorGenericQgnIndiMtvParentalControl = 0x15dc,
+ EAknsMinorGenericQgnIndiMtvPaused = 0x15dd,
+ EAknsMinorGenericQgnIndiMtvRec = 0x15de,
+ EAknsMinorGenericQgnIndiMtvRecAdd = 0x15df,
+ EAknsMinorGenericQgnIndiMtvRightsForbid = 0x15e0,
+ EAknsMinorGenericQgnIndiMtvServicesInfoAdd = 0x15e1,
+ EAknsMinorGenericQgnIndiMupForw = 0x15e2,
+ EAknsMinorGenericQgnIndiMupForwAdd = 0x15e3,
+ EAknsMinorGenericQgnIndiMupRew = 0x15e4,
+ EAknsMinorGenericQgnIndiMupRewAdd = 0x15e5,
+ EAknsMinorGenericQgnIndiTouchAvailable = 0x15e6,
+ EAknsMinorGenericQgnIndiTouchSelected = 0x15e7,
+ EAknsMinorGenericQgnIndiTouchUnavailable = 0x15e8,
+ EAknsMinorGenericQgnIndiTpAppsgrid = 0x15e9,
+ EAknsMinorGenericQgnIndiTpAppswapper = 0x15ea,
+ EAknsMinorGenericQgnIndiTpFullscreen = 0x15eb,
+ EAknsMinorGenericQgnIndiTpIdle = 0x15ec,
+ EAknsMinorGenericQgnIndiTpInput = 0x15ed,
+ EAknsMinorGenericQgnIndiTpRotateScreen = 0x15ee,
+ EAknsMinorGenericQgnIndiTpToolbar = 0x15ef,
+ EAknsMinorGenericQgnMenuImAway = 0x15f0,
+ EAknsMinorGenericQgnMenuImInvisible = 0x15f1,
+ EAknsMinorGenericQgnMenuImOn = 0x15f2,
+ EAknsMinorGenericQgnNoteBrowser = 0x15f3,
+ EAknsMinorGenericQgnNoteMtvProgStart = 0x15f4,
+ EAknsMinorGenericQgnPropFmgrBackupSub = 0x15f5,
+ EAknsMinorGenericQgnPropFmgrMmcNoSub = 0x15f6,
+ EAknsMinorGenericQgnPropFmgrMmcSub = 0x15f7,
+ EAknsMinorGenericQgnPropFmgrPhoneMemcSub = 0x15f8,
+ EAknsMinorGenericQgnPropFolderEmpty = 0x15f9,
+ EAknsMinorGenericQgnPropImJoinedNotSavedUnread = 0x15fa,
+ EAknsMinorGenericQgnPropImListUnread = 0x15fb,
+ EAknsMinorGenericQgnPropImNonuserCreatedSavedActiveUnread = 0x15fc,
+ EAknsMinorGenericQgnPropImUserCreatedActiveUnread = 0x15fd,
+ EAknsMinorGenericQgnPropMceAudio = 0x15fe,
+ EAknsMinorGenericQgnPropMceAudioUnread = 0x15ff,
+ EAknsMinorGenericQgnPropMtvChannel = 0x1600,
+ EAknsMinorGenericQgnPropMtvChannelPackage = 0x1601,
+ EAknsMinorGenericQgnPropMtvChannelProgramSecured = 0x1602,
+ EAknsMinorGenericQgnPropMtvFolderVideo = 0x1603,
+ EAknsMinorGenericQgnPropMtvFolderVideoNew = 0x1604,
+ EAknsMinorGenericQgnPropMtvParentalControl = 0x1605,
+ EAknsMinorGenericQgnPropMtvProgram = 0x1606,
+ EAknsMinorGenericQgnPropMtvProgClip = 0x1607,
+ EAknsMinorGenericQgnPropMtvProgClipNew = 0x1608,
+ EAknsMinorGenericQgnPropMtvRightsForbid = 0x1609,
+ EAknsMinorGenericQgnPropMtvServicesCall = 0x160a,
+ EAknsMinorGenericQgnPropMtvServicesJava = 0x160b,
+ EAknsMinorGenericQgnPropMtvServicesSms = 0x160c,
+ EAknsMinorGenericQgnPropMtvServicesWeb = 0x160d,
+ EAknsMinorGenericQgnPropNrtypSimContact = 0x160e,
+ EAknsMinorGenericQgnPropPocChannelGroup1 = 0x160f,
+ EAknsMinorGenericQgnPropPocChannelGroup2 = 0x1610,
+ EAknsMinorGenericQgnPropPocGroupDetails = 0x1611,
+ EAknsMinorGenericQgnPropPocGroupMembers = 0x1612,
+ EAknsMinorGenericQgnPropPocNetworkGroup1 = 0x1613,
+ EAknsMinorGenericQgnPropPocNetworkGroup2 = 0x1614,
+ EAknsMinorGenericQgnStatCaseDevanagari = 0x1615,
+ EAknsMinorGenericQgnStatCaseDevanagariNumeric = 0x1616,
+ EAknsMinorGenericQgnStatIndiMtvOn = 0x1617,
+ EAknsMinorGenericQgnStatPocNewRequest = 0x1618,
+ EAknsMinorGenericQgnStatPocNewRequestUni = 0x1619,
+ EAknsMinorGenericQgnAreaMainMup2 = 0x161a,
+ EAknsMinorGenericQgnGrafImBg = 0x161b,
+ EAknsMinorGenericQgnGrafMup2BarFrame = 0x161c,
+ EAknsMinorGenericQgnGrafMup2BarProgress = 0x161d,
+ EAknsMinorGenericQgnGrafMup2VisualizerImage = 0x161e,
+ EAknsMinorGenericQgnIndiAiMupButtonNext = 0x161f,
+ EAknsMinorGenericQgnIndiAiMupButtonPause = 0x1620,
+ EAknsMinorGenericQgnIndiAiMupButtonPlay = 0x1621,
+ EAknsMinorGenericQgnIndiAiMupButtonPrev = 0x1622,
+ EAknsMinorGenericQgnIndiAiMupButtonStop = 0x1623,
+ EAknsMinorGenericQgnIndiAiRadioButtonNext = 0x1624,
+ EAknsMinorGenericQgnIndiAiRadioButtonOff = 0x1625,
+ EAknsMinorGenericQgnIndiAiRadioButtonOn = 0x1626,
+ EAknsMinorGenericQgnIndiAiRadioButtonPrev = 0x1627,
+ EAknsMinorGenericQgnIndiCamsPhoto = 0x1628,
+ EAknsMinorGenericQgnIndiCamsVideo = 0x1629,
+ EAknsMinorGenericQgnIndiFileCorrupted = 0x162a,
+ EAknsMinorGenericQgnIndiMceTb = 0x162b,
+ EAknsMinorGenericQgnIndiMceTbAudio = 0x162c,
+ EAknsMinorGenericQgnIndiMceTbImage = 0x162d,
+ EAknsMinorGenericQgnIndiMceTbOther = 0x162e,
+ EAknsMinorGenericQgnIndiMceTbPres = 0x162f,
+ EAknsMinorGenericQgnIndiMceTbText = 0x1630,
+ EAknsMinorGenericQgnIndiMceTbVideo = 0x1631,
+ EAknsMinorGenericQgnIndiMup2ButtonPause = 0x1632,
+ EAknsMinorGenericQgnIndiMup2ButtonPauseDimmed = 0x1633,
+ EAknsMinorGenericQgnIndiMup2ButtonPausePressed = 0x1634,
+ EAknsMinorGenericQgnIndiMup2ButtonPlay = 0x1635,
+ EAknsMinorGenericQgnIndiMup2ButtonPlayDimmed = 0x1636,
+ EAknsMinorGenericQgnIndiMup2ButtonPlayPressed = 0x1637,
+ EAknsMinorGenericQgnIndiMup2ButtonPrev = 0x1638,
+ EAknsMinorGenericQgnIndiMup2ButtonPrevDimmed = 0x1639,
+ EAknsMinorGenericQgnIndiMup2ButtonPrevPressed = 0x163a,
+ EAknsMinorGenericQgnIndiMupButtonMinus = 0x163b,
+ EAknsMinorGenericQgnIndiMupButtonMinusDimmed = 0x163c,
+ EAknsMinorGenericQgnIndiMupButtonMinusPressed = 0x163d,
+ EAknsMinorGenericQgnIndiMupButtonNextPressed = 0x163e,
+ EAknsMinorGenericQgnIndiMupButtonPlus = 0x163f,
+ EAknsMinorGenericQgnIndiMupButtonPlusDimmed = 0x1640,
+ EAknsMinorGenericQgnIndiMupButtonPlusPressed = 0x1641,
+ EAknsMinorGenericQgnIndiRepeatExceptionAdd = 0x1642,
+ EAknsMinorGenericQgnIndiWmlRss = 0x1643,
+ EAknsMinorGenericQgnMenuAmMidlet = 0x1644,
+ EAknsMinorGenericQgnMenuAmSis = 0x1645,
+ EAknsMinorGenericQgnPropMceAudioTitle = 0x1646,
+ EAknsMinorGenericQgnPropMceEmailTitle = 0x1647,
+ EAknsMinorGenericQgnPropMceMmsTitle = 0x1648,
+ EAknsMinorGenericQgnPropMcePostcardTitle = 0x1649,
+ EAknsMinorGenericQgnPropMceSmsTitle = 0x164a,
+ EAknsMinorGenericQgnPropPslnAiSub = 0x164b,
+ EAknsMinorGenericQgnPropPslnAiTab4 = 0x164c,
+ EAknsMinorGenericQgnPropPslnAppsgridSub = 0x164d,
+ EAknsMinorGenericQgnPropPslnAppsgridTab4 = 0x164e,
+ EAknsMinorGenericQgnPropPslnGeneralSub = 0x164f,
+ EAknsMinorGenericQgnPropPslnGeneralTab4 = 0x1650,
+ EAknsMinorGenericQgnPropPslnSsaverSub = 0x1651,
+ EAknsMinorGenericQgnPropPslnSsaverTab4 = 0x1652,
+ EAknsMinorGenericQgnPropPslnWpaperSub = 0x1653,
+ EAknsMinorGenericQgnPropPslnWpaperTab4 = 0x1654,
+ EAknsMinorGenericQgnPropSetAppsAm = 0x1655,
+ EAknsMinorGenericQgnPropSetAppsBt = 0x1656,
+ EAknsMinorGenericQgnPropSetAppsCale = 0x1657,
+ EAknsMinorGenericQgnPropSetAppsCams = 0x1658,
+ EAknsMinorGenericQgnPropSetAppsIm = 0x1659,
+ EAknsMinorGenericQgnPropSetAppsLoc = 0x165a,
+ EAknsMinorGenericQgnPropSetAppsLog = 0x165b,
+ EAknsMinorGenericQgnPropSetAppsMce = 0x165c,
+ EAknsMinorGenericQgnPropSetAppsPhob = 0x165d,
+ EAknsMinorGenericQgnPropSetAppsPoc = 0x165e,
+ EAknsMinorGenericQgnPropSetAppsRp = 0x165f,
+ EAknsMinorGenericQgnPropSetAppsSis = 0x1660,
+ EAknsMinorGenericQgnPropSetAppsSub = 0x1661,
+ EAknsMinorGenericQgnPropSetAppsTab4 = 0x1662,
+ EAknsMinorGenericQgnPropSetAppsUsb = 0x1663,
+ EAknsMinorGenericQgnPropSetAppsVoirec = 0x1664,
+ EAknsMinorGenericQgnPropSetAppsWml = 0x1665,
+ EAknsMinorGenericQgnPropSetConnAccp = 0x1666,
+ EAknsMinorGenericQgnPropSetConnConfig = 0x1667,
+ EAknsMinorGenericQgnPropSetConnData = 0x1668,
+ EAknsMinorGenericQgnPropSetConnDm = 0x1669,
+ EAknsMinorGenericQgnPropSetConnGprs = 0x166a,
+ EAknsMinorGenericQgnPropSetConnSip = 0x166b,
+ EAknsMinorGenericQgnPropSetConnSub = 0x166c,
+ EAknsMinorGenericQgnPropSetConnTab4 = 0x166d,
+ EAknsMinorGenericQgnPropSetConnVoip = 0x166e,
+ EAknsMinorGenericQgnPropSetConnVpn = 0x166f,
+ EAknsMinorGenericQgnPropSetConnWlan = 0x1670,
+ EAknsMinorGenericQgnPropSetGeneLoc = 0x1671,
+ EAknsMinorGenericQgnPropSetGenePhone = 0x1672,
+ EAknsMinorGenericQgnPropSetGenePsln = 0x1673,
+ EAknsMinorGenericQgnPropSetGeneTv = 0x1674,
+ EAknsMinorGenericQgnStatCaseArabicNumericSelect = 0x1675,
+ EAknsMinorGenericQgnStatCaseArabicSelect = 0x1676,
+ EAknsMinorGenericQgnStatCaseCapitalFullSelect = 0x1677,
+ EAknsMinorGenericQgnStatCaseCapitalSelect = 0x1678,
+ EAknsMinorGenericQgnStatCaseHebrewSelect = 0x1679,
+ EAknsMinorGenericQgnStatCaseNumericFullSelect = 0x167a,
+ EAknsMinorGenericQgnStatCaseNumericSelect = 0x167b,
+ EAknsMinorGenericQgnStatCaseSmallFullSelect = 0x167c,
+ EAknsMinorGenericQgnStatCaseSmallSelect = 0x167d,
+ EAknsMinorGenericQgnStatCaseTextFullSelect = 0x167e,
+ EAknsMinorGenericQgnStatCaseTextSelect = 0x167f,
+ EAknsMinorGenericQgnStatCaseThaiSelect = 0x1680,
+ EAknsMinorGenericQgnStatFarsiCaseSelect = 0x1681,
+ EAknsMinorGenericQgnStatImAway = 0x1682,
+ EAknsMinorGenericQgnStatImAwayUni = 0x1683,
+ EAknsMinorGenericQgnStatImInvisible = 0x1684,
+ EAknsMinorGenericQgnStatImInvisibleUni = 0x1685,
+ EAknsMinorGenericQgnStatImOnline = 0x1686,
+ EAknsMinorGenericQgnStatImOnlineUni = 0x1687,
+ EAknsMinorGenericQgnStatIndiMtvRec = 0x1688,
+ EAknsMinorGenericQgnStatMceAudio = 0x1689,
+ EAknsMinorGenericQgnStatMceAudioUni = 0x168a,
+ EAknsMinorGenericQgnStatVietCaseCapitalSelect = 0x168b,
+ EAknsMinorGenericQgnStatVietCaseSmallSelect = 0x168c,
+ EAknsMinorGenericQgnStatVietCaseTextSelect = 0x168d,
+ EAknsMinorGenericQgnGrafScrollArrowLeft = 0x168e,
+ EAknsMinorGenericQgnGrafScrollArrowRight = 0x168f,
+ EAknsMinorGenericQgnIndiChiFindHwrSimple = 0x1690,
+ EAknsMinorGenericQgnIndiChiFindHwrTrad = 0x1691,
+ EAknsMinorGenericQgnIndiMup2ButtonMinus = 0x1692,
+ EAknsMinorGenericQgnIndiMup2ButtonMinusDimmed = 0x1693,
+ EAknsMinorGenericQgnIndiMup2ButtonMinusPressed = 0x1694,
+ EAknsMinorGenericQgnIndiMup2ButtonNext = 0x1695,
+ EAknsMinorGenericQgnIndiMup2ButtonNextDimmed = 0x1696,
+ EAknsMinorGenericQgnIndiMup2ButtonNextPressed = 0x1697,
+ EAknsMinorGenericQgnIndiMup2ButtonPlus = 0x1698,
+ EAknsMinorGenericQgnIndiMup2ButtonPlusDimmed = 0x1699,
+ EAknsMinorGenericQgnIndiMup2ButtonPlusPressed = 0x169a,
+ EAknsMinorGenericQgnIndiTpDialler = 0x169b,
+ EAknsMinorGenericQgnIndiTpHelp = 0x169c,
+ EAknsMinorGenericQgnPropFileRssNew = 0x169d,
+ EAknsMinorGenericQgnPropFileRssRead = 0x169e,
+ EAknsMinorGenericQgnPropFileRssUnread = 0x169f,
+ EAknsMinorGenericQgnPropImAwayTitle = 0x16a0,
+ EAknsMinorGenericQgnPropImInvisibleTitle = 0x16a1,
+ EAknsMinorGenericQgnPropImOffTitle = 0x16a2,
+ EAknsMinorGenericQgnPropImOnTitle = 0x16a3,
+ EAknsMinorGenericQgnPropMceMmsDeliveryUnknown = 0x16a4,
+ EAknsMinorGenericQgnPropNrtypAssistant = 0x16a5,
+ EAknsMinorGenericQgnPropNrtypCar = 0x16a6,
+ EAknsMinorGenericQgnPropNrtypReadOnly = 0x16a7,
+ EAknsMinorGenericQgnPropNrtypSip = 0x16a8,
+ EAknsMinorGenericQgnPropNrtypSwis = 0x16a9,
+ EAknsMinorGenericQgnPropSetAppsRadio = 0x16aa,
+ EAknsMinorGenericQgnPropSetGeneSub = 0x16ab,
+ EAknsMinorGenericQgnPropSetGeneTab4 = 0x16ac,
+ EAknsMinorGenericQgnStatChiHwrSimple = 0x16ad,
+ EAknsMinorGenericQgnStatChiHwrTrad = 0x16ae,
+ EAknsMinorGenericQgnGrafBgTouchHorizontal = 0x16d3,
+ EAknsMinorGenericQgnGrafBgTouchVertical = 0x16d4,
+ EAknsMinorGenericQgnGrafMmsAudioInsert = 0x16d5,
+ EAknsMinorGenericQgnGrafMup2BarProgress2 = 0x16d6,
+ EAknsMinorGenericQgnGrafMup2VisualizerBgImage2 = 0x16d7,
+ EAknsMinorGenericQgnIndiCamsLocFound = 0x16d8,
+ EAknsMinorGenericQgnIndiCamsLocNotFound = 0x16d9,
+ EAknsMinorGenericQgnIndiRss2ArrowLeft = 0x16da,
+ EAknsMinorGenericQgnIndiRss2ArrowRight = 0x16db,
+ EAknsMinorGenericQgnIndiViewerPointerText = 0x16dc,
+ EAknsMinorGenericQgnPropCamsSetImageTab3 = 0x16dd,
+ EAknsMinorGenericQgnPropCamsSetLocTab3 = 0x16de,
+ EAknsMinorGenericQgnPropCamsSetVideoTab3 = 0x16df,
+ EAknsMinorGenericQgnPropPocGroupTab3 = 0x16e0,
+ EAknsMinorGenericQgnPropPocXdm = 0x16e1,
+ EAknsMinorGenericQgnPropPslnCimageSub = 0x16e2,
+ EAknsMinorGenericQgnPropSetConnXdm = 0x16e3,
+ EAknsMinorGenericQgnStatVideoSharing = 0x16e4,
+ EAknsMinorGenericQgnVideoPluginAnimBuffering = 0x16e5,
+ EAknsMinorGenericQgnVideoPluginAnimNoVisual = 0x16e6,
+ EAknsMinorGenericQgnGrafBubblePocIncall = 0x16e7,
+ EAknsMinorGenericQgnIndiCamsFlashAuto = 0x16e8,
+ EAknsMinorGenericQgnIndiMidpChoicegroup = 0x16e9,
+ EAknsMinorGenericQgnIndiPocUserDnd = 0x16ea,
+ EAknsMinorGenericQgnIndiPocUserLoggedIn = 0x16eb,
+ EAknsMinorGenericQgnIndiPocUserNotLogged = 0x16ec,
+ EAknsMinorGenericQgnIndiPocUserUnknown = 0x16ed,
+ EAknsMinorGenericQgnPropFolderVcMedia = 0x16ee,
+ EAknsMinorGenericQgnPropGalleryLocSuper = 0x16ef,
+ EAknsMinorGenericQgnPropImFriendBusy = 0x16f0,
+ EAknsMinorGenericQgnPropImFriendOnMobile = 0x16f1,
+ EAknsMinorGenericQgnPropImOnMobileTitle = 0x16f2,
+ EAknsMinorGenericQgnPropPocInboxCallbackReqRead = 0x16f3,
+ EAknsMinorGenericQgnPropPocInboxCallbackReqUnread = 0x16f4,
+ EAknsMinorGenericQgnPropPocLogInSub = 0x16f5,
+ EAknsMinorGenericQgnPropPocLogMissedSub = 0x16f6,
+ EAknsMinorGenericQgnPropPocLogOutSub = 0x16f7,
+ EAknsMinorGenericQgnPropSetDefaultSub = 0x16f8,
+ EAknsMinorGenericQgnPropSetMpStreamTab2 = 0x16f9,
+ EAknsMinorGenericQgnPropSetMpVideoTab2 = 0x16fa,
+ EAknsMinorGenericQgnPropVcMediaNext = 0x16fb,
+ EAknsMinorGenericQgnPropVcMediaPause = 0x16fc,
+ EAknsMinorGenericQgnPropVcMediaPlay = 0x16fd,
+ EAknsMinorGenericQgnPropVcMediaPrev = 0x16fe,
+ EAknsMinorGenericQgnPropVcMediaStop = 0x16ff,
+ EAknsMinorGenericQgnPropVcMediaVolumeDown = 0x1700,
+ EAknsMinorGenericQgnPropVcMediaVolumeUp = 0x1701,
+ EAknsMinorGenericQgnPropWmlFolderAdapSub = 0x1702,
+ EAknsMinorGenericQgnPropWmlFolderBmSub = 0x1703,
+ EAknsMinorGenericQgnPropWmlFolderNewsSub = 0x1704,
+ EAknsMinorGenericQgnPropWmlFolderPageSub = 0x1705,
+ EAknsMinorGenericQgnGrafBarWaitIdle = 0x1706,
+ EAknsMinorGenericQgnGrafBarWaitIncrem = 0x1707,
+ EAknsMinorGenericQgnGrafBarWaitIncrem02 = 0x1708,
+ EAknsMinorGenericQgnGrafBarWaitIncrem03 = 0x1709,
+ EAknsMinorGenericQgnGrafBarWaitIncrem04 = 0x170a,
+ EAknsMinorGenericQgnGrafBarWaitIncrem05 = 0x170b,
+ EAknsMinorGenericQgnGrafBarWaitIncrem06 = 0x170c,
+ EAknsMinorGenericQgnGrafBarWaitIncrem07 = 0x170d,
+ EAknsMinorGenericQgnGrafBarWaitIncrem08 = 0x170e,
+ EAknsMinorGenericQgnGrafBarWaitIncrem09 = 0x170f,
+ EAknsMinorGenericQgnGrafBarWaitIncrem10 = 0x1710,
+ EAknsMinorGenericQgnGrafBarWaitIncrem11 = 0x1711,
+ EAknsMinorGenericQgnGrafBarWaitIncrem12 = 0x1712,
+ EAknsMinorGenericQgnGrafBarWaitIncrem13 = 0x1713,
+ EAknsMinorGenericQgnGrafBarWaitIncrem14 = 0x1714,
+ EAknsMinorGenericQgnGrafBarWaitIncrem15 = 0x1715,
+ EAknsMinorGenericQgnGrafBarWaitIncrem16 = 0x1716,
+ EAknsMinorGenericQgnGrafBarWaitIncrem17 = 0x1717,
+ EAknsMinorGenericQgnGrafBarWaitIncrem18 = 0x1718,
+ EAknsMinorGenericQgnGrafBarWaitIncrem19 = 0x1719,
+ EAknsMinorGenericQgnGrafBarWaitIncremIdle = 0x171a,
+ EAknsMinorGenericQgnGrafFepBgColour = 0x171b,
+ EAknsMinorGenericQgnGrafFepCandiListClose = 0x171c,
+ EAknsMinorGenericQgnGrafFepCandiListCloseSel = 0x171d,
+ EAknsMinorGenericQgnGrafFepCandiListPressed = 0x171e,
+ EAknsMinorGenericQgnGrafFepCandiListPri = 0x171f,
+ EAknsMinorGenericQgnGrafFepCandiListScrollDown = 0x1720,
+ EAknsMinorGenericQgnGrafFepCandiListScrollDownSel = 0x1721,
+ EAknsMinorGenericQgnGrafFepCandiListScrollUp = 0x1722,
+ EAknsMinorGenericQgnGrafFepCandiListScrollUpSel = 0x1723,
+ EAknsMinorGenericQgnGrafFepCandiListSec = 0x1724,
+ EAknsMinorGenericQgnGrafFepCandiListSel = 0x1725,
+ EAknsMinorGenericQgnGrafFepChar11x1 = 0x1726,
+ EAknsMinorGenericQgnGrafFepChar11x1ButtonDimmed = 0x1727,
+ EAknsMinorGenericQgnGrafFepChar11x1Stroke = 0x1728,
+ EAknsMinorGenericQgnGrafFepChar11x3 = 0x1729,
+ EAknsMinorGenericQgnGrafFepChar11x3ButtonDimmed = 0x172a,
+ EAknsMinorGenericQgnGrafFepChar11x3Pinyin = 0x172b,
+ EAknsMinorGenericQgnGrafFepChar11x4 = 0x172c,
+ EAknsMinorGenericQgnGrafFepChar11x4ButtonDimmed = 0x172d,
+ EAknsMinorGenericQgnGrafFepChar11x4Zhuyin = 0x172e,
+ EAknsMinorGenericQgnGrafFepChar12x3 = 0x172f,
+ EAknsMinorGenericQgnGrafFepChar12x3ButtonDimmed = 0x1730,
+ EAknsMinorGenericQgnGrafFepCharButtonDimmed = 0x1731,
+ EAknsMinorGenericQgnGrafFepInputBg = 0x1732,
+ EAknsMinorGenericQgnGrafFepNumb11x3 = 0x1733,
+ EAknsMinorGenericQgnGrafFepNumb11x31 = 0x1734,
+ EAknsMinorGenericQgnGrafFepNumb11x31ButtonDimmed = 0x1735,
+ EAknsMinorGenericQgnGrafFepNumb11x32 = 0x1736,
+ EAknsMinorGenericQgnGrafFepNumb11x32ButtonDimmed = 0x1737,
+ EAknsMinorGenericQgnGrafFepNumb12x3 = 0x1738,
+ EAknsMinorGenericQgnGrafFepNumb12x31 = 0x1739,
+ EAknsMinorGenericQgnGrafFepNumb12x31ButtonDimmed = 0x173a,
+ EAknsMinorGenericQgnGrafFepNumb12x32 = 0x173b,
+ EAknsMinorGenericQgnGrafFepNumb12x32ButtonDimmed = 0x173c,
+ EAknsMinorGenericQgnGrafFepPopupShadowB = 0x173d,
+ EAknsMinorGenericQgnGrafFepPopupShadowBl = 0x173e,
+ EAknsMinorGenericQgnGrafFepPopupShadowBr = 0x173f,
+ EAknsMinorGenericQgnGrafFepPopupShadowL = 0x1740,
+ EAknsMinorGenericQgnGrafFepPopupShadowR = 0x1741,
+ EAknsMinorGenericQgnGrafFepPopupShadowT = 0x1742,
+ EAknsMinorGenericQgnGrafFepPopupShadowTl = 0x1743,
+ EAknsMinorGenericQgnGrafFepPopupShadowTr = 0x1744,
+ EAknsMinorGenericQgnIndiFepButtonBackspace1 = 0x1745,
+ EAknsMinorGenericQgnIndiFepButtonBackspace1Sel = 0x1746,
+ EAknsMinorGenericQgnIndiFepButtonBackspace2 = 0x1747,
+ EAknsMinorGenericQgnIndiFepButtonBackspace2Sel = 0x1748,
+ EAknsMinorGenericQgnIndiFepButtonCapslock = 0x1749,
+ EAknsMinorGenericQgnIndiFepButtonCapslockSel = 0x174a,
+ EAknsMinorGenericQgnIndiFepButtonCaseAccented = 0x174b,
+ EAknsMinorGenericQgnIndiFepButtonCaseAccentedSel = 0x174c,
+ EAknsMinorGenericQgnIndiFepButtonCaseCapital = 0x174d,
+ EAknsMinorGenericQgnIndiFepButtonCaseCapitalSel = 0x174e,
+ EAknsMinorGenericQgnIndiFepButtonCaseNumeric = 0x174f,
+ EAknsMinorGenericQgnIndiFepButtonCaseNumericSel = 0x1750,
+ EAknsMinorGenericQgnIndiFepButtonCaseSmall = 0x1751,
+ EAknsMinorGenericQgnIndiFepButtonCaseSmallSel = 0x1752,
+ EAknsMinorGenericQgnIndiFepButtonCaseSpecial = 0x1753,
+ EAknsMinorGenericQgnIndiFepButtonCaseSpecialSel = 0x1754,
+ EAknsMinorGenericQgnIndiFepButtonCaseText = 0x1755,
+ EAknsMinorGenericQgnIndiFepButtonCaseTextSel = 0x1756,
+ EAknsMinorGenericQgnIndiFepButtonChinese = 0x1757,
+ EAknsMinorGenericQgnIndiFepButtonChineseSel = 0x1758,
+ EAknsMinorGenericQgnIndiFepButtonClose = 0x1759,
+ EAknsMinorGenericQgnIndiFepButtonCloseSel = 0x175a,
+ EAknsMinorGenericQgnIndiFepButtonEnter = 0x175b,
+ EAknsMinorGenericQgnIndiFepButtonEnterSel = 0x175c,
+ EAknsMinorGenericQgnIndiFepButtonExpand = 0x175d,
+ EAknsMinorGenericQgnIndiFepButtonExpandSel = 0x175e,
+ EAknsMinorGenericQgnIndiFepButtonHwr = 0x175f,
+ EAknsMinorGenericQgnIndiFepButtonHwrSel = 0x1760,
+ EAknsMinorGenericQgnIndiFepButtonMove1 = 0x1761,
+ EAknsMinorGenericQgnIndiFepButtonMove1Sel = 0x1762,
+ EAknsMinorGenericQgnIndiFepButtonMove2 = 0x1763,
+ EAknsMinorGenericQgnIndiFepButtonMove2Sel = 0x1764,
+ EAknsMinorGenericQgnIndiFepButtonOptions = 0x1765,
+ EAknsMinorGenericQgnIndiFepButtonOptionsSel = 0x1766,
+ EAknsMinorGenericQgnIndiFepButtonShift = 0x1767,
+ EAknsMinorGenericQgnIndiFepButtonShiftSel = 0x1768,
+ EAknsMinorGenericQgnIndiFepButtonSpace1 = 0x1769,
+ EAknsMinorGenericQgnIndiFepButtonSpace1Sel = 0x176a,
+ EAknsMinorGenericQgnIndiFepButtonSpace2 = 0x176b,
+ EAknsMinorGenericQgnIndiFepButtonSpace2Sel = 0x176c,
+ EAknsMinorGenericQgnIndiFepButtonSpace3 = 0x176d,
+ EAknsMinorGenericQgnIndiFepButtonSpace3Sel = 0x176e,
+ EAknsMinorGenericQgnIndiFepButtonSwitch = 0x176f,
+ EAknsMinorGenericQgnIndiFepButtonSwitchSel = 0x1770,
+ EAknsMinorGenericQgnIndiFepButtonTab = 0x1771,
+ EAknsMinorGenericQgnIndiFepButtonTabSel = 0x1772,
+ EAknsMinorGenericQgnIndiFepButtonVkb = 0x1773,
+ EAknsMinorGenericQgnIndiFepButtonVkbSel = 0x1774,
+ EAknsMinorGenericQgnIndiViewerPointerWait = 0x1775,
+ EAknsMinorGenericQgnPropRpTitle = 0x1776,
+ EAknsMinorGenericQgnPropTalkingDictionary = 0x1777,
+ EAknsMinorGenericQgnStatSync = 0x1778,
+ EAknsMinorGenericQgnStatSyncUni = 0x1779,
+ EAknsMinorGenericQsnCpScrollHorizontalBgBottom = 0x177a,
+ EAknsMinorGenericQsnCpScrollHorizontalBgMiddle = 0x177b,
+ EAknsMinorGenericQsnCpScrollHorizontalBgTop = 0x177c,
+ EAknsMinorGenericQsnCpScrollHorizontalHandleBottom = 0x177d,
+ EAknsMinorGenericQsnCpScrollHorizontalHandleMiddle = 0x177e,
+ EAknsMinorGenericQsnCpScrollHorizontalHandleTop = 0x177f,
+ EAknsMinorGenericQgnGrafDevaQuickEight = 0x1780,
+ EAknsMinorGenericQgnGrafDevaQuickFive = 0x1781,
+ EAknsMinorGenericQgnGrafDevaQuickFour = 0x1782,
+ EAknsMinorGenericQgnGrafDevaQuickNine = 0x1783,
+ EAknsMinorGenericQgnGrafDevaQuickOne = 0x1784,
+ EAknsMinorGenericQgnGrafDevaQuickSeven = 0x1785,
+ EAknsMinorGenericQgnGrafDevaQuickSix = 0x1786,
+ EAknsMinorGenericQgnGrafDevaQuickThree = 0x1787,
+ EAknsMinorGenericQgnGrafDevaQuickTwo = 0x1788,
+ EAknsMinorGenericQgnGrafFepCharButtonPressed = 0x1789,
+ EAknsMinorGenericQgnIndiAppOpenAdd = 0x178a,
+ EAknsMinorGenericQgnIndiBlidSatFirmaActive = 0x178b,
+ EAknsMinorGenericQgnIndiBlidSatFirmaCenter = 0x178c,
+ EAknsMinorGenericQgnIndiBlidSatFirmaInact = 0x178d,
+ EAknsMinorGenericQgnIndiBlidSatFirmaMoon = 0x178e,
+ EAknsMinorGenericQgnIndiBlidSatFirmaSun = 0x178f,
+ EAknsMinorGenericQgnIndiFepButtonHwrDimmed = 0x1790,
+ EAknsMinorGenericQgnIndiFepButtonVkbDimmed = 0x1791,
+ EAknsMinorGenericQgnPropBlidActive = 0x1792,
+ EAknsMinorGenericQgnPropBlidBg = 0x1793,
+ EAknsMinorGenericQgnPropBlidInactive = 0x1794,
+ EAknsMinorGenericQgnPropCheckboxInactive = 0x1795,
+ EAknsMinorGenericQgnPropFmgrRemoteDriveTab = 0x1796,
+ EAknsMinorGenericQgnPropMskMenu = 0x1797,
+ EAknsMinorGenericQgnPropMskSelect = 0x1798,
+ EAknsMinorGenericQgnPropNoteListAlphaDevaTab2 = 0x1799,
+ EAknsMinorGenericQgnPropRadiobuttInactive = 0x179a,
+ EAknsMinorGenericQgnPropSearchIndevice = 0x179b,
+ EAknsMinorGenericQgnPropSearchIndeviceTitle = 0x179c,
+ EAknsMinorGenericQgnPropSetConnBearerAvailPacketdata = 0x179d,
+ EAknsMinorGenericQgnPropSetConnBearerAvailWlan = 0x179e,
+ EAknsMinorGenericQgnPropSetConnDestAdd = 0x179f,
+ EAknsMinorGenericQgnPropSetConnDestDefault = 0x17a0,
+ EAknsMinorGenericQgnPropSetConnDestDefaultSmall = 0x17a1,
+ EAknsMinorGenericQgnPropSetConnDestIcon1 = 0x17a2,
+ EAknsMinorGenericQgnPropSetConnDestIcon1Small = 0x17a3,
+ EAknsMinorGenericQgnPropSetConnDestIcon2 = 0x17a4,
+ EAknsMinorGenericQgnPropSetConnDestIcon2Small = 0x17a5,
+ EAknsMinorGenericQgnPropSetConnDestIcon3 = 0x17a6,
+ EAknsMinorGenericQgnPropSetConnDestIcon3Small = 0x17a7,
+ EAknsMinorGenericQgnPropSetConnDestIcon4 = 0x17a8,
+ EAknsMinorGenericQgnPropSetConnDestIcon4Small = 0x17a9,
+ EAknsMinorGenericQgnPropSetConnDestIcon5 = 0x17aa,
+ EAknsMinorGenericQgnPropSetConnDestIcon5Small = 0x17ab,
+ EAknsMinorGenericQgnPropSetConnDestIcon6 = 0x17ac,
+ EAknsMinorGenericQgnPropSetConnDestIcon6Small = 0x17ad,
+ EAknsMinorGenericQgnPropSetConnDestInternet = 0x17ae,
+ EAknsMinorGenericQgnPropSetConnDestInternetSmall = 0x17af,
+ EAknsMinorGenericQgnPropSetConnDestIntranet = 0x17b0,
+ EAknsMinorGenericQgnPropSetConnDestIntranetSmall = 0x17b1,
+ EAknsMinorGenericQgnPropSetConnDestMms = 0x17b2,
+ EAknsMinorGenericQgnPropSetConnDestMmsSmall = 0x17b3,
+ EAknsMinorGenericQgnPropSetConnDestOperator = 0x17b4,
+ EAknsMinorGenericQgnPropSetConnDestOperatorSmall = 0x17b5,
+ EAknsMinorGenericQgnPropSetConnDestUncategorized = 0x17b6,
+ EAknsMinorGenericQgnPropSetConnDestWap = 0x17b7,
+ EAknsMinorGenericQgnPropSetConnDestWapSmall = 0x17b8,
+ EAknsMinorGenericQgnPropSetConnPresence = 0x17b9,
+ EAknsMinorGenericQgnPropSetConnRemotedrive = 0x17ba,
+ EAknsMinorGenericQgnPropSetConnWlanEasy = 0x17bb,
+ EAknsMinorGenericQgnPropSetPhoneSub = 0x17bc,
+ EAknsMinorGenericQgnPropSipLocked = 0x17bd,
+ EAknsMinorGenericQgnStatHac = 0x17be,
+ EAknsMinorGenericQgnStatT9Auto = 0x17bf,
+ EAknsMinorGenericQgnGrafPopupTransCenter = 0x17c0,
+ EAknsMinorGenericQgnGrafPopupTransCornerBl = 0x17c1,
+ EAknsMinorGenericQgnGrafPopupTransCornerBr = 0x17c2,
+ EAknsMinorGenericQgnGrafPopupTransCornerTl = 0x17c3,
+ EAknsMinorGenericQgnGrafPopupTransCornerTr = 0x17c4,
+ EAknsMinorGenericQgnGrafPopupTransSideB = 0x17c5,
+ EAknsMinorGenericQgnGrafPopupTransSideL = 0x17c6,
+ EAknsMinorGenericQgnGrafPopupTransSideR = 0x17c7,
+ EAknsMinorGenericQgnGrafPopupTransSideT = 0x17c8,
+ EAknsMinorGenericQgnIndiBrowserTbBack = 0x17c9,
+ EAknsMinorGenericQgnIndiBrowserTbForward = 0x17ca,
+ EAknsMinorGenericQgnIndiBrowserTbForwardInact = 0x17cb,
+ EAknsMinorGenericQgnIndiBrowserTbGo = 0x17cc,
+ EAknsMinorGenericQgnIndiBrowserTbHome = 0x17cd,
+ EAknsMinorGenericQgnIndiBrowserTbReload = 0x17ce,
+ EAknsMinorGenericQgnIndiBrowserTbStop = 0x17cf,
+ EAknsMinorGenericQgnIndiButtonDecrease = 0x17d0,
+ EAknsMinorGenericQgnIndiButtonDecreasePressed = 0x17d1,
+ EAknsMinorGenericQgnIndiButtonIncrease = 0x17d2,
+ EAknsMinorGenericQgnIndiButtonIncreasePressed = 0x17d3,
+ EAknsMinorGenericQgnIndiDropdownArrow = 0x17d4,
+ EAknsMinorGenericQgnIndiHlColSuper = 0x17d5,
+ EAknsMinorGenericQgnIndiHlExpSuper = 0x17d6,
+ EAknsMinorGenericQgnIndiHlLineBranch = 0x17d7,
+ EAknsMinorGenericQgnIndiHlLineEnd = 0x17d8,
+ EAknsMinorGenericQgnIndiHlLineStraight = 0x17d9,
+ EAknsMinorGenericQgnIndiMceConnAlwaysAdd = 0x17da,
+ EAknsMinorGenericQgnIndiMceConnOnAdd = 0x17db,
+ EAknsMinorGenericQgnIndiMceConnOnRoamAdd = 0x17dc,
+ EAknsMinorGenericQgnIndiMup2EqBg = 0x17dd,
+ EAknsMinorGenericQgnIndiMup2VolumeSlider = 0x17de,
+ EAknsMinorGenericQgnIndiMup2VolumeSliderBg = 0x17df,
+ EAknsMinorGenericQgnPropBlidSatFirma = 0x17e0,
+ EAknsMinorGenericQgnPropBlidSatFirmaActive = 0x17e1,
+ EAknsMinorGenericQgnPropBlidSatFirmaInact = 0x17e2,
+ EAknsMinorGenericQgnPropBlidSatFirmaMoon = 0x17e3,
+ EAknsMinorGenericQgnPropBlidSatFirmaSun = 0x17e4,
+ EAknsMinorGenericQgnPropHlFile = 0x17e5,
+ EAknsMinorGenericQgnPropHlFolder = 0x17e6,
+ EAknsMinorGenericQgnPropHlFolderOpen = 0x17e7,
+ EAknsMinorGenericQgnPropImageTbClose = 0x17e8,
+ EAknsMinorGenericQgnPropImageTbCloseDimmed = 0x17e9,
+ EAknsMinorGenericQgnPropImageTbCloseFocused = 0x17ea,
+ EAknsMinorGenericQgnPropImageTbClosePressed = 0x17eb,
+ EAknsMinorGenericQgnPropImageTbDelete = 0x17ec,
+ EAknsMinorGenericQgnPropImageTbDeleteDimmed = 0x17ed,
+ EAknsMinorGenericQgnPropImageTbDeleteFocused = 0x17ee,
+ EAknsMinorGenericQgnPropImageTbDeletePressed = 0x17ef,
+ EAknsMinorGenericQgnPropImageTbInfo = 0x17f0,
+ EAknsMinorGenericQgnPropImageTbInfoDimmed = 0x17f1,
+ EAknsMinorGenericQgnPropImageTbInfoFocused = 0x17f2,
+ EAknsMinorGenericQgnPropImageTbInfoPressed = 0x17f3,
+ EAknsMinorGenericQgnPropImageTbPlay = 0x17f4,
+ EAknsMinorGenericQgnPropImageTbPlayDimmed = 0x17f5,
+ EAknsMinorGenericQgnPropImageTbPlayFocused = 0x17f6,
+ EAknsMinorGenericQgnPropImageTbPlayPressed = 0x17f7,
+ EAknsMinorGenericQgnPropImageTbRotateL = 0x17f8,
+ EAknsMinorGenericQgnPropImageTbRotateLDimmed = 0x17f9,
+ EAknsMinorGenericQgnPropImageTbRotateLFocused = 0x17fa,
+ EAknsMinorGenericQgnPropImageTbRotateLPressed = 0x17fb,
+ EAknsMinorGenericQgnPropImageTbRotateR = 0x17fc,
+ EAknsMinorGenericQgnPropImageTbRotateRDimmed = 0x17fd,
+ EAknsMinorGenericQgnPropImageTbRotateRFocused = 0x17fe,
+ EAknsMinorGenericQgnPropImageTbRotateRPressed = 0x17ff,
+ EAknsMinorGenericQgnPropImageTbZoom = 0x1800,
+ EAknsMinorGenericQgnPropImageTbZoomDimmed = 0x1801,
+ EAknsMinorGenericQgnPropImageTbZoomFocused = 0x1802,
+ EAknsMinorGenericQgnPropImageTbZoomPressed = 0x1803,
+ EAknsMinorGenericQgnPropImImsgNew = 0x1804,
+ EAknsMinorGenericQgnPropRemoteDriveMemc = 0x1805,
+ EAknsMinorGenericQgnPropRemoteDriveMemcLarge = 0x1806,
+ EAknsMinorGenericQgnStatMemc = 0x1807,
+ EAknsMinorGenericQgnStatMemcUni = 0x1808,
+ EAknsMinorGenericQgnIndiBrowserCursorEmail = 0x1809,
+ EAknsMinorGenericQgnIndiBrowserCursorPhone = 0x180a,
+ EAknsMinorGenericQgnIndiBrowserTbFind = 0x180b,
+ EAknsMinorGenericQgnIndiBrowserTbPage = 0x180c,
+ EAknsMinorGenericQgnIndiBrowserTbRss = 0x180d,
+ EAknsMinorGenericQgnIndiMmsPlay = 0x180e,
+ EAknsMinorGenericQgnPropSetConnAcl = 0x180f,
+ EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken00 = 0x1810,
+ EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken01 = 0x1811,
+ EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken02 = 0x1812,
+ EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken03 = 0x1813,
+ EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken04 = 0x1814,
+ EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken05 = 0x1815,
+ EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken06 = 0x1816,
+ EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken07 = 0x1817,
+ EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken08 = 0x1818,
+ EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken09 = 0x1819,
+ EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken10 = 0x181a,
+ EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken11 = 0x181b,
+ EAknsMinorGenericQgnIndiLogMissedCallAdd = 0x181c,
+ EAknsMinorGenericQgnPropFileRssAuto = 0x181d,
+ EAknsMinorGenericQgnPropFolderInstall = 0x181e,
+ EAknsMinorGenericQgnPropFolderNotInstall = 0x181f,
+ EAknsMinorGenericQgnPropImBusyTitle = 0x1820,
+ EAknsMinorGenericQgnPropSearchContacts = 0x1821,
+ EAknsMinorGenericQgnPropSearchFileNames = 0x1822,
+ EAknsMinorGenericQgnPropSearchMailbox = 0x1823,
+ EAknsMinorGenericQgnPropSearchOfficeDocs = 0x1824,
+ EAknsMinorGenericQgnStatChiPinyinPhrase = 0x1825,
+ EAknsMinorGenericQgnStatChiStrokePhrase = 0x1826,
+ EAknsMinorGenericQgnStatChiStrokeTradPhrase = 0x1827,
+ EAknsMinorGenericQgnStatChiZhuyinPhrase = 0x1828,
+ EAknsMinorGenericQgnMenuNews = 0x1829,
+ EAknsMinorGenericQgnMenuShortcut = 0x182a,
+ EAknsMinorGenericQgnGrafVolumeSetOff = 0x182b,
+ EAknsMinorGenericQgnGrafVolumeSetOn = 0x182c,
+ EAknsMinorGenericQgnGrafVolumeSmallOff = 0x182d,
+ EAknsMinorGenericQgnGrafVolumeSmallOn = 0x182e,
+ EAknsMinorGenericQgnIndiCalcAdd = 0x182f,
+ EAknsMinorGenericQgnIndiCalcCancel = 0x1830,
+ EAknsMinorGenericQgnIndiCalcDivide = 0x1831,
+ EAknsMinorGenericQgnIndiCalcEight = 0x1832,
+ EAknsMinorGenericQgnIndiCalcEquals = 0x1833,
+ EAknsMinorGenericQgnIndiCalcFive = 0x1834,
+ EAknsMinorGenericQgnIndiCalcFour = 0x1835,
+ EAknsMinorGenericQgnIndiCalcMultiply = 0x1836,
+ EAknsMinorGenericQgnIndiCalcNine = 0x1837,
+ EAknsMinorGenericQgnIndiCalcOne = 0x1838,
+ EAknsMinorGenericQgnIndiCalcPercent = 0x1839,
+ EAknsMinorGenericQgnIndiCalcSeparator = 0x183a,
+ EAknsMinorGenericQgnIndiCalcSeven = 0x183b,
+ EAknsMinorGenericQgnIndiCalcSign = 0x183c,
+ EAknsMinorGenericQgnIndiCalcSix = 0x183d,
+ EAknsMinorGenericQgnIndiCalcSquareroot = 0x183e,
+ EAknsMinorGenericQgnIndiCalcSubtract = 0x183f,
+ EAknsMinorGenericQgnIndiCalcThree = 0x1840,
+ EAknsMinorGenericQgnIndiCalcTwo = 0x1841,
+ EAknsMinorGenericQgnIndiCalcZero = 0x1842,
+ EAknsMinorGenericQgnIndiCamsFocusAutoFrame = 0x1843,
+ EAknsMinorGenericQgnIndiCamsTbBurst = 0x1844,
+ EAknsMinorGenericQgnIndiCamsTbCameraMain = 0x1845,
+ EAknsMinorGenericQgnIndiCamsTbCameraSecondary = 0x1846,
+ EAknsMinorGenericQgnIndiCamsTbCapture = 0x1847,
+ EAknsMinorGenericQgnIndiCamsTbClose = 0x1848,
+ EAknsMinorGenericQgnIndiCamsTbFlash = 0x1849,
+ EAknsMinorGenericQgnIndiCamsTbFocusAuto = 0x184a,
+ EAknsMinorGenericQgnIndiCamsTbMinitb = 0x184b,
+ EAknsMinorGenericQgnIndiCamsTbNight = 0x184c,
+ EAknsMinorGenericQgnIndiCamsTbPhoto = 0x184d,
+ EAknsMinorGenericQgnIndiCamsTbPhotoQuality = 0x184e,
+ EAknsMinorGenericQgnIndiCamsTbPhotoReso = 0x184f,
+ EAknsMinorGenericQgnIndiCamsTbRec = 0x1850,
+ EAknsMinorGenericQgnIndiCamsTbRecPause = 0x1851,
+ EAknsMinorGenericQgnIndiCamsTbRecStop = 0x1852,
+ EAknsMinorGenericQgnIndiCamsTbTone = 0x1853,
+ EAknsMinorGenericQgnIndiCamsTbVideo = 0x1854,
+ EAknsMinorGenericQgnIndiCamsTbVideoLength = 0x1855,
+ EAknsMinorGenericQgnIndiCamsTbVideoReso = 0x1856,
+ EAknsMinorGenericQgnIndiCamsTbWhite = 0x1857,
+ EAknsMinorGenericQgnIndiMupDefaultAlbum = 0x1858,
+ EAknsMinorGenericQgnIndiMupRp = 0x1859,
+ EAknsMinorGenericQgnIndiS60 = 0x185a,
+ EAknsMinorGenericQgnIndiSignalHsdpaAttach = 0x185b,
+ EAknsMinorGenericQgnIndiSignalHsdpaContext = 0x185c,
+ EAknsMinorGenericQgnIndiSignalHsdpaMultipdp = 0x185d,
+ EAknsMinorGenericQgnIndiSignalHsdpaSuspended = 0x185e,
+ EAknsMinorGenericQgnMenuImBusy = 0x185f,
+ EAknsMinorGenericQgnPropMpPlayPause = 0x1860,
+ EAknsMinorGenericQgnPropMpViewNormal = 0x1861,
+ EAknsMinorGenericQgnPropS60 = 0x1862,
+ EAknsMinorGenericQgnPropSetGenePay = 0x1863,
+ EAknsMinorGenericQgnPropUsb = 0x1864,
+ EAknsMinorGenericQgnStatAlarmUni = 0x1865,
+ EAknsMinorGenericQgnStatCarkitUni = 0x1866,
+ EAknsMinorGenericQgnStatDivert0Uni = 0x1867,
+ EAknsMinorGenericQgnStatDivert12Uni = 0x1868,
+ EAknsMinorGenericQgnStatDivert1Uni = 0x1869,
+ EAknsMinorGenericQgnStatDivert2Uni = 0x186a,
+ EAknsMinorGenericQgnStatDivertVmUni = 0x186b,
+ EAknsMinorGenericQgnStatHacUni = 0x186c,
+ EAknsMinorGenericQgnStatHeadsetUnavailableUni = 0x186d,
+ EAknsMinorGenericQgnStatHeadsetUni = 0x186e,
+ EAknsMinorGenericQgnStatIndiMtvOnUni = 0x186f,
+ EAknsMinorGenericQgnStatIndiMtvRecUni = 0x1870,
+ EAknsMinorGenericQgnStatKeyguardUni = 0x1871,
+ EAknsMinorGenericQgnStatLine2Uni = 0x1872,
+ EAknsMinorGenericQgnStatLocUni = 0x1873,
+ EAknsMinorGenericQgnStatLoopsetUni = 0x1874,
+ EAknsMinorGenericQgnStatModBtUni = 0x1875,
+ EAknsMinorGenericQgnStatModTarmUni = 0x1876,
+ EAknsMinorGenericQgnStatPocDndUni = 0x1877,
+ EAknsMinorGenericQgnStatTarmUni = 0x1878,
+ EAknsMinorGenericQgnStatTtyUni = 0x1879,
+ EAknsMinorGenericQgnStatTvoutUni = 0x187a,
+ EAknsMinorGenericQgnStatVideoSharingUni = 0x187b,
+ EAknsMinorGenericQgnStatVoipReadinessUni = 0x187c,
+ EAknsMinorGenericQgnStatZoneHomeUni = 0x187d,
+ EAknsMinorGenericQgnIndiCaleTbDay = 0x187e,
+ EAknsMinorGenericQgnIndiCaleTbLeft = 0x187f,
+ EAknsMinorGenericQgnIndiCaleTbMonth = 0x1880,
+ EAknsMinorGenericQgnIndiCaleTbNewEntry = 0x1881,
+ EAknsMinorGenericQgnIndiCaleTbRight = 0x1882,
+ EAknsMinorGenericQgnIndiCaleTbTodo = 0x1883,
+ EAknsMinorGenericQgnIndiCaleTbWeek = 0x1884,
+ EAknsMinorGenericQgnIndiTbAvailContacts = 0x1885,
+ EAknsMinorGenericQgnIndiTbCall = 0x1886,
+ EAknsMinorGenericQgnIndiTbCallVideo = 0x1887,
+ EAknsMinorGenericQgnIndiTbMce = 0x1888,
+ EAknsMinorGenericQgnIndiTbPb = 0x1889,
+ EAknsMinorGenericQgnIndiVideoForw = 0x188a,
+ EAknsMinorGenericQgnIndiVideoPause = 0x188b,
+ EAknsMinorGenericQgnIndiVideoPlay = 0x188c,
+ EAknsMinorGenericQgnIndiVideoRecord = 0x188d,
+ EAknsMinorGenericQgnIndiVideoRecordNot = 0x188e,
+ EAknsMinorGenericQgnIndiVideoRew = 0x188f,
+ EAknsMinorGenericQgnIndiVideoStop = 0x1890,
+ EAknsMinorGenericQgnIndiVideoWait1 = 0x1891,
+ EAknsMinorGenericQgnIndiVideoWait2 = 0x1892,
+ EAknsMinorGenericQgnIndiVideoWait3 = 0x1893,
+ EAknsMinorGenericQgnIndiVideoWait4 = 0x1894,
+ EAknsMinorGenericQgnIndiVideoWait5 = 0x1895,
+ EAknsMinorGenericQgnIndiVideoWait6 = 0x1896,
+ EAknsMinorGenericQgnIndiVideoWait7 = 0x1897,
+ EAknsMinorGenericQgnIndiVideoWait8 = 0x1898,
+ EAknsMinorGenericQgnPropBtBlockedTab3 = 0x1899,
+ EAknsMinorGenericQgnPropBtDevicesTab3 = 0x189a,
+ EAknsMinorGenericQgnPropBtSetTab3 = 0x189b,
+ EAknsMinorGenericQgnPropCodec3gp = 0x189c,
+ EAknsMinorGenericQgnPropCodecAvc = 0x189d,
+ EAknsMinorGenericQgnPropCodecH263 = 0x189e,
+ EAknsMinorGenericQgnPropCodecMp4 = 0x189f,
+ EAknsMinorGenericQgnPropCodecRv = 0x18a0,
+ EAknsMinorGenericQgnPropCodecRv10 = 0x18a1,
+ EAknsMinorGenericQgnPropCodecRv8 = 0x18a2,
+ EAknsMinorGenericQgnPropCodecRv9 = 0x18a3,
+ EAknsMinorGenericQgnPropSmlSync = 0x18a4,
+ EAknsMinorGenericQgnPropVideoMb = 0x18a5,
+ EAknsMinorGenericQgnIndiMgTbDelete = 0x18a6,
+ EAknsMinorGenericQgnIndiMgTbEdit = 0x18a7,
+ EAknsMinorGenericQgnIndiMgTbSend = 0x18a8,
+ EAknsMinorGenericQgnIndiMgTbStreamNew = 0x18a9,
+ EAknsMinorGenericQgnIndiMpTbRemoveAll = 0x18aa,
+ EAknsMinorGenericQgnIndiMpTbRemoveOne = 0x18ab,
+ EAknsMinorGenericQgnIndiMupTbAddTracks = 0x18ac,
+ EAknsMinorGenericQgnIndiMupTbNext = 0x18ad,
+ EAknsMinorGenericQgnIndiMupTbPause = 0x18ae,
+ EAknsMinorGenericQgnIndiMupTbPlay = 0x18af,
+ EAknsMinorGenericQgnIndiMupTbPlaylistNew = 0x18b0,
+ EAknsMinorGenericQgnIndiMupTbPlaylistRemove = 0x18b1,
+ EAknsMinorGenericQgnIndiMupTbPrev = 0x18b2,
+ EAknsMinorGenericQgnIndiMupTbStop = 0x18b3,
+ EAknsMinorGenericQgnPropBrowserDlCompletedAdd = 0x18b4,
+ EAknsMinorGenericQgnPropBrowserDlOngoingAdd = 0x18b5,
+ EAknsMinorGenericQgnPropBrowserDlPausedAdd = 0x18b6,
+ EAknsMinorGenericQgnPropFolderVcMessage = 0x18b7,
+ EAknsMinorGenericQgnPropFolderVcOrganiser = 0x18b8,
+ EAknsMinorGenericQgnPropFolderVcTools = 0x18b9,
+ EAknsMinorGenericQgnPropImChatsCollapsed = 0x18ba,
+ EAknsMinorGenericQgnPropImChatsExpanded = 0x18bb,
+ EAknsMinorGenericQgnPropImFriendsCollapsed = 0x18bc,
+ EAknsMinorGenericQgnPropImFriendsExpanded = 0x18bd,
+ EAknsMinorGenericQgnPropSetAppsMp = 0x18be,
+ EAknsMinorGenericQgnStatLocTriggerOffUni = 0x18bf,
+ EAknsMinorGenericQgnStatLocTriggerOnUni = 0x18c0,
+ EAknsMinorGenericQgnGrafAiVolumeSmall1 = 0x18c1,
+ EAknsMinorGenericQgnGrafAiVolumeSmall10 = 0x18c2,
+ EAknsMinorGenericQgnGrafAiVolumeSmall2 = 0x18c3,
+ EAknsMinorGenericQgnGrafAiVolumeSmall3 = 0x18c4,
+ EAknsMinorGenericQgnGrafAiVolumeSmall4 = 0x18c5,
+ EAknsMinorGenericQgnGrafAiVolumeSmall5 = 0x18c6,
+ EAknsMinorGenericQgnGrafAiVolumeSmall6 = 0x18c7,
+ EAknsMinorGenericQgnGrafAiVolumeSmall7 = 0x18c8,
+ EAknsMinorGenericQgnGrafAiVolumeSmall8 = 0x18c9,
+ EAknsMinorGenericQgnGrafAiVolumeSmall9 = 0x18ca,
+ EAknsMinorGenericQgnGrafScreencalib = 0x18cb,
+ EAknsMinorGenericQgnGrafScreencalib1 = 0x18cc,
+ EAknsMinorGenericQgnGrafScreencalib2 = 0x18cd,
+ EAknsMinorGenericQgnGrafScreencalib3 = 0x18ce,
+ EAknsMinorGenericQgnGrafScreencalib4 = 0x18cf,
+ EAknsMinorGenericQgnGrafScreencalib5 = 0x18d0,
+ EAknsMinorGenericQgnIndiButtonMode = 0x18d1,
+ EAknsMinorGenericQgnIndiCalcClear = 0x18d2,
+ EAknsMinorGenericQgnIndiDialerCallSend = 0x18d3,
+ EAknsMinorGenericQgnIndiDialerClear = 0x18d4,
+ EAknsMinorGenericQgnIndiDialerContacts = 0x18d5,
+ EAknsMinorGenericQgnIndiDialerEight = 0x18d6,
+ EAknsMinorGenericQgnIndiDialerFive = 0x18d7,
+ EAknsMinorGenericQgnIndiDialerFour = 0x18d8,
+ EAknsMinorGenericQgnIndiDialerHash = 0x18d9,
+ EAknsMinorGenericQgnIndiDialerNine = 0x18da,
+ EAknsMinorGenericQgnIndiDialerOne = 0x18db,
+ EAknsMinorGenericQgnIndiDialerPrefix = 0x18dc,
+ EAknsMinorGenericQgnIndiDialerSeven = 0x18dd,
+ EAknsMinorGenericQgnIndiDialerSix = 0x18de,
+ EAknsMinorGenericQgnIndiDialerThree = 0x18df,
+ EAknsMinorGenericQgnIndiDialerTwo = 0x18e0,
+ EAknsMinorGenericQgnIndiDialerVideocallSend = 0x18e1,
+ EAknsMinorGenericQgnIndiDialerZero = 0x18e2,
+ EAknsMinorGenericQgnIndiHlTabColSuper = 0x18e3,
+ EAknsMinorGenericQgnIndiHlTabExpSuper = 0x18e4,
+ EAknsMinorGenericQgnIndiMupTbRemoveOne = 0x18e5,
+ EAknsMinorGenericQgnIndiOfflineFileAdd = 0x18e6,
+ EAknsMinorGenericQgnIndiTbCameraMain = 0x18e7,
+ EAknsMinorGenericQgnIndiTbCameraSecondary = 0x18e8,
+ EAknsMinorGenericQgnIndiTbGallery = 0x18e9,
+ EAknsMinorGenericQgnIndiTbMicrophoneMute = 0x18ea,
+ EAknsMinorGenericQgnIndiTbMicrophoneUnmute = 0x18eb,
+ EAknsMinorGenericQgnIndiTbPlaylistNew = 0x18ec,
+ EAknsMinorGenericQgnIndiTbSwapImages = 0x18ed,
+ EAknsMinorGenericQgnIndiTbVideo = 0x18ee,
+ EAknsMinorGenericQgnIndiTbVideoDisable = 0x18ef,
+ EAknsMinorGenericQgnIndiTbZoom = 0x18f0,
+ EAknsMinorGenericQgnIndiVideoVolMuted = 0x18f1,
+ EAknsMinorGenericQgnPropMceSubSenderCollapsed = 0x18f2,
+ EAknsMinorGenericQgnPropMceSubSenderExpanded = 0x18f3,
+ EAknsMinorGenericQgnPropMceSubSizeCollapsed = 0x18f4,
+ EAknsMinorGenericQgnPropMceSubSizeExpanded = 0x18f5,
+ EAknsMinorGenericQgnPropMceSubSubjectCollapsed = 0x18f6,
+ EAknsMinorGenericQgnPropMceSubSubjectExpanded = 0x18f7,
+ EAknsMinorGenericQgnPropMceSubTimeCollapsed = 0x18f8,
+ EAknsMinorGenericQgnPropMceSubTimeExpanded = 0x18f9,
+ EAknsMinorGenericQgnPropMceSubTypeCollapsed = 0x18fa,
+ EAknsMinorGenericQgnPropMceSubTypeExpanded = 0x18fb,
+ EAknsMinorGenericQgnPropMpDownloadVideo = 0x18fc,
+ EAknsMinorGenericQgnPropMpFolderRecentPlayed = 0x18fd,
+ EAknsMinorGenericQgnPropMpFolderStreamLink = 0x18fe,
+ EAknsMinorGenericQgnPropMpFolderVideo = 0x18ff,
+ EAknsMinorGenericQgnPropSetVideoSharing = 0x1900,
+ EAknsMinorGenericQgnPropSmlNew = 0x1901,
+ EAknsMinorGenericQgnPropVideoCorrupted = 0x1902,
+ EAknsMinorGenericQgnGrafAiVolumeSet0 = 0x1903,
+ EAknsMinorGenericQgnGrafAiVolumeSet1 = 0x1904,
+ EAknsMinorGenericQgnGrafAiVolumeSet10 = 0x1905,
+ EAknsMinorGenericQgnGrafAiVolumeSet2 = 0x1906,
+ EAknsMinorGenericQgnGrafAiVolumeSet3 = 0x1907,
+ EAknsMinorGenericQgnGrafAiVolumeSet4 = 0x1908,
+ EAknsMinorGenericQgnGrafAiVolumeSet5 = 0x1909,
+ EAknsMinorGenericQgnGrafAiVolumeSet6 = 0x190a,
+ EAknsMinorGenericQgnGrafAiVolumeSet7 = 0x190b,
+ EAknsMinorGenericQgnGrafAiVolumeSet8 = 0x190c,
+ EAknsMinorGenericQgnGrafAiVolumeSet9 = 0x190d,
+ EAknsMinorGenericQgnGrafAiVolumeSmall0 = 0x190e,
+ EAknsMinorGenericQgnIndiColSuper = 0x190f,
+ EAknsMinorGenericQgnIndiExpSuper = 0x1910,
+ EAknsMinorGenericQgnIndiSignalEgprsIcon = 0x1911,
+ EAknsMinorGenericQgnIndiSignalHsdpaIcon = 0x1912,
+ EAknsMinorGenericQgnIndiVolumeArrowLeft = 0x1913,
+ EAknsMinorGenericQgnIndiVolumeArrowLeftInactive = 0x1914,
+ EAknsMinorGenericQgnIndiVolumeArrowRight = 0x1915,
+ EAknsMinorGenericQgnIndiVolumeArrowRightInactive = 0x1916,
+ EAknsMinorGenericQgnMenuImageprint = 0x1917,
+ EAknsMinorGenericQgnPropMceSubSender = 0x1918,
+ EAknsMinorGenericQgnPropMceSubSize = 0x1919,
+ EAknsMinorGenericQgnPropMceSubSubject = 0x191a,
+ EAknsMinorGenericQgnPropMceSubTime = 0x191b,
+ EAknsMinorGenericQgnPropMceSubType = 0x191c,
+ EAknsMinorGenericQsnFrSeparatorHLShdwin = 0x191d,
+ EAknsMinorGenericQsnFrSeparatorHLShdwnone = 0x191e,
+ EAknsMinorGenericQsnFrSeparatorHLShdwout = 0x191f,
+ EAknsMinorGenericQsnFrSeparatorHMShdwin = 0x1920,
+ EAknsMinorGenericQsnFrSeparatorHMShdwnone = 0x1921,
+ EAknsMinorGenericQsnFrSeparatorHMShdwout = 0x1922,
+ EAknsMinorGenericQsnFrSeparatorHRShdwin = 0x1923,
+ EAknsMinorGenericQsnFrSeparatorHRShdwnone = 0x1924,
+ EAknsMinorGenericQsnFrSeparatorHRShdwout = 0x1925,
+ EAknsMinorGenericQsnFrSeparatorVBShdwin = 0x1926,
+ EAknsMinorGenericQsnFrSeparatorVBShdwnone = 0x1927,
+ EAknsMinorGenericQsnFrSeparatorVBShdwout = 0x1928,
+ EAknsMinorGenericQsnFrSeparatorVMShdwin = 0x1929,
+ EAknsMinorGenericQsnFrSeparatorVMShdwnone = 0x192a,
+ EAknsMinorGenericQsnFrSeparatorVMShdwout = 0x192b,
+ EAknsMinorGenericQsnFrSeparatorVTShdwin = 0x192c,
+ EAknsMinorGenericQsnFrSeparatorVTShdwnone = 0x192d,
+ EAknsMinorGenericQsnFrSeparatorVTShdwout = 0x192e,
+ EAknsMinorGenericQgnIndiBrowserDlCompletedAdd = 0x192f,
+ EAknsMinorGenericQgnIndiBrowserDlOngoingAdd = 0x1930,
+ EAknsMinorGenericQgnIndiBrowserDlPausedAdd = 0x1931,
+ EAknsMinorGenericQgnIndiFepButtonCaseAccentedCyrillic = 0x1932,
+ EAknsMinorGenericQgnIndiFepButtonCaseAccentedCyrillicSel = 0x1933,
+ EAknsMinorGenericQgnIndiFepButtonCaseCapitalCyrillic = 0x1934,
+ EAknsMinorGenericQgnIndiFepButtonCaseCapitalCyrillicSel = 0x1935,
+ EAknsMinorGenericQgnIndiFepButtonCaseCapitalGreek = 0x1936,
+ EAknsMinorGenericQgnIndiFepButtonCaseCapitalGreekSel = 0x1937,
+ EAknsMinorGenericQgnIndiFepButtonCaseNumericArabicIndic = 0x1938,
+ EAknsMinorGenericQgnIndiFepButtonCaseNumericArabicIndicSel = 0x1939,
+ EAknsMinorGenericQgnIndiFepButtonCaseNumericDevanagari = 0x193a,
+ EAknsMinorGenericQgnIndiFepButtonCaseNumericDevanagariSel = 0x193b,
+ EAknsMinorGenericQgnIndiFepButtonCaseNumericThai = 0x193c,
+ EAknsMinorGenericQgnIndiFepButtonCaseNumericThaiSel = 0x193d,
+ EAknsMinorGenericQgnIndiFepButtonCaseSmallCyrillic = 0x193e,
+ EAknsMinorGenericQgnIndiFepButtonCaseSmallCyrillicSel = 0x193f,
+ EAknsMinorGenericQgnIndiFepButtonCaseSmallGreek = 0x1940,
+ EAknsMinorGenericQgnIndiFepButtonCaseSmallGreekSel = 0x1941,
+ EAknsMinorGenericQgnIndiFepButtonCaseTextArabic = 0x1942,
+ EAknsMinorGenericQgnIndiFepButtonCaseTextArabicSel = 0x1943,
+ EAknsMinorGenericQgnIndiFepButtonCaseTextCyrillic = 0x1944,
+ EAknsMinorGenericQgnIndiFepButtonCaseTextCyrillicSel = 0x1945,
+ EAknsMinorGenericQgnIndiFepButtonCaseTextGreek = 0x1946,
+ EAknsMinorGenericQgnIndiFepButtonCaseTextGreekSel = 0x1947,
+ EAknsMinorGenericQgnIndiFepButtonCaseTextHebrew = 0x1948,
+ EAknsMinorGenericQgnIndiFepButtonCaseTextHebrewSel = 0x1949,
+ EAknsMinorGenericQgnIndiFepButtonCaseTextHindi = 0x194a,
+ EAknsMinorGenericQgnIndiFepButtonCaseTextHindiSel = 0x194b,
+ EAknsMinorGenericQgnIndiFepButtonCaseTextThai = 0x194c,
+ EAknsMinorGenericQgnIndiFepButtonCaseTextThaiSel = 0x194d,
+ EAknsMinorGenericQgnIndiImedBrightSuper = 0x194e,
+ EAknsMinorGenericQgnIndiImedBw = 0x194f,
+ EAknsMinorGenericQgnIndiImedCartoon = 0x1950,
+ EAknsMinorGenericQgnIndiImedClipart = 0x1951,
+ EAknsMinorGenericQgnIndiImedContrast = 0x1952,
+ EAknsMinorGenericQgnIndiImedContrastSuper = 0x1953,
+ EAknsMinorGenericQgnIndiImedCrop = 0x1954,
+ EAknsMinorGenericQgnIndiImedCursorSuper = 0x1955,
+ EAknsMinorGenericQgnIndiImedDownple = 0x1956,
+ EAknsMinorGenericQgnIndiImedEye = 0x1957,
+ EAknsMinorGenericQgnIndiImedFrame = 0x1958,
+ EAknsMinorGenericQgnIndiImedMoveSuper = 0x1959,
+ EAknsMinorGenericQgnIndiImedNegative = 0x195a,
+ EAknsMinorGenericQgnIndiImedResizeSuper = 0x195b,
+ EAknsMinorGenericQgnIndiImedRotateSuper = 0x195c,
+ EAknsMinorGenericQgnIndiImedSepia = 0x195d,
+ EAknsMinorGenericQgnIndiImedSharpness = 0x195e,
+ EAknsMinorGenericQgnIndiImedSharpnessSuper = 0x195f,
+ EAknsMinorGenericQgnIndiMidpTrusted = 0x1960,
+ EAknsMinorGenericQgnIndiMidpUntrusted = 0x1961,
+ EAknsMinorGenericQgnStatCaseLowerHindiPhonetic = 0x1962,
+ EAknsMinorGenericQgnStatCaseUpperHindiPhonetic = 0x1963,
+ EAknsMinorGenericQgnGrafAbout3edition = 0x1964,
+ EAknsMinorGenericQgnGrafCallImage1 = 0x1965,
+ EAknsMinorGenericQgnGrafS60Logo = 0x1966,
+ EAknsMinorGenericQgnIndiImedBright = 0x1967,
+ EAknsMinorGenericQgnIndiImedTalkbb05 = 0x1968,
+ EAknsMinorGenericQgnIndiImedTalkbb06 = 0x1969,
+ EAknsMinorGenericQgnIndiImedText = 0x196a,
+ EAknsMinorGenericQgnIndiImedThinkbb05 = 0x196b,
+ EAknsMinorGenericQgnIndiImedThinkbb06 = 0x196c,
+ EAknsMinorGenericQgnIndiMsgListTab1 = 0x196d,
+ EAknsMinorGenericQgnPropDmTestFailed = 0x196e,
+ EAknsMinorGenericQgnPropDmTestPassed = 0x196f,
+ EAknsMinorGenericQgnPropFolderVcGeneral = 0x1970,
+ EAknsMinorGenericQgnPropFolderVcProfiles = 0x1971,
+ EAknsMinorGenericQgnPropSetAppsSearch = 0x1972,
+ EAknsMinorGenericQgnPropSetGeneSensor = 0x1973,
+ EAknsMinorGenericQgnGrafFepChar11x5 = 0x1974,
+ EAknsMinorGenericQgnGrafNsliderImedEndLeft = 0x1975,
+ EAknsMinorGenericQgnGrafNsliderImedEndRight = 0x1976,
+ EAknsMinorGenericQgnGrafNsliderImedMarker = 0x1977,
+ EAknsMinorGenericQgnGrafNsliderImedMiddle = 0x1978,
+ EAknsMinorGenericQgnGrafTvoutLogo = 0x1979,
+ EAknsMinorGenericQgnGrafTvoutProtected = 0x197a,
+ EAknsMinorGenericQgnIndiBrowserUrlCall = 0x197b,
+ EAknsMinorGenericQgnIndiBrowserUrlEmail = 0x197c,
+ EAknsMinorGenericQgnIndiBrowserUrlMm = 0x197d,
+ EAknsMinorGenericQgnIndiBrowserUrlMms = 0x197e,
+ EAknsMinorGenericQgnIndiBrowserUrlPage = 0x197f,
+ EAknsMinorGenericQgnIndiBrowserUrlVideo = 0x1980,
+ EAknsMinorGenericQgnIndiCamsBrightSuper = 0x1981,
+ EAknsMinorGenericQgnIndiCamsBurstSuper = 0x1982,
+ EAknsMinorGenericQgnIndiCamsBwSuper = 0x1983,
+ EAknsMinorGenericQgnIndiCamsCloudySuper = 0x1984,
+ EAknsMinorGenericQgnIndiCamsContrastSuper = 0x1985,
+ EAknsMinorGenericQgnIndiCamsExpoSuper = 0x1986,
+ EAknsMinorGenericQgnIndiCamsFlashAutoSuper = 0x1987,
+ EAknsMinorGenericQgnIndiCamsFlashOffSuper = 0x1988,
+ EAknsMinorGenericQgnIndiCamsFlashOnSuper = 0x1989,
+ EAknsMinorGenericQgnIndiCamsFluorescentSuper = 0x198a,
+ EAknsMinorGenericQgnIndiCamsLocFoundSuper = 0x198b,
+ EAknsMinorGenericQgnIndiCamsLocNotFoundSuper = 0x198c,
+ EAknsMinorGenericQgnIndiCamsMicOffSuper = 0x198d,
+ EAknsMinorGenericQgnIndiCamsMmcSuper = 0x198e,
+ EAknsMinorGenericQgnIndiCamsNegativeSuper = 0x198f,
+ EAknsMinorGenericQgnIndiCamsNightSuper = 0x1990,
+ EAknsMinorGenericQgnIndiCamsPausedSuper = 0x1991,
+ EAknsMinorGenericQgnIndiCamsPhoneMemcSuper = 0x1992,
+ EAknsMinorGenericQgnIndiCamsPhotoSuper = 0x1993,
+ EAknsMinorGenericQgnIndiCamsSepiaSuper = 0x1994,
+ EAknsMinorGenericQgnIndiCamsSunnySuper = 0x1995,
+ EAknsMinorGenericQgnIndiCamsTimerSuper = 0x1996,
+ EAknsMinorGenericQgnIndiCamsTungstenSuper = 0x1997,
+ EAknsMinorGenericQgnIndiCamsVideoSuper = 0x1998,
+ EAknsMinorGenericQgnIndiCamsZoomBgMaxSuper = 0x1999,
+ EAknsMinorGenericQgnIndiCamsZoomBgMinSuper = 0x199a,
+ EAknsMinorGenericQgnIndiCamsZoomBgSuper = 0x199b,
+ EAknsMinorGenericQgnIndiCamsZoomElevatorSuper = 0x199c,
+ EAknsMinorGenericQgnIndiFepButtonCaseAllTypesJapanese = 0x199d,
+ EAknsMinorGenericQgnIndiFepButtonCaseAllTypesJapaneseSel = 0x199e,
+ EAknsMinorGenericQgnIndiFepButtonCaseKanaKanji = 0x199f,
+ EAknsMinorGenericQgnIndiFepButtonCaseKanaKanjiSel = 0x19a0,
+ EAknsMinorGenericQgnIndiFepButtonCaseLatinTextJapanese = 0x19a1,
+ EAknsMinorGenericQgnIndiFepButtonCaseLatinTextJapaneseSel = 0x19a2,
+ EAknsMinorGenericQgnIndiFepButtonCaseNumericJapanese = 0x19a3,
+ EAknsMinorGenericQgnIndiFepButtonCaseNumericJapaneseSel = 0x19a4,
+ EAknsMinorGenericQgnIndiFepButtonClearJapanese1 = 0x19a5,
+ EAknsMinorGenericQgnIndiFepButtonClearJapanese1Sel = 0x19a6,
+ EAknsMinorGenericQgnIndiFepButtonClearJapanese2 = 0x19a7,
+ EAknsMinorGenericQgnIndiFepButtonClearJapanese2Sel = 0x19a8,
+ EAknsMinorGenericQgnIndiFepButtonConvertToKanji = 0x19a9,
+ EAknsMinorGenericQgnIndiFepButtonConvertToKanjiDimmed = 0x19aa,
+ EAknsMinorGenericQgnIndiFepButtonConvertToKanjiSel = 0x19ab,
+ EAknsMinorGenericQgnIndiFepButtonEnterJapanese1 = 0x19ac,
+ EAknsMinorGenericQgnIndiFepButtonEnterJapanese1Sel = 0x19ad,
+ EAknsMinorGenericQgnIndiFepButtonEnterJapanese2 = 0x19ae,
+ EAknsMinorGenericQgnIndiFepButtonEnterJapanese2Sel = 0x19af,
+ EAknsMinorGenericQgnIndiFepButtonHiragana = 0x19b0,
+ EAknsMinorGenericQgnIndiFepButtonHiraganaSel = 0x19b1,
+ EAknsMinorGenericQgnIndiFepButtonKatakana = 0x19b2,
+ EAknsMinorGenericQgnIndiFepButtonKatakanaSel = 0x19b3,
+ EAknsMinorGenericQgnIndiFepButtonSpace4 = 0x19b4,
+ EAknsMinorGenericQgnIndiFepButtonSpace4Sel = 0x19b5,
+ EAknsMinorGenericQgnIndiHelpInfo = 0x19b6,
+ EAknsMinorGenericQgnIndiHelpTip = 0x19b7,
+ EAknsMinorGenericQgnIndiHelpWarning = 0x19b8,
+ EAknsMinorGenericQgnIndiSliderNaviSuper = 0x19b9,
+ EAknsMinorGenericQgnPropMsgAttach = 0x19ba,
+ EAknsMinorGenericQgnPropMsgRecipients = 0x19bb,
+ EAknsMinorGenericQgnPropMsgReply = 0x19bc,
+ EAknsMinorGenericQsnFrPopupPreviewMaskIcon = 0x19bd,
+ EAknsMinorGenericQgnIndiDialerAddContacts = 0x19be,
+ EAknsMinorGenericQgnIndiMsgPriorityHigh = 0x19bf,
+ EAknsMinorGenericQgnIndiMsgPriorityLow = 0x19c0,
+ EAknsMinorGenericQgnPropMgGamsnapps = 0x19c1,
+ EAknsMinorGenericQsnFrPopupPreviewCenter = 0x19c2,
+ EAknsMinorGenericQsnFrPopupPreviewCornerBl = 0x19c3,
+ EAknsMinorGenericQsnFrPopupPreviewCornerBr = 0x19c4,
+ EAknsMinorGenericQsnFrPopupPreviewCornerTl = 0x19c5,
+ EAknsMinorGenericQsnFrPopupPreviewCornerTr = 0x19c6,
+ EAknsMinorGenericQsnFrPopupPreviewSideB = 0x19c7,
+ EAknsMinorGenericQsnFrPopupPreviewSideL = 0x19c8,
+ EAknsMinorGenericQsnFrPopupPreviewSideR = 0x19c9,
+ EAknsMinorGenericQsnFrPopupPreviewSideT = 0x19ca,
+ EAknsMinorGenericQgnGrafBgLscBottomMaskIcon = 0x19cb,
+ EAknsMinorGenericQgnGrafBgLscTopMaskIcon = 0x19cc,
+ EAknsMinorGenericQgnGrafBgPrtBottomMaskIcon = 0x19cd,
+ EAknsMinorGenericQgnGrafBgPrtTopMaskIcon = 0x19ce,
+ EAknsMinorGenericQgnGrafNsliderEndLeft = 0x19cf,
+ EAknsMinorGenericQgnGrafNsliderEndRight = 0x19d0,
+ EAknsMinorGenericQgnGrafNsliderMarker = 0x19d1,
+ EAknsMinorGenericQgnGrafNsliderMiddle = 0x19d2,
+ EAknsMinorGenericQgnGrafNsliderMupEndBottom = 0x19d3,
+ EAknsMinorGenericQgnGrafNsliderMupEndTop = 0x19d4,
+ EAknsMinorGenericQgnGrafNsliderMupMarker = 0x19d5,
+ EAknsMinorGenericQgnGrafNsliderMupMiddle = 0x19d6,
+ EAknsMinorGenericQgnGrafNsliderMupTab = 0x19d7,
+ EAknsMinorGenericQgnIndiTbBrightness = 0x19d8,
+ EAknsMinorGenericQgnIndiTbCallVolume = 0x19d9,
+ EAknsMinorGenericQgnIndiTbFfwFrew = 0x19da,
+ EAknsMinorGenericQgnIndiTbFullscreen = 0x19db,
+ EAknsMinorGenericQgnIndiTbIhfOff = 0x19dc,
+ EAknsMinorGenericQgnIndiTbIhfOn = 0x19dd,
+ EAknsMinorGenericQgnIndiTbPauseSendVideo = 0x19de,
+ EAknsMinorGenericQgnIndiTbPlay = 0x19df,
+ EAknsMinorGenericQgnIndiTbSendVideo = 0x19e0,
+ EAknsMinorGenericQgnStatLocGpsUni = 0x19e1,
+ EAknsMinorGenericQsnFrCallPocActCenter = 0x19e2,
+ EAknsMinorGenericQsnFrCallPocActCenterIdle = 0x19e3,
+ EAknsMinorGenericQsnFrCallPocActCornerBl = 0x19e4,
+ EAknsMinorGenericQsnFrCallPocActCornerBlIdle = 0x19e5,
+ EAknsMinorGenericQsnFrCallPocActCornerBr = 0x19e6,
+ EAknsMinorGenericQsnFrCallPocActCornerBrIdle = 0x19e7,
+ EAknsMinorGenericQsnFrCallPocActCornerTl = 0x19e8,
+ EAknsMinorGenericQsnFrCallPocActCornerTlIdle = 0x19e9,
+ EAknsMinorGenericQsnFrCallPocActCornerTr = 0x19ea,
+ EAknsMinorGenericQsnFrCallPocActCornerTrIdle = 0x19eb,
+ EAknsMinorGenericQsnFrCallPocActSideB = 0x19ec,
+ EAknsMinorGenericQsnFrCallPocActSideBIdle = 0x19ed,
+ EAknsMinorGenericQsnFrCallPocActSideL = 0x19ee,
+ EAknsMinorGenericQsnFrCallPocActSideLIdle = 0x19ef,
+ EAknsMinorGenericQsnFrCallPocActSideR = 0x19f0,
+ EAknsMinorGenericQsnFrCallPocActSideRIdle = 0x19f1,
+ EAknsMinorGenericQsnFrCallPocActSideTl = 0x19f2,
+ EAknsMinorGenericQsnFrCallPocActSideTlIdle = 0x19f3,
+ EAknsMinorGenericQsnFrCallPocActSideTm = 0x19f4,
+ EAknsMinorGenericQsnFrCallPocActSideTmIdle = 0x19f5,
+ EAknsMinorGenericQsnFrCallPocActSideTr = 0x19f6,
+ EAknsMinorGenericQsnFrCallPocActSideTrIdle = 0x19f7,
+ EAknsMinorGenericQsnFrCallPocInactCenter = 0x19f8,
+ EAknsMinorGenericQsnFrCallPocInactCenterIdle = 0x19f9,
+ EAknsMinorGenericQsnFrCallPocInactCornerBl = 0x19fa,
+ EAknsMinorGenericQsnFrCallPocInactCornerBlIdle = 0x19fb,
+ EAknsMinorGenericQsnFrCallPocInactCornerBr = 0x19fc,
+ EAknsMinorGenericQsnFrCallPocInactCornerBrIdle = 0x19fd,
+ EAknsMinorGenericQsnFrCallPocInactCornerTl = 0x19fe,
+ EAknsMinorGenericQsnFrCallPocInactCornerTlIdle = 0x19ff,
+ EAknsMinorGenericQsnFrCallPocInactCornerTr = 0x1a00,
+ EAknsMinorGenericQsnFrCallPocInactCornerTrIdle = 0x1a01,
+ EAknsMinorGenericQsnFrCallPocInactSideB = 0x1a02,
+ EAknsMinorGenericQsnFrCallPocInactSideBIdle = 0x1a03,
+ EAknsMinorGenericQsnFrCallPocInactSideL = 0x1a04,
+ EAknsMinorGenericQsnFrCallPocInactSideLIdle = 0x1a05,
+ EAknsMinorGenericQsnFrCallPocInactSideR = 0x1a06,
+ EAknsMinorGenericQsnFrCallPocInactSideRIdle = 0x1a07,
+ EAknsMinorGenericQsnFrCallPocInactSideT = 0x1a08,
+ EAknsMinorGenericQsnFrCallPocInactSideTIdle = 0x1a09,
+ EAknsMinorGenericQsnFrCall2BubbleCenter = 0x1a0a,
+ EAknsMinorGenericQsnFrCall2BubbleCenterDisconn = 0x1a0b,
+ EAknsMinorGenericQsnFrCall2BubbleCenterMaskIcon = 0x1a0c,
+ EAknsMinorGenericQsnFrCall2BubbleCornerBl = 0x1a0d,
+ EAknsMinorGenericQsnFrCall2BubbleCornerBlDisconn = 0x1a0e,
+ EAknsMinorGenericQsnFrCall2BubbleCornerBlMaskIcon = 0x1a0f,
+ EAknsMinorGenericQsnFrCall2BubbleCornerBrFirst = 0x1a10,
+ EAknsMinorGenericQsnFrCall2BubbleCornerBrFirstDisconn = 0x1a11,
+ EAknsMinorGenericQsnFrCall2BubbleCornerBrFirstMaskIcon = 0x1a12,
+ EAknsMinorGenericQsnFrCall2BubbleCornerBrSecond = 0x1a13,
+ EAknsMinorGenericQsnFrCall2BubbleCornerBrSecondDisconn = 0x1a14,
+ EAknsMinorGenericQsnFrCall2BubbleCornerBrSecondMaskIcon = 0x1a15,
+ EAknsMinorGenericQsnFrCall2BubbleCornerTlFirst = 0x1a16,
+ EAknsMinorGenericQsnFrCall2BubbleCornerTlFirstDisconn = 0x1a17,
+ EAknsMinorGenericQsnFrCall2BubbleCornerTlFirstMaskIcon = 0x1a18,
+ EAknsMinorGenericQsnFrCall2BubbleCornerTlSecond = 0x1a19,
+ EAknsMinorGenericQsnFrCall2BubbleCornerTlSecondDisconn = 0x1a1a,
+ EAknsMinorGenericQsnFrCall2BubbleCornerTlSecondMaskIcon = 0x1a1b,
+ EAknsMinorGenericQsnFrCall2BubbleCornerTr = 0x1a1c,
+ EAknsMinorGenericQsnFrCall2BubbleCornerTrDisconn = 0x1a1d,
+ EAknsMinorGenericQsnFrCall2BubbleCornerTrMaskIcon = 0x1a1e,
+ EAknsMinorGenericQsnFrCall2BubbleSideB = 0x1a1f,
+ EAknsMinorGenericQsnFrCall2BubbleSideBDisconn = 0x1a20,
+ EAknsMinorGenericQsnFrCall2BubbleSideBMaskIcon = 0x1a21,
+ EAknsMinorGenericQsnFrCall2BubbleSideL = 0x1a22,
+ EAknsMinorGenericQsnFrCall2BubbleSideLDisconn = 0x1a23,
+ EAknsMinorGenericQsnFrCall2BubbleSideLMaskIcon = 0x1a24,
+ EAknsMinorGenericQsnFrCall2BubbleSideR = 0x1a25,
+ EAknsMinorGenericQsnFrCall2BubbleSideRDisconn = 0x1a26,
+ EAknsMinorGenericQsnFrCall2BubbleSideRMaskIcon = 0x1a27,
+ EAknsMinorGenericQsnFrCall2BubbleSideT = 0x1a28,
+ EAknsMinorGenericQsnFrCall2BubbleSideTDisconn = 0x1a29,
+ EAknsMinorGenericQsnFrCall2BubbleSideTMaskIcon = 0x1a2a,
+ EAknsMinorGenericQsnFrCall2RectCenter = 0x1a2b,
+ EAknsMinorGenericQsnFrCall2RectCenterDisconn = 0x1a2c,
+ EAknsMinorGenericQsnFrCall2RectCenterMaskIcon = 0x1a2d,
+ EAknsMinorGenericQsnFrCall2RectCornerBl = 0x1a2e,
+ EAknsMinorGenericQsnFrCall2RectCornerBlDisconn = 0x1a2f,
+ EAknsMinorGenericQsnFrCall2RectCornerBlMaskIcon = 0x1a30,
+ EAknsMinorGenericQsnFrCall2RectCornerBr = 0x1a31,
+ EAknsMinorGenericQsnFrCall2RectCornerBrDisconn = 0x1a32,
+ EAknsMinorGenericQsnFrCall2RectCornerBrMaskIcon = 0x1a33,
+ EAknsMinorGenericQsnFrCall2RectCornerTl = 0x1a34,
+ EAknsMinorGenericQsnFrCall2RectCornerTlDisconn = 0x1a35,
+ EAknsMinorGenericQsnFrCall2RectCornerTlMaskIcon = 0x1a36,
+ EAknsMinorGenericQsnFrCall2RectCornerTr = 0x1a37,
+ EAknsMinorGenericQsnFrCall2RectCornerTrDisconn = 0x1a38,
+ EAknsMinorGenericQsnFrCall2RectCornerTrMaskIcon = 0x1a39,
+ EAknsMinorGenericQsnFrCall2RectSideB = 0x1a3a,
+ EAknsMinorGenericQsnFrCall2RectSideBDisconn = 0x1a3b,
+ EAknsMinorGenericQsnFrCall2RectSideBMaskIcon = 0x1a3c,
+ EAknsMinorGenericQsnFrCall2RectSideL = 0x1a3d,
+ EAknsMinorGenericQsnFrCall2RectSideLDisconn = 0x1a3e,
+ EAknsMinorGenericQsnFrCall2RectSideLMaskIcon = 0x1a3f,
+ EAknsMinorGenericQsnFrCall2RectSideR = 0x1a40,
+ EAknsMinorGenericQsnFrCall2RectSideRDisconn = 0x1a41,
+ EAknsMinorGenericQsnFrCall2RectSideRMaskIcon = 0x1a42,
+ EAknsMinorGenericQsnFrCall2RectSideT = 0x1a43,
+ EAknsMinorGenericQsnFrCall2RectSideTDisconn = 0x1a44,
+ EAknsMinorGenericQsnFrCall2RectSideTMaskIcon = 0x1a45,
+ EAknsMinorGenericQgnGrafNsliderCamsEndLeft = 0x1a46,
+ EAknsMinorGenericQgnGrafNsliderCamsEndRight = 0x1a47,
+ EAknsMinorGenericQgnGrafNsliderCamsMarker = 0x1a48,
+ EAknsMinorGenericQgnGrafNsliderCamsMiddle = 0x1a49,
+ EAknsMinorGenericQgnGrafNsliderMarkerSelected = 0x1a4a,
+ EAknsMinorGenericQgnGrafNsliderVdedEndLeft = 0x1a4b,
+ EAknsMinorGenericQgnGrafNsliderVdedEndLeftSelected = 0x1a4c,
+ EAknsMinorGenericQgnGrafNsliderVdedEndMiddle = 0x1a4d,
+ EAknsMinorGenericQgnGrafNsliderVdedEndRight = 0x1a4e,
+ EAknsMinorGenericQgnGrafNsliderVdedEndRightSelected = 0x1a4f,
+ EAknsMinorGenericQgnGrafNsliderVdedMiddle = 0x1a50,
+ EAknsMinorGenericQgnGrafNsliderVdedMiddleSelected = 0x1a51,
+ EAknsMinorGenericQgnIndiBrowserMsAdd = 0x1a52,
+ EAknsMinorGenericQgnIndiCamsRecSuper = 0x1a53,
+ EAknsMinorGenericQgnIndiDefaultConnAdd = 0x1a54,
+ EAknsMinorGenericQgnIndiFlashError = 0x1a55,
+ EAknsMinorGenericQgnIndiImedRotate = 0x1a56,
+ EAknsMinorGenericQgnIndiImedRotateLeftSuper = 0x1a57,
+ EAknsMinorGenericQgnIndiImedRotateRightSuper = 0x1a58,
+ EAknsMinorGenericQgnIndiNrtypDefault = 0x1a59,
+ EAknsMinorGenericQgnIndiVdedEnd = 0x1a5a,
+ EAknsMinorGenericQgnIndiVdedPlayhead = 0x1a5b,
+ EAknsMinorGenericQgnIndiVdedScissors = 0x1a5c,
+ EAknsMinorGenericQgnIndiVdedStart = 0x1a5d,
+ EAknsMinorGenericQgnIndiVdedTimelineSelected = 0x1a5e,
+ EAknsMinorGenericQgnIndiVdedVolumeUpDown = 0x1a5f,
+ EAknsMinorGenericQgnMenuAmWidget = 0x1a60,
+ EAknsMinorGenericQgnMenuLocation = 0x1a61,
+ EAknsMinorGenericQgnPropContactDetailTab2 = 0x1a62,
+ EAknsMinorGenericQgnPropContactPropTab2 = 0x1a63,
+ EAknsMinorGenericQgnPropCpConn = 0x1a64,
+ EAknsMinorGenericQgnPropCpConnAdmin = 0x1a65,
+ EAknsMinorGenericQgnPropCpConnDatasync = 0x1a66,
+ EAknsMinorGenericQgnPropCpConnExchange = 0x1a67,
+ EAknsMinorGenericQgnPropCpConnIr = 0x1a68,
+ EAknsMinorGenericQgnPropCpConnMan = 0x1a69,
+ EAknsMinorGenericQgnPropCpConnSync = 0x1a6a,
+ EAknsMinorGenericQgnPropCpDev = 0x1a6b,
+ EAknsMinorGenericQgnPropCpDevAbout = 0x1a6c,
+ EAknsMinorGenericQgnPropCpDevDef = 0x1a6d,
+ EAknsMinorGenericQgnPropCpDevDiag = 0x1a6e,
+ EAknsMinorGenericQgnPropCpDevDisp = 0x1a6f,
+ EAknsMinorGenericQgnPropCpDevInfo = 0x1a70,
+ EAknsMinorGenericQgnPropCpDevInteract = 0x1a71,
+ EAknsMinorGenericQgnPropCpDevMan = 0x1a72,
+ EAknsMinorGenericQgnPropCpDevOrig = 0x1a73,
+ EAknsMinorGenericQgnPropCpDevSecur = 0x1a74,
+ EAknsMinorGenericQgnPropCpDevUpdate = 0x1a75,
+ EAknsMinorGenericQgnPropCpInst = 0x1a76,
+ EAknsMinorGenericQgnPropCpInstFiles = 0x1a77,
+ EAknsMinorGenericQgnPropCpInstInstalls = 0x1a78,
+ EAknsMinorGenericQgnPropCpInstSettings = 0x1a79,
+ EAknsMinorGenericQgnPropCpPerso = 0x1a7a,
+ EAknsMinorGenericQgnPropCpPersoIdle = 0x1a7b,
+ EAknsMinorGenericQgnPropCpPersoLang = 0x1a7c,
+ EAknsMinorGenericQgnPropCpPersoProf = 0x1a7d,
+ EAknsMinorGenericQgnPropCpPersoTheme = 0x1a7e,
+ EAknsMinorGenericQgnPropCpTele = 0x1a7f,
+ EAknsMinorGenericQgnPropCpTeleSpeed = 0x1a80,
+ EAknsMinorGenericQgnPropCpTeleVmail = 0x1a81,
+ EAknsMinorGenericQgnPropFmgrMs = 0x1a82,
+ EAknsMinorGenericQgnPropFmgrMsSub = 0x1a83,
+ EAknsMinorGenericQgnPropMemcMsTab = 0x1a84,
+ EAknsMinorGenericQgnPropMmcMsSmall = 0x1a85,
+ EAknsMinorGenericQgnPropNrtypCaltxt = 0x1a86,
+ EAknsMinorGenericQgnPropNrtypDefault = 0x1a87,
+ EAknsMinorGenericQgnPropNrtypQdial = 0x1a88,
+ EAknsMinorGenericQgnPropNrtypSync = 0x1a89,
+ EAknsMinorGenericQsnCpImedScrollBgBottom = 0x1a8a,
+ EAknsMinorGenericQsnCpImedScrollBgMiddle = 0x1a8b,
+ EAknsMinorGenericQsnCpImedScrollBgTop = 0x1a8c,
+ EAknsMinorGenericQsnCpScrollImedHandleBottom = 0x1a8d,
+ EAknsMinorGenericQsnCpScrollImedHandleMiddle = 0x1a8e,
+ EAknsMinorGenericQsnCpScrollImedHandleTop = 0x1a8f,
+ EAknsMinorGenericQsnFrPopupPreviewLeftMaskIcon = 0x1a90,
+ EAknsMinorGenericQsnFrPopupPreviewRightMaskIcon = 0x1a91,
+ EAknsMinorGenericQgnStatBtInvisibleUni = 0x1a92,
+ EAknsMinorGenericQgnStatModBtInvisibleUni = 0x1a93,
+ EAknsMinorGenericQsnFrImedGridCenter = 0x1a94,
+ EAknsMinorGenericQsnFrImedGridCornerBl = 0x1a95,
+ EAknsMinorGenericQsnFrImedGridCornerBr = 0x1a96,
+ EAknsMinorGenericQsnFrImedGridCornerTl = 0x1a97,
+ EAknsMinorGenericQsnFrImedGridCornerTr = 0x1a98,
+ EAknsMinorGenericQsnFrImedGridSideB = 0x1a99,
+ EAknsMinorGenericQsnFrImedGridSideL = 0x1a9a,
+ EAknsMinorGenericQsnFrImedGridSideR = 0x1a9b,
+ EAknsMinorGenericQsnFrImedGridSideT = 0x1a9c,
+ EAknsMinorGenericQgnIndiMupDefaultAlmumPcast = 0x1a9d,
+ EAknsMinorGenericQgnIndiTpContacts = 0x1a9e,
+ EAknsMinorGenericQgnPropMupLibraryMusic = 0x1a9f,
+ EAknsMinorGenericQgnPropMupLibraryPcast = 0x1aa0,
+ EAknsMinorGenericQgnPropMupNowPlay = 0x1aa1,
+ EAknsMinorGenericQgnPropMupPcastEpisode = 0x1aa2,
+ EAknsMinorGenericQgnPropMupPcastEpisodeAll = 0x1aa3,
+ EAknsMinorGenericQgnPropMupPcastEpisodePublish = 0x1aa4,
+ EAknsMinorGenericQgnPropMupPcastEpisodeTitle = 0x1aa5,
+ EAknsMinorGenericQgnGrafFepChar11x4ChineseNumeric = 0x1aa6,
+ EAknsMinorGenericQgnIndiButtonPreviewClose = 0x1aa7,
+ EAknsMinorGenericQgnIndiFepButtonSpace5 = 0x1aa8,
+ EAknsMinorGenericQgnIndiFepButtonSpace5Sel = 0x1aa9,
+ EAknsMinorGenericQgnIndiImedRotateLeft = 0x1aaa,
+ EAknsMinorGenericQgnIndiImedRotateRight = 0x1aab,
+ EAknsMinorGenericQgnPropMupArtistsCollapsed = 0x1aac,
+ EAknsMinorGenericQgnPropMupArtistsExpand = 0x1aad,
+ EAknsMinorGenericQgnPropMupSongsCollapsed = 0x1aae,
+ EAknsMinorGenericQgnPropMupSongsExpand = 0x1aaf,
+ EAknsMinorGenericQgnPropPaSignup = 0x1ab0,
+ EAknsMinorGenericQgnPropPaUnsubscribe = 0x1ab1,
+ EAknsMinorGenericQgnIndiMup3Forward = 0x1ab2,
+ EAknsMinorGenericQgnIndiMup3ForwardFocused = 0x1ab3,
+ EAknsMinorGenericQgnIndiMup3PauseFocused = 0x1ab4,
+ EAknsMinorGenericQgnIndiMup3Playpause = 0x1ab5,
+ EAknsMinorGenericQgnIndiMup3PlayFocused = 0x1ab6,
+ EAknsMinorGenericQgnIndiMup3Rewind = 0x1ab7,
+ EAknsMinorGenericQgnIndiMup3RewindFocused = 0x1ab8,
+ EAknsMinorGenericQgnIndiMup3Stop = 0x1ab9,
+ EAknsMinorGenericQgnIndiMup3StopFocused = 0x1aba,
+ EAknsMinorGenericQgnIndiWifiProtectedAdd = 0x1abb,
+ EAknsMinorGenericQgnPropCpDevSec = 0x1abc,
+ EAknsMinorGenericQgnPropImageTbNext = 0x1abd,
+ EAknsMinorGenericQgnPropImageTbPause = 0x1abe,
+ EAknsMinorGenericQgnPropImageTbPlay2 = 0x1abf,
+ EAknsMinorGenericQgnPropImageTbPrev = 0x1ac0,
+ EAknsMinorGenericQgnPropImageTbZoomIn = 0x1ac1,
+ EAknsMinorGenericQgnPropImageTbZoomOut = 0x1ac2,
+ EAknsMinorGenericQgnPropVideoNoRight = 0x1ac3,
+ EAknsMinorGenericQgnPropVideoValidRight = 0x1ac4,
+ EAknsMinorGenericQgnIndiCalcDown = 0x1ac5,
+ EAknsMinorGenericQgnIndiCalcUp = 0x1ac6,
+ EAknsMinorGenericQgnIndiCaleTbMeetingNew = 0x1ac7,
+ EAknsMinorGenericQgnIndiCaleTbTodoNew = 0x1ac8,
+ EAknsMinorGenericQgnIndiVdedPause = 0x1ac9,
+ EAknsMinorGenericQgnPropCamsMskSelect = 0x1aca,
+ EAknsMinorGenericQgnPropLinkVideoSuper = 0x1acb,
+ EAknsMinorGenericQgnPropMupPcastTitle = 0x1acc,
+ EAknsMinorGenericQgnGrafFepTrainingArrowLeft = 0x1acd,
+ EAknsMinorGenericQgnGrafFepTrainingArrowLeftSel = 0x1ace,
+ EAknsMinorGenericQgnGrafFepTrainingArrowRight = 0x1acf,
+ EAknsMinorGenericQgnGrafFepTrainingArrowRightSel = 0x1ad0,
+ EAknsMinorGenericQgnGrafVolumeSmallVerticalMarker = 0x1ad1,
+ EAknsMinorGenericQgnGrafVolumeSmallVerticalMarkerSelected = 0x1ad2,
+ EAknsMinorGenericQgnGrafVolumeSmallVerticalOff = 0x1ad3,
+ EAknsMinorGenericQgnGrafVolumeSmallVerticalOn = 0x1ad4,
+ EAknsMinorGenericQgnIndiFepSctFwSymbols = 0x1ad5,
+ EAknsMinorGenericQgnIndiFepSctFwSymbolsDimmed = 0x1ad6,
+ EAknsMinorGenericQgnIndiFepSctHwSymbols = 0x1ad7,
+ EAknsMinorGenericQgnIndiFepSctHwSymbolsDimmed = 0x1ad8,
+ EAknsMinorGenericQgnIndiFepTrainingButtonCaseCapital = 0x1ad9,
+ EAknsMinorGenericQgnIndiFepTrainingButtonCaseCapitalSel = 0x1ada,
+ EAknsMinorGenericQgnIndiFepTrainingButtonCaseNumeric = 0x1adb,
+ EAknsMinorGenericQgnIndiFepTrainingButtonCaseNumericSel = 0x1adc,
+ EAknsMinorGenericQgnIndiFepTrainingButtonCaseSmall = 0x1add,
+ EAknsMinorGenericQgnIndiFepTrainingButtonCaseSmallSel = 0x1ade,
+ EAknsMinorGenericQgnIndiFepTrainingButtonCaseSpecial = 0x1adf,
+ EAknsMinorGenericQgnIndiFepTrainingButtonCaseSpecialSel = 0x1ae0,
+ EAknsMinorGenericQgnIndiFepTrainingButtonCharGrid = 0x1ae1,
+ EAknsMinorGenericQgnIndiFepTrainingButtonCharGridSel = 0x1ae2,
+ EAknsMinorGenericQgnIndiFmgrMsAdd = 0x1ae3,
+ EAknsMinorGenericQgnIndiImedCursor2Super = 0x1ae4,
+ EAknsMinorGenericQgnIndiPlaying = 0x1ae5,
+ EAknsMinorGenericQgnIndiVolumeArrowDown = 0x1ae6,
+ EAknsMinorGenericQgnIndiVolumeArrowDownInactive = 0x1ae7,
+ EAknsMinorGenericQgnIndiVolumeArrowDownSelected = 0x1ae8,
+ EAknsMinorGenericQgnIndiVolumeArrowUp = 0x1ae9,
+ EAknsMinorGenericQgnIndiVolumeArrowUpInactive = 0x1aea,
+ EAknsMinorGenericQgnIndiVolumeArrowUpSelected = 0x1aeb,
+ EAknsMinorGenericQgnPropHwrShortcutTab2 = 0x1aec,
+ EAknsMinorGenericQgnPropHwrTrainingShortcut = 0x1aed,
+ EAknsMinorGenericQgnPropHwrTrainingTab1 = 0x1aee,
+ EAknsMinorGenericQgnGrafFepChar6x5 = 0x1aef,
+ EAknsMinorGenericQgnIndiBrowserTbBlank = 0x1af0,
+ EAknsMinorGenericQgnIndiBrowserTbBm = 0x1af1,
+ EAknsMinorGenericQgnIndiBrowserTbFeeds = 0x1af2,
+ EAknsMinorGenericQgnIndiBrowserTbFindKw = 0x1af3,
+ EAknsMinorGenericQgnIndiBrowserTbGoto = 0x1af4,
+ EAknsMinorGenericQgnIndiBrowserTbHelp = 0x1af5,
+ EAknsMinorGenericQgnIndiBrowserTbImages = 0x1af6,
+ EAknsMinorGenericQgnIndiBrowserTbKeyMap = 0x1af7,
+ EAknsMinorGenericQgnIndiBrowserTbPages = 0x1af8,
+ EAknsMinorGenericQgnIndiBrowserTbRotate = 0x1af9,
+ EAknsMinorGenericQgnIndiBrowserTbSaveBm = 0x1afa,
+ EAknsMinorGenericQgnIndiBrowserTbSavePage = 0x1afb,
+ EAknsMinorGenericQgnIndiBrowserTbSendUrl = 0x1afc,
+ EAknsMinorGenericQgnIndiBrowserTbSettings = 0x1afd,
+ EAknsMinorGenericQgnIndiBrowserTbSwitchWin = 0x1afe,
+ EAknsMinorGenericQgnIndiBrowserTbTb = 0x1aff,
+ EAknsMinorGenericQgnIndiBrowserTbUrls = 0x1b00,
+ EAknsMinorGenericQgnIndiBrowserTbZoomIn = 0x1b01,
+ EAknsMinorGenericQgnIndiBrowserTbZoomOut = 0x1b02,
+ EAknsMinorGenericQgnIndiFepButtonFullHalfWidth = 0x1b03,
+ EAknsMinorGenericQgnIndiFepButtonFullHalfWidthSel = 0x1b04,
+ EAknsMinorGenericQgnIndiFepButtonHalfFullWidth = 0x1b05,
+ EAknsMinorGenericQgnIndiFepButtonHalfFullWidthSel = 0x1b06,
+ EAknsMinorGenericQgnIndiFepButtonLongBackspace = 0x1b07,
+ EAknsMinorGenericQgnIndiFepButtonLongBackspaceSel = 0x1b08,
+ EAknsMinorGenericQgnIndiFepButtonMarkCaseNumeric = 0x1b09,
+ EAknsMinorGenericQgnIndiFepButtonMarkCaseNumericSel = 0x1b0a,
+ EAknsMinorGenericQgnIndiFepButtonMarkCaseText = 0x1b0b,
+ EAknsMinorGenericQgnIndiFepButtonMarkCaseTextSel = 0x1b0c,
+ EAknsMinorGenericQgnIndiFepButtonMarkChinese = 0x1b0d,
+ EAknsMinorGenericQgnIndiFepButtonMarkChineseSel = 0x1b0e,
+ EAknsMinorGenericQgnIndiFepButtonMorefunction = 0x1b0f,
+ EAknsMinorGenericQgnIndiFepButtonMorefunctionSel = 0x1b10,
+ EAknsMinorGenericQgnIndiFepButtonShortSpace = 0x1b11,
+ EAknsMinorGenericQgnIndiFepButtonShortSpaceSel = 0x1b12,
+ EAknsMinorGenericQgnIndiFepTrainingButtonCaseCapitalCyrillic = 0x1b13,
+ EAknsMinorGenericQgnIndiFepTrainingButtonCaseCapitalCyrillicSel = 0x1b14,
+ EAknsMinorGenericQgnIndiFepTrainingButtonCaseCapitalGreek = 0x1b15,
+ EAknsMinorGenericQgnIndiFepTrainingButtonCaseCapitalGreekSel = 0x1b16,
+ EAknsMinorGenericQgnIndiFepTrainingButtonCaseSmallCyrillic = 0x1b17,
+ EAknsMinorGenericQgnIndiFepTrainingButtonCaseSmallCyrillicSel = 0x1b18,
+ EAknsMinorGenericQgnIndiFepTrainingButtonCaseSmallGreek = 0x1b19,
+ EAknsMinorGenericQgnIndiFepTrainingButtonCaseSmallGreekSel = 0x1b1a,
+ EAknsMinorGenericQgnIndiFepTrainingButtonCaseTextHebrew = 0x1b1b,
+ EAknsMinorGenericQgnIndiFepTrainingButtonCaseTextHebrewSel = 0x1b1c,
+ EAknsMinorGenericQgnIndiIvImages = 0x1b1d,
+ EAknsMinorGenericQgnIndiIvLeft = 0x1b1e,
+ EAknsMinorGenericQgnIndiIvRight = 0x1b1f,
+ EAknsMinorGenericQgnIndiMup2Random = 0x1b20,
+ EAknsMinorGenericQgnIndiMup2RandomOff = 0x1b21,
+ EAknsMinorGenericQgnIndiMup4Forward = 0x1b22,
+ EAknsMinorGenericQgnIndiMup4ForwardDimmed = 0x1b23,
+ EAknsMinorGenericQgnIndiMup4ForwardFocused = 0x1b24,
+ EAknsMinorGenericQgnIndiMup4Pause = 0x1b25,
+ EAknsMinorGenericQgnIndiMup4PauseDimmed = 0x1b26,
+ EAknsMinorGenericQgnIndiMup4PauseFocused = 0x1b27,
+ EAknsMinorGenericQgnIndiMup4Play = 0x1b28,
+ EAknsMinorGenericQgnIndiMup4PlayDimmed = 0x1b29,
+ EAknsMinorGenericQgnIndiMup4PlayFocused = 0x1b2a,
+ EAknsMinorGenericQgnIndiMup4Rewind = 0x1b2b,
+ EAknsMinorGenericQgnIndiMup4RewindDimmed = 0x1b2c,
+ EAknsMinorGenericQgnIndiMup4RewindFocused = 0x1b2d,
+ EAknsMinorGenericQgnIndiMup4Stop = 0x1b2e,
+ EAknsMinorGenericQgnIndiMup4StopDimmed = 0x1b2f,
+ EAknsMinorGenericQgnIndiMup4StopFocused = 0x1b30,
+ EAknsMinorGenericQgnIndiMup4VolumeDown = 0x1b31,
+ EAknsMinorGenericQgnIndiMup4VolumeDownDimmed = 0x1b32,
+ EAknsMinorGenericQgnIndiMup4VolumeDownFocused = 0x1b33,
+ EAknsMinorGenericQgnIndiMup4VolumeUp = 0x1b34,
+ EAknsMinorGenericQgnIndiMup4VolumeUpDimmed = 0x1b35,
+ EAknsMinorGenericQgnIndiMup4VolumeUpFocused = 0x1b36,
+ EAknsMinorGenericQgnIndiMupDefaultAlbumPcast = 0x1b37,
+ EAknsMinorGenericQgnIndiMupRepeatOff = 0x1b38,
+ EAknsMinorGenericQgnIndiSctrlMaskActLsc = 0x1b39,
+ EAknsMinorGenericQgnIndiSctrlMaskActPrt = 0x1b3a,
+ EAknsMinorGenericQgnIndiSctrlMaskInactLsc = 0x1b3b,
+ EAknsMinorGenericQgnIndiSctrlSkMaskLeftPrt = 0x1b3c,
+ EAknsMinorGenericQgnIndiSctrlSkMaskLsc = 0x1b3d,
+ EAknsMinorGenericQgnIndiSctrlSkMaskRightPrt = 0x1b3e,
+ EAknsMinorGenericQgnNoteNfcPrint = 0x1b3f,
+ EAknsMinorGenericQgnNoteNfcWriteTag = 0x1b40,
+ EAknsMinorGenericQgnPropBatteryPsActivate = 0x1b41,
+ EAknsMinorGenericQgnPropBatteryPsDeactivate = 0x1b42,
+ EAknsMinorGenericQgnPropBtCarKit = 0x1b43,
+ EAknsMinorGenericQgnPropBtConnected = 0x1b44,
+ EAknsMinorGenericQgnPropBtGenericDev = 0x1b45,
+ EAknsMinorGenericQgnPropBtKeyboard = 0x1b46,
+ EAknsMinorGenericQgnPropBtMouse = 0x1b47,
+ EAknsMinorGenericQgnPropBtPrinter = 0x1b48,
+ EAknsMinorGenericQgnPropFmgrMsSmall = 0x1b49,
+ EAknsMinorGenericQgnPropImageTbDelete2 = 0x1b4a,
+ EAknsMinorGenericQgnPropImageTbDelete2Dimmed = 0x1b4b,
+ EAknsMinorGenericQgnPropImageTbDelete2Focused = 0x1b4c,
+ EAknsMinorGenericQgnPropImageTbNextDimmed = 0x1b4d,
+ EAknsMinorGenericQgnPropImageTbNextFocused = 0x1b4e,
+ EAknsMinorGenericQgnPropImageTbPauseDimmed = 0x1b4f,
+ EAknsMinorGenericQgnPropImageTbPauseFocused = 0x1b50,
+ EAknsMinorGenericQgnPropImageTbPlay2Dimmed = 0x1b51,
+ EAknsMinorGenericQgnPropImageTbPlay2Focused = 0x1b52,
+ EAknsMinorGenericQgnPropImageTbPrevDimmed = 0x1b53,
+ EAknsMinorGenericQgnPropImageTbPrevFocused = 0x1b54,
+ EAknsMinorGenericQgnPropImageTbZoom2 = 0x1b55,
+ EAknsMinorGenericQgnPropImageTbZoomInDimmed = 0x1b56,
+ EAknsMinorGenericQgnPropImageTbZoomInFocused = 0x1b57,
+ EAknsMinorGenericQgnPropImageTbZoomOutDimmed = 0x1b58,
+ EAknsMinorGenericQgnPropImageTbZoomOutFocused = 0x1b59,
+ EAknsMinorGenericQgnPropImageVideo = 0x1b5a,
+ EAknsMinorGenericQgnPropMpTv = 0x1b5b,
+ EAknsMinorGenericQgnPropNfcAuthPay = 0x1b5c,
+ EAknsMinorGenericQgnPropNfcCloneTag = 0x1b5d,
+ EAknsMinorGenericQgnPropNfcCreateTag = 0x1b5e,
+ EAknsMinorGenericQgnPropNfcEraseTag = 0x1b5f,
+ EAknsMinorGenericQgnPropNfcReadTag = 0x1b60,
+ EAknsMinorGenericQgnPropNfcSessClosed = 0x1b61,
+ EAknsMinorGenericQgnPropNfcSessOpen = 0x1b62,
+ EAknsMinorGenericQgnPropSctrlCharGrid = 0x1b63,
+ EAknsMinorGenericQgnPropSctrlPreview = 0x1b64,
+ EAknsMinorGenericQgnPropSctrlRemove = 0x1b65,
+ EAknsMinorGenericQgnIndiDialerLogs = 0x1b66,
+ EAknsMinorGenericQgnIndiBrowserTxtSelectionMode = 0x1b67,
+ EAknsMinorGenericQgnIndiMpOngoingInterrupt = 0x1b68,
+ EAknsMinorGenericQgnPropCpConnIrOff = 0x1b69,
+ EAknsMinorGenericQgnPropImGroupNotJoined = 0x1b6a,
+ EAknsMinorGenericQgnPropSetAppsBtConnHidden = 0x1b6b,
+ EAknsMinorGenericQgnPropSetAppsBtConnShown = 0x1b6c,
+ EAknsMinorGenericQgnPropSetAppsBtOff = 0x1b6d,
+ EAknsMinorGenericQgnPropSetAppsBtOnHidden = 0x1b6e,
+ EAknsMinorGenericQgnPropSetAppsBtOnShown = 0x1b6f,
+ EAknsMinorGenericQgnPropSetAppsUsbOff = 0x1b70,
+ EAknsMinorGenericQgnPropSetNetworkSubOffline = 0x1b71,
+ EAknsMinorGenericQgnStatFnLock = 0x1b72,
+ EAknsMinorGenericQgnStatFnMode = 0x1b73,
+ EAknsMinorGenericQgnGrafMshopIconApp = 0x1b74,
+ EAknsMinorGenericQgnGrafMshopIconCtx = 0x1b75,
+ EAknsMinorGenericQgnGrafMupAdtlReorderDown = 0x1b76,
+ EAknsMinorGenericQgnGrafMupAdtlReorderUp = 0x1b77,
+ EAknsMinorGenericQgnGrafMupAdtlReorderUpdown = 0x1b78,
+ EAknsMinorGenericQgnGrafMupCtxAddsong = 0x1b79,
+ EAknsMinorGenericQgnGrafMupCtxReordersong = 0x1b7a,
+ EAknsMinorGenericQgnGrafMupDlstMusic = 0x1b7b,
+ EAknsMinorGenericQgnGrafMupDlstNowplaying = 0x1b7c,
+ EAknsMinorGenericQgnGrafMupDlstPodcast = 0x1b7d,
+ EAknsMinorGenericQgnGrafMupIconUpnpRemote = 0x1b7e,
+ EAknsMinorGenericQgnGrafMupLstBrokenplayl = 0x1b7f,
+ EAknsMinorGenericQgnGrafMupLstBrokenpodc = 0x1b80,
+ EAknsMinorGenericQgnGrafMupLstBrokentrack = 0x1b81,
+ EAknsMinorGenericQgnGrafMupLstColpsdArtist = 0x1b82,
+ EAknsMinorGenericQgnGrafMupLstColpsdTrack = 0x1b83,
+ EAknsMinorGenericQgnGrafMupLstCorruptpodc = 0x1b84,
+ EAknsMinorGenericQgnGrafMupLstCorrupttrack = 0x1b85,
+ EAknsMinorGenericQgnGrafMupLstDrmExp = 0x1b86,
+ EAknsMinorGenericQgnGrafMupLstEmpty = 0x1b87,
+ EAknsMinorGenericQgnGrafMupLstExpdArtist = 0x1b88,
+ EAknsMinorGenericQgnGrafMupLstExpdTrack = 0x1b89,
+ EAknsMinorGenericQgnGrafMupLstPdcAdded = 0x1b8a,
+ EAknsMinorGenericQgnGrafMupLstPdcAuto = 0x1b8b,
+ EAknsMinorGenericQgnGrafMupLstPdcCateg = 0x1b8c,
+ EAknsMinorGenericQgnGrafMupLstPdcCompplay = 0x1b8d,
+ EAknsMinorGenericQgnGrafMupLstPdcDate = 0x1b8e,
+ EAknsMinorGenericQgnGrafMupLstPdcEpisode = 0x1b8f,
+ EAknsMinorGenericQgnGrafMupLstPdcNew = 0x1b90,
+ EAknsMinorGenericQgnGrafMupLstPdcNoplay = 0x1b91,
+ EAknsMinorGenericQgnGrafMupLstPdcPartplay = 0x1b92,
+ EAknsMinorGenericQgnGrafMupLstPdcTitle = 0x1b93,
+ EAknsMinorGenericQgnGrafMupLstTrack = 0x1b94,
+ EAknsMinorGenericQgnGrafMupLstUserplayl = 0x1b95,
+ EAknsMinorGenericQgnGrafMupNpvDefalbumartTransp = 0x1b96,
+ EAknsMinorGenericQgnGrafMupNpvIconPause = 0x1b97,
+ EAknsMinorGenericQgnGrafMupNpvIconPlay = 0x1b98,
+ EAknsMinorGenericQgnGrafMupNpvIconRepeat = 0x1b99,
+ EAknsMinorGenericQgnGrafMupNpvIconRepeatone = 0x1b9a,
+ EAknsMinorGenericQgnGrafMupNpvIconShuffle = 0x1b9b,
+ EAknsMinorGenericQgnGrafMupNpvPrbarBgd = 0x1b9c,
+ EAknsMinorGenericQgnGrafMupNpvPrbarBgdLs = 0x1b9d,
+ EAknsMinorGenericQgnGrafMupNpvPrbarMidDownload = 0x1b9e,
+ EAknsMinorGenericQgnGrafMupNpvPrbarTopPlay = 0x1b9f,
+ EAknsMinorGenericQgnGrafMupSsBgnd01 = 0x1ba0,
+ EAknsMinorGenericQgnGrafMupSsBgnd02 = 0x1ba1,
+ EAknsMinorGenericQgnGrafMupSsBgnd03 = 0x1ba2,
+ EAknsMinorGenericQgnGrafMupSsBgnd04 = 0x1ba3,
+ EAknsMinorGenericQgnGrafMupStatusPopPause = 0x1ba4,
+ EAknsMinorGenericQgnGrafMupStatusPopPlay = 0x1ba5,
+ EAknsMinorGenericQgnGrafMupVolwIconMute = 0x1ba6,
+ EAknsMinorGenericQgnGrafMupVolwIconSpeaker = 0x1ba7,
+ EAknsMinorGenericQgnIndiMpNoAudio = 0x1ba8,
+ EAknsMinorGenericQgnIndiMpNoVideo = 0x1ba9,
+ EAknsMinorGenericQgnIndiMupVolwSlider = 0x1baa,
+ EAknsMinorGenericQgnIndiMupVolwSliderBg = 0x1bab,
+ EAknsMinorGenericQgnMenuSivc = 0x1bac,
+ EAknsMinorGenericQgnPropBtCarKitConnect = 0x1bad,
+ EAknsMinorGenericQgnPropBtGenericDevConnect = 0x1bae,
+ EAknsMinorGenericQgnPropBtKeyboardConnect = 0x1baf,
+ EAknsMinorGenericQgnPropBtMouseConnect = 0x1bb0,
+ EAknsMinorGenericQgnPropBtPrinterConnect = 0x1bb1,
+ EAknsMinorGenericQgnGrafNsliderTickMajor = 0x1bb2,
+ EAknsMinorGenericQgnGrafNsliderTickMinor = 0x1bb3,
+ EAknsMinorGenericQgnGrafNsliderVerticalBottom = 0x1bb4,
+ EAknsMinorGenericQgnGrafNsliderVerticalMarker = 0x1bb5,
+ EAknsMinorGenericQgnGrafNsliderVerticalMiddle = 0x1bb6,
+ EAknsMinorGenericQgnGrafNsliderVerticalTickMajor = 0x1bb7,
+ EAknsMinorGenericQgnGrafNsliderVerticalTickMinor = 0x1bb8,
+ EAknsMinorGenericQgnGrafNsliderVerticalTop = 0x1bb9,
+ EAknsMinorGenericQgnGrafTimetrackEndLeft = 0x1bba,
+ EAknsMinorGenericQgnGrafTimetrackEndRight = 0x1bbb,
+ EAknsMinorGenericQgnGrafTimetrackMiddle = 0x1bbc,
+ EAknsMinorGenericQgnGrafTimetrackTrimmedEndLeft = 0x1bbd,
+ EAknsMinorGenericQgnGrafTimetrackTrimmedEndRight = 0x1bbe,
+ EAknsMinorGenericQgnGrafTimetrackTrimmedMiddle = 0x1bbf,
+ EAknsMinorGenericQgnIndiCam4Flash = 0x1bc0,
+ EAknsMinorGenericQgnIndiCam4ModeCamera = 0x1bc1,
+ EAknsMinorGenericQgnIndiCam4Reso = 0x1bc2,
+ EAknsMinorGenericQgnIndiCam4Sequence = 0x1bc3,
+ EAknsMinorGenericQgnIndiCam4Shake = 0x1bc4,
+ EAknsMinorGenericQgnIndiCam4Timer = 0x1bc5,
+ EAknsMinorGenericQgnIndiTbAppsgrid = 0x1bc6,
+ EAknsMinorGenericQgnIndiTbDialler = 0x1bc7,
+ EAknsMinorGenericQgnIndiTbEmailNew = 0x1bc8,
+ EAknsMinorGenericQgnIndiTbEmailReply = 0x1bc9,
+ EAknsMinorGenericQgnIndiTbMsgNew = 0x1bca,
+ EAknsMinorGenericQgnIndiTbMsgReply = 0x1bcb,
+ EAknsMinorGenericQgnIndiTbProfiles = 0x1bcc,
+ EAknsMinorGenericQgnIndiTimetrackMarked = 0x1bcd,
+ EAknsMinorGenericQgnIndiTimetrackMarker = 0x1bce,
+ EAknsMinorGenericQgnIndiVid4AudioMute = 0x1bcf,
+ EAknsMinorGenericQgnIndiVid4LightOn = 0x1bd0,
+ EAknsMinorGenericQgnIndiVid4MemoryMmc = 0x1bd1,
+ EAknsMinorGenericQgnIndiVid4MemoryPhone = 0x1bd2,
+ EAknsMinorGenericQgnIndiVid4ModeVideo = 0x1bd3,
+ EAknsMinorGenericQgnIndiVid4QualityHigh = 0x1bd4,
+ EAknsMinorGenericQgnIndiVid4QualityLow = 0x1bd5,
+ EAknsMinorGenericQgnIndiVid4QualityNormal = 0x1bd6,
+ EAknsMinorGenericQgnIndiVid4StabilizeOn = 0x1bd7,
+ EAknsMinorGenericQgnIndiWlanSnifferPluginOff = 0x1bd8,
+ EAknsMinorGenericQgnIndiWlanSnifferPluginOn = 0x1bd9,
+ EAknsMinorGenericQgnMenuGroupCustomerMusic = 0x1bda,
+ EAknsMinorGenericQgnMenuGroupCustomerUtilities = 0x1bdb,
+ EAknsMinorGenericQgnMenuWlanSniffer = 0x1bdc,
+ EAknsMinorGenericQgnPropFolderParent = 0x1bdd,
+ EAknsMinorGenericQgnPropSetConnWlanConn = 0x1bde,
+ EAknsMinorGenericQgnPropSetConnWlanOff = 0x1bdf,
+ EAknsMinorGenericQgnGrafTbExtFindBg = 0x1be0,
+ EAknsMinorGenericQgnGrafTbExtFindButtonBg = 0x1be1,
+ EAknsMinorGenericQgnIndiAiArrowLeft = 0x1be2,
+ EAknsMinorGenericQgnIndiAiArrowRight = 0x1be3,
+ EAknsMinorGenericQgnIndiAiBlinds = 0x1be4,
+ EAknsMinorGenericQgnIndiAiClosePlugin = 0x1be5,
+ EAknsMinorGenericQgnIndiAiClosePluginPressed = 0x1be6,
+ EAknsMinorGenericQgnIndiAiDown = 0x1be7,
+ EAknsMinorGenericQgnIndiAiDownDimmed = 0x1be8,
+ EAknsMinorGenericQgnIndiAiDownPressed = 0x1be9,
+ EAknsMinorGenericQgnIndiAiLeft = 0x1bea,
+ EAknsMinorGenericQgnIndiAiLeftDimmed = 0x1beb,
+ EAknsMinorGenericQgnIndiAiLeftPressed = 0x1bec,
+ EAknsMinorGenericQgnIndiAiMiddle = 0x1bed,
+ EAknsMinorGenericQgnIndiAiMiddleDimmed = 0x1bee,
+ EAknsMinorGenericQgnIndiAiMiddlePressed = 0x1bef,
+ EAknsMinorGenericQgnIndiAiRight = 0x1bf0,
+ EAknsMinorGenericQgnIndiAiRightDimmed = 0x1bf1,
+ EAknsMinorGenericQgnIndiAiRightPressed = 0x1bf2,
+ EAknsMinorGenericQgnIndiAiShow = 0x1bf3,
+ EAknsMinorGenericQgnIndiAiShowLandscape = 0x1bf4,
+ EAknsMinorGenericQgnIndiAiUp = 0x1bf5,
+ EAknsMinorGenericQgnIndiAiUpDimmed = 0x1bf6,
+ EAknsMinorGenericQgnIndiAiUpPressed = 0x1bf7,
+ EAknsMinorGenericQgnIndiFepButtonInputSwitch = 0x1bf8,
+ EAknsMinorGenericQgnIndiFepButtonInputSwitchSel = 0x1bf9,
+ EAknsMinorGenericQgnIndiItutCursorDown = 0x1bfa,
+ EAknsMinorGenericQgnIndiItutCursorLeft = 0x1bfb,
+ EAknsMinorGenericQgnIndiItutCursorRight = 0x1bfc,
+ EAknsMinorGenericQgnIndiItutCursorUp = 0x1bfd,
+ EAknsMinorGenericQgnIndiItutInputSwitch = 0x1bfe,
+ EAknsMinorGenericQgnIndiKeypadShift = 0x1bff,
+ EAknsMinorGenericQgnIndiKeypadSpace = 0x1c00,
+ EAknsMinorGenericQgnIndiKeypadStar = 0x1c01,
+ EAknsMinorGenericQgnIndiTbExtension = 0x1c02,
+ EAknsMinorGenericQgnMenuAppsDcd = 0x1c03,
+ EAknsMinorGenericQgnPropBtAudioConnect = 0x1c04,
+ EAknsMinorGenericQgnPropBtComputerConnect = 0x1c05,
+ EAknsMinorGenericQgnPropBtPhoneConnect = 0x1c06,
+ EAknsMinorGenericQgnPropSetAppsDcd = 0x1c07,
+ EAknsMinorGenericQgnCalendarEventIndi = 0x1c20,
+ EAknsMinorGenericQgnCalendarIndiDate = 0x1c21,
+ EAknsMinorGenericQgnEasydialActionMenu = 0x1c22,
+ EAknsMinorGenericQgnEasydialContact = 0x1c23,
+ EAknsMinorGenericQgnEasydialContactGroup = 0x1c24,
+ EAknsMinorGenericQgnEmailFocusFrameBottomLeft = 0x1c25,
+ EAknsMinorGenericQgnEmailFocusFrameBottomRight = 0x1c26,
+ EAknsMinorGenericQgnEmailFocusFrameTopLeft = 0x1c27,
+ EAknsMinorGenericQgnEmailFocusFrameTopRight = 0x1c28,
+ EAknsMinorGenericQgnFscalIndiAlarmDay = 0x1c29,
+ EAknsMinorGenericQgnFscalIndiAlarmTime = 0x1c2a,
+ EAknsMinorGenericQgnFscalIndiEvents = 0x1c2b,
+ EAknsMinorGenericQgnFscalIndiMemo = 0x1c2c,
+ EAknsMinorGenericQgnFscalIndiNewTodo = 0x1c2d,
+ EAknsMinorGenericQgnFscalIndiOccasion = 0x1c2e,
+ EAknsMinorGenericQgnFscalIndiPriorityHigh = 0x1c2f,
+ EAknsMinorGenericQgnFscalIndiPriorityLow = 0x1c30,
+ EAknsMinorGenericQgnFscalIndiPriorityNormal = 0x1c31,
+ EAknsMinorGenericQgnFscalIndiRecurrence = 0x1c32,
+ EAknsMinorGenericQgnFscalIndiSubject = 0x1c33,
+ EAknsMinorGenericQgnFscalIndiSubject02 = 0x1c34,
+ EAknsMinorGenericQgnFscalIndiSubjectPrioHi = 0x1c35,
+ EAknsMinorGenericQgnFscalIndiSynchronisation = 0x1c36,
+ EAknsMinorGenericQgnFscalIndiTodo = 0x1c37,
+ EAknsMinorGenericQgnFseDropDownDeletedItemsIcon = 0x1c38,
+ EAknsMinorGenericQgnFseDropDownDraftsIcon = 0x1c39,
+ EAknsMinorGenericQgnFseDropDownEmailAccountIcon = 0x1c3a,
+ EAknsMinorGenericQgnFseDropDownInboxIcon = 0x1c3b,
+ EAknsMinorGenericQgnFseDropDownMoreFoldersIcon = 0x1c3c,
+ EAknsMinorGenericQgnFseDropDownOutboxIcon = 0x1c3d,
+ EAknsMinorGenericQgnFseDropDownSentIcon = 0x1c3e,
+ EAknsMinorGenericQgnFseDropDownSentIcon2 = 0x1c3f,
+ EAknsMinorGenericQgnFseFolderListAscendingIcon = 0x1c40,
+ EAknsMinorGenericQgnFseFolderListDeletedItemsIcon = 0x1c41,
+ EAknsMinorGenericQgnFseFolderListDescendingIcon = 0x1c42,
+ EAknsMinorGenericQgnFseFolderListDraftsIcon = 0x1c43,
+ EAknsMinorGenericQgnFseFolderListInboxIcon = 0x1c44,
+ EAknsMinorGenericQgnFseFolderListInboxSubfoldersIcon = 0x1c45,
+ EAknsMinorGenericQgnFseFolderListServerFoldersIcon = 0x1c46,
+ EAknsMinorGenericQgnFseMailAttachment = 0x1c47,
+ EAknsMinorGenericQgnFseMailIconForwardedAttachmentIcon = 0x1c48,
+ EAknsMinorGenericQgnFseMailIconForwardedIcon = 0x1c49,
+ EAknsMinorGenericQgnFseMailIconHighPriorityIcon = 0x1c4a,
+ EAknsMinorGenericQgnFseMailIconLowPriorityIcon = 0x1c4b,
+ EAknsMinorGenericQgnFseMailIconReadAttachmentIcon = 0x1c4c,
+ EAknsMinorGenericQgnFseMailIconReadIcon = 0x1c4d,
+ EAknsMinorGenericQgnFseMailIconRepliedAllAttachmentIcon = 0x1c4e,
+ EAknsMinorGenericQgnFseMailIconRepliedAllIcon = 0x1c4f,
+ EAknsMinorGenericQgnFseMailIconRepliedAttachmentIcon = 0x1c50,
+ EAknsMinorGenericQgnFseMailIconRepliedIcon = 0x1c51,
+ EAknsMinorGenericQgnFseMailIconUnreadIcon = 0x1c52,
+ EAknsMinorGenericQgnFseMailIconUnreadAttachmentIcon = 0x1c53,
+ EAknsMinorGenericQgnFseMailRead = 0x1c54,
+ EAknsMinorGenericQgnFseMailReadAttachment = 0x1c55,
+ EAknsMinorGenericQgnFseMailReadAttachmentLowPrior = 0x1c56,
+ EAknsMinorGenericQgnFseMailReadForwarded = 0x1c57,
+ EAknsMinorGenericQgnFseMailReadForwardedAttachment = 0x1c58,
+ EAknsMinorGenericQgnFseMailReadForwardedAttachmentHighPrior = 0x1c59,
+ EAknsMinorGenericQgnFseMailReadForwardedAttachmentLowPrior = 0x1c5a,
+ EAknsMinorGenericQgnFseMailReadForwardedHighPrior = 0x1c5b,
+ EAknsMinorGenericQgnFseMailReadForwardedLowPrior = 0x1c5c,
+ EAknsMinorGenericQgnFseMailReadForwardedLowPrior2 = 0x1c5d,
+ EAknsMinorGenericQgnFseMailReadHighPrior = 0x1c5e,
+ EAknsMinorGenericQgnFseMailReadLowPrior = 0x1c5f,
+ EAknsMinorGenericQgnFseMailReadReplied = 0x1c60,
+ EAknsMinorGenericQgnFseMailReadRepliedAttachment = 0x1c61,
+ EAknsMinorGenericQgnFseMailReadRepliedAttachmentHighPrior = 0x1c62,
+ EAknsMinorGenericQgnFseMailReadRepliedAttachmentLowPrior = 0x1c63,
+ EAknsMinorGenericQgnFseMailReadRepliedForwarded = 0x1c64,
+ EAknsMinorGenericQgnFseMailReadRepliedForwardedAttachment = 0x1c65,
+ EAknsMinorGenericQgnFseMailReadRepliedForwardedAttachmentHighPrior = 0x1c66,
+ EAknsMinorGenericQgnFseMailReadRepliedForwardedAttachmentLowPrior = 0x1c67,
+ EAknsMinorGenericQgnFseMailReadRepliedForwardedHighPrior = 0x1c68,
+ EAknsMinorGenericQgnFseMailReadRepliedHighPrior = 0x1c69,
+ EAknsMinorGenericQgnFseMailReadRepliedLowPrior = 0x1c6a,
+ EAknsMinorGenericQgnFseMailSentMail = 0x1c6b,
+ EAknsMinorGenericQgnFseMailUnread = 0x1c6c,
+ EAknsMinorGenericQgnFseMailUnreadAttachment = 0x1c6d,
+ EAknsMinorGenericQgnFseMailUnreadAttachmentHighPrior = 0x1c6e,
+ EAknsMinorGenericQgnFseMailUnreadAttachmentLowPrior = 0x1c6f,
+ EAknsMinorGenericQgnFseMailUnreadForwarded = 0x1c70,
+ EAknsMinorGenericQgnFseMailUnreadForwardedAttachment = 0x1c71,
+ EAknsMinorGenericQgnFseMailUnreadForwardedAttachmentHighPrior = 0x1c72,
+ EAknsMinorGenericQgnFseMailUnreadForwardedAttachmentLowPrior = 0x1c73,
+ EAknsMinorGenericQgnFseMailUnreadForwardedHighPrior = 0x1c74,
+ EAknsMinorGenericQgnFseMailUnreadForwardedLowPrior = 0x1c75,
+ EAknsMinorGenericQgnFseMailUnreadHighPrior = 0x1c76,
+ EAknsMinorGenericQgnFseMailUnreadLowPrior = 0x1c77,
+ EAknsMinorGenericQgnFseViewerFollowUpCompleteIcon = 0x1c78,
+ EAknsMinorGenericQgnFseViewerFollowUpCompleteIcon02 = 0x1c79,
+ EAknsMinorGenericQgnFseViewerFollowUpIcon = 0x1c7a,
+ EAknsMinorGenericQgnFseViewerIconHighPriorityIcon = 0x1c7b,
+ EAknsMinorGenericQgnFseViewerIconLowPriorityIcon = 0x1c7c,
+ EAknsMinorGenericQgnFseViewerIconReadIcon = 0x1c7d,
+ EAknsMinorGenericQgnFseViewerIconRepliedAllIcon = 0x1c7e,
+ EAknsMinorGenericQgnFseViewerIconRepliedIcon = 0x1c7f,
+ EAknsMinorGenericQgnFseViewerIconUnreadIcon = 0x1c80,
+ EAknsMinorGenericQgnFseViewerAttachmentDocIcon = 0x1c81,
+ EAknsMinorGenericQgnFseViewerAttachmentHtmlIcon = 0x1c82,
+ EAknsMinorGenericQgnFseViewerAttachmentImageIcon = 0x1c83,
+ EAknsMinorGenericQgnFseViewerAttachmentNotDownloadedIcon = 0x1c84,
+ EAknsMinorGenericQgnFseViewerAttachmentPdfIcon = 0x1c85,
+ EAknsMinorGenericQgnFseViewerAttachmentPptIcon = 0x1c86,
+ EAknsMinorGenericQgnFseViewerAttachmentRtfIcon = 0x1c87,
+ EAknsMinorGenericQgnFseViewerAttachmentUnidentifiedExtensionIcon = 0x1c88,
+ EAknsMinorGenericQgnFseViewerAttachmentXlsIcon = 0x1c89,
+ EAknsMinorGenericQgnFsActionCall = 0x1c8a,
+ EAknsMinorGenericQgnFsActionConfService = 0x1c8b,
+ EAknsMinorGenericQgnFsActionConfWizard = 0x1c8c,
+ EAknsMinorGenericQgnFsActionEmail = 0x1c8d,
+ EAknsMinorGenericQgnFsActionMeeting = 0x1c8e,
+ EAknsMinorGenericQgnFsActionMms = 0x1c8f,
+ EAknsMinorGenericQgnFsActionPtt = 0x1c90,
+ EAknsMinorGenericQgnFsActionSms = 0x1c91,
+ EAknsMinorGenericQgnFsActionVidcall = 0x1c92,
+ EAknsMinorGenericQgnFsActionVoip = 0x1c93,
+ EAknsMinorGenericQgnFsContactsGroup = 0x1c94,
+ EAknsMinorGenericQgnFsDatabasePhone = 0x1c95,
+ EAknsMinorGenericQgnFsEmailContentTypeGroupedResultView = 0x1c96,
+ EAknsMinorGenericQgnFsEmailGrafRoundedInputField0 = 0x1c97,
+ EAknsMinorGenericQgnFsEmailGrafRoundedInputField01 = 0x1c98,
+ EAknsMinorGenericQgnFsEmailGrafRoundedInputField02 = 0x1c99,
+ EAknsMinorGenericQgnFsEmailGrafRoundedInputField03 = 0x1c9a,
+ EAknsMinorGenericQgnFsEmailGrafRoundedInputField04 = 0x1c9b,
+ EAknsMinorGenericQgnFsEmailGrafRoundedInputField05 = 0x1c9c,
+ EAknsMinorGenericQgnFsEmailGrafRoundedInputField06 = 0x1c9d,
+ EAknsMinorGenericQgnFsEmailGrafRoundedInputField07 = 0x1c9e,
+ EAknsMinorGenericQgnFsEmailGrafRoundedInputField08 = 0x1c9f,
+ EAknsMinorGenericQgnFsEmailGrafRoundedInputField09 = 0x1ca0,
+ EAknsMinorGenericQgnFsEmailMenuAppIcon = 0x1ca1,
+ EAknsMinorGenericQgnFsEmailReadSingleResultView = 0x1ca2,
+ EAknsMinorGenericQgnFsEmailSentSingleResultView = 0x1ca3,
+ EAknsMinorGenericQgnFsEmailUnreadSingleResultView = 0x1ca4,
+ EAknsMinorGenericQgnFsGrafCalendarContent = 0x1ca5,
+ EAknsMinorGenericQgnFsGrafCalendarCtrlbar = 0x1ca6,
+ EAknsMinorGenericQgnFsGrafCalendarHeader = 0x1ca7,
+ EAknsMinorGenericQgnFsGrafCalendarHeaderCopy = 0x1ca8,
+ EAknsMinorGenericQgnFsGrafContactsContent = 0x1cab,
+ EAknsMinorGenericQgnFsGrafContactsCtrlbar = 0x1cac,
+ EAknsMinorGenericQgnFsGrafContactsHeader = 0x1cad,
+ EAknsMinorGenericQgnFsGrafEmailContent = 0x1cae,
+ EAknsMinorGenericQgnFsGrafEmailCtrlbar = 0x1caf,
+ EAknsMinorGenericQgnFsGrafEmailHeader = 0x1cb0,
+ EAknsMinorGenericQgnFsGroupConfService = 0x1cb1,
+ EAknsMinorGenericQgnFsGrpListQueryNew = 0x1cb2,
+ EAknsMinorGenericQgnFsHomeNotifActiveNoPopup = 0x1cb3,
+ EAknsMinorGenericQgnFsHomeNotifActiveWithPopup = 0x1cb4,
+ EAknsMinorGenericQgnFsHomeNotifInactive = 0x1cb5,
+ EAknsMinorGenericQgnFsHomeNotifPopupC1 = 0x1cb6,
+ EAknsMinorGenericQgnFsHomeNotifPopupC2 = 0x1cb7,
+ EAknsMinorGenericQgnFsHomeNotifPopupC3 = 0x1cb8,
+ EAknsMinorGenericQgnFsHomeNotifPopupC4 = 0x1cb9,
+ EAknsMinorGenericQgnFsHomeNotifPopupC5 = 0x1cba,
+ EAknsMinorGenericQgnFsHomeNotifPopupC6 = 0x1cbb,
+ EAknsMinorGenericQgnFsHomeNotifPopupL1 = 0x1cbc,
+ EAknsMinorGenericQgnFsHomeNotifPopupL2 = 0x1cbd,
+ EAknsMinorGenericQgnFsHomeNotifPopupL3 = 0x1cbe,
+ EAknsMinorGenericQgnFsHomeNotifPopupL4 = 0x1cbf,
+ EAknsMinorGenericQgnFsHomeNotifPopupL5 = 0x1cc0,
+ EAknsMinorGenericQgnFsHomeNotifPopupL6 = 0x1cc1,
+ EAknsMinorGenericQgnFsHomeNotifPopupR1 = 0x1cc2,
+ EAknsMinorGenericQgnFsHomeNotifPopupR2 = 0x1cc3,
+ EAknsMinorGenericQgnFsHomeNotifPopupR3 = 0x1cc4,
+ EAknsMinorGenericQgnFsHomeNotifPopupR4 = 0x1cc5,
+ EAknsMinorGenericQgnFsHomeNotifPopupR5 = 0x1cc6,
+ EAknsMinorGenericQgnFsHomeNotifPopupR6 = 0x1cc7,
+ EAknsMinorGenericQgnFsHscrActionArrowLeft = 0x1cc8,
+ EAknsMinorGenericQgnFsHscrActionArrowRight = 0x1cc9,
+ EAknsMinorGenericQgnFsHscrEmailPopup1 = 0x1cca,
+ EAknsMinorGenericQgnFsHscrEmailPopup2 = 0x1ccb,
+ EAknsMinorGenericQgnFsHscrEmailPopup3 = 0x1ccc,
+ EAknsMinorGenericQgnFsHscrEmailPopup4 = 0x1ccd,
+ EAknsMinorGenericQgnFsHscrEmailPopup5 = 0x1cce,
+ EAknsMinorGenericQgnFsHscrEmailPopup6 = 0x1ccf,
+ EAknsMinorGenericQgnFsHscrGrafEasydialHigh = 0x1cd0,
+ EAknsMinorGenericQgnFsHscrGrafEasydialLow = 0x1cd1,
+ EAknsMinorGenericQgnFsIndiAddNewMailbox = 0x1cd2,
+ EAknsMinorGenericQgnFsIndiConnected = 0x1cd3,
+ EAknsMinorGenericQgnFsIndiDisconnectedError = 0x1cd4,
+ EAknsMinorGenericQgnFsIndiDisconnectedGeneral = 0x1cd5,
+ EAknsMinorGenericQgnFsIndiDisconnectedLowBattery = 0x1cd6,
+ EAknsMinorGenericQgnFsIndiIntellisyncInbox = 0x1cd7,
+ EAknsMinorGenericQgnFsIndiMarkedAdd = 0x1cd8,
+ EAknsMinorGenericQgnFsIndiMinusSign = 0x1cd9,
+ EAknsMinorGenericQgnFsIndiPlusSign = 0x1cda,
+ EAknsMinorGenericQgnFsIndiPriorityHigh = 0x1cdb,
+ EAknsMinorGenericQgnFsIndiPriorityHigh2 = 0x1cdc,
+ EAknsMinorGenericQgnFsIndiPriorityLow = 0x1cdd,
+ EAknsMinorGenericQgnFsIndiPriorityLow2 = 0x1cde,
+ EAknsMinorGenericQgnFsIndiPriorityNormal = 0x1cdf,
+ EAknsMinorGenericQgnFsIndiSynchronisation = 0x1ce0,
+ EAknsMinorGenericQgnFsIndiUpgrade = 0x1ce1,
+ EAknsMinorGenericQgnFsPropNrtypEmail = 0x1ce2,
+ EAknsMinorGenericQgnGrafBarWaitAnim2 = 0x1ce3,
+ EAknsMinorGenericQgnGrpListConfService = 0x1ce4,
+ EAknsMinorGenericQgnHscrNotifierAction = 0x1ce5,
+ EAknsMinorGenericQgnHscrNotifierMissedCalls = 0x1ce6,
+ EAknsMinorGenericQgnHscrNotifierNewVoiceMail = 0x1ce7,
+ EAknsMinorGenericQgnHscrNotifierNewVoiceMail1 = 0x1ce8,
+ EAknsMinorGenericQgnHscrNotifierNewVoiceMail1and2 = 0x1ce9,
+ EAknsMinorGenericQgnHscrNotifierNewVoiceMail2 = 0x1cea,
+ EAknsMinorGenericQgnHscrNotifierUnreadMessages = 0x1ceb,
+ EAknsMinorGenericQgnHscrSecLocked = 0x1cec,
+ EAknsMinorGenericQgnHscrSecLockNotifierMissedCalls = 0x1ced,
+ EAknsMinorGenericQgnHscrSecLockNotifierMissedCalls2 = 0x1cee,
+ EAknsMinorGenericQgnHscrSecLockNotifierNewVoicemails = 0x1cef,
+ EAknsMinorGenericQgnHscrSecLockNotifierNewVoicemails1 = 0x1cf0,
+ EAknsMinorGenericQgnHscrSecLockNotifierNewVoicemails12 = 0x1cf1,
+ EAknsMinorGenericQgnHscrSecLockNotifierNewVoicemails2 = 0x1cf2,
+ EAknsMinorGenericQgnHscrSecLockNotifierUnreadMsgs = 0x1cf3,
+ EAknsMinorGenericQgnHscrSwitchMode = 0x1cf4,
+ EAknsMinorGenericQgnIndiActionMenu = 0x1cf5,
+ EAknsMinorGenericQgnIndiButtonAnswer = 0x1cf6,
+ EAknsMinorGenericQgnIndiButtonBluetooth = 0x1cf7,
+ EAknsMinorGenericQgnIndiButtonConference = 0x1cf8,
+ EAknsMinorGenericQgnIndiButtonDrop = 0x1cf9,
+ EAknsMinorGenericQgnIndiButtonEndActiveCall = 0x1cfa,
+ EAknsMinorGenericQgnIndiButtonEndAllCalls = 0x1cfb,
+ EAknsMinorGenericQgnIndiButtonEndCall = 0x1cfc,
+ EAknsMinorGenericQgnIndiButtonGoIdle = 0x1cfd,
+ EAknsMinorGenericQgnIndiButtonHandset = 0x1cfe,
+ EAknsMinorGenericQgnIndiButtonHold = 0x1cff,
+ EAknsMinorGenericQgnIndiButtonJoin = 0x1d00,
+ EAknsMinorGenericQgnIndiButtonLoudspeaker = 0x1d01,
+ EAknsMinorGenericQgnIndiButtonMuteMic = 0x1d02,
+ EAknsMinorGenericQgnIndiButtonParticipants = 0x1d03,
+ EAknsMinorGenericQgnIndiButtonPrivate = 0x1d04,
+ EAknsMinorGenericQgnIndiButtonReject = 0x1d05,
+ EAknsMinorGenericQgnIndiButtonSendDtmf = 0x1d06,
+ EAknsMinorGenericQgnIndiButtonSwap = 0x1d07,
+ EAknsMinorGenericQgnIndiButtonUnhold = 0x1d08,
+ EAknsMinorGenericQgnIndiButtonUnmuteMic = 0x1d09,
+ EAknsMinorGenericQgnIndiButtonVideoToVoice = 0x1d0a,
+ EAknsMinorGenericQgnIndiButtonVoiceToVideo = 0x1d0b,
+ EAknsMinorGenericQgnIndiCam4Antired = 0x1d0c,
+ EAknsMinorGenericQgnIndiCam4Audio = 0x1d0d,
+ EAknsMinorGenericQgnIndiCam4AudioMute = 0x1d0e,
+ EAknsMinorGenericQgnIndiCam4Autoflash = 0x1d0f,
+ EAknsMinorGenericQgnIndiCam4Camera = 0x1d10,
+ EAknsMinorGenericQgnIndiCam4CameraSecond = 0x1d11,
+ EAknsMinorGenericQgnIndiCam4Capture = 0x1d12,
+ EAknsMinorGenericQgnIndiCam4Colour = 0x1d13,
+ EAknsMinorGenericQgnIndiCam4ColourBw = 0x1d14,
+ EAknsMinorGenericQgnIndiCam4ColourNatural = 0x1d15,
+ EAknsMinorGenericQgnIndiCam4ColourNegative = 0x1d16,
+ EAknsMinorGenericQgnIndiCam4ColourNormal = 0x1d17,
+ EAknsMinorGenericQgnIndiCam4ColourSepia = 0x1d18,
+ EAknsMinorGenericQgnIndiCam4ColourVivid = 0x1d19,
+ EAknsMinorGenericQgnIndiCam4Delete = 0x1d1a,
+ EAknsMinorGenericQgnIndiCam4Edit = 0x1d1b,
+ EAknsMinorGenericQgnIndiCam4Exposure = 0x1d1c,
+ EAknsMinorGenericQgnIndiCam4Extension = 0x1d1d,
+ EAknsMinorGenericQgnIndiCam4FlashOff = 0x1d1e,
+ EAknsMinorGenericQgnIndiCam4FlashOn = 0x1d1f,
+ EAknsMinorGenericQgnIndiCam4FocusFrameAutoBl = 0x1d20,
+ EAknsMinorGenericQgnIndiCam4FocusFrameAutoBr = 0x1d21,
+ EAknsMinorGenericQgnIndiCam4FocusFrameAutoTl = 0x1d22,
+ EAknsMinorGenericQgnIndiCam4FocusFrameAutoTr = 0x1d23,
+ EAknsMinorGenericQgnIndiCam4GotoGallery = 0x1d24,
+ EAknsMinorGenericQgnIndiCam4Iso = 0x1d25,
+ EAknsMinorGenericQgnIndiCam4IsoAuto = 0x1d26,
+ EAknsMinorGenericQgnIndiCam4IsoHigh = 0x1d27,
+ EAknsMinorGenericQgnIndiCam4IsoLow = 0x1d28,
+ EAknsMinorGenericQgnIndiCam4IsoMedium = 0x1d29,
+ EAknsMinorGenericQgnIndiCam4LightOff = 0x1d2a,
+ EAknsMinorGenericQgnIndiCam4LightOn = 0x1d2b,
+ EAknsMinorGenericQgnIndiCam4MemoryMmc = 0x1d2c,
+ EAknsMinorGenericQgnIndiCam4MemoryPhone = 0x1d2d,
+ EAknsMinorGenericQgnIndiCam4ModeAuto = 0x1d2e,
+ EAknsMinorGenericQgnIndiCam4ModeCloseup = 0x1d2f,
+ EAknsMinorGenericQgnIndiCam4ModeLandscape = 0x1d30,
+ EAknsMinorGenericQgnIndiCam4ModeNight = 0x1d31,
+ EAknsMinorGenericQgnIndiCam4ModePortrait = 0x1d32,
+ EAknsMinorGenericQgnIndiCam4ModeSport = 0x1d33,
+ EAknsMinorGenericQgnIndiCam4ModeUserscene = 0x1d34,
+ EAknsMinorGenericQgnIndiCam4Quality03mpLow = 0x1d35,
+ EAknsMinorGenericQgnIndiCam4Quality08mpLow = 0x1d36,
+ EAknsMinorGenericQgnIndiCam4Quality13mpLow = 0x1d37,
+ EAknsMinorGenericQgnIndiCam4Quality13mpMedium = 0x1d38,
+ EAknsMinorGenericQgnIndiCam4Quality1mpLow = 0x1d39,
+ EAknsMinorGenericQgnIndiCam4Quality2mpHigh = 0x1d3a,
+ EAknsMinorGenericQgnIndiCam4Quality2mpMedium = 0x1d3b,
+ EAknsMinorGenericQgnIndiCam4Quality3mpHigh = 0x1d3c,
+ EAknsMinorGenericQgnIndiCam4Quality3mpMedium = 0x1d3d,
+ EAknsMinorGenericQgnIndiCam4Quality5mpHigh = 0x1d3e,
+ EAknsMinorGenericQgnIndiCam4Selftimer = 0x1d3f,
+ EAknsMinorGenericQgnIndiCam4Selftimer10s = 0x1d40,
+ EAknsMinorGenericQgnIndiCam4Selftimer20s = 0x1d41,
+ EAknsMinorGenericQgnIndiCam4SelftimerOff = 0x1d42,
+ EAknsMinorGenericQgnIndiCam4Send = 0x1d43,
+ EAknsMinorGenericQgnIndiCam4Sequence10min = 0x1d44,
+ EAknsMinorGenericQgnIndiCam4Sequence10s = 0x1d45,
+ EAknsMinorGenericQgnIndiCam4Sequence1min = 0x1d46,
+ EAknsMinorGenericQgnIndiCam4Sequence30min = 0x1d47,
+ EAknsMinorGenericQgnIndiCam4Sequence30s = 0x1d48,
+ EAknsMinorGenericQgnIndiCam4Sequence5min = 0x1d49,
+ EAknsMinorGenericQgnIndiCam4Sequence5s = 0x1d4a,
+ EAknsMinorGenericQgnIndiCam4SequenceBurst = 0x1d4b,
+ EAknsMinorGenericQgnIndiCam4Video = 0x1d4c,
+ EAknsMinorGenericQgnIndiCam4Wb = 0x1d4d,
+ EAknsMinorGenericQgnIndiCam4WbAuto = 0x1d4e,
+ EAknsMinorGenericQgnIndiCam4WbCloudy = 0x1d4f,
+ EAknsMinorGenericQgnIndiCam4WbFluorecent = 0x1d50,
+ EAknsMinorGenericQgnIndiCam4WbSunny = 0x1d51,
+ EAknsMinorGenericQgnIndiCam4WbTungsten = 0x1d52,
+ EAknsMinorGenericQgnIndiCam4Zoom = 0x1d53,
+ EAknsMinorGenericQgnIndiHiddenWlan = 0x1d54,
+ EAknsMinorGenericQgnIndiTbAddRecipient = 0x1d55,
+ EAknsMinorGenericQgnIndiTbEmailForward = 0x1d56,
+ EAknsMinorGenericQgnIndiTbMsgForward = 0x1d57,
+ EAknsMinorGenericQgnIndiTbMsgSend = 0x1d58,
+ EAknsMinorGenericQgnIndiTbRetrieveMms = 0x1d59,
+ EAknsMinorGenericQgnIndiVid4ContinuousAf = 0x1d5a,
+ EAknsMinorGenericQgnIndiVid4Pause = 0x1d5b,
+ EAknsMinorGenericQgnIndiVid4Play = 0x1d5c,
+ EAknsMinorGenericQgnIndiVid4QualityEmailHigh = 0x1d5d,
+ EAknsMinorGenericQgnIndiVid4QualityEmailNormal = 0x1d5e,
+ EAknsMinorGenericQgnIndiVid4QualityTvHigh = 0x1d5f,
+ EAknsMinorGenericQgnIndiVid4QualityTvNormal = 0x1d60,
+ EAknsMinorGenericQgnIndiVid4Record = 0x1d61,
+ EAknsMinorGenericQgnMeetReqArranger = 0x1d62,
+ EAknsMinorGenericQgnMeetReqIndiAlarm = 0x1d63,
+ EAknsMinorGenericQgnMeetReqIndiChecboxMark = 0x1d64,
+ EAknsMinorGenericQgnMeetReqIndiChecboxUnmark = 0x1d65,
+ EAknsMinorGenericQgnMeetReqIndiCheckboxMark = 0x1d66,
+ EAknsMinorGenericQgnMeetReqIndiCheckboxUnmark = 0x1d67,
+ EAknsMinorGenericQgnMeetReqIndiClock = 0x1d68,
+ EAknsMinorGenericQgnMeetReqIndiDate = 0x1d69,
+ EAknsMinorGenericQgnMeetReqIndiDateEnd = 0x1d6a,
+ EAknsMinorGenericQgnMeetReqIndiDateStart = 0x1d6b,
+ EAknsMinorGenericQgnMeetReqIndiLocation = 0x1d6c,
+ EAknsMinorGenericQgnMeetReqIndiTimeAlarm = 0x1d6d,
+ EAknsMinorGenericQgnMenuEncryption = 0x1d6e,
+ EAknsMinorGenericQgnMenuModes = 0x1d6f,
+ EAknsMinorGenericQgnMenuSwitchMode = 0x1d70,
+ EAknsMinorGenericQgnPropAlbumPhotoVideo = 0x1d71,
+ EAknsMinorGenericQgnPropCpDevKeyguard = 0x1d72,
+ EAknsMinorGenericQgnPropCpDevPsActivate = 0x1d73,
+ EAknsMinorGenericQgnPropCpDiagConn = 0x1d74,
+ EAknsMinorGenericQgnPropCpDiagCoverage = 0x1d75,
+ EAknsMinorGenericQgnPropCpDiagFail = 0x1d76,
+ EAknsMinorGenericQgnPropCpDiagHw = 0x1d77,
+ EAknsMinorGenericQgnPropCpDiagNot = 0x1d78,
+ EAknsMinorGenericQgnPropCpDiagPass = 0x1d79,
+ EAknsMinorGenericQgnPropCpDiagService = 0x1d7a,
+ EAknsMinorGenericQgnSwitchModeAnimation = 0x1d7b,
+ EAknsMinorGenericQgnIndiCam4Contrast = 0x1d7c,
+ EAknsMinorGenericQgnIndiCam4Sharpness = 0x1d7d,
+ EAknsMinorGenericQgnIndiCam4TbCapture = 0x1d7e,
+ EAknsMinorGenericQgnIndiCam4TbDelete = 0x1d7f,
+ EAknsMinorGenericQgnIndiCam4TbEdit = 0x1d80,
+ EAknsMinorGenericQgnIndiCam4TbExtension = 0x1d81,
+ EAknsMinorGenericQgnIndiCam4TbFlash = 0x1d82,
+ EAknsMinorGenericQgnIndiCam4TbLight = 0x1d83,
+ EAknsMinorGenericQgnIndiCam4TbPause = 0x1d84,
+ EAknsMinorGenericQgnIndiCam4TbPlay = 0x1d85,
+ EAknsMinorGenericQgnIndiCam4TbRecord = 0x1d86,
+ EAknsMinorGenericQgnIndiCam4TbSend = 0x1d87,
+ EAknsMinorGenericQgnIndiCam4ZoomBottom = 0x1d88,
+ EAknsMinorGenericQgnIndiCam4ZoomMarker = 0x1d89,
+ EAknsMinorGenericQgnIndiCam4ZoomMax = 0x1d8a,
+ EAknsMinorGenericQgnIndiCam4ZoomMiddle = 0x1d8b,
+ EAknsMinorGenericQgnIndiCam4ZoomMin = 0x1d8c,
+ EAknsMinorGenericQgnIndiCam4ZoomTop = 0x1d8d,
+ EAknsMinorGenericQgnIndiTbBusinessCard = 0x1d8e,
+ EAknsMinorGenericQgnIndiTbCamcorder = 0x1d8f,
+ EAknsMinorGenericQgnIndiTbCamera = 0x1d90,
+ EAknsMinorGenericQgnIndiTbExpandInsert = 0x1d91,
+ EAknsMinorGenericQgnIndiTbMsgForward2 = 0x1d92,
+ EAknsMinorGenericQgnIndiTbNote = 0x1d93,
+ EAknsMinorGenericQgnIndiTbRetrieveMms2 = 0x1d94,
+ EAknsMinorGenericQgnIndiTbSlide = 0x1d95,
+ EAknsMinorGenericQgnIndiTbTemplate = 0x1d96,
+ EAknsMinorGenericQgnPropCpConnShortcut = 0x1d97,
+ EAknsMinorGenericQgnPropCpDevPen = 0x1d98,
+ EAknsMinorGenericQgnPropCpDevSensor = 0x1d99,
+ EAknsMinorGenericQgnPropCpDevVc = 0x1d9a,
+ EAknsMinorGenericQgnPropDownloadVideo = 0x1d9b,
+ EAknsMinorGenericQgnPropImageTbSend = 0x1d9c,
+ EAknsMinorGenericQgnPropImageTbSendDimmed = 0x1d9d,
+ EAknsMinorGenericQgnPropImageTbSendFocused = 0x1d9e,
+ EAknsMinorGenericQgnPropImageTbSendPressed = 0x1d9f,
+ EAknsMinorGenericQgnPropVdedColor = 0x1da0,
+ EAknsMinorGenericQgnPropVdedMute = 0x1da1,
+ EAknsMinorGenericQgnPropVdedSlow = 0x1da2,
+ EAknsMinorGenericQgnPropVdedUnmute = 0x1da3,
+ EAknsMinorGenericQgnFseMailReadAttachmentHighPriority = 0x1da4,
+ EAknsMinorGenericQgnFseMailSentMailFolder = 0x1da5,
+ EAknsMinorGenericQgnFseMailUnreadReplied = 0x1da6,
+ EAknsMinorGenericQgnFseMailUnreadRepliedAttachment = 0x1da7,
+ EAknsMinorGenericQgnFseMailUnreadRepliedAttachmentHighPrior = 0x1da8,
+ EAknsMinorGenericQgnFseMailUnreadRepliedAttachmentLowPrior = 0x1da9,
+ EAknsMinorGenericQgnFsActionAudio = 0x1daa,
+ EAknsMinorGenericQgnFsCalendargArranger = 0x1dab,
+ EAknsMinorGenericQgnFsCaleBgLsc = 0x1dac,
+ EAknsMinorGenericQgnFsCaleEvAcc = 0x1dad,
+ EAknsMinorGenericQgnFsCaleEvAct = 0x1dae,
+ EAknsMinorGenericQgnFsCaleEvCanc = 0x1daf,
+ EAknsMinorGenericQgnFsCaleEvConf = 0x1db0,
+ EAknsMinorGenericQgnFsCaleEvDecl = 0x1db1,
+ EAknsMinorGenericQgnFsCaleEvHiddenIndiDown = 0x1db2,
+ EAknsMinorGenericQgnFsCaleEvHiddenIndiUp = 0x1db3,
+ EAknsMinorGenericQgnFsCaleEvNotsync = 0x1db4,
+ EAknsMinorGenericQgnFsCaleEvPass = 0x1db5,
+ EAknsMinorGenericQgnFsCaleEvTent = 0x1db6,
+ EAknsMinorGenericQgnFsCalWeekendBg = 0x1db7,
+ EAknsMinorGenericQgnFsDropMenuBg = 0x1db8,
+ EAknsMinorGenericQgnFsEmailail = 0x1db9,
+ EAknsMinorGenericQgnFsEmailerGridInboxIcon = 0x1dba,
+ EAknsMinorGenericQgnFsEmaileUnread = 0x1dbb,
+ EAknsMinorGenericQgnFsEmaileUnreadForwarded = 0x1dbc,
+ EAknsMinorGenericQgnFsEmaileUnreadWithAttachment = 0x1dbd,
+ EAknsMinorGenericQgnFsEmaileUnreadWithAttachmentForwarded = 0x1dbe,
+ EAknsMinorGenericQgnFsEmailframeTopLeft = 0x1dbf,
+ EAknsMinorGenericQgnFsEmailframeTopRight = 0x1dc0,
+ EAknsMinorGenericQgnFsEmaililAppIcon = 0x1dc1,
+ EAknsMinorGenericQgnFsEmailment = 0x1dc2,
+ EAknsMinorGenericQgnFsEmailolder = 0x1dc3,
+ EAknsMinorGenericQgnFsEmailCalAcceptCalendarEvent = 0x1dc4,
+ EAknsMinorGenericQgnFsEmailCalCallSender = 0x1dc5,
+ EAknsMinorGenericQgnFsEmailCalDeclineCalendar = 0x1dc6,
+ EAknsMinorGenericQgnFsEmailCalDelete = 0x1dc7,
+ EAknsMinorGenericQgnFsEmailCalEventRead = 0x1dc8,
+ EAknsMinorGenericQgnFsEmailCalEventReadAttachments = 0x1dc9,
+ EAknsMinorGenericQgnFsEmailCalEventReadAttachmentsHighPrio = 0x1dca,
+ EAknsMinorGenericQgnFsEmailCalEventReadAttachmentsLowPrio = 0x1dcb,
+ EAknsMinorGenericQgnFsEmailCalEventReadHighPrio = 0x1dcc,
+ EAknsMinorGenericQgnFsEmailCalEventReadLowPrio = 0x1dcd,
+ EAknsMinorGenericQgnFsEmailCalEventUnread = 0x1dce,
+ EAknsMinorGenericQgnFsEmailCalEventUnreadAttachments = 0x1dcf,
+ EAknsMinorGenericQgnFsEmailCalEventUnreadAttachmentsHighPrio = 0x1dd0,
+ EAknsMinorGenericQgnFsEmailCalEventUnreadAttachmentsLowPrio = 0x1dd1,
+ EAknsMinorGenericQgnFsEmailCalEventUnreadHighPrio = 0x1dd2,
+ EAknsMinorGenericQgnFsEmailCalEventUnreadLowPrio = 0x1dd3,
+ EAknsMinorGenericQgnFsEmailCalMarkRead = 0x1dd4,
+ EAknsMinorGenericQgnFsEmailCalMarkUnread = 0x1dd5,
+ EAknsMinorGenericQgnFsEmailCalMoveMessage = 0x1dd6,
+ EAknsMinorGenericQgnFsEmailCalMoveToDrafts = 0x1dd7,
+ EAknsMinorGenericQgnFsEmailCalOpenCalendar = 0x1dd8,
+ EAknsMinorGenericQgnFsEmailCalRemoveFromCalendar = 0x1dd9,
+ EAknsMinorGenericQgnFsEmailCalReplyAll = 0x1dda,
+ EAknsMinorGenericQgnFsEmailCalTentativeCalendar = 0x1ddb,
+ EAknsMinorGenericQgnFsGrafCalendarReqAreaBg = 0x1ddc,
+ EAknsMinorGenericQgnFsGrafDropL = 0x1ddd,
+ EAknsMinorGenericQgnFsGrafDropM = 0x1dde,
+ EAknsMinorGenericQgnFsGrafDropOnepc = 0x1ddf,
+ EAknsMinorGenericQgnFsGrafDropR = 0x1de0,
+ EAknsMinorGenericQgnFsIndiAbout = 0x1de1,
+ EAknsMinorGenericQgnFsIndiBackup = 0x1de2,
+ EAknsMinorGenericQgnFsIndiDefaultInbox = 0x1de3,
+ EAknsMinorGenericQgnFsIndiFileSync = 0x1de4,
+ EAknsMinorGenericQgnFsIndiHelp = 0x1de5,
+ EAknsMinorGenericQgnFsIndiInfo = 0x1de6,
+ EAknsMinorGenericQgnFsIndiPhotoSync = 0x1de7,
+ EAknsMinorGenericQgnFsIndiRemoteLookup = 0x1de8,
+ EAknsMinorGenericQgnFsIndiRestore = 0x1de9,
+ EAknsMinorGenericQgnFsIndiSettings = 0x1dea,
+ EAknsMinorGenericQgnFsIndiTravelInfo = 0x1deb,
+ EAknsMinorGenericQgnFsListItemSelected = 0x1dec,
+ EAknsMinorGenericQgnFsListSelectedActionRight = 0x1ded,
+ EAknsMinorGenericQgnIndiBatteryFull = 0x1dee,
+ EAknsMinorGenericQgnIndiBatteryLow = 0x1def,
+ EAknsMinorGenericQgnIndiBatteryMid = 0x1df0,
+ EAknsMinorGenericQgnIndiBatteryPsActivate = 0x1df1,
+ EAknsMinorGenericQgnIndiBatteryPsDeactivate = 0x1df2,
+ EAknsMinorGenericQgnIndiLevelDecrease = 0x1df3,
+ EAknsMinorGenericQgnIndiLevelIncrease = 0x1df4,
+ EAknsMinorGenericQgnIndiOrgIconLocked = 0x1df5,
+ EAknsMinorGenericQgnIndiSwitchSct = 0x1df6,
+ EAknsMinorGenericQgnIndiSwitchSmiley = 0x1df7,
+ EAknsMinorGenericQgnIndiTbMsgDelete = 0x1df8,
+ EAknsMinorGenericQgnPropMceSubSenderUnread = 0x1df9,
+ EAknsMinorGenericQgnPropMceSubSubjectUnread = 0x1dfa,
+ EAknsMinorGenericQgnPropMceSubTimeUnread = 0x1dfb,
+ EAknsMinorGenericQgnPropSetAppsVr = 0x1dfc,
+ EAknsMinorGenericQsnFsScrollBgBottom = 0x1dfd,
+ EAknsMinorGenericQsnFsScrollBgMiddle = 0x1dfe,
+ EAknsMinorGenericQsnFsScrollBgTop = 0x1dff,
+ EAknsMinorGenericQsnFsScrollHandleBottom = 0x1e00,
+ EAknsMinorGenericQsnFsScrollHandleMiddle = 0x1e01,
+ EAknsMinorGenericQsnFsScrollHandleTop = 0x1e02,
+ EAknsMinorGenericQgnFscaIndiActionAnni = 0x1e03,
+ EAknsMinorGenericQgnFscaIndiActionInvitation = 0x1e04,
+ EAknsMinorGenericQgnFscaIndiActionMeeting = 0x1e05,
+ EAknsMinorGenericQgnFscaIndiActionMemo = 0x1e06,
+ EAknsMinorGenericQgnFscaIndiActionTodo = 0x1e07,
+ EAknsMinorGenericQgnFseActionMenuAcceptIcon = 0x1e08,
+ EAknsMinorGenericQgnFseActionMenuAddToContactsIcon = 0x1e09,
+ EAknsMinorGenericQgnFseActionMenuAttachmentListOptionsCancelAllIcon = 0x1e0a,
+ EAknsMinorGenericQgnFseActionMenuAttachmentListOptionsRemoveAllIcon = 0x1e0b,
+ EAknsMinorGenericQgnFseActionMenuAttachmentListOptionsRemoveIcon = 0x1e0c,
+ EAknsMinorGenericQgnFseActionMenuAttachmentListOptionsViewAllIcon = 0x1e0d,
+ EAknsMinorGenericQgnFseActionMenuAttachCancelDownloadIcon = 0x1e0e,
+ EAknsMinorGenericQgnFseActionMenuAttachDownloadIcon = 0x1e0f,
+ EAknsMinorGenericQgnFseActionMenuAttachSaveAllIcon = 0x1e10,
+ EAknsMinorGenericQgnFseActionMenuCallIcon = 0x1e11,
+ EAknsMinorGenericQgnFseActionMenuContactDetailsIcon = 0x1e12,
+ EAknsMinorGenericQgnFseActionMenuCreateMeetingIcon = 0x1e13,
+ EAknsMinorGenericQgnFseActionMenuCreateMessageIcon = 0x1e14,
+ EAknsMinorGenericQgnFseActionMenuDeleteIcon = 0x1e15,
+ EAknsMinorGenericQgnFseActionMenuForwardIcon = 0x1e16,
+ EAknsMinorGenericQgnFseActionMenuMarkReadIcon = 0x1e17,
+ EAknsMinorGenericQgnFseActionMenuMarkUnreadIcon = 0x1e18,
+ EAknsMinorGenericQgnFseActionMenuMoveMessageIcon = 0x1e19,
+ EAknsMinorGenericQgnFseActionMenuMoveToDraftsIcon = 0x1e1a,
+ EAknsMinorGenericQgnFseActionMenuRemoteLookupIcon = 0x1e1b,
+ EAknsMinorGenericQgnFseActionMenuRemoveFromCalendarIcon = 0x1e1c,
+ EAknsMinorGenericQgnFseActionMenuReplyAllIcon = 0x1e1d,
+ EAknsMinorGenericQgnFseActionMenuReplyIcon = 0x1e1e,
+ EAknsMinorGenericQgnFseActionMenuTentativeIcon = 0x1e1f,
+ EAknsMinorGenericQgnFseActionMenuViewCalendarIcon = 0x1e20,
+ EAknsMinorGenericQgnFsActionMenuAttachSaveIcon = 0x1e21,
+ EAknsMinorGenericQgnFsCalPreviewPaneHl = 0x1e22,
+ EAknsMinorGenericQgnFsPropSetConnRcl = 0x1e23,
+ EAknsMinorGenericQgnFsRclActionRecipient = 0x1e24,
+ EAknsMinorGenericQgnFsRclActionSave = 0x1e25,
+ EAknsMinorGenericQgnFsRclSearchPane = 0x1e26,
+ EAknsMinorGenericQgnGrafAdaptSearchBg = 0x1e27,
+ EAknsMinorGenericQgnGrafAdaptSearchPageBg = 0x1e28,
+ EAknsMinorGenericQgnGrafFepCharTLeftDown = 0x1e29,
+ EAknsMinorGenericQgnGrafFepCharTLeftDownDimmed = 0x1e2a,
+ EAknsMinorGenericQgnGrafFepCharTLeftDownPressed = 0x1e2b,
+ EAknsMinorGenericQgnGrafFepCharTMiddleDown = 0x1e2c,
+ EAknsMinorGenericQgnGrafFepCharTMiddleDownDimmed = 0x1e2d,
+ EAknsMinorGenericQgnGrafFepCharTMiddleDownPressed = 0x1e2e,
+ EAknsMinorGenericQgnGrafFepCharTMiddleUp = 0x1e2f,
+ EAknsMinorGenericQgnGrafFepCharTMiddleUpDimmed = 0x1e30,
+ EAknsMinorGenericQgnGrafFepCharTMiddleUpPressed = 0x1e31,
+ EAknsMinorGenericQgnGrafFepCharTRightDown = 0x1e32,
+ EAknsMinorGenericQgnGrafFepCharTRightDownDimmed = 0x1e33,
+ EAknsMinorGenericQgnGrafFepCharTRightDownPressed = 0x1e34,
+ EAknsMinorGenericQgnGrafFepCharTRightUp = 0x1e35,
+ EAknsMinorGenericQgnGrafFepCharTRightUpDimmed = 0x1e36,
+ EAknsMinorGenericQgnGrafFepCharTRightUpPressed = 0x1e37,
+ EAknsMinorGenericQgnGrafNsliderCam4Empty = 0x1e38,
+ EAknsMinorGenericQgnGrafNsliderCam4Image1 = 0x1e39,
+ EAknsMinorGenericQgnGrafNsliderCam4Image2 = 0x1e3a,
+ EAknsMinorGenericQgnGrafNsliderCam4Image3 = 0x1e3b,
+ EAknsMinorGenericQgnGrafNsliderCam4Image4 = 0x1e3c,
+ EAknsMinorGenericQgnGrafNsliderCam4Marker = 0x1e3d,
+ EAknsMinorGenericQgnGrafNsliderCam4Video1 = 0x1e3e,
+ EAknsMinorGenericQgnGrafNsliderCam4Video2 = 0x1e3f,
+ EAknsMinorGenericQgnGrafNsliderCam4Video3 = 0x1e40,
+ EAknsMinorGenericQgnGrafNsliderCam4Video4 = 0x1e41,
+ EAknsMinorGenericQgnGrafNsliderCam4Video5 = 0x1e42,
+ EAknsMinorGenericQgnIndiAdaptSearchBackspace = 0x1e43,
+ EAknsMinorGenericQgnIndiBrowserTbViewImages = 0x1e44,
+ EAknsMinorGenericQgnIndiBrowserTbViewPages = 0x1e45,
+ EAknsMinorGenericQgnIndiBrowserTbWebsearch = 0x1e46,
+ EAknsMinorGenericQgnIndiButtonJRockerDown = 0x1e47,
+ EAknsMinorGenericQgnIndiButtonJRockerDownDimmed = 0x1e48,
+ EAknsMinorGenericQgnIndiButtonJRockerDownPressed = 0x1e49,
+ EAknsMinorGenericQgnIndiButtonJRockerFire = 0x1e4a,
+ EAknsMinorGenericQgnIndiButtonJRockerFireDimmed = 0x1e4b,
+ EAknsMinorGenericQgnIndiButtonJRockerFirePressed = 0x1e4c,
+ EAknsMinorGenericQgnIndiButtonJRockerLeft = 0x1e4d,
+ EAknsMinorGenericQgnIndiButtonJRockerLeftDimmed = 0x1e4e,
+ EAknsMinorGenericQgnIndiButtonJRockerLeftPressed = 0x1e4f,
+ EAknsMinorGenericQgnIndiButtonJRockerRight = 0x1e50,
+ EAknsMinorGenericQgnIndiButtonJRockerRightDimmed = 0x1e51,
+ EAknsMinorGenericQgnIndiButtonJRockerRightPressed = 0x1e52,
+ EAknsMinorGenericQgnIndiButtonJRockerUp = 0x1e53,
+ EAknsMinorGenericQgnIndiButtonJRockerUpDimmed = 0x1e54,
+ EAknsMinorGenericQgnIndiButtonJRockerUpPressed = 0x1e55,
+ EAknsMinorGenericQgnIndiCam4Change = 0x1e56,
+ EAknsMinorGenericQgnIndiCam4ContrastMinus = 0x1e57,
+ EAknsMinorGenericQgnIndiCam4ContrastPlus = 0x1e58,
+ EAknsMinorGenericQgnIndiCam4ExposureMinus = 0x1e59,
+ EAknsMinorGenericQgnIndiCam4ExposurePlus = 0x1e5a,
+ EAknsMinorGenericQgnIndiCam4IsoLowmed = 0x1e5b,
+ EAknsMinorGenericQgnIndiCam4IsoMedhigh = 0x1e5c,
+ EAknsMinorGenericQgnIndiCam4Location = 0x1e5d,
+ EAknsMinorGenericQgnIndiCam4MemoryMass = 0x1e5e,
+ EAknsMinorGenericQgnIndiCam4ModePortraitNight = 0x1e5f,
+ EAknsMinorGenericQgnIndiCam4QualitySharing = 0x1e60,
+ EAknsMinorGenericQgnIndiCam4QualityWideHigh = 0x1e61,
+ EAknsMinorGenericQgnIndiCam4SharpnessHard = 0x1e62,
+ EAknsMinorGenericQgnIndiCam4SharpnessNormal = 0x1e63,
+ EAknsMinorGenericQgnIndiCam4SharpnessSoft = 0x1e64,
+ EAknsMinorGenericQgnIndiCam4TbAddToAlbum = 0x1e65,
+ EAknsMinorGenericQgnIndiCam4ViewfinderOff = 0x1e66,
+ EAknsMinorGenericQgnIndiCam4ViewfinderOn = 0x1e67,
+ EAknsMinorGenericQgnIndiCmodeClear = 0x1e68,
+ EAknsMinorGenericQgnIndiCmodePen = 0x1e69,
+ EAknsMinorGenericQgnIndiCmodeRockerDown = 0x1e6a,
+ EAknsMinorGenericQgnIndiCmodeRockerLeft = 0x1e6b,
+ EAknsMinorGenericQgnIndiCmodeRockerRight = 0x1e6c,
+ EAknsMinorGenericQgnIndiCmodeRockerSelect = 0x1e6d,
+ EAknsMinorGenericQgnIndiCmodeRockerUp = 0x1e6e,
+ EAknsMinorGenericQgnIndiFepButtonBackspaceWide = 0x1e6f,
+ EAknsMinorGenericQgnIndiFepButtonBackspaceWideSel = 0x1e70,
+ EAknsMinorGenericQgnIndiFepButtonCaseNumericSpecial = 0x1e71,
+ EAknsMinorGenericQgnIndiFepButtonCaseNumericSpecialSel = 0x1e72,
+ EAknsMinorGenericQgnIndiFepButtonCloseWide = 0x1e73,
+ EAknsMinorGenericQgnIndiFepButtonCloseWideSel = 0x1e74,
+ EAknsMinorGenericQgnIndiFepButtonCursorLeft = 0x1e75,
+ EAknsMinorGenericQgnIndiFepButtonCursorLeftSel = 0x1e76,
+ EAknsMinorGenericQgnIndiFepButtonCursorRight = 0x1e77,
+ EAknsMinorGenericQgnIndiFepButtonCursorRightSel = 0x1e78,
+ EAknsMinorGenericQgnIndiFepButtonOptionsWide = 0x1e79,
+ EAknsMinorGenericQgnIndiFepButtonOptionsWideSel = 0x1e7a,
+ EAknsMinorGenericQgnIndiFepButtonSmileys = 0x1e7b,
+ EAknsMinorGenericQgnIndiFepButtonSmileysSel = 0x1e7c,
+ EAknsMinorGenericQgnIndiGameA = 0x1e7d,
+ EAknsMinorGenericQgnIndiGameB = 0x1e7e,
+ EAknsMinorGenericQgnIndiGameC = 0x1e7f,
+ EAknsMinorGenericQgnIndiGameD = 0x1e80,
+ EAknsMinorGenericQgnIndiItutBackspace = 0x1e81,
+ EAknsMinorGenericQgnIndiItutClose = 0x1e82,
+ EAknsMinorGenericQgnIndiItutOptions = 0x1e83,
+ EAknsMinorGenericQgnIndiLskHorizontal = 0x1e84,
+ EAknsMinorGenericQgnIndiNsliderCam4Minus = 0x1e85,
+ EAknsMinorGenericQgnIndiNsliserCam4Plus = 0x1e86,
+ EAknsMinorGenericQgnIndiRskHorizontal = 0x1e87,
+ EAknsMinorGenericQgnIndiSctrlMaskInactPrt = 0x1e88,
+ EAknsMinorGenericQgnIndiSctClose = 0x1e89,
+ EAknsMinorGenericQgnIndiSctPageNext = 0x1e8a,
+ EAknsMinorGenericQgnIndiSctPagePrev = 0x1e8b,
+ EAknsMinorGenericQgnIndiSmileyAngry = 0x1e8c,
+ EAknsMinorGenericQgnIndiSmileyBigsmile = 0x1e8d,
+ EAknsMinorGenericQgnIndiSmileyCry = 0x1e8e,
+ EAknsMinorGenericQgnIndiSmileyEvil = 0x1e8f,
+ EAknsMinorGenericQgnIndiSmileyEyebrows = 0x1e90,
+ EAknsMinorGenericQgnIndiSmileyHeart = 0x1e91,
+ EAknsMinorGenericQgnIndiSmileyIrritated = 0x1e92,
+ EAknsMinorGenericQgnIndiSmileyKissing = 0x1e93,
+ EAknsMinorGenericQgnIndiSmileyNerd = 0x1e94,
+ EAknsMinorGenericQgnIndiSmileyNeutral = 0x1e95,
+ EAknsMinorGenericQgnIndiSmileyPirate = 0x1e96,
+ EAknsMinorGenericQgnIndiSmileySarcastic = 0x1e97,
+ EAknsMinorGenericQgnIndiSmileySarcasticMad = 0x1e98,
+ EAknsMinorGenericQgnIndiSmileySmile = 0x1e99,
+ EAknsMinorGenericQgnIndiSmileySpring = 0x1e9a,
+ EAknsMinorGenericQgnIndiSmileySuprised = 0x1e9b,
+ EAknsMinorGenericQgnIndiSmileyTongue = 0x1e9c,
+ EAknsMinorGenericQgnIndiSmileyUnhappy = 0x1e9d,
+ EAknsMinorGenericQgnIndiSmileyVerycool = 0x1e9e,
+ EAknsMinorGenericQgnIndiSmileyWink = 0x1e9f,
+ EAknsMinorGenericQgnIndiSmileyWinkGrin = 0x1ea0,
+ EAknsMinorGenericQgnIndiSmileyWondering = 0x1ea1,
+ EAknsMinorGenericQgnMenuWlanLogon = 0x1ea2,
+ EAknsMinorGenericQgnStatFmtxOffUni = 0x1ea3,
+ EAknsMinorGenericQgnStatFmtxOnUni = 0x1ea4,
+ EAknsMinorGenericQgnStatInputPred = 0x1ea5,
+ EAknsMinorGenericQgnVoipOnlineStatusPending = 0x1ea6,
+ EAknsMinorGenericQgnEsGrafMshopIconApp = 0x1ea7,
+ EAknsMinorGenericQgnEsGrafMshopIconCtx = 0x1ea8,
+ EAknsMinorGenericQgnEsGrafNpodaApp = 0x1ea9,
+ EAknsMinorGenericQgnEsMenuGroupComms = 0x1eaa,
+ EAknsMinorGenericQgnEsMenuGroupGps = 0x1eab,
+ EAknsMinorGenericQgnEsMenuGroupHelp = 0x1eac,
+ EAknsMinorGenericQgnEsMenuGroupOffice = 0x1ead,
+ EAknsMinorGenericQgnEsMenuMobilesearch = 0x1eae,
+ EAknsMinorGenericQgnEsMenuPrintserverCxt = 0x1eaf,
+ EAknsMinorGenericQgnEsMenuPubCxt = 0x1eb0,
+ EAknsMinorGenericQgnEsMenuPubLst = 0x1eb1,
+ EAknsMinorGenericQgnFscalIndiWeekLeft = 0x1eb2,
+ EAknsMinorGenericQgnFscalIndiWeekRight = 0x1eb3,
+ EAknsMinorGenericQgnFseActionMenuAttachmentListOptionsAddIcon = 0x1eb4,
+ EAknsMinorGenericQgnFseActionMenuDeclineIcon = 0x1eb5,
+ EAknsMinorGenericQgnFsEmailLauncherGridInboxIcon = 0x1eb6,
+ EAknsMinorGenericQgnFsMeetReqIndiDateAlarm = 0x1eb7,
+ EAknsMinorGenericQgnGrafMupNpvDefalbumart = 0x1eb8,
+ EAknsMinorGenericQgnGrafMupPodcastArt = 0x1eb9,
+ EAknsMinorGenericQgnGrafOrgBgGrid = 0x1eba,
+ EAknsMinorGenericQgnGrafOrgBgList = 0x1ebb,
+ EAknsMinorGenericQgnGrafRkmAll = 0x1ebc,
+ EAknsMinorGenericQgnGrafRkmAllDim = 0x1ebd,
+ EAknsMinorGenericQgnGrafRkmPause = 0x1ebe,
+ EAknsMinorGenericQgnGrafRkmPauseNext = 0x1ebf,
+ EAknsMinorGenericQgnGrafRkmPausePrev = 0x1ec0,
+ EAknsMinorGenericQgnGrafRkmPlay = 0x1ec1,
+ EAknsMinorGenericQgnGrafRkmPlayNext = 0x1ec2,
+ EAknsMinorGenericQgnGrafRkmPlayPrev = 0x1ec3,
+ EAknsMinorGenericQgnGrafRkmStop = 0x1ec4,
+ EAknsMinorGenericQgnGrafRkmStopNext = 0x1ec5,
+ EAknsMinorGenericQgnGrafRkmStopPrev = 0x1ec6,
+ EAknsMinorGenericQgnIndiCall4ImageMaskLsc = 0x1ec7,
+ EAknsMinorGenericQgnIndiCall4ImageMaskPrt = 0x1ec8,
+ EAknsMinorGenericQgnIndiInputCharNext = 0x1ec9,
+ EAknsMinorGenericQgnIndiInputCharPrev = 0x1eca,
+ EAknsMinorGenericQgnIndiSmileyAnimCoffee = 0x1ecb,
+ EAknsMinorGenericQgnIndiSmileyAnimConnive = 0x1ecc,
+ EAknsMinorGenericQgnIndiSmileyAnimDenial = 0x1ecd,
+ EAknsMinorGenericQgnIndiSmileyAnimFlirt = 0x1ece,
+ EAknsMinorGenericQgnIndiSmileyAnimFrustrated = 0x1ecf,
+ EAknsMinorGenericQgnIndiSmileyAnimGum = 0x1ed0,
+ EAknsMinorGenericQgnIndiSmileyAnimIdea = 0x1ed1,
+ EAknsMinorGenericQgnIndiSmileyAnimInnocent = 0x1ed2,
+ EAknsMinorGenericQgnIndiSmileyAnimLaugh = 0x1ed3,
+ EAknsMinorGenericQgnIndiSmileyAnimParty = 0x1ed4,
+ EAknsMinorGenericQgnIndiSmileyAnimRun = 0x1ed5,
+ EAknsMinorGenericQgnIndiSmileyAnimSilly = 0x1ed6,
+ EAknsMinorGenericQgnIndiSmileyAnimSleep = 0x1ed7,
+ EAknsMinorGenericQgnIndiSmileyAnimSurprised = 0x1ed8,
+ EAknsMinorGenericQgnIndiTbChangeStatus = 0x1ed9,
+ EAknsMinorGenericQgnIndiTbCharGrid = 0x1eda,
+ EAknsMinorGenericQgnIndiTbConversation = 0x1edb,
+ EAknsMinorGenericQgnIndiTbEditModel = 0x1edc,
+ EAknsMinorGenericQgnIndiTbModelPreview = 0x1edd,
+ EAknsMinorGenericQgnIndiTbRemove = 0x1ede,
+ EAknsMinorGenericQgnIndiTbSmiley = 0x1edf,
+ EAknsMinorGenericQgnIndiTbVoip = 0x1ee0,
+ EAknsMinorGenericQgnIndiTpVoip = 0x1ee1,
+ EAknsMinorGenericQgnIndiVoipOnlineStatusAvailable = 0x1ee2,
+ EAknsMinorGenericQgnIndiVoipOnlineStatusBlocked = 0x1ee3,
+ EAknsMinorGenericQgnIndiVoipOnlineStatusOffline = 0x1ee4,
+ EAknsMinorGenericQgnIndiWmlFlashBroken = 0x1ee5,
+ EAknsMinorGenericQgnPropNrtypVoice = 0x1ee6,
+ EAknsMinorGenericQgnPropServiceTab4 = 0x1ee7,
+ EAknsMinorGenericQgnPropXspVoipReadyTab2 = 0x1ee8,
+ EAknsMinorGenericQgnIndiCdrBirthdayMissedNew = 0x1ee9,
+ EAknsMinorGenericQgnIndiCdrMeetingMissedNew = 0x1eea,
+ EAknsMinorGenericQgnIndiCdrReminderMissedNew = 0x1eeb,
+ EAknsMinorGenericQgnIndiCdrTodoUndone = 0x1eec,
+ EAknsMinorGenericQgnIndiCdrTodoUndoneMissedNew = 0x1eed,
+ EAknsMinorGenericQgnIndiImedFreedraw = 0x1eee,
+ EAknsMinorGenericQgnIndiImedFreedrawCursorSuper = 0x1eef,
+ EAknsMinorGenericQgnIndiSwitchSct2 = 0x1ef0,
+ EAknsMinorGenericQgnIndiSwitchSmiley2 = 0x1ef1,
+ EAknsMinorGenericQgnIndiTbCaleAlarmDismiss = 0x1ef2,
+ EAknsMinorGenericQgnIndiTbCaleAlarmDismissAll = 0x1ef3,
+ EAknsMinorGenericQgnMenuMupsv = 0x1ef4,
+ EAknsMinorGenericQgnNoteMupsv = 0x1ef5,
+ EAknsMinorGenericQgnPropImageTbSend2 = 0x1ef6,
+ EAknsMinorGenericQgnPropImageTbSend2Dimmed = 0x1ef7,
+ EAknsMinorGenericQgnPropImageTbSend2Focused = 0x1ef8,
+ EAknsMinorGenericQgnPropUsbMemc = 0x1ef9,
+ EAknsMinorGenericQgnPropUsbMemcLarge = 0x1efa,
+ EAknsMinorGenericQgnPropUsbMemcSub = 0x1efb,
+ EAknsMinorGenericQgnPropUsbMemcTab = 0x1efc,
+ EAknsMinorGenericQgnPropUsbMemcTab2 = 0x1efd,
+ EAknsMinorGenericQgnStatCaleUni = 0x1efe,
+ EAknsMinorGenericQgnStatUsbMemcConnectUni = 0x1eff,
+ EAknsMinorGenericQgnStatUsbMemcTransferUni = 0x1f00,
+ EAknsMinorGenericQgnFseFolderListOutboxIcon = 0x1f01,
+ EAknsMinorGenericQgnFseFolderListSentIcon = 0x1f02,
+ EAknsMinorGenericQgnFseMailUnreadRepliedHighPrio = 0x1f03,
+ EAknsMinorGenericQgnFseMailUnreadRepliedLowPrio = 0x1f04,
+ EAknsMinorGenericQgnIndiBtBlocked = 0x1f05,
+ EAknsMinorGenericQgnIndiCam4Gridviewer = 0x1f06,
+ EAknsMinorGenericQgnIndiCam4Selftimer2sec = 0x1f07,
+ EAknsMinorGenericQgnIndiImedFreedraw10pix = 0x1f08,
+ EAknsMinorGenericQgnIndiImedFreedraw15pix = 0x1f09,
+ EAknsMinorGenericQgnIndiImedFreedraw20pix = 0x1f0a,
+ EAknsMinorGenericQgnIndiImedFreedraw3pix = 0x1f0b,
+ EAknsMinorGenericQgnIndiImedFreedraw5pix = 0x1f0c,
+ EAknsMinorGenericQgnIndiNsliderLevelDecrease = 0x1f0d,
+ EAknsMinorGenericQgnIndiNsliderLevelIncrease = 0x1f0e,
+ EAknsMinorGenericQgnIndiNsliderMuted = 0x1f0f,
+ EAknsMinorGenericQgnIndiNsliderUnmuted = 0x1f10,
+ EAknsMinorGenericQgnIndiNsliderZoomIn = 0x1f11,
+ EAknsMinorGenericQgnIndiNsliderZoomOut = 0x1f12,
+ EAknsMinorGenericQgnIndiVid4Audio = 0x1f13,
+ EAknsMinorGenericQgnIndiVid4LightOff = 0x1f14,
+ EAknsMinorGenericQgnIndiVid4Video = 0x1f15,
+ EAknsMinorGenericQgnMeetReqIndiDateAlarm = 0x1f16,
+ EAknsMinorGenericQgnPropSetService = 0x1f17,
+ EAknsMinorGenericQgnPropSetVoipAdvanced = 0x1f18,
+ EAknsMinorGenericQgnPropVoipNewService = 0x1f19,
+ EAknsMinorGenericQgnGrafBlid2dfix = 0x1f1a,
+ EAknsMinorGenericQgnGrafBlid3dfix = 0x1f1b,
+ EAknsMinorGenericQgnGrafLineVerticalFade = 0x1f1c,
+ EAknsMinorGenericQgnGrafNsliderVded2EndLeft = 0x1f1d,
+ EAknsMinorGenericQgnGrafNsliderVded2EndLeftSelected = 0x1f1e,
+ EAknsMinorGenericQgnGrafNsliderVded2EndRight = 0x1f1f,
+ EAknsMinorGenericQgnGrafNsliderVded2EndRightSelected = 0x1f20,
+ EAknsMinorGenericQgnGrafNsliderVded2Middle = 0x1f21,
+ EAknsMinorGenericQgnGrafNsliderVded2MiddleSelected = 0x1f22,
+ EAknsMinorGenericQgnIndiCam4TbLightOff = 0x1f23,
+ EAknsMinorGenericQgnIndiInputCaseAccented = 0x1f24,
+ EAknsMinorGenericQgnIndiInputCaseCapital = 0x1f25,
+ EAknsMinorGenericQgnIndiInputCaseCapitalCyrillic = 0x1f26,
+ EAknsMinorGenericQgnIndiInputCaseCapitalGreek = 0x1f27,
+ EAknsMinorGenericQgnIndiInputCaseNumeric = 0x1f28,
+ EAknsMinorGenericQgnIndiInputCaseSmall = 0x1f29,
+ EAknsMinorGenericQgnIndiInputCaseSmallCyrillic = 0x1f2a,
+ EAknsMinorGenericQgnIndiInputCaseSmallGreek = 0x1f2b,
+ EAknsMinorGenericQgnIndiInputCaseSpecial = 0x1f2c,
+ EAknsMinorGenericQgnIndiInputCaseTextHebrew = 0x1f2d,
+ EAknsMinorGenericQgnIndiLskVertical = 0x1f2e,
+ EAknsMinorGenericQgnIndiRskVertical = 0x1f2f,
+ EAknsMinorGenericQgnIndiTbBthf = 0x1f30,
+ EAknsMinorGenericQgnIndiTbHandset = 0x1f31,
+ EAknsMinorGenericQgnIndiVded2End = 0x1f32,
+ EAknsMinorGenericQgnIndiVded2Play = 0x1f33,
+ EAknsMinorGenericQgnIndiVded2Playhead = 0x1f34,
+ EAknsMinorGenericQgnIndiVded2Start = 0x1f35,
+ EAknsMinorGenericQgnIndiVorecBiForw = 0x1f36,
+ EAknsMinorGenericQgnIndiVorecBiPause = 0x1f37,
+ EAknsMinorGenericQgnIndiVorecBiPlay = 0x1f38,
+ EAknsMinorGenericQgnIndiVorecBiRec = 0x1f39,
+ EAknsMinorGenericQgnIndiVorecBiRew = 0x1f3a,
+ EAknsMinorGenericQgnIndiVorecBiStop = 0x1f3b,
+ EAknsMinorGenericQgnPropHwrtrainingShortcutNew = 0x1f3c,
+ EAknsMinorGenericQgnPropHwrtrainingShortcutTab2 = 0x1f3d,
+ EAknsMinorGenericQgnPropHwrtrainingTab2 = 0x1f3e,
+ EAknsMinorGenericQgnStatCtrl = 0x1f3f,
+ EAknsMinorGenericQgnStatStrg = 0x1f40,
+ EAknsMinorGenericQgnFsActionPostcard = 0x1f41,
+ EAknsMinorGenericQgnGrafBlidDetCircle = 0x1f42,
+ EAknsMinorGenericQgnGrafBlidInfo = 0x1f43,
+ EAknsMinorGenericQgnGrafBlidNorth = 0x1f44,
+ EAknsMinorGenericQgnGrafBlidRing = 0x1f45,
+ EAknsMinorGenericQgnGrafBlidSpwatch = 0x1f46,
+ EAknsMinorGenericQgnGrafBlidTime = 0x1f47,
+ EAknsMinorGenericQgnGrafBlidTpmeter = 0x1f48,
+ EAknsMinorGenericQgnGrafBlidTpPointer = 0x1f49,
+ EAknsMinorGenericQgnIndiBrowserFeedsTbBackToWeb = 0x1f4a,
+ EAknsMinorGenericQgnIndiBrowserFeedsTbNext = 0x1f4b,
+ EAknsMinorGenericQgnIndiBrowserFeedsTbOpenDetail = 0x1f4c,
+ EAknsMinorGenericQgnIndiBrowserFeedsTbOpenFull = 0x1f4d,
+ EAknsMinorGenericQgnIndiBrowserFeedsTbOpenTopic = 0x1f4e,
+ EAknsMinorGenericQgnIndiBrowserFeedsTbPrevious = 0x1f4f,
+ EAknsMinorGenericQgnIndiBrowserFeedsTbUpdate = 0x1f50,
+ EAknsMinorGenericQgnIndiBrowserFeedsTbUpdateAll = 0x1f51,
+ EAknsMinorGenericQgnIndiBrowserTbFindKwNext = 0x1f52,
+ EAknsMinorGenericQgnIndiBrowserTbFindKwPrev = 0x1f53,
+ EAknsMinorGenericQgnIndiSignalOffline = 0x1f54,
+ EAknsMinorGenericQgnPropImageTbStop = 0x1f55,
+ EAknsMinorGenericQgnPropImageTbStopDimmed = 0x1f56,
+ EAknsMinorGenericQgnPropImageTbStopFocused = 0x1f57,
+ EAknsMinorGenericQgnIndiCam4Selftimer2s = 0x1f58,
+ EAknsMinorGenericQgnIndiEditVidpict = 0x1f59,
+ EAknsMinorGenericQgnIndiImageDrmInvalidSuper = 0x1f5a,
+ EAknsMinorGenericQgnIndiImageDrmValidSuper = 0x1f5b,
+ EAknsMinorGenericQgnIndiImedPosterize = 0x1f5c,
+ EAknsMinorGenericQgnIndiItutListCollapse = 0x1f5d,
+ EAknsMinorGenericQgnIndiItutListExpand = 0x1f5e,
+ EAknsMinorGenericQgnIndiTake5ButtonCall = 0x1f5f,
+ EAknsMinorGenericQgnIndiTake5ButtonClose = 0x1f60,
+ EAknsMinorGenericQgnIndiTake5ButtonMail = 0x1f61,
+ EAknsMinorGenericQgnIndiTake5ButtonSettings = 0x1f62,
+ EAknsMinorGenericQgnIndiTake5ButtonUpdate = 0x1f63,
+ EAknsMinorGenericQgnIndiTake5EventNew = 0x1f64,
+ EAknsMinorGenericQgnIndiTake5RssAudio = 0x1f65,
+ EAknsMinorGenericQgnIndiTake5RssImage = 0x1f66,
+ EAknsMinorGenericQgnIndiTake5RssProvider = 0x1f67,
+ EAknsMinorGenericQgnIndiTake5RssText = 0x1f68,
+ EAknsMinorGenericQgnIndiTake5RssUnknown = 0x1f69,
+ EAknsMinorGenericQgnIndiTake5RssVideo = 0x1f6a,
+ EAknsMinorGenericQgnIndiTbFmgrDetail = 0x1f6b,
+ EAknsMinorGenericQgnIndiTbFmgrEject = 0x1f6c,
+ EAknsMinorGenericQgnIndiTbFmgrSort = 0x1f6d,
+ EAknsMinorGenericQgnIndiXmediabarBrowser = 0x1f6e,
+ EAknsMinorGenericQgnIndiXmediabarBrowserActive = 0x1f6f,
+ EAknsMinorGenericQgnIndiXmediabarBrowserPressed = 0x1f70,
+ EAknsMinorGenericQgnIndiXmediabarImage = 0x1f71,
+ EAknsMinorGenericQgnIndiXmediabarImageActive = 0x1f72,
+ EAknsMinorGenericQgnIndiXmediabarImagePressed = 0x1f73,
+ EAknsMinorGenericQgnIndiXmediabarMusic = 0x1f74,
+ EAknsMinorGenericQgnIndiXmediabarMusicActive = 0x1f75,
+ EAknsMinorGenericQgnIndiXmediabarMusicPressed = 0x1f76,
+ EAknsMinorGenericQgnIndiXmediabarShareonline = 0x1f77,
+ EAknsMinorGenericQgnIndiXmediabarShareonlineActive = 0x1f78,
+ EAknsMinorGenericQgnIndiXmediabarShareonlinePressed = 0x1f79,
+ EAknsMinorGenericQgnIndiXmediabarVideo = 0x1f7a,
+ EAknsMinorGenericQgnIndiXmediabarVideoActive = 0x1f7b,
+ EAknsMinorGenericQgnIndiXmediabarVideoPressed = 0x1f7c,
+ EAknsMinorGenericQgnPropCam4Codec3gp = 0x1f7d,
+ EAknsMinorGenericQgnPropCam4CodecMp4 = 0x1f7e,
+ EAknsMinorGenericQgnPropSetAppsCmode = 0x1f7f,
+ EAknsMinorGenericQgnPropSwupdFailed = 0x1f80,
+ EAknsMinorGenericQgnPropTake5AddNew = 0x1f81,
+ EAknsMinorGenericQgnPropTake5Contacts = 0x1f82,
+ EAknsMinorGenericQgnPropTake5Dialer = 0x1f83,
+ EAknsMinorGenericQgnPropTake5Dismiss = 0x1f84,
+ EAknsMinorGenericQgnPropTake5Remind = 0x1f85,
+ EAknsMinorGenericQgnPropXmediabar = 0x1f86,
+ EAknsMinorGenericQgnStatMessageSorted = 0x1f87,
+ EAknsMinorGenericQsnFrItutScrollBg = 0x1f88,
+ EAknsMinorGenericQgnGrafTake5TabBg = 0x1f89,
+ EAknsMinorGenericQgnGrafTake5TabBgMask = 0x1f8a,
+ EAknsMinorGenericQgnGrafTake5TabBgAddNew = 0x1f8b,
+ EAknsMinorGenericQgnGrafTake5TabBgLeft = 0x1f8c,
+ EAknsMinorGenericQgnGrafTake5TabBgLeftMask = 0x1f8d,
+ EAknsMinorGenericQgnGrafTake5TabBgMiddle = 0x1f8e,
+ EAknsMinorGenericQgnGrafTake5TabBgMiddleMask = 0x1f8f,
+ EAknsMinorGenericQgnGrafTake5TabBgRight = 0x1f90,
+ EAknsMinorGenericQgnGrafTake5TabBgRightMask = 0x1f91,
+ EAknsMinorGenericQsnFrButtonHighlight = 0x1f92,
+ EAknsMinorGenericQsnFrButtonHighlightCornerTl = 0x1f93,
+ EAknsMinorGenericQsnFrButtonHighlightCornerTr = 0x1f94,
+ EAknsMinorGenericQsnFrButtonHighlightCornerBl = 0x1f95,
+ EAknsMinorGenericQsnFrButtonHighlightCornerBr = 0x1f96,
+ EAknsMinorGenericQsnFrButtonHighlightSideT = 0x1f97,
+ EAknsMinorGenericQsnFrButtonHighlightSideB = 0x1f98,
+ EAknsMinorGenericQsnFrButtonHighlightSideL = 0x1f99,
+ EAknsMinorGenericQsnFrButtonHighlightSideR = 0x1f9a,
+ EAknsMinorGenericQsnFrButtonHighlightCenter = 0x1f9b,
+ EAknsMinorGenericQsnFrItutButtonCandiMiddle = 0x1f9c,
+ EAknsMinorGenericQsnFrItutButtonCandiSideL = 0x1f9d,
+ EAknsMinorGenericQsnFrItutButtonCandiSideR = 0x1f9e,
+ EAknsMinorGenericQsnFrItutButtonComposeMiddle = 0x1f9f,
+ EAknsMinorGenericQsnFrItutButtonComposeSideL = 0x1fa0,
+ EAknsMinorGenericQsnFrItutButtonComposeSideR = 0x1fa1,
+ EAknsMinorGenericQgnGrafBlidRingfix = 0x1fa2,
+ EAknsMinorGenericQgnGrafFepChar2TLeftDown = 0x1fa3,
+ EAknsMinorGenericQgnGrafFepChar2TLeftDownDimmed = 0x1fa4,
+ EAknsMinorGenericQgnGrafFepChar2TLeftDownPressed = 0x1fa5,
+ EAknsMinorGenericQgnGrafFepChar2TMiddleDown = 0x1fa6,
+ EAknsMinorGenericQgnGrafFepChar2TMiddleDownDimmed = 0x1fa7,
+ EAknsMinorGenericQgnGrafFepChar2TMiddleDownPressed = 0x1fa8,
+ EAknsMinorGenericQgnGrafFepChar2TMiddleUp = 0x1fa9,
+ EAknsMinorGenericQgnGrafFepChar2TMiddleUpDimmed = 0x1faa,
+ EAknsMinorGenericQgnGrafFepChar2TMiddleUpPressed = 0x1fab,
+ EAknsMinorGenericQgnGrafFepChar2TRightDown = 0x1fac,
+ EAknsMinorGenericQgnGrafFepChar2TRightDownDimmed = 0x1fad,
+ EAknsMinorGenericQgnGrafFepChar2TRightDownPressed = 0x1fae,
+ EAknsMinorGenericQgnGrafFepChar2TRightUp = 0x1faf,
+ EAknsMinorGenericQgnGrafFepChar2TRightUpDimmed = 0x1fb0,
+ EAknsMinorGenericQgnGrafFepChar2TRightUpPressed = 0x1fb1,
+ EAknsMinorGenericQgnGrafInputBg = 0x1fb2,
+ EAknsMinorGenericQgnGrafInputIcfBg = 0x1fb3,
+ EAknsMinorGenericQgnIndiBrowserTbFull = 0x1fb4,
+ EAknsMinorGenericQgnIndiBrowserTbHistoryBack = 0x1fb5,
+ EAknsMinorGenericQgnIndiBrowserTbHistoryFw = 0x1fb6,
+ EAknsMinorGenericQgnIndiButtonExitFs = 0x1fb7,
+ EAknsMinorGenericQgnIndiInputArrowDown = 0x1fb8,
+ EAknsMinorGenericQgnIndiInputArrowUp = 0x1fb9,
+ EAknsMinorGenericQgnIndiInputBackspace = 0x1fba,
+ EAknsMinorGenericQgnIndiInputButtonMode = 0x1fbb,
+ EAknsMinorGenericQgnIndiInputCandiListClose = 0x1fbc,
+ EAknsMinorGenericQgnIndiInputCapslock = 0x1fbd,
+ EAknsMinorGenericQgnIndiInputCaseAccentedCyrillic = 0x1fbe,
+ EAknsMinorGenericQgnIndiInputCaseAllTypesJapanese = 0x1fbf,
+ EAknsMinorGenericQgnIndiInputCaseNumericArabicIndic = 0x1fc0,
+ EAknsMinorGenericQgnIndiInputCaseNumericDevanagari = 0x1fc1,
+ EAknsMinorGenericQgnIndiInputCaseNumericSpecial = 0x1fc2,
+ EAknsMinorGenericQgnIndiInputCaseNumericThai = 0x1fc3,
+ EAknsMinorGenericQgnIndiInputCaseText = 0x1fc4,
+ EAknsMinorGenericQgnIndiInputCaseTextArabic = 0x1fc5,
+ EAknsMinorGenericQgnIndiInputCaseTextCyrillic = 0x1fc6,
+ EAknsMinorGenericQgnIndiInputCaseTextGreek = 0x1fc7,
+ EAknsMinorGenericQgnIndiInputCaseTextHindi = 0x1fc8,
+ EAknsMinorGenericQgnIndiInputCaseTextThai = 0x1fc9,
+ EAknsMinorGenericQgnIndiInputChinese = 0x1fca,
+ EAknsMinorGenericQgnIndiInputClear = 0x1fcb,
+ EAknsMinorGenericQgnIndiInputClose = 0x1fcc,
+ EAknsMinorGenericQgnIndiInputConvertToKanji = 0x1fcd,
+ EAknsMinorGenericQgnIndiInputEnter = 0x1fce,
+ EAknsMinorGenericQgnIndiInputHiragana = 0x1fcf,
+ EAknsMinorGenericQgnIndiInputKatakana = 0x1fd0,
+ EAknsMinorGenericQgnIndiInputMove = 0x1fd1,
+ EAknsMinorGenericQgnIndiInputOptions = 0x1fd2,
+ EAknsMinorGenericQgnIndiInputShift = 0x1fd3,
+ EAknsMinorGenericQgnIndiInputSmileys = 0x1fd4,
+ EAknsMinorGenericQgnIndiInputSpaceL = 0x1fd5,
+ EAknsMinorGenericQgnIndiInputSpaceMiddle = 0x1fd6,
+ EAknsMinorGenericQgnIndiInputSpaceR = 0x1fd7,
+ EAknsMinorGenericQgnIndiInputSwitcher = 0x1fd8,
+ EAknsMinorGenericQgnPropFileRssError = 0x1fd9,
+ EAknsMinorGenericQgnPropFolderRssError = 0x1fda,
+ EAknsMinorGenericQsnFrKeypadButton2Inactive = 0x1fdb,
+ EAknsMinorGenericQsnFrKeypadButton2Normal = 0x1fdc,
+ EAknsMinorGenericQsnFrKeypadButton2Pressed = 0x1fdd,
+ EAknsMinorGenericQsnFrKeypadButtonInactive = 0x1fde,
+ EAknsMinorGenericQsnFrKeypadButtonNormal = 0x1fdf,
+ EAknsMinorGenericQsnFrKeypadButtonPressed = 0x1fe0,
+
+ EAknsMinorGenericQgnGrafBlidFlag = 0x1fe1,
+ EAknsMinorGenericQgnGrafBlidSearching = 0x1fe2,
+ EAknsMinorGenericQgnGrafBlidSearchingSmall = 0x1fe3,
+ EAknsMinorGenericQgnGrafBlidStartup = 0x1fe4,
+ EAknsMinorGenericQgnGrafBlidUnavail = 0x1fe5,
+ EAknsMinorGenericQgnGrafNsliderVerticalMarkerSelected = 0x1fe6,
+ EAknsMinorGenericQgnIndiCam4Pause = 0x1fe7,
+ EAknsMinorGenericQgnIndiCam4QualityEmailSharing = 0x1fe8,
+ EAknsMinorGenericQgnIndiCam4Record = 0x1fe9,
+ EAknsMinorGenericQgnIndiCam4ZoomMarkerSelected = 0x1fea,
+ EAknsMinorGenericQgnIndiVideocallBrightness = 0x1feb,
+ EAknsMinorGenericQgnIndiVideocallContrast = 0x1fec,
+ EAknsMinorGenericQgnIndiVideocallZoom = 0x1fed,
+ EAknsMinorGenericQgnGrafBgLscSideRightMaskIcon = 0x1fee,
+ EAknsMinorGenericQgnGrafBlidSatSignal01 = 0x1fef,
+ EAknsMinorGenericQgnGrafBlidSatSignal02 = 0x1ff0,
+ EAknsMinorGenericQgnGrafBlidSatSignal03 = 0x1ff1,
+ EAknsMinorGenericQgnGrafBlidSatSignal04 = 0x1ff2,
+ EAknsMinorGenericQgnGrafBlidSatSignal05 = 0x1ff3,
+ EAknsMinorGenericQgnGrafBlidSignalBar01 = 0x1ff4,
+ EAknsMinorGenericQgnGrafBlidSignalBar02 = 0x1ff5,
+ EAknsMinorGenericQgnGrafBlidSignalBar03 = 0x1ff6,
+ EAknsMinorGenericQgnGrafBlidSignalBar04 = 0x1ff7,
+ EAknsMinorGenericQgnGrafBlidSignalBar05 = 0x1ff8,
+ EAknsMinorGenericQgnIndiBrowserBmTbNew = 0x1ff9,
+ EAknsMinorGenericQgnIndiBrowserTbDelete = 0x1ffa,
+ EAknsMinorGenericQgnIndiEqTbCreateNew = 0x1ffb,
+ EAknsMinorGenericQgnIndiImedDownpleSuper = 0x1ffc,
+ EAknsMinorGenericQgnIndiMpttvTbUnmark = 0x1ffd,
+ EAknsMinorGenericQgnIndiMptvTbMark = 0x1ffe,
+ EAknsMinorGenericQgnIndiMupTbAddsongs = 0x1fff,
+ EAknsMinorGenericQgnIndiMupTbAddtoplaylist = 0x2000,
+ EAknsMinorGenericQgnIndiMupTbGotostore = 0x2001,
+ EAknsMinorGenericQgnIndiMupTbShuffle = 0x2002,
+ EAknsMinorGenericQgnMenuGroupHelp = 0x2003,
+ EAknsMinorGenericQgnMenuGroupOwn = 0x2004,
+ EAknsMinorGenericQgnMenuGroupWeb = 0x2005,
+ EAknsMinorGenericQgnPropTake5Missing = 0x2006,
+ EAknsMinorGenericQgnPropXmediabarLsc = 0x2007,
+ EAknsMinorGenericQsnFrTake5CornerRTl = 0x2008,
+ EAknsMinorGenericQsnFrTake5CornerRTr = 0x2009,
+ EAknsMinorGenericQgnIndiBrowserTbSwichWin = 0x200a,
+ EAknsMinorGenericQgnIndiCaleTbMeeting = 0x200b,
+ EAknsMinorGenericQgnIndiCam4ModePortraitNigh = 0x200c,
+ EAknsMinorGenericQgnIndiCamBatteryStrength = 0x200d,
+ EAknsMinorGenericQgnIndiInputFullHalfWidth = 0x200e,
+ EAknsMinorGenericQgnIndiInputHalfFullWidth = 0x200f,
+ EAknsMinorGenericQgnIndiInputListCollapse = 0x2010,
+ EAknsMinorGenericQgnIndiInputListExpand = 0x2011,
+ EAknsMinorGenericQgnIndiInputMorefunction = 0x2012,
+ EAknsMinorGenericQgnIndiRadioDefault = 0x2013,
+ EAknsMinorGenericQgnIndiRadioPlaying = 0x2014,
+ EAknsMinorGenericQgnIndiTbRadioAutotuneDown = 0x2015,
+ EAknsMinorGenericQgnIndiTbRadioAutotuneUp = 0x2016,
+ EAknsMinorGenericQgnIndiTbRadioNext = 0x2017,
+ EAknsMinorGenericQgnIndiTbRadioPrevious = 0x2018,
+ EAknsMinorGenericQgnIndiTbRadioScan = 0x2019,
+ EAknsMinorGenericQgnIndiTbRadioSound = 0x201a,
+ EAknsMinorGenericQgnIndiTbRadioSoundMuted = 0x201b,
+ EAknsMinorGenericQgnIndiTbRadioStationSave = 0x201c,
+ EAknsMinorGenericQgnIndiTbRadioStationSaveAll = 0x201d,
+ EAknsMinorGenericQgnIndiVded2EndPressed = 0x201e,
+ EAknsMinorGenericQgnIndiVded2PlayheadPressed = 0x201f,
+ EAknsMinorGenericQgnIndiVded2PlayPressed = 0x2020,
+ EAknsMinorGenericQgnIndiVded2StartPressed = 0x2021,
+ EAknsMinorGenericQgnIndiVdedPausePressed = 0x2022,
+ EAknsMinorGenericQgnPropCamBatteryIcon = 0x2023,
+ EAknsMinorGenericQgnPropCatalogsItemUpgrade = 0x2024,
+ EAknsMinorGenericQgnPropCpDevPsActivat = 0x2025,
+ EAknsMinorGenericQgnPropFmgrUsbMemcSub = 0x2026,
+ EAknsMinorGenericQsnFrInputListButtonHighlight = 0x2027,
+ EAknsMinorGenericQsnFrItutButtonCandiPressedMiddle = 0x2028,
+ EAknsMinorGenericQsnFrItutButtonCandiPressedSideL = 0x2029,
+ EAknsMinorGenericQsnFrItutButtonCandiPressedSideR = 0x202a,
+ EAknsMinorGenericQsnFrItutButtonComposePressedMiddle = 0x202b,
+ EAknsMinorGenericQsnFrItutButtonComposePressedSideL = 0x202c,
+ EAknsMinorGenericQsnFrItutButtonComposePressedSideR = 0x202d,
+ EAknsMinorGenericQgnGrafBlidSearchingSmall01 = 0x202e,
+ EAknsMinorGenericQgnGrafBlidSearchingSmall02 = 0x202f,
+ EAknsMinorGenericQgnGrafBlidSearchingSmall03 = 0x2030,
+ EAknsMinorGenericQgnGrafBlidSearchingSmall04 = 0x2031,
+ EAknsMinorGenericQgnGrafBlidSearchingSmall05 = 0x2032,
+ EAknsMinorGenericQgnGrafBlidSearchingSmall06 = 0x2033,
+ EAknsMinorGenericQgnGrafBlidSearchingSmall07 = 0x2034,
+ EAknsMinorGenericQgnGrafBlidSearchingSmall08 = 0x2035,
+ EAknsMinorGenericQgnGrafNsliderCam4MarkerSelected = 0x2036,
+ EAknsMinorGenericQgnNoteKeyguardLockedAnim1 = 0x2037,
+ EAknsMinorGenericQgnNoteKeyguardLockedAnim2 = 0x2038,
+ EAknsMinorGenericQgnNoteKeyguardLockedAnim3 = 0x2039,
+ EAknsMinorGenericQgnNoteKeyguardLockedAnim4 = 0x203a,
+ EAknsMinorGenericQgnNoteKeyguardTounlockAnim1 = 0x203b,
+ EAknsMinorGenericQgnNoteKeyguardTounlockAnim2 = 0x203c,
+ EAknsMinorGenericQgnNoteKeyguardTounlockAnim3 = 0x203d,
+ EAknsMinorGenericQgnNoteKeyguardTounlockAnim4 = 0x203e,
+ EAknsMinorGenericQgnNoteKeyguardUnlockedAnim1 = 0x203f,
+ EAknsMinorGenericQgnNoteKeyguardUnlockedAnim2 = 0x2040,
+ EAknsMinorGenericQgnNoteKeyguardUnlockedAnim3 = 0x2041,
+ EAknsMinorGenericQgnNoteKeyguardUnlockedAnim4 = 0x2042,
+ EAknsMinorGenericQgnIndiDialerEightLatin = 0x2043,
+ EAknsMinorGenericQgnIndiDialerFiveLatin = 0x2044,
+ EAknsMinorGenericQgnIndiDialerFourLatin = 0x2045,
+ EAknsMinorGenericQgnIndiDialerHashLatin = 0x2046,
+ EAknsMinorGenericQgnIndiDialerNineLatin = 0x2047,
+ EAknsMinorGenericQgnIndiDialerOneLatin = 0x2048,
+ EAknsMinorGenericQgnIndiDialerPrefixLatin = 0x2049,
+ EAknsMinorGenericQgnIndiDialerSevenLatin = 0x204a,
+ EAknsMinorGenericQgnIndiDialerSixLatin = 0x204b,
+ EAknsMinorGenericQgnIndiDialerSpeedDial = 0x204c,
+ EAknsMinorGenericQgnIndiDialerThreeLatin = 0x204d,
+ EAknsMinorGenericQgnIndiDialerTwoLatin = 0x204e,
+ EAknsMinorGenericQgnIndiDialerZeroLatin = 0x204f,
+ EAknsMinorGenericQgnMenuAppshellMp = 0x2050,
+ EAknsMinorGenericQgnMenuDrmExpForbid = 0x2051,
+ EAknsMinorGenericQgnMenuDrmRightsExp = 0x2052,
+ EAknsMinorGenericQgnMenuHwrTraining = 0x2053,
+ EAknsMinorGenericQgnMenuImed = 0x2054,
+ EAknsMinorGenericQgnMenuIr = 0x2055,
+ EAknsMinorGenericQgnMenuMceGene = 0x2056,
+ EAknsMinorGenericQgnMenuMcePostcard = 0x2057,
+ EAknsMinorGenericQgnMenuMceSelMes = 0x2058,
+ EAknsMinorGenericQgnMenuMceSms = 0x2059,
+ EAknsMinorGenericQgnMenuMceSyncmail = 0x205a,
+ EAknsMinorGenericQgnMenuMceUnified = 0x205b,
+ EAknsMinorGenericQgnMenuNfc = 0x205c,
+ EAknsMinorGenericQgnMenuSearch = 0x205d,
+ EAknsMinorGenericQgnMenuTrk = 0x205e,
+ EAknsMinorGenericQgnMenuUrl = 0x205f,
+ EAknsMinorGenericQgnMenuVideoSharing = 0x2060,
+ EAknsMinorGenericQgnIndiCam4CameraBmp = 0x2061,
+ EAknsMinorGenericQgnIndiCam4FlashOffBmp = 0x2062,
+ EAknsMinorGenericQgnIndiCam4FlashOnBmp = 0x2063,
+ EAknsMinorGenericQgnIndiCam4FocusFrameAutoBlBmp = 0x2064,
+ EAknsMinorGenericQgnIndiCam4FocusFrameAutoBrBmp = 0x2065,
+ EAknsMinorGenericQgnIndiCam4FocusFrameAutoTlBmp = 0x2066,
+ EAknsMinorGenericQgnIndiCam4FocusFrameAutoTrBmp = 0x2067,
+ EAknsMinorGenericQgnIndiCam4MemoryMassBmp = 0x2068,
+ EAknsMinorGenericQgnIndiCam4MemoryMmcBmp = 0x2069,
+ EAknsMinorGenericQgnIndiCam4MemoryPhoneBmp = 0x206a,
+ EAknsMinorGenericQgnIndiCam4PauseBmp = 0x206b,
+ EAknsMinorGenericQgnIndiCam4Quality03mpLowBmp = 0x206c,
+ EAknsMinorGenericQgnIndiCam4Quality08mpLowBmp = 0x206d,
+ EAknsMinorGenericQgnIndiCam4Quality13mpLowBmp = 0x206e,
+ EAknsMinorGenericQgnIndiCam4Quality13mpMediumBmp = 0x206f,
+ EAknsMinorGenericQgnIndiCam4Quality1mpLowBmp = 0x2070,
+ EAknsMinorGenericQgnIndiCam4Quality2mpHighBmp = 0x2071,
+ EAknsMinorGenericQgnIndiCam4Quality2mpMediumBmp = 0x2072,
+ EAknsMinorGenericQgnIndiCam4Quality3mpHighBmp = 0x2073,
+ EAknsMinorGenericQgnIndiCam4Quality3mpMediumBmp = 0x2074,
+ EAknsMinorGenericQgnIndiCam4Quality5mpHighBmp = 0x2075,
+ EAknsMinorGenericQgnIndiCam4QualityEmailSharingBmp = 0x2076,
+ EAknsMinorGenericQgnIndiCam4QualitySharingBmp = 0x2077,
+ EAknsMinorGenericQgnIndiCam4QualityWideHighBmp = 0x2078,
+ EAknsMinorGenericQgnIndiCam4RecordBmp = 0x2079,
+ EAknsMinorGenericQgnIndiCam4SequenceBmp = 0x207a,
+ EAknsMinorGenericQgnIndiCam4SequenceBurstBmp = 0x207b,
+ EAknsMinorGenericQgnIndiCam4ShakeBmp = 0x207c,
+ EAknsMinorGenericQgnIndiCam4ZoomBmp = 0x207d,
+ EAknsMinorGenericQgnIndiCam4ZoomBottomBmp = 0x207e,
+ EAknsMinorGenericQgnIndiCam4ZoomMarkerBmp = 0x207f,
+ EAknsMinorGenericQgnIndiCam4ZoomMarkerSelectedBmp = 0x2080,
+ EAknsMinorGenericQgnIndiCam4ZoomMaxBmp = 0x2081,
+ EAknsMinorGenericQgnIndiCam4ZoomMiddleBmp = 0x2082,
+ EAknsMinorGenericQgnIndiCam4ZoomMinBmp = 0x2083,
+ EAknsMinorGenericQgnIndiCam4ZoomTopBmp = 0x2084,
+ EAknsMinorGenericQgnIndiCamBatteryStrengthBmp = 0x2085,
+ EAknsMinorGenericQgnIndiVid4AudioBmp = 0x2086,
+ EAknsMinorGenericQgnIndiVid4AudioMuteBmp = 0x2087,
+ EAknsMinorGenericQgnIndiVid4ContinuousAfBmp = 0x2088,
+ EAknsMinorGenericQgnIndiVid4QualityEmailHighBmp = 0x2089,
+ EAknsMinorGenericQgnIndiVid4QualityEmailNormalBmp = 0x208a,
+ EAknsMinorGenericQgnIndiVid4QualityHighBmp = 0x208b,
+ EAknsMinorGenericQgnIndiVid4QualityNormalBmp = 0x208c,
+ EAknsMinorGenericQgnIndiVid4QualityTvHighBmp = 0x208d,
+ EAknsMinorGenericQgnIndiVid4QualityTvNormalBmp = 0x208e,
+ EAknsMinorGenericQgnIndiVid4StabilizeOnBmp = 0x208f,
+ EAknsMinorGenericQgnIndiVid4VideoBmp = 0x2090,
+ EAknsMinorGenericQgnPropCamBatteryIconBmp = 0x2091,
+ EAknsMinorGenericQgnPropCodec3gpBmp = 0x2092,
+ EAknsMinorGenericQgnPropCodecMp4Bmp = 0x2093,
+ EAknsMinorGenericQgnMenuFmgrRemoteDrive = 0x2094,
+ EAknsMinorGenericQgnGrafBlidWalk = 0x2095,
+ EAknsMinorGenericQgnIndiWlanSnifferPluginOn0 = 0x2096,
+ EAknsMinorGenericQgnIndiWlanSnifferPluginOn1 = 0x2097,
+ EAknsMinorGenericQgnPropCodecWmv = 0x2098,
+ EAknsMinorGenericQgnPropLinkConnectionManager = 0x2099,
+ EAknsMinorGenericQgnPropPbCall = 0x209a,
+ EAknsMinorGenericQgnPropPbChat = 0x209b,
+ EAknsMinorGenericQgnPropPbCommTab3 = 0x209c,
+ EAknsMinorGenericQgnPropPbDetailsTab3 = 0x209d,
+ EAknsMinorGenericQgnPropPbDflt = 0x209e,
+ EAknsMinorGenericQgnPropPbEmail = 0x209f,
+ EAknsMinorGenericQgnPropPbMsg = 0x20a0,
+ EAknsMinorGenericQgnPropPbMydat = 0x20a1,
+ EAknsMinorGenericQgnPropPbOffline = 0x20a2,
+ EAknsMinorGenericQgnPropPbOnline = 0x20a3,
+ EAknsMinorGenericQgnPropPbPtt = 0x20a4,
+ EAknsMinorGenericQgnPropPbSdn = 0x20a5,
+ EAknsMinorGenericQgnPropPbSim = 0x20a6,
+ EAknsMinorGenericQgnPropPbThumbUnknown = 0x20a7,
+ EAknsMinorGenericQgnPropPbTopc = 0x20a8,
+ EAknsMinorGenericQgnPropPbUnknown = 0x20a9,
+ EAknsMinorGenericQgnPropPbUrl = 0x20aa,
+ EAknsMinorGenericQgnPropPbVcall = 0x20ab,
+ EAknsMinorGenericQgnPropPbVocall = 0x20ac,
+ EAknsMinorGenericQsnFrInputPreviewMiddle = 0x20ad,
+ EAknsMinorGenericQsnFrInputPreviewSideL = 0x20ae,
+ EAknsMinorGenericQsnFrInputPreviewSideR = 0x20af,
+ EAknsMinorGenericQgnIndiImMsgEditor = 0x20b0,
+ EAknsMinorGenericQgnIndiQdialEightAdd = 0x20b1,
+ EAknsMinorGenericQgnIndiQdialFiveAdd = 0x20b2,
+ EAknsMinorGenericQgnIndiQdialFourAdd = 0x20b3,
+ EAknsMinorGenericQgnIndiQdialNineAdd = 0x20b4,
+ EAknsMinorGenericQgnIndiQdialOneAdd = 0x20b5,
+ EAknsMinorGenericQgnIndiQdialSevenAdd = 0x20b6,
+ EAknsMinorGenericQgnIndiQdialSixAdd = 0x20b7,
+ EAknsMinorGenericQgnIndiQdialThreeAdd = 0x20b8,
+ EAknsMinorGenericQgnIndiQdialTwoAdd = 0x20b9,
+ EAknsMinorGenericQgnMenuDm = 0x20ba,
+ EAknsMinorGenericQgnPropImFriendRequest = 0x20bb,
+ EAknsMinorGenericQgnPropImOngoingConv = 0x20bc,
+ EAknsMinorGenericQgnPropImOngoingConvNew = 0x20bd,
+ EAknsMinorGenericQgnPropImService = 0x20be,
+ EAknsMinorGenericQgnPropImServiceTab2 = 0x20bf,
+ EAknsMinorGenericQgnPropNrtypCall = 0x20c0,
+ EAknsMinorGenericQgnPropNrtypChat = 0x20c1,
+ EAknsMinorGenericQgnPropNrtypPtt = 0x20c2,
+ EAknsMinorGenericQgnPropNrtypVcall = 0x20c3,
+ EAknsMinorGenericQgnStatKorCase = 0x20c4,
+ EAknsMinorGenericQgnStatKorCaseSelect = 0x20c5,
+ EAknsMinorGenericQgnFsActionMsg = 0x20c6,
+ EAknsMinorGenericQgnFsContactsFavorite = 0x20c7,
+ EAknsMinorGenericQgnFsContactsIndiMovable = 0x20c8,
+ EAknsMinorGenericQgnFsFrRibbonBottom = 0x20c9,
+ EAknsMinorGenericQgnFsFrRibbonCenter = 0x20ca,
+ EAknsMinorGenericQgnFsFrRibbonSchedulerBottom = 0x20cb,
+ EAknsMinorGenericQgnFsFrRibbonSchedulerCenter = 0x20cc,
+ EAknsMinorGenericQgnFsFrRibbonSchedulerTop = 0x20cd,
+ EAknsMinorGenericQgnFsFrRibbonTop = 0x20ce,
+ EAknsMinorGenericQgnFsHscrActionArrowDown = 0x20cf,
+ EAknsMinorGenericQgnFsHscrActionArrowUp = 0x20d0,
+ EAknsMinorGenericQgnFsIndiCaleTrackingAccept = 0x20d1,
+ EAknsMinorGenericQgnFsIndiCaleTrackingNone = 0x20d2,
+ EAknsMinorGenericQgnFsIndiCaleTrackingReject = 0x20d3,
+ EAknsMinorGenericQgnFsIndiCaleTrackingTentative = 0x20d4,
+ EAknsMinorGenericQgnFsPropConfActive = 0x20d5,
+ EAknsMinorGenericQgnFsPropConfDropped = 0x20d6,
+ EAknsMinorGenericQgnFsPropConfJoined = 0x20d7,
+ EAknsMinorGenericQgnFsPropConfNotHandled = 0x20d8,
+ EAknsMinorGenericQgnIndiInputClr = 0x20d9,
+ EAknsMinorGenericQgnIndiInputHiraganaPredict = 0x20da,
+ EAknsMinorGenericQgnIndiInputJpnAlphaFw = 0x20db,
+ EAknsMinorGenericQgnIndiInputJpnAlphaHw = 0x20dc,
+ EAknsMinorGenericQgnIndiInputJpnCommit = 0x20dd,
+ EAknsMinorGenericQgnIndiInputJpnFullWidth = 0x20de,
+ EAknsMinorGenericQgnIndiInputJpnHalfWidth = 0x20df,
+ EAknsMinorGenericQgnIndiInputJpnNumberFw = 0x20e0,
+ EAknsMinorGenericQgnIndiInputJpnNumberHw = 0x20e1,
+ EAknsMinorGenericQgnIndiInputJpnOtherModes = 0x20e2,
+ EAknsMinorGenericQgnIndiInputJpnStartPredict = 0x20e3,
+ EAknsMinorGenericQgnIntraHomescreenPlugin = 0x20e4,
+ EAknsMinorGenericQgnIntraMenuChangeDest = 0x20e5,
+ EAknsMinorGenericQgnIntraMenuConnectIntranet = 0x20e6,
+ EAknsMinorGenericQgnIntraMenuCurrentDestination = 0x20e7,
+ EAknsMinorGenericQgnIntraMenuHiddenWlan = 0x20e8,
+ EAknsMinorGenericQgnIntraMenuInternet = 0x20e9,
+ EAknsMinorGenericQgnIntraMenuIntranet = 0x20ea,
+ EAknsMinorGenericQgnIntraMenuIntranetConnected = 0x20eb,
+ EAknsMinorGenericQgnIntraMenuManualConnection = 0x20ec,
+ EAknsMinorGenericQgnIntraMenuReturnToHomescreen = 0x20ed,
+ EAknsMinorGenericQgnIntraMenuStartBrowser = 0x20ee,
+ EAknsMinorGenericQgnIntraMenuViewOtherWlans = 0x20ef,
+ EAknsMinorGenericQgnIntraMenuVpnAp = 0x20f0,
+ EAknsMinorGenericQgnMenuIntranet = 0x20f1,
+ EAknsMinorGenericQgnStatCaseHiraganaKanji = 0x20f2,
+ EAknsMinorGenericQgnStatCaseKatakanaFw = 0x20f3,
+ EAknsMinorGenericQgnStatCaseKatakanaHw = 0x20f4,
+ EAknsMinorGenericQsnCpScrollBgBottomPressed = 0x20f5,
+ EAknsMinorGenericQsnCpScrollBgMiddlePressed = 0x20f6,
+ EAknsMinorGenericQsnCpScrollBgTopPressed = 0x20f7,
+ EAknsMinorGenericQsnCpScrollHandleBottomPressed = 0x20f8,
+ EAknsMinorGenericQsnCpScrollHandleMiddlePressed = 0x20f9,
+ EAknsMinorGenericQsnCpScrollHandleTopPressed = 0x20fa,
+ EAknsMinorGenericQsnCpScrollHorizontalBgBottomPressed = 0x20fb,
+ EAknsMinorGenericQsnCpScrollHorizontalBgMiddlePressed = 0x20fc,
+ EAknsMinorGenericQsnCpScrollHorizontalBgTopPressed = 0x20fd,
+ EAknsMinorGenericQsnCpScrollHorizontalHandleBottomPressed = 0x20fe,
+ EAknsMinorGenericQsnCpScrollHorizontalHandleMiddlePressed = 0x20ff,
+ EAknsMinorGenericQsnCpScrollHorizontalHandleTopPressed = 0x2100,
+ EAknsMinorGenericQsnFrKeypadButton2SmallInactive = 0x2101,
+ EAknsMinorGenericQsnFrKeypadButton2SmallNormal = 0x2102,
+ EAknsMinorGenericQsnFrKeypadButton2SmallPressed = 0x2103,
+ EAknsMinorGenericQsnFrKeypadButtonSmallInactive = 0x2104,
+ EAknsMinorGenericQsnFrKeypadButtonSmallNormal = 0x2105,
+ EAknsMinorGenericQsnFrKeypadButtonSmallPressed = 0x2106,
+ EAknsMinorGenericMuiCoverHandle = 0x2107,
+ EAknsMinorGenericMuiDlProgressLsc = 0x2108,
+ EAknsMinorGenericMuiHandle = 0x2109,
+ EAknsMinorGenericMuiProgressLsc = 0x210a,
+ EAknsMinorGenericMuiSliderLsc = 0x210b,
+ EAknsMinorGenericMuiSliderPrt = 0x210c,
+ EAknsMinorGenericQgnIndiCam4Minus = 0x210d,
+ EAknsMinorGenericQgnIndiSmileyAnimConive = 0x210e,
+ EAknsMinorGenericQgnIndiVideoVolMute = 0x210f,
+ EAknsMinorGenericQgnIndiDialerInternet = 0x2110,
+ EAknsMinorGenericQgnIndiDialerSilent = 0x2111,
+ EAknsMinorGenericQgnIndiDialerVoicemail = 0x2112,
+ EAknsMinorGenericQgnIndiInputFshwrSctPage1 = 0x2113,
+ EAknsMinorGenericQgnIndiInputFshwrSctPage2 = 0x2114,
+ EAknsMinorGenericQgnIndiInputJpnConvert = 0x2115,
+ EAknsMinorGenericQgnIndiTbBack = 0x2116,
+ EAknsMinorGenericQgnIndiTbDocNew = 0x2117,
+ EAknsMinorGenericQgnIndiTbFindBack = 0x2118,
+ EAknsMinorGenericQgnIndiTbFindMode = 0x2119,
+ EAknsMinorGenericQgnIndiTbFindNew = 0x211a,
+ EAknsMinorGenericQgnIndiTbFindNext = 0x211b,
+ EAknsMinorGenericQgnIndiTbNext = 0x211c,
+ EAknsMinorGenericQgnIndiTbScrolldown = 0x211d,
+ EAknsMinorGenericQgnIndiTbScrollup = 0x211e,
+ EAknsMinorGenericQgnIndiTbSheetAccept = 0x211f,
+ EAknsMinorGenericQgnIndiTbZoomAccept = 0x2120,
+ EAknsMinorGenericQgnIndiTbZoomIn = 0x2121,
+ EAknsMinorGenericQgnIndiTbZoomOut = 0x2122,
+ EAknsMinorGenericQgnIndiVded2Pause = 0x2123,
+ EAknsMinorGenericQgnIndiVded2PausePressed = 0x2124,
+ EAknsMinorGenericQgnIndiVdedPlay = 0x2125,
+ EAknsMinorGenericQgnIndiVdedPlayPressed = 0x2126,
+ EAknsMinorGenericQgnMenuMshop = 0x2127,
+ EAknsMinorGenericQgnPropClkCntdwnTimer = 0x2128,
+ EAknsMinorGenericQgnPropClkNewAlarm = 0x2129,
+ EAknsMinorGenericQgnPropClkStpWatch = 0x212a,
+ EAknsMinorGenericQgnPropClkWrldClock = 0x212b,
+ EAknsMinorGenericQgnIndiInputJpnPredict = 0x212c,
+ EAknsMinorGenericQgnIndiInputKatakanaHw = 0x212d,
+ EAknsMinorGenericQgnIndiMusicshopTbActiveDownloads = 0x212e,
+ EAknsMinorGenericQgnIndiMusicshopTbNoActiveDownloads = 0x212f,
+ EAknsMinorGenericQgnIndiMusicshopTbSignin = 0x2130,
+ EAknsMinorGenericQgnIndiMusicshopTbStoreLink = 0x2131,
+ EAknsMinorGenericQgnIndiTbSwupdDetail = 0x2132,
+ EAknsMinorGenericQgnIndiTbSwupdHistory = 0x2133,
+ EAknsMinorGenericQgnIndiTbSwupdStart = 0x2134,
+ EAknsMinorGenericQgnMenuSwupdate = 0x2135,
+ EAknsMinorGenericQgnCaleIndiDelete = 0x2136,
+ EAknsMinorGenericQgnCaleIndiDone = 0x2137,
+ EAknsMinorGenericQgnCaleIndiEdit = 0x2138,
+ EAknsMinorGenericQgnCaleIndiNotDone = 0x2139,
+ EAknsMinorGenericQgnFseActionMenuAttachDownloadAll = 0x213a,
+ EAknsMinorGenericQgnFseActionMenuAttachOpen = 0x213b,
+ EAknsMinorGenericQgnFseActionMenuAttachSave = 0x213c,
+ EAknsMinorGenericQgnGridEditBg = 0x213d,
+ EAknsMinorGenericQgnGridMenuAdd = 0x213e,
+ EAknsMinorGenericQgnMenuBackup = 0x213f,
+ EAknsMinorGenericQgnMenuRestore = 0x2140,
+ EAknsMinorGenericQgnMenuTravel = 0x2141,
+ EAknsMinorGenericQgnMenuUpgrade = 0x2142,
+ EAknsMinorGenericQgnPropNoteListAlphaKorTab2 = 0x2143,
+ EAknsMinorGenericQgnIndiCam4TbGotoGallery = 0x2144,
+ EAknsMinorGenericQgnMenuFolderEmpty = 0x2145,
+ EAknsMinorGenericQgnPropAudioMusic = 0x2146,
+ EAknsMinorGenericQgnPropAudioToneOff = 0x2147,
+ EAknsMinorGenericQgnGrafCam4TbBottom = 0x2148,
+ EAknsMinorGenericQgnGrafCam4TbArrowDown = 0x2149,
+ EAknsMinorGenericQgnGrafCam4TbArrowUp = 0x214a,
+ EAknsMinorGenericQgnGrafCam4TbBody = 0x214b,
+ EAknsMinorGenericQgnPropLocevTrigger = 0x214c,
+ EAknsMinorGenericQgnGrafCam4TbFocus = 0x214d,
+ EAknsMinorGenericQgnGrafCam4TbGap = 0x214e,
+ EAknsMinorGenericQgnGrafCam4TbTooltipBody = 0x214f,
+ EAknsMinorGenericQgnGrafCam4TbTooltipEnd = 0x2150,
+ EAknsMinorGenericQgnGrafCam4TbTop = 0x2151,
+ EAknsMinorGenericQgnIndiButtonSilence = 0x2152,
+ EAknsMinorGenericQgnIndiCam4GeotagOff = 0x2153,
+ EAknsMinorGenericQgnIndiCam4GeotagOn = 0x2154,
+ EAknsMinorGenericQgnNoteLocevAlarm = 0x2155,
+ EAknsMinorGenericQgnNoteLocevAlarmAcc = 0x2156,
+ EAknsMinorGenericQgnNoteLocevAlarmInacc = 0x2157,
+ EAknsMinorGenericQgnNoteLocevAlarmInaccHeavy = 0x2158,
+ EAknsMinorGenericQgnPropLocevActiveSmall = 0x2159,
+ EAknsMinorGenericQgnPropLocevCompleted = 0x215a,
+ EAknsMinorGenericQgnPropLocevCompletedSmall = 0x215b,
+ EAknsMinorGenericQgnPropLocevCurrentLocation = 0x215c,
+ EAknsMinorGenericQgnPropLocevDeleteSmall = 0x215d,
+ EAknsMinorGenericQgnPropLocevDraft = 0x215e,
+ EAknsMinorGenericQgnPropLocevDraftSmall = 0x215f,
+ EAknsMinorGenericQgnPropLocevLandmark = 0x2160,
+ EAknsMinorGenericQgnPropLocevMap = 0x2161,
+ EAknsMinorGenericQgnPropLocevNew = 0x2162,
+ EAknsMinorGenericCam4TbArrowDown = 0x2163,
+ EAknsMinorGenericCam4TbArrowUp = 0x2164,
+ EAknsMinorGenericCam4TbBody = 0x2165,
+ EAknsMinorGenericCam4TbBottom = 0x2166,
+ EAknsMinorGenericCam4TbFocus = 0x2167,
+ EAknsMinorGenericCam4TbTooltipBody = 0x2168,
+ EAknsMinorGenericCam4TbTooltipEnd = 0x2169,
+ EAknsMinorGenericCam4TbTop = 0x216a,
+ EAknsMinorGenericQgnCam4TbArrowDown = 0x216b,
+ EAknsMinorGenericQgnCam4TbArrowUp = 0x216c,
+ EAknsMinorGenericQgnCam4TbBody = 0x216d,
+ EAknsMinorGenericQgnCam4TbBottom = 0x216e,
+ EAknsMinorGenericQgnCam4TbFocus = 0x216f,
+ EAknsMinorGenericQgnCam4TbTooltipBody = 0x2170,
+ EAknsMinorGenericQgnCam4TbTooltipEnd = 0x2171,
+ EAknsMinorGenericQgnCam4TbTop = 0x2172,
+ EAknsMinorGenericQgnMenuDownload = 0x2173,
+ EAknsMinorGenericQgnMenuGroupApps = 0x2174,
+ EAknsMinorGenericQgnMenuMaps = 0x2175,
+ EAknsMinorGenericQgnMenuMusic = 0x2176,
+ EAknsMinorGenericQgnMenuNdg = 0x2177,
+ EAknsMinorGenericQgnMenuPubCxt = 0x2178,
+ EAknsMinorGenericQgnMenuWeb = 0x2179,
+ EAknsMinorGenericQgnNoteBattCharging0 = 0x217a,
+ EAknsMinorGenericQgnNoteBattCharging1 = 0x217b,
+ EAknsMinorGenericQgnMenuPhotos = 0x217c,
+ EAknsMinorGenericQgnMenuVideo = 0x217d,
+ EAknsMinorGenericQgnMusicGrid = 0x217e,
+ EAknsMinorGenericQgnPropClockHomecity = 0x217f,
+ EAknsMinorGenericQgnIndiAiEplgDefault = 0x2180,
+ EAknsMinorGenericQgnIndiAiEplgRead = 0x2181,
+ EAknsMinorGenericQgnIndiAiEplgUnread = 0x2182,
+ EAknsMinorGenericQgnIndiTbCam4GotoMain = 0x2183,
+ EAknsMinorGenericQgnMenuGames = 0x2184,
+ EAknsMinorGenericQgnHomeAdd = 0x2185,
+ EAknsMinorGenericQgnHomeEditBgWidget = 0x2186,
+ EAknsMinorGenericQgnIndiCam4TbMark = 0x2187,
+ EAknsMinorGenericQgnIndiCam4TbUpload = 0x2188,
+ EAknsMinorGenericQgnIndiHomePage = 0x2189,
+ EAknsMinorGenericQgnIndiHomeProfileGeneral = 0x218a,
+ EAknsMinorGenericQgnIndiHomeProfileSilent = 0x218b,
+ EAknsMinorGenericQgnIndiSliderMarker = 0x218c,
+ EAknsMinorGenericQgnIndiTvNoSignal = 0x218d,
+ EAknsMinorGenericQgnNoteSwupdateNotification = 0x218e,
+ EAknsMinorGenericQgnPropClkCntdwnTimerTab4 = 0x218f,
+ EAknsMinorGenericQgnPropClkNewAlarmTab4 = 0x2190,
+ EAknsMinorGenericQgnPropClkStpWatchTab4 = 0x2191,
+ EAknsMinorGenericQgnPropClkWrldClkTab4 = 0x2192,
+ EAknsMinorGenericQgnPropTv3g = 0x2193,
+ EAknsMinorGenericQgnPropTvDvbH = 0x2194,
+ EAknsMinorGenericQsnHomeClockAnalogueFace = 0x2195,
+ EAknsMinorGenericQsnHomeClockAnaloguePointerHour = 0x2196,
+ EAknsMinorGenericQgnIndiMupTbForward = 0x2197,
+ EAknsMinorGenericQgnIndiMupTbRewind = 0x2198,
+ EAknsMinorGenericQgnIndiTbCam4PhotoDetail = 0x2199,
+ EAknsMinorGenericQgnPropSetGeneNotifilight = 0x219a,
+ EAknsMinorGenericQgnHomePhotoMask = 0x219b,
+ EAknsMinorGenericQgnIndiBtSignalGoodAdd = 0x219c,
+ EAknsMinorGenericQgnIndiBtSignalLowAdd = 0x219d,
+ EAknsMinorGenericQgnIndiBtSignalMedAdd = 0x219e,
+ EAknsMinorGenericQgnIndiCam4Quality8mpHigh = 0x219f,
+ EAknsMinorGenericQgnIndiCam4TbFacedet = 0x21a0,
+ EAknsMinorGenericQgnIndiMemcMassAdd = 0x21a1,
+ EAknsMinorGenericQgnIndiVdcRecTvAdd = 0x21a2,
+ EAknsMinorGenericQgnIndiVdcTbDetails = 0x21a3,
+ EAknsMinorGenericQgnIndiVdcTbDownload = 0x21a4,
+ EAknsMinorGenericQgnIndiVdcTbDownloadCancel = 0x21a5,
+ EAknsMinorGenericQgnIndiVdcTbDownloadResumes = 0x21a6,
+ EAknsMinorGenericQgnIndiVdcVideoNewAdd = 0x21a7,
+ EAknsMinorGenericQgnIndiVid4TbStill = 0x21a8,
+ EAknsMinorGenericQgnIndiVid4TbVideo = 0x21a9,
+ EAknsMinorGenericQgnMenuClkAlarm = 0x21aa,
+ EAknsMinorGenericQgnNoteDefaultVideo = 0x21ab,
+ EAknsMinorGenericQgnPropClkClockTab4 = 0x21ac,
+ EAknsMinorGenericQgnGrafMusicHomeAnimDownload00 = 0x21ad,
+ EAknsMinorGenericQgnGrafMusicHomeAnimDownload01 = 0x21ae,
+ EAknsMinorGenericQgnGrafMusicHomeAnimDownload02 = 0x21af,
+ EAknsMinorGenericQgnGrafMusicHomeAnimDownload03 = 0x21b0,
+ EAknsMinorGenericQgnGrafMusicHomeAnimDownload04 = 0x21b1,
+ EAknsMinorGenericQgnGrafMusicHomeAnimDownload05 = 0x21b2,
+ EAknsMinorGenericQgnGrafMusicHomeAnimDownload06 = 0x21b3,
+ EAknsMinorGenericQgnGrafMusicHomeAnimDownload07 = 0x21b4,
+ EAknsMinorGenericQgnIndiCalLocatEventAdd = 0x21b5,
+ EAknsMinorGenericQgnIndiCam4ModeLowlight = 0x21b6,
+ EAknsMinorGenericQgnIndiHomeProfileTimed = 0x21b7,
+ EAknsMinorGenericQgnIndiMupHomeDownloadCompleted = 0x21b8,
+ EAknsMinorGenericQgnIndiMupHomeNoMusic = 0x21b9,
+ EAknsMinorGenericQgnIndiMupHomePause = 0x21ba,
+ EAknsMinorGenericQgnIndiMupHomePlay = 0x21bb,
+ EAknsMinorGenericQgnNoteBtPopu = 0x21bc,
+ EAknsMinorGenericQgnPropCodecWvga = 0x21bd,
+ EAknsMinorGenericQgnIndiLgalTbAddToAlbum = 0x21be,
+ EAknsMinorGenericQgnIndiLgalTbNewAlbum = 0x21bf,
+ EAknsMinorGenericQgnIndiLgalTbRename = 0x21c0,
+ EAknsMinorGenericQgnIndiLgalTbSlideshow = 0x21c1,
+ EAknsMinorGenericQgnIndiNcimForgotPsw = 0x21c2,
+ EAknsMinorGenericQgnIndiSctrlSkMaskMiddlePrt = 0x21c3,
+ EAknsMinorGenericQgnIndiTbDelete = 0x21c4,
+ EAknsMinorGenericQgnIndiTbDeleteDimmed = 0x21c5,
+ EAknsMinorGenericQgnIndiTbMark = 0x21c6,
+ EAknsMinorGenericQgnIndiTbUnmark = 0x21c7,
+ EAknsMinorGenericQgnIndiTbUpload = 0x21c8,
+ EAknsMinorGenericQgnMenuHomeMedia = 0x21c9,
+ EAknsMinorGeneric3dAudio = 0x21ca,
+ EAknsMinorGenericQgnAppSnifferGrid = 0x21cb,
+ EAknsMinorGenericQgnIndiCam4TbSwitchStill = 0x21cc,
+ EAknsMinorGenericQgnIndiCam4TbSwitchVideo = 0x21cd,
+ EAknsMinorGenericQgnIndiFlashKeypadBackground = 0x21ce,
+ EAknsMinorGenericQgnIndiFlashKeypadButtonBackground = 0x21cf,
+ EAknsMinorGenericQgnIndiFlashKeypadButtonBackgroundAlt = 0x21d0,
+ EAknsMinorGenericQgnIndiFlashKeypadDown = 0x21d1,
+ EAknsMinorGenericQgnIndiFlashKeypadExitFs = 0x21d2,
+ EAknsMinorGenericQgnIndiFlashKeypadLeft = 0x21d3,
+ EAknsMinorGenericQgnIndiFlashKeypadLsk = 0x21d4,
+ EAknsMinorGenericQgnIndiFlashKeypadRight = 0x21d5,
+ EAknsMinorGenericQgnIndiFlashKeypadRsk = 0x21d6,
+ EAknsMinorGenericQgnIndiFlashKeypadSelect = 0x21d7,
+ EAknsMinorGenericQgnIndiFlashKeypadSelectAlt = 0x21d8,
+ EAknsMinorGenericQgnIndiFlashKeypadUp = 0x21d9,
+ EAknsMinorGenericQgnIndiFlashToolbarFs = 0x21da,
+ EAknsMinorGenericQgnIndiFlashToolbarPause = 0x21db,
+ EAknsMinorGenericQgnIndiFlashToolbarPlay = 0x21dc,
+ EAknsMinorGenericQgnIndiFlashToolbarZoom = 0x21dd,
+ EAknsMinorGenericQgnMenuActivenotes = 0x21de,
+ EAknsMinorGenericQgnMenuAudioTheme = 0x21df,
+ EAknsMinorGenericQgnMenuFiles = 0x21e0,
+ EAknsMinorGenericQgnMenuMobilesearch = 0x21e1,
+ EAknsMinorGenericQgnMenuMyApplications = 0x21e2,
+ EAknsMinorGenericQgnMenuN95 = 0x21e3,
+ EAknsMinorGenericQgnMenuOviMaps = 0x21e4,
+ EAknsMinorGenericQgnMenuOviMusic = 0x21e5,
+ EAknsMinorGenericQgnMenuOviPhotos = 0x21e6,
+ EAknsMinorGenericQgnMenuOviSearch = 0x21e7,
+ EAknsMinorGenericQgnMenuOviWeb = 0x21e8,
+ EAknsMinorGenericQgnMenuPeople = 0x21e9,
+ EAknsMinorGenericQgnMenuSetwizard = 0x21ea,
+ EAknsMinorGenericQgnMenuSwitch = 0x21eb,
+ EAknsMinorGenericQgnMenuTutor = 0x21ec,
+ EAknsMinorGenericQgnMenuVr = 0x21ed,
+ EAknsMinorGenericQgnMenuWelcomeCxt = 0x21ee,
+ EAknsMinorGenericQgnMenuWka = 0x21ef,
+ EAknsMinorGenericQsnHomeClockAnaloguePointerMinute = 0x21f0,
+ EAknsMinorGenericQgnIndiBrowserTbGotoAndSearch = 0x21f1,
+ EAknsMinorGenericIconSyncEndRemotecontrol = 0x21f2,
+ EAknsMinorGenericIconSyncFileSync = 0x21f3,
+ EAknsMinorGenericIconSyncProductInfo = 0x21f4,
+ EAknsMinorGenericIconSyncRestore = 0x21f5,
+ EAknsMinorGenericIconSyncTravelInfo = 0x21f6,
+ EAknsMinorGenericIconSyncUpgrade = 0x21f7,
+ EAknsMinorGenericQgnGrafNpodaApp = 0x21f8,
+ EAknsMinorGenericQgnGrafSplashCatalogs = 0x21f9,
+ EAknsMinorGenericQgnHqttsManagerAppsGrid = 0x21fa,
+ EAknsMinorGenericQgnIndiMopTableSmall = 0x21fb,
+ EAknsMinorGenericQgnIndiMpVcAlbum = 0x21fc,
+ EAknsMinorGenericQgnIndiMpVcArtist = 0x21fd,
+ EAknsMinorGenericQgnIndiMpVcPlaylist = 0x21fe,
+ EAknsMinorGenericQgnIndiMpVcSong = 0x21ff,
+ EAknsMinorGenericQgnMenuCatalogs = 0x2200,
+ EAknsMinorGenericQgnMenuContactbarFeedviewer = 0x2201,
+ EAknsMinorGenericQgnMenuContactbarSetup = 0x2202,
+ EAknsMinorGenericQgnMenuContacts = 0x2203,
+ EAknsMinorGenericQgnMenuGroupPhone = 0x2204,
+ EAknsMinorGenericQgnMenuLocev = 0x2205,
+ EAknsMinorGenericQgnMenuNgage = 0x2206,
+ EAknsMinorGenericQgnMenuSwicthMode = 0x2207,
+ EAknsMinorGenericQgnMenuVa = 0x2208,
+ EAknsMinorGenericQgnMenuVdcSuite = 0x2209,
+ EAknsMinorGenericQgnPropCatalogsItemBought = 0x220a,
+ EAknsMinorGenericQgnPropCatalogsItemDependency = 0x220b,
+ EAknsMinorGenericQgnPropClockDefault = 0x220c,
+ EAknsMinorGenericQgnPropCmailNewMailbox = 0x220d,
+ EAknsMinorGenericQgnPropServiceDefaultAvatar = 0x220e,
+ EAknsMinorGenericQgnPropServiceFriendRequestReceived = 0x220f,
+ EAknsMinorGenericQgnPropServiceFriendRequestSent = 0x2210,
+ EAknsMinorGenericQgnPropServiceOffFriendRequestReceived = 0x2211,
+ EAknsMinorGenericQgnPropServiceOffFriendRequestSent = 0x2212,
+ EAknsMinorGenericQgnPropSetConnAuthentication = 0x2213,
+ EAknsMinorGenericQgnGrafImSigninScreen = 0x2214,
+ EAknsMinorGenericQgnGrafImSplashScreen = 0x2215,
+ EAknsMinorGenericQgnIndiCam4Facedet = 0x2216,
+ EAknsMinorGenericQgnIndiCam4QualityWideNorm = 0x2217,
+ EAknsMinorGenericQgnIndiCam4TbFacedetOff = 0x2218,
+ EAknsMinorGenericQgnIndiListView = 0x2219,
+ EAknsMinorGenericQgnIndiRadioRockerAutotuneDown = 0x221a,
+ EAknsMinorGenericQgnIndiRadioRockerAutotuneDownPressed = 0x221b,
+ EAknsMinorGenericQgnIndiRadioRockerAutotuneUp = 0x221c,
+ EAknsMinorGenericQgnIndiRadioRockerAutotuneUpPressed = 0x221d,
+ EAknsMinorGenericQgnIndiRadioRockerListView = 0x221e,
+ EAknsMinorGenericQgnIndiRadioRockerListViewPressed = 0x221f,
+ EAknsMinorGenericQgnIndiRadioRockerNext = 0x2220,
+ EAknsMinorGenericQgnIndiRadioRockerNextDisabled = 0x2221,
+ EAknsMinorGenericQgnIndiRadioRockerNextPressed = 0x2222,
+ EAknsMinorGenericQgnIndiRadioRockerPrevious = 0x2223,
+ EAknsMinorGenericQgnIndiRadioRockerPreviousDisabled = 0x2224,
+ EAknsMinorGenericQgnIndiRadioRockerPreviousPressed = 0x2225,
+ EAknsMinorGenericQgnIndiTbFind = 0x2226,
+ EAknsMinorGenericQgnIndiTbRename = 0x2227,
+ EAknsMinorGenericQgnPropLmCategories = 0x2228,
+ EAknsMinorGenericQgnGrafMediatagBubbleTail = 0x2229,
+ EAknsMinorGenericQgnIndiGalleryEditAdd = 0x222a,
+ EAknsMinorGenericQgnIndiMediaFullscreenPlay = 0x222b,
+ EAknsMinorGenericQgnIndiMediaThumbnail = 0x222c,
+ EAknsMinorGenericQgnIndiMgTvscreen = 0x222d,
+ EAknsMinorGenericQgnIndiTbGalleryRename = 0x222e,
+ EAknsMinorGenericQgnIndiTbNewAlbum = 0x222f,
+ EAknsMinorGenericQgnIndiTbSlideshow = 0x2230,
+ EAknsMinorGenericQgnLocServerDisabled = 0x2231,
+ EAknsMinorGenericQgnPropCpOptiJoystick = 0x2232,
+ EAknsMinorGenericQgnPropDownloadImages = 0x2233,
+ EAknsMinorGenericQgnGrafCmailBlank = 0x2234,
+ EAknsMinorGenericQgnGrafCmailDropMenuBg = 0x2235,
+ EAknsMinorGenericQgnGrafCmailDropOnepc = 0x2236,
+ EAknsMinorGenericQgnGrafCmailEmailContent = 0x2237,
+ EAknsMinorGenericQgnGrafCmailEmailCtrlbar = 0x2238,
+ EAknsMinorGenericQgnGrafCmailEmailHeader = 0x2239,
+ EAknsMinorGenericQgnGrafCmailGridSelector = 0x223a,
+ EAknsMinorGenericQgnGrafCmailListSelector = 0x223b,
+ EAknsMinorGenericQgnIndiCmailAbcMailbox = 0x223c,
+ EAknsMinorGenericQgnIndiCmailActionArrowLeft = 0x223d,
+ EAknsMinorGenericQgnIndiCmailActionArrowRight = 0x223e,
+ EAknsMinorGenericQgnIndiCmailActionMenu = 0x223f,
+ EAknsMinorGenericQgnIndiCmailArrowLeft = 0x2240,
+ EAknsMinorGenericQgnIndiCmailAttachment = 0x2241,
+ EAknsMinorGenericQgnIndiCmailAttachment2 = 0x2242,
+ EAknsMinorGenericQgnIndiCmailCalendarAlarm = 0x2243,
+ EAknsMinorGenericQgnIndiCmailCalendarAlarmDay = 0x2244,
+ EAknsMinorGenericQgnIndiCmailCalendarDelete = 0x2245,
+ EAknsMinorGenericQgnIndiCmailCalendarEventRead = 0x2246,
+ EAknsMinorGenericQgnIndiCmailCalendarEventReadAttachments = 0x2247,
+ EAknsMinorGenericQgnIndiCmailCalendarEventReadAttachmentsHighPrio = 0x2248,
+ EAknsMinorGenericQgnIndiCmailCalendarEventReadAttachmentsLowPrio = 0x2249,
+ EAknsMinorGenericQgnIndiCmailCalendarEventReadHighPrio = 0x224a,
+ EAknsMinorGenericQgnIndiCmailCalendarEventReadLowPrio = 0x224b,
+ EAknsMinorGenericQgnIndiCmailCalendarEventUnread = 0x224c,
+ EAknsMinorGenericQgnIndiCmailCalendarEventUnreadAttachments = 0x224d,
+ EAknsMinorGenericQgnIndiCmailCalendarEventUnreadAttachmentsHighPrio = 0x224e,
+ EAknsMinorGenericQgnIndiCmailCalendarEventUnreadAttachmentsLowPrio = 0x224f,
+ EAknsMinorGenericQgnIndiCmailCalendarEventUnreadHighPrio = 0x2250,
+ EAknsMinorGenericQgnIndiCmailCalendarEventUnreadLowPrio = 0x2251,
+ EAknsMinorGenericQgnIndiCmailCalendarOccasion = 0x2252,
+ EAknsMinorGenericQgnIndiCmailCalendarPriorityHigh = 0x2253,
+ EAknsMinorGenericQgnIndiCmailCalendarPriorityHigh2 = 0x2254,
+ EAknsMinorGenericQgnIndiCmailCalendarPriorityLow = 0x2255,
+ EAknsMinorGenericQgnIndiCmailCalendarPriorityLow2 = 0x2256,
+ EAknsMinorGenericQgnIndiCmailCalendarPriorityNormal = 0x2257,
+ EAknsMinorGenericQgnIndiCmailCalendarRecurrence = 0x2258,
+ EAknsMinorGenericQgnIndiCmailCalendarSubject = 0x2259,
+ EAknsMinorGenericQgnIndiCmailCalendarTrackingAccept = 0x225a,
+ EAknsMinorGenericQgnIndiCmailCalendarTrackingNone = 0x225b,
+ EAknsMinorGenericQgnIndiCmailCalendarTrackingReject = 0x225c,
+ EAknsMinorGenericQgnIndiCmailCalendarTrackingTentative = 0x225d,
+ EAknsMinorGenericQgnIndiCmailCollapse = 0x225e,
+ EAknsMinorGenericQgnIndiCmailConnected = 0x225f,
+ EAknsMinorGenericQgnIndiCmailConnecting = 0x2260,
+ EAknsMinorGenericQgnIndiCmailDisconnected = 0x2261,
+ EAknsMinorGenericQgnIndiCmailDisconnectedError = 0x2262,
+ EAknsMinorGenericQgnIndiCmailDisconnectedLowBattery = 0x2263,
+ EAknsMinorGenericQgnIndiCmailDropEmailAccount = 0x2264,
+ EAknsMinorGenericQgnIndiCmailDropInbox = 0x2265,
+ EAknsMinorGenericQgnIndiCmailDropMoreFolders = 0x2266,
+ EAknsMinorGenericQgnIndiCmailExpand = 0x2267,
+ EAknsMinorGenericQgnIndiCmailFoldersAsc = 0x2268,
+ EAknsMinorGenericQgnIndiCmailFoldersDesc = 0x2269,
+ EAknsMinorGenericQgnIndiCmailGoogleMailbox = 0x226a,
+ EAknsMinorGenericQgnIndiCmailHomeArrowRight = 0x226b,
+ EAknsMinorGenericQgnIndiCmailLauncherHelp = 0x226c,
+ EAknsMinorGenericQgnIndiCmailLauncherInbox = 0x226d,
+ EAknsMinorGenericQgnIndiCmailLauncherInfo = 0x226e,
+ EAknsMinorGenericQgnIndiCmailLauncherMailboxDefault = 0x226f,
+ EAknsMinorGenericQgnIndiCmailLauncherRemoteLookup = 0x2270,
+ EAknsMinorGenericQgnIndiCmailLauncherSearch = 0x2271,
+ EAknsMinorGenericQgnIndiCmailLauncherSettings = 0x2272,
+ EAknsMinorGenericQgnIndiCmailMeetReqAlarm = 0x2273,
+ EAknsMinorGenericQgnIndiCmailMeetReqCheckboxOff = 0x2274,
+ EAknsMinorGenericQgnIndiCmailMeetReqCheckboxOn = 0x2275,
+ EAknsMinorGenericQgnIndiCmailMeetReqClock = 0x2276,
+ EAknsMinorGenericQgnIndiCmailMeetReqDateEnd = 0x2277,
+ EAknsMinorGenericQgnIndiCmailMeetReqDateStart = 0x2278,
+ EAknsMinorGenericQgnIndiCmailMeetReqLocation = 0x2279,
+ EAknsMinorGenericQgnIndiCmailMsg = 0x227a,
+ EAknsMinorGenericQgnIndiCmailMsgEditor = 0x227b,
+ EAknsMinorGenericQgnIndiCmailMsgRead = 0x227c,
+ EAknsMinorGenericQgnIndiCmailMsgReadDelete = 0x227d,
+ EAknsMinorGenericQgnIndiCmailMsgReadRepliedAll = 0x227e,
+ EAknsMinorGenericQgnIndiCmailRead = 0x227f,
+ EAknsMinorGenericQgnIndiCmailReadAttach = 0x2280,
+ EAknsMinorGenericQgnIndiCmailReadAttachment = 0x2281,
+ EAknsMinorGenericQgnIndiCmailReadAttachHighPrio = 0x2282,
+ EAknsMinorGenericQgnIndiCmailReadAttachLowPrio = 0x2283,
+ EAknsMinorGenericQgnIndiCmailReadForwarded = 0x2284,
+ EAknsMinorGenericQgnIndiCmailReadForwardedAttach = 0x2285,
+ EAknsMinorGenericQgnIndiCmailReadForwardedAttachHighPrio = 0x2286,
+ EAknsMinorGenericQgnIndiCmailReadForwardedAttachLowPrio = 0x2287,
+ EAknsMinorGenericQgnIndiCmailReadForwardedHighPrio = 0x2288,
+ EAknsMinorGenericQgnIndiCmailReadForwardedLowPrio = 0x2289,
+ EAknsMinorGenericQgnIndiCmailReadHighPrio = 0x228a,
+ EAknsMinorGenericQgnIndiCmailReadLowPrio = 0x228b,
+ EAknsMinorGenericQgnIndiCmailReadReplied = 0x228c,
+ EAknsMinorGenericQgnIndiCmailReadRepliedAttach = 0x228d,
+ EAknsMinorGenericQgnIndiCmailReadRepliedAttachHighPrio = 0x228e,
+ EAknsMinorGenericQgnIndiCmailReadRepliedAttachLowPrio = 0x228f,
+ EAknsMinorGenericQgnIndiCmailReadRepliedForwarded = 0x2290,
+ EAknsMinorGenericQgnIndiCmailReadRepliedForwardedAttach = 0x2291,
+ EAknsMinorGenericQgnIndiCmailReadRepliedForwardedAttachHighPrio = 0x2292,
+ EAknsMinorGenericQgnIndiCmailReadRepliedForwardedAttachLowPrio = 0x2293,
+ EAknsMinorGenericQgnIndiCmailReadRepliedForwardedHighPrio = 0x2294,
+ EAknsMinorGenericQgnIndiCmailReadRepliedHighPrio = 0x2295,
+ EAknsMinorGenericQgnIndiCmailReadRepliedLowPrio = 0x2296,
+ EAknsMinorGenericQgnIndiCmailSent = 0x2297,
+ EAknsMinorGenericQgnIndiCmailSync = 0x2298,
+ EAknsMinorGenericQgnIndiCmailSynchronisation = 0x2299,
+ EAknsMinorGenericQgnIndiCmailUnread = 0x229a,
+ EAknsMinorGenericQgnIndiCmailUnreadAttach = 0x229b,
+ EAknsMinorGenericQgnIndiCmailUnreadAttachHighPrio = 0x229c,
+ EAknsMinorGenericQgnIndiCmailUnreadAttachLowPrio = 0x229d,
+ EAknsMinorGenericQgnIndiCmailUnreadForwarded = 0x229e,
+ EAknsMinorGenericQgnIndiCmailUnreadForwardedAttach = 0x229f,
+ EAknsMinorGenericQgnIndiCmailUnreadForwardedAttachHighPrio = 0x22a0,
+ EAknsMinorGenericQgnIndiCmailUnreadForwardedAttachLowPrio = 0x22a1,
+ EAknsMinorGenericQgnIndiCmailUnreadForwardedHighPrio = 0x22a2,
+ EAknsMinorGenericQgnIndiCmailUnreadForwardedLowPrio = 0x22a3,
+ EAknsMinorGenericQgnIndiCmailUnreadHighPrio = 0x22a4,
+ EAknsMinorGenericQgnIndiCmailUnreadLowPrio = 0x22a5,
+ EAknsMinorGenericQgnIndiCmailUnreadReplied = 0x22a6,
+ EAknsMinorGenericQgnIndiCmailUnreadRepliedAttach = 0x22a7,
+ EAknsMinorGenericQgnIndiCmailUnreadRepliedAttachHighPrio = 0x22a8,
+ EAknsMinorGenericQgnIndiCmailUnreadRepliedAttachLowPrio = 0x22a9,
+ EAknsMinorGenericQgnIndiCmailUnreadRepliedHighPrio = 0x22aa,
+ EAknsMinorGenericQgnIndiCmailUnreadRepliedLowPrio = 0x22ab,
+ EAknsMinorGenericQgnIndiCmailViewerAttachDoc = 0x22ac,
+ EAknsMinorGenericQgnIndiCmailViewerAttachHtml = 0x22ad,
+ EAknsMinorGenericQgnIndiCmailViewerAttachImage = 0x22ae,
+ EAknsMinorGenericQgnIndiCmailViewerAttachNotDownloaded = 0x22af,
+ EAknsMinorGenericQgnIndiCmailViewerAttachPdf = 0x22b0,
+ EAknsMinorGenericQgnIndiCmailViewerAttachPpt = 0x22b1,
+ EAknsMinorGenericQgnIndiCmailViewerAttachRtf = 0x22b2,
+ EAknsMinorGenericQgnIndiCmailViewerAttachUnidentified = 0x22b3,
+ EAknsMinorGenericQgnIndiCmailViewerAttachXls = 0x22b4,
+ EAknsMinorGenericQgnIndiCmailViewerFollowUp = 0x22b5,
+ EAknsMinorGenericQgnIndiCmailViewerFollowUpComplete = 0x22b6,
+ EAknsMinorGenericQgnMenuCmail = 0x22b7,
+ EAknsMinorGenericQgnMenuCmailIntraBrowser = 0x22b8,
+ EAknsMinorGenericQgnMenuInternetRadio = 0x22b9,
+ EAknsMinorGenericQgnPropCmailActionAddToContacts = 0x22ba,
+ EAknsMinorGenericQgnPropCmailActionAttachmentCancelDownload = 0x22bb,
+ EAknsMinorGenericQgnPropCmailActionAttachmentDownload = 0x22bc,
+ EAknsMinorGenericQgnPropCmailActionAttachmentDownloadAll = 0x22bd,
+ EAknsMinorGenericQgnPropCmailActionAttachmentListOptionsAdd = 0x22be,
+ EAknsMinorGenericQgnPropCmailActionAttachmentListOptionsCancelAll = 0x22bf,
+ EAknsMinorGenericQgnPropCmailActionAttachmentListOptionsDelete = 0x22c0,
+ EAknsMinorGenericQgnPropCmailActionAttachmentListOptionsDeleteAll = 0x22c1,
+ EAknsMinorGenericQgnPropCmailActionAttachmentListOptionsViewAll = 0x22c2,
+ EAknsMinorGenericQgnPropCmailActionAttachmentOpen = 0x22c3,
+ EAknsMinorGenericQgnPropCmailActionAttachmentSave = 0x22c4,
+ EAknsMinorGenericQgnPropCmailActionAttachmentSaveAll = 0x22c5,
+ EAknsMinorGenericQgnPropCmailActionAudio = 0x22c6,
+ EAknsMinorGenericQgnPropCmailActionBookmark = 0x22c7,
+ EAknsMinorGenericQgnPropCmailActionCalendarDelete = 0x22c8,
+ EAknsMinorGenericQgnPropCmailActionCall = 0x22c9,
+ EAknsMinorGenericQgnPropCmailActionCall2 = 0x22ca,
+ EAknsMinorGenericQgnPropCmailActionCallVideo = 0x22cb,
+ EAknsMinorGenericQgnPropCmailActionConfService = 0x22cc,
+ EAknsMinorGenericQgnPropCmailActionContactDetail = 0x22cd,
+ EAknsMinorGenericQgnPropCmailActionCreateMeeting = 0x22ce,
+ EAknsMinorGenericQgnPropCmailActionCreateMsg = 0x22cf,
+ EAknsMinorGenericQgnPropCmailActionDelete = 0x22d0,
+ EAknsMinorGenericQgnPropCmailActionEmail = 0x22d1,
+ EAknsMinorGenericQgnPropCmailActionForward = 0x22d2,
+ EAknsMinorGenericQgnPropCmailActionMarkRead = 0x22d3,
+ EAknsMinorGenericQgnPropCmailActionMarkUnread = 0x22d4,
+ EAknsMinorGenericQgnPropCmailActionMeeting = 0x22d5,
+ EAknsMinorGenericQgnPropCmailActionMoveMsg = 0x22d6,
+ EAknsMinorGenericQgnPropCmailActionMoveToDrafts = 0x22d7,
+ EAknsMinorGenericQgnPropCmailActionMsg = 0x22d8,
+ EAknsMinorGenericQgnPropCmailActionOpenInIntranet = 0x22d9,
+ EAknsMinorGenericQgnPropCmailActionOpenInWeb = 0x22da,
+ EAknsMinorGenericQgnPropCmailActionPostcard = 0x22db,
+ EAknsMinorGenericQgnPropCmailActionPtt = 0x22dc,
+ EAknsMinorGenericQgnPropCmailActionRemoteLookup = 0x22dd,
+ EAknsMinorGenericQgnPropCmailActionReply = 0x22de,
+ EAknsMinorGenericQgnPropCmailActionReplyAll = 0x22df,
+ EAknsMinorGenericQgnPropCmailActionSave = 0x22e0,
+ EAknsMinorGenericQgnPropCmailActionViewCalendar = 0x22e1,
+ EAknsMinorGenericQgnPropCmailActionVoip = 0x22e2,
+ EAknsMinorGenericQgnPropCmailContactsFavourite = 0x22e3,
+ EAknsMinorGenericQgnPropCmailContactsGroup = 0x22e4,
+ EAknsMinorGenericQgnPropCmailFoldersDeletedItems = 0x22e5,
+ EAknsMinorGenericQgnPropCmailFoldersDrafts = 0x22e6,
+ EAknsMinorGenericQgnPropCmailFoldersInbox = 0x22e7,
+ EAknsMinorGenericQgnPropCmailFoldersOutbox = 0x22e8,
+ EAknsMinorGenericQgnPropCmailFoldersSent = 0x22e9,
+ EAknsMinorGenericQgnPropCmailFoldersServerFolder = 0x22ea,
+ EAknsMinorGenericQgnPropCmailFoldersSubfolders = 0x22eb,
+ EAknsMinorGenericQgnPropCmailInboxSmall = 0x22ec,
+ EAknsMinorGenericQgnPropCmailWmlBookmark = 0x22ed,
+ EAknsMinorGenericQgnWkaCxt = 0x22ee,
+ EAknsMinorGenericQgnHomeRefreshing1 = 0x22ef,
+ EAknsMinorGenericQgnHomeRefreshing2 = 0x22f0,
+ EAknsMinorGenericQgnHomeRefreshing3 = 0x22f1,
+ EAknsMinorGenericQgnHomeRefreshing4 = 0x22f2,
+ EAknsMinorGenericQgnHomeRefreshingFails = 0x22f3,
+ EAknsMinorGenericQgnIndiCallVideo12 = 0x22f4,
+ EAknsMinorGenericQgnIndiCallVideoCallsta12 = 0x22f5,
+ EAknsMinorGenericQgnIndiCam4Panorama = 0x22f6,
+ EAknsMinorGenericQgnIndiCam4TbPanorama = 0x22f7,
+ EAknsMinorGenericQgnIndiRadioNextDisabled = 0x22f8,
+ EAknsMinorGenericQgnIndiRadioNextPressed = 0x22f9,
+ EAknsMinorGenericQgnIndiRadioPreviousDisabled = 0x22fa,
+ EAknsMinorGenericQgnIndiRadioPreviousPressed = 0x22fb,
+ EAknsMinorGenericQgnIndiRadioSoundDisabled = 0x22fc,
+ EAknsMinorGenericQgnIndiRadioSoundMutedDisabled = 0x22fd,
+ EAknsMinorGenericQgnIndiRadioSoundMutedPressed = 0x22fe,
+ EAknsMinorGenericQgnIndiRadioSoundPressed = 0x22ff,
+ EAknsMinorGenericQgnPropHomeAddFriend = 0x2300,
+ EAknsMinorGenericQgnPropHomeDefaultFriend = 0x2301,
+ EAknsMinorGenericQgnPropMupAlbumLarge = 0x2302,
+ EAknsMinorGenericQgnPropMupArtistLarge = 0x2303,
+ EAknsMinorGenericQgnPropMupComposerLarge = 0x2304,
+ EAknsMinorGenericQgnPropMupGenreLarge = 0x2305,
+ EAknsMinorGenericQgnPropMupPlaylistLarge = 0x2306,
+ EAknsMinorGenericQgnPropMupPodcastsLarge = 0x2307,
+ EAknsMinorGenericQgnPropMupSongsLarge = 0x2308,
+ EAknsMinorGenericQgnGrafPbPicDefault = 0x2309,
+ EAknsMinorGenericQgnGrafPbPicOvalMaskIcon = 0x230a,
+ EAknsMinorGenericQgnGrafSwipeindiBgLeft = 0x230b,
+ EAknsMinorGenericQgnGrafSwipeindiBgRight = 0x230c,
+ EAknsMinorGenericQgnIndiBrowserOvi = 0x230d,
+ EAknsMinorGenericQgnIndiGreenHandle = 0x230e,
+ EAknsMinorGenericQgnIndiOrgArrowDown = 0x230f,
+ EAknsMinorGenericQgnIndiOrgArrowLeft = 0x2310,
+ EAknsMinorGenericQgnIndiOrgArrowRight = 0x2311,
+ EAknsMinorGenericQgnIndiOrgArrowUp = 0x2312,
+ EAknsMinorGenericQgnIndiUnlockScreen = 0x2313,
+ EAknsMinorGenericQgnMenuFmtx = 0x2314,
+ EAknsMinorGenericQgnNoteNfcTouchtotrans = 0x2315,
+ EAknsMinorGenericQgnPropLocevInvalid = 0x2316,
+ EAknsMinorGenericQgnPropVpRatioOrig = 0x2317,
+ EAknsMinorGenericQgnPropVpRatioStretch = 0x2318,
+ EAknsMinorGenericQgnPropVpRatioZoom = 0x2319,
+ EAknsMinorGenericQgnPropWmlBmOvi = 0x231a,
+ EAknsMinorGenericQgnStatClkStpWatchUni = 0x231b,
+ EAknsMinorGenericQgnFrwidgetAddFriendPhoto = 0x231c,
+ EAknsMinorGenericQgnFrwidgetDialledCall = 0x231d,
+ EAknsMinorGenericQgnFrwidgetEmptyPhoto = 0x231e,
+ EAknsMinorGenericQgnFrwidgetEventIndicator = 0x231f,
+ EAknsMinorGenericQgnFrwidgetMissedCallRead = 0x2320,
+ EAknsMinorGenericQgnFrwidgetMissedCallUnread = 0x2321,
+ EAknsMinorGenericQgnFrwidgetReceivedCall = 0x2322,
+ EAknsMinorGenericQgnFrwidgetReceivedEmailRead = 0x2323,
+ EAknsMinorGenericQgnFrwidgetReceivedEmailUnread = 0x2324,
+ EAknsMinorGenericQgnFrwidgetReceivedMsgRead = 0x2325,
+ EAknsMinorGenericQgnFrwidgetReceivedMsgUnread = 0x2326,
+ EAknsMinorGenericQgnFrwidgetRefreshingFeed1 = 0x2327,
+ EAknsMinorGenericQgnFrwidgetRefreshingFeed2 = 0x2328,
+ EAknsMinorGenericQgnFrwidgetRefreshingFeed3 = 0x2329,
+ EAknsMinorGenericQgnFrwidgetRefreshingFeed4 = 0x232a,
+ EAknsMinorGenericQgnFrwidgetScrollIndicator = 0x232b,
+ EAknsMinorGenericQgnFrwidgetScutCall = 0x232c,
+ EAknsMinorGenericQgnFrwidgetScutFeed = 0x232d,
+ EAknsMinorGenericQgnFrwidgetScutNewMessage = 0x232e,
+ EAknsMinorGenericQgnFrwidgetScutRefresh = 0x232f,
+ EAknsMinorGenericQgnFrwidgetScutSettings = 0x2330,
+ EAknsMinorGenericQgnFrwidgetSentEmail = 0x2331,
+ EAknsMinorGenericQgnFrwidgetSentMsg = 0x2332,
+ EAknsMinorGenericQgnFrwidgetSettDetails = 0x2333,
+ EAknsMinorGenericQgnFrwidgetSettPhoto = 0x2334,
+ EAknsMinorGenericQgnFrwidgetSettRemove = 0x2335,
+ EAknsMinorGenericQgnFrwidgetSettSort = 0x2336,
+ EAknsMinorGenericQgnFrwidgetSettWebFeed = 0x2337,
+ EAknsMinorGenericQgnFrwidgetTextFeedPreview = 0x2338,
+ EAknsMinorGenericQgnFrwidgetUnknownFeed = 0x2339,
+ EAknsMinorGenericQgnIndiActivenotesPause = 0x233a,
+ EAknsMinorGenericQgnIndiMpRatioOrig = 0x233b,
+ EAknsMinorGenericQgnIndiMpRatioStretch = 0x233c,
+ EAknsMinorGenericQgnIndiMpRatioZoom = 0x233d,
+ EAknsMinorGenericQgnMenu = 0x233e,
+ EAknsMinorGenericQgnPropPaGotomynokia = 0x233f,
+ EAknsMinorGenericQgnPropPaInstructions = 0x2340,
+ EAknsMinorGenericQgnPropPbCommCall = 0x2341,
+ EAknsMinorGenericQgnPropPbCommCallLarge = 0x2342,
+ EAknsMinorGenericQgnPropPbCommChat = 0x2343,
+ EAknsMinorGenericQgnPropPbCommChatLarge = 0x2344,
+ EAknsMinorGenericQgnPropPbCommEmail = 0x2345,
+ EAknsMinorGenericQgnPropPbCommEmailLarge = 0x2346,
+ EAknsMinorGenericQgnPropPbCommMessage = 0x2347,
+ EAknsMinorGenericQgnPropPbCommMessageLarge = 0x2348,
+ EAknsMinorGenericQgnPropPbCommNoValidLm = 0x2349,
+ EAknsMinorGenericQgnPropPbCommUrl = 0x234a,
+ EAknsMinorGenericQgnPropPbCommUrlLarge = 0x234b,
+ EAknsMinorGenericQgnPropPbCommValidLm = 0x234c,
+ EAknsMinorGenericQgnPropPbCommValidLmLarge = 0x234d,
+ EAknsMinorGenericQgnPropPbCommVcall = 0x234e,
+ EAknsMinorGenericQgnPropPbCommVcallLarge = 0x234f,
+ EAknsMinorGenericQgnPropPbCommVoip = 0x2350,
+ EAknsMinorGenericQgnPropPbCommVoipLarge = 0x2351,
+ EAknsMinorGenericQgnPropPbNoValidLm = 0x2352,
+ EAknsMinorGenericQgnGrafBgTportSw = 0x2353,
+ EAknsMinorGenericQgnGrafCamPanoramaActiveframe = 0x2354,
+ EAknsMinorGenericQgnGrafCamPanoramaArea = 0x2355,
+ EAknsMinorGenericQgnGrafCamPanoramaCapture = 0x2356,
+ EAknsMinorGenericQgnGrafCamPanoramaFrame = 0x2357,
+ EAknsMinorGenericQgnGrafCamPanoramaGuide = 0x2358,
+ EAknsMinorGenericQgnGrafCamPanoramaGuideDashed = 0x2359,
+ EAknsMinorGenericQgnGrafCamPanoramaLeft = 0x235a,
+ EAknsMinorGenericQgnGrafCamPanoramaRight = 0x235b,
+ EAknsMinorGenericQgnIndiCam4Quality12mpHigh = 0x235c,
+ EAknsMinorGenericQgnIndiTvButtonGotostore = 0x235d,
+ EAknsMinorGenericQgnPropSetSlideSettings = 0x235e,
+ EAknsMinorGenericQgnGrafSnoozealarmButtonGrey = 0x235f,
+ EAknsMinorGenericQgnGrafStopalarmButtonOrange = 0x2360,
+ EAknsMinorGenericQgnIndiInputFshwrSctPage3 = 0x2361,
+ EAknsMinorGenericQgnPropBrowserInfoSmall = 0x2362,
+ EAknsMinorGenericQgnMenuMessageReader = 0x2363,
+ EAknsMinorGenericRlsApplicationNameGrid = 0x2364,
+ EAknsMinorGenericQgnIndiCmailMailForExchange = 0x2365,
+ EAknsMinorGenericQgnIndiMusicWidgetTbRadioSound = 0x2366,
+ EAknsMinorGenericQgnIndiMusicWidgetTbRadioSoundDimmed = 0x2367,
+ EAknsMinorGenericQgnIndiMusicWidgetTbRadioSoundMuted = 0x2368,
+ EAknsMinorGenericQgnIndiMusicWidgetTbRadioSoundMutedDimmed = 0x2369,
+ EAknsMinorGenericQgnIndiTvTbEpg = 0x236a,
+ EAknsMinorGenericQgnStatCaseCyrillicCapital = 0x236b,
+ EAknsMinorGenericQgnStatCaseCyrillicSmall = 0x236c,
+ EAknsMinorGenericQgnStatCaseCyrillicText = 0x236d,
+ EAknsMinorGenericQgnStatCaseGreekCapital = 0x236e,
+ EAknsMinorGenericQgnStatCaseGreekSmall = 0x236f,
+ EAknsMinorGenericQgnStatCaseGreekText = 0x2370,
+ EAknsMinorGenericQgnIndiCmailArrowRight = 0x2371,
+ EAknsMinorGenericQgnIndiCmailReadRepliedForwardedLowPrio = 0x2372,
+ EAknsMinorGenericQgnIndiInputCandiListOpen = 0x2373,
+ EAknsMinorGenericQgnIndiPbTbImage = 0x2374,
+ EAknsMinorGenericQgnIndiPbTbSendBcard = 0x2375,
+ EAknsMinorGenericQgnMenuNgageDt = 0x2376,
+ EAknsMinorGenericQgnMenuOviFiles = 0x2377,
+ EAknsMinorGenericQgnPropCmailAttachPresentation = 0x2378,
+ EAknsMinorGenericQgnPropMceNfcRead = 0x2379,
+ EAknsMinorGenericQgnPropMceNfcUnread = 0x237a,
+ EAknsMinorGenericQgnPropPbMycard = 0x237b,
+ EAknsMinorGenericQgnStatHdmiConnect = 0x237c,
+ EAknsMinorGenericQgnIndiAlarmSilence = 0x237d,
+ EAknsMinorGenericQgnIndiAlarmSnooze = 0x237e,
+ EAknsMinorGenericQgnIndiAlarmStop = 0x237f,
+ EAknsMinorGenericQgnIndiPbDefaultConnAdd = 0x2380,
+ EAknsMinorGenericQgnPropServiceFriendBlocked = 0x2381,
+ EAknsMinorGenericQgnHomeWidgetDisabled = 0x2382,
+ EAknsMinorGenericQgnIndiMupHomeNoAlbumArt = 0x2383,
+ EAknsMinorGenericQgnMenuOviSync = 0x2384,
+ EAknsMinorGenericQgnPropOviSync = 0x2385,
+ EAknsMinorGenericExampleMsnTab = 0x2386,
+ EAknsMinorGenericQgnHomeRefreshingDisabled = 0x2387,
+ EAknsMinorGenericQgnPropImwidgetBrandAvatar = 0x2388,
+ EAknsMinorGenericQgnPropImwidgetDefaultAvatar = 0x2389,
+ EAknsMinorGenericQgnPropImwidgetFriendAway = 0x238a,
+ EAknsMinorGenericQgnPropImwidgetFriendBusy = 0x238b,
+ EAknsMinorGenericQgnPropImwidgetFriendInvisible = 0x238c,
+ EAknsMinorGenericQgnPropImwidgetFriendOff = 0x238d,
+ EAknsMinorGenericQgnPropImwidgetFriendOn = 0x238e,
+ EAknsMinorGenericQgnPropImwidgetImsgNew = 0x238f,
+ EAknsMinorGenericQgnPropImFriendVoip = 0x2390,
+ EAknsMinorGenericQgnServtabAvatarBlocked = 0x2391,
+ EAknsMinorGenericQgnStatNewMsgUni = 0x2392,
+ EAknsMinorGenericQgnIndiCalendarClockAlarm = 0x2393,
+ EAknsMinorGenericQgnIndiCallAnswer = 0x2394,
+ EAknsMinorGenericQgnIndiCam4TbTag = 0x2395,
+ EAknsMinorGenericQgnIndiMupHomeMusicDefault = 0x2396,
+ EAknsMinorGenericQgnMenuChiTalkingDict = 0x2397,
+ EAknsMinorGenericQgnNoteChidictSearch = 0x2398,
+ EAknsMinorGenericQgnNotePa4Tipalert = 0x2399,
+ EAknsMinorGenericQgnPropPa4Aboutmynokia = 0x239a,
+ EAknsMinorGenericQgnPropPa4History = 0x239b,
+ EAknsMinorGenericQgnPropPa4Tip = 0x239c,
+ EAknsMinorGenericQgnPropPa4VisitedTip = 0x239d,
+ EAknsMinorGenericQgnPropSetGeneSlide = 0x239e,
+ EAknsMinorGenericQgnIndiCam4QualityHd = 0x239f,
+ EAknsMinorGenericQgnMenuBrowserng = 0x23a0,
+ EAknsMinorGenericQgnGrafFepGuideGrid = 0x23a1,
+ EAknsMinorGenericQgnGrafFepGuideLine = 0x23a2,
+ EAknsMinorGenericQgnIndiClkTbReset = 0x23a3,
+ EAknsMinorGenericQgnIndiCmailDisconnectedScopy = 0x23a4,
+ EAknsMinorGenericQgnIndiTbAddHomecity = 0x23a5,
+ EAknsMinorGenericQgnIndiTbAddLocation = 0x23a6,
+ EAknsMinorGenericQgnIndiTbNewTimer = 0x23a7,
+ EAknsMinorGenericQgnIndiTbStpWatchLap = 0x23a8,
+ EAknsMinorGenericQgnIndiTbStpWatchSplit = 0x23a9,
+ EAknsMinorGenericQgnPropCmailAttachPresentation2 = 0x23aa,
+ EAknsMinorGenericQgnIndiCdrActionArrowDown = 0x23ab,
+ EAknsMinorGenericQgnIndiCdrActionArrowUp = 0x23ac,
+ EAknsMinorGenericQgnIndiCdrDateAlarm = 0x23ad,
+ EAknsMinorGenericQgnIndiCdrEdit = 0x23ae,
+ EAknsMinorGenericQgnIndiCdrInvitation = 0x23af,
+ EAknsMinorGenericQgnIndiCdrNewTodo = 0x23b0,
+ EAknsMinorGenericQgnIndiCdrRecurrenceException = 0x23b1,
+ EAknsMinorGenericQgnIndiCdrWeekLeft = 0x23b2,
+ EAknsMinorGenericQgnIndiCdrWeekRight = 0x23b3,
+ EAknsMinorGenericQgnIndiRadioRockerAutotuneDownDisabled = 0x23b4,
+ EAknsMinorGenericQgnIndiRadioRockerAutotuneUpDisabled = 0x23b5,
+ EAknsMinorGenericQgnIndiRadioRockerListViewDisabled = 0x23b6,
+ EAknsMinorGenericQgnIndiRadioTune = 0x23b7,
+ EAknsMinorGenericQgnMenuGroupDatam = 0x23b8,
+ EAknsMinorGenericQgnMenuGroupEmail = 0x23b9,
+ EAknsMinorGenericQgnStatCaseHybrid = 0x23ba,
+ EAknsMinorGenericQgnGrafStartupProto = 0x23bb,
+ EAknsMinorGenericQgnPropContPerson = 0x23bc,
+ EAknsMinorGenericQgnPropEmailLog = 0x23bd,
+ EAknsMinorGenericQgnPropFolderOpenSub = 0x23be,
+ EAknsMinorGenericQgnPropLocOnMap = 0x23bf,
+ EAknsMinorGenericQgnPropMsgLog = 0x23c0,
+ EAknsMinorGenericQgnPropOutgEmail = 0x23c1,
+ EAknsMinorGenericQgnPropOutgMsg = 0x23c2,
+ EAknsMinorGenericQgnPropOutgPhoto = 0x23c3,
+ EAknsMinorGenericQgnPropPhotosNearYou = 0x23c4,
+ EAknsMinorGenericQgnPropPluginsAv = 0x23c5,
+ EAknsMinorGenericQgnPropSearch = 0x23c6,
+ EAknsMinorGenericQgnPropSendBirthday = 0x23c7,
+ EAknsMinorGenericQgnPropSendNowpl = 0x23c8,
+ EAknsMinorGenericQgnPropSendNowwatTv = 0x23c9,
+ EAknsMinorGenericQgnPropSendNowwatVideo = 0x23ca,
+ EAknsMinorGenericQgnPropThisdayMsg = 0x23cb,
+ EAknsMinorGenericQgnPropThisdayPhotos = 0x23cc,
+ EAknsMinorGenericQgnPropSetAppsNfcOff = 0x23cd,
+ EAknsMinorGenericQgnPropSetAppsNfcOn = 0x23ce,
+ EAknsMinorGenericQgnGrafScreencalibUnfocus = 0x23cf,
+ EAknsMinorGenericQgnIndiCam4Quality6mpHigh = 0x23d0,
+ EAknsMinorGenericQgnIndiCam4Quality9mpHigh = 0x23d1,
+ EAknsMinorGenericQgnIndiInputCaseSymbol = 0x23d2,
+ EAknsMinorGenericQgnIndiInputConvertToEnglish = 0x23d3,
+ EAknsMinorGenericQgnIndiInputConvertToKorean = 0x23d4,
+ EAknsMinorGenericQgnPropMpVideoFeeds = 0x23d5,
+ EAknsMinorGenericQgnPropServiceUnknownAvatar = 0x23d6,
+ EAknsMinorGenericQgnPropUsbModem = 0x23d7,
+ EAknsMinorGenericQgnPropUsbMtp = 0x23d8,
+ EAknsMinorGenericQgnPropUsbPcsuite = 0x23d9,
+ EAknsMinorGenericQgnPropUsbPrint = 0x23da,
+ EAknsMinorGenericQgnIndiInputSctNext = 0x23db,
+ EAknsMinorGenericQgnIndiInputSctPrev = 0x23dc,
+ EAknsMinorGenericQgnGrafScreencalibDot = 0x23dd,
+ EAknsMinorGenericQgnStatServtabUni = 0x23de,
+ EAknsMinorGenericQsnBigclockAnalogueFace = 0x23df,
+ EAknsMinorGenericQsnBigclockAnaloguePointerHours = 0x23e0,
+ EAknsMinorGenericQsnBigclockAnaloguePointerMinutes = 0x23e1,
+ EAknsMinorGenericQsnBigclockAnaloguePointerSeconds = 0x23e2,
+ EAknsMinorGenericQsnBigclockDateBackgroundCenter = 0x23e3,
+ EAknsMinorGenericQsnBigclockDateBackgroundLeft = 0x23e4,
+ EAknsMinorGenericQsnBigclockDateBackgroundRight = 0x23e5,
+ EAknsMinorGenericQgnIndiImageFavourite = 0x23e6,
+ EAknsMinorGenericQgnIndiImageFavouriteInactive = 0x23e7,
+ EAknsMinorGenericQgnIndiImageLocation = 0x23e8,
+ EAknsMinorGenericQgnIndiTbEmailAccept = 0x23e9,
+ EAknsMinorGenericQgnIndiTbEmailDecline = 0x23ea,
+ EAknsMinorGenericQgnIndiTbEmailTentative = 0x23eb,
+ EAknsMinorGenericQgnPropCameraLarge = 0x23ec,
+ EAknsMinorGenericQgnPropShareonlineLarge = 0x23ed,
+ EAknsMinorGenericQgnHomeContactMaskC = 0x23ee,
+ EAknsMinorGenericQgnHomeContactMaskCl = 0x23ef,
+ EAknsMinorGenericQgnHomeContactMaskCr = 0x23f0,
+ EAknsMinorGenericQgnIndiModeAskAutomatedAdd = 0x23f1,
+ EAknsMinorGenericQgnIndiModeAutomatedAdd = 0x23f2,
+ EAknsMinorGenericQgnIndiTbLoc = 0x23f3,
+ EAknsMinorGenericQgnIndiTbMap = 0x23f4,
+ EAknsMinorGenericQgnMenuContactbar = 0x23f5,
+ EAknsMinorGenericQgnMenuOviStore = 0x23f6,
+ EAknsMinorGenericQgnMenuStoresfolder = 0x23f7,
+ EAknsMinorGenericQgnPropHfvuiUni = 0x23f8,
+ EAknsMinorGenericQgnPropSelMap = 0x23f9,
+ EAknsMinorGenericQgnHomeEditBg = 0x23fa,
+ EAknsMinorGenericQgnPropImFriendRequestOffline = 0x23fb,
+ EAknsMinorGenericQgnIndiNaviFollowUp = 0x23fc,
+ EAknsMinorGenericQgnIndiNaviFollowUpComplete = 0x23fd,
+ EAknsMinorGenericQgnIndiSmileyCoffee = 0x23fe,
+ EAknsMinorGenericQgnIndiSmileyConnive = 0x23ff,
+ EAknsMinorGenericQgnIndiSmileyDenial = 0x2400,
+ EAknsMinorGenericQgnIndiSmileyFlirt = 0x2401,
+ EAknsMinorGenericQgnIndiSmileyFrustrated = 0x2402,
+ EAknsMinorGenericQgnIndiSmileyGum = 0x2403,
+ EAknsMinorGenericQgnIndiSmileyIdea = 0x2404,
+ EAknsMinorGenericQgnIndiSmileyInnocent = 0x2405,
+ EAknsMinorGenericQgnIndiSmileyLaugh = 0x2406,
+ EAknsMinorGenericQgnIndiSmileyParty = 0x2407,
+ EAknsMinorGenericQgnIndiSmileyRun = 0x2408,
+ EAknsMinorGenericQgnIndiSmileySilly = 0x2409,
+ EAknsMinorGenericQgnIndiSmileySleep = 0x240a,
+ EAknsMinorGenericQgnIndiSmileySurprised = 0x240b,
+ EAknsMinorGenericQgnIndiTbCollapseAll = 0x240c,
+ EAknsMinorGenericQgnIndiTbExpandAll = 0x240d,
+ EAknsMinorGenericQgnIndiTbFolderSettings = 0x240e,
+ EAknsMinorGenericQgnIndiSignalUmaAttach = 0x240f,
+ EAknsMinorGenericQgnIndiSignalUmaContext = 0x2410,
+ EAknsMinorGenericQgnIndiSignalUmaIcon = 0x2411,
+ EAknsMinorGenericQgnIndiSignalUmaMultipdp = 0x2412,
+ EAknsMinorGenericQgnIndiSignalUmaNoservice = 0x2413,
+ EAknsMinorGenericQgnIndiSignalUmaSuspended = 0x2414,
+ EAknsMinorGenericQgnIndiTbEmailExtend = 0x2415,
+ EAknsMinorGenericQgnIndiTbEmailReplyAll = 0x2416,
+ EAknsMinorGenericQgnStatDebug = 0x2417,
+ EAknsMinorGenericQgnIndiCaleTbChangeview = 0x2418,
+ EAknsMinorGenericQgnIndiCaleTbHide = 0x2419,
+ EAknsMinorGenericQgnIndiCaleTbNew = 0x241a,
+ EAknsMinorGenericQgnIndiCaleTbToday = 0x241b,
+ EAknsMinorGenericQgnIndiCaleTbUnhide = 0x241c,
+ EAknsMinorGenericQgnIndiFsqCursorDown = 0x241d,
+ EAknsMinorGenericQgnIndiFsqCursorUp = 0x241e,
+ EAknsMinorGenericQgnIndiSharedAdd = 0x241f,
+ EAknsMinorGenericQgnIndiSyncOffAdd = 0x2420,
+ EAknsMinorGenericQgnIndiSyncOnAdd = 0x2421,
+ EAknsMinorGenericQgnIndiCmailArrowDown = 0x2422,
+ EAknsMinorGenericQgnIndiExitFs = 0x2423,
+ EAknsMinorGenericQgnHomeEditMode = 0x2424,
+ EAknsMinorGenericQgnIndiCam4TbSave = 0x2425,
+ EAknsMinorGenericQgnIndiCam4TbUse = 0x2426,
+ EAknsMinorGenericQgnIndiCmailHeaderCollapse = 0x2427,
+ EAknsMinorGenericQgnIndiCmailHeaderExpand = 0x2428,
+ EAknsMinorGenericQgnIndiMusicAlbumCover = 0x2429,
+ EAknsMinorGenericQgnIndiMusicAlbumShuffle = 0x242a,
+ EAknsMinorGenericQgnIndiSmileyAnimCoffeeStatic = 0x242b,
+ EAknsMinorGenericQgnIndiSmileyAnimConniveStatic = 0x242c,
+ EAknsMinorGenericQgnIndiSmileyAnimDenialStatic = 0x242d,
+ EAknsMinorGenericQgnIndiSmileyAnimFlirtStatic = 0x242e,
+ EAknsMinorGenericQgnIndiSmileyAnimFrustratedStatic = 0x242f,
+ EAknsMinorGenericQgnIndiSmileyAnimGumStatic = 0x2430,
+ EAknsMinorGenericQgnIndiSmileyAnimIdeaStatic = 0x2431,
+ EAknsMinorGenericQgnIndiSmileyAnimInnocentStatic = 0x2432,
+ EAknsMinorGenericQgnIndiSmileyAnimLaughStatic = 0x2433,
+ EAknsMinorGenericQgnIndiSmileyAnimPartyStatic = 0x2434,
+ EAknsMinorGenericQgnIndiSmileyAnimRunStatic = 0x2435,
+ EAknsMinorGenericQgnIndiSmileyAnimSillyStatic = 0x2436,
+ EAknsMinorGenericQgnIndiSmileyAnimSleepStatic = 0x2437,
+ EAknsMinorGenericQgnIndiSmileyAnimSurprisedStatic = 0x2438,
+ EAknsMinorGenericQgnIndiVideoAc3Branding = 0x2439,
+ EAknsMinorGenericQgnIndiVideoDolby = 0x243a,
+ EAknsMinorGenericQgnIndiWmAdd = 0x243b,
+ EAknsMinorGenericQgnLgalBg = 0x243c,
+ EAknsMinorGenericQgnLgalFav1 = 0x243d,
+ EAknsMinorGenericQgnLgalFav2 = 0x243e,
+ EAknsMinorGenericQgnMenuHswidget = 0x243f,
+ EAknsMinorGenericQgnPropCpConnSettings = 0x2440,
+ EAknsMinorGenericQgnPropPhotoAlbumLarge = 0x2441,
+ EAknsMinorGenericQgnPropPhotoAllLarge = 0x2442,
+ EAknsMinorGenericQgnPropPhotoCalendarLarge = 0x2443,
+ EAknsMinorGenericQgnPropPhotoLocLarge = 0x2444,
+ EAknsMinorGenericQgnPropPhotoTagLarge = 0x2445,
+ EAknsMinorGenericQgnHomePage11 = 0x2446,
+ EAknsMinorGenericQgnHomePage21 = 0x2447,
+ EAknsMinorGenericQgnHomePage22 = 0x2448,
+ EAknsMinorGenericQgnHomePage31 = 0x2449,
+ EAknsMinorGenericQgnHomePage32 = 0x244a,
+ EAknsMinorGenericQgnHomePage33 = 0x244b,
+ EAknsMinorGenericQgnHomePage41 = 0x244c,
+ EAknsMinorGenericQgnHomePage42 = 0x244d,
+ EAknsMinorGenericQgnHomePage43 = 0x244e,
+ EAknsMinorGenericQgnHomePage44 = 0x244f,
+ EAknsMinorGenericQgnHomePage51 = 0x2450,
+ EAknsMinorGenericQgnHomePage52 = 0x2451,
+ EAknsMinorGenericQgnHomePage53 = 0x2452,
+ EAknsMinorGenericQgnHomePage54 = 0x2453,
+ EAknsMinorGenericQgnHomePage55 = 0x2454,
+ EAknsMinorGenericQgnHomePage61 = 0x2455,
+ EAknsMinorGenericQgnHomePage62 = 0x2456,
+ EAknsMinorGenericQgnHomePage63 = 0x2457,
+ EAknsMinorGenericQgnHomePage64 = 0x2458,
+ EAknsMinorGenericQgnHomePage65 = 0x2459,
+ EAknsMinorGenericQgnHomePage66 = 0x245a,
+ EAknsMinorGenericQgnPropCpDevenc = 0x245b,
+ EAknsMinorGenericQgnIndiCmailArrowNext = 0x245c,
+ EAknsMinorGenericQgnIndiCmailArrowPrevious = 0x245d,
+ EAknsMinorGenericQgnIndiCmailOutboxMsg = 0x245e,
+ EAknsMinorGenericQgnIndiCmailUnseenMsg = 0x245f,
+ EAknsMinorGenericQgnIndiHomeFriendEvent = 0x2460,
+ EAknsMinorGenericQgnIndiManyItemsAdd = 0x2461,
+ EAknsMinorGenericQgnMenuHswidgetContacts = 0x2462,
+ EAknsMinorGenericQgnMenuHswidgetOneContact = 0x2463,
+ EAknsMinorGenericQgnMenuLogOut = 0x2464,
+ EAknsMinorGenericQgnPropEmailSortAttachAsc = 0x2465,
+ EAknsMinorGenericQgnPropEmailSortAttachDesc = 0x2466,
+ EAknsMinorGenericQgnPropEmailSortDateAsc = 0x2467,
+ EAknsMinorGenericQgnPropEmailSortDateDesc = 0x2468,
+ EAknsMinorGenericQgnPropEmailSortFollowAsc = 0x2469,
+ EAknsMinorGenericQgnPropEmailSortFollowDesc = 0x246a,
+ EAknsMinorGenericQgnPropEmailSortPriorityAsc = 0x246b,
+ EAknsMinorGenericQgnPropEmailSortPriorityDesc = 0x246c,
+ EAknsMinorGenericQgnPropEmailSortSenderAsc = 0x246d,
+ EAknsMinorGenericQgnPropEmailSortSenderDesc = 0x246e,
+ EAknsMinorGenericQgnPropEmailSortSizeAsc = 0x246f,
+ EAknsMinorGenericQgnPropEmailSortSizeDesc = 0x2470,
+ EAknsMinorGenericQgnPropEmailSortSubjectAsc = 0x2471,
+ EAknsMinorGenericQgnPropEmailSortSubjectDesc = 0x2472,
+ EAknsMinorGenericQgnPropEmailSortUnreadAsc = 0x2473,
+ EAknsMinorGenericQgnPropEmailSortUnreadDesc = 0x2474,
+ EAknsMinorGenericQgnPropHomeNophotoFriend = 0x2475,
+ EAknsMinorGenericQgnPropHomeRemoveFriend = 0x2476,
+ EAknsMinorGenericQgnPropLmLocfromapps = 0x2477,
+ EAknsMinorGenericQgnPropLmRecentloc = 0x2478,
+ EAknsMinorGenericQgnPropLogMailSent = 0x2479,
+ EAknsMinorGenericQgnPropLogSmsSent = 0x247a,
+ EAknsMinorGenericQgnStatVisualVmUni = 0x247b,
+ EAknsMinorGenericQgnMenuN9720swu = 0x247c,
+ EAknsMinorGenericQgnGrafFpsBarFrame = 0x247d,
+ EAknsMinorGenericQgnGrafFpsBarProgress = 0x247e,
+ EAknsMinorGenericQgnGrafFpsNotAdequate = 0x247f,
+ EAknsMinorGenericQgnGrafFpsNotRecognized = 0x2480,
+ EAknsMinorGenericQgnGrafFpsPrintOk = 0x2481,
+ EAknsMinorGenericQgnIndiAdaptSearchBackspace1 = 0x2482,
+ EAknsMinorGenericQgnIndiButtonAnswerWhite = 0x2483,
+ EAknsMinorGenericQgnIndiButtonLogdialerWhite = 0x2484,
+ EAknsMinorGenericQgnIndiInputBackspace1 = 0x2485,
+ EAknsMinorGenericQgnIndiItutBackspace1 = 0x2486,
+ EAknsMinorGenericQgnIndiModeNotAutomatedAdd = 0x2487,
+ EAknsMinorGenericQgnIndiMusicshopTbAccount = 0x2488,
+ EAknsMinorGenericQgnIndiMusicshopTbHome = 0x2489,
+ EAknsMinorGenericQgnIndiMusicshopTbSearch = 0x248a,
+ EAknsMinorGenericQgnIndiRadioTbGotoweb = 0x248b,
+ EAknsMinorGenericQgnIndiRadioTbList = 0x248c,
+ EAknsMinorGenericQgnIndiRadioTbManualtune = 0x248d,
+ EAknsMinorGenericQgnIndiRadioTbMshop = 0x248e,
+ EAknsMinorGenericQgnIndiRadioTbSongrecogn = 0x248f,
+ EAknsMinorGenericQgnMenuHswidgetClockProfiles = 0x2490,
+ EAknsMinorGenericQgnMenuHswidgetShortcuts = 0x2491,
+ EAknsMinorGenericQgnNoteFpsNotAdequate = 0x2492,
+ EAknsMinorGenericQgnNoteFpsNotRecognized = 0x2493,
+ EAknsMinorGenericQgnNoteFpsPrintOk = 0x2494,
+ EAknsMinorGenericQgnNoteRadioJackmini = 0x2495,
+ EAknsMinorGenericQgnPropSetAppsFps = 0x2496,
+ EAknsMinorGenericQgnIndiTbFollowUp = 0x2497,
+ EAknsMinorGenericQgnIndiTbFollowUpSelected = 0x2498,
+ EAknsMinorGenericQgnIndiTbHideBcc = 0x2499,
+ EAknsMinorGenericQgnIndiTbHideCc = 0x249a,
+ EAknsMinorGenericQgnIndiTbHighPriority = 0x249b,
+ EAknsMinorGenericQgnIndiTbHighPrioritySelected = 0x249c,
+ EAknsMinorGenericQgnIndiTbLowPriority = 0x249d,
+ EAknsMinorGenericQgnIndiTbLowPrioritySelected = 0x249e,
+ EAknsMinorGenericQgnIndiTbShowBcc = 0x249f,
+ EAknsMinorGenericQgnIndiTbShowCc = 0x24a0,
+ EAknsMinorGenericQgnNoteDevicelockSwipe = 0x24a1,
+ EAknsMinorGenericQgnGrafFepCharButton = 0x24a2,
+ EAknsMinorGenericQgnIndiBigclockCalendar = 0x24a3,
+ EAknsMinorGenericQgnIndiBigclockCalls = 0x24a4,
+ EAknsMinorGenericQgnIndiBigclockEmail = 0x24a5,
+ EAknsMinorGenericQgnIndiBigclockMail = 0x24a6,
+ EAknsMinorGenericQgnIndiBigclockVoicemail = 0x24a7,
+ EAknsMinorGenericQgnIndiBigclockVoicemailStar = 0x24a8,
+ EAknsMinorGenericQgnIndiBrowserTbExit = 0x24a9,
+ EAknsMinorGenericQgnIndiFepButtonCaseKoreanSymbol = 0x24aa,
+ EAknsMinorGenericQgnIndiInputCaseTextEnglishKorean = 0x24ab,
+ EAknsMinorGenericQgnIndiInputCaseTextKoreanEnglish = 0x24ac,
+ EAknsMinorGenericQgnIndiInputTableDown = 0x24ad,
+ EAknsMinorGenericQgnIndiInputTableUp = 0x24ae,
+ EAknsMinorGenericQgnPropPbAddTop = 0x24af,
+ EAknsMinorGenericQgnPropPbThumpMycard = 0x24b0,
+ EAknsMinorGenericQsnBigclockScreensaverAnalogueFace = 0x24b1,
+ EAknsMinorGenericQsnBigclockScreensaverAnaloguePointerHours = 0x24b2,
+ EAknsMinorGenericQsnBigclockScreensaverAnaloguePointerMinutes = 0x24b3,
+ EAknsMinorGenericQsnBigclockScreensaverAnaloguePointerSeconds = 0x24b4,
+ EAknsMinorGenericQgnHomeContactnameBg = 0x24b5,
+ EAknsMinorGenericQgnIndiBigclockIm = 0x24b6,
+ EAknsMinorGenericQgnMenuActivenotesLinkToCallView = 0x24b7,
+ EAknsMinorGenericQgnMenuEzynotes = 0x24b8,
+ EAknsMinorGenericQgnMenuSetwizLst = 0x24b9,
+ EAknsMinorGenericQgnMenuShortcutUnavailable = 0x24ba,
+ EAknsMinorGenericQgnMenuSmartpromoui = 0x24bb,
+ EAknsMinorGenericQgnMenuWelcome2Lst = 0x24bc,
+ EAknsMinorGenericQgnMenuWelcomCxt = 0x24bd,
+ EAknsMinorGenericQsnBigclockScreensaverDateBackgroundCenter = 0x24be,
+ EAknsMinorGenericQsnBigclockScreensaverDateBackgroundLeft = 0x24bf,
+ EAknsMinorGenericQsnBigclockScreensaverDateBackgroundRight = 0x24c0,
+ EAknsMinorGenericQgnHomeEmailLogos = 0x24c1,
+ EAknsMinorGenericQgnIndiMessageAdd = 0x24c2,
+ EAknsMinorGenericQgnStatJointImUni = 0x24c3,
+ EAknsMinorGenericQgnVraIcon = 0x24c4,
+ EAknsMinorGenericQgnActivenotesFolder = 0x24c5,
+ EAknsMinorGenericQgnActivenotesNote = 0x24c6,
+ EAknsMinorGenericQgnGrafNotifBg = 0x24c7,
+ EAknsMinorGenericQgnIconAppCake = 0x24c8,
+ EAknsMinorGenericQgnIndiActivenotesButtonNewGrid = 0x24c9,
+ EAknsMinorGenericQgnIndiActivenotesButtonNewList = 0x24ca,
+ EAknsMinorGenericQgnIndiActivenotesPlay = 0x24cb,
+ EAknsMinorGenericQgnIndiActivenotesRec = 0x24cc,
+ EAknsMinorGenericQgnIndiEzynoteButtonNew = 0x24cd,
+ EAknsMinorGenericQgnIndiEzynoteButtonNewInactive = 0x24ce,
+ EAknsMinorGenericQgnIndiEzynoteButtonNewList = 0x24cf,
+ EAknsMinorGenericQgnIndiEzynoteButtonNewPressed = 0x24d0,
+ EAknsMinorGenericQgnIndiHomePlasma = 0x24d1,
+ EAknsMinorGenericQgnIndiHomePlasmaCharging = 0x24d2,
+ EAknsMinorGenericQgnIndiMsgboardArrowLeft = 0x24d3,
+ EAknsMinorGenericQgnIndiMsgboardArrowRight = 0x24d4,
+ EAknsMinorGenericQgnIndiPlasmaBatteryCharging = 0x24d5,
+ EAknsMinorGenericQgnIndiTbModesAddCurrentLoc = 0x24d6,
+ EAknsMinorGenericQgnIndiTbModesAddMyLoc = 0x24d7,
+ EAknsMinorGenericQgnIndiTbModesSelectMap = 0x24d8,
+ EAknsMinorGenericQgnIndiTbMsgboardCreateMsg = 0x24d9,
+ EAknsMinorGenericQgnIndiTbMsgboardDelete = 0x24da,
+ EAknsMinorGenericQgnIndiTbMsgboardDetails = 0x24db,
+ EAknsMinorGenericQgnIndiTbMsgboardReply = 0x24dc,
+ EAknsMinorGenericQgnIndiTbMsgboardReplyGroup = 0x24dd,
+ EAknsMinorGenericQgnIndiTbMsgboardSend = 0x24de,
+ EAknsMinorGenericQgnIndiTpActivenotesNewFolder = 0x24df,
+ EAknsMinorGenericQgnIndiTpActivenotesNewNote = 0x24e0,
+ EAknsMinorGenericQgnIndiVrRec = 0x24e1,
+ EAknsMinorGenericQgnLanguageIcon = 0x24e2,
+ EAknsMinorGenericQgnListAnimChicken = 0x24e3,
+ EAknsMinorGenericQgnListAnimChickenBw = 0x24e4,
+ EAknsMinorGenericQgnListAnimCow = 0x24e5,
+ EAknsMinorGenericQgnListAnimCowBw = 0x24e6,
+ EAknsMinorGenericQgnListAnimDog = 0x24e7,
+ EAknsMinorGenericQgnListAnimDogBw = 0x24e8,
+ EAknsMinorGenericQgnListAnimDragon = 0x24e9,
+ EAknsMinorGenericQgnListAnimDragonBw = 0x24ea,
+ EAknsMinorGenericQgnListAnimHorse = 0x24eb,
+ EAknsMinorGenericQgnListAnimHorseBw = 0x24ec,
+ EAknsMinorGenericQgnListAnimMonkey = 0x24ed,
+ EAknsMinorGenericQgnListAnimMonkeyBw = 0x24ee,
+ EAknsMinorGenericQgnListAnimMouse = 0x24ef,
+ EAknsMinorGenericQgnListAnimMouseBw = 0x24f0,
+ EAknsMinorGenericQgnListAnimPig = 0x24f1,
+ EAknsMinorGenericQgnListAnimPigBw = 0x24f2,
+ EAknsMinorGenericQgnListAnimRabbit = 0x24f3,
+ EAknsMinorGenericQgnListAnimRabbitBw = 0x24f4,
+ EAknsMinorGenericQgnListAnimSheep = 0x24f5,
+ EAknsMinorGenericQgnListAnimSheepBw = 0x24f6,
+ EAknsMinorGenericQgnListAnimSnake = 0x24f7,
+ EAknsMinorGenericQgnListAnimSnakeBw = 0x24f8,
+ EAknsMinorGenericQgnListAnimTiger = 0x24f9,
+ EAknsMinorGenericQgnListAnimTigerBw = 0x24fa,
+ EAknsMinorGenericQgnMcspluginLogOut = 0x24fb,
+ EAknsMinorGenericQgnMenuAnimplugingui = 0x24fc,
+ EAknsMinorGenericQgnMenuCmccChinamobileservice = 0x24fd,
+ EAknsMinorGenericQgnMenuCmccCmmusic = 0x24fe,
+ EAknsMinorGenericQgnMenuCmccCmphonebook = 0x24ff,
+ EAknsMinorGenericQgnMenuCmccCustomerservice = 0x2500,
+ EAknsMinorGenericQgnMenuCmccMonternet = 0x2501,
+ EAknsMinorGenericQgnMenuCmccMyfavorite = 0x2502,
+ EAknsMinorGenericQgnMenuDcdAppicon = 0x2503,
+ EAknsMinorGenericQgnMenuDcdChannelitem = 0x2504,
+ EAknsMinorGenericQgnMenuDcdGssetting = 0x2505,
+ EAknsMinorGenericQgnMenuModesAutoOn = 0x2506,
+ EAknsMinorGenericQgnMenuModesDefault = 0x2507,
+ EAknsMinorGenericQgnMenuMsgboard = 0x2508,
+ EAknsMinorGenericQgnMenuN9721swu = 0x2509,
+ EAknsMinorGenericQgnMenuPlasma = 0x250a,
+ EAknsMinorGenericQgnMsActivesearch = 0x250b,
+ EAknsMinorGenericQgnMsAnniversary = 0x250c,
+ EAknsMinorGenericQgnMsArrowLeft = 0x250d,
+ EAknsMinorGenericQgnMsArrowRight = 0x250e,
+ EAknsMinorGenericQgnMsCalendar = 0x250f,
+ EAknsMinorGenericQgnMsContacts = 0x2510,
+ EAknsMinorGenericQgnMsEmail = 0x2511,
+ EAknsMinorGenericQgnMsEmailReceived = 0x2512,
+ EAknsMinorGenericQgnMsEmailSent = 0x2513,
+ EAknsMinorGenericQgnMsFiles = 0x2514,
+ EAknsMinorGenericQgnMsFilesApps = 0x2515,
+ EAknsMinorGenericQgnMsFilesAudio = 0x2516,
+ EAknsMinorGenericQgnMsFilesCategory = 0x2517,
+ EAknsMinorGenericQgnMsFilesExcel = 0x2518,
+ EAknsMinorGenericQgnMsFilesImage = 0x2519,
+ EAknsMinorGenericQgnMsFilesPowerpoint = 0x251a,
+ EAknsMinorGenericQgnMsFilesText = 0x251b,
+ EAknsMinorGenericQgnMsFilesVideo = 0x251c,
+ EAknsMinorGenericQgnMsFilesWord = 0x251d,
+ EAknsMinorGenericQgnMsHelpCategoryIcon = 0x251e,
+ EAknsMinorGenericQgnMsIndevice1Music = 0x251f,
+ EAknsMinorGenericQgnMsIndevice2Contacts = 0x2520,
+ EAknsMinorGenericQgnMsIndevice2Placeholder = 0x2521,
+ EAknsMinorGenericQgnMsIndevice3Pictures = 0x2522,
+ EAknsMinorGenericQgnMsIndevice3Placeholder = 0x2523,
+ EAknsMinorGenericQgnMsIndevice4Placeholder = 0x2524,
+ EAknsMinorGenericQgnMsIndevice4Videos = 0x2525,
+ EAknsMinorGenericQgnMsIndevice5PlacesLocations = 0x2526,
+ EAknsMinorGenericQgnMsIndevice6aBookmarks = 0x2527,
+ EAknsMinorGenericQgnMsIndevice9AppsGames = 0x2528,
+ EAknsMinorGenericQgnMsMeeting = 0x2529,
+ EAknsMinorGenericQgnMsMemo = 0x252a,
+ EAknsMinorGenericQgnMsMessaging = 0x252b,
+ EAknsMinorGenericQgnMsMmsReceived = 0x252c,
+ EAknsMinorGenericQgnMsMmsSent = 0x252d,
+ EAknsMinorGenericQgnMsNotes = 0x252e,
+ EAknsMinorGenericQgnMsOthersCategory = 0x252f,
+ EAknsMinorGenericQgnMsSearchboxShadow = 0x2530,
+ EAknsMinorGenericQgnMsSearchsettingsapp = 0x2531,
+ EAknsMinorGenericQgnMsSmsReceived = 0x2532,
+ EAknsMinorGenericQgnMsSmsSent = 0x2533,
+ EAknsMinorGenericQgnMsTodos = 0x2534,
+ EAknsMinorGenericQgnPopupAlarm = 0x2535,
+ EAknsMinorGenericQgnPropActivenotes = 0x2536,
+ EAknsMinorGenericQgnPropActivenotesBusinessCard = 0x2537,
+ EAknsMinorGenericQgnPropActivenotesFile = 0x2538,
+ EAknsMinorGenericQgnPropActivenotesFileAudio = 0x2539,
+ EAknsMinorGenericQgnPropActivenotesFileBusinessCard = 0x253a,
+ EAknsMinorGenericQgnPropActivenotesFileCorrupted = 0x253b,
+ EAknsMinorGenericQgnPropActivenotesFileImage = 0x253c,
+ EAknsMinorGenericQgnPropActivenotesFileOther = 0x253d,
+ EAknsMinorGenericQgnPropActivenotesFileVideo = 0x253e,
+ EAknsMinorGenericQgnPropActivenotesFolderGrid = 0x253f,
+ EAknsMinorGenericQgnPropActivenotesFolderList = 0x2540,
+ EAknsMinorGenericQgnPropActivenotesLinkToCall = 0x2541,
+ EAknsMinorGenericQgnPropActivenotesLinkToCallList = 0x2542,
+ EAknsMinorGenericQgnPropActivenotesList = 0x2543,
+ EAknsMinorGenericQgnPropActivenotesLocation = 0x2544,
+ EAknsMinorGenericQgnPropCmccAreacode = 0x2545,
+ EAknsMinorGenericQgnPropCmccChat = 0x2546,
+ EAknsMinorGenericQgnPropCmccClubservice = 0x2547,
+ EAknsMinorGenericQgnPropCmccCmmusic = 0x2548,
+ EAknsMinorGenericQgnPropCmccContactupdate = 0x2549,
+ EAknsMinorGenericQgnPropCmccCorporatemail = 0x254a,
+ EAknsMinorGenericQgnPropCmccCustomermanager = 0x254b,
+ EAknsMinorGenericQgnPropCmccCustomermanagernumber = 0x254c,
+ EAknsMinorGenericQgnPropCmccFetion = 0x254d,
+ EAknsMinorGenericQgnPropCmccFinanceonline = 0x254e,
+ EAknsMinorGenericQgnPropCmccForwardsms = 0x254f,
+ EAknsMinorGenericQgnPropCmccGallery = 0x2550,
+ EAknsMinorGenericQgnPropCmccGames = 0x2551,
+ EAknsMinorGenericQgnPropCmccGgame = 0x2552,
+ EAknsMinorGenericQgnPropCmccHotline = 0x2553,
+ EAknsMinorGenericQgnPropCmccLocalcontacts = 0x2554,
+ EAknsMinorGenericQgnPropCmccMagicbox = 0x2555,
+ EAknsMinorGenericQgnPropCmccMmscard = 0x2556,
+ EAknsMinorGenericQgnPropCmccMobilesearch = 0x2557,
+ EAknsMinorGenericQgnPropCmccMobilesecretary = 0x2558,
+ EAknsMinorGenericQgnPropCmccMobilesecretarynumber = 0x2559,
+ EAknsMinorGenericQgnPropCmccMomms = 0x255a,
+ EAknsMinorGenericQgnPropCmccMonternet = 0x255b,
+ EAknsMinorGenericQgnPropCmccMosms = 0x255c,
+ EAknsMinorGenericQgnPropCmccMovietv = 0x255d,
+ EAknsMinorGenericQgnPropCmccMymonternet = 0x255e,
+ EAknsMinorGenericQgnPropCmccNewservices = 0x255f,
+ EAknsMinorGenericQgnPropCmccNewsweather = 0x2560,
+ EAknsMinorGenericQgnPropCmccOnlinecontacts = 0x2561,
+ EAknsMinorGenericQgnPropCmccPbservices = 0x2562,
+ EAknsMinorGenericQgnPropCmccPhoneanimation = 0x2563,
+ EAknsMinorGenericQgnPropCmccPhonebook = 0x2564,
+ EAknsMinorGenericQgnPropCmccPhonebookmanager = 0x2565,
+ EAknsMinorGenericQgnPropCmccPicturesringtones = 0x2566,
+ EAknsMinorGenericQgnPropCmccPlayer = 0x2567,
+ EAknsMinorGenericQgnPropCmccPushemail = 0x2568,
+ EAknsMinorGenericQgnPropCmccSendsms = 0x2569,
+ EAknsMinorGenericQgnPropCmccServicecenter = 0x256a,
+ EAknsMinorGenericQgnPropCmccServiceguide = 0x256b,
+ EAknsMinorGenericQgnPropCmccSetting = 0x256c,
+ EAknsMinorGenericQgnPropCmccSimcardappication = 0x256d,
+ EAknsMinorGenericQgnPropCmccTravelagent = 0x256e,
+ EAknsMinorGenericQgnPropCmccYdzq = 0x256f,
+ EAknsMinorGenericQgnPropCmccYdzqmore = 0x2570,
+ EAknsMinorGenericQgnPropEzynotesFolder = 0x2571,
+ EAknsMinorGenericQgnPropEzynotesFolderLarge = 0x2572,
+ EAknsMinorGenericQgnPropLotus = 0x2573,
+ EAknsMinorGenericQgnPropModesAutomation = 0x2574,
+ EAknsMinorGenericQgnPropModesAutoOff = 0x2575,
+ EAknsMinorGenericQgnPropModesAutoOn = 0x2576,
+ EAknsMinorGenericQgnPropModesCalendar = 0x2577,
+ EAknsMinorGenericQgnPropModesEmail = 0x2578,
+ EAknsMinorGenericQgnPropModesLandmark = 0x2579,
+ EAknsMinorGenericQgnPropModesMsgkey = 0x257a,
+ EAknsMinorGenericQgnPropModesProfile = 0x257b,
+ EAknsMinorGenericQgnPropModesTheme = 0x257c,
+ EAknsMinorGenericQgnPropMsgboard = 0x257d,
+ EAknsMinorGenericQgnPropMsgboardMoreMsgSub = 0x257e,
+ EAknsMinorGenericQgnPropMsgboardNewGroupSub = 0x257f,
+ EAknsMinorGenericQgnPropMsgboardRead = 0x2580,
+ EAknsMinorGenericQgnPropMsgboardReadSub = 0x2581,
+ EAknsMinorGenericQgnPropMsgboardSent = 0x2582,
+ EAknsMinorGenericQgnPropMsgboardSentSub = 0x2583,
+ EAknsMinorGenericQgnPropMsgboardUnread = 0x2584,
+ EAknsMinorGenericQgnPropMsgboardUnreadSub = 0x2585,
+ EAknsMinorGenericQgnPropNotifCale = 0x2586,
+ EAknsMinorGenericQgnPropNotifCalls = 0x2587,
+ EAknsMinorGenericQgnPropNotifDelete = 0x2588,
+ EAknsMinorGenericQgnPropNotifIm = 0x2589,
+ EAknsMinorGenericQgnPropNotifMsg = 0x258a,
+ EAknsMinorGenericQgnPropNotifVoicemail = 0x258b,
+ EAknsMinorGenericQgnPropSetActivenotesSub = 0x258c,
+ EAknsMinorGenericQgnPropSetAppsAn = 0x258d,
+ EAknsMinorGenericQgnPropSetAppsAnykey = 0x258e,
+ EAknsMinorGenericQgnPropSetSlideSub = 0x258f,
+ EAknsMinorGenericQgnSetwizEmailMenuLst = 0x2590,
+ EAknsMinorGenericQgnSetwizOperatorMenuLst = 0x2591,
+ EAknsMinorGenericQgnSetwizPttMenuLst = 0x2592,
+ EAknsMinorGenericQgnSetwizVsMenuLst = 0x2593,
+ EAknsMinorGenericQgnStatDcdChannelitemUnread = 0x2594,
+ EAknsMinorGenericQgnTeamuiActivenotespluginIcon = 0x2595,
+ EAknsMinorGenericQgnWelcome2FinishedGraphic = 0x2596,
+ EAknsMinorGenericQgnWelcome2PluginEmailwizIcon = 0x2597,
+ EAknsMinorGenericQgnWelcome2PluginEmailwizIntroGraphic = 0x2598,
+ EAknsMinorGenericQgnWelcome2PluginPersIcon = 0x2599,
+ EAknsMinorGenericQgnWelcome2PluginPersIntroGraphic = 0x259a,
+ EAknsMinorGenericQgnWelcome2PluginSwitchIcon = 0x259b,
+ EAknsMinorGenericQgnWelcomeBackgroundDark = 0x259c,
+ EAknsMinorGenericQgnWelcomeBackgroundLight = 0x259d,
+ EAknsMinorGenericQgnWelcomePluginEmail = 0x259e,
+ EAknsMinorGenericQgnWelcomePluginEmailLandsc = 0x259f,
+ EAknsMinorGenericQgnWelcomePluginEmailPortr = 0x25a0,
+ EAknsMinorGenericQgnWelcomePluginMaps = 0x25a1,
+ EAknsMinorGenericQgnWelcomePluginMusic = 0x25a2,
+ EAknsMinorGenericQgnWelcomePluginSignup = 0x25a3,
+ EAknsMinorGenericQgnWelcomeSetupComp = 0x25a4,
+ EAknsMinorGenericQgnMenuWebtv = 0x25a5,
+ EAknsMinorGenericQgnIndiButtonVideoShare = 0x25a6,
+ EAknsMinorGenericQgnGrafNotifNoEventsBg = 0x25a7,
+ EAknsMinorGenericQgnIndiInputArabicBackspace = 0x25a8,
+ EAknsMinorGenericQgnIndiInputArabicEnter = 0x25a9,
+ EAknsMinorGenericQgnIndiInputHwrArabicClose = 0x25aa,
+ EAknsMinorGenericQgnIndiInputHwrArabicPage12 = 0x25ab,
+ EAknsMinorGenericQgnIndiInputHwrArabicPage13 = 0x25ac,
+ EAknsMinorGenericQgnIndiInputHwrArabicPage22 = 0x25ad,
+ EAknsMinorGenericQgnIndiInputHwrArabicPage23 = 0x25ae,
+ EAknsMinorGenericQgnIndiInputHwrArabicPage33 = 0x25af,
+ EAknsMinorGenericQgnIndiInputHwrArabicSymbolTable = 0x25b0,
+ EAknsMinorGenericQgnIndiInputHwrArabicWritingArea = 0x25b1,
+ EAknsMinorGenericQgnIndiManyItemsAdd1 = 0x25b2,
+ EAknsMinorGenericQgnIndiModeNotAutomatedAdd1 = 0x25b3,
+ EAknsMinorGenericQgnIndiRrsfeedwidgetFeedsTbAddnew = 0x25b4,
+ EAknsMinorGenericQgnIndiSignalGprsTdscdmaAttach = 0x25b5,
+ EAknsMinorGenericQgnIndiSignalGprsTdscdmaContext = 0x25b6,
+ EAknsMinorGenericQgnIndiSignalGprsTdscdmaIcon = 0x25b7,
+ EAknsMinorGenericQgnIndiSignalGprsTdscdmaMultipdp = 0x25b8,
+ EAknsMinorGenericQgnIndiSignalGprsTdscdmaSuspended = 0x25b9,
+ EAknsMinorGenericQgnIndiSignalHsdpaTdscdmaAttach = 0x25ba,
+ EAknsMinorGenericQgnIndiSignalHsdpaTdscdmaContext = 0x25bb,
+ EAknsMinorGenericQgnIndiSignalHsdpaTdscdmaIcon = 0x25bc,
+ EAknsMinorGenericQgnIndiSignalHsdpaTdscdmaMultipdp = 0x25bd,
+ EAknsMinorGenericQgnIndiSignalHsdpaTdscdmaSuspended = 0x25be,
+ EAknsMinorGenericQgnIndiSignalTdscdmaAttach = 0x25bf,
+ EAknsMinorGenericQgnIndiSignalTdscdmaContext = 0x25c0,
+ EAknsMinorGenericQgnIndiSignalTdscdmaIcon = 0x25c1,
+ EAknsMinorGenericQgnIndiSignalTdscdmaMultipdp = 0x25c2,
+ EAknsMinorGenericQgnIndiSignalTdscdmaSuspended = 0x25c3,
+ EAknsMinorGenericQgnIndiWmAdd1 = 0x25c4,
+ EAknsMinorGenericQgnNoteFaxpc1 = 0x25c5,
+ EAknsMinorGenericQgnPropCmccCustomermanage = 0x25c6,
+ EAknsMinorGenericQgnPropModesProfiles = 0x25c7,
+ EAknsMinorGenericQgnPropModesThemes = 0x25c8,
+ // SCMMARKER_INSERTIONPOINT [9673]
+ EAknsMinorGenericInternalCurrentLastItem = 0x25c9
+ };
+
+// ----------------------------------------------------------------------------
+// EAknsMajorESeries item IDs
+// ----------------------------------------------------------------------------
+
+/**
+* Minor values for item IDs in EAknsMajorESeries major class.
+*
+* @since 3.1
+*/
+enum TAknsMinorESeriesValue
+ {
+ /**
+ * Text colour groups color table item.
+ */
+ EAknsMinorESeriesTextColors = 0x1000,
+
+ /**
+ * Line colour groups color table item.
+ */
+ EAknsMinorESeriesLineColors = 0x1100,
+
+ /**
+ * Other colour groups color table item.
+ */
+ EAknsMinorESeriesOtherColors = 0x1200,
+
+ /**
+ * Highlight colour groups color table item.
+ */
+ EAknsMinorESeriesHighlightColors = 0x1300
+ };
+
+#endif // AKNSCONSTANTS_HRH