author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Wed, 13 Oct 2010 14:11:15 +0300 | |
branch | RCL_3 |
changeset 80 | 726fba06891a |
parent 73 | c8382f7b54ef |
permissions | -rw-r--r-- |
64 | 1 |
/* |
2 |
* Copyright (c) 2007 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 ipssossettings. |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
||
19 |
#include "ipssossettings.loc" |
|
20 |
||
21 |
||
22 |
//---------------------------------------------------- |
|
23 |
// |
|
24 |
// r_ips_set_menubar |
|
25 |
// |
|
26 |
//---------------------------------------------------- |
|
27 |
// |
|
28 |
RESOURCE MENU_BAR r_ips_set_menubar |
|
29 |
{ |
|
30 |
titles= |
|
31 |
{ |
|
32 |
MENU_TITLE |
|
33 |
{ |
|
34 |
menu_pane = r_ips_set_menu; |
|
35 |
} |
|
36 |
}; |
|
37 |
} |
|
38 |
||
39 |
//---------------------------------------------------- |
|
40 |
// |
|
41 |
// r_ips_set_menu |
|
42 |
// |
|
43 |
//---------------------------------------------------- |
|
44 |
// |
|
45 |
RESOURCE MENU_PANE r_ips_set_menu |
|
46 |
{ |
|
47 |
items= |
|
48 |
{ |
|
49 |
// Single click changes |
|
50 |
// Open |
|
51 |
// MENU_ITEM |
|
52 |
// { |
|
53 |
// command = EAknSoftkeyOpen; |
|
54 |
// txt = qtn_options_open; |
|
55 |
// }, |
|
56 |
// // Change |
|
57 |
// MENU_ITEM |
|
58 |
// { |
|
59 |
// command = EAknSoftkeySelect; |
|
60 |
// txt = qtn_options_change; |
|
61 |
// }, |
|
62 |
MENU_ITEM |
|
63 |
{ |
|
64 |
command = EAknCmdHelp; |
|
65 |
txt = qtn_options_help; |
|
66 |
}, |
|
67 |
MENU_ITEM |
|
68 |
{ |
|
69 |
command = EAknCmdExit; |
|
70 |
txt = qtn_options_exit; |
|
71 |
} |
|
72 |
}; |
|
73 |
} |
|
74 |
||
75 |
//---------------------------------------------------- |
|
76 |
// |
|
77 |
// r_ips_set_dialog |
|
78 |
// |
|
79 |
//---------------------------------------------------- |
|
80 |
// |
|
81 |
RESOURCE CBA r_ips_set_settings_dialog_softkeys |
|
82 |
{ |
|
83 |
buttons = |
|
84 |
{ |
|
85 |
CBA_BUTTON |
|
86 |
{ |
|
87 |
id = EAknSoftkeyOptions; |
|
88 |
txt = text_softkey_option; |
|
89 |
}, |
|
90 |
CBA_BUTTON |
|
91 |
{ |
|
92 |
id = EAknSoftkeyBack; |
|
93 |
txt = text_softkey_back; |
|
94 |
}, |
|
95 |
CBA_BUTTON |
|
96 |
{ |
|
97 |
id = EAknSoftkeyOpen; |
|
98 |
txt = qtn_msk_open; |
|
99 |
} |
|
100 |
}; |
|
101 |
} |
|
102 |
||
103 |
//---------------------------------------------------- |
|
104 |
// |
|
105 |
// r_ips_set_dialog |
|
106 |
// |
|
107 |
//---------------------------------------------------- |
|
108 |
// |
|
109 |
RESOURCE DIALOG r_ips_set_settings_dialog |
|
110 |
{ |
|
111 |
flags = |
|
112 |
EEikDialogFlagWait | EEikDialogFlagNotifyEsc | |
|
113 |
EEikDialogFlagCbaButtons | EEikDialogFlagNoDrag | |
|
114 |
EEikDialogFlagNoTitleBar | EEikDialogFlagNoShadow | |
|
115 |
EEikDialogFlagNoBorder | EEikDialogFlagFillAppClientRect; |
|
116 |
buttons=r_ips_set_settings_dialog_softkeys; |
|
117 |
items= |
|
118 |
{ |
|
119 |
DLG_LINE |
|
120 |
{ |
|
121 |
type=EAknCtSettingListBox; |
|
122 |
id=EIpsSetUiIdListBox; |
|
123 |
itemflags= |
|
124 |
EEikDlgItemTakesEnterKey | |
|
125 |
EEikDlgItemOfferAllHotKeys; |
|
126 |
control = LISTBOX |
|
127 |
{ |
|
128 |
height = 8; |
|
129 |
}; |
|
130 |
} |
|
131 |
}; |
|
132 |
} |
|
133 |
||
134 |
// ================================= MENUS ================================= |
|
135 |
||
136 |
// --------------------------------------------------------------------------- |
|
137 |
// |
|
138 |
// Resource, which defines the contents of main menu |
|
139 |
// |
|
140 |
// --------------------------------------------------------------------------- |
|
141 |
// |
|
142 |
RESOURCE IPS_SET_ARRAY r_ips_set_main_menu |
|
143 |
{ |
|
144 |
items = |
|
145 |
{ |
|
146 |
// 1. Mailbox Settings |
|
147 |
IPS_SET_ITEM |
|
148 |
{ |
|
149 |
itemlabel = qtn_fse_settings_mailbox_settings; |
|
150 |
itemid = EIpsSetUiMainMailboxSettings; |
|
151 |
itemtype = EIpsSetUiMenuArray; |
|
152 |
itemarray = r_ips_set_menu_mailbox_settings; |
|
153 |
itemappereance = EIpsSetUiMenuArray; |
|
154 |
}, |
|
155 |
// 2. What to Sync |
|
156 |
IPS_SET_ITEM |
|
157 |
{ |
|
158 |
itemlabel = qtn_fse_settings_service_what_to_sync; |
|
159 |
itemid = EIpsSetUiMainWhatToSync; |
|
160 |
itemtype = EIpsSetUiMenuArray; |
|
161 |
itemarray = r_ips_set_menu_what_to_sync; |
|
162 |
itemappereance = EIpsSetUiMenuArray; |
|
163 |
}, |
|
164 |
// 3. When to Sync |
|
165 |
IPS_SET_ITEM |
|
166 |
{ |
|
167 |
itemlabel = qtn_fse_settings_service_when_to_sync; |
|
168 |
itemid = EIpsSetUiMainWhenToSync; |
|
169 |
itemtype = EIpsSetUiMenuArray; |
|
170 |
itemarray = r_ips_set_menu_when_to_sync; |
|
171 |
itemappereance = EIpsSetUiMenuArray; |
|
172 |
} |
|
173 |
}; |
|
174 |
} |
|
175 |
||
176 |
// --------------------------------------------------------------------------- |
|
177 |
// |
|
178 |
// Resource, which defines the contents of 'Mailbox Settings' sub menu |
|
179 |
// |
|
180 |
// --------------------------------------------------------------------------- |
|
181 |
// |
|
182 |
RESOURCE IPS_SET_ARRAY r_ips_set_menu_mailbox_settings |
|
183 |
{ |
|
184 |
items = |
|
185 |
{ |
|
186 |
// Email address |
|
187 |
IPS_SET_ITEM |
|
188 |
{ |
|
189 |
itemlabel = qtn_fse_settings_email_address; |
|
190 |
itemid = EIpsSetUiMailboxEmailAddress; |
|
191 |
itemtype = EIpsSetUiItemText; |
|
192 |
itemmaxlength = KIpsSetUiMaxSettingsTextLength; |
|
193 |
itemflags = |
|
194 |
KIpsSetUiFlagCompulsory | |
|
195 |
KIpsSetUiFlagForceMustFill | |
|
196 |
KIpsSetUiFlagLatinOnly; |
|
197 |
}, |
|
198 |
// Reply-to address |
|
199 |
IPS_SET_ITEM |
|
200 |
{ |
|
201 |
itemlabel = qtn_fse_settings_reply_to_address; |
|
202 |
itemid = EIpsSetUiMailboxReplyToAddress; |
|
203 |
itemtype = EIpsSetUiItemText; |
|
204 |
itemmaxlength = KIpsSetUiMaxSettingsTextLength; |
|
205 |
itemflags = |
|
206 |
KIpsSetUiFlagLatinOnly; |
|
207 |
}, |
|
208 |
// Mailbox name |
|
209 |
IPS_SET_ITEM |
|
210 |
{ |
|
211 |
itemlabel = qtn_fse_settings_mailbox_name; |
|
212 |
itemid = EIpsSetUiMailboxMailboxName; |
|
213 |
itemtype = EIpsSetUiItemText; |
|
214 |
itemmaxlength = KIpsSetUiMaxSettingsTextLength; |
|
215 |
}, |
|
216 |
// My Name |
|
217 |
IPS_SET_ITEM |
|
218 |
{ |
|
219 |
itemlabel = qtn_fse_settings_mailbox_my_name; |
|
220 |
itemid = EIpsSetUiMailboxMyName; |
|
221 |
itemtype = EIpsSetUiItemText; |
|
222 |
itemmaxlength = KIpsSetUiMaxSettingsTextLength; |
|
223 |
}, |
|
224 |
// Include Signature |
|
225 |
IPS_SET_ITEM |
|
226 |
{ |
|
227 |
itemlabel = qtn_fse_settings_signature; |
|
228 |
itemid = EIpsSetUiMailboxIncludeSignature; |
|
229 |
itemtype = EIpsSetUiRadioButtonArray; |
|
230 |
itemarray = r_ips_set_array_signature_radio; |
|
231 |
// Single click changes |
|
232 |
itemflags = KIpsSetUiFlagEnterPressed; |
|
233 |
}, |
|
234 |
// Signature line |
|
235 |
IPS_SET_ITEM |
|
236 |
{ |
|
237 |
itemlabel = qtn_fse_settings_signature_line; |
|
238 |
itemid = EIpsSetUiMailboxSignature; |
|
239 |
itemtype = EIpsSetUiItemText; |
|
240 |
itemflags = KIpsSetUiFlagHidden; |
|
241 |
itemmaxlength = KIpsSetUiMaxSettingsSignatureLength; |
|
242 |
}, |
|
243 |
// 2. Advanced settings |
|
244 |
IPS_SET_ITEM |
|
245 |
{ |
|
246 |
itemlabel = qtn_fse_settings_advanced_mailbox_settings; |
|
247 |
itemid = EIpsSetUiMailboxAdvancedSettings; |
|
248 |
itemtype = EIpsSetUiMenuArray; |
|
249 |
itemarray = r_ips_set_menu_advanced_mailbox_settings; |
|
250 |
itemappereance = EIpsSetUiMenuArray; |
|
251 |
} |
|
252 |
}; |
|
253 |
} |
|
254 |
||
255 |
// --------------------------------------------------------------------------- |
|
256 |
// |
|
257 |
// Resource, which defines the contents of 'Advanced Settings' sub menu |
|
258 |
// |
|
259 |
// --------------------------------------------------------------------------- |
|
260 |
// |
|
261 |
RESOURCE IPS_SET_ARRAY r_ips_set_menu_advanced_mailbox_settings |
|
262 |
{ |
|
263 |
items = |
|
264 |
{ |
|
265 |
// 1. Incoming settings |
|
266 |
IPS_SET_ITEM |
|
267 |
{ |
|
268 |
itemlabel = qtn_fse_settings_incoming; |
|
269 |
itemid = EIpsSetUiAdvancedIncomingSettings; |
|
270 |
itemtype = EIpsSetUiMenuArray; |
|
271 |
itemarray = r_ips_set_menu_incoming_settings; |
|
272 |
itemappereance = EIpsSetUiMenuArray; |
|
273 |
}, |
|
274 |
// 2. Outgoing settings |
|
275 |
IPS_SET_ITEM |
|
276 |
{ |
|
277 |
itemlabel = qtn_fse_settings_outgoing; |
|
278 |
itemid = EIpsSetUiAdvancedOutgoingSettings; |
|
279 |
itemtype = EIpsSetUiMenuArray; |
|
280 |
itemarray = r_ips_set_menu_outgoing_settings; |
|
281 |
itemappereance = EIpsSetUiMenuArray; |
|
282 |
} |
|
283 |
}; |
|
284 |
} |
|
285 |
||
286 |
// --------------------------------------------------------------------------- |
|
287 |
// |
|
288 |
// Resource, which defines the contents of 'Incoming Settings' sub menu |
|
289 |
// |
|
290 |
// --------------------------------------------------------------------------- |
|
291 |
// |
|
292 |
RESOURCE IPS_SET_ARRAY r_ips_set_menu_incoming_settings |
|
293 |
{ |
|
294 |
items = |
|
295 |
{ |
|
296 |
// User Name |
|
297 |
IPS_SET_ITEM |
|
298 |
{ |
|
299 |
itemlabel = qtn_fse_settings_mail_user_name; |
|
300 |
itemid = EIpsSetUiIncomingUserName; |
|
301 |
itemtype = EIpsSetUiItemText; |
|
302 |
itemmaxlength = KIPsSetUiMaxSettingsUsrNameLength; |
|
303 |
itemflags = KIpsSetUiFlagLatinOnly; |
|
304 |
}, |
|
305 |
// Password |
|
306 |
IPS_SET_ITEM |
|
307 |
{ |
|
308 |
itemlabel = qtn_fse_settings_mail_password; |
|
309 |
itemid = EIpsSetUiIncomingUserPwd; |
|
310 |
itemtype = EIpsSetUiItemText; |
|
311 |
itemmaxlength = KIpsSetUiMaxPasswordLength; |
|
312 |
itemflags = KIpsSetUiFlagPassword; |
|
313 |
}, |
|
314 |
// Incoming mail server |
|
315 |
IPS_SET_ITEM |
|
316 |
{ |
|
317 |
itemlabel = qtn_fse_settings_mail_receiving; |
|
318 |
itemid = EIpsSetUiIncomingMailServer; |
|
319 |
itemtype = EIpsSetUiItemText; |
|
320 |
itemmaxlength = KIpsSetUiMaxSettingsTextLength; |
|
321 |
itemflags = |
|
322 |
KIpsSetUiFlagForceMustFill | KIpsSetUiFlagMustFill | |
|
323 |
KIpsSetUiFlagCompulsory | KIpsSetUiFlagLatinOnly; |
|
324 |
}, |
|
325 |
// Access point in use |
|
326 |
IPS_SET_ITEM |
|
327 |
{ |
|
328 |
itemlabel = qtn_fse_settings_mail_iap; |
|
329 |
itemid = EIpsSetUiIncomingIap; |
|
330 |
itemtype = EIpsSetUiUndefined; |
|
331 |
itemflags = KIpsSetUiFlagMustFill | KIpsSetUiFlagCompulsory; |
|
332 |
}, |
|
333 |
// Security |
|
334 |
IPS_SET_ITEM |
|
335 |
{ |
|
336 |
itemlabel = qtn_fse_settings_mail_security; |
|
337 |
itemid = EIpsSetUiIncomingSecurity; |
|
338 |
itemtype = EIpsSetUiRadioButtonArray; |
|
339 |
itemarray = r_ips_set_array_security; |
|
340 |
}, |
|
341 |
// Port |
|
342 |
IPS_SET_ITEM |
|
343 |
{ |
|
344 |
itemlabel = qtn_fse_settings_mail_port; |
|
345 |
itemid = EIpsSetUiIncomingPort; |
|
346 |
itemtype = EIpsSetUiRadioButtonArray; |
|
347 |
itemarray = r_ips_set_array_port_incoming; |
|
348 |
itemflags = KIpsSetUiFlagLangSpecificNumConv; |
|
349 |
}, |
|
350 |
// APOP secure login |
|
351 |
IPS_SET_ITEM |
|
352 |
{ |
|
353 |
itemlabel = qtn_fse_settings_mail_apop; |
|
354 |
itemid = EIpsSetUiIncomingAPop; |
|
355 |
itemtype = EIpsSetUiRadioButtonArray; |
|
356 |
itemarray = r_ips_set_array_apop; |
|
357 |
itemflags = KIpsSetUiFlagEnterPressed | KIpsSetUiFlagPop3Only; |
|
358 |
} |
|
359 |
}; |
|
360 |
} |
|
361 |
||
362 |
// --------------------------------------------------------------------------- |
|
363 |
// |
|
364 |
// Resource, which defines the contents of 'Outgoing Settings' sub menu |
|
365 |
// |
|
366 |
// --------------------------------------------------------------------------- |
|
367 |
// |
|
368 |
RESOURCE IPS_SET_ARRAY r_ips_set_menu_outgoing_settings |
|
369 |
{ |
|
370 |
items = |
|
371 |
{ |
|
372 |
// User authentication |
|
373 |
IPS_SET_ITEM |
|
374 |
{ |
|
375 |
itemlabel = qtn_fse_settings_outgoing_setting; |
|
376 |
itemid = EIpsSetUiOutgoingUserAuthentication; |
|
377 |
itemtype = EIpsSetUiRadioButtonArray; |
|
378 |
itemarray = r_ips_set_array_user_authentication; |
|
379 |
}, |
|
380 |
// User name |
|
381 |
IPS_SET_ITEM |
|
382 |
{ |
|
383 |
itemlabel = qtn_fse_settings_mail_user_name; |
|
384 |
itemid = EIpsSetUiOutgoingUserName; |
|
385 |
itemtype = EIpsSetUiItemText; |
|
386 |
itemmaxlength = KIPsSetUiMaxSettingsUsrNameLength; |
|
387 |
itemflags = KIpsSetUiFlagLatinOnly; |
|
388 |
}, |
|
389 |
// User password |
|
390 |
IPS_SET_ITEM |
|
391 |
{ |
|
392 |
itemlabel = qtn_fse_settings_mail_password; |
|
393 |
itemid = EIpsSetUiOutgoingUserPwd; |
|
394 |
itemtype = EIpsSetUiItemText; |
|
395 |
itemmaxlength = KIpsSetUiMaxPasswordLength; |
|
396 |
itemflags = KIpsSetUiFlagPassword; |
|
397 |
}, |
|
398 |
// Used mail server |
|
399 |
IPS_SET_ITEM |
|
400 |
{ |
|
401 |
itemlabel = qtn_fse_settings_mail_sending; |
|
402 |
itemid = EIpsSetUiOutgoingMailServer; |
|
403 |
itemtype = EIpsSetUiItemText; |
|
404 |
itemmaxlength = KIpsSetUiMaxSettingsTextLength; |
|
405 |
itemflags = |
|
406 |
KIpsSetUiFlagForceMustFill | KIpsSetUiFlagMustFill | |
|
407 |
KIpsSetUiFlagCompulsory | KIpsSetUiFlagLatinOnly; |
|
408 |
}, |
|
409 |
// Access point in use |
|
410 |
IPS_SET_ITEM |
|
411 |
{ |
|
412 |
itemlabel = qtn_fse_settings_mail_iap; |
|
413 |
itemid = EIpsSetUiOutgoingIap; |
|
414 |
itemtype = EIpsSetUiUndefined; |
|
415 |
itemflags = KIpsSetUiFlagMustFill | KIpsSetUiFlagCompulsory; |
|
416 |
}, |
|
417 |
// Security |
|
418 |
IPS_SET_ITEM |
|
419 |
{ |
|
420 |
itemlabel = qtn_fse_settings_mail_security; |
|
421 |
itemid = EIpsSetUiOutgoingSecurity; |
|
422 |
itemtype = EIpsSetUiRadioButtonArray; |
|
423 |
itemarray = r_ips_set_array_security; |
|
424 |
}, |
|
425 |
// Port |
|
426 |
IPS_SET_ITEM |
|
427 |
{ |
|
428 |
itemlabel = qtn_fse_settings_mail_port; |
|
429 |
itemid = EIpsSetUiOutgoingPort; |
|
430 |
itemtype = EIpsSetUiRadioButtonArray; |
|
431 |
itemarray = r_ips_set_array_port_outgoing; |
|
432 |
itemflags = KIpsSetUiFlagLangSpecificNumConv; |
|
433 |
} |
|
434 |
}; |
|
435 |
} |
|
436 |
||
437 |
// --------------------------------------------------------------------------- |
|
438 |
// |
|
439 |
// Resource, which defines the contents of 'What to Sync' sub menu |
|
440 |
// |
|
441 |
// --------------------------------------------------------------------------- |
|
442 |
// |
|
443 |
RESOURCE IPS_SET_ARRAY r_ips_set_menu_what_to_sync |
|
444 |
{ |
|
445 |
items = |
|
446 |
{ |
|
447 |
// Retrieve |
|
448 |
IPS_SET_ITEM |
|
449 |
{ |
|
450 |
itemtype = EIpsSetUiRadioButtonArray; |
|
451 |
itemid = EIpsSetUiWhatDownloadSize; |
|
452 |
itemlabel = qtn_fse_settings_mail_downl_ctrl_retrieve; |
|
453 |
itemarray = r_ips_set_what_to_sync_array_email_download_size; |
|
454 |
//itemflags = KIpsSetUiFlagPop3Only; |
|
455 |
}, |
|
456 |
// Emails to retrieve (POP3) |
|
457 |
IPS_SET_ITEM |
|
458 |
{ |
|
459 |
itemtype = EIpsSetUiItemValue; |
|
460 |
itemid = EIpsSetUiWhatRetrievePop3; |
|
461 |
itemlabel = qtn_fse_settings_mail_downl_ctrl_retrieve_limit; |
|
462 |
itemflags = KIpsSetUiFlagPop3Only | KIpsSetUiFlagLangSpecificNumConv | |
|
463 |
KIpsSetUiFlagForceMustFill; |
|
464 |
}, |
|
465 |
// Emails to retrieve (IMAP4) |
|
466 |
IPS_SET_ITEM |
|
467 |
{ |
|
468 |
itemtype = EIpsSetUiMenuArray; |
|
469 |
itemid = EIpsSetUiWhatRetrieveImap4Menu; |
|
470 |
itemlabel = qtn_fse_settings_mail_downl_ctrl_retrieve_limit; |
|
471 |
itemarray = r_ips_set_what_to_sync_array_email_retrieve_imap4; |
|
472 |
// Single click changes |
|
473 |
itemflags = KIpsSetUiFlagEnterPressed | KIpsSetUiFlagImap4Only; |
|
474 |
}, |
|
475 |
// Imap4 folder path |
|
476 |
IPS_SET_ITEM |
|
477 |
{ |
|
478 |
itemtype = EIpsSetUiItemText; |
|
479 |
itemid = EIpsSetUiWhatImapPath; |
|
480 |
itemlabel = qtn_fse_settings_mail_folder_path; |
|
481 |
itemmaxlength = KIpsSetUiMaxSettingsTextLength; |
|
482 |
itemflags = KIpsSetUiFlagImap4Only; |
|
483 |
}, |
|
484 |
// Folder subscriptions |
|
485 |
IPS_SET_ITEM |
|
486 |
{ |
|
487 |
itemtype = EIpsSetUiMenuArray; |
|
488 |
itemid = EIpsSetUiWhatFolderSync; |
|
489 |
itemlabel = qtn_fse_settings_mail_folder_subscr; |
|
490 |
itemappereance = EIpsSetUiMenuArray; |
|
491 |
itemflags = KIpsSetUiFlagImap4Only; |
|
492 |
} |
|
493 |
}; |
|
494 |
} |
|
495 |
||
496 |
// --------------------------------------------------------------------------- |
|
497 |
// |
|
498 |
// Resource, which defines the contents of 'When to Sync' sub menu |
|
499 |
// |
|
500 |
// --------------------------------------------------------------------------- |
|
501 |
// |
|
502 |
RESOURCE IPS_SET_ARRAY r_ips_set_menu_when_to_sync |
|
503 |
{ |
|
504 |
items = |
|
505 |
{ |
|
506 |
// Connection Days |
|
507 |
IPS_SET_ITEM |
|
508 |
{ |
|
509 |
itemtype = EIpsSetUiCheckBoxArray; |
|
510 |
itemid = EIpsSetUiWhenDays; |
|
511 |
itemlabel = qtn_fse_settings_mail_conn_days; |
|
512 |
itemarray = r_ips_set_when_to_sync_array_weekdays; |
|
513 |
}, |
|
514 |
// Peak Sync Hours |
|
515 |
IPS_SET_ITEM |
|
516 |
{ |
|
517 |
itemtype = EIpsSetUiRadioButtonArray; |
|
518 |
itemid = EIpsSetUiWhenHours; |
|
519 |
itemlabel = qtn_fse_settings_mail_conn_hours; |
|
520 |
itemarray = r_ips_set_when_to_sync_array_sync_hours; |
|
521 |
itemflags = KIpsSetUiFlagLangSpecificNumConv; |
|
522 |
}, |
|
523 |
// Update Interval |
|
524 |
IPS_SET_ITEM |
|
525 |
{ |
|
526 |
itemtype = EIpsSetUiRadioButtonArray; |
|
527 |
itemid = EIpsSetUiWhenSchedule; |
|
528 |
itemlabel = qtn_fse_settings_mail_interval; |
|
529 |
itemarray = r_ips_set_when_to_sync_array_sync_schedule; |
|
530 |
itemflags = KIpsSetUiFlagLangSpecificNumConv; |
|
531 |
} |
|
532 |
}; |
|
533 |
} |
|
534 |
||
535 |
||
536 |
||
537 |
// BUTTONS |
|
538 |
||
539 |
||
540 |
// --------------------------------------------------------------------------- |
|
541 |
// |
|
542 |
// r_ips_set_array_user_authentication |
|
543 |
// |
|
544 |
// --------------------------------------------------------------------------- |
|
545 |
// |
|
546 |
RESOURCE IPS_SET_ARRAY r_ips_set_array_user_authentication |
|
547 |
{ |
|
548 |
items = |
|
549 |
{ |
|
550 |
// |
|
551 |
IPS_SET_ITEM |
|
552 |
{ |
|
553 |
itemtype = EIpsSetUiItemRadioButton; |
|
554 |
itemid = EIpsSetUiUserAuthenticationBtnNoAuth; |
|
555 |
itemlabel = qtn_fse_settings_outgoing_no_server; |
|
556 |
}, |
|
557 |
// |
|
558 |
IPS_SET_ITEM |
|
559 |
{ |
|
560 |
itemtype = EIpsSetUiItemRadioButton; |
|
561 |
itemid = EIpsSetUiUserAuthenticationBtnUseIncoming; |
|
562 |
itemlabel = qtn_fse_settings_outgoing_same_as_incoming; |
|
563 |
}, |
|
564 |
// |
|
565 |
IPS_SET_ITEM |
|
566 |
{ |
|
567 |
itemtype = EIpsSetUiItemRadioButton; |
|
568 |
itemid = EIpsSetUiUserAuthenticationBtnOwnForOutgoing; |
|
80
726fba06891a
Revision: 201039
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
73
diff
changeset
|
569 |
itemlabel = qtn_fse_settings_outgoing_setting; |
64 | 570 |
} |
571 |
}; |
|
572 |
} |
|
573 |
||
574 |
// --------------------------------------------------------------------------- |
|
575 |
// |
|
576 |
// r_ips_set_array_security |
|
577 |
// |
|
578 |
// --------------------------------------------------------------------------- |
|
579 |
// |
|
580 |
RESOURCE IPS_SET_ARRAY r_ips_set_array_security |
|
581 |
{ |
|
582 |
items = |
|
583 |
{ |
|
584 |
// |
|
585 |
IPS_SET_ITEM |
|
586 |
{ |
|
587 |
itemtype = EIpsSetUiItemRadioButton; |
|
588 |
itemid = EIpsSetUiConnectionSecurityBtnTLS; |
|
589 |
itemlabel = qtn_fse_settings_mail_sec_starttls; |
|
590 |
}, |
|
591 |
// |
|
592 |
IPS_SET_ITEM |
|
593 |
{ |
|
594 |
itemtype = EIpsSetUiItemRadioButton; |
|
595 |
itemid = EIpsSetUiConnectionSecurityBtnSSL; |
|
596 |
itemlabel = qtn_fse_settings_mail_sec_ssltls; |
|
597 |
}, |
|
598 |
// |
|
599 |
IPS_SET_ITEM |
|
600 |
{ |
|
601 |
itemtype = EIpsSetUiItemRadioButton; |
|
602 |
itemid = EIpsSetUiConnectionSecurityBtnOff; |
|
603 |
itemlabel = qtn_fse_settings_mail_secur_off; |
|
604 |
} |
|
605 |
}; |
|
606 |
} |
|
607 |
||
608 |
// --------------------------------------------------------------------------- |
|
609 |
// |
|
610 |
// r_ips_set_array_port |
|
611 |
// |
|
612 |
// --------------------------------------------------------------------------- |
|
613 |
// |
|
614 |
RESOURCE IPS_SET_ARRAY r_ips_set_array_port_incoming |
|
615 |
{ |
|
616 |
items = |
|
617 |
{ |
|
618 |
// |
|
619 |
IPS_SET_ITEM |
|
620 |
{ |
|
621 |
itemtype = EIpsSetUiItemRadioButton; |
|
622 |
itemid = EIpsSetUiIncomingPortBtnDefault; |
|
623 |
itemlabel = qtn_fse_settings_mail_port_def; |
|
624 |
}, |
|
625 |
// |
|
626 |
IPS_SET_ITEM |
|
627 |
{ |
|
628 |
itemtype = EIpsSetUiItemRadioButton; |
|
629 |
itemid = EIpsSetUiIncomingPortBtnUserDefined; |
|
630 |
itemlabel = qtn_fse_settings_mail_port_userdef; |
|
631 |
itemflags = KIpsSetUiFlagFindEditor; |
|
632 |
}, |
|
633 |
// |
|
634 |
IPS_SET_ITEM |
|
635 |
{ |
|
636 |
itemtype = EIpsSetUiItemValue; |
|
637 |
itemid = EIpsSetUiIncomingPortBtnEditor; |
|
638 |
itemlabel = qtn_fse_settings_mail_port_userdef; |
|
639 |
itemmaxlength = KIpsSetUiNumberMaxPortValue; |
|
640 |
itemflags = KIpsSetUiFlagPermanentlyHidden | |
|
641 |
KIpsSetUiFlagLangSpecificNumConv | |
|
642 |
KIpsSetUiFlagForceMustFill; |
|
643 |
} |
|
644 |
}; |
|
645 |
} |
|
646 |
||
647 |
// --------------------------------------------------------------------------- |
|
648 |
// |
|
649 |
// r_ips_set_array_port_outgoing |
|
650 |
// |
|
651 |
// --------------------------------------------------------------------------- |
|
652 |
// |
|
653 |
RESOURCE IPS_SET_ARRAY r_ips_set_array_port_outgoing |
|
654 |
{ |
|
655 |
items = |
|
656 |
{ |
|
657 |
// |
|
658 |
IPS_SET_ITEM |
|
659 |
{ |
|
660 |
itemtype = EIpsSetUiItemRadioButton; |
|
661 |
itemid = EIpsSetUiOutgoingPortBtnDefault; |
|
662 |
itemlabel = qtn_fse_settings_mail_port_def; |
|
663 |
}, |
|
664 |
// |
|
665 |
IPS_SET_ITEM |
|
666 |
{ |
|
667 |
itemtype = EIpsSetUiItemRadioButton; |
|
668 |
itemid = EIpsSetUiOutgoingPortBtnUserDefined; |
|
669 |
itemlabel = qtn_fse_settings_mail_port_userdef; |
|
670 |
itemflags = KIpsSetUiFlagFindEditor; |
|
671 |
}, |
|
672 |
// |
|
673 |
IPS_SET_ITEM |
|
674 |
{ |
|
675 |
itemtype = EIpsSetUiItemValue; |
|
676 |
itemid = EIpsSetUiOutgoingPortBtnEditor; |
|
677 |
itemlabel = qtn_fse_settings_mail_port_def; |
|
678 |
itemmaxlength = KIpsSetUiNumberMaxPortValue; |
|
679 |
itemflags = KIpsSetUiFlagPermanentlyHidden | |
|
680 |
KIpsSetUiFlagLangSpecificNumConv | |
|
681 |
KIpsSetUiFlagForceMustFill; |
|
682 |
} |
|
683 |
}; |
|
684 |
} |
|
685 |
||
686 |
// --------------------------------------------------------------------------- |
|
687 |
// |
|
688 |
// r_ips_set_array_apop |
|
689 |
// |
|
690 |
// --------------------------------------------------------------------------- |
|
691 |
// |
|
692 |
RESOURCE IPS_SET_ARRAY r_ips_set_array_apop |
|
693 |
{ |
|
694 |
items = |
|
695 |
{ |
|
696 |
// |
|
697 |
IPS_SET_ITEM |
|
698 |
{ |
|
699 |
itemtype = EIpsSetUiItemRadioButton; |
|
700 |
itemid = EIpsSetUiApopBtnOn; |
|
701 |
itemlabel = qtn_fse_settings_mail_apop_on; |
|
702 |
}, |
|
703 |
// |
|
704 |
IPS_SET_ITEM |
|
705 |
{ |
|
706 |
itemtype = EIpsSetUiItemRadioButton; |
|
707 |
itemid = EIpsSetUiApopBtnOff; |
|
708 |
itemlabel = qtn_fse_settings_mail_apop_off; |
|
709 |
} |
|
710 |
}; |
|
711 |
} |
|
712 |
||
713 |
// --------------------------------------------------------------------------- |
|
714 |
// |
|
715 |
// r_ips_set_array_signature_radio |
|
716 |
// |
|
717 |
// --------------------------------------------------------------------------- |
|
718 |
// |
|
719 |
RESOURCE IPS_SET_ARRAY r_ips_set_array_signature_radio |
|
720 |
{ |
|
721 |
items = |
|
722 |
{ |
|
723 |
// |
|
724 |
IPS_SET_ITEM |
|
725 |
{ |
|
726 |
itemtype = EIpsSetUiItemRadioButton; |
|
727 |
itemid = EIpsSetUiMailboxSignatureBtnOn; |
|
728 |
itemlabel = qtn_fse_settings_signature_on; |
|
729 |
}, |
|
730 |
// |
|
731 |
IPS_SET_ITEM |
|
732 |
{ |
|
733 |
itemtype = EIpsSetUiItemRadioButton; |
|
734 |
itemid = EIpsSetUiMailboxSignatureBtnOff; |
|
735 |
itemlabel = qtn_fse_settings_signature_off; |
|
736 |
} |
|
737 |
}; |
|
738 |
} |
|
739 |
||
740 |
||
741 |
// --------------------------------------------------------------------------- |
|
742 |
// |
|
743 |
// r_ips_set_what_to_sync_array_email_retrieve_imap4 |
|
744 |
// |
|
745 |
// --------------------------------------------------------------------------- |
|
746 |
// |
|
747 |
RESOURCE IPS_SET_ARRAY r_ips_set_what_to_sync_array_email_retrieve_imap4 |
|
748 |
{ |
|
749 |
items = |
|
750 |
{ |
|
751 |
IPS_SET_ITEM |
|
752 |
{ |
|
753 |
itemtype = EIpsSetUiItemValue; |
|
754 |
itemid = EIpsSetUiWhatRetrieveImap4Inbox; |
|
755 |
itemlabel = qtn_fse_settings_mail_retrieve_from_inbox; |
|
756 |
itemmaxlength = KIpsSetUiMaxSettingsTextLength; |
|
757 |
itemflags = KIpsSetUiFlagForceMustFill | KIpsSetUiFlagLangSpecificNumConv; |
|
758 |
}, |
|
759 |
||
760 |
IPS_SET_ITEM |
|
761 |
{ |
|
762 |
itemtype = EIpsSetUiRadioButtonArray; |
|
763 |
itemid = EIpsSetUiWhatRetrieveImap4Folders; |
|
764 |
itemlabel = qtn_fse_settings_mail_retrieve_from_folders; |
|
765 |
itemarray = |
|
766 |
r_ips_set_what_to_sync_array_email_retrieve_imap4_folder; |
|
767 |
itemflags = KIpsSetUiFlagLangSpecificNumConv; |
|
768 |
} |
|
769 |
}; |
|
770 |
} |
|
771 |
||
772 |
||
773 |
// --------------------------------------------------------------------------- |
|
774 |
// |
|
775 |
// r_ips_set_what_to_sync_array_email_retrieve_imap4_folder |
|
776 |
// |
|
777 |
// --------------------------------------------------------------------------- |
|
778 |
// |
|
779 |
RESOURCE IPS_SET_ARRAY r_ips_set_what_to_sync_array_email_retrieve_imap4_folder |
|
780 |
{ |
|
781 |
items = |
|
782 |
{ |
|
783 |
// |
|
784 |
IPS_SET_ITEM |
|
785 |
{ |
|
786 |
itemtype = EIpsSetUiItemRadioButton; |
|
787 |
itemid = EIpsSetUiWhatRetrieveImap4FolderBtn50; |
|
788 |
itemlabel = "50"; |
|
789 |
itemflags = KIpsSetUiFlagLangSpecificNumConv; |
|
790 |
}, |
|
791 |
// |
|
792 |
IPS_SET_ITEM |
|
793 |
{ |
|
794 |
itemtype = EIpsSetUiItemRadioButton; |
|
795 |
itemid = EIpsSetUiWhatRetrieveImap4FolderBtn100; |
|
796 |
itemlabel = "100"; |
|
797 |
itemflags = KIpsSetUiFlagLangSpecificNumConv; |
|
798 |
}, |
|
799 |
// |
|
800 |
IPS_SET_ITEM |
|
801 |
{ |
|
802 |
itemtype = EIpsSetUiItemRadioButton; |
|
803 |
itemid = EIpsSetUiWhatRetrieveImap4FolderBtn250; |
|
804 |
itemlabel = "250"; |
|
805 |
itemflags = KIpsSetUiFlagLangSpecificNumConv; |
|
806 |
} |
|
807 |
}; |
|
808 |
} |
|
809 |
||
810 |
// --------------------------------------------------------------------------- |
|
811 |
// |
|
812 |
// r_ips_set_what_to_sync_array_email_download_size |
|
813 |
// |
|
814 |
// --------------------------------------------------------------------------- |
|
815 |
// |
|
816 |
RESOURCE IPS_SET_ARRAY r_ips_set_what_to_sync_array_email_download_size |
|
817 |
{ |
|
818 |
items = |
|
819 |
{ |
|
820 |
// "Headers" -option |
|
821 |
IPS_SET_ITEM |
|
822 |
{ |
|
823 |
itemtype = EIpsSetUiItemRadioButton; |
|
824 |
itemid = EIpsSetUiWhatDownloadSizeBtnHeaders; |
|
825 |
itemlabel = qtn_fse_settings_mail_retrieve_hdr; |
|
826 |
}, |
|
827 |
// "Headers Plus" -options |
|
828 |
IPS_SET_ITEM |
|
829 |
{ |
|
830 |
itemtype = EIpsSetUiItemRadioButton; |
|
831 |
itemid = EIpsSetUiWhatDownloadSizeBtnPlus; |
|
832 |
itemlabel = qtn_fse_settings_mail_retrieve_lessthan; |
|
833 |
itemflags = KIpsSetUiFlagImap4Only | KIpsSetUiFlagFindEditor; |
|
834 |
}, |
|
835 |
// "Everything" -option |
|
836 |
IPS_SET_ITEM |
|
837 |
{ |
|
838 |
itemtype = EIpsSetUiItemRadioButton; |
|
839 |
itemid = EIpsSetUiWhatDownloadSizeBtnFull; |
|
840 |
itemlabel = qtn_fse_settings_mail_retrieve_bodyandatt; |
|
841 |
}, |
|
842 |
// Size editor |
|
843 |
IPS_SET_ITEM |
|
844 |
{ |
|
845 |
itemtype = EIpsSetUiItemValue; |
|
846 |
itemid = EIpsSetUiWhatDownloadSizeEditPlus; |
|
847 |
itemlabel = qtn_fse_settings_mail_retrieve_lessthan; |
|
848 |
itemflags = KIpsSetUiFlagPermanentlyHidden | |
|
849 |
KIpsSetUiFlagForceMustFill; |
|
850 |
} |
|
851 |
}; |
|
852 |
} |
|
853 |
||
854 |
// --------------------------------------------------------------------------- |
|
855 |
// |
|
856 |
// r_ips_set_when_to_sync_array_sync_schedule |
|
857 |
// |
|
858 |
// --------------------------------------------------------------------------- |
|
859 |
// |
|
860 |
RESOURCE IPS_SET_ARRAY r_ips_set_when_to_sync_array_sync_schedule |
|
861 |
{ |
|
862 |
items = |
|
863 |
{ |
|
864 |
// "5 minutes" -option |
|
865 |
IPS_SET_ITEM |
|
866 |
{ |
|
867 |
itemtype = EIpsSetUiItemRadioButton; |
|
868 |
itemid = EIpsSetUiWhenScheduleBtn5Min; |
|
869 |
itemlabel = qtn_fse_settings_mail_interval_5min; |
|
870 |
itemflags = KIpsSetUiFlagLangSpecificNumConv; |
|
871 |
}, |
|
872 |
// "10 minutes" -option |
|
873 |
IPS_SET_ITEM |
|
874 |
{ |
|
875 |
itemtype = EIpsSetUiItemRadioButton; |
|
876 |
itemid = EIpsSetUiWhenScheduleBtn10Min; |
|
877 |
itemlabel = qtn_fse_settings_mail_interval_10min; |
|
878 |
itemflags = KIpsSetUiFlagLangSpecificNumConv; |
|
879 |
}, |
|
880 |
// "15 minutes" -option |
|
881 |
IPS_SET_ITEM |
|
882 |
{ |
|
883 |
itemtype = EIpsSetUiItemRadioButton; |
|
884 |
itemid = EIpsSetUiWhenScheduleBtn15Min; |
|
885 |
itemlabel = qtn_fse_settings_mail_interval_15min; |
|
886 |
itemflags = KIpsSetUiFlagLangSpecificNumConv; |
|
887 |
}, |
|
888 |
// "30 minutes" -option |
|
889 |
IPS_SET_ITEM |
|
890 |
{ |
|
891 |
itemtype = EIpsSetUiItemRadioButton; |
|
892 |
itemid = EIpsSetUiWhenScheduleBtn30Min; |
|
893 |
itemlabel = qtn_fse_settings_mail_interval_30min; |
|
894 |
itemflags = KIpsSetUiFlagLangSpecificNumConv; |
|
895 |
}, |
|
896 |
// "1 hour" -option |
|
897 |
IPS_SET_ITEM |
|
898 |
{ |
|
899 |
itemtype = EIpsSetUiItemRadioButton; |
|
900 |
itemid = EIpsSetUiWhenScheduleBtn1Hour; |
|
901 |
itemlabel = qtn_fse_settings_mail_interval_1hour; |
|
902 |
itemflags = KIpsSetUiFlagLangSpecificNumConv; |
|
903 |
}, |
|
904 |
// "4 hours" -option |
|
905 |
IPS_SET_ITEM |
|
906 |
{ |
|
907 |
itemtype = EIpsSetUiItemRadioButton; |
|
908 |
itemid = EIpsSetUiWhenScheduleBtn4Hours; |
|
909 |
itemlabel = qtn_fse_settings_mail_interval_4hours; |
|
910 |
itemflags = KIpsSetUiFlagLangSpecificNumConv; |
|
911 |
}, |
|
912 |
// "12 hours" -option |
|
913 |
IPS_SET_ITEM |
|
914 |
{ |
|
915 |
itemtype = EIpsSetUiItemRadioButton; |
|
916 |
itemid = EIpsSetUiWhenScheduleBtn12Hours; |
|
917 |
itemlabel = qtn_fse_settings_mail_interval_12hours; |
|
918 |
itemflags = KIpsSetUiFlagLangSpecificNumConv; |
|
919 |
}, |
|
920 |
// "1 day" -option |
|
921 |
IPS_SET_ITEM |
|
922 |
{ |
|
923 |
itemtype = EIpsSetUiItemRadioButton; |
|
924 |
itemid = EIpsSetUiWhenScheduleBtn1Day; |
|
925 |
itemlabel = qtn_fse_settings_mail_interval_1day; |
|
926 |
itemflags = KIpsSetUiFlagLangSpecificNumConv; |
|
927 |
}, |
|
928 |
// "Notification" -option |
|
929 |
IPS_SET_ITEM |
|
930 |
{ |
|
931 |
itemtype = EIpsSetUiItemRadioButton; |
|
932 |
itemid = EIpsSetUiWhenScheduleBtnNotification; |
|
933 |
itemlabel = qtn_fse_settings_mail_interval_notif; |
|
934 |
}, |
|
935 |
// "Manual" -option |
|
936 |
IPS_SET_ITEM |
|
937 |
{ |
|
938 |
itemtype = EIpsSetUiItemRadioButton; |
|
939 |
itemid = EIpsSetUiWhenScheduleBtnManual; |
|
940 |
itemlabel = qtn_fse_settings_mail_interval_manual; |
|
941 |
} |
|
942 |
}; |
|
943 |
} |
|
944 |
||
945 |
// --------------------------------------------------------------------------- |
|
946 |
// |
|
947 |
// r_ips_set_when_to_sync_array_weekdays |
|
948 |
// |
|
949 |
// --------------------------------------------------------------------------- |
|
950 |
// |
|
951 |
RESOURCE IPS_SET_ARRAY r_ips_set_when_to_sync_array_weekdays |
|
952 |
{ |
|
953 |
items = |
|
954 |
{ |
|
955 |
// |
|
956 |
IPS_SET_ITEM |
|
957 |
{ |
|
958 |
itemtype = EIpsSetUiItemRadioButton; |
|
959 |
itemid = EIpsSetUiWhenDaysBtnMonday; |
|
960 |
itemlabel = qtn_week_long_monday; |
|
961 |
}, |
|
962 |
// |
|
963 |
IPS_SET_ITEM |
|
964 |
{ |
|
965 |
itemtype = EIpsSetUiItemRadioButton; |
|
966 |
itemid = EIpsSetUiWhenDaysBtnTuesday; |
|
967 |
itemlabel = qtn_week_long_tuesday; |
|
968 |
}, |
|
969 |
// |
|
970 |
IPS_SET_ITEM |
|
971 |
{ |
|
972 |
itemtype = EIpsSetUiItemRadioButton; |
|
973 |
itemid = EIpsSetUiWhenDaysBtnWednesday; |
|
974 |
itemlabel = qtn_week_long_wednesday; |
|
975 |
}, |
|
976 |
// |
|
977 |
IPS_SET_ITEM |
|
978 |
{ |
|
979 |
itemtype = EIpsSetUiItemRadioButton; |
|
980 |
itemid = EIpsSetUiWhenDaysBtnThursday; |
|
981 |
itemlabel = qtn_week_long_thursday; |
|
982 |
}, |
|
983 |
// |
|
984 |
IPS_SET_ITEM |
|
985 |
{ |
|
986 |
itemtype = EIpsSetUiItemRadioButton; |
|
987 |
itemid = EIpsSetUiWhenDaysBtnFriday; |
|
988 |
itemlabel = qtn_week_long_friday; |
|
989 |
}, |
|
990 |
// |
|
991 |
IPS_SET_ITEM |
|
992 |
{ |
|
993 |
itemtype = EIpsSetUiItemRadioButton; |
|
994 |
itemid = EIpsSetUiWhenDaysBtnSaturday; |
|
995 |
itemlabel = qtn_week_long_saturday; |
|
996 |
}, |
|
997 |
// |
|
998 |
IPS_SET_ITEM |
|
999 |
{ |
|
1000 |
itemtype = EIpsSetUiItemRadioButton; |
|
1001 |
itemid = EIpsSetUiWhenDaysBtnSunday; |
|
1002 |
itemlabel = qtn_week_long_sunday; |
|
1003 |
} |
|
1004 |
}; |
|
1005 |
} |
|
1006 |
||
1007 |
// --------------------------------------------------------------------------- |
|
1008 |
// |
|
1009 |
// r_ips_set_when_to_sync_array_sync_hours |
|
1010 |
// |
|
1011 |
// --------------------------------------------------------------------------- |
|
1012 |
// |
|
1013 |
RESOURCE IPS_SET_ARRAY r_ips_set_when_to_sync_array_sync_hours |
|
1014 |
{ |
|
1015 |
items = |
|
1016 |
{ |
|
1017 |
// "All day" -option |
|
1018 |
IPS_SET_ITEM |
|
1019 |
{ |
|
1020 |
itemtype = EIpsSetUiItemRadioButton; |
|
1021 |
itemid = EIpsSetUiWhenHoursBtnAllDay; |
|
1022 |
itemlabel = qtn_fse_settings_mail_conn_hours_all; |
|
1023 |
}, |
|
1024 |
// "Between hours" -option |
|
1025 |
IPS_SET_ITEM |
|
1026 |
{ |
|
1027 |
itemtype = EIpsSetUiItemRadioButton; |
|
1028 |
itemid = EIpsSetUiWhenHoursBtnCustomize; |
|
1029 |
itemlabel = qtn_fse_settings_mail_conn_hours_between; |
|
1030 |
itemflags = KIpsSetUiFlagFindEditor; |
|
1031 |
}, |
|
1032 |
// Time Editor |
|
1033 |
IPS_SET_ITEM |
|
1034 |
{ |
|
1035 |
itemtype = EIpsSetUiItemMultiLine; |
|
1036 |
itemid = EIpsSetUiWhenHoursCustom; |
|
1037 |
itemlabel = qtn_fse_settings_mail_conn_hours_between; |
|
1038 |
itemflags = KIpsSetUiFlagPermanentlyHidden; |
|
1039 |
itemarray = r_ips_set_when_to_sync_array_sync_hours_multi_editor; |
|
1040 |
} |
|
1041 |
}; |
|
1042 |
} |
|
1043 |
||
1044 |
// --------------------------------------------------------------------------- |
|
1045 |
// |
|
1046 |
// r_ips_set_when_to_sync_array_sync_hours |
|
1047 |
// |
|
1048 |
// --------------------------------------------------------------------------- |
|
1049 |
// |
|
1050 |
RESOURCE IPS_SET_ARRAY r_ips_set_when_to_sync_array_sync_hours_multi_editor |
|
1051 |
{ |
|
1052 |
items= |
|
1053 |
{ |
|
1054 |
IPS_SET_ITEM |
|
1055 |
{ |
|
1056 |
itemlabel = qtn_fse_settings_conn_hours_from; |
|
1057 |
itemid = EIpsSetUiWhenHoursEditCustomizeFrom; |
|
1058 |
itemtype = EIpsSetUiItemTime; |
|
1059 |
itemmaxlength = KIpsSetUiMaxSettingsTimeLength; |
|
1060 |
}, |
|
1061 |
IPS_SET_ITEM |
|
1062 |
{ |
|
1063 |
itemlabel = qtn_fse_settings_conn_hours_to; |
|
1064 |
itemid = EIpsSetUiWhenHoursEditCustomizeTo; |
|
1065 |
itemtype = EIpsSetUiItemTime; |
|
1066 |
itemmaxlength = KIpsSetUiMaxSettingsTimeLength; |
|
1067 |
} |
|
1068 |
}; |
|
1069 |
} |
|
1070 |
||
1071 |
// End of File |