apengine/apsettingshandlerui/inc/ApSettingsHandlerUI.hrh
changeset 61 8b0c979bbe8c
parent 59 2709c04a4af5
child 70 ac5daea24fb0
equal deleted inserted replaced
59:2709c04a4af5 61:8b0c979bbe8c
     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 ApSettingsHandlerUi.
       
    16 *     The file can be included in C++ or resource file.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #ifndef APSETTINGSHANDLER_HRH
       
    22 #define APSETTINGSHANDLER_HRH
       
    23 
       
    24 #define  KApSelectorListboxType     16543
       
    25 #define  KApSettingsListboxType     6544
       
    26 
       
    27 enum TApSelectorMenuCommands
       
    28     {
       
    29     EApSelCmdSelect = 1234,
       
    30     EApSelCmdOpen,
       
    31     EApSelCmdNew,
       
    32     EApSelCmdNewBlank,
       
    33     EApSelCmdNewUseExisting,
       
    34     EApSelCmdDelete,
       
    35     EApSelCmdExit,
       
    36     EApSelCmdChange,
       
    37     EApSelCmdAdvanced,
       
    38 
       
    39     // query commands
       
    40     EApUiCmdRetry,
       
    41     EApUiCmdCancel,
       
    42     
       
    43     EApSelCmdQuickChange
       
    44     };
       
    45 
       
    46 
       
    47 
       
    48 
       
    49 enum TApSelectorDllDlgLineId // dialog line IDs
       
    50     {
       
    51     KApSelectorListboxId = 2,
       
    52     KApSettingsListboxId,
       
    53     KApGeneralNote,
       
    54     KApWaitNote
       
    55     };
       
    56 
       
    57 
       
    58 
       
    59 
       
    60 #endif      //  APSELECTOR
       
    61 
       
    62 // End of File