|
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 definitions for project peninputgenericvkb |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // Resource identifier |
|
20 NAME PIPK |
|
21 |
|
22 // System includes |
|
23 #include <avkon.rsg> |
|
24 #include <avkon.rh> |
|
25 #include <eikon.rh> |
|
26 #include <appinfo.rh> |
|
27 #include "PeninputPluginKr.loc" |
|
28 |
|
29 RESOURCE RSS_SIGNATURE |
|
30 { |
|
31 } |
|
32 |
|
33 RESOURCE TBUF |
|
34 { |
|
35 buf = "PeninputPluginKr"; |
|
36 } |
|
37 |
|
38 |
|
39 RESOURCE LBUF r_peninput_plugin_kr_doubleconsonent_setting |
|
40 { |
|
41 txt=qtn_peninput_plugin_kr_doubleconsonent_setting; |
|
42 } |
|
43 |
|
44 //----------------------------------------------------------------------------- |
|
45 // |
|
46 // r_aknexquery_multi_selection_query |
|
47 // Resource of Multi Selection Query. |
|
48 // |
|
49 //----------------------------------------------------------------------------- |
|
50 // |
|
51 |
|
52 #define AKNEXQUERY_LISTBOX_HEIGHT 3 |
|
53 #define AKNEXQUERY_LISTBOX_WIDTH 3 |
|
54 |
|
55 RESOURCE DIALOG r_aknexquery_multi_selection_query |
|
56 { |
|
57 flags = EGeneralQueryFlags; |
|
58 buttons = R_AVKON_SOFTKEYS_OK_CANCEL; |
|
59 items = |
|
60 { |
|
61 DLG_LINE |
|
62 { |
|
63 type = EAknCtListQueryControl; |
|
64 id = EListQueryControl; |
|
65 control = AVKON_LIST_QUERY_CONTROL |
|
66 { |
|
67 listtype = EAknCtSingleGraphicPopupMenuListBox; |
|
68 listbox = LISTBOX |
|
69 { |
|
70 flags = EAknListBoxMultiselectionList; |
|
71 height = AKNEXQUERY_LISTBOX_HEIGHT; |
|
72 width = AKNEXQUERY_LISTBOX_WIDTH; |
|
73 array_id = r_aknexquery_multi_selection_query_list_item; |
|
74 }; |
|
75 heading = STRING_r_aknexquery_selection_title; |
|
76 }; |
|
77 } |
|
78 }; |
|
79 } |
|
80 |
|
81 //----------------------------------------------------------------------------- |
|
82 // |
|
83 // r_aknexquery_multi_selection_query_list_item |
|
84 // Items array for Multi Selection Query |
|
85 // |
|
86 //----------------------------------------------------------------------------- |
|
87 // |
|
88 RESOURCE ARRAY r_aknexquery_multi_selection_query_list_item |
|
89 { |
|
90 items = |
|
91 { |
|
92 LBUF |
|
93 { |
|
94 txt = qtn_peninput_plugin_kr_item1; |
|
95 }, |
|
96 LBUF |
|
97 { |
|
98 txt = qtn_peninput_plugin_kr_item2; |
|
99 }, |
|
100 LBUF |
|
101 { |
|
102 txt = qtn_peninput_plugin_kr_item3; |
|
103 }, |
|
104 LBUF |
|
105 { |
|
106 txt = qtn_peninput_plugin_kr_item4; |
|
107 }, |
|
108 LBUF |
|
109 { |
|
110 txt = qtn_peninput_plugin_kr_item5; |
|
111 }, |
|
112 LBUF |
|
113 { |
|
114 txt = qtn_peninput_plugin_kr_item6; |
|
115 }, |
|
116 LBUF |
|
117 { |
|
118 txt = qtn_peninput_plugin_kr_item7; |
|
119 } |
|
120 }; |
|
121 } |
|
122 |
|
123 //----------------------------------------------------------------------------- |
|
124 // |
|
125 // r_aknexquery_multi_selection_list_query |
|
126 // |
|
127 //----------------------------------------------------------------------------- |
|
128 // |
|
129 RESOURCE AVKON_MULTISELECTION_LIST_QUERY r_aknexquery_multi_selection_list_query |
|
130 { |
|
131 flags = EGeneralQueryFlags; |
|
132 softkeys = R_AVKON_SOFTKEYS_SELECT_CANCEL; |
|
133 items = |
|
134 { |
|
135 AVKON_MULTISELECTION_LIST_QUERY_DLG_LINE |
|
136 { |
|
137 control = AVKON_LIST_QUERY_CONTROL |
|
138 { |
|
139 listtype = EAknCtSingleGraphicPopupMenuListBox; |
|
140 listbox = AVKON_MULTISELECTION_LIST_QUERY_LIST |
|
141 { |
|
142 array_id=r_aknexquery_multi_selection_query_list_item; |
|
143 }; |
|
144 heading = STRING_r_aknexquery_selection_title; |
|
145 }; |
|
146 } |
|
147 }; |
|
148 } |