|
1 /* |
|
2 * Copyright (c) 2009 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 file for GSPowerSavingQueryPlugin |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 // RESOURCE IDENTIFIER |
|
21 NAME POWE // 4 letter ID |
|
22 |
|
23 // INCLUDES |
|
24 #include "GSPowerSavingQueryPlugin.hrh" |
|
25 #include <gspowersavingqueryplugin.loc> |
|
26 |
|
27 #include <avkon.loc> // Avkon localized strings |
|
28 #include <avkon.mbg> |
|
29 #include <avkon.rsg> |
|
30 #include <eikcore.rsg> |
|
31 #include <uikon.rh> |
|
32 #include <GSApp.rsg> |
|
33 |
|
34 // CONSTANTS |
|
35 |
|
36 // RESOURCE DEFINITIONS |
|
37 |
|
38 RESOURCE RSS_SIGNATURE |
|
39 { |
|
40 } |
|
41 |
|
42 // Common resources among GS |
|
43 #include "GSCommonResources.rss" |
|
44 |
|
45 |
|
46 RESOURCE TBUF |
|
47 { |
|
48 buf="POWE"; |
|
49 } |
|
50 |
|
51 //---------------------------------------------------- |
|
52 // |
|
53 // EIK_APP_INFO |
|
54 // It contains application information. |
|
55 // |
|
56 //---------------------------------------------------- |
|
57 // |
|
58 RESOURCE EIK_APP_INFO |
|
59 { |
|
60 } |
|
61 |
|
62 |
|
63 //---------------------------------------------------- |
|
64 // r_gs_power_saving_query_view_caption |
|
65 // |
|
66 // Power saving query view caption for plugin |
|
67 //---------------------------------------------------- |
|
68 // |
|
69 RESOURCE TBUF r_gs_power_saving_query_view_caption |
|
70 { |
|
71 buf = qtn_cp_power_saving_query_settings; |
|
72 } |
|
73 |
|
74 //---------------------------------------------------- |
|
75 // |
|
76 // r_gs_power_saving_query_view_title |
|
77 // Power saving query view's title. |
|
78 // |
|
79 //---------------------------------------------------- |
|
80 // |
|
81 RESOURCE TITLE_PANE r_gs_power_saving_query_view_title |
|
82 { |
|
83 txt = qtn_cp_power_saving_query_settings; |
|
84 } |
|
85 |
|
86 //---------------------------------------------------- |
|
87 // |
|
88 // r_gs_power_saving_query_view |
|
89 // Power saving query view. |
|
90 // |
|
91 //---------------------------------------------------- |
|
92 // |
|
93 RESOURCE AVKON_VIEW r_gs_power_saving_query_view |
|
94 { |
|
95 menubar = r_gs_menubar_change_exit; |
|
96 cba = R_GS_SOFTKEYS_OPTIONS_BACK_CHANGE; |
|
97 } |
|
98 |
|
99 |
|
100 //---------------------------------------------------- |
|
101 // |
|
102 // r_power_saving_query_lbx |
|
103 // Power saving query view's listbox. |
|
104 // |
|
105 //---------------------------------------------------- |
|
106 // |
|
107 RESOURCE GS_FEATURE_ARRAY r_power_saving_query_lbx |
|
108 { |
|
109 items = |
|
110 { |
|
111 GS_FEATURE |
|
112 { |
|
113 txt = " \t"qtn_power_saving_query_settings_header"\t\t"; |
|
114 item = KGSSettIdPowerSavingQuery; |
|
115 } |
|
116 }; |
|
117 } |
|
118 |
|
119 //---------------------------------------------------- |
|
120 // |
|
121 // r_power_saving_query_setting_page |
|
122 // Power saving query setting page. |
|
123 // |
|
124 //---------------------------------------------------- |
|
125 // |
|
126 RESOURCE AVKON_SETTING_PAGE r_power_saving_query_setting_page |
|
127 { |
|
128 number = EAknSettingPageNoOrdinalDisplayed; |
|
129 label = qtn_power_saving_query_settings_header; |
|
130 softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK; |
|
131 type = EAknSetListBox; |
|
132 editor_resource_id = r_setting_listbox; |
|
133 } |
|
134 |
|
135 //---------------------------------------------------- |
|
136 // |
|
137 // r_power_saving_query_setting_page_lbx |
|
138 // Power saving query setting page's listbox. |
|
139 // |
|
140 //---------------------------------------------------- |
|
141 // |
|
142 RESOURCE ARRAY r_power_saving_query_setting_page_lbx |
|
143 { |
|
144 items = |
|
145 { |
|
146 LBUF |
|
147 { |
|
148 txt = qtn_power_saving_query_settings_val_on; |
|
149 }, |
|
150 LBUF |
|
151 { |
|
152 txt = qtn_power_saving_query_settings_val_off; |
|
153 } |
|
154 }; |
|
155 } |
|
156 |
|
157 //---------------------------------------------------- |
|
158 // |
|
159 // r_power_saving_query_on |
|
160 // On value. |
|
161 // |
|
162 //---------------------------------------------------- |
|
163 // |
|
164 RESOURCE TBUF r_power_saving_query_on |
|
165 { |
|
166 buf = qtn_power_saving_query_settings_val_on; |
|
167 } |
|
168 |
|
169 //---------------------------------------------------- |
|
170 // |
|
171 // r_power_saving_query_off |
|
172 // Off value. |
|
173 // |
|
174 //---------------------------------------------------- |
|
175 // |
|
176 RESOURCE TBUF r_power_saving_query_off |
|
177 { |
|
178 buf = qtn_power_saving_query_settings_val_off; |
|
179 } |
|
180 |
|
181 //End of File |