equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002-2005 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 FEP control |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef FEP_CTRL_COMPOSITION_LIST_RH |
|
20 #define FEP_CTRL_COMPOSITION_LIST_RH |
|
21 |
|
22 // INCLUDES |
|
23 #include <uikon.rh> |
|
24 |
|
25 // STRUCTURE DEFINITIONS |
|
26 |
|
27 // ----------------------------------------------------------------------------- |
|
28 // FEP_CTRL_COMPOSITION_LIST_IMAGE |
|
29 // Resource definition for composition field |
|
30 // ----------------------------------------------------------------------------- |
|
31 // |
|
32 STRUCT FEP_CTRL_COMPOSITION_LIST_IMAGE |
|
33 { |
|
34 // mbm file name |
|
35 LTEXT bmpfile=""; |
|
36 |
|
37 LONG imgmajorskinid=0xffff; |
|
38 |
|
39 // list bg |
|
40 WORD bmpComBg=0xffff; |
|
41 WORD bmpComBgMask=0xffff; |
|
42 WORD bmpComBgskinid=0xffff; |
|
43 } |
|
44 |
|
45 #endif // FEP_CTRL_COMPOSITION_LIST_RH |
|
46 |
|
47 // End Of File |