mobilemessaging/smum/inc/SMSU.HRH
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     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:  
       
    15 *     This file contains declarations for resources of smum.
       
    16 *     The file can be included in C++ or resource file.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 
       
    22 // INCLUDES
       
    23 
       
    24 #include <mtmuidef.hrh>                 // for KMtmFirstFreeMtmUiFunctionId
       
    25 
       
    26 #define KMtmUiFunctionSimDialog  ( KMtmFirstFreeMtmUiFunctionId + 1 )
       
    27 
       
    28 enum TSmsMtmUiSimDialogButton
       
    29     {
       
    30     ESmsMtmUiCommandIdMove = 1500,
       
    31     ESmsMtmUiCommandIdCopy,
       
    32     ESmsMtmUiCommandIdDelete,
       
    33     ESmsMtmUiCommandIdClose,
       
    34     ESmsMtmUiCommandIdEdit,
       
    35     ESmsMtmUiCommandIdEditMark,
       
    36     ESmsMtmUiCommandIdEditUnmark,
       
    37     ESmsMtmUiCommandIdEditMarkAll,
       
    38     ESmsMtmUiCommandIdEditUnmarkAll,
       
    39     ESmsMtmUiSimDialogWaitNote,
       
    40     ESmsMtmUiSimDialogProgressNote
       
    41 
       
    42     };
       
    43 
       
    44 enum TSmsMtmUiControlId
       
    45     {
       
    46     EMsgControlIdSimMessageListBox = 1
       
    47     };
       
    48 
       
    49 enum
       
    50     {
       
    51     // settings related
       
    52     ESmsSettingsChoiceMenuOpen = 1,
       
    53     ESmsSettingsChoiceMenuEdit,
       
    54     ESmsSettingsChoiceMenuChange,
       
    55     ESmsSettingsChoiceMenuChangeMSK,   
       
    56     ESmsSettingsChoiceMenuNew,
       
    57     ESmsSettingsChoiceMenuDelete,
       
    58     ESmsSettingsChoiceMenuExit,
       
    59     ESmsSettingsListBoxId,
       
    60     ESmsSCListId,
       
    61     ESmsSCAddEditId
       
    62     };