classicui_pub/popups_api/tsrc/inc/testsdkpopups.hrh
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 01:00:49 +0200
changeset 0 2f259fa3e83a
permissions -rw-r--r--
Revision: 201003 Kit: 201005

/*
* Copyright (c) 2002 - 2007 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  test aknPopup.h aknpopupfader.h AknPopupField.h AknPopupFieldList.h 
*                     AknPopupFieldText.h aknPopupHeadingPane.h aknpopuplayout.h 
*                     AknPopupSettingPage.h
*
*/


#ifndef C_TESTSDKPOPUPS_HRH
#define C_TESTSDKPOPUPS_HRH

// ---------------------------------------------------------------------------
// enum TTestSDKPopups
// ---------------------------------------------------------------------------
//
enum TTestSDKPopups
    {
    ETestSDKEdwin = 0x6001,
    ETestSDKPopupsNoteId,
    ETestSDKField1,
    ETestSDKField2
    };

// ---------------------------------------------------------------------------
// CONST KMaxLength
// ---------------------------------------------------------------------------
//
#define KMaxLength 10
// ---------------------------------------------------------------------------
// popups_form
// ---------------------------------------------------------------------------
//
#define POPUPS_FORM "form"

// ---------------------------------------------------------------------------
// popups_other
// ---------------------------------------------------------------------------
//
#define POPUPS_OTHER "other"

// ---------------------------------------------------------------------------
// popups_empty
// ---------------------------------------------------------------------------
//
#define POPUPS_EMPTY "empty"

// ---------------------------------------------------------------------------
// popups_invalid
// ---------------------------------------------------------------------------
//
#define POPUPS_INVALID "invalid"

// ---------------------------------------------------------------------------
// popups_item1
// ---------------------------------------------------------------------------
//
#define POPUPS_ITEM1 "item1"

// ---------------------------------------------------------------------------
// popups_item2
// ---------------------------------------------------------------------------
//
#define POPUPS_ITEM2 "item2"

// ---------------------------------------------------------------------------
// popups_field1
// ---------------------------------------------------------------------------
//
#define POPUPS_FIELD1 "field1"

// ---------------------------------------------------------------------------
// popups_other1
// ---------------------------------------------------------------------------
//
#define POPUPS_OTHER1 "other1"

// ---------------------------------------------------------------------------
// popups_field2
// ---------------------------------------------------------------------------
//
#define POPUPS_FIELD2 "field2"

// ---------------------------------------------------------------------------
// popups_other2
// ---------------------------------------------------------------------------
//
#define POPUPS_OTHER2 "other2"

// ---------------------------------------------------------------------------
// popups_label
// ---------------------------------------------------------------------------
//
#define POPUPS_LABEL "label"

// ---------------------------------------------------------------------------
// popups_bmpfile_name
// ---------------------------------------------------------------------------
//
#define POPUPS_BMPFILE_NAME "\\resource\\apps\\avkon2.mbm"

#endif /*C_TESTSDKPOPUPS_HRH*/