satui/satapp/SATUIInc/satui.hrh
branchRCL_3
changeset 20 987c9837762f
parent 0 ff3b6d0fd310
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
       
     1 /*
       
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *     This file contains declarations for resources of SatUi.
       
    16 *     The file can be included in C++ or resource file.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #ifndef SATUI_HRH
       
    22 #define SATUI_HRH
       
    23 
       
    24 //  CONSTANTS
       
    25 
       
    26 enum
       
    27     {
       
    28     ESatUiCmdSelect = 1,
       
    29     ESatUiCmdExit
       
    30     };
       
    31 
       
    32 enum
       
    33     {
       
    34     ESatUiSoftkeySend = 10,
       
    35     ESatUiSoftkeyCall,
       
    36     ESatUiSoftkeyQuit
       
    37     };
       
    38 
       
    39 enum
       
    40     {
       
    41     ESatUiWaitNote = 1,
       
    42     ESatUiWaitNoteWithCancel,
       
    43     ESatUiRefreshWaitNote,
       
    44     ESatUiSmsWaitNote,
       
    45     ESatUiSsWaitNote,
       
    46     ESatUiDtmfWaitNote,
       
    47     ESatUiPermanentNote,
       
    48     ESatUiMessage,
       
    49     ESatUiInformationNote
       
    50     };
       
    51 
       
    52 enum
       
    53     {
       
    54     ESatUiConfirmSendSms = 1,
       
    55     ESatUiConfirmSendSs,
       
    56     ESatUiConfirmSendUssd,
       
    57     ESatUiConfirmSetUpCall
       
    58     };
       
    59 
       
    60 enum
       
    61     {
       
    62     ESatUiDisplayTextIconLabel=50,
       
    63     ESatUiDisplayTextIconSpacer,
       
    64     ESatUiDisplayTextIconRTxtEd
       
    65     };
       
    66 
       
    67 #endif    // SATUI_HRH
       
    68 
       
    69 //  End of File