uifw/EikStd/srvuisrc/EIKSRV.HRH
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * Copyright (c) 2002-2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Resource headers for project EIKON Server UI.
       
    15 *
       
    16 */
       
    17 
       
    18 enum
       
    19     {
       
    20     EESrvDlgPanicCategory = 1,
       
    21     EESrvDlgPanicName,
       
    22     EESrvDlgPanicCode
       
    23     };
       
    24 
       
    25 enum
       
    26     {
       
    27     EEiksrvTaskListDlgListBox = 1
       
    28     };
       
    29 
       
    30 enum 
       
    31     {
       
    32     EESrvNotifyAlertLabel = 1
       
    33     };
       
    34 
       
    35 enum 
       
    36     {
       
    37     EESrvResetInfoReason = 1,
       
    38     EESrvResetInfoLastException
       
    39     };
       
    40 
       
    41 enum
       
    42     {
       
    43     EEikCtTaskListBox = 1001
       
    44     };
       
    45 
       
    46 // Custom text cursor constants.
       
    47 
       
    48 #define EAknCustomTextCursorFlagInvertMask 0x0001
       
    49 
       
    50 enum TAknCustomTextCursorAlignment      // identical to RWsSession::TCustomTextCursorAlignment
       
    51     {
       
    52     EAknCustomTextCursorAlignTop,
       
    53     EAknCustomTextCursorAlignBaseline,
       
    54     EAknCustomTextCursorAlignBottom
       
    55     };
       
    56 
       
    57 enum TAknCustomTextCursorDrawMode       // same values as CGraphicsContext::TDrawMode
       
    58     {
       
    59     EAknCustomTextCursorDrawModeAND         = 8,
       
    60     EAknCustomTextCursorDrawModeNOTAND      = 9,
       
    61     EAknCustomTextCursorDrawModePEN         = 32,
       
    62     EAknCustomTextCursorDrawModeANDNOT      = 24,
       
    63     EAknCustomTextCursorDrawModeXOR         = 2,
       
    64     EAknCustomTextCursorDrawModeOR          = 4,
       
    65     EAknCustomTextCursorDrawModeNOTANDNOT   = 25,
       
    66     EAknCustomTextCursorDrawModeNOTXOR      = 3,
       
    67     EAknCustomTextCursorDrawModeNOTSCREEN   = 1,
       
    68     EAknCustomTextCursorDrawModeNOTOR       = 5,
       
    69     EAknCustomTextCursorDrawModeNOTPEN      = 48,
       
    70     EAknCustomTextCursorDrawModeORNOT       = 20,
       
    71     EAknCustomTextCursorDrawModeNOTORNOT    = 21
       
    72     };
       
    73 
       
    74 // Value of these must not change !!
       
    75 enum TNotifierButtons
       
    76     {
       
    77     EAknAlertWinButton1 = EEikBidCancel,
       
    78     EAknAlertWinButton2 = EEikBidOk
       
    79     };
       
    80     
       
    81 // End of file