notepad/notepad1/inc/NpdLib.hrh
changeset 0 f979ecb2b13e
equal deleted inserted replaced
-1:000000000000 0:f979ecb2b13e
       
     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:  Declarations for both resource file and C++ file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef NPDLIB_HRH
       
    20 #define NPDLIB_HRH
       
    21 
       
    22 #ifndef KFeatureIdFfEnablePrintingFramework 
       
    23     #define KFeatureIdFfEnablePrintingFramework 5127 
       
    24 #endif 
       
    25 
       
    26 enum TNotepadMenuCommands
       
    27     {
       
    28     ENotepadCmdAdd = 0x07000,
       
    29     ENotepadCmdDelete,
       
    30     ENotepadCmdNextMemo,
       
    31     ENotepadCmdPreviousMemo,
       
    32     ENotepadCmdViewerSave,
       
    33     ENotepadCmdViewerEdit,
       
    34     ENotepadCmdViewerDelete,
       
    35     ENotepadCmdOpen,
       
    36     ENotepadCmdFind,
       
    37     ENotepadCmdFind2,
       
    38     ENotepadCmdFind3,
       
    39     ENotepadCmdFind4,
       
    40     ENotepadCmdFind5,
       
    41     ENotepadCmdSend,
       
    42     ECmdLast,
       
    43     ECmdAiwPlaceholder,
       
    44     ESendNotepadAttach, 
       
    45     // START CSW change
       
    46     ENotepadCmdPrint
       
    47     // END CSW change
       
    48     };
       
    49 
       
    50 enum TNotepadListingStyle
       
    51     {
       
    52     ENotepadListingStyleNone,
       
    53     ENotepadListingStyleNP,
       
    54     ENotepadListingStyleMC,
       
    55     ENotepadListingStyleFetch,
       
    56     ENotepadListingStyleFetchMC,
       
    57     ENotepadListingStyleNoneMC
       
    58     };
       
    59 
       
    60 enum TNotepadId
       
    61     {
       
    62     ENotepadIdListBox = 1,
       
    63     ENotepadIdEdwin,
       
    64     ENotepadIdRichTextEditor,
       
    65     ENotepadIdEdwinLines,
       
    66     ENotepadIdProgressNote
       
    67     };
       
    68 
       
    69 enum TNotepadCt
       
    70     {
       
    71     ENotepadCtEdwin = 0x2000,
       
    72     ENotepadCtRichTextEditor,
       
    73     ENotepadCtEdwinLines,
       
    74     ENotepadCtListBox,
       
    75     ENotepadCtTemplateListBox
       
    76     };
       
    77 
       
    78 #endif      //  NPDLIB_HRH