usbuis/imageprintui/inc/imageprintui.hrh
changeset 93 2dc695882abd
parent 89 3592750162a5
equal deleted inserted replaced
89:3592750162a5 93:2dc695882abd
     1 /*
       
     2 * Copyright (c) 2006 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:  Resource headers for project Image Print UI
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef IMAGEPRINTUI_HRH
       
    21 #define IMAGEPRINTUI_HRH
       
    22 
       
    23 enum TCustomControlsIDs
       
    24     {
       
    25     EPrintProgressNote = 0x2000,
       
    26     EPrintWaitNote,
       
    27     ENoPrintersConfirmation,
       
    28     EBitmapCtrl,
       
    29     EBrandingBitmap
       
    30     };
       
    31 
       
    32 
       
    33 /** Commands in settings view */
       
    34 enum TImagePrintSettingsCommands
       
    35     {
       
    36     ECmdSettingsChange = 0x6100,
       
    37     ECmdSettingsPrint,
       
    38     ECmdSettingsHelp
       
    39     
       
    40     };
       
    41 
       
    42 enum TImagePrintSettingsListItemIndexes
       
    43     {
       
    44     ESettingsListItemLayout = 0,
       
    45     ESettingsListItemPaperSize,
       
    46     ESettingsListItemPrintQuality
       
    47     };
       
    48 
       
    49 /* note enums */
       
    50 enum 
       
    51 	{
       
    52 	EProgressNoteId = 0
       
    53 	};
       
    54 
       
    55 
       
    56 #define KImagePrintComponentCount 1
       
    57 
       
    58 
       
    59 #define KNumberOfSettingsViewItems 3
       
    60 
       
    61 
       
    62 
       
    63 #endif // IMAGEPRINTUI_HRH