networkingutils/ipadministrationtool/inc/ipadm.hrh
changeset 0 9736f095102e
equal deleted inserted replaced
-1:000000000000 0:9736f095102e
       
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // ipadm.hrh - IP administration tool ui constants
       
    15 //
       
    16 
       
    17 
       
    18 
       
    19 /**
       
    20  @internalComponent
       
    21 */
       
    22 
       
    23 enum TIpAdmMenuCommands
       
    24 	{
       
    25 	EIpAdmFilename = 100,
       
    26 	EIpAdmInterfaces,
       
    27 	EIpAdmRoutes,
       
    28 	EIpAdmAddRoutes,
       
    29 	EIpAdmCache,
       
    30 	EIpAdmUpdates,
       
    31 
       
    32 	EConsolHistoryDialog,
       
    33 	EConsolFontDialog,
       
    34 	EConsolScrollNone,
       
    35 	EConsolScrollHor,
       
    36 	EConsolScrollVert,
       
    37 	EConsolScrollBoth,
       
    38 
       
    39 	EIpAdmClearScreen,
       
    40 	
       
    41 	EMenuCommandLongLine,
       
    42 	EMenuScreenSize,
       
    43 	EMenuCursorSize,
       
    44 	EMenuWindowType	,
       
    45 	EMenuCommandFileExit,
       
    46 
       
    47 	EMenuCommandHideCursor,
       
    48 	EMenuCommandIgnoreCursor,
       
    49 	EMenuCommandScrollLock,
       
    50 	EMenuCommandPrintable,
       
    51 
       
    52 	EMenuCommandInverse,
       
    53 	EMenuCommandBold,
       
    54 	EMenuCommandItalic,
       
    55 	EMenuCommandUnderline,
       
    56 	EMenuCommandColor
       
    57 	};