79
|
1 |
/*
|
|
2 |
* Copyright (c) 2006-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: This file contains all the resources for the module..
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
|
|
20 |
// ========== RESOURCE IDENTIFIER ==========================
|
|
21 |
|
|
22 |
NAME UNIE // 4 letter id resource file.
|
|
23 |
|
|
24 |
// ========== INCLUDE FILES ================================
|
|
25 |
|
|
26 |
#include <bldvariant.hrh>
|
|
27 |
#include <AvkonIcons.hrh>
|
|
28 |
#include <aknsconstants.hrh>
|
|
29 |
|
|
30 |
#include <eikon.rh>
|
|
31 |
#include <avkon.rh>
|
|
32 |
#include <MsgEditor.rh>
|
|
33 |
#include <avkon.hrh>
|
|
34 |
|
|
35 |
#include <avkon.rsg>
|
|
36 |
#include <avkon.mbg>
|
|
37 |
|
|
38 |
#include <mtud.rh>
|
|
39 |
#include <MtmExtendedCapabilities.hrh>
|
|
40 |
|
|
41 |
#include <avkon.loc>
|
|
42 |
#include <drmcommon.loc>
|
|
43 |
#include <messaging.loc>
|
|
44 |
|
|
45 |
#include <appinfo.rh>
|
|
46 |
#include <data_caging_paths_strings.hrh>
|
|
47 |
|
|
48 |
#include <muiusettingsarray.rh>
|
|
49 |
|
|
50 |
#include "UniEditorApp.hrh"
|
|
51 |
#include <unieditor.loc>
|
|
52 |
#include <muiu.mbg>
|
|
53 |
|
|
54 |
#include <MsgEditor.hrh>
|
|
55 |
|
|
56 |
// ========== CONSTANTS ====================================
|
|
57 |
|
|
58 |
// ========== MACROS =======================================
|
|
59 |
|
|
60 |
// ========== RESOURCE DEFINITIONS =========================
|
|
61 |
|
|
62 |
RESOURCE RSS_SIGNATURE { }
|
|
63 |
|
|
64 |
RESOURCE TBUF { buf = ""; }
|
|
65 |
|
|
66 |
// ---------------------------------------------------------
|
|
67 |
//
|
|
68 |
// eik_app_info
|
|
69 |
// Application resource info
|
|
70 |
//
|
|
71 |
// ---------------------------------------------------------
|
|
72 |
//
|
|
73 |
RESOURCE EIK_APP_INFO
|
|
74 |
{
|
|
75 |
menubar = r_unieditor_menubar;
|
|
76 |
cba = r_unieditor_options_close;
|
|
77 |
status_pane = r_unieditor_status_pane;
|
|
78 |
}
|
|
79 |
|
|
80 |
// ---------------------------------------------------------
|
|
81 |
//
|
|
82 |
// r_unieditor_localisable_app_info
|
|
83 |
// Application resource info
|
|
84 |
//
|
|
85 |
// ---------------------------------------------------------
|
|
86 |
//
|
|
87 |
RESOURCE LOCALISABLE_APP_INFO r_unieditor_localisable_app_info
|
|
88 |
{
|
|
89 |
short_caption = qtn_apps_unieditor_grid;
|
|
90 |
caption_and_icon =
|
|
91 |
CAPTION_AND_ICON_INFO
|
|
92 |
{
|
|
93 |
caption = qtn_apps_unieditor_list;
|
|
94 |
number_of_icons = 1;
|
|
95 |
icon_file = APP_BITMAP_DIR"\\unieditor_aif.mif";
|
|
96 |
};
|
|
97 |
}
|
|
98 |
|
|
99 |
// ---------------------------------------------------------
|
|
100 |
//
|
|
101 |
// r_unieditor_status_pane
|
|
102 |
// Status pane resource
|
|
103 |
//
|
|
104 |
// ---------------------------------------------------------
|
|
105 |
//
|
|
106 |
RESOURCE STATUS_PANE_APP_MODEL r_unieditor_status_pane
|
|
107 |
{
|
|
108 |
panes=
|
|
109 |
{
|
|
110 |
SPANE_PANE
|
|
111 |
{
|
|
112 |
id = EEikStatusPaneUidTitle;
|
|
113 |
type = EAknCtTitlePane;
|
|
114 |
resource = r_unieditor_app_name;
|
|
115 |
}
|
|
116 |
};
|
|
117 |
}
|
|
118 |
|
|
119 |
// ---------------------------------------------------------
|
|
120 |
//
|
|
121 |
// r_unieditor_app_name
|
|
122 |
// Title pane resource
|
|
123 |
//
|
|
124 |
// ---------------------------------------------------------
|
|
125 |
//
|
|
126 |
RESOURCE TITLE_PANE r_unieditor_app_name
|
|
127 |
{
|
|
128 |
txt = qtn_msg_title_message;
|
|
129 |
}
|
|
130 |
|
|
131 |
//----------------------------------------------------
|
|
132 |
//
|
|
133 |
// r_unieditor_title_sms
|
|
134 |
// r_unieditor_title_mms
|
|
135 |
// r_unieditor_title
|
|
136 |
// - texts to be shown in title pane
|
|
137 |
//
|
|
138 |
//----------------------------------------------------
|
|
139 |
|
|
140 |
RESOURCE TBUF r_unieditor_title_sms
|
|
141 |
{
|
|
142 |
buf = qtn_msg_title_sms_message;
|
|
143 |
}
|
|
144 |
|
|
145 |
RESOURCE TBUF r_unieditor_title_mms
|
|
146 |
{
|
|
147 |
buf = qtn_msg_title_mms_message;
|
|
148 |
}
|
|
149 |
|
|
150 |
RESOURCE TBUF r_unieditor_title
|
|
151 |
{
|
|
152 |
buf = qtn_msg_title_message;
|
|
153 |
}
|
|
154 |
|
|
155 |
//----------------------------------------------------
|
|
156 |
//
|
|
157 |
// r_unieditor_navipane_sms
|
|
158 |
// r_unieditor_navipane_mms
|
|
159 |
// - texts to be shown as message lengths in navipane
|
|
160 |
//
|
|
161 |
//----------------------------------------------------
|
|
162 |
|
|
163 |
RESOURCE TBUF r_unieditor_sms_length
|
|
164 |
{
|
|
165 |
buf = qtn_sms_message_length;
|
|
166 |
}
|
|
167 |
|
|
168 |
RESOURCE TBUF r_unieditor_mms_length
|
|
169 |
{
|
|
170 |
buf = qtn_size_kb_with_one_decimal;
|
|
171 |
}
|
|
172 |
|
|
173 |
|
|
174 |
//////////////////////////////////
|
|
175 |
//
|
|
176 |
// MAIN VIEW
|
|
177 |
|
|
178 |
|
|
179 |
// ---------------------------------------------------------
|
|
180 |
//
|
|
181 |
// r_unieditor_to - MSG_EDITOR_ADDRESS_CONTROL
|
|
182 |
//
|
|
183 |
// ---------------------------------------------------------
|
|
184 |
//
|
|
185 |
RESOURCE MSG_EDITOR_ADDRESS_CONTROL r_unieditor_to
|
|
186 |
{
|
|
187 |
prompt = qtn_msg_to;
|
|
188 |
id = EMsgComponentIdTo;
|
|
189 |
distance = 0;
|
|
190 |
|
|
191 |
default_case = EAknEditorLowerCase;
|
|
192 |
allowed_case_modes = EAknEditorAllCaseModes;
|
|
193 |
default_input_mode = EAknEditorNumericInputMode;
|
|
194 |
allowed_input_modes = EAknEditorTextInputMode | EAknEditorNumericInputMode;
|
|
195 |
numeric_keymap = EAknEditorStandardNumberModeKeymap;
|
|
196 |
avkon_flags = EAknEditorFlagNoT9 | EAknEditorFlagUseSCTNumericCharmap;
|
|
197 |
}
|
|
198 |
|
|
199 |
// ---------------------------------------------------------
|
|
200 |
//
|
|
201 |
// r_unieditor_cc - CMsgEditorAddressControl
|
|
202 |
//
|
|
203 |
// ---------------------------------------------------------
|
|
204 |
//
|
|
205 |
RESOURCE MSG_EDITOR_ADDRESS_CONTROL r_unieditor_cc
|
|
206 |
{
|
|
207 |
prompt = qtn_msg_cc;
|
|
208 |
id = EMsgComponentIdCc;
|
|
209 |
distance = 0;
|
|
210 |
|
|
211 |
default_case = EAknEditorLowerCase;
|
|
212 |
allowed_case_modes = EAknEditorAllCaseModes;
|
|
213 |
default_input_mode = EAknEditorNumericInputMode;
|
|
214 |
allowed_input_modes = EAknEditorTextInputMode | EAknEditorNumericInputMode;
|
|
215 |
numeric_keymap = EAknEditorStandardNumberModeKeymap;
|
|
216 |
avkon_flags = EAknEditorFlagNoT9 | EAknEditorFlagUseSCTNumericCharmap;
|
|
217 |
}
|
|
218 |
|
|
219 |
// ---------------------------------------------------------
|
|
220 |
//
|
|
221 |
// r_unieditor_cc - CMsgEditorAddressControl
|
|
222 |
//
|
|
223 |
// ---------------------------------------------------------
|
|
224 |
//
|
|
225 |
RESOURCE MSG_EDITOR_ADDRESS_CONTROL r_unieditor_bcc
|
|
226 |
{
|
|
227 |
prompt = qtn_msg_bcc;
|
|
228 |
id = EMsgComponentIdBcc;
|
|
229 |
distance = 0;
|
|
230 |
|
|
231 |
default_case = EAknEditorLowerCase;
|
|
232 |
allowed_case_modes = EAknEditorAllCaseModes;
|
|
233 |
default_input_mode = EAknEditorNumericInputMode;
|
|
234 |
allowed_input_modes = EAknEditorTextInputMode | EAknEditorNumericInputMode;
|
|
235 |
numeric_keymap = EAknEditorStandardNumberModeKeymap;
|
|
236 |
avkon_flags = EAknEditorFlagNoT9 | EAknEditorFlagUseSCTNumericCharmap;
|
|
237 |
}
|
|
238 |
|
|
239 |
// ---------------------------------------------------------
|
|
240 |
//
|
|
241 |
// r_univiewer_subject - CMsgEditorExpandableControl
|
|
242 |
// Subject control
|
|
243 |
//
|
|
244 |
// ---------------------------------------------------------
|
|
245 |
//
|
|
246 |
RESOURCE MSG_EDITOR_EXPANDABLE_CONTROL r_unieditor_subject
|
|
247 |
{
|
|
248 |
prompt = qtn_msg_subject;
|
|
249 |
id = EMsgComponentIdSubject;
|
|
250 |
distance = 0;
|
|
251 |
|
|
252 |
maxchars = 40;
|
|
253 |
default_case = EAknEditorTextCase;
|
|
254 |
allowed_case_modes = EAknEditorAllCaseModes;
|
|
255 |
default_input_mode = EAknEditorTextInputMode;
|
|
256 |
allowed_input_modes = EAknEditorTextInputMode | EAknEditorNumericInputMode;
|
|
257 |
numeric_keymap = EAknEditorStandardNumberModeKeymap;
|
|
258 |
avkon_flags = EAknEditorFlagUseSCTNumericCharmap;
|
|
259 |
}
|
|
260 |
|
|
261 |
//----------------------------------------------------
|
|
262 |
//
|
|
263 |
// r_unieditor_toolbar - CAknToolbar
|
|
264 |
// UniEditor fixed toolbar
|
|
265 |
//
|
|
266 |
//----------------------------------------------------
|
|
267 |
//
|
|
268 |
RESOURCE AVKON_TOOLBAR r_unieditor_toolbar
|
|
269 |
{
|
|
270 |
flags = KAknToolbarFixed;
|
|
271 |
items =
|
|
272 |
{
|
|
273 |
TBAR_CTRL
|
|
274 |
{
|
|
275 |
type = EAknCtButton;
|
|
276 |
id = EUniCmdFixedToolbarSend;
|
|
277 |
control = AVKON_BUTTON
|
|
278 |
{
|
|
279 |
flags = KAknButtonSizeFitText;
|
|
280 |
states =
|
|
281 |
{
|
|
282 |
AVKON_BUTTON_STATE
|
|
283 |
{
|
|
284 |
helptxt = qtn_msg_tb_tooltip_send;
|
|
285 |
bmpfile = BITMAP_DIR"\\muiu.mif";
|
|
286 |
bmpid = EMbmMuiuQgn_indi_tb_msg_send;
|
|
287 |
bmpmask = EMbmMuiuQgn_indi_tb_msg_send_mask;
|
|
288 |
extension = r_unieditor_send_button_state_extension;
|
|
289 |
}
|
|
290 |
};
|
|
291 |
};
|
|
292 |
},
|
|
293 |
TBAR_CTRL
|
|
294 |
{
|
|
295 |
type = EAknCtButton;
|
|
296 |
id = EUniCmdFixedToolbarAddRecipient;
|
|
297 |
control = AVKON_BUTTON
|
|
298 |
{
|
|
299 |
flags = KAknButtonSizeFitText;
|
|
300 |
states =
|
|
301 |
{
|
|
302 |
AVKON_BUTTON_STATE
|
|
303 |
{
|
|
304 |
helptxt = qtn_msg_tb_tooltip_add_recipient;
|
|
305 |
bmpfile = BITMAP_DIR"\\muiu.mif";
|
|
306 |
bmpid = EMbmMuiuQgn_indi_tb_add_recipient;
|
|
307 |
bmpmask = EMbmMuiuQgn_indi_tb_add_recipient_mask;
|
|
308 |
extension = r_unieditor_add_recipient_button_state_extension;
|
|
309 |
}
|
|
310 |
};
|
|
311 |
};
|
|
312 |
},
|
|
313 |
TBAR_CTRL
|
|
314 |
{
|
|
315 |
type = EAknCtToolbarExtension;
|
|
316 |
id = EUniCmdFixedToolbarInsert;
|
|
317 |
control = AVKON_TOOLBAR_EXTENSION
|
|
318 |
{
|
|
319 |
helptxt = qtn_msg_tb_tooltip_insert;
|
|
320 |
bmpFile = BITMAP_DIR"\\muiu.mif";
|
|
321 |
bmpId = EMbmMuiuQgn_indi_tb_expand_insert;
|
|
322 |
bmpMask = EMbmMuiuQgn_indi_tb_expand_insert_mask;
|
|
323 |
bmpSkinIdMajor = EAknsMajorGeneric;
|
|
324 |
bmpSkinIdMinor = EAknsMinorGenericQgnIndiTbExpandInsert;
|
|
325 |
items =
|
|
326 |
{
|
|
327 |
TBAR_CTRL
|
|
328 |
{
|
|
329 |
type = EAknCtButton;
|
|
330 |
id = EUniCmdFixedToolbarExtInsertImage;
|
|
331 |
control = AVKON_BUTTON
|
|
332 |
{
|
|
333 |
flags = KAknButtonSizeFitText;
|
|
334 |
states =
|
|
335 |
{
|
|
336 |
AVKON_BUTTON_STATE
|
|
337 |
{
|
|
338 |
txt = qtn_msg_insert_tb_image;
|
|
339 |
helptxt = qtn_msg_insert_tb_tooltip_image;
|
|
340 |
bmpfile = BITMAP_DIR"\\muiu.mif";
|
|
341 |
bmpid = EMbmMuiuQgn_indi_mce_tb_image;
|
|
342 |
bmpmask = EMbmMuiuQgn_indi_mce_tb_image_mask;
|
|
343 |
extension = r_unieditor_image_button_state_extension;
|
|
344 |
}
|
|
345 |
};
|
|
346 |
};
|
|
347 |
},
|
|
348 |
TBAR_CTRL
|
|
349 |
{
|
|
350 |
type = EAknCtButton;
|
|
351 |
id = EUniCmdFixedToolbarExtInsertVideo;
|
|
352 |
control = AVKON_BUTTON
|
|
353 |
{
|
|
354 |
flags = KAknButtonSizeFitText;
|
|
355 |
states =
|
|
356 |
{
|
|
357 |
AVKON_BUTTON_STATE
|
|
358 |
{
|
|
359 |
txt = qtn_msg_insert_tb_video;
|
|
360 |
helptxt = qtn_msg_insert_tb_tooltip_video;
|
|
361 |
bmpfile = BITMAP_DIR"\\muiu.mif";
|
|
362 |
bmpid = EMbmMuiuQgn_indi_mce_tb_video;
|
|
363 |
bmpmask = EMbmMuiuQgn_indi_mce_tb_video_mask;
|
|
364 |
extension = r_unieditor_video_button_state_extension;
|
|
365 |
}
|
|
366 |
};
|
|
367 |
};
|
|
368 |
},
|
|
369 |
TBAR_CTRL
|
|
370 |
{
|
|
371 |
type = EAknCtButton;
|
|
372 |
id = EUniCmdFixedToolbarExtInsertAudio;
|
|
373 |
control = AVKON_BUTTON
|
|
374 |
{
|
|
375 |
flags = KAknButtonSizeFitText;
|
|
376 |
states =
|
|
377 |
{
|
|
378 |
AVKON_BUTTON_STATE
|
|
379 |
{
|
|
380 |
txt = qtn_msg_insert_tb_sound;
|
|
381 |
helptxt = qtn_msg_insert_tb_tooltip_sound;
|
|
382 |
bmpfile = BITMAP_DIR"\\muiu.mif";
|
|
383 |
bmpid = EMbmMuiuQgn_indi_mce_tb_audio;
|
|
384 |
bmpmask = EMbmMuiuQgn_indi_mce_tb_audio_mask;
|
|
385 |
extension = r_unieditor_sound_button_state_extension;
|
|
386 |
}
|
|
387 |
};
|
|
388 |
};
|
|
389 |
},
|
|
390 |
TBAR_CTRL
|
|
391 |
{
|
|
392 |
type = EAknCtButton;
|
|
393 |
id = EUniCmdFixedToolbarExtNewImage;
|
|
394 |
control = AVKON_BUTTON
|
|
395 |
{
|
|
396 |
flags = KAknButtonSizeFitText;
|
|
397 |
states =
|
|
398 |
{
|
|
399 |
AVKON_BUTTON_STATE
|
|
400 |
{
|
|
401 |
txt = qtn_msg_insert_tb_new_image;
|
|
402 |
helptxt = qtn_msg_insert_tb_tooltip_new_image;
|
|
403 |
bmpfile = BITMAP_DIR"\\muiu.mif";
|
|
404 |
bmpid = EMbmMuiuQgn_indi_tb_camera;
|
|
405 |
bmpmask = EMbmMuiuQgn_indi_tb_camera_mask;
|
|
406 |
extension = r_unieditor_new_image_button_state_extension;
|
|
407 |
}
|
|
408 |
};
|
|
409 |
};
|
|
410 |
},
|
|
411 |
TBAR_CTRL
|
|
412 |
{
|
|
413 |
type = EAknCtButton;
|
|
414 |
id = EUniCmdFixedToolbarExtNewVideo;
|
|
415 |
control = AVKON_BUTTON
|
|
416 |
{
|
|
417 |
flags = KAknButtonSizeFitText;
|
|
418 |
states =
|
|
419 |
{
|
|
420 |
AVKON_BUTTON_STATE
|
|
421 |
{
|
|
422 |
txt = qtn_msg_insert_tb_new_video;
|
|
423 |
helptxt = qtn_msg_insert_tb_tooltip_new_video;
|
|
424 |
bmpfile = BITMAP_DIR"\\muiu.mif";
|
|
425 |
bmpid = EMbmMuiuQgn_indi_tb_camcorder;
|
|
426 |
bmpmask = EMbmMuiuQgn_indi_tb_camcorder_mask;
|
|
427 |
extension = r_unieditor_new_video_button_state_extension;
|
|
428 |
}
|
|
429 |
};
|
|
430 |
};
|
|
431 |
},
|
|
432 |
TBAR_CTRL
|
|
433 |
{
|
|
434 |
type = EAknCtButton;
|
|
435 |
id = EUniCmdFixedToolbarExtNewAudio;
|
|
436 |
control = AVKON_BUTTON
|
|
437 |
{
|
|
438 |
flags = KAknButtonSizeFitText;
|
|
439 |
states =
|
|
440 |
{
|
|
441 |
AVKON_BUTTON_STATE
|
|
442 |
{
|
|
443 |
txt = qtn_msg_insert_tb_new_sound;
|
|
444 |
helptxt = qtn_msg_insert_tb_tooltip_new_sound;
|
|
445 |
bmpfile = BITMAP_DIR"\\muiu.mif";
|
|
446 |
bmpid = EMbmMuiuQgn_indi_tb_microphone_unmute;
|
|
447 |
bmpmask = EMbmMuiuQgn_indi_tb_microphone_unmute_mask;
|
|
448 |
extension = r_unieditor_new_sound_button_state_extension;
|
|
449 |
}
|
|
450 |
};
|
|
451 |
};
|
|
452 |
},
|
|
453 |
TBAR_CTRL
|
|
454 |
{
|
|
455 |
type = EAknCtButton;
|
|
456 |
id = EUniCmdFixedToolbarExtInsertSlide;
|
|
457 |
control = AVKON_BUTTON
|
|
458 |
{
|
|
459 |
flags = KAknButtonSizeFitText;
|
|
460 |
states =
|
|
461 |
{
|
|
462 |
AVKON_BUTTON_STATE
|
|
463 |
{
|
|
464 |
txt = qtn_msg_insert_tb_slide;
|
|
465 |
helptxt = qtn_msg_insert_tb_tooltip_slide;
|
|
466 |
bmpfile = BITMAP_DIR"\\muiu.mif";
|
|
467 |
bmpid = EMbmMuiuQgn_indi_tb_slide;
|
|
468 |
bmpmask = EMbmMuiuQgn_indi_tb_slide_mask;
|
|
469 |
extension = r_unieditor_slide_button_state_extension;
|
|
470 |
}
|
|
471 |
};
|
|
472 |
};
|
|
473 |
},
|
|
474 |
TBAR_CTRL
|
|
475 |
{
|
|
476 |
type = EAknCtButton;
|
|
477 |
id = EUniCmdFixedToolbarExtInsertTemplate;
|
|
478 |
control = AVKON_BUTTON
|
|
479 |
{
|
|
480 |
flags = KAknButtonSizeFitText;
|
|
481 |
states =
|
|
482 |
{
|
|
483 |
AVKON_BUTTON_STATE
|
|
484 |
{
|
|
485 |
txt = qtn_msg_insert_tb_template;
|
|
486 |
helptxt = qtn_msg_insert_tb_tooltip_template;
|
|
487 |
bmpfile = BITMAP_DIR"\\muiu.mif";
|
|
488 |
bmpid = EMbmMuiuQgn_indi_tb_template;
|
|
489 |
bmpmask = EMbmMuiuQgn_indi_tb_template_mask;
|
|
490 |
extension = r_unieditor_template_button_state_extension;
|
|
491 |
}
|
|
492 |
};
|
|
493 |
};
|
|
494 |
},
|
|
495 |
TBAR_CTRL
|
|
496 |
{
|
|
497 |
type = EAknCtButton;
|
|
498 |
id = EUniCmdFixedToolbarExtInsertNote;
|
|
499 |
control = AVKON_BUTTON
|
|
500 |
{
|
|
501 |
flags = KAknButtonSizeFitText;
|
|
502 |
states =
|
|
503 |
{
|
|
504 |
AVKON_BUTTON_STATE
|
|
505 |
{
|
|
506 |
txt = qtn_msg_insert_tb_note;
|
|
507 |
helptxt = qtn_msg_insert_tb_tooltip_note;
|
|
508 |
bmpfile = BITMAP_DIR"\\muiu.mif";
|
|
509 |
bmpid = EMbmMuiuQgn_indi_tb_note;
|
|
510 |
bmpmask = EMbmMuiuQgn_indi_tb_note_mask;
|
|
511 |
extension = r_unieditor_note_button_state_extension;
|
|
512 |
}
|
|
513 |
};
|
|
514 |
};
|
|
515 |
},
|
|
516 |
TBAR_CTRL
|
|
517 |
{
|
|
518 |
type = EAknCtButton;
|
|
519 |
id = EUniCmdFixedToolbarExtInsertvCard;
|
|
520 |
control = AVKON_BUTTON
|
|
521 |
{
|
|
522 |
flags = KAknButtonSizeFitText;
|
|
523 |
states =
|
|
524 |
{
|
|
525 |
AVKON_BUTTON_STATE
|
|
526 |
{
|
|
527 |
txt = qtn_msg_insert_tb_vcard;
|
|
528 |
helptxt = qtn_msg_insert_tb_tooltip_vcard;
|
|
529 |
bmpfile = BITMAP_DIR"\\muiu.mif";
|
|
530 |
bmpid = EMbmMuiuQgn_indi_tb_business_card;
|
|
531 |
bmpmask = EMbmMuiuQgn_indi_tb_business_card_mask;
|
|
532 |
extension = r_unieditor_vcard_button_state_extension;
|
|
533 |
}
|
|
534 |
};
|
|
535 |
};
|
|
536 |
},
|
|
537 |
TBAR_CTRL
|
|
538 |
{
|
|
539 |
type = EAknCtButton;
|
|
540 |
id = EUniCmdFixedToolbarExtOther;
|
|
541 |
control = AVKON_BUTTON
|
|
542 |
{
|
|
543 |
flags = KAknButtonSizeFitText;
|
|
544 |
states =
|
|
545 |
{
|
|
546 |
AVKON_BUTTON_STATE
|
|
547 |
{
|
|
548 |
txt = qtn_msg_insert_tb_other;
|
|
549 |
helptxt = qtn_msg_insert_tb_tooltip_other;
|
|
550 |
bmpfile = BITMAP_DIR"\\muiu.mif";
|
|
551 |
bmpid = EMbmMuiuQgn_indi_mce_tb_other;
|
|
552 |
bmpmask = EMbmMuiuQgn_indi_mce_tb_other_mask;
|
|
553 |
extension = r_unieditor_other_button_state_extension;
|
|
554 |
}
|
|
555 |
};
|
|
556 |
};
|
|
557 |
}
|
|
558 |
};
|
|
559 |
};
|
|
560 |
}
|
|
561 |
};
|
|
562 |
}
|
|
563 |
|
|
564 |
// BUTTON STATE EXTENSION
|
|
565 |
|
|
566 |
RESOURCE AVKON_BUTTON_STATE_EXTENSION r_unieditor_send_button_state_extension
|
|
567 |
{
|
|
568 |
bmbSkinIdMajor= EAknsMajorGeneric;
|
|
569 |
bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbMsgSend;
|
|
570 |
}
|
|
571 |
|
|
572 |
RESOURCE AVKON_BUTTON_STATE_EXTENSION r_unieditor_add_recipient_button_state_extension
|
|
573 |
{
|
|
574 |
bmbSkinIdMajor= EAknsMajorGeneric;
|
|
575 |
bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbAddRecipient;
|
|
576 |
}
|
|
577 |
|
|
578 |
RESOURCE AVKON_BUTTON_STATE_EXTENSION r_unieditor_image_button_state_extension
|
|
579 |
{
|
|
580 |
bmbSkinIdMajor= EAknsMajorGeneric;
|
|
581 |
bmbSkinIdMinor= EAknsMinorGenericQgnIndiMceTbImage;
|
|
582 |
}
|
|
583 |
|
|
584 |
RESOURCE AVKON_BUTTON_STATE_EXTENSION r_unieditor_video_button_state_extension
|
|
585 |
{
|
|
586 |
bmbSkinIdMajor= EAknsMajorGeneric;
|
|
587 |
bmbSkinIdMinor= EAknsMinorGenericQgnIndiMceTbVideo;
|
|
588 |
}
|
|
589 |
|
|
590 |
RESOURCE AVKON_BUTTON_STATE_EXTENSION r_unieditor_sound_button_state_extension
|
|
591 |
{
|
|
592 |
bmbSkinIdMajor= EAknsMajorGeneric;
|
|
593 |
bmbSkinIdMinor= EAknsMinorGenericQgnIndiMceTbAudio;
|
|
594 |
}
|
|
595 |
|
|
596 |
RESOURCE AVKON_BUTTON_STATE_EXTENSION r_unieditor_new_image_button_state_extension
|
|
597 |
{
|
|
598 |
bmbSkinIdMajor= EAknsMajorGeneric;
|
|
599 |
bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbCamera;
|
|
600 |
}
|
|
601 |
|
|
602 |
RESOURCE AVKON_BUTTON_STATE_EXTENSION r_unieditor_new_video_button_state_extension
|
|
603 |
{
|
|
604 |
bmbSkinIdMajor= EAknsMajorGeneric;
|
|
605 |
bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbCamcorder;
|
|
606 |
}
|
|
607 |
|
|
608 |
RESOURCE AVKON_BUTTON_STATE_EXTENSION r_unieditor_new_sound_button_state_extension
|
|
609 |
{
|
|
610 |
bmbSkinIdMajor= EAknsMajorGeneric;
|
|
611 |
bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbMicrophoneUnmute;
|
|
612 |
}
|
|
613 |
|
|
614 |
RESOURCE AVKON_BUTTON_STATE_EXTENSION r_unieditor_slide_button_state_extension
|
|
615 |
{
|
|
616 |
bmbSkinIdMajor= EAknsMajorGeneric;
|
|
617 |
bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbSlide;
|
|
618 |
}
|
|
619 |
|
|
620 |
RESOURCE AVKON_BUTTON_STATE_EXTENSION r_unieditor_template_button_state_extension
|
|
621 |
{
|
|
622 |
bmbSkinIdMajor= EAknsMajorGeneric;
|
|
623 |
bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbTemplate;
|
|
624 |
}
|
|
625 |
|
|
626 |
RESOURCE AVKON_BUTTON_STATE_EXTENSION r_unieditor_note_button_state_extension
|
|
627 |
{
|
|
628 |
bmbSkinIdMajor= EAknsMajorGeneric;
|
|
629 |
bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbNote;
|
|
630 |
}
|
|
631 |
|
|
632 |
RESOURCE AVKON_BUTTON_STATE_EXTENSION r_unieditor_pres_button_state_extension
|
|
633 |
{
|
|
634 |
bmbSkinIdMajor= EAknsMajorGeneric;
|
|
635 |
bmbSkinIdMinor= EAknsMinorGenericQgnIndiMceTbPres;
|
|
636 |
}
|
|
637 |
|
|
638 |
RESOURCE AVKON_BUTTON_STATE_EXTENSION r_unieditor_vcard_button_state_extension
|
|
639 |
{
|
|
640 |
bmbSkinIdMajor= EAknsMajorGeneric;
|
|
641 |
bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbBusinessCard;
|
|
642 |
}
|
|
643 |
|
|
644 |
RESOURCE AVKON_BUTTON_STATE_EXTENSION r_unieditor_other_button_state_extension
|
|
645 |
{
|
|
646 |
bmbSkinIdMajor= EAknsMajorGeneric;
|
|
647 |
bmbSkinIdMinor= EAknsMinorGenericQgnIndiMceTbOther;
|
|
648 |
}
|
|
649 |
|
|
650 |
//-----------------------------------------------------------------------------
|
|
651 |
//
|
|
652 |
// r_unieditor_select_hide
|
|
653 |
// Toolbar softkeys.
|
|
654 |
//
|
|
655 |
//-----------------------------------------------------------------------------
|
|
656 |
//
|
|
657 |
RESOURCE CBA r_unieditor_select_hide
|
|
658 |
{
|
|
659 |
buttons =
|
|
660 |
{
|
|
661 |
CBA_BUTTON
|
|
662 |
{
|
|
663 |
id = EAknSoftkeySelect;
|
|
664 |
txt = text_softkey_select;
|
|
665 |
},
|
|
666 |
CBA_BUTTON
|
|
667 |
{
|
|
668 |
id = EAknSoftkeyClose;
|
|
669 |
txt = qtn_softkey_hide;
|
|
670 |
},
|
|
671 |
CBA_BUTTON
|
|
672 |
{
|
|
673 |
id = EAknSoftkeySelect;
|
|
674 |
txt = text_softkey_select;
|
|
675 |
}
|
|
676 |
};
|
|
677 |
}
|
|
678 |
|
|
679 |
// ---------------------------------------------------------
|
|
680 |
//
|
|
681 |
// r_unieditor_menubar - menubar
|
|
682 |
// Main views options menu
|
|
683 |
//
|
|
684 |
// ---------------------------------------------------------
|
|
685 |
//
|
|
686 |
RESOURCE MENU_BAR r_unieditor_menubar
|
|
687 |
{
|
|
688 |
titles =
|
|
689 |
{
|
|
690 |
MENU_TITLE { menu_pane = r_unieditor_main_menu; }
|
|
691 |
};
|
|
692 |
}
|
|
693 |
|
|
694 |
|
|
695 |
// ---------------------------------------------------------
|
|
696 |
//
|
|
697 |
// r_unieditor_main_menu - menupane
|
|
698 |
// Main views options menu items
|
|
699 |
//
|
|
700 |
// ---------------------------------------------------------
|
|
701 |
//
|
|
702 |
RESOURCE MENU_PANE r_unieditor_main_menu
|
|
703 |
{
|
|
704 |
items =
|
|
705 |
{
|
|
706 |
MENU_ITEM { command = EUniCmdSendSMS; txt = qtn_msg_om_send_sms; }
|
|
707 |
,
|
|
708 |
MENU_ITEM { command = EUniCmdSendMMS; txt = qtn_msg_om_send_mms; }
|
|
709 |
,
|
|
710 |
MENU_ITEM { command = EUniCmdPlayPreview; txt = qtn_drm_options_play_preview; }
|
|
711 |
,
|
|
712 |
MENU_ITEM { command = EUniCmdAddRecipient; txt = qtn_msg_om_add_recipient; }
|
|
713 |
,
|
|
714 |
MENU_ITEM { command = EUniCmdInsertMedia; txt = qtn_msg_om_insert; }
|
|
715 |
,
|
|
716 |
MENU_ITEM { command = EUniCmdInsertSubmenu; txt = qtn_msg_om_insert_submenu;
|
|
717 |
cascade = r_unieditor_insert_submenu; }
|
|
718 |
,
|
|
719 |
MENU_ITEM { command = EUniCmdRemoveSubmenu; txt = qtn_mms_om_remove;
|
|
720 |
cascade = r_unieditor_remove_submenu; }
|
|
721 |
,
|
|
722 |
MENU_ITEM { command = EUniCmdPlaceTextFirst; txt = qtn_mms_om_order_text_first; }
|
|
723 |
,
|
|
724 |
MENU_ITEM { command = EUniCmdPlaceTextSecond; txt = qtn_mms_om_order_text_second; }
|
|
725 |
,
|
|
726 |
MENU_ITEM { command = EUniCmdSelectPage; txt = qtn_msg_om_select_page; }
|
|
727 |
,
|
|
728 |
MENU_ITEM { command = EUniCmdMovePage; txt = qtn_mms_om_move_page; }
|
|
729 |
,
|
|
730 |
MENU_ITEM { command = EUniCmdAddHeaders; txt = qtn_msg_om_change_headers; }
|
|
731 |
,
|
|
732 |
MENU_ITEM { command = EUniCmdObjects; txt = qtn_mms_om_objects; }
|
|
733 |
,
|
|
734 |
MENU_ITEM { command = EUniCmdSendingOptions; txt = qtn_mms_om_sending_options; }
|
|
735 |
,
|
|
736 |
MENU_ITEM { command = EUniCmdChangePriority; txt = qtn_msg_om_priority; }
|
|
737 |
,
|
|
738 |
MENU_ITEM { command = EUniCmdMessageInfo; txt = qtn_msg_om_message_info; }
|
|
739 |
,
|
|
740 |
MENU_ITEM { command = EUniEditorSubmenuZoomCommands;
|
|
741 |
txt = qtn_options_text_size;
|
|
742 |
cascade = r_unieditor_zoom_submenu;
|
|
743 |
},
|
|
744 |
MENU_ITEM { command = EAknCmdHelp; txt = qtn_options_help; }
|
|
745 |
,
|
|
746 |
MENU_ITEM { command = EAknCmdExit; txt = qtn_options_exit; }
|
|
747 |
};
|
|
748 |
}
|
|
749 |
|
|
750 |
//----------------------------------------------------
|
|
751 |
//
|
|
752 |
// r_unieditor_zoom_submenu - menupane
|
|
753 |
// text zoom level
|
|
754 |
//
|
|
755 |
//----------------------------------------------------
|
|
756 |
//
|
|
757 |
RESOURCE MENU_PANE r_unieditor_zoom_submenu
|
|
758 |
{
|
|
759 |
items=
|
|
760 |
{
|
|
761 |
MENU_ITEM
|
|
762 |
{
|
|
763 |
command = EMsgDispSizeAutomatic;
|
|
764 |
txt = qtn_options_auto;
|
|
765 |
flags = EEikMenuItemRadioStart;
|
|
766 |
},
|
|
767 |
MENU_ITEM
|
|
768 |
{
|
|
769 |
command = EMsgDispSizeLarge;
|
|
770 |
txt = qtn_options_large;
|
|
771 |
flags = EEikMenuItemRadioMiddle;
|
|
772 |
},
|
|
773 |
MENU_ITEM
|
|
774 |
{
|
|
775 |
command = EMsgDispSizeNormal;
|
|
776 |
txt = qtn_options_normal;
|
|
777 |
flags = EEikMenuItemRadioMiddle;
|
|
778 |
},
|
|
779 |
MENU_ITEM
|
|
780 |
{
|
|
781 |
command = EMsgDispSizeSmall;
|
|
782 |
txt = qtn_options_small;
|
|
783 |
flags = EEikMenuItemRadioEnd;
|
|
784 |
}
|
|
785 |
};
|
|
786 |
}
|
|
787 |
|
|
788 |
|
|
789 |
//---------------------------------------------------------
|
|
790 |
//
|
|
791 |
// r_unieditor_remove_submenu - menupane
|
|
792 |
// Main views Options menu's submenu containing multimedia item
|
|
793 |
// remove.
|
|
794 |
//
|
|
795 |
//---------------------------------------------------------
|
|
796 |
//
|
|
797 |
RESOURCE MENU_PANE r_unieditor_remove_submenu
|
|
798 |
{
|
|
799 |
items =
|
|
800 |
{
|
|
801 |
MENU_ITEM { command = EUniCmdRemoveImage; txt = qtn_mms_sm_remove_image; }
|
|
802 |
,
|
|
803 |
MENU_ITEM { command = EUniCmdRemoveAudio; txt = qtn_mms_sm_remove_audio; }
|
|
804 |
,
|
|
805 |
MENU_ITEM { command = EUniCmdRemoveVideo; txt = qtn_mms_sm_remove_video; }
|
|
806 |
,
|
|
807 |
MENU_ITEM { command = EUniCmdRemovePres; txt = qtn_mms_sm_remove_presentation; }
|
|
808 |
,
|
|
809 |
MENU_ITEM { command = EUniCmdRemoveSvg; txt = qtn_mms_sm_remove_presentation; }
|
|
810 |
,
|
|
811 |
MENU_ITEM { command = EUniCmdRemoveText; txt = qtn_mms_sm_remove_text; }
|
|
812 |
,
|
|
813 |
MENU_ITEM { command = EUniCmdRemovePage; txt = qtn_mms_sm_remove_page; }
|
|
814 |
};
|
|
815 |
}
|
|
816 |
|
|
817 |
//---------------------------------------------------------
|
|
818 |
//
|
|
819 |
// r_unieditor_insert_submenu - menupane
|
|
820 |
// Main views Options menu's submenu containing insert text possibilities
|
|
821 |
// Used only in locked SMS mode.
|
|
822 |
//
|
|
823 |
//---------------------------------------------------------
|
|
824 |
//
|
|
825 |
RESOURCE MENU_PANE r_unieditor_insert_submenu
|
|
826 |
{
|
|
827 |
items =
|
|
828 |
{
|
|
829 |
MENU_ITEM { command = EUniCmdInsertNote; txt = qtn_mail_sm_insert_note; }
|
|
830 |
,
|
|
831 |
MENU_ITEM { command = EUniCmdInsertTemplateText; txt = qtn_mail_sm_insert_template_text; }
|
|
832 |
};
|
|
833 |
}
|
|
834 |
|
|
835 |
// ---------------------------------------------------------
|
|
836 |
//
|
|
837 |
// r_unieditor_context_menubar - menubar
|
|
838 |
// Context Sensitive menubar
|
|
839 |
//
|
|
840 |
// ---------------------------------------------------------
|
|
841 |
//
|
|
842 |
RESOURCE MENU_BAR r_unieditor_context_menubar
|
|
843 |
{
|
|
844 |
titles =
|
|
845 |
{
|
|
846 |
MENU_TITLE { menu_pane = r_unieditor_context_menu; }
|
|
847 |
};
|
|
848 |
}
|
|
849 |
|
|
850 |
//---------------------------------------------------------
|
|
851 |
//
|
|
852 |
// r_unieditor_context_menu - menupane
|
|
853 |
// Context Sensitive menu.
|
|
854 |
//
|
|
855 |
//---------------------------------------------------------
|
|
856 |
//
|
|
857 |
RESOURCE MENU_PANE r_unieditor_context_menu
|
|
858 |
{
|
|
859 |
items =
|
|
860 |
{
|
|
861 |
MENU_ITEM { command = EUniCmdSendSMS; txt = qtn_msg_om_send_sms; }
|
|
862 |
,
|
|
863 |
MENU_ITEM { command = EUniCmdSendMMS; txt = qtn_msg_om_send_mms; }
|
|
864 |
,
|
|
865 |
MENU_ITEM { command = EUniCmdInsertMedia; txt = qtn_msg_om_insert; }
|
|
866 |
,
|
|
867 |
MENU_ITEM { command = EUniCmdSelectPage; txt = qtn_msg_om_select_page; }
|
|
868 |
,
|
|
869 |
MENU_ITEM { command = EUniCmdAddRecipient; txt = qtn_msg_om_add_recipient; }
|
|
870 |
};
|
|
871 |
}
|
|
872 |
|
|
873 |
//////////////////////////////////
|
|
874 |
//
|
|
875 |
// "Templates" for notes.
|
|
876 |
//
|
|
877 |
//
|
|
878 |
RESOURCE DIALOG r_unieditor_wait_note
|
|
879 |
{
|
|
880 |
flags = EAknWaitNoteFlags;
|
|
881 |
buttons = R_AVKON_SOFTKEYS_EMPTY;
|
|
882 |
items =
|
|
883 |
{
|
|
884 |
DLG_LINE
|
|
885 |
{
|
|
886 |
type = EAknCtNote;
|
|
887 |
id = EUniWaitNoteId;
|
|
888 |
control = AVKON_NOTE
|
|
889 |
{
|
|
890 |
layout = EWaitLayout;
|
|
891 |
animation = R_QGN_GRAF_WAIT_BAR_ANIM;
|
|
892 |
};
|
|
893 |
}
|
|
894 |
};
|
|
895 |
}
|
|
896 |
|
|
897 |
RESOURCE DIALOG r_unieditor_wait_note_mms_icon
|
|
898 |
{
|
|
899 |
flags = EAknWaitNoteFlags;
|
|
900 |
buttons = R_AVKON_SOFTKEYS_EMPTY;
|
|
901 |
items =
|
|
902 |
{
|
|
903 |
DLG_LINE
|
|
904 |
{
|
|
905 |
type = EAknCtNote;
|
|
906 |
id = EUniWaitNoteId;
|
|
907 |
control = AVKON_NOTE
|
|
908 |
{
|
|
909 |
layout = EWaitLayout;
|
|
910 |
animation = R_QGN_GRAF_WAIT_BAR_ANIM;
|
|
911 |
imagefile = AVKON_ICON_FILE;
|
|
912 |
imageid = EMbmAvkonQgn_note_mms;
|
|
913 |
imagemask = EMbmAvkonQgn_note_mms_mask;
|
|
914 |
};
|
|
915 |
}
|
|
916 |
};
|
|
917 |
}
|
|
918 |
|
|
919 |
RESOURCE DIALOG r_unieditor_wait_note_sms_icon
|
|
920 |
{
|
|
921 |
flags = EAknWaitNoteFlags;
|
|
922 |
buttons = R_AVKON_SOFTKEYS_EMPTY;
|
|
923 |
items =
|
|
924 |
{
|
|
925 |
DLG_LINE
|
|
926 |
{
|
|
927 |
type = EAknCtNote;
|
|
928 |
id = EUniWaitNoteId;
|
|
929 |
control = AVKON_NOTE
|
|
930 |
{
|
|
931 |
layout = EWaitLayout;
|
|
932 |
animation = R_QGN_GRAF_WAIT_BAR_ANIM;
|
|
933 |
imagefile = AVKON_ICON_FILE;
|
|
934 |
imageid = EMbmAvkonQgn_note_message;
|
|
935 |
imagemask = EMbmAvkonQgn_note_message_mask;
|
|
936 |
};
|
|
937 |
}
|
|
938 |
};
|
|
939 |
}
|
|
940 |
|
|
941 |
// YES-NO Confirmation query
|
|
942 |
RESOURCE DIALOG r_unieditor_confirmation_query
|
|
943 |
{
|
|
944 |
flags = EGeneralQueryFlags;
|
|
945 |
buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
|
|
946 |
items=
|
|
947 |
{
|
|
948 |
DLG_LINE
|
|
949 |
{
|
|
950 |
type = EAknCtQuery;
|
|
951 |
id = EGeneralQuery;
|
|
952 |
control = AVKON_CONFIRMATION_QUERY
|
|
953 |
{
|
|
954 |
layout = EConfirmationLayout;
|
|
955 |
label = "";
|
|
956 |
};
|
|
957 |
}
|
|
958 |
};
|
|
959 |
}
|
|
960 |
|
|
961 |
// OK-CANCEL Confirmation query
|
|
962 |
RESOURCE DIALOG r_unieditor_confirmation_no_question_query
|
|
963 |
{
|
|
964 |
flags = EGeneralQueryFlags;
|
|
965 |
buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
|
|
966 |
items =
|
|
967 |
{
|
|
968 |
DLG_LINE
|
|
969 |
{
|
|
970 |
type = EAknCtQuery;
|
|
971 |
id = EGeneralQuery;
|
|
972 |
control = AVKON_CONFIRMATION_QUERY
|
|
973 |
{
|
|
974 |
layout = EConfirmationQueryLayout;
|
|
975 |
};
|
|
976 |
}
|
|
977 |
};
|
|
978 |
}
|
|
979 |
|
|
980 |
// OK-EMPTY Confirmable note
|
|
981 |
RESOURCE DIALOG r_unieditor_confirmable_info
|
|
982 |
{
|
|
983 |
flags = EGeneralQueryFlags;
|
|
984 |
buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
|
|
985 |
items=
|
|
986 |
{
|
|
987 |
DLG_LINE
|
|
988 |
{
|
|
989 |
type = EAknCtQuery;
|
|
990 |
id = EGeneralQuery;
|
|
991 |
control = AVKON_CONFIRMATION_QUERY
|
|
992 |
{
|
|
993 |
layout = EConfirmationLayout;
|
|
994 |
label = "";
|
|
995 |
animation = R_QGN_NOTE_INFO_ANIM;
|
|
996 |
};
|
|
997 |
}
|
|
998 |
};
|
|
999 |
}
|
|
1000 |
|
|
1001 |
// OK-EMPTY Confirmable note with error icon
|
|
1002 |
RESOURCE DIALOG r_unieditor_confirmable_info_error
|
|
1003 |
{
|
|
1004 |
flags = EGeneralQueryFlags;
|
|
1005 |
buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
|
|
1006 |
items=
|
|
1007 |
{
|
|
1008 |
DLG_LINE
|
|
1009 |
{
|
|
1010 |
type = EAknCtQuery;
|
|
1011 |
id = EGeneralQuery;
|
|
1012 |
control = AVKON_CONFIRMATION_QUERY
|
|
1013 |
{
|
|
1014 |
layout = EConfirmationLayout;
|
|
1015 |
label = "";
|
|
1016 |
animation = R_QGN_NOTE_ERROR_ANIM;
|
|
1017 |
};
|
|
1018 |
}
|
|
1019 |
};
|
|
1020 |
}
|
|
1021 |
|
|
1022 |
//-----------------------------------------------------------------------------
|
|
1023 |
//
|
|
1024 |
// r_unieditor_options_close
|
|
1025 |
// Editor softkeys.
|
|
1026 |
//
|
|
1027 |
//-----------------------------------------------------------------------------
|
|
1028 |
//
|
|
1029 |
RESOURCE CBA r_unieditor_options_close
|
|
1030 |
{
|
|
1031 |
buttons =
|
|
1032 |
{
|
|
1033 |
CBA_BUTTON
|
|
1034 |
{
|
|
1035 |
id = EAknSoftkeyOptions;
|
|
1036 |
txt = text_softkey_option;
|
|
1037 |
},
|
|
1038 |
CBA_BUTTON
|
|
1039 |
{
|
|
1040 |
id = EAknSoftkeyClose;
|
|
1041 |
txt = text_softkey_close;
|
|
1042 |
},
|
|
1043 |
CBA_BUTTON
|
|
1044 |
{
|
|
1045 |
id = EAknSoftkeyOptions;
|
|
1046 |
txt = text_softkey_option;
|
|
1047 |
}
|
|
1048 |
};
|
|
1049 |
}
|
|
1050 |
|
|
1051 |
RESOURCE TBUF r_unieditor_info_deleted { buf = qtn_sms_info_deleted; }
|
|
1052 |
RESOURCE TBUF r_unieditor_saving_message_new { buf = qtn_wait_saving_message_new; }
|
|
1053 |
RESOURCE TBUF r_unieditor_saving_message { buf = qtn_wait_saving_message; }
|
|
1054 |
|
|
1055 |
|
|
1056 |
// WAIT NOTES
|
|
1057 |
|
|
1058 |
RESOURCE TBUF r_qtn_msg_wait_sending_mms
|
|
1059 |
{
|
|
1060 |
buf = qtn_msg_wait_sending_mms;
|
|
1061 |
}
|
|
1062 |
|
|
1063 |
RESOURCE TBUF r_qtn_msg_wait_sending_sms
|
|
1064 |
{
|
|
1065 |
buf = qtn_msg_wait_sending_sms;
|
|
1066 |
}
|
|
1067 |
|
|
1068 |
RESOURCE TBUF r_qtn_wait_msg_saved_outbox
|
|
1069 |
{
|
|
1070 |
// From Messaging.loc
|
|
1071 |
buf = qtn_wait_offline_outbox;
|
|
1072 |
}
|
|
1073 |
|
|
1074 |
RESOURCE TBUF r_qtn_uni_wait_inserting
|
|
1075 |
{
|
|
1076 |
buf = qtn_gen_note_inserting;
|
|
1077 |
}
|
|
1078 |
|
|
1079 |
RESOURCE TBUF r_qtn_uni_wait_opening_editor
|
|
1080 |
{
|
|
1081 |
buf = qtn_mms_wait_opening_editor;
|
|
1082 |
}
|
|
1083 |
|
|
1084 |
RESOURCE TBUF r_qtn_uni_wait_saving_message_new
|
|
1085 |
{
|
|
1086 |
buf = qtn_mms_wait_saving_message_new;
|
|
1087 |
}
|
|
1088 |
|
|
1089 |
RESOURCE TBUF r_qtn_uni_wait_saving_message
|
|
1090 |
{
|
|
1091 |
buf = qtn_mms_wait_saving_message;
|
|
1092 |
}
|
|
1093 |
|
|
1094 |
RESOURCE TBUF r_qtn_uni_wait_slide_change
|
|
1095 |
{
|
|
1096 |
buf = qtn_mms_wait_opening_page;
|
|
1097 |
}
|
|
1098 |
|
|
1099 |
//////////////////////////////////
|
|
1100 |
//
|
|
1101 |
// INFORMATION AND CONFIRMATION NOTES
|
|
1102 |
//
|
|
1103 |
|
|
1104 |
RESOURCE TBUF r_unieditor_send_big_text
|
|
1105 |
{
|
|
1106 |
buf = qtn_mms_info_fail_msg_too_big; // Takes 1 parameter
|
|
1107 |
}
|
|
1108 |
|
|
1109 |
RESOURCE TBUF r_unieditor_info_scaling_failed
|
|
1110 |
{
|
|
1111 |
buf = qtn_mms_info_scaling_failed;
|
|
1112 |
}
|
|
1113 |
|
|
1114 |
RESOURCE TBUF r_unieditor_info_rmode_scaling_failed
|
|
1115 |
{
|
|
1116 |
buf = qtn_mms_info_rmode_scaling_failed;
|
|
1117 |
}
|
|
1118 |
|
|
1119 |
RESOURCE TBUF r_unieditor_info_object_too_big
|
|
1120 |
{
|
|
1121 |
buf = qtn_mms_info_not_inserted;
|
|
1122 |
}
|
|
1123 |
|
|
1124 |
RESOURCE TBUF r_unieditor_info_object_send_as_too_big
|
|
1125 |
{
|
|
1126 |
buf = qtn_mms_info_all_not_inserted;
|
|
1127 |
}
|
|
1128 |
|
|
1129 |
RESOURCE TBUF r_unieditor_info_unsupported_object
|
|
1130 |
{
|
|
1131 |
buf = qtn_mms_info_object_not_supported;
|
|
1132 |
}
|
|
1133 |
|
|
1134 |
RESOURCE TBUF r_unieditor_info_rmode_unsupported_object
|
|
1135 |
{
|
|
1136 |
buf = qtn_mms_info_rmode_object_not_supported;
|
|
1137 |
}
|
|
1138 |
|
|
1139 |
RESOURCE TBUF r_unieditor_info_unsupported_objects
|
|
1140 |
{
|
|
1141 |
buf = qtn_mms_info_objects_not_supported;
|
|
1142 |
}
|
|
1143 |
|
|
1144 |
RESOURCE TBUF r_unieditor_info_rmode_unsupported_objects
|
|
1145 |
{
|
|
1146 |
buf = qtn_mms_info_rmode_objects_not_supported;
|
|
1147 |
}
|
|
1148 |
|
|
1149 |
RESOURCE TBUF r_unieditor_info_some_not_supported
|
|
1150 |
{
|
|
1151 |
buf = qtn_mms_info_some_not_supported;
|
|
1152 |
}
|
|
1153 |
|
|
1154 |
RESOURCE TBUF r_unieditor_info_rmode_some_not_supported
|
|
1155 |
{
|
|
1156 |
buf = qtn_mms_info_rmode_some_not_supported;
|
|
1157 |
}
|
|
1158 |
|
|
1159 |
|
|
1160 |
RESOURCE TBUF r_unieditor_info_send_forbid
|
|
1161 |
{
|
|
1162 |
buf = qtn_drm_send_forbid;
|
|
1163 |
}
|
|
1164 |
|
|
1165 |
RESOURCE TBUF r_unieditor_info_send_forbid_1
|
|
1166 |
{
|
|
1167 |
buf = qtn_drm_send_forbid_1;
|
|
1168 |
}
|
|
1169 |
|
|
1170 |
RESOURCE TBUF r_unieditor_error_msg_corrupt
|
|
1171 |
{
|
|
1172 |
// From Messaging.loc
|
|
1173 |
buf = qtn_msg_err_cannot_open_msg;
|
|
1174 |
}
|
|
1175 |
|
|
1176 |
RESOURCE TBUF r_unieditor_conf_texts_first
|
|
1177 |
{
|
|
1178 |
buf = qtn_mms_conf_texts_first;
|
|
1179 |
}
|
|
1180 |
|
|
1181 |
RESOURCE TBUF r_unieditor_conf_texts_second
|
|
1182 |
{
|
|
1183 |
buf = qtn_mms_conf_texts_second;
|
|
1184 |
}
|
|
1185 |
|
|
1186 |
RESOURCE TBUF r_unieditor_max_recipients_reached
|
|
1187 |
{
|
|
1188 |
buf = qtn_msg_info_max_number_recip;
|
|
1189 |
}
|
|
1190 |
|
|
1191 |
RESOURCE TBUF r_unieditor_max_recipients_exceeded_1
|
|
1192 |
{
|
|
1193 |
buf = qtn_msg_query_remove_recipient;
|
|
1194 |
}
|
|
1195 |
|
|
1196 |
RESOURCE TBUF r_unieditor_max_recipients_exceeded_many
|
|
1197 |
{
|
|
1198 |
buf = qtn_msg_query_remove_recipients;
|
|
1199 |
}
|
|
1200 |
|
|
1201 |
RESOURCE TBUF r_unieditor_info_max_slides_all
|
|
1202 |
{
|
|
1203 |
buf = qtn_mms_info_not_inserted_slides;
|
|
1204 |
}
|
|
1205 |
|
|
1206 |
RESOURCE TBUF r_unieditor_info_max_slides_some
|
|
1207 |
{
|
|
1208 |
buf = qtn_mms_info_all_not_inserted_slides;
|
|
1209 |
}
|
|
1210 |
|
|
1211 |
|
|
1212 |
//////////////////////////////////
|
|
1213 |
//
|
|
1214 |
// QUERY DIALOGS
|
|
1215 |
|
|
1216 |
RESOURCE TBUF r_unieditor_quest_remove_template
|
|
1217 |
{
|
|
1218 |
buf = qtn_mms_quest_remove_presentation;
|
|
1219 |
}
|
|
1220 |
|
|
1221 |
|
|
1222 |
RESOURCE TBUF r_unieditor_quest_send_forbid
|
|
1223 |
{
|
|
1224 |
buf = qtn_drm_query_send_forbid;
|
|
1225 |
}
|
|
1226 |
|
|
1227 |
RESOURCE TBUF r_unieditor_quest_remove_page
|
|
1228 |
{
|
|
1229 |
buf = qtn_mms_quest_remove_page;
|
|
1230 |
}
|
|
1231 |
|
|
1232 |
RESOURCE TBUF r_unieditor_quest_remove_text
|
|
1233 |
{
|
|
1234 |
buf = qtn_mms_quest_remove_text;
|
|
1235 |
}
|
|
1236 |
|
|
1237 |
RESOURCE TBUF r_unieditor_quest_remove_common
|
|
1238 |
{
|
|
1239 |
buf = qtn_query_common_conf_remove;
|
|
1240 |
}
|
|
1241 |
|
|
1242 |
RESOURCE TBUF r_unieditor_quest_send_wo_rights
|
|
1243 |
{
|
|
1244 |
buf = qtn_drm_send_wo_rights_sd_1;
|
|
1245 |
}
|
|
1246 |
|
|
1247 |
RESOURCE TBUF r_unieditor_quest_close_ood
|
|
1248 |
{
|
|
1249 |
// From Messaging.loc
|
|
1250 |
buf = qtn_mail_close_nosave;
|
|
1251 |
}
|
|
1252 |
|
|
1253 |
RESOURCE TBUF r_unieditor_quest_guided_obj
|
|
1254 |
{
|
|
1255 |
buf = qtn_mms_conf_guided_object;
|
|
1256 |
}
|
|
1257 |
|
|
1258 |
RESOURCE TBUF r_unieditor_quest_guided_objs
|
|
1259 |
{
|
|
1260 |
buf = qtn_mms_conf_guided_objects;
|
|
1261 |
}
|
|
1262 |
|
|
1263 |
RESOURCE TBUF r_unieditor_quest_guided_inc_obj
|
|
1264 |
{
|
|
1265 |
buf = qtn_mms_conf_guid_incl_object;
|
|
1266 |
}
|
|
1267 |
|
|
1268 |
RESOURCE TBUF r_unieditor_quest_guided_inc_objs
|
|
1269 |
{
|
|
1270 |
buf = qtn_mms_conf_guid_incl_objects;
|
|
1271 |
}
|
|
1272 |
|
|
1273 |
RESOURCE TBUF r_unieditor_quest_guided_presentation
|
|
1274 |
{
|
|
1275 |
buf = qtn_mms_conf_guid_present;
|
|
1276 |
}
|
|
1277 |
|
|
1278 |
RESOURCE TBUF r_unieditor_quest_insert_large
|
|
1279 |
{
|
|
1280 |
buf = qtn_mms_qry_insert_large;
|
|
1281 |
}
|
|
1282 |
|
|
1283 |
RESOURCE TBUF r_unieditor_error_cannot_open
|
|
1284 |
{
|
|
1285 |
buf = qtn_mms_info_cannot_open_msg;
|
|
1286 |
}
|
|
1287 |
|
|
1288 |
RESOURCE TBUF r_unieditor_error_rmode_cannot_open
|
|
1289 |
{
|
|
1290 |
buf = qtn_mms_info_rmode_cannot_open_msg;
|
|
1291 |
}
|
|
1292 |
|
|
1293 |
RESOURCE TBUF r_unieditor_cannot_open_corrupt
|
|
1294 |
{
|
|
1295 |
buf = qtn_mms_cannot_open_corrupted;
|
|
1296 |
}
|
|
1297 |
|
|
1298 |
// Max sms text len exceeded
|
|
1299 |
RESOURCE TBUF r_unieditor_sms_length_exceeded
|
|
1300 |
{
|
|
1301 |
buf = qtn_sms_info_max_length_reached;
|
|
1302 |
}
|
|
1303 |
|
|
1304 |
RESOURCE TBUF r_unieditor_sms_length_exceeded_1
|
|
1305 |
{
|
|
1306 |
buf = qtn_sms_info_too_long1;
|
|
1307 |
}
|
|
1308 |
|
|
1309 |
RESOURCE TBUF r_unieditor_sms_length_exceeded_many
|
|
1310 |
{
|
|
1311 |
buf = qtn_sms_info_too_long;
|
|
1312 |
}
|
|
1313 |
|
|
1314 |
RESOURCE TBUF r_unieditor_sms_send_multiple_parts
|
|
1315 |
{
|
|
1316 |
buf = qtn_sms_quest_send;
|
|
1317 |
}
|
|
1318 |
|
|
1319 |
RESOURCE TBUF r_unieditor_sms_length_exceeded_many_unicode
|
|
1320 |
{
|
|
1321 |
buf = qtn_sms_info_too_long_u;
|
|
1322 |
}
|
|
1323 |
|
|
1324 |
RESOURCE TBUF r_unieditor_video_converted
|
|
1325 |
{
|
|
1326 |
buf = qtn_unified_video_converted;
|
|
1327 |
}
|
|
1328 |
|
|
1329 |
RESOURCE TBUF r_unieditor_msg_type_changed_while_sending
|
|
1330 |
{
|
|
1331 |
buf = qtn_msg_type_changed_continue_sending;
|
|
1332 |
}
|
|
1333 |
|
|
1334 |
|
|
1335 |
//
|
|
1336 |
// Additional headers list query
|
|
1337 |
//
|
|
1338 |
RESOURCE CBA r_uni_softkeys_ok_cancel
|
|
1339 |
{
|
|
1340 |
buttons =
|
|
1341 |
{
|
|
1342 |
// replace EAknSoftkeyOk with EAknSoftkeySelect to prevent list box
|
|
1343 |
// "force selection"
|
|
1344 |
CBA_BUTTON {id=EAknSoftkeySelect; txt= text_softkey_ok;},
|
|
1345 |
CBA_BUTTON {id=EAknSoftkeyCancel; txt= text_softkey_cancel;},
|
|
1346 |
CBA_BUTTON {id=EAknSoftkeyMark; txt=qtn_msk_mark;}
|
|
1347 |
};
|
|
1348 |
}
|
|
1349 |
|
|
1350 |
RESOURCE AVKON_MULTISELECTION_LIST_QUERY r_unieditor_add_headers_list_query
|
|
1351 |
{
|
|
1352 |
flags = EGeneralQueryFlags;
|
|
1353 |
softkeys = r_uni_softkeys_ok_cancel;
|
|
1354 |
items =
|
|
1355 |
{
|
|
1356 |
AVKON_MULTISELECTION_LIST_QUERY_DLG_LINE
|
|
1357 |
{
|
|
1358 |
control = AVKON_LIST_QUERY_CONTROL
|
|
1359 |
{
|
|
1360 |
listtype = EAknCtSingleGraphicPopupMenuListBox;
|
|
1361 |
listbox = AVKON_MULTISELECTION_LIST_QUERY_LIST
|
|
1362 |
{
|
|
1363 |
flags = EAknListBoxStylusMultiselectionList;
|
|
1364 |
array_id = 0;
|
|
1365 |
};
|
|
1366 |
heading = qtn_msg_prompt_headers;
|
|
1367 |
};
|
|
1368 |
}
|
|
1369 |
};
|
|
1370 |
}
|
|
1371 |
|
|
1372 |
//
|
|
1373 |
// "Move page" list query
|
|
1374 |
//
|
|
1375 |
RESOURCE AVKON_MULTISELECTION_LIST_QUERY r_unieditor_move_list_query
|
|
1376 |
{
|
|
1377 |
flags = EGeneralQueryFlags;
|
|
1378 |
softkeys = R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT;
|
|
1379 |
items =
|
|
1380 |
{
|
|
1381 |
AVKON_MULTISELECTION_LIST_QUERY_DLG_LINE
|
|
1382 |
{
|
|
1383 |
control = AVKON_LIST_QUERY_CONTROL
|
|
1384 |
{
|
|
1385 |
listtype = EAknCtSinglePopupMenuListBox;
|
|
1386 |
listbox = AVKON_LIST_QUERY_LIST
|
|
1387 |
{
|
|
1388 |
array_id = 0;
|
|
1389 |
};
|
|
1390 |
heading = qtn_mms_quest_move_title;
|
|
1391 |
};
|
|
1392 |
}
|
|
1393 |
};
|
|
1394 |
}
|
|
1395 |
|
|
1396 |
//
|
|
1397 |
// "Insert other" list query
|
|
1398 |
//
|
|
1399 |
RESOURCE AVKON_MULTISELECTION_LIST_QUERY r_unieditor_insert_other_query
|
|
1400 |
{
|
|
1401 |
flags = EGeneralQueryFlags;
|
|
1402 |
softkeys = R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT;
|
|
1403 |
items =
|
|
1404 |
{
|
|
1405 |
AVKON_MULTISELECTION_LIST_QUERY_DLG_LINE
|
|
1406 |
{
|
|
1407 |
control = AVKON_LIST_QUERY_CONTROL
|
|
1408 |
{
|
|
1409 |
listtype = EAknCtSinglePopupMenuListBox;
|
|
1410 |
listbox = AVKON_LIST_QUERY_LIST
|
|
1411 |
{
|
|
1412 |
array_id = r_unieditor_insert_other_query_array;
|
|
1413 |
};
|
|
1414 |
heading = qtn_msg_insert_others_title;
|
|
1415 |
};
|
|
1416 |
}
|
|
1417 |
};
|
|
1418 |
}
|
|
1419 |
|
|
1420 |
RESOURCE ARRAY r_unieditor_insert_other_query_array
|
|
1421 |
{
|
|
1422 |
items=
|
|
1423 |
{
|
|
1424 |
/*LBUF { txt = qtn_msg_insert_presentation_from_gallery; },*/
|
|
1425 |
LBUF { txt = qtn_msg_insert_qry_note_as_attachment; },
|
|
1426 |
LBUF { txt = qtn_msg_insert_other_files; }
|
|
1427 |
};
|
|
1428 |
}
|
|
1429 |
|
|
1430 |
//
|
|
1431 |
// "Insert" list query
|
|
1432 |
//
|
|
1433 |
RESOURCE AVKON_MULTISELECTION_LIST_QUERY r_unieditor_insert_query
|
|
1434 |
{
|
|
1435 |
flags = EGeneralQueryFlags;
|
|
1436 |
softkeys = R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT;
|
|
1437 |
items =
|
|
1438 |
{
|
|
1439 |
AVKON_MULTISELECTION_LIST_QUERY_DLG_LINE
|
|
1440 |
{
|
|
1441 |
control = AVKON_LIST_QUERY_CONTROL
|
|
1442 |
{
|
|
1443 |
listtype = EAknCtSinglePopupMenuListBox;
|
|
1444 |
listbox = AVKON_LIST_QUERY_LIST
|
|
1445 |
{
|
|
1446 |
array_id = r_unieditor_insert_query_array;
|
|
1447 |
};
|
|
1448 |
heading = qtn_msg_insert_title;
|
|
1449 |
};
|
|
1450 |
}
|
|
1451 |
};
|
|
1452 |
}
|
|
1453 |
|
|
1454 |
RESOURCE ARRAY r_unieditor_insert_query_array
|
|
1455 |
{
|
|
1456 |
items=
|
|
1457 |
{
|
|
1458 |
LBUF { txt = qtn_msg_insert_qry_image; },
|
|
1459 |
LBUF { txt = qtn_msg_insert_qry_new_image; },
|
|
1460 |
LBUF { txt = qtn_msg_insert_qry_video; },
|
|
1461 |
LBUF { txt = qtn_msg_insert_qry_new_video; },
|
|
1462 |
LBUF { txt = qtn_msg_insert_qry_sound; },
|
|
1463 |
LBUF { txt = qtn_msg_insert_qry_new_sound; },
|
|
1464 |
LBUF { txt = qtn_msg_insert_qry_vcard; },
|
|
1465 |
LBUF { txt = qtn_msg_insert_qry_slide; },
|
|
1466 |
LBUF { txt = qtn_msg_insert_note_as_text; },
|
|
1467 |
LBUF { txt = qtn_msg_insert_qry_note_as_attachment; },
|
|
1468 |
LBUF { txt = qtn_msg_insert_qry_template; },
|
|
1469 |
/*LBUF { txt = qtn_msg_insert_qry_presentation_from_gallery; },*/
|
|
1470 |
LBUF { txt = qtn_msg_insert_qry_other_files; }
|
|
1471 |
};
|
|
1472 |
}
|
|
1473 |
|
|
1474 |
//
|
|
1475 |
// An entry in the "Move page" list query
|
|
1476 |
//
|
|
1477 |
RESOURCE TBUF r_unieditor_move_page { buf = qtn_mms_quest_move_page; }
|
|
1478 |
|
|
1479 |
// Additional headers:
|
|
1480 |
// confirmation notes
|
|
1481 |
RESOURCE TBUF r_unieditor_qtn_msg_qry_header_remove { buf = qtn_msg_qry_header_remove; }
|
|
1482 |
RESOURCE TBUF r_unieditor_qtn_msg_qry_headers_remove { buf = qtn_msg_qry_headers_remove; }
|
|
1483 |
// field labels
|
|
1484 |
RESOURCE TBUF r_unieditor_qtn_msg_headers_cc { buf = qtn_msg_headers_cc; }
|
|
1485 |
RESOURCE TBUF r_unieditor_qtn_msg_headers_bcc { buf = qtn_msg_headers_bcc; }
|
|
1486 |
RESOURCE TBUF r_unieditor_qtn_msg_headers_subject { buf = qtn_msg_headers_subject; }
|
|
1487 |
|
|
1488 |
// Attachment added popup
|
|
1489 |
RESOURCE TBUF r_unieditor_qtn_unified_attachment_added
|
|
1490 |
{
|
|
1491 |
buf = qtn_unified_attachment_added;
|
|
1492 |
}
|
|
1493 |
|
|
1494 |
RESOURCE TBUF r_unieditor_qtn_unified_attachments_added
|
|
1495 |
{
|
|
1496 |
buf = qtn_unified_attachments_added;
|
|
1497 |
}
|
|
1498 |
|
|
1499 |
RESOURCE TBUF r_unieditor_popup_msg_changed_mms
|
|
1500 |
{
|
|
1501 |
buf = qtn_info_popup_msg_changed_mms;
|
|
1502 |
}
|
|
1503 |
|
|
1504 |
RESOURCE TBUF r_unieditor_popup_msg_changed_sms
|
|
1505 |
{
|
|
1506 |
buf = qtn_info_popup_msg_changed_sms;
|
|
1507 |
}
|
|
1508 |
|
|
1509 |
// Priority title
|
|
1510 |
RESOURCE TBUF r_unieditor_priority_title
|
|
1511 |
{
|
|
1512 |
buf = qtn_msg_qry_priority;
|
|
1513 |
}
|
|
1514 |
|
|
1515 |
// The sending settings related stuff here
|
|
1516 |
|
|
1517 |
// Settings dialog title
|
|
1518 |
RESOURCE TBUF r_uni_settings_title_text { buf = qtn_mms_title_sending_options ; }
|
|
1519 |
|
|
1520 |
|
|
1521 |
// Sending settings dialog
|
|
1522 |
RESOURCE DIALOG r_uni_sendingsettings_dialog
|
|
1523 |
{
|
|
1524 |
flags = EEikDialogFlagWait | EEikDialogFlagNotifyEsc | EEikDialogFlagCbaButtons |
|
|
1525 |
EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | EEikDialogFlagNoShadow |
|
|
1526 |
EEikDialogFlagNoBorder | EEikDialogFlagFillAppClientRect;
|
|
1527 |
|
|
1528 |
buttons = R_AVKON_SOFTKEYS_OPTIONS_BACK;
|
|
1529 |
items =
|
|
1530 |
{
|
|
1531 |
DLG_LINE
|
|
1532 |
{
|
|
1533 |
type=EAknCtSettingListBox;
|
|
1534 |
itemflags=EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
|
|
1535 |
id=EDlgSettingListBox;
|
|
1536 |
control=LISTBOX
|
|
1537 |
{
|
|
1538 |
flags = 0;
|
|
1539 |
height = 3;
|
|
1540 |
width = 256;
|
|
1541 |
};
|
|
1542 |
}
|
|
1543 |
};
|
|
1544 |
}
|
|
1545 |
|
|
1546 |
// Sendingsettings menu bar + pane
|
|
1547 |
RESOURCE MENU_BAR r_uni_sendingsettings_dialog_menubar
|
|
1548 |
{
|
|
1549 |
titles = { MENU_TITLE { menu_pane=r_uni_sendingsettings_dialog_menupane ; txt=""; } };
|
|
1550 |
}
|
|
1551 |
|
|
1552 |
RESOURCE MENU_PANE r_uni_sendingsettings_dialog_menupane
|
|
1553 |
{
|
|
1554 |
items =
|
|
1555 |
{
|
|
1556 |
MENU_ITEM
|
|
1557 |
{
|
|
1558 |
command = EChangeItem;
|
|
1559 |
txt = qtn_mce_settings_change;
|
|
1560 |
flags = EEikMenuItemAction;
|
|
1561 |
},
|
|
1562 |
|
|
1563 |
MENU_ITEM
|
|
1564 |
{
|
|
1565 |
command = EAknCmdHelp;
|
|
1566 |
txt = qtn_options_help;
|
|
1567 |
},
|
|
1568 |
|
|
1569 |
MENU_ITEM
|
|
1570 |
{
|
|
1571 |
command = EExitItem;
|
|
1572 |
txt = qtn_options_exit;
|
|
1573 |
}
|
|
1574 |
};
|
|
1575 |
}
|
|
1576 |
|
|
1577 |
RESOURCE AVKON_SETTING_PAGE r_uni_setting_page
|
|
1578 |
{
|
|
1579 |
softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
|
|
1580 |
menubar = R_AVKON_MENUPANE_EMPTY;
|
|
1581 |
type = EAknSetListBox;
|
|
1582 |
editor_resource_id = r_uni_settings_listbox_list;
|
|
1583 |
}
|
|
1584 |
|
|
1585 |
RESOURCE LISTBOX r_uni_settings_listbox_list
|
|
1586 |
{
|
|
1587 |
flags = EEikListBoxMultipleSelection;
|
|
1588 |
height = 8;
|
|
1589 |
}
|
|
1590 |
|
|
1591 |
// Sending settings dialog listbox items used
|
|
1592 |
RESOURCE MUIU_SETTINGS_ARRAY r_uni_sendingsettings_items
|
|
1593 |
{
|
|
1594 |
items =
|
|
1595 |
{
|
|
1596 |
MUIU_SETTINGS_ITEM
|
|
1597 |
{
|
|
1598 |
title = qtn_msg_ed_setting_msg_type;
|
|
1599 |
type = EMuiuSettingsSelectionList;
|
|
1600 |
array_id = r_uni_setting_message_type_list;
|
|
1601 |
},
|
|
1602 |
MUIU_SETTINGS_ITEM
|
|
1603 |
{
|
|
1604 |
title = qtn_msg_sett_sms_chars;
|
|
1605 |
type = EMuiuSettingsSelectionList;
|
|
1606 |
array_id= r_uni_setting_character_support_list;
|
|
1607 |
}
|
|
1608 |
};
|
|
1609 |
}
|
|
1610 |
|
|
1611 |
// Used by delivery report, reply via same center
|
|
1612 |
RESOURCE ARRAY r_uni_setting_yes_no_list
|
|
1613 |
{
|
|
1614 |
items =
|
|
1615 |
{
|
|
1616 |
LBUF {txt=qtn_mce_settings_mms_yes; },
|
|
1617 |
LBUF {txt=qtn_mce_settings_mms_no; }
|
|
1618 |
};
|
|
1619 |
}
|
|
1620 |
|
|
1621 |
RESOURCE ARRAY r_uni_priority_list
|
|
1622 |
{
|
|
1623 |
items=
|
|
1624 |
{
|
|
1625 |
LBUF {txt=qtn_msg_qry_high_priority; },
|
|
1626 |
LBUF {txt=qtn_msg_qry_normal_priority; },
|
|
1627 |
LBUF {txt=qtn_msg_qry_low_priority; }
|
|
1628 |
};
|
|
1629 |
}
|
|
1630 |
|
|
1631 |
RESOURCE ARRAY r_uni_setting_message_type_list
|
|
1632 |
{
|
|
1633 |
items=
|
|
1634 |
{
|
|
1635 |
LBUF {txt=qtn_msg_setting_auto_type; },
|
|
1636 |
LBUF {txt=qtn_mce_settings_sms_none; },
|
|
1637 |
LBUF {txt=qtn_msg_setting_mms_type; },
|
|
1638 |
LBUF {txt=qtn_mce_settings_sms_fax; },
|
|
1639 |
LBUF {txt=qtn_mce_settings_sms_paging; }
|
|
1640 |
};
|
|
1641 |
}
|
|
1642 |
|
|
1643 |
RESOURCE ARRAY r_uni_setting_character_support_list
|
|
1644 |
{
|
|
1645 |
items=
|
|
1646 |
{
|
|
1647 |
LBUF {txt=qtn_mce_sett_sms_chars_full; },
|
|
1648 |
LBUF {txt=qtn_mce_sett_sms_chars_reduced; }
|
|
1649 |
};
|
|
1650 |
}
|
|
1651 |
|
|
1652 |
RESOURCE TBUF r_uni_move_page_title
|
|
1653 |
{
|
|
1654 |
buf = qtn_msg_move_page_title;
|
|
1655 |
}
|
|
1656 |
|
|
1657 |
RESOURCE TBUF r_uni_select_page_title
|
|
1658 |
{
|
|
1659 |
buf = qtn_msg_select_page_title;
|
|
1660 |
}
|
|
1661 |
|
|
1662 |
|
|
1663 |
// MSK resources
|
|
1664 |
|
|
1665 |
RESOURCE CBA_BUTTON r_uni_msk_button_add
|
|
1666 |
{
|
|
1667 |
id = EUniCmdAddRecipientMSK;
|
|
1668 |
txt = qtn_msk_add;
|
|
1669 |
}
|
|
1670 |
|
|
1671 |
RESOURCE CBA_BUTTON r_uni_msk_button_play_pres
|
|
1672 |
{
|
|
1673 |
id = EUniCmdPlayPres;
|
|
1674 |
txt = qtn_msk_play;
|
|
1675 |
}
|
|
1676 |
|
|
1677 |
|
|
1678 |
RESOURCE CBA_BUTTON r_uni_msk_button_play_svg
|
|
1679 |
{
|
|
1680 |
id = EUniCmdPlaySvg;
|
|
1681 |
txt = qtn_msk_play;
|
|
1682 |
}
|
|
1683 |
|
|
1684 |
RESOURCE CBA_BUTTON r_uni_msk_button_view_image
|
|
1685 |
{
|
|
1686 |
id = EUniCmdViewImage;
|
|
1687 |
txt = qtn_msk_view;
|
|
1688 |
}
|
|
1689 |
|
|
1690 |
RESOURCE CBA_BUTTON r_uni_msk_button_play_video
|
|
1691 |
{
|
|
1692 |
id = EUniCmdPlayVideo;
|
|
1693 |
txt = qtn_msk_play;
|
|
1694 |
}
|
|
1695 |
|
|
1696 |
RESOURCE CBA_BUTTON r_uni_msk_button_play_audio
|
|
1697 |
{
|
|
1698 |
id = EUniCmdPlayAudio;
|
|
1699 |
txt = qtn_msk_play;
|
|
1700 |
}
|
|
1701 |
|
|
1702 |
RESOURCE CBA_BUTTON r_uni_msk_button_insert_media
|
|
1703 |
{
|
|
1704 |
id = EUniCmdInsertMedia;
|
|
1705 |
txt = qtn_msk_insert;
|
|
1706 |
}
|
|
1707 |
|
|
1708 |
RESOURCE CBA_BUTTON r_uni_msk_button_context_menu
|
|
1709 |
{
|
|
1710 |
id = EAknSoftkeyContextOptions;
|
|
1711 |
txt = text_softkey_option;
|
|
1712 |
}
|
|
1713 |
|
|
1714 |
RESOURCE CBA_BUTTON r_uni_msk_button_objects
|
|
1715 |
{
|
|
1716 |
id = EUniCmdObjectsAttachment;
|
|
1717 |
txt = qtn_msk_objects;
|
|
1718 |
}
|
|
1719 |
|
|
1720 |
// Sending settings..
|
|
1721 |
|
|
1722 |
RESOURCE CBA_BUTTON r_uni_msk_settings_button_open
|
|
1723 |
{
|
|
1724 |
id = EUniCmdSettingsChange;
|
|
1725 |
txt = qtn_msk_open;
|
|
1726 |
}
|
|
1727 |
|
|
1728 |
RESOURCE CBA_BUTTON r_uni_msk_settings_button_change
|
|
1729 |
{
|
|
1730 |
id = EUniCmdSettingsChange;
|
|
1731 |
txt = qtn_msk_change;
|
|
1732 |
}
|
|
1733 |
|
|
1734 |
// Add headers
|
|
1735 |
RESOURCE CBA_BUTTON r_uni_msk_addheaders_button_mark
|
|
1736 |
{
|
|
1737 |
id = EAknSoftkeyMark;
|
|
1738 |
txt = text_softkey_mark;
|
|
1739 |
}
|
|
1740 |
|
|
1741 |
RESOURCE CBA_BUTTON r_uni_msk_addheaders_button_unmark
|
|
1742 |
{
|
|
1743 |
id = EAknSoftkeyUnmark;
|
|
1744 |
txt = text_softkey_unmark;
|
|
1745 |
}
|
|
1746 |
|
|
1747 |
// String for bio message types
|
|
1748 |
|
|
1749 |
RESOURCE TBUF r_unieditor_biotype_vcard
|
|
1750 |
{
|
|
1751 |
buf = qtn_mce_inbox_type_smart_cbc;
|
|
1752 |
}
|
|
1753 |
|
|
1754 |
RESOURCE TBUF r_unieditor_biotype_vcal
|
|
1755 |
{
|
|
1756 |
buf = qtn_mce_inbox_type_smart_vcal;
|
|
1757 |
}
|
|
1758 |
|
|
1759 |
RESOURCE TBUF r_unieditor_not_enough_memory
|
|
1760 |
{
|
|
1761 |
buf = qtn_memlo_not_enough_memory;
|
|
1762 |
}
|
|
1763 |
|
|
1764 |
RESOURCE TBUF r_unieditor_popup_sms_size_above_limit
|
|
1765 |
{
|
|
1766 |
buf = qtn_info_popup_sms_size_above_limit;
|
|
1767 |
}
|
|
1768 |
|
|
1769 |
RESOURCE TBUF r_unieditor_popup_sms_size_under_limit
|
|
1770 |
{
|
|
1771 |
buf = qtn_info_popup_sms_size_below_limit;
|
|
1772 |
}
|
|
1773 |
// ---------------------------------------------------------------------------
|
|
1774 |
// r_unieditor_embedded_object_stylus_menu
|
|
1775 |
// ---------------------------------------------------------------------------
|
|
1776 |
//
|
|
1777 |
RESOURCE STYLUS_POPUP_MENU r_unieditor_embedded_object_stylus_menu
|
|
1778 |
{
|
|
1779 |
items =
|
|
1780 |
{
|
|
1781 |
STYLUS_POPUP_MENU_ITEM { txt = qtn_mms_om_remove;
|
|
1782 |
command = EUniCmdRemove; }
|
|
1783 |
};
|
|
1784 |
}
|
|
1785 |
// End of File
|