|
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_DROP_DOWN_LIST_RH |
|
20 #define FEP_CTRL_DROP_DOWN_LIST_RH |
|
21 |
|
22 // INCLUDES |
|
23 #include <uikon.rh> |
|
24 |
|
25 // STRUCTURE DEFINITIONS |
|
26 |
|
27 // ----------------------------------------------------------------------------- |
|
28 // FEP_CTRL_DROP_DOWN_LIST_IMSGE |
|
29 // Resource definition for dropdownlist |
|
30 // ----------------------------------------------------------------------------- |
|
31 // |
|
32 STRUCT FEP_CTRL_DROP_DOWN_LIST_IMAGE |
|
33 { |
|
34 // mbm file name |
|
35 LTEXT bmpfile=""; |
|
36 |
|
37 LONG imgmajorskinid=0xffff; |
|
38 |
|
39 // list bg |
|
40 WORD bmpListBg=0xffff; |
|
41 WORD bmpListBgMask=0xffff; |
|
42 WORD bmpListBgskinid=0xffff; |
|
43 |
|
44 // primary bg |
|
45 WORD bmpPrimary=0xffff; |
|
46 WORD bmpPrimaryMask=0xffff; |
|
47 WORD bmpPrimaryskinid=0xffff; |
|
48 |
|
49 // secondary mask bg |
|
50 WORD bmpSecondary=0xffff; |
|
51 WORD bmpSecondaryMask=0xffff; |
|
52 WORD bmpSecondaryskinid=0xffff; |
|
53 |
|
54 // highlight bg |
|
55 WORD bmpHighlight=0xffff; |
|
56 WORD bmpHighlightMask=0xffff; |
|
57 WORD bmpHighlightskinid=0xffff; |
|
58 |
|
59 // pen down bg |
|
60 WORD bmpPenDown=0xffff; |
|
61 WORD bmpPenDownMask=0xffff; |
|
62 WORD bmpPenDownskinid=0xffff; |
|
63 |
|
64 // disable bitmap |
|
65 WORD bmpNextDisable=0xffff; |
|
66 WORD bmpNextDisableMask=0xffff; |
|
67 WORD bmpNextDisableskinid=0xffff; |
|
68 |
|
69 // bitmap |
|
70 WORD bmpNext=0xffff; |
|
71 WORD bmpNextMask=0xffff; |
|
72 WORD bmpNextskinid=0xffff; |
|
73 |
|
74 // bitmap |
|
75 WORD bmpNextPress=0xffff; |
|
76 WORD bmpNextPressMask=0xffff; |
|
77 WORD bmpNextPressskinid=0xffff; |
|
78 |
|
79 // bitmap |
|
80 WORD bmpClose=0xffff; |
|
81 WORD bmpCloseMask=0xffff; |
|
82 WORD bmpCloseskinid=0xffff; |
|
83 |
|
84 // bitmap |
|
85 WORD bmpClosePress=0xffff; |
|
86 WORD bmpClosePressMask=0xffff; |
|
87 WORD bmpClosePressskinid=0xffff; |
|
88 |
|
89 // bitmap |
|
90 WORD bmpPrevious=0xffff; |
|
91 WORD bmpPreviousMask=0xffff; |
|
92 WORD bmpPreviousskinid=0xffff; |
|
93 |
|
94 // bitmap |
|
95 WORD bmpPreviousPress=0xffff; |
|
96 WORD bmpPreviousPressMask=0xffff; |
|
97 WORD bmpPreviousPressskinid=0xffff; |
|
98 |
|
99 WORD bmpExpand=0xffff; |
|
100 WORD bmpExpandMask=0xffff; |
|
101 WORD bmpExpandskinid=0xffff; |
|
102 |
|
103 WORD bmpExpandPress=0xffff; |
|
104 WORD bmpExpandPressMask=0xffff; |
|
105 WORD bmpExpandPressskinid=0xffff; |
|
106 |
|
107 // text color |
|
108 LONG colormajorskinid=0xffff; |
|
109 WORD textcolorgrp=0xffff; |
|
110 WORD textcoloridx=0xffff; |
|
111 |
|
112 // border color |
|
113 LONG bordercolormajorskinid=0xffff; |
|
114 WORD bordercolorgrp=0xffff; |
|
115 WORD bordercoloridx=0xffff; |
|
116 } |
|
117 |
|
118 #endif // FEP_CTRL_DROP_DOWN_LIST_IMSGE |
|
119 |
|
120 // End Of File |