54 caption_and_icon = CAPTION_AND_ICON_INFO |
60 caption_and_icon = CAPTION_AND_ICON_INFO |
55 { |
61 { |
56 caption = "peninputserver"; |
62 caption = "peninputserver"; |
57 }; |
63 }; |
58 } |
64 } |
|
65 |
|
66 RESOURCE TBUF r_peninput_server_finger_spell {buf = qtn_t9_match_selection_list;} |
|
67 |
|
68 RESOURCE AKN_FEP_SCROLLABLE_LIST_IMAGE r_peninput_server_candidate_list |
|
69 { |
|
70 bmpfile = AKN_SERVER_BMP; |
|
71 imgmajorskinid = EAknsMajorGeneric; |
|
72 pageup = r_peninput_server_candidate_list_pageup; |
|
73 pagedown = r_peninput_server_candidate_list_pagedown; |
|
74 listsep = EMbmPeninputserverQgn_graf_line_primary_horizontal_dashed; |
|
75 listsepmsk = EMbmPeninputserverQgn_graf_line_primary_horizontal_dashed_mask; |
|
76 listspeskinid = EAknsMinorGenericQgnGrafLinePrimaryHorizontalDashed; |
|
77 } |
|
78 |
|
79 RESOURCE AKN_FEP_COMMON_BUTTON_IMAGE r_peninput_server_candidate_list_pageup |
|
80 { |
|
81 bmpfile = AKN_SERVER_BMP; |
|
82 imgmajorskinid = EAknsMajorGeneric; |
|
83 |
|
84 forground = EMbmPeninputserverQgn_indi_itut_cursor_up; |
|
85 forgroundmsk = EMbmPeninputserverQgn_indi_itut_cursor_up_mask; |
|
86 forgroundskinid = EAknsMinorGenericQgnIndiItutCursorUp; |
|
87 } |
|
88 |
|
89 RESOURCE AKN_FEP_COMMON_BUTTON_IMAGE r_peninput_server_candidate_list_pagedown |
|
90 { |
|
91 bmpfile = AKN_SERVER_BMP; |
|
92 imgmajorskinid = EAknsMajorGeneric; |
|
93 |
|
94 forground = EMbmPeninputserverQgn_indi_itut_cursor_down; |
|
95 forgroundmsk = EMbmPeninputserverQgn_indi_itut_cursor_down_mask; |
|
96 forgroundskinid = EAknsMinorGenericQgnIndiItutCursorDown; |
|
97 } |
|
98 |
|
99 RESOURCE TBUF r_peninput_server_candidate_list_page_num |
|
100 { |
|
101 buf = "%0N/%1N"; |
|
102 } |
|
103 |
59 #endif |
104 #endif |
60 |
105 |
61 |
106 |
62 |
107 |
63 // End of File |
108 // End of File |