|
1 /* |
|
2 * Copyright (c) 2005-2008 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 peninputfingerhwrar |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef PENINPUTFINGERHWRAR_RH |
|
20 #define PENINPUTFINGERHWRAR_RH |
|
21 |
|
22 // --------------------------------------------------------------------------- |
|
23 // virtual key info |
|
24 // --------------------------------------------------------------------------- |
|
25 // |
|
26 STRUCT PENINPUT_FINGERHWR_KEYPAD_KEY |
|
27 { |
|
28 LTEXT leftstr = ""; |
|
29 LTEXT rightstr1 = ""; |
|
30 LTEXT rightstr2 = ""; |
|
31 LTEXT rightstr3 = ""; |
|
32 WORD scancode = 0; |
|
33 } |
|
34 |
|
35 // --------------------------------------------------------------------------- |
|
36 // virtual keypad info |
|
37 // --------------------------------------------------------------------------- |
|
38 // |
|
39 STRUCT PENINPUT_FINGERHWR_KEYPAD |
|
40 { |
|
41 STRUCT keys[]; |
|
42 } |
|
43 |
|
44 |
|
45 // --------------------------------------------------------------------------- |
|
46 // fingerhwr main windows appearance |
|
47 // --------------------------------------------------------------------------- |
|
48 // |
|
49 STRUCT AKN_FEP_FINGERHWR_WINDOW |
|
50 { |
|
51 WORD supportskin = 0xffff; |
|
52 |
|
53 LLINK shadow; |
|
54 LLINK icfimage; |
|
55 LLINK boxwnd; |
|
56 LLINK bgimage=0; |
|
57 } |
|
58 |
|
59 // --------------------------------------------------------------------------- |
|
60 // writing box colors |
|
61 // --------------------------------------------------------------------------- |
|
62 // |
|
63 STRUCT AKN_FEP_FINGERHWR_BOXWINDOW |
|
64 { |
|
65 LONG colormajorskinid = 0xffff; |
|
66 WORD boxbgcolorgrp = 0xffff; |
|
67 WORD boxbgcoloridx = 0xffff; |
|
68 WORD boxframecolorgrp = 0xffff; |
|
69 WORD boxframecoloridx = 0xffff; |
|
70 } |
|
71 |
|
72 // --------------------------------------------------------------------------- |
|
73 // icf colors |
|
74 // --------------------------------------------------------------------------- |
|
75 // |
|
76 STRUCT AKN_FEP_FINGERHWR_ICF |
|
77 { |
|
78 LONG colormajorskinid = 0xffff; |
|
79 WORD textcolorgrp = 0xffff; |
|
80 WORD textcoloridx = 0xffff; |
|
81 WORD bordercolorgrp = 0xffff; |
|
82 WORD bordercoloridx = 0xffff; |
|
83 } |
|
84 |
|
85 // ----------------------------------------------------------------------------- |
|
86 // AKN_FEP_COLOR_ICON_IMAGE |
|
87 // Resource definition for color icon |
|
88 // ----------------------------------------------------------------------------- |
|
89 // |
|
90 STRUCT AKN_FEP_FINGERHWR_ICON_IMAGE |
|
91 { |
|
92 LTEXT bmpfile=""; |
|
93 LONG imgmajorskinid=0xffff; |
|
94 WORD colorgroup=DEFAULT_ICON_COLOR_GROUP; |
|
95 |
|
96 WORD iconimage=0xffff; |
|
97 WORD iconimagemsk=0xffff; |
|
98 WORD iconimageskinid=0xffff; |
|
99 } |
|
100 #endif // PENINPUTFINGERHWRAR_RH |
|
101 |
|
102 // End Of File |