phonebookui/Phonebook2/remotecontactlookup/engine/data/engine.rss
changeset 0 e686773b3f54
child 15 e8e3147d53eb
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2008 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 the engine.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 NAME RCLE
       
    20 
       
    21 #include <eikon.rh>
       
    22 #include <avkon.rsg>
       
    23 #include <avkon.rh>
       
    24 #include <avkon.mbg>
       
    25 #include <avkon.loc>
       
    26 #include <appinfo.rh>
       
    27 #include "engine.hrh"
       
    28 #include <phonebook2rcl.loc> 
       
    29 #include <AiwCommon.hrh>
       
    30 #include <AiwCommon.rh>
       
    31 #include <AiwPoCParameters.hrh>
       
    32 
       
    33 //PhoneBook2
       
    34 #include <phonebook2.loc>
       
    35 #include <phonebook2ece.loc>
       
    36 
       
    37 RESOURCE RSS_SIGNATURE { }
       
    38 RESOURCE TBUF { buf=""; }
       
    39 //
       
    40 // ---------------------------------------------------------------------------
       
    41 // Message resources
       
    42 // ---------------------------------------------------------------------------
       
    43 //
       
    44 
       
    45 RESOURCE TBUF r_qtn_rcl_search { buf = qtn_rcl_search; }
       
    46 
       
    47 RESOURCE TBUF r_qtn_rcl_search_wait_note { buf = qtn_rcl_search_wait_note; }
       
    48 
       
    49 RESOURCE TBUF r_qtn_rcl_result_navi { buf = qtn_rcl_result_navi; }
       
    50 
       
    51 RESOURCE TBUF r_qtn_rcl_one_result_navi { buf = qtn_rcl_one_result_navi; }
       
    52 
       
    53 RESOURCE TBUF r_qtn_rcl_info_navi { buf = qtn_rcl_info_navi; }
       
    54 
       
    55 RESOURCE TBUF r_qtn_rcl_opening_wait_note { buf = qtn_rcl_opening_wait_note; }
       
    56 
       
    57 RESOURCE TBUF r_qtn_rcl_retrieval_wait_note { buf = qtn_rcl_retrieval_wait_note; }
       
    58 
       
    59 RESOURCE TBUF r_qtn_rcl_saving_wait_note { buf = qtn_rcl_saving_wait_note; }
       
    60 
       
    61 RESOURCE TBUF r_qtn_rcl_no_results { buf = qtn_rcl_no_results; }
       
    62 
       
    63 RESOURCE TBUF r_qtn_rcl_too_many_results_note { buf = qtn_rcl_too_many_results_note; }
       
    64 
       
    65 RESOURCE TBUF r_qtn_rcl_error_note { buf = qtn_rcl_error_note; }
       
    66 
       
    67 RESOURCE TBUF r_qtn_rcl_update_note { buf = qtn_rcl_update_note; }
       
    68 
       
    69 RESOURCE TBUF r_qtn_rcl_add_recipient_action_menu_text { buf = qtn_fs_action_recipient; }
       
    70 
       
    71 RESOURCE TBUF r_qtn_phob_set_server_search { buf = qtn_phob_set_server_search; }
       
    72 
       
    73 RESOURCE TBUF r_qtn_rcl_setting_rcl_server_none { buf = qtn_fs_setting_rcl_server_none; }
       
    74 
       
    75 RESOURCE TBUF r_qtn_rcl_setting_rcl_not_defined { buf = qtn_fs_setting_rcl_not_defined; }
       
    76 
       
    77 RESOURCE TBUF r_qtn_rcl_replace_existing_detail_note { buf = qtn_rcl_replace_existing_detail_note; }
       
    78 
       
    79 RESOURCE TBUF r_qtn_rcl_title_server_contacts { buf = qtn_rcl_title_server_contacts; }
       
    80 
       
    81 //
       
    82 //----------------------------------------------------------------------------
       
    83 // Menu pane for search result dialog
       
    84 //----------------------------------------------------------------------------
       
    85 //
       
    86 
       
    87 RESOURCE MENU_PANE r_rcl_search_result_dialog_menu_pane
       
    88         {
       
    89         items =
       
    90                 {
       
    91         MENU_ITEM { command = ERclCmdSaveToContacts; txt = qtn_rcl_opt_save_contact; flags = EEikMenuItemSpecific;},
       
    92 		MENU_ITEM { command = ERclCmdViewDetails; txt = qtn_rcl_opt_details; flags = EEikMenuItemAction; },
       
    93 		MENU_ITEM { command = ERclCmdAddAsRecipient; txt = qtn_rcl_opt_add_recipient; flags = EEikMenuItemSpecific;},		
       
    94 		MENU_ITEM { command = ERclCmdNewSearchPrefilled; txt = qtn_rcl_opt_new_search; },
       
    95 		MENU_ITEM { command = ERclCmdCall; cascade = r_rcl_call_menu_pane; txt = qtn_rcl_opt_call; flags = EEikMenuItemSpecific; },
       
    96 		MENU_ITEM { command = ERclCmdSend; cascade = r_rcl_send_menu_pane; txt = qtn_rcl_opt_send; flags = EEikMenuItemSpecific; },
       
    97 		MENU_ITEM { command = ERclCmdHelp; txt = qtn_options_help; },
       
    98 		MENU_ITEM { command = EAknCmdExit; txt = qtn_options_exit; }	
       
    99 		};
       
   100 	}
       
   101 
       
   102 //
       
   103 // ---------------------------------------------------------------------------
       
   104 // Menu sub pane for call options
       
   105 // ---------------------------------------------------------------------------
       
   106 //
       
   107 
       
   108 RESOURCE MENU_PANE r_rcl_call_menu_pane
       
   109 	{
       
   110 	items =
       
   111 	       {
       
   112 	       MENU_ITEM { command = ERclCmdVoiceCall; txt = qtn_rcl_opt_voice_call; flags = EEikMenuItemSpecific;},
       
   113 	       MENU_ITEM { command = ERclCmdVideoCall; txt = qtn_rcl_opt_video_call; flags = EEikMenuItemSpecific;},
       
   114 	       MENU_ITEM { command = ERclCmdVoip; txt = qtn_rcl_opt_voip; flags = EEikMenuItemSpecific;}
       
   115 	       };
       
   116 	}
       
   117 
       
   118 //
       
   119 // ---------------------------------------------------------------------------
       
   120 // Menu sub pane for send options
       
   121 // ---------------------------------------------------------------------------
       
   122 //
       
   123 
       
   124 RESOURCE MENU_PANE r_rcl_send_menu_pane
       
   125 	{
       
   126 	items =
       
   127 	        {
       
   128 		MENU_ITEM { command = ERclCmdSendMsg; txt = qtn_rcl_opt_msg; flags = EEikMenuItemSpecific;},
       
   129 		MENU_ITEM { command = ERclCmdSendBusinessCard; txt = qtn_rcl_opt_bcard; flags = EEikMenuItemSpecific;},
       
   130 		MENU_ITEM { command = ERclCmdSendEmail; txt = qtn_rcl_opt_email; flags = EEikMenuItemSpecific;},
       
   131 		MENU_ITEM { command = ERclCmdSendMeetingReq; txt = qtn_rcl_opt_mreq; flags = EEikMenuItemSpecific;},		
       
   132 		MENU_ITEM { command = ERclCmdSendAudioMsg; txt = qtn_rcl_opt_audio; flags = EEikMenuItemSpecific;}
       
   133 	       	};
       
   134 	}
       
   135 
       
   136 //
       
   137 // ---------------------------------------------------------------------------
       
   138 // Menu sub pane for send options for context sensitive menu
       
   139 // ---------------------------------------------------------------------------
       
   140 //
       
   141 
       
   142 RESOURCE MENU_PANE r_rcl_context_send_menu_pane
       
   143 	{
       
   144 	items =
       
   145 	        {
       
   146 		MENU_ITEM { command = ERclCmdSendMsg; txt = qtn_rcl_opt_msg; },
       
   147 		MENU_ITEM { command = ERclCmdSendBusinessCard; txt = qtn_rcl_opt_bcard; },
       
   148 		MENU_ITEM { command = ERclCmdSendEmail; txt = qtn_rcl_opt_email; },
       
   149 		MENU_ITEM { command = ERclCmdSendMeetingReq; txt = qtn_rcl_opt_mreq; },
       
   150 		MENU_ITEM { command = ERclCmdSendAudioMsg; txt = qtn_rcl_opt_audio; }
       
   151 	       	};
       
   152 	}
       
   153 
       
   154 //
       
   155 // ---------------------------------------------------------------------------
       
   156 // Menu sub pane for talk options
       
   157 // ---------------------------------------------------------------------------
       
   158 //
       
   159 
       
   160 RESOURCE MENU_PANE r_rcl_talk_menu_pane
       
   161 	{
       
   162 	items =
       
   163 	        {
       
   164 		MENU_ITEM { command = ERclCmdToContact; txt = qtn_rcl_opt_talk_1to1; flags = EEikMenuItemSpecific;},
       
   165 		MENU_ITEM { command = ERclCmdSendCallbackReq; txt = qtn_rcl_opt_talk_cbr; flags = EEikMenuItemSpecific;}
       
   166 		};
       
   167 	}
       
   168 
       
   169 //
       
   170 // ---------------------------------------------------------------------------
       
   171 // Menu pane for result info dialog
       
   172 // ---------------------------------------------------------------------------
       
   173 //
       
   174 
       
   175 RESOURCE MENU_PANE r_rcl_result_info_dialog_menu_pane
       
   176 	{
       
   177 	items =
       
   178 	        {
       
   179 		MENU_ITEM { command = ERclCmdAddAsRecipient; txt = qtn_rcl_opt_add_recipient; },
       
   180 		MENU_ITEM { command = ERclCmdAddToContacts; txt = qtn_rcl_opt_save_contact; },
       
   181 		MENU_ITEM { command = ERclCmdCall; cascade = r_rcl_info_call_menu_pane; txt = qtn_rcl_opt_call; },
       
   182 		MENU_ITEM { command = ERclCmdTalk; cascade = r_rcl_info_talk_menu_pane; txt = qtn_rcl_opt_talk; },
       
   183 		MENU_ITEM { command = ERclCmdSend; cascade = r_rcl_info_send_menu_pane; txt = qtn_rcl_opt_send; },
       
   184                 MENU_ITEM { command = ERclCmdCopyDetail; txt = qtn_cca_options_copy_detail; flags = EEikMenuItemAction; }, 
       
   185 		MENU_ITEM { command = ERclCmdHelp; txt = qtn_options_help; },
       
   186 		MENU_ITEM { command = EAknCmdExit; txt = qtn_options_exit; }
       
   187 		};
       
   188 	}
       
   189 
       
   190 // ---------------------------------------------------------------------------
       
   191 // Context menu pane for result info dialog
       
   192 // ---------------------------------------------------------------------------
       
   193 //
       
   194 
       
   195 RESOURCE MENU_PANE r_rcl_result_info_dialog_context_menu_pane
       
   196 	{
       
   197 	items =
       
   198 	        {
       
   199                 MENU_ITEM { command = ERclCmdCopyDetail; txt = qtn_rcl_opt_copy_detail; }, 
       
   200 	        MENU_ITEM { command = ERclCmdVoiceCall; txt = qtn_rcl_opt_voice_call; },
       
   201 	        MENU_ITEM { command = ERclCmdVideoCall; txt = qtn_rcl_opt_video_call; },
       
   202 		MENU_ITEM { command = ERclCmdSendMsg; txt = qtn_rcl_opt_msg; },	
       
   203 		MENU_ITEM { command = ERclCmdSendEmail; txt = qtn_rcl_opt_email; }					
       
   204 		};
       
   205 	}
       
   206 
       
   207 //
       
   208 // ---------------------------------------------------------------------------
       
   209 // Menu sub pane for call options in result info dialog
       
   210 // ---------------------------------------------------------------------------
       
   211 //
       
   212 
       
   213 RESOURCE MENU_PANE r_rcl_info_call_menu_pane
       
   214     {
       
   215     items =
       
   216            {
       
   217            MENU_ITEM { command = ERclCmdVoiceCall; txt = qtn_rcl_opt_voice_call;},
       
   218            MENU_ITEM { command = ERclCmdVideoCall; txt = qtn_rcl_opt_video_call;},
       
   219            MENU_ITEM { command = ERclCmdVoip; txt = qtn_rcl_opt_voip;}
       
   220            };
       
   221     }
       
   222 
       
   223 //
       
   224 // ---------------------------------------------------------------------------
       
   225 // Menu sub pane for send options in result info dialog
       
   226 // ---------------------------------------------------------------------------
       
   227 //
       
   228 
       
   229 RESOURCE MENU_PANE r_rcl_info_send_menu_pane
       
   230     {
       
   231     items =
       
   232             {
       
   233         MENU_ITEM { command = ERclCmdSendMsg; txt = qtn_rcl_opt_msg;},
       
   234         MENU_ITEM { command = ERclCmdSendBusinessCard; txt = qtn_rcl_opt_bcard;},
       
   235         MENU_ITEM { command = ERclCmdSendEmail; txt = qtn_rcl_opt_email;},
       
   236         MENU_ITEM { command = ERclCmdSendMeetingReq; txt = qtn_rcl_opt_mreq;},        
       
   237         MENU_ITEM { command = ERclCmdSendAudioMsg; txt = qtn_rcl_opt_audio;}
       
   238             };
       
   239     }
       
   240 
       
   241 //
       
   242 // ---------------------------------------------------------------------------
       
   243 // Menu sub pane for talk options in result info dialog
       
   244 // ---------------------------------------------------------------------------
       
   245 //
       
   246 
       
   247 RESOURCE MENU_PANE r_rcl_info_talk_menu_pane
       
   248     {
       
   249     items =
       
   250             {
       
   251         MENU_ITEM { command = ERclCmdToContact; txt = qtn_rcl_opt_talk_1to1;},
       
   252         MENU_ITEM { command = ERclCmdSendCallbackReq; txt = qtn_rcl_opt_talk_cbr;}
       
   253         };
       
   254     }
       
   255 
       
   256 //
       
   257 // ---------------------------------------------------------------------------
       
   258 // Menu bar for search result dialog
       
   259 // ---------------------------------------------------------------------------
       
   260 //
       
   261 
       
   262 RESOURCE MENU_BAR r_rcl_search_result_dialog_menu_bar
       
   263         {
       
   264 	titles = 
       
   265 	       { 
       
   266 	       MENU_TITLE { menu_pane = r_rcl_search_result_dialog_menu_pane; } 
       
   267 	       };
       
   268 	}
       
   269 
       
   270 //
       
   271 // ---------------------------------------------------------------------------
       
   272 // Menu bar for result info fialog
       
   273 // ---------------------------------------------------------------------------
       
   274 //
       
   275 
       
   276 RESOURCE MENU_BAR r_rcl_result_info_dialog_menu_bar
       
   277 	{
       
   278 	titles =
       
   279 	       {
       
   280 	       MENU_TITLE { menu_pane = r_rcl_result_info_dialog_menu_pane; }
       
   281 	       };
       
   282 	}
       
   283 
       
   284 // ---------------------------------------------------------------------------
       
   285 // Context sensitive menu bar for info dialog
       
   286 // ---------------------------------------------------------------------------
       
   287 //
       
   288 
       
   289 RESOURCE MENU_BAR r_rcl_result_info_dialog_context_menu_bar
       
   290 	{
       
   291 	titles =
       
   292 	       {
       
   293 	       MENU_TITLE { menu_pane = r_rcl_result_info_dialog_context_menu_pane; }
       
   294 	       };
       
   295 	}
       
   296 
       
   297 //
       
   298 // ---------------------------------------------------------------------------
       
   299 // RCL setting item page for selecting account
       
   300 // ---------------------------------------------------------------------------
       
   301 //
       
   302 
       
   303 RESOURCE AVKON_SETTING_PAGE r_rcl_setting_item_page
       
   304 	{
       
   305 	type = EAknCtPopupSettingList;
       
   306 	editor_resource_id = r_rcl_popup_setting_list;
       
   307 	}
       
   308 
       
   309 //
       
   310 // ---------------------------------------------------------------------------
       
   311 // RCL popup setting list for selecting account
       
   312 // ---------------------------------------------------------------------------
       
   313 //
       
   314 
       
   315 RESOURCE POPUP_SETTING_LIST r_rcl_popup_setting_list
       
   316 	{
       
   317 	flags = 0;
       
   318 	}
       
   319 
       
   320 //
       
   321 // ---------------------------------------------------------------------------
       
   322 // RCL popup setting texts
       
   323 // ---------------------------------------------------------------------------
       
   324 //
       
   325 
       
   326 RESOURCE AVKON_POPUP_SETTING_TEXTS r_rcl_popup_setting_texts
       
   327 	{
       
   328 	setting_texts_resource = r_rcl_setting_text_array;
       
   329 	}
       
   330  
       
   331 //
       
   332 // ---------------------------------------------------------------------------
       
   333 // RCL popup setting text array
       
   334 // ---------------------------------------------------------------------------
       
   335 //
       
   336 
       
   337 RESOURCE ARRAY r_rcl_setting_text_array
       
   338 	{
       
   339 	items =
       
   340 	       {
       
   341 	       };
       
   342 	}
       
   343 
       
   344 //
       
   345 // ---------------------------------------------------------------------------
       
   346 // Wait dialog while executing remote search
       
   347 // ---------------------------------------------------------------------------
       
   348 //
       
   349 
       
   350 RESOURCE DIALOG r_rcl_search_wait_dialog_cancel
       
   351 	{
       
   352 	flags = EAknWaitNoteFlags;
       
   353 	buttons = R_AVKON_SOFTKEYS_CANCEL;
       
   354 	items =
       
   355 	        {
       
   356 		DLG_LINE
       
   357 	                {
       
   358 			type = EAknCtNote;
       
   359 			id = KRclWaitDialogId;
       
   360 			control = AVKON_NOTE
       
   361 				{
       
   362 				layout = EWaitLayout;
       
   363 				animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
   364 				};
       
   365 			}
       
   366 		};
       
   367 	}
       
   368 
       
   369 //
       
   370 // ---------------------------------------------------------------------------
       
   371 // Confirmation note
       
   372 // ---------------------------------------------------------------------------
       
   373 //
       
   374 
       
   375 RESOURCE DIALOG r_rcl_confirmation_note
       
   376 	{
       
   377 	flags = EAknConfirmationNoteFlags | EEikDialogFlagWait;
       
   378 	items =
       
   379 	       {
       
   380 	       DLG_LINE
       
   381 	              {
       
   382 		      type = EAknCtNote;
       
   383 		      id = EGeneralNote;
       
   384 		      control = AVKON_NOTE
       
   385 			      {
       
   386 			      layout = EGeneralLayout;
       
   387 			      imagefile = AVKON_BITMAP_FILE;
       
   388 			      imageid = EMbmAvkonQgn_note_ok;
       
   389 			      imagemask = EMbmAvkonQgn_note_ok_mask;
       
   390 			      };
       
   391 		      }
       
   392 	       };
       
   393 	}
       
   394 
       
   395 //
       
   396 // ---------------------------------------------------------------------------
       
   397 // Query dialog with softkeys Ok - Refine
       
   398 // ---------------------------------------------------------------------------
       
   399 //
       
   400 //Fix for: EASV-7KFGG3
       
   401 RESOURCE DIALOG r_rcl_confirmation_note_ok_refine
       
   402     {
       
   403     flags=EGeneralQueryFlags;
       
   404     buttons=r_rcl_ok_refine_cba;
       
   405     items=
       
   406         {
       
   407         DLG_LINE
       
   408             {
       
   409             type=EAknCtQuery;
       
   410             id=EGeneralQuery;
       
   411             control= AVKON_CONFIRMATION_QUERY 
       
   412                 { 
       
   413                 layout = EConfirmationQueryLayout;
       
   414                 animation = R_QGN_NOTE_WARNING_ANIM;
       
   415                 };
       
   416             }
       
   417         };
       
   418     }
       
   419 
       
   420 //
       
   421 // ---------------------------------------------------------------------------
       
   422 // Confirmation note with softkeys Yes - Cancel
       
   423 // ---------------------------------------------------------------------------
       
   424 //
       
   425 
       
   426 RESOURCE DIALOG r_rcl_confirmation_note_yes_cancel
       
   427 	{
       
   428 	flags = EAknConfirmationNoteFlags | EEikDialogFlagWait;
       
   429 	buttons = r_rcl_yes_cancel_cba;
       
   430 	items =
       
   431 	       {
       
   432 	       DLG_LINE
       
   433 	              {
       
   434 		      type = EAknCtNote;
       
   435 		      id = EGeneralNote;
       
   436 		      control = AVKON_NOTE
       
   437 			      {
       
   438 			      layout = EGeneralLayout;
       
   439 			      imagefile = AVKON_BITMAP_FILE;
       
   440 			      imageid = EMbmAvkonQgn_note_ok;
       
   441 			      imagemask = EMbmAvkonQgn_note_ok_mask;
       
   442 			      };
       
   443 		      }
       
   444 	       };
       
   445 	}
       
   446 
       
   447 //
       
   448 // ---------------------------------------------------------------------------
       
   449 // Warning note
       
   450 // ---------------------------------------------------------------------------
       
   451 //
       
   452 
       
   453 RESOURCE DIALOG r_rcl_warning_note
       
   454 	{
       
   455 	flags = EAknErrorNoteFlags | EEikDialogFlagWait;
       
   456 	items =
       
   457 	       {
       
   458 	       DLG_LINE
       
   459 	              {
       
   460 		      type = EAknCtNote;
       
   461 		      id = EGeneralNote;
       
   462 		      control = AVKON_NOTE
       
   463 	                     {
       
   464 			     layout = EGeneralLayout;
       
   465 			     imagefile = AVKON_BITMAP_FILE;
       
   466 			     imageid = EMbmAvkonQgn_note_warning;
       
   467 			     imagemask = EMbmAvkonQgn_note_warning_mask;
       
   468 			     };
       
   469 		      }
       
   470 	       };
       
   471 	}
       
   472 
       
   473 //
       
   474 // ---------------------------------------------------------------------------
       
   475 // Remote lookup search result dialog
       
   476 // ---------------------------------------------------------------------------
       
   477 //
       
   478 
       
   479 RESOURCE DIALOG r_rcl_search_result_dialog 
       
   480 	{ 
       
   481 	flags = EAknDialogSelectionList; 
       
   482 	buttons = r_rcl_options_back_open; 
       
   483 	items = 
       
   484 	      { 
       
   485 	      DLG_LINE 
       
   486 		       { 
       
   487 		       type = ERclSearchResultListBox;
       
   488 		       id = ESelectionListControl; 
       
   489 		       control = LISTBOX 
       
   490 			       { 
       
   491 			       flags = EAknListBoxSelectionList; 
       
   492 			       }; 
       
   493 		       }
       
   494 	      };
       
   495         }
       
   496 
       
   497 //
       
   498 // ---------------------------------------------------------------------------
       
   499 // Result information dialog
       
   500 // ---------------------------------------------------------------------------
       
   501 //
       
   502 
       
   503 RESOURCE DIALOG r_rcl_result_info_dialog 
       
   504 	{
       
   505 	flags = EAknDialogSelectionList; 
       
   506 	buttons = r_rcl_options_back_contextmenu;
       
   507 	items = 
       
   508 	      { 
       
   509 	      DLG_LINE 
       
   510 		       { 
       
   511 		       type = ERclResultInfoListBox;
       
   512 		       id = ESelectionListControl; 
       
   513 		       control = LISTBOX 
       
   514 			       { 
       
   515 			       flags = EAknListBoxSelectionList; 
       
   516 			       }; 
       
   517 		       }
       
   518 	      };
       
   519         }
       
   520 
       
   521 //
       
   522 // ---------------------------------------------------------------------------
       
   523 // Query editor dialog
       
   524 // ---------------------------------------------------------------------------
       
   525 //
       
   526 
       
   527 RESOURCE DIALOG r_rcl_query_dialog
       
   528 	{
       
   529 	flags = EGeneralQueryFlags;
       
   530 	buttons = r_rcl_search_cancel_cba;
       
   531 	items =
       
   532 		{
       
   533 		DLG_LINE
       
   534 			{
       
   535 			type = EAknCtQuery;
       
   536 			id = EGeneralQuery;
       
   537 			control = AVKON_DATA_QUERY
       
   538 				{
       
   539 				layout = EDataLayout;
       
   540 				control = EDWIN
       
   541 					{
       
   542 					flags = EAknEditorFlagDefault;
       
   543 					maxlength = KRclQueryTextMaxLength;
       
   544 					allowed_input_modes = EAknEditorNumericInputMode | EAknEditorTextInputMode;
       
   545 					};
       
   546 				};
       
   547 			}
       
   548 		};
       
   549 	}
       
   550 
       
   551 //
       
   552 // ---------------------------------------------------------------------------
       
   553 // Search cancel cba
       
   554 // ---------------------------------------------------------------------------
       
   555 //
       
   556 
       
   557 RESOURCE CBA r_rcl_search_cancel_cba
       
   558         {
       
   559 	breadth = 80;
       
   560 	buttons =
       
   561 		{
       
   562 		CBA_BUTTON
       
   563 			{
       
   564 			id = EAknSoftkeyOk;
       
   565 			txt = qtn_rcl_softkey_search;
       
   566 			},
       
   567 		CBA_BUTTON
       
   568 			{
       
   569 			id = EAknSoftkeyCancel;
       
   570 			txt = text_softkey_cancel;
       
   571 			},
       
   572 		CBA_BUTTON
       
   573 			{
       
   574 			id = EAknSoftkeyOk;
       
   575 			txt = qgn_prop_msk_select;
       
   576 			}
       
   577 		};
       
   578 	}
       
   579 
       
   580 //
       
   581 // ---------------------------------------------------------------------------
       
   582 // Ok refine cba
       
   583 // ---------------------------------------------------------------------------
       
   584 //
       
   585 
       
   586 RESOURCE CBA r_rcl_ok_refine_cba
       
   587 	{
       
   588 	breadth = 80;
       
   589 	buttons =
       
   590 		{
       
   591 		CBA_BUTTON
       
   592 			{
       
   593 			id = EAknSoftkeyOk;
       
   594 			txt = text_softkey_ok;
       
   595 			},
       
   596 		CBA_BUTTON
       
   597 			{
       
   598 			id = EAknSoftkeyCancel;
       
   599 			txt = qtn_rcl_softkey_refine;
       
   600 			},
       
   601 		CBA_BUTTON
       
   602 			{
       
   603 			id = EAknSoftkeyOk;
       
   604 			txt = text_softkey_ok;
       
   605 			}
       
   606 		};
       
   607 	}
       
   608 
       
   609 //
       
   610 // ---------------------------------------------------------------------------
       
   611 // Yes cancel cba
       
   612 // ---------------------------------------------------------------------------
       
   613 //
       
   614 
       
   615 RESOURCE CBA r_rcl_yes_cancel_cba
       
   616 	{
       
   617 	breadth = 80;
       
   618 	buttons =
       
   619 		{
       
   620 		CBA_BUTTON
       
   621 			{
       
   622 			id = EAknSoftkeyOk;
       
   623 			txt = text_softkey_yes;
       
   624 			},
       
   625 		CBA_BUTTON
       
   626 			{
       
   627 			id = EAknSoftkeyCancel;
       
   628 			txt = text_softkey_cancel;
       
   629 			},
       
   630 		CBA_BUTTON
       
   631 			{
       
   632 			id = EAknSoftkeyOk;
       
   633 			txt = text_softkey_yes;
       
   634 			}
       
   635 		};
       
   636 	}
       
   637 
       
   638 //
       
   639 // ---------------------------------------------------------------------------
       
   640 // Poc aiw interest
       
   641 // ---------------------------------------------------------------------------
       
   642 //
       
   643 
       
   644 RESOURCE AIW_INTEREST r_rcl_poc_interest
       
   645 	{
       
   646 	items =
       
   647 	       {
       
   648 	       AIW_CRITERIA_ITEM
       
   649 	              {
       
   650 		      id = KAiwCmdPoC;
       
   651 		      serviceCmd = KAiwCmdPoC;
       
   652 		      contentType = "*";
       
   653 		      serviceClass = KAiwClassBase; 
       
   654 		      defaultProvider = KS60PoCAiwProviderImplUid;
       
   655 		      maxProviders = 1;
       
   656 		      }
       
   657 	       };
       
   658 	}
       
   659 	
       
   660 //
       
   661 // ---------------------------------------------------------------------------
       
   662 // Options - Open - Back cba
       
   663 // ---------------------------------------------------------------------------
       
   664 //
       
   665 RESOURCE CBA r_rcl_options_back_open
       
   666     {
       
   667     breadth = 80;
       
   668     buttons =
       
   669         {
       
   670         CBA_BUTTON
       
   671             {
       
   672             id = EAknSoftkeyOptions;
       
   673             txt = text_softkey_option;
       
   674             },
       
   675         CBA_BUTTON
       
   676             {
       
   677             id = EAknSoftkeyBack;
       
   678             txt = text_softkey_back;
       
   679             },
       
   680         CBA_BUTTON
       
   681             {
       
   682             id = EAknSoftkeyOpen;
       
   683             txt = text_softkey_open;
       
   684             }
       
   685         };
       
   686     }
       
   687 
       
   688 //
       
   689 // ---------------------------------------------------------------------------
       
   690 // Options Back cba
       
   691 // ---------------------------------------------------------------------------
       
   692 //
       
   693 
       
   694 RESOURCE CBA r_rcl_options_back_contextmenu
       
   695     {
       
   696     breadth = 80;
       
   697     buttons =
       
   698         {
       
   699         CBA_BUTTON
       
   700             {
       
   701             id = EAknSoftkeyOptions;
       
   702             txt = text_softkey_option;
       
   703             },
       
   704         CBA_BUTTON
       
   705             {
       
   706             id = EAknSoftkeyBack;
       
   707             txt = text_softkey_back;
       
   708             },
       
   709         CBA_BUTTON
       
   710             {
       
   711             id = EAknSoftkeyContextOptions;
       
   712             txt = text_softkey_option;
       
   713             }
       
   714         };
       
   715     }
       
   716     
       
   717 // --------------------------------------------------------------------------
       
   718 // r_qtn_fs_info_note_copied_to_clipboard
       
   719 // --------------------------------------------------------------------------
       
   720 //
       
   721 RESOURCE TBUF r_qtn_fs_info_note_copied_to_clipboard
       
   722     {
       
   723     buf = qtn_cca_info_note_copied_to_clipboard;
       
   724     }
       
   725 
       
   726 // --------------------------------------------------------------------------
       
   727 // r_qtn_rcl_opt_copy_detail
       
   728 // --------------------------------------------------------------------------
       
   729 //
       
   730 RESOURCE TBUF r_qtn_rcl_opt_copy_detail
       
   731     {
       
   732     buf = qtn_rcl_opt_copy_detail;
       
   733     }
       
   734 
       
   735 // --------------------------------------------------------------------------
       
   736 // r_qtn_rcl_opt_voice_call
       
   737 // --------------------------------------------------------------------------
       
   738 //
       
   739 RESOURCE TBUF r_qtn_rcl_opt_voice_call
       
   740     {
       
   741     buf = qtn_rcl_opt_voice_call;  
       
   742     }
       
   743 
       
   744 // --------------------------------------------------------------------------
       
   745 // r_qtn_rcl_opt_video_call
       
   746 // --------------------------------------------------------------------------
       
   747 //
       
   748 RESOURCE TBUF r_qtn_rcl_opt_video_call
       
   749     {
       
   750     buf = qtn_rcl_opt_video_call;
       
   751     }
       
   752     
       
   753 // --------------------------------------------------------------------------
       
   754 // r_qtn_rcl_opt_msg
       
   755 // --------------------------------------------------------------------------
       
   756 //
       
   757 RESOURCE TBUF r_qtn_rcl_opt_msg
       
   758     {
       
   759     buf = qtn_rcl_opt_msg;
       
   760     }    
       
   761 
       
   762 // --------------------------------------------------------------------------
       
   763 // r_qtn_rcl_opt_email
       
   764 // --------------------------------------------------------------------------
       
   765 //
       
   766 RESOURCE TBUF r_qtn_rcl_opt_email
       
   767     {
       
   768     buf = qtn_rcl_opt_email;
       
   769     }