|
45
|
1 |
/*
|
|
|
2 |
* Copyright (c) 2002 - 2007 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: test aknPopup.h aknpopupfader.h AknPopupField.h AknPopupFieldList.h
|
|
|
15 |
* AknPopupFieldText.h aknPopupHeadingPane.h aknpopuplayout.h
|
|
|
16 |
* AknPopupSettingPage.h
|
|
|
17 |
*
|
|
|
18 |
*/
|
|
|
19 |
|
|
|
20 |
|
|
|
21 |
#ifndef C_TESTSDKPOPUPS_HRH
|
|
|
22 |
#define C_TESTSDKPOPUPS_HRH
|
|
|
23 |
|
|
|
24 |
// ---------------------------------------------------------------------------
|
|
|
25 |
// enum TTestSDKPopups
|
|
|
26 |
// ---------------------------------------------------------------------------
|
|
|
27 |
//
|
|
|
28 |
enum TTestSDKPopups
|
|
|
29 |
{
|
|
|
30 |
ETestSDKEdwin = 0x6001,
|
|
|
31 |
ETestSDKPopupsNoteId,
|
|
|
32 |
ETestSDKField1,
|
|
|
33 |
ETestSDKField2
|
|
|
34 |
};
|
|
|
35 |
|
|
|
36 |
// ---------------------------------------------------------------------------
|
|
|
37 |
// CONST KMaxLength
|
|
|
38 |
// ---------------------------------------------------------------------------
|
|
|
39 |
//
|
|
|
40 |
#define KMaxLength 10
|
|
|
41 |
// ---------------------------------------------------------------------------
|
|
|
42 |
// popups_form
|
|
|
43 |
// ---------------------------------------------------------------------------
|
|
|
44 |
//
|
|
|
45 |
#define POPUPS_FORM "form"
|
|
|
46 |
|
|
|
47 |
// ---------------------------------------------------------------------------
|
|
|
48 |
// popups_other
|
|
|
49 |
// ---------------------------------------------------------------------------
|
|
|
50 |
//
|
|
|
51 |
#define POPUPS_OTHER "other"
|
|
|
52 |
|
|
|
53 |
// ---------------------------------------------------------------------------
|
|
|
54 |
// popups_empty
|
|
|
55 |
// ---------------------------------------------------------------------------
|
|
|
56 |
//
|
|
|
57 |
#define POPUPS_EMPTY "empty"
|
|
|
58 |
|
|
|
59 |
// ---------------------------------------------------------------------------
|
|
|
60 |
// popups_invalid
|
|
|
61 |
// ---------------------------------------------------------------------------
|
|
|
62 |
//
|
|
|
63 |
#define POPUPS_INVALID "invalid"
|
|
|
64 |
|
|
|
65 |
// ---------------------------------------------------------------------------
|
|
|
66 |
// popups_item1
|
|
|
67 |
// ---------------------------------------------------------------------------
|
|
|
68 |
//
|
|
|
69 |
#define POPUPS_ITEM1 "item1"
|
|
|
70 |
|
|
|
71 |
// ---------------------------------------------------------------------------
|
|
|
72 |
// popups_item2
|
|
|
73 |
// ---------------------------------------------------------------------------
|
|
|
74 |
//
|
|
|
75 |
#define POPUPS_ITEM2 "item2"
|
|
|
76 |
|
|
|
77 |
// ---------------------------------------------------------------------------
|
|
|
78 |
// popups_field1
|
|
|
79 |
// ---------------------------------------------------------------------------
|
|
|
80 |
//
|
|
|
81 |
#define POPUPS_FIELD1 "field1"
|
|
|
82 |
|
|
|
83 |
// ---------------------------------------------------------------------------
|
|
|
84 |
// popups_other1
|
|
|
85 |
// ---------------------------------------------------------------------------
|
|
|
86 |
//
|
|
|
87 |
#define POPUPS_OTHER1 "other1"
|
|
|
88 |
|
|
|
89 |
// ---------------------------------------------------------------------------
|
|
|
90 |
// popups_field2
|
|
|
91 |
// ---------------------------------------------------------------------------
|
|
|
92 |
//
|
|
|
93 |
#define POPUPS_FIELD2 "field2"
|
|
|
94 |
|
|
|
95 |
// ---------------------------------------------------------------------------
|
|
|
96 |
// popups_other2
|
|
|
97 |
// ---------------------------------------------------------------------------
|
|
|
98 |
//
|
|
|
99 |
#define POPUPS_OTHER2 "other2"
|
|
|
100 |
|
|
|
101 |
// ---------------------------------------------------------------------------
|
|
|
102 |
// popups_label
|
|
|
103 |
// ---------------------------------------------------------------------------
|
|
|
104 |
//
|
|
|
105 |
#define POPUPS_LABEL "label"
|
|
|
106 |
|
|
|
107 |
// ---------------------------------------------------------------------------
|
|
|
108 |
// popups_bmpfile_name
|
|
|
109 |
// ---------------------------------------------------------------------------
|
|
|
110 |
//
|
|
|
111 |
#define POPUPS_BMPFILE_NAME "\\resource\\apps\\avkon2.mbm"
|
|
|
112 |
|
|
|
113 |
#endif /*C_TESTSDKPOPUPS_HRH*/
|