videditor/ManualVideoEditor/data/ManualVideoEditor.rss
changeset 0 951a5db380a0
equal deleted inserted replaced
-1:000000000000 0:951a5db380a0
       
     1 /*
       
     2 * Copyright (c) 2010 Ixonos Plc.
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the "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 * Ixonos Plc
       
    14 *
       
    15 * Description:  
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 //  RESOURCE IDENTIFIER
       
    22 NAME    MVED // 4 letter ID
       
    23 
       
    24 //  INCLUDES
       
    25 
       
    26 #include <eikon.rh>
       
    27 #include "manualvideoeditor.hrh"
       
    28 #include "manualvideoeditor.loc"
       
    29 #include <manualvideoeditor.mbg>
       
    30 #include <videoeditoruicomponents.mbg>
       
    31 
       
    32 #include <avkon.rsg>
       
    33 #include <avkon.rh>
       
    34 #include <avkon.mbg>
       
    35 #include <e32keys.h>			// Key codes
       
    36 #include <CommonDialogs.rh>		// avkon.loc is NOT included in this file if
       
    37 #include <avkon.loc>			
       
    38 #include <CommonDialogs.hrh>
       
    39 #include <appinfo.rh>
       
    40 #include <data_caging_paths_strings.hrh>
       
    41 #include <AvkonIcons.hrh>
       
    42 #if defined(__WINS__)
       
    43 #define vei_bitmap_file "\\epoc32\\release\\"$(PLATFORM)"\\"$(CFG)"\\Z\\"APP_BITMAP_DIR"\\manualvideoeditor.mif"
       
    44 #define vei_uic_bitmap_file "\\epoc32\\release\\"$(PLATFORM)"\\"$(CFG)"\\Z\\"APP_BITMAP_DIR"\\videoeditoruicomponents.mif"
       
    45 #else
       
    46 #define vei_bitmap_file ""APP_BITMAP_DIR"\\manualvideoeditor.mif"
       
    47 #define vei_uic_bitmap_file ""APP_BITMAP_DIR"\\videoeditoruicomponents.mif"
       
    48 #endif
       
    49 
       
    50 
       
    51 //  RESOURCE DEFINITIONS 
       
    52 
       
    53 
       
    54 RESOURCE RSS_SIGNATURE { }
       
    55 
       
    56 RESOURCE TBUF { buf="mveditor"; }
       
    57 
       
    58 RESOURCE EIK_APP_INFO
       
    59     {
       
    60 	cba=R_AVKON_SOFTKEYS_OPTIONS_EXIT;	   
       
    61     }
       
    62 
       
    63 RESOURCE LOCALISABLE_APP_INFO r_vei_localisable_app_info
       
    64 	{
       
    65 	short_caption=qtn_app_short_caption_string;
       
    66 	caption_and_icon =
       
    67 	CAPTION_AND_ICON_INFO
       
    68 		{
       
    69 		caption=qtn_app_caption_string;
       
    70 		number_of_icons=1;
       
    71 		icon_file=APP_BITMAP_DIR"\\ManualVideoEditor_aif.mif";
       
    72 		};
       
    73 	}
       
    74 //----------------------------------------------------
       
    75 //   
       
    76 //    r_vei_editvideo_titlescreen_text_query
       
    77 //    data query for the title screen text
       
    78 //
       
    79 //----------------------------------------------------
       
    80 //
       
    81 RESOURCE DIALOG r_vei_editvideo_titlescreen_text_query
       
    82 	{
       
    83 	flags=EGeneralQueryFlags; 
       
    84 	buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
       
    85 	items =
       
    86 		{
       
    87 		DLG_LINE
       
    88 			{
       
    89 			type = EAknCtQuery;
       
    90 			id = EVeiTitleScreenTextQuery;
       
    91 			control = AVKON_DATA_QUERY
       
    92 				{
       
    93 				layout = EDataLayout;
       
    94 				label = qtn_vei_textinserting_for_title_screen;
       
    95 
       
    96 				control = 
       
    97 					EDWIN
       
    98 						{
       
    99 						width = 50;
       
   100 						lines = 5;
       
   101 						maxlength = 50;
       
   102 						};
       
   103 				};
       
   104 			}
       
   105 		};
       
   106 	}
       
   107 
       
   108 
       
   109 //----------------------------------------------------
       
   110 //   
       
   111 //    r_vei_hotkeys
       
   112 //    ?description
       
   113 //
       
   114 //----------------------------------------------------
       
   115 //
       
   116 RESOURCE HOTKEYS r_vei_hotkeys
       
   117     {
       
   118     control=
       
   119         {
       
   120         HOTKEY { command=EAknCmdExit; key='e'; }
       
   121         };
       
   122     }
       
   123 
       
   124 //=====================================================
       
   125 //
       
   126 //		*****		AVKON VIEWS		*****
       
   127 //
       
   128 //
       
   129 //=====================================================
       
   130 
       
   131 //----------------------------------------------------
       
   132 //   
       
   133 //    r_vei_settings_view
       
   134 //    ?description
       
   135 //
       
   136 //----------------------------------------------------
       
   137 //
       
   138 RESOURCE AVKON_VIEW r_vei_settings_view
       
   139     {
       
   140     hotkeys=r_vei_hotkeys;
       
   141     menubar=r_vei_menubar_settings_view;  
       
   142     cba=R_AVKON_SOFTKEYS_SELECTION_LIST;    
       
   143     }
       
   144 
       
   145 //----------------------------------------------------
       
   146 //   
       
   147 //    r_vei_edit_video
       
   148 //    ?description
       
   149 //
       
   150 //----------------------------------------------------
       
   151 //
       
   152 RESOURCE AVKON_VIEW r_vei_edit_video_view
       
   153     {
       
   154     hotkeys=r_vei_hotkeys;
       
   155     menubar=r_vei_menubar_edit_video_view;  
       
   156     cba=R_AVKON_SOFTKEYS_SELECTION_LIST;    
       
   157     }
       
   158 
       
   159 //----------------------------------------------------
       
   160 //   
       
   161 //    r_vei_cut_video
       
   162 //    ?description
       
   163 //
       
   164 //----------------------------------------------------
       
   165 //
       
   166 RESOURCE AVKON_VIEW r_vei_cut_video_view
       
   167     {
       
   168     hotkeys=r_vei_hotkeys;
       
   169     menubar=r_vei_menubar_cut_video_view;  
       
   170     cba=R_AVKON_SOFTKEYS_SELECTION_LIST;    
       
   171     }
       
   172 
       
   173 //----------------------------------------------------
       
   174 //   
       
   175 //    r_vei_cut_audio
       
   176 //    ?description
       
   177 //
       
   178 //----------------------------------------------------
       
   179 //
       
   180 RESOURCE AVKON_VIEW r_vei_cut_audio_view
       
   181     {
       
   182     hotkeys=r_vei_hotkeys;
       
   183     menubar=r_vei_menubar_cut_video_view;  
       
   184     cba=R_AVKON_SOFTKEYS_SELECTION_LIST;    
       
   185     }
       
   186 
       
   187 //----------------------------------------------------
       
   188 //   
       
   189 //    r_vei_trim_for_mms_view
       
   190 //    ?description
       
   191 //
       
   192 //----------------------------------------------------
       
   193 //
       
   194 RESOURCE AVKON_VIEW r_vei_trim_for_mms_view
       
   195     {
       
   196     hotkeys=r_vei_hotkeys;
       
   197     menubar=r_vei_menubar_trim_for_mms_view;  
       
   198     cba=R_AVKON_SOFTKEYS_OPTIONS_BACK;    
       
   199     }
       
   200 
       
   201 //=====================================================
       
   202 //
       
   203 //		*****		MENU BARS		*****
       
   204 //
       
   205 //
       
   206 //=====================================================
       
   207 
       
   208 
       
   209 //----------------------------------------------------
       
   210 //   
       
   211 //    r_vei_menubar_trim_for_mms_view
       
   212 //    ?description
       
   213 //
       
   214 //----------------------------------------------------
       
   215 //
       
   216 RESOURCE MENU_BAR r_vei_menubar_trim_for_mms_view
       
   217 	{
       
   218     titles=
       
   219         {
       
   220         MENU_TITLE 
       
   221 			{ 
       
   222 			menu_pane=r_vei_menu_pane_trim_for_mms_view; 
       
   223 			txt=""; 
       
   224 			}
       
   225         };
       
   226 	}
       
   227 
       
   228 //-----------------------------------------------------
       
   229 //				
       
   230 //    r_vei_menubar_settings_view
       
   231 //    ?description
       
   232 //
       
   233 //----------------------------------------------------
       
   234 //
       
   235 
       
   236 RESOURCE MENU_BAR r_vei_menubar_settings_view
       
   237     {
       
   238     titles=
       
   239         {
       
   240         MENU_TITLE { menu_pane=r_vei_settings_view_menu; }
       
   241         };
       
   242     }
       
   243 
       
   244 
       
   245 //-----------------------------------------------------
       
   246 //				
       
   247 //    r_vei_menubar_edit_video_view
       
   248 //    ?description
       
   249 //
       
   250 //----------------------------------------------------
       
   251 //
       
   252 
       
   253 RESOURCE MENU_BAR r_vei_menubar_edit_video_view
       
   254     {
       
   255     titles=
       
   256         {
       
   257         MENU_TITLE { menu_pane=r_vei_edit_video_view_menu; }
       
   258         };
       
   259     }
       
   260 
       
   261 //-----------------------------------------------------
       
   262 //				
       
   263 //    r_vei_menubar_cut_video_view
       
   264 //    ?description
       
   265 //
       
   266 //----------------------------------------------------
       
   267 //
       
   268 
       
   269 RESOURCE MENU_BAR r_vei_menubar_cut_video_view
       
   270     {
       
   271     titles=
       
   272         {
       
   273         MENU_TITLE { menu_pane=r_vei_cut_video_view_menu; }
       
   274         };
       
   275     }
       
   276 
       
   277 //-----------------------------------------------------
       
   278 //				
       
   279 //    r_vei_preview						
       
   280 //    ?description
       
   281 //
       
   282 //----------------------------------------------------
       
   283 //
       
   284 
       
   285 RESOURCE MENU_BAR r_vei_preview_bar  
       
   286     {
       
   287     titles=
       
   288         {
       
   289 		MENU_TITLE { menu_pane=r_vei_preview_menu; }
       
   290         };
       
   291     }
       
   292 
       
   293 
       
   294 //=====================================================
       
   295 //
       
   296 //		*****		MENU PANES		*****
       
   297 //
       
   298 //
       
   299 //=====================================================
       
   300 
       
   301 //----------------------------------------------------
       
   302 //   
       
   303 //    r_vei_menu_pane_trim_for_mms_view
       
   304 //    ?description
       
   305 //
       
   306 //----------------------------------------------------
       
   307 //
       
   308 RESOURCE MENU_PANE r_vei_menu_pane_trim_for_mms_view
       
   309     {
       
   310     items=
       
   311         {
       
   312 		MENU_ITEM { command=EVeiCmdSendViaMms;			txt=qtn_vei_menu_send_via_mms; },
       
   313 		MENU_ITEM { command=EVeiCmdPreview;				txt=qtn_vei_menu_preview; },
       
   314 //		MENU_ITEM { command=EVeiCmdVideoLength;			txt=qtn_vei_menu_video_length; },
       
   315 		MENU_ITEM { command=EVeiCmdTrimForMmsViewHelp;	txt=qtn_clipb_litxt_help; }
       
   316         };
       
   317     }
       
   318 
       
   319 //----------------------------------------------------
       
   320 //   
       
   321 //    r_vei_edit_video_view_edit_video_menu
       
   322 //    ?description
       
   323 //
       
   324 //----------------------------------------------------
       
   325 //
       
   326 RESOURCE MENU_PANE r_vei_edit_video_view_edit_video_menu
       
   327     {
       
   328     items=
       
   329         {
       
   330 		MENU_ITEM { command=EVeiCmdEditVideoViewEditVideoCutting;	 txt=qtn_vei_edit_video_cmd_edit_video_cutting; },	
       
   331 		MENU_ITEM { command=EVeiCmdEditVideoViewEditVideoMove;	     txt=qtn_vei_list_query_select_video_move; },
       
   332 		MENU_ITEM { command=EVeiCmdEditVideoViewEditVideoColorEffect;txt=qtn_vei_list_query_select_video_color_effect; },
       
   333 		MENU_ITEM { command=EVeiCmdEditVideoViewEditVideoSlowMotion; txt=qtn_vei_list_query_select_video_slow_motion; },
       
   334 		MENU_ITEM { command=EVeiCmdEditVideoViewEditVideoMute;       txt=qtn_vei_list_query_select_video_mute; },
       
   335 		MENU_ITEM { command=EVeiCmdEditVideoViewEditVideoUnmute;     txt=qtn_vei_list_query_select_video_unmute; },
       
   336 		MENU_ITEM { command=EVeiCmdEditVideoAdjustVolume;            txt = qtn_vei_edit_video_cmd_edit_adj_vol; },
       
   337 		MENU_ITEM { command=EVeiCmdEditVideoViewEditVideoRemove;     txt=qtn_vei_list_query_select_video_remove; },
       
   338 		MENU_ITEM { command=EVeiCmdEditVideoDuplicate;				 txt=qtn_vei_list_query_select_video_duplicate; }
       
   339 		};
       
   340 	}
       
   341 
       
   342 //----------------------------------------------------
       
   343 //   
       
   344 //    r_vei_settings_view_menu
       
   345 //    ?description
       
   346 //
       
   347 //----------------------------------------------------
       
   348 //
       
   349 
       
   350 RESOURCE MENU_PANE r_vei_settings_view_menu
       
   351     {
       
   352     items=
       
   353         {
       
   354         MENU_ITEM { command=EVeiCmdSettingsViewChange;	txt=qtn_options_change; },
       
   355         MENU_ITEM { command=EVeiCmdSettingsViewHelp;		txt=qtn_options_help; }
       
   356         };
       
   357     }
       
   358 
       
   359 //----------------------------------------------------
       
   360 //   
       
   361 //    r_vei_edit_video_menu
       
   362 //    ?description
       
   363 //
       
   364 //----------------------------------------------------
       
   365 //
       
   366 RESOURCE MENU_PANE r_vei_edit_video_view_menu
       
   367     {
       
   368     items=
       
   369         {
       
   370 		MENU_ITEM { command=EVeiCmdEditVideoViewEditVideo;				txt = qtn_vei_edit_video_cmd_edit_video; cascade=r_vei_edit_video_view_edit_video_submenu; },
       
   371 		MENU_ITEM { command=EVeiCmdEditVideoViewEditAudio;				txt = qtn_vei_edit_video_cmd_edit_audio; cascade=r_vei_edit_video_view_edit_audio_submenu; },
       
   372 		MENU_ITEM { command=EVeiCmdEditVideoViewEditStartTransition;	txt = qtn_vei_edit_video_cmd_edit_tran; cascade=r_vei_edit_video_view_edit_start_transition_submenu; },
       
   373 		MENU_ITEM { command=EVeiCmdEditVideoViewEditText;				txt = qtn_ved_menu_editt; cascade = r_vei_edit_video_view_edit_text_submenu; },
       
   374 		MENU_ITEM { command=EVeiCmdEditVideoViewEditImage;				txt = qtn_ved_menu_editi; cascade = r_vei_edit_video_view_edit_image_submenu; },
       
   375 		MENU_ITEM { command=EVeiCmdEditVideoViewEditMiddleTransition;	txt = qtn_vei_edit_video_cmd_edit_tran; cascade=r_vei_edit_video_view_edit_middle_transition_submenu; },
       
   376 		MENU_ITEM { command=EVeiCmdEditVideoViewEditEndTransition;		txt = qtn_vei_edit_video_cmd_edit_tran; cascade=r_vei_edit_video_view_edit_end_transition_submenu; },
       
   377 		MENU_ITEM { command=EVeiCmdEditVideoViewInsert;					txt = qtn_vei_edit_video_cmd_insert; cascade=r_vei_edit_video_view_insert; },
       
   378 		MENU_ITEM { command=EVeiCmdEditVideoViewMovie;					txt = qtn_ved_menu_movie; cascade = r_vei_edit_video_view_movie_submenu; },
       
   379 		MENU_ITEM { command=EVeiCmdEditVideoViewSettings;				txt = qtn_options_settings; },
       
   380 		MENU_ITEM { command=EVeiCmdEditVideoViewHelp;					txt = qtn_options_help; },
       
   381 		MENU_ITEM { command=EEikCmdExit;								txt = qtn_options_exit; }
       
   382         };
       
   383     }
       
   384 
       
   385 //----------------------------------------------------
       
   386 //   
       
   387 //    r_vei_edit_video_view_audio_mixing_menu
       
   388 //    ?description
       
   389 //
       
   390 //----------------------------------------------------
       
   391 //
       
   392 RESOURCE MENU_PANE r_vei_edit_video_view_audio_mixing_menu
       
   393     {
       
   394     items=
       
   395         {
       
   396  		MENU_ITEM { command=EVeiCmdEditVideoViewPreview;		txt = qtn_vei_edit_video_cmd_preview; cascade=r_vei_edit_video_view_movie_preview;},
       
   397  		MENU_ITEM { command=EVeiCmdEditVideoMixAudioCancel;		txt = text_softkey_cancel; }
       
   398 	    };
       
   399     }
       
   400 
       
   401 //----------------------------------------------------
       
   402 //   
       
   403 //    r_vei_edit_video_view_movie_submenu
       
   404 //    ?description
       
   405 //
       
   406 //----------------------------------------------------
       
   407 //
       
   408 RESOURCE MENU_PANE r_vei_edit_video_view_movie_submenu
       
   409     {
       
   410     items=
       
   411         {
       
   412  		MENU_ITEM { command=EVeiCmdEditVideoViewPreview;		txt = qtn_vei_edit_video_cmd_preview; cascade=r_vei_edit_video_view_movie_preview;},
       
   413 		MENU_ITEM { command=EVeiCmdEditVideoViewTrimForMms;		txt = qtn_ved_smenu_movie_mms; },
       
   414  		MENU_ITEM { command=EVeiCmdEditVideoViewSaveTo;			txt = qtn_vei_edit_video_cmd_save_to; },
       
   415  		MENU_ITEM { command=EVeiCmdEditVideoMixAudio;			txt = qtn_vei_edit_video_cmd_audio_mix; }
       
   416 	    };
       
   417     }
       
   418 
       
   419 //----------------------------------------------------
       
   420 //   
       
   421 //    r_vei_edit_video_view_movie_preview
       
   422 //    ?description
       
   423 //
       
   424 //----------------------------------------------------
       
   425 //
       
   426 RESOURCE MENU_PANE r_vei_edit_video_view_movie_preview
       
   427 	{
       
   428     items=
       
   429         {
       
   430 		MENU_ITEM { command=EVeiCmdEditVideoViewPreviewLarge;	txt = qtn_ved_smenu_movie_lpreview; },
       
   431 		MENU_ITEM { command=EVeiCmdEditVideoViewPreviewSmall;	txt = qtn_ved_smenu_movie_spreview; }
       
   432 		};
       
   433 	}
       
   434 
       
   435 //----------------------------------------------------
       
   436 //   
       
   437 //    r_vei_edit_video_view_insert
       
   438 //    ?description
       
   439 //
       
   440 //----------------------------------------------------
       
   441 //
       
   442 RESOURCE MENU_PANE r_vei_edit_video_view_insert
       
   443     {
       
   444     items=
       
   445         {
       
   446         MENU_ITEM { command=EVeiCmdEditVideoViewInsertVideo;		txt = qtn_vei_edit_video_cmd_insert_video; },
       
   447 		MENU_ITEM { command=EVeiCmdEditVideoViewInsertImage;		txt = qtn_ved_smenu_insert_image;},
       
   448 		MENU_ITEM { command=EVeiCmdEditVideoViewInsertText;			txt = qtn_ved_smenu_insert_text;},    
       
   449         MENU_ITEM { command=EVeiCmdEditVideoViewInsertAudio;		txt = qtn_vei_edit_video_cmd_insert_audio; },
       
   450 		MENU_ITEM { command=EVeiCmdEditVideoViewInsertNewAudio;		txt = qtn_vei_edit_video_cmd_insert_new_audio; }
       
   451         };
       
   452     }
       
   453 
       
   454 //----------------------------------------------------
       
   455 //   
       
   456 //    r_vei_edit_video_view_edit_text_submenu
       
   457 //    ?description
       
   458 //
       
   459 //----------------------------------------------------
       
   460 //
       
   461 RESOURCE MENU_PANE r_vei_edit_video_view_edit_text_submenu
       
   462 {
       
   463 	items=
       
   464 		{
       
   465 		MENU_ITEM { command=EVeiCmdEditVideoViewEditTextMove;				txt = qtn_ved_smenu_editt_move; },
       
   466 		MENU_ITEM { command=EVeiCmdEditVideoViewEditTextRemove;				txt = qtn_ved_smenu_editt_remove; },
       
   467 		MENU_ITEM { command=EVeiCmdEditVideoViewEditTextChangeDuration;		txt = qtn_ved_smenu_editt_dur; },
       
   468 		MENU_ITEM { command=EVeiCmdEditVideoViewEditTextChangeText;			txt = qtn_ved_smenu_editt_text; },
       
   469 		MENU_ITEM { command=EVeiCmdEditVideoViewEditTextSetTextColor;		txt = qtn_ved_smenu_editt_color; },
       
   470 		MENU_ITEM { command=EVeiCmdEditVideoViewEditTextSetBackGround;		txt = qtn_ved_smenu_editt_bg; },
       
   471 		MENU_ITEM { command=EVeiCmdEditVideoViewEditTextStyle;				txt = qtn_ved_smenu_editt_style; },
       
   472 		MENU_ITEM { command=EVeiCmdEditVideoViewEditTextAddColorEffect;		txt = qtn_ved_smenu_editt_color_effect; },
       
   473 		MENU_ITEM { command=EVeiCmdEditVideoViewEditTextDuplicate;			txt = qtn_ved_smenu_editt_duplicate; }
       
   474 		};
       
   475 }
       
   476 
       
   477 
       
   478 //----------------------------------------------------
       
   479 //   
       
   480 //    r_vei_edit_video_view_edit_image_submenu
       
   481 //    ?description
       
   482 //
       
   483 //----------------------------------------------------
       
   484 //
       
   485 RESOURCE MENU_PANE r_vei_edit_video_view_edit_image_submenu
       
   486 {
       
   487 	items=
       
   488 		{
       
   489 		MENU_ITEM { command=EVeiCmdEditVideoViewEditImageMove;				txt = qtn_ved_smenu_editi_move; },
       
   490 		MENU_ITEM { command=EVeiCmdEditVideoViewEditImageRemove;			txt = qtn_ved_smenu_editi_remove; },
       
   491 		MENU_ITEM { command=EVeiCmdEditVideoViewEditImageChangeDuration;	txt = qtn_ved_smenu_editt_dur; },
       
   492 		MENU_ITEM { command=EVeiCmdEditVideoViewEditImageBackGround;		txt = qtn_ved_smenu_editi_bg; },
       
   493 		MENU_ITEM { command=EVeiCmdEditVideoViewEditImageAddColorEffect;	txt = qtn_ved_smenu_editi_color_effect; },
       
   494 		MENU_ITEM { command=EVeiCmdEditVideoViewEditImageDuplicate;			txt = qtn_ved_smenu_editi_duplicate; }	
       
   495 		};
       
   496 }
       
   497 
       
   498 //----------------------------------------------------
       
   499 //   
       
   500 //    r_vei_edit_video_view_edit_video_submenu
       
   501 //    ?description
       
   502 //
       
   503 //----------------------------------------------------
       
   504 //
       
   505 RESOURCE MENU_PANE r_vei_edit_video_view_edit_video_submenu
       
   506     {
       
   507     items=
       
   508         {
       
   509 		MENU_ITEM { command=EVeiCmdEditVideoViewEditVideoCutting;	 txt=qtn_vei_edit_video_cmd_edit_video_cutting; },	
       
   510 		MENU_ITEM { command=EVeiCmdEditVideoViewEditVideoMove;	     txt=qtn_vei_edit_video_cmd_edit_video_move; },
       
   511 		MENU_ITEM { command=EVeiCmdEditVideoViewEditVideoColorEffect;txt=qtn_vei_edit_video_cmd_edit_video_color_effect; },
       
   512 		MENU_ITEM { command=EVeiCmdEditVideoViewEditVideoSlowMotion; txt=qtn_vei_edit_video_cmd_edit_video_slow_motion; },
       
   513 		MENU_ITEM { command=EVeiCmdEditVideoViewEditVideoMute;       txt=qtn_vei_edit_video_cmd_edit_video_mute; },
       
   514 		MENU_ITEM { command=EVeiCmdEditVideoViewEditVideoUnmute;     txt=qtn_vei_edit_video_cmd_edit_video_unmute; },
       
   515 		MENU_ITEM { command=EVeiCmdEditVideoAdjustVolume;            txt=qtn_vei_edit_video_cmd_edit_adj_vol; },
       
   516 		MENU_ITEM { command=EVeiCmdEditVideoViewEditVideoRemove;     txt=qtn_vei_edit_video_cmd_edit_video_remove; },
       
   517 		MENU_ITEM { command=EVeiCmdEditVideoDuplicate;				 txt=qtn_vei_edit_video_cmd_edit_duplicate; }
       
   518 		};
       
   519 	}
       
   520 
       
   521 //----------------------------------------------------
       
   522 //   
       
   523 //    r_vei_edit_video_view_edit_audio_submenu		//Options
       
   524 //    ?description
       
   525 //
       
   526 //----------------------------------------------------
       
   527 //
       
   528 RESOURCE MENU_PANE r_vei_edit_video_view_edit_audio_submenu
       
   529     {
       
   530     items=
       
   531         {
       
   532 		MENU_ITEM { command=EVeiCmdEditVideoViewEditVideoCutting;	txt = qtn_vei_edit_video_cmd_edit_video_cutting; },	
       
   533 		MENU_ITEM { command=EVeiCmdEditVideoViewEditAudioMove;		txt = qtn_vei_edit_video_cmd_edit_audio_move; },
       
   534 		MENU_ITEM { command=EVeiCmdEditVideoViewEditAudioSetDuration;	txt = qtn_ved_smenu_editt_dur; },
       
   535 		MENU_ITEM { command=EVeiCmdEditVideoAdjustVolume;			txt = qtn_vei_edit_video_cmd_edit_adj_vol; },
       
   536 		MENU_ITEM { command=EVeiCmdEditVideoViewEditAudioRemove;	txt = qtn_vei_edit_video_cmd_edit_audio_remove; },
       
   537 		MENU_ITEM { command=EVeiCmdEditVideoDuplicate;				txt = qtn_vei_edit_video_cmd_edit_duplicate; }
       
   538         };
       
   539     }
       
   540 
       
   541 //----------------------------------------------------
       
   542 //   
       
   543 //    r_vei_edit_video_view_edit_start_transition_submenu		
       
   544 //    ?description
       
   545 //
       
   546 //----------------------------------------------------
       
   547 //
       
   548 RESOURCE MENU_PANE r_vei_edit_video_view_edit_start_transition_submenu
       
   549     {
       
   550     items=
       
   551         {
       
   552         MENU_ITEM { command=EVeiCmdEditVideoViewTransitionFadeFromBlack; txt=qtn_vei_edit_video_cmd_edit_tran_fade_from_black; },
       
   553         MENU_ITEM { command=EVeiCmdEditVideoViewTransitionFadeFromWhite; txt=qtn_vei_edit_video_cmd_edit_tran_fade_from_white; },
       
   554 		MENU_ITEM { command=EVeiCmdEditVideoViewTransitionNone;			 txt=qtn_vei_edit_video_cmd_edit_tran_no_tran; }
       
   555 		};
       
   556 	}
       
   557 
       
   558 //----------------------------------------------------
       
   559 //   
       
   560 //    r_vei_edit_video_view_edit_middle_transition_submenu		
       
   561 //    ?description
       
   562 //
       
   563 //----------------------------------------------------
       
   564 //
       
   565 RESOURCE MENU_PANE r_vei_edit_video_view_edit_middle_transition_submenu
       
   566     {
       
   567     items=
       
   568         {
       
   569         MENU_ITEM { command=EVeiCmdEditVideoViewTransitionCrossfade;		txt=qtn_ved_smenu_editt_cf; },
       
   570         MENU_ITEM { command=EVeiCmdEditVideoViewTransitionWipeFromTop;		txt=qtn_ved_smenu_editt_wipet; },
       
   571         MENU_ITEM { command=EVeiCmdEditVideoViewTransitionWipeFromBottom;	txt=qtn_ved_smenu_editt_wipeb; },
       
   572         MENU_ITEM { command=EVeiCmdEditVideoViewTransitionWipeFromLeft;		txt=qtn_ved_smenu_editt_wipel; },
       
   573         MENU_ITEM { command=EVeiCmdEditVideoViewTransitionWipeFromRight;	txt=qtn_ved_smenu_editt_wiper; },
       
   574         MENU_ITEM { command=EVeiCmdEditVideoViewTransitionDipToBlack;		txt=qtn_vei_edit_video_cmd_edit_tran_dip_to_black; },
       
   575         MENU_ITEM { command=EVeiCmdEditVideoViewTransitionDipToWhite;		txt=qtn_vei_edit_video_cmd_edit_tran_dip_to_white; },
       
   576 		MENU_ITEM { command=EVeiCmdEditVideoViewTransitionNone;				txt=qtn_vei_edit_video_cmd_edit_tran_no_tran; }
       
   577 		};
       
   578 	}
       
   579 
       
   580 //----------------------------------------------------
       
   581 //   
       
   582 //    r_vei_edit_video_view_edit_end_transition_submenu		
       
   583 //    ?description
       
   584 //
       
   585 //----------------------------------------------------
       
   586 //
       
   587 RESOURCE MENU_PANE r_vei_edit_video_view_edit_end_transition_submenu
       
   588     {
       
   589     items=
       
   590         {
       
   591         MENU_ITEM { command=EVeiCmdEditVideoViewTransitionFadeToBlack;	txt=qtn_vei_edit_video_cmd_edit_tran_fade_to_black; },
       
   592         MENU_ITEM { command=EVeiCmdEditVideoViewTransitionFadeToWhite;	txt=qtn_vei_edit_video_cmd_edit_tran_fade_to_white; },
       
   593 		MENU_ITEM { command=EVeiCmdEditVideoViewTransitionNone;			txt=qtn_vei_edit_video_cmd_edit_tran_no_tran; }
       
   594 		};
       
   595 	}
       
   596 
       
   597 //----------------------------------------------------
       
   598 //   
       
   599 //    r_vei_preview_menu
       
   600 //    ?description
       
   601 //
       
   602 //----------------------------------------------------
       
   603 //		 
       
   604 RESOURCE MENU_PANE r_vei_preview_menu
       
   605     {
       
   606     items=
       
   607         {
       
   608 	  MENU_ITEM { command=EVeiCmdCutVideoViewPlay; txt=qtn_vei_cmd_play; },
       
   609 	  MENU_ITEM { command=EVeiCmdPlayViewStop; txt=text_softkey_stop; },
       
   610 	  MENU_ITEM { command=EVeiCmdCutVideoTakeSnapshot; txt = qtn_vei_cmd_take_snapshot; }
       
   611 		};
       
   612      }
       
   613 
       
   614 //----------------------------------------------------
       
   615 //   
       
   616 //    r_vei_cut_video_menu
       
   617 //    ?description
       
   618 //
       
   619 //----------------------------------------------------
       
   620 //
       
   621 
       
   622 RESOURCE MENU_PANE r_vei_cut_video_view_menu
       
   623     {
       
   624     items=
       
   625         {
       
   626 		MENU_ITEM { command=EVeiCmdCutVideoViewPlay;		txt=qtn_vei_cut_video_cmd_play; },
       
   627 		MENU_ITEM { command=EVeiCmdCutVideoViewContinue;	txt=qtn_vei_cut_video_cmd_continue; },
       
   628 		MENU_ITEM { command=EVeiCmdCutVideoViewPlayMarked;	txt=qtn_vei_cut_video_cmd_play_marked; },
       
   629 		MENU_ITEM { command=EVeiCmdCutVideoViewMarkIn;		txt=qtn_vei_cut_video_cmd_mark_in; },
       
   630 		MENU_ITEM { command=EVeiCmdCutVideoViewMarkOut;		txt=qtn_vei_cut_video_cmd_mark_out; },
       
   631 		MENU_ITEM { command=EVeiCmdCutVideoViewClearMarks;	txt=qtn_vei_cut_video_cmd_clear_marks; cascade = r_vei_cut_video_view_menu_clear_marks; },
       
   632 		MENU_ITEM { command=EVeiCmdCutVideoViewStop;		txt=text_softkey_stop; },
       
   633 		MENU_ITEM { command=EVeiCmdCutVideoTakeSnapshot;	txt = qtn_vei_cmd_take_snapshot; },
       
   634 		MENU_ITEM { command=EVeiCmdCutVideoViewHelp;		txt=qtn_options_help; }
       
   635         };
       
   636     }
       
   637 //----------------------------------------------------
       
   638 //   
       
   639 //    r_vei_videos_view_menu_mark
       
   640 //    Videos view mark submenu.
       
   641 //
       
   642 //----------------------------------------------------
       
   643 //
       
   644 RESOURCE MENU_PANE r_vei_cut_video_view_menu_clear_marks
       
   645     {
       
   646     items=
       
   647         {
       
   648         MENU_ITEM { command=EVeiCmdCutVideoViewClearMarksIn;	txt=qtn_vei_cut_video_cmd_clear_marks_in; },
       
   649         MENU_ITEM { command=EVeiCmdCutVideoViewClearMarksOut;	txt=qtn_vei_cut_video_cmd_clear_marks_out; },
       
   650         MENU_ITEM { command=EVeiCmdCutVideoViewClearMarksInOut; txt=qtn_vei_cut_video_cmd_clear_marks_in_out; }
       
   651 		};
       
   652 	}
       
   653 
       
   654 
       
   655 //=====================================================
       
   656 //
       
   657 //		*****		POPUPS		*****
       
   658 //
       
   659 //
       
   660 //=====================================================
       
   661 
       
   662 //
       
   663 // Start transtion
       
   664 //
       
   665 RESOURCE ARRAY r_vei_start_transition_list_box_array
       
   666 	{
       
   667 	items =
       
   668 		{
       
   669 		LBUF
       
   670 			{
       
   671 			txt = qtn_vei_list_query_select_tran_fade_from_black;
       
   672 			},
       
   673 		LBUF
       
   674 			{
       
   675 			txt = qtn_vei_list_query_select_tran_fade_from_white;
       
   676 			},
       
   677 		LBUF
       
   678 			{
       
   679 			txt = qtn_vei_list_query_select_tran_no_tran;
       
   680 			}
       
   681 		};
       
   682 	}
       
   683 
       
   684 //
       
   685 // Middle transtion
       
   686 //
       
   687 RESOURCE ARRAY r_vei_middle_transition_list_box_array
       
   688 	{
       
   689 	items =
       
   690 		{
       
   691 		LBUF
       
   692 			{
       
   693 
       
   694 			txt = qtn_vei_list_query_select_tran_wipe_top;
       
   695 			},
       
   696 		LBUF
       
   697 			{
       
   698 			txt = qtn_vei_list_query_select_tran_wipe_bottom;
       
   699 			},
       
   700 		LBUF
       
   701 			{
       
   702 			txt = qtn_vei_list_query_select_tran_wipe_left;
       
   703 			},
       
   704 		LBUF
       
   705 			{
       
   706 			txt = qtn_vei_list_query_select_tran_wipe_right;
       
   707 			},
       
   708 		LBUF
       
   709 			{
       
   710 			txt = qtn_vei_list_query_select_tran_crossfade;
       
   711 			},
       
   712 		LBUF
       
   713 			{
       
   714 			txt = qtn_vei_list_query_select_tran_dip_to_black;
       
   715 			},
       
   716 		LBUF
       
   717 			{
       
   718 			txt = qtn_vei_list_query_select_tran_dip_to_white;
       
   719 			},
       
   720 		LBUF
       
   721 			{
       
   722 			txt = qtn_vei_list_query_select_tran_no_tran;
       
   723 			}
       
   724 		};
       
   725 	}
       
   726 
       
   727 //
       
   728 // End transtion
       
   729 //
       
   730 RESOURCE ARRAY r_vei_end_transition_list_box_array
       
   731 	{
       
   732 	items =
       
   733 		{
       
   734 		LBUF
       
   735 			{
       
   736 			txt = qtn_vei_list_query_select_tran_fade_to_black;
       
   737 			},
       
   738 		LBUF
       
   739 			{
       
   740 			txt = qtn_vei_list_query_select_tran_fade_to_white;
       
   741 			},
       
   742 		LBUF
       
   743 			{
       
   744 			txt = qtn_vei_list_query_select_tran_no_tran;
       
   745 			}
       
   746 		};
       
   747 	}
       
   748 
       
   749 
       
   750 //
       
   751 // Insert audio
       
   752 //
       
   753 RESOURCE ARRAY r_vei_insert_audio_list_box_array
       
   754 	{
       
   755 	items =
       
   756 		{
       
   757 		LBUF
       
   758 			{
       
   759 			txt = qtn_vei_list_query_insert_sound_type_sound;
       
   760 			},
       
   761 		LBUF
       
   762 			{
       
   763 			txt = qtn_vei_list_query_insert_sound_type_new_audio;
       
   764 					
       
   765 			}
       
   766 		};
       
   767 	}
       
   768 
       
   769 //
       
   770 // Insert stuff to video track
       
   771 //  
       
   772 RESOURCE ARRAY r_vei_insert_stuff_list_box_array
       
   773 	{
       
   774 	items =
       
   775 		{
       
   776 		LBUF
       
   777 			{
       
   778 			txt = qtn_ved_menu_insert_video;
       
   779 			},
       
   780 		LBUF
       
   781 			{
       
   782 			txt = qtn_ved_menu_insert_image;
       
   783 			},
       
   784 		LBUF
       
   785 			{
       
   786 			txt = qtn_ved_menu_insert_text;
       
   787 			}
       
   788 		};
       
   789 	}
       
   790 
       
   791 //
       
   792 // Edit video
       
   793 //
       
   794 
       
   795 RESOURCE ARRAY r_vei_edit_video_list_box_array
       
   796 	{
       
   797 	items =
       
   798 		{
       
   799 		LBUF
       
   800 			{
       
   801 			txt = qtn_vei_edit_video_cmd_edit_video_cutting;
       
   802 			},
       
   803 		LBUF
       
   804 			{
       
   805 			txt = qtn_vei_list_query_select_video_move;
       
   806 			},
       
   807 		LBUF
       
   808 			{
       
   809 			txt = qtn_vei_list_query_select_video_color_effect;
       
   810 			},
       
   811 		LBUF
       
   812 			{
       
   813 			txt = qtn_vei_list_query_select_video_slow_motion;
       
   814 			},
       
   815 		LBUF
       
   816 			{ 
       
   817 			txt = qtn_vei_list_query_select_video_mute; 
       
   818 			},		
       
   819 		LBUF
       
   820 			{
       
   821 			txt = qtn_vei_list_query_select_video_unmute;
       
   822 			},
       
   823 		LBUF
       
   824 			{
       
   825 			txt = qtn_vei_edit_video_cmd_edit_adj_vol;
       
   826 			},
       
   827 		LBUF
       
   828 			{
       
   829 			txt = qtn_vei_list_query_select_video_remove;
       
   830 			},
       
   831 		LBUF
       
   832 			{
       
   833 			txt = qtn_vei_list_query_select_video_duplicate;
       
   834 			}
       
   835 		};
       
   836 	}
       
   837 
       
   838 //
       
   839 // Edit text style
       
   840 //
       
   841 
       
   842 RESOURCE ARRAY r_vei_insert_text_list_box_array
       
   843 	{
       
   844 	items =
       
   845 		{
       
   846 		LBUF
       
   847 			{
       
   848 			txt = qtn_ved_menu_insert_text_t;
       
   849 			},
       
   850 		LBUF
       
   851 			{
       
   852 			txt = qtn_ved_menu_insert_text_tf;
       
   853 			},
       
   854 		LBUF
       
   855 			{
       
   856 			txt = qtn_ved_menu_insert_text_subt;
       
   857 			},
       
   858 		LBUF
       
   859 			{
       
   860 			txt = qtn_ved_menu_insert_text_subtf;
       
   861 			},
       
   862 		LBUF
       
   863 			{
       
   864 			txt = qtn_ved_menu_insert_text_credit;
       
   865 			}
       
   866 		};
       
   867 	}
       
   868 
       
   869 //
       
   870 //	EDIT TEXT - Selectionkey menu, PopUpList  
       
   871 //
       
   872 
       
   873 RESOURCE ARRAY r_vei_edit_text_list_box_array
       
   874 	{
       
   875 	items =
       
   876 		{
       
   877 		LBUF
       
   878 			{
       
   879 			txt = qtn_ved_smenu_editt_move;
       
   880 			},
       
   881 		LBUF
       
   882 			{
       
   883 			txt = qtn_ved_smenu_editt_remove;
       
   884 			},
       
   885 		LBUF
       
   886 			{
       
   887 			txt = qtn_ved_smenu_editt_dur;
       
   888 			},
       
   889 		LBUF
       
   890 			{
       
   891 			txt = qtn_ved_smenu_editt_text;
       
   892 			},
       
   893 		LBUF
       
   894 			{
       
   895 			txt = qtn_ved_smenu_editt_color;
       
   896 			},
       
   897 		LBUF
       
   898 			{
       
   899 			txt = qtn_ved_smenu_editt_bg;
       
   900 			},
       
   901 		LBUF
       
   902 			{
       
   903 			txt = qtn_ved_smenu_editt_color_effect;
       
   904 			},
       
   905 		LBUF
       
   906 			{
       
   907 			txt = qtn_ved_smenu_editt_style;
       
   908 			},
       
   909 		LBUF
       
   910 			{
       
   911 			txt = qtn_ved_smenu_editt_duplicate;
       
   912 			}
       
   913 		};
       
   914 	}
       
   915 
       
   916 //
       
   917 //	EDIT IMAGE - Selectionkey menu, PopUpList  
       
   918 //
       
   919 
       
   920 RESOURCE ARRAY r_vei_edit_image_list_box_array
       
   921 	{
       
   922 	items =
       
   923 		{
       
   924 		LBUF
       
   925 			{
       
   926 			txt = qtn_ved_smenu_editi_move;
       
   927 			},
       
   928 		LBUF
       
   929 			{
       
   930 			txt = qtn_ved_smenu_editi_remove;
       
   931 			},
       
   932 		LBUF
       
   933 			{
       
   934 			txt = qtn_ved_menu_editt_dur;
       
   935 			},
       
   936 		LBUF
       
   937 			{
       
   938 			txt = qtn_ved_smenu_editi_bg;
       
   939 			},
       
   940 		LBUF
       
   941 			{
       
   942 			txt = qtn_ved_smenu_editi_color_effect;
       
   943 			},
       
   944 		LBUF
       
   945 			{
       
   946 			txt = qtn_ved_smenu_editi_duplicate;
       
   947 			}
       
   948 		};
       
   949 	}
       
   950 
       
   951 //
       
   952 //	EDIT AUDIO - Selectionkey menu, PopUpList 
       
   953 //
       
   954 
       
   955 RESOURCE ARRAY r_vei_edit_audio_list_box_array
       
   956 	{
       
   957 	items =
       
   958 		{
       
   959 		LBUF
       
   960 			{
       
   961 			txt = qtn_vei_list_query_select_video_cut;
       
   962 			},
       
   963 		LBUF
       
   964 			{
       
   965 			txt = qtn_vei_list_query_select_video_move;
       
   966 			},
       
   967 		LBUF
       
   968 			{
       
   969 			txt = qtn_ved_menu_editt_dur;
       
   970 			},
       
   971 		LBUF
       
   972 			{
       
   973 			txt = qtn_vei_edit_video_cmd_edit_adj_vol;
       
   974 			},
       
   975 		LBUF
       
   976 			{
       
   977 			txt = qtn_vei_list_query_select_video_remove;
       
   978 			},		
       
   979 		LBUF
       
   980 			{
       
   981 			txt = qtn_vei_list_query_select_video_duplicate;
       
   982 			}
       
   983 		};
       
   984 	}
       
   985 
       
   986 //----------------------------------------------------
       
   987 //   
       
   988 //    r_vei_titlescreen_background_listbox_array
       
   989 //    ?description
       
   990 //
       
   991 //----------------------------------------------------
       
   992 //
       
   993 RESOURCE ARRAY r_vei_titlescreen_background_listbox_array
       
   994 	{
       
   995 	items = 
       
   996 		{
       
   997 		LBUF
       
   998 			{
       
   999 			txt = qtn_ved_menu_editt_select_bg_image;
       
  1000 			},
       
  1001 		LBUF
       
  1002 			{
       
  1003 			txt = qtn_ved_menu_editt_select_bg_color;
       
  1004 			}
       
  1005 		};
       
  1006 	}
       
  1007 
       
  1008 //----------------------------------------------------
       
  1009 //   
       
  1010 //    r_vei_effect_list_box_array
       
  1011 //    ?description
       
  1012 //
       
  1013 //----------------------------------------------------
       
  1014 //
       
  1015 RESOURCE ARRAY r_vei_effect_list_box_array
       
  1016 	{
       
  1017 	items = 
       
  1018 		{
       
  1019 		LBUF
       
  1020 			{
       
  1021 			txt = qtn_vei_list_query_select_effect_black_white;
       
  1022 			},
       
  1023 		LBUF
       
  1024 			{
       
  1025 			txt = qtn_ved_menu_editt_select_bg_color;
       
  1026 			},	
       
  1027 		LBUF
       
  1028 			{
       
  1029 			txt = qtn_vei_list_query_select_effect_no_effect;
       
  1030 			}
       
  1031 		};
       
  1032 	}
       
  1033 
       
  1034 //----------------------------------------------------
       
  1035 //   
       
  1036 //		*****		VIEW TITLES		******
       
  1037 //			
       
  1038 //
       
  1039 //----------------------------------------------------
       
  1040 //
       
  1041 RESOURCE TITLE_PANE r_vei_edit_video_view_title_name
       
  1042     {
       
  1043     txt = qtn_vei_edit_video_title_edit_video;
       
  1044     }
       
  1045 
       
  1046 RESOURCE TITLE_PANE r_vei_preview_view_title_name
       
  1047     {
       
  1048     txt = qtn_vei_edit_preview_title_preview;
       
  1049     }
       
  1050 
       
  1051 RESOURCE TITLE_PANE r_vei_cutvideo_view_title_name
       
  1052     {
       
  1053     txt = qtn_vei_cut_video_title_cut_video;
       
  1054     }
       
  1055 
       
  1056 RESOURCE TITLE_PANE r_vei_settings_view_title_name
       
  1057     {
       
  1058     txt = qtn_vei_settings_title_settings;
       
  1059     }
       
  1060 
       
  1061 RESOURCE TITLE_PANE r_vei_trim_for_mms_view_title_name
       
  1062     {
       
  1063     txt = qtn_vei_trim_mms_title;
       
  1064     }
       
  1065 
       
  1066 RESOURCE TITLE_PANE r_vei_cutaudio_view_title_name
       
  1067     {
       
  1068 		txt = qtn_vei_cut_audio_title;
       
  1069     }
       
  1070 RESOURCE TITLE_PANE r_vei_adjust_volume_view_title_name
       
  1071     {
       
  1072     txt = qtn_vei_edit_video_cmd_edit_adj_vol;
       
  1073     }    
       
  1074 RESOURCE TITLE_PANE r_vei_audio_mix_view_title_name
       
  1075     {
       
  1076     txt = qtn_vei_edit_video_cmd_audio_mix;
       
  1077     }    
       
  1078 
       
  1079     
       
  1080 
       
  1081 //=====================================================
       
  1082 //
       
  1083 //		*****		RESOURCE DIALOGS		*****
       
  1084 //
       
  1085 //
       
  1086 //=====================================================
       
  1087 
       
  1088 //----------------------------------------------------
       
  1089 //
       
  1090 //    r_vei_wait_dialog
       
  1091 //    
       
  1092 //
       
  1093 //----------------------------------------------------
       
  1094 RESOURCE DIALOG r_vei_wait_dialog
       
  1095     {
       
  1096     flags = EAknWaitNoteFlags;
       
  1097     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
  1098     items =
       
  1099         {
       
  1100         DLG_LINE
       
  1101             {
       
  1102             type = EAknCtNote;
       
  1103             id = EGeneralNote;
       
  1104             control= AVKON_NOTE 
       
  1105                 { 
       
  1106                 layout = EWaitLayout;
       
  1107                 singular_label = qtn_gen_note_inserting;
       
  1108                 imagefile = AVKON_ICON_FILE;
       
  1109                 imageid = EMbmAvkonQgn_note_progress;
       
  1110                 imagemask = EMbmAvkonQgn_note_progress_mask;
       
  1111                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
  1112                 };
       
  1113             }
       
  1114         };
       
  1115     }
       
  1116 
       
  1117 //----------------------------------------------------
       
  1118 //
       
  1119 //    r_vei_wait_dialog_processing
       
  1120 //    
       
  1121 //
       
  1122 //----------------------------------------------------
       
  1123 RESOURCE DIALOG r_vei_wait_dialog_processing
       
  1124     {
       
  1125     flags = EAknWaitNoteFlags;
       
  1126     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
  1127     items =
       
  1128         {
       
  1129         DLG_LINE
       
  1130             {
       
  1131             type = EAknCtNote;
       
  1132             id = EGeneralNote;
       
  1133             control= AVKON_NOTE 
       
  1134                 { 
       
  1135                 layout = EWaitLayout;
       
  1136                 singular_label = qtn_ved_processing_for_mms;
       
  1137                 imagefile = AVKON_ICON_FILE;
       
  1138                 imageid = EMbmAvkonQgn_note_progress;
       
  1139                 imagemask = EMbmAvkonQgn_note_progress_mask;
       
  1140                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
  1141                 };
       
  1142             }
       
  1143         };
       
  1144     }
       
  1145 
       
  1146 //----------------------------------------------------
       
  1147 //
       
  1148 //    r_vei_wait_dialog_inserting_video
       
  1149 //    
       
  1150 //
       
  1151 //----------------------------------------------------
       
  1152 RESOURCE DIALOG r_vei_wait_dialog_inserting_video
       
  1153     {
       
  1154     flags = EAknWaitNoteFlags;
       
  1155     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
  1156     items =
       
  1157         {
       
  1158         DLG_LINE
       
  1159             {
       
  1160             type = EAknCtNote;
       
  1161             id = EGeneralNote;
       
  1162             control= AVKON_NOTE 
       
  1163                 { 
       
  1164                 layout = EWaitLayout;
       
  1165                 singular_label = qtn_ved_inserting_video;
       
  1166                 imagefile = AVKON_ICON_FILE;
       
  1167                 imageid = EMbmAvkonQgn_note_progress;
       
  1168                 imagemask = EMbmAvkonQgn_note_progress_mask;
       
  1169                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
  1170                 };
       
  1171             }
       
  1172         };
       
  1173     }
       
  1174 //----------------------------------------------------
       
  1175 //
       
  1176 //    r_vei_wait_dialog_inserting_image
       
  1177 //    
       
  1178 //
       
  1179 //----------------------------------------------------
       
  1180 RESOURCE DIALOG r_vei_wait_dialog_inserting_image
       
  1181     {
       
  1182     flags = EAknWaitNoteFlags;
       
  1183     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
  1184     items =
       
  1185         {
       
  1186         DLG_LINE
       
  1187             {
       
  1188             type = EAknCtNote;
       
  1189             id = EGeneralNote;
       
  1190             control= AVKON_NOTE 
       
  1191                 { 
       
  1192                 layout = EWaitLayout;
       
  1193                 singular_label = qtn_ved_inserting_image;
       
  1194                 imagefile = AVKON_ICON_FILE;
       
  1195                 imageid = EMbmAvkonQgn_note_progress;
       
  1196                 imagemask = EMbmAvkonQgn_note_progress_mask;
       
  1197                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
  1198                 };
       
  1199             }
       
  1200         };
       
  1201     }
       
  1202 
       
  1203 //----------------------------------------------------
       
  1204 //
       
  1205 //    r_videoeditor_confirmation_query
       
  1206 //    Confirmation query
       
  1207 //
       
  1208 //----------------------------------------------------
       
  1209 RESOURCE DIALOG r_vei_confirmation_query
       
  1210 	{
       
  1211 	flags=EGeneralQueryFlags;
       
  1212 	buttons=R_AVKON_SOFTKEYS_YES_NO;
       
  1213    	 items=
       
  1214 		{
       
  1215 		DLG_LINE
       
  1216 			{
       
  1217 			type=EAknCtQuery;
       
  1218 			id=EGeneralQuery;
       
  1219 			control= AVKON_CONFIRMATION_QUERY 
       
  1220 				{ 
       
  1221 					layout = EConfirmationLayout;
       
  1222 				};
       
  1223 			}
       
  1224 		};
       
  1225 	}
       
  1226 
       
  1227 //----------------------------------------------------
       
  1228 //
       
  1229 //    r_vei_confirmation_query_cancel_textinsert
       
  1230 //    Confirmation query
       
  1231 //
       
  1232 //----------------------------------------------------
       
  1233 RESOURCE DIALOG r_vei_confirmation_query_cancel_textinsert
       
  1234 	{
       
  1235 	flags=EGeneralQueryFlags;
       
  1236 	buttons=R_AVKON_SOFTKEYS_OK_EMPTY;
       
  1237    	 items=
       
  1238 		{
       
  1239 		DLG_LINE
       
  1240 			{
       
  1241 			type=EAknCtQuery;
       
  1242 			id=EGeneralQuery;
       
  1243 			control= AVKON_CONFIRMATION_QUERY 
       
  1244 				{ 
       
  1245 					layout = EConfirmationLayout;
       
  1246 				};
       
  1247 			}
       
  1248 		};
       
  1249 	}
       
  1250 
       
  1251 //----------------------------------------------------
       
  1252 //
       
  1253 //    r_videoeditor_progress_note
       
  1254 //    Progress note
       
  1255 //
       
  1256 //----------------------------------------------------
       
  1257 RESOURCE DIALOG r_vei_progress_note_with_cancel
       
  1258 	{
       
  1259 	flags = EAknProgressNoteFlags;
       
  1260 	buttons = R_AVKON_SOFTKEYS_CANCEL;
       
  1261 	items =
       
  1262 		{
       
  1263 		DLG_LINE
       
  1264 			{
       
  1265 			type = EAknCtNote;
       
  1266 			id = EGeneralNote;
       
  1267 			control = AVKON_NOTE
       
  1268 				{
       
  1269 				layout = EProgressLayout;
       
  1270 //				singular_label = qtn_vei_progress_note_processing;
       
  1271 				imagefile = AVKON_ICON_FILE;
       
  1272 				imageid = EMbmAvkonQgn_note_progress;
       
  1273 				imagemask = EMbmAvkonQgn_note_progress_mask;
       
  1274 				};
       
  1275 			}
       
  1276 		};
       
  1277 	}	
       
  1278 //----------------------------------------------------
       
  1279 //
       
  1280 //    r_videoeditor_progress_note
       
  1281 //    Progress note
       
  1282 //
       
  1283 //----------------------------------------------------
       
  1284 RESOURCE DIALOG r_vei_progress_note
       
  1285 	{
       
  1286 	flags = EAknProgressNoteFlags;
       
  1287 	buttons = R_AVKON_SOFTKEYS_EMPTY;
       
  1288 	items =
       
  1289 		{
       
  1290 		DLG_LINE
       
  1291 			{
       
  1292 			type = EAknCtNote;
       
  1293 			id = EGeneralNote;
       
  1294 			control = AVKON_NOTE
       
  1295 				{
       
  1296 				layout = EProgressLayout;
       
  1297 				singular_label = qtn_vei_progress_note_processing;
       
  1298 				imagefile = AVKON_ICON_FILE;
       
  1299 				imageid = EMbmAvkonQgn_note_progress;
       
  1300 				imagemask = EMbmAvkonQgn_note_progress_mask;
       
  1301 				};
       
  1302 			}
       
  1303 		};
       
  1304 	}	
       
  1305 
       
  1306 /** P L A Y V I E W */
       
  1307 
       
  1308 //----------------------------------------------------
       
  1309 //   
       
  1310 //    r_vei_softkeys_pause_stop
       
  1311 //    CBA for pause and back softkeys
       
  1312 //
       
  1313 //----------------------------------------------------
       
  1314 //
       
  1315 RESOURCE CBA r_vei_softkeys_preview_pause_back
       
  1316     {
       
  1317     buttons =
       
  1318 		{
       
  1319 		CBA_BUTTON 
       
  1320 				{
       
  1321 				id = EVeiCmdPlayViewPause; 
       
  1322 				txt = text_softkey_pause;
       
  1323 				},
       
  1324 		CBA_BUTTON 
       
  1325 				{
       
  1326 				id = EAknSoftkeyBack;	
       
  1327 				txt = text_softkey_back;
       
  1328 				}
       
  1329 		};
       
  1330     }
       
  1331 
       
  1332 //----------------------------------------------------
       
  1333 //   
       
  1334 //    r_videoeditor_softkeys_play_stop
       
  1335 //    CBA for play and stop softkeys
       
  1336 //
       
  1337 //----------------------------------------------------
       
  1338 //
       
  1339 RESOURCE CBA r_vei_softkeys_continue_stop //7
       
  1340     {
       
  1341     buttons =
       
  1342 		{
       
  1343 		CBA_BUTTON 
       
  1344 				{
       
  1345 				id = EVeiCmdCutVideoViewContinue; 
       
  1346 				txt = qtn_vei_record;
       
  1347 				},
       
  1348 		CBA_BUTTON 
       
  1349 				{
       
  1350 				id=EVeiCmdCutVideoViewStop;
       
  1351 				txt = text_softkey_stop;
       
  1352 				}
       
  1353 		};
       
  1354     }
       
  1355 
       
  1356 RESOURCE VOLUME r_vei_volume_control
       
  1357 	{
       
  1358 	flags = ENaviPaneVolumeControl;
       
  1359 	value = 5;
       
  1360 	}
       
  1361 
       
  1362 //----------------------------------------------------
       
  1363 //   
       
  1364 //    r_vei_softkeys_pause_stop
       
  1365 //    CBA for pause and stop softkeys
       
  1366 //
       
  1367 //----------------------------------------------------
       
  1368 //
       
  1369 RESOURCE CBA r_vei_softkeys_pause_stop
       
  1370     {
       
  1371     buttons =
       
  1372 		{
       
  1373 		CBA_BUTTON 
       
  1374 				{
       
  1375 				id = EVeiCmdPlayViewPause; 
       
  1376 				txt = text_softkey_pause;
       
  1377 				},
       
  1378 		CBA_BUTTON 
       
  1379 				{
       
  1380 				id=EVeiCmdPlayViewStop;
       
  1381 				txt = text_softkey_stop;
       
  1382 				}
       
  1383 		};
       
  1384     }
       
  1385 
       
  1386 RESOURCE CBA r_vei_softkeys_record_cancel
       
  1387     {
       
  1388     buttons =
       
  1389 		{
       
  1390 		CBA_BUTTON 
       
  1391 				{
       
  1392 				id = EVeiCmdEditVideoViewRecord; 
       
  1393 				txt = qtn_vei_record;
       
  1394 				},
       
  1395 		CBA_BUTTON 
       
  1396 				{
       
  1397 				id=EVeiCmdEditVideoViewRecordCancel;
       
  1398 				txt = text_softkey_cancel;
       
  1399 				}
       
  1400 		};
       
  1401     }
       
  1402 
       
  1403 //----------------------------------------------------
       
  1404 //   
       
  1405 //    r_videoeditor_softkeys_options_done
       
  1406 //
       
  1407 //----------------------------------------------------
       
  1408 //
       
  1409 RESOURCE CBA r_vei_softkeys_options_done  //3
       
  1410     {
       
  1411     buttons =
       
  1412 		{
       
  1413 		CBA_BUTTON
       
  1414 				{
       
  1415 				id = EAknSoftkeyOptions;
       
  1416 				txt = text_softkey_option;
       
  1417 				},
       
  1418 		CBA_BUTTON 
       
  1419 				{
       
  1420 				id = EVeiCmdCutVideoViewDone;
       
  1421 				txt = text_softkey_done;
       
  1422 				}
       
  1423 		};
       
  1424     }
       
  1425 
       
  1426 //----------------------------------------------------
       
  1427 //   
       
  1428 //    r_videoeditor_softkeys_empty_out
       
  1429 //    CBA for options/out softkeys
       
  1430 //
       
  1431 //----------------------------------------------------
       
  1432 //
       
  1433 RESOURCE CBA r_vei_softkeys_empty_out  //6
       
  1434     {
       
  1435     buttons =
       
  1436 		{
       
  1437 		CBA_BUTTON
       
  1438 				{
       
  1439 				id=EVeiCmdCutVideoViewStop; 
       
  1440 				txt = text_softkey_stop;
       
  1441 				},
       
  1442 		CBA_BUTTON 
       
  1443 				{
       
  1444 				id = EVeiCmdCutVideoViewMarkOut;
       
  1445 				//txt = qtn_vei_cut_video_cmd_mark_out; 
       
  1446 				txt = qtn_vei_mark_out;
       
  1447 				}
       
  1448 		};
       
  1449     }
       
  1450 
       
  1451 //----------------------------------------------------
       
  1452 //   
       
  1453 //    r_videoeditor_softkeys_in_out
       
  1454 //    CBA for in out softkeys
       
  1455 //
       
  1456 //----------------------------------------------------
       
  1457 //
       
  1458 RESOURCE CBA r_vei_softkeys_in_out //5
       
  1459     {
       
  1460     buttons =
       
  1461 		{
       
  1462 		CBA_BUTTON 
       
  1463 				{
       
  1464 				id = EVeiCmdCutVideoViewMarkIn; 
       
  1465 				//txt = qtn_vei_cut_video_cmd_mark_in;
       
  1466 				txt = qtn_vei_mark_in;
       
  1467 				},
       
  1468 		CBA_BUTTON 
       
  1469 				{
       
  1470 				id = EVeiCmdCutVideoViewMarkOut;
       
  1471 				//txt = qtn_vei_cut_video_cmd_mark_out; 
       
  1472 				txt = qtn_vei_mark_out;
       
  1473 				}
       
  1474 		};
       
  1475     }
       
  1476 
       
  1477 //----------------------------------------------------
       
  1478 //   
       
  1479 //    r_videoeditor_softkeys_in_empty
       
  1480 //    CBA for options/out softkeys
       
  1481 //
       
  1482 //----------------------------------------------------
       
  1483 //
       
  1484 RESOURCE CBA r_vei_softkeys_in_empty  //4
       
  1485     {
       
  1486     buttons =
       
  1487 		{
       
  1488 		CBA_BUTTON 
       
  1489 				{
       
  1490 				id = EVeiCmdCutVideoViewMarkIn;
       
  1491 				//txt = qtn_vei_cut_video_cmd_mark_in; 
       
  1492 				txt = qtn_vei_mark_in;
       
  1493 				},
       
  1494 		CBA_BUTTON
       
  1495 				{
       
  1496 				id=EVeiCmdCutVideoViewStop; 
       
  1497 				txt = text_softkey_stop;
       
  1498 				}
       
  1499 		};
       
  1500     }
       
  1501 //----------------------------------------------------
       
  1502 //   
       
  1503 //    r_vei_softkeys_preview_play_back
       
  1504 //    CBA for play/back softkeys
       
  1505 //
       
  1506 //----------------------------------------------------
       
  1507 //
       
  1508 RESOURCE CBA r_vei_softkeys_preview_play_back
       
  1509     {
       
  1510     buttons =
       
  1511 		{
       
  1512 		CBA_BUTTON 
       
  1513 				{
       
  1514 				id = EVeiCmdCutVideoViewPlay;
       
  1515 				txt = qtn_vei_cmd_play; 
       
  1516 				},
       
  1517 		CBA_BUTTON
       
  1518 				{
       
  1519 				id = EAknSoftkeyBack;
       
  1520 				txt = text_softkey_back;
       
  1521 				}
       
  1522 		};
       
  1523     }
       
  1524 
       
  1525 
       
  1526 
       
  1527 //----------------------------------------------------------------------------
       
  1528 //
       
  1529 //    r_vei_setting_item_list
       
  1530 //    Settings item list for application settings.
       
  1531 //
       
  1532 //----------------------------------------------------------------------------
       
  1533 //
       
  1534 RESOURCE AVKON_SETTING_ITEM_LIST r_vei_setting_item_list
       
  1535     {
       
  1536     flags = EAknSettingPageNoOrdinalDisplayed;	// Numbers not shown on left.
       
  1537     title = qtn_vei_settings_title_settings;
       
  1538     items =     
       
  1539         {
       
  1540         AVKON_SETTING_ITEM
       
  1541             {
       
  1542             identifier = EVeiVideoNameSettingItem;
       
  1543             name = qtn_vei_settings_label1_default_movie_name;
       
  1544             setting_page_resource = r_vei_settings_view_video_page;
       
  1545             },
       
  1546 		AVKON_SETTING_ITEM
       
  1547 			{
       
  1548 			identifier = EVeiSnapshotNameSettingItem;
       
  1549 			setting_page_resource = r_vei_settings_view_snapshot_page;	
       
  1550 			name = qtn_vei_settings_label2_default_snapshot_name;
       
  1551 			},
       
  1552 		AVKON_SETTING_ITEM
       
  1553 			{
       
  1554 			identifier = EVeiSaveQualitySettingItem;
       
  1555 			name = qtn_vei_setting_item_save_quality;
       
  1556 			setting_page_resource = r_vei_setting_page_save_quality;
       
  1557 			associated_resource = r_vei_save_quality_popup_setting_texts;
       
  1558 			},
       
  1559 		AVKON_SETTING_ITEM
       
  1560 			{
       
  1561 			identifier = EVeiMemoryInUseSettingItem;
       
  1562 			name = qtn_vei_settings_label3_memory_in_use;
       
  1563 			}
       
  1564         };
       
  1565     }
       
  1566 
       
  1567 //-----------------------------------------------------------------------------
       
  1568 //
       
  1569 //    r_vei_settings_view_video_page
       
  1570 //    Page for setting the default video name.
       
  1571 //
       
  1572 //-----------------------------------------------------------------------------
       
  1573 //
       
  1574 RESOURCE AVKON_SETTING_PAGE r_vei_settings_view_video_page
       
  1575     {
       
  1576     label = qtn_vei_settings_label1_default_movie_name;
       
  1577     type = EEikCtEdwin;
       
  1578     editor_resource_id = r_vei_text_editor;
       
  1579     }
       
  1580 
       
  1581 //-----------------------------------------------------------------------------
       
  1582 //
       
  1583 //    r_vei_settings_view_snapshot_page
       
  1584 //    Page for setting the default snapshot name.
       
  1585 //
       
  1586 //-----------------------------------------------------------------------------
       
  1587 //
       
  1588 RESOURCE AVKON_SETTING_PAGE r_vei_settings_view_snapshot_page
       
  1589 	{
       
  1590 	label = qtn_vei_settings_label2_default_snapshot_name;
       
  1591 	type = EEikCtEdwin;
       
  1592 	editor_resource_id = r_vei_text_editor;
       
  1593 	}
       
  1594 
       
  1595 //-----------------------------------------------------------------------------
       
  1596 //
       
  1597 //    r_vei_text_editor
       
  1598 //    General text editor for setting pages.
       
  1599 //
       
  1600 //-----------------------------------------------------------------------------
       
  1601 //
       
  1602 RESOURCE EDWIN r_vei_text_editor
       
  1603     {
       
  1604     maxlength = 126;
       
  1605     }
       
  1606 
       
  1607 //----------------------------------------------------
       
  1608 //	 
       
  1609 //	  r_vei_setting_page_save_quality
       
  1610 //	  
       
  1611 //
       
  1612 //----------------------------------------------------
       
  1613 //
       
  1614 RESOURCE AVKON_SETTING_PAGE r_vei_setting_page_save_quality
       
  1615 	{ 
       
  1616 	label= qtn_vei_setting_item_save_quality;
       
  1617 	type = EAknCtPopupSettingList;
       
  1618 	editor_resource_id = r_vei_editor_save_quality;
       
  1619 	}
       
  1620 
       
  1621 //----------------------------------------------------
       
  1622 //	 
       
  1623 //	  r_settingslist_hints_popup_setting_list
       
  1624 //	  popup setting list for the hint item of the
       
  1625 //	  setting list
       
  1626 //
       
  1627 //----------------------------------------------------
       
  1628 //
       
  1629 RESOURCE POPUP_SETTING_LIST r_vei_editor_save_quality
       
  1630 	{
       
  1631 	}
       
  1632 
       
  1633 //----------------------------------------------------
       
  1634 //	 
       
  1635 //	  r_settingslist_hints_popup_setting_texts
       
  1636 //	  popped up and non-popped up texts for the hint 
       
  1637 //	  item of the setting list
       
  1638 //
       
  1639 //----------------------------------------------------
       
  1640 //
       
  1641 RESOURCE AVKON_POPUP_SETTING_TEXTS r_vei_save_quality_popup_setting_texts
       
  1642 	{
       
  1643 	setting_texts_resource = r_vei_save_quality_texts;
       
  1644 	popped_up_texts_resource = r_vei_save_quality_popup_texts;
       
  1645 	}
       
  1646 
       
  1647 //----------------------------------------------------
       
  1648 //	 
       
  1649 //	  r_vei_save_quality_texts
       
  1650 //	  non-popped up texts for the hint 
       
  1651 //	  item of the setting list
       
  1652 //
       
  1653 //----------------------------------------------------
       
  1654 //
       
  1655 RESOURCE ARRAY r_vei_save_quality_texts
       
  1656 	{
       
  1657 	items =
       
  1658 		{
       
  1659 		AVKON_ENUMERATED_TEXT 
       
  1660 			{ 
       
  1661 			value = 0; 
       
  1662 			text = qtn_vei_save_quality_auto; 
       
  1663 			},
       
  1664 		AVKON_ENUMERATED_TEXT 
       
  1665 			{ 
       
  1666 			value = 1; 
       
  1667 			text = qtn_vei_save_quality_mms; 
       
  1668 			},
       
  1669 		AVKON_ENUMERATED_TEXT 
       
  1670 			{ 
       
  1671 			value = 2; 
       
  1672 			text = qtn_vei_save_quality_medium; 
       
  1673 			},
       
  1674 		AVKON_ENUMERATED_TEXT 
       
  1675 			{ 
       
  1676 			value = 3; 
       
  1677 			text = qtn_vei_save_quality_best; 
       
  1678 			}
       
  1679 			
       
  1680 		};
       
  1681 	}
       
  1682 
       
  1683 //----------------------------------------------------
       
  1684 //	 
       
  1685 //	  r_vei_save_quality_popup_texts
       
  1686 //	  popped up texts for the hint 
       
  1687 //	  item of the setting list
       
  1688 //
       
  1689 //----------------------------------------------------
       
  1690 //
       
  1691 RESOURCE ARRAY r_vei_save_quality_popup_texts
       
  1692 	{
       
  1693 	items =
       
  1694 		{
       
  1695 		LBUF 
       
  1696 			{ 
       
  1697 			txt = qtn_vei_save_quality_auto; 
       
  1698 			},
       
  1699 		LBUF 
       
  1700 			{ 
       
  1701 			txt = qtn_vei_save_quality_mms; 
       
  1702 			},
       
  1703 		LBUF 
       
  1704 			{ 
       
  1705 			txt = qtn_vei_save_quality_medium; 
       
  1706 			},
       
  1707 		LBUF 
       
  1708 			{ 
       
  1709 			txt = qtn_vei_save_quality_best; 
       
  1710 			}
       
  1711 		};
       
  1712 	}
       
  1713 
       
  1714 
       
  1715 
       
  1716 //-----------------------------------------------------------------------------
       
  1717 //
       
  1718 //    r_ved_left_right_silent_skey_list
       
  1719 //    Key sound definition, disables the long and repeat key press sounds for
       
  1720 //    the left and righ navi-keys.
       
  1721 //
       
  1722 //-----------------------------------------------------------------------------
       
  1723 //
       
  1724 RESOURCE AVKON_SKEY_LIST r_ved_left_right_silent_skey_list
       
  1725 	{
       
  1726 	list =
       
  1727 		{
       
  1728 		AVKON_SKEY_INFO 
       
  1729 			{ 
       
  1730 			key = EStdKeyRightArrow; 
       
  1731 			sid = EAvkonSIDNoSound; 
       
  1732 			type = ESKeyTypeLong;
       
  1733 			},	
       
  1734 		AVKON_SKEY_INFO 
       
  1735 			{ 
       
  1736 			key = EStdKeyRightArrow;
       
  1737 			sid = EAvkonSIDNoSound;
       
  1738 			type = ESKeyTypeRepeat; 
       
  1739 			},
       
  1740 		AVKON_SKEY_INFO 
       
  1741 			{ 
       
  1742 			key = EStdKeyLeftArrow;
       
  1743 			sid = EAvkonSIDNoSound;
       
  1744 			type =ESKeyTypeLong;
       
  1745 			},
       
  1746 		AVKON_SKEY_INFO 
       
  1747 			{ 
       
  1748 			key = EStdKeyLeftArrow;
       
  1749 			sid = EAvkonSIDNoSound;
       
  1750 			type =ESKeyTypeRepeat;
       
  1751 			}
       
  1752 		};
       
  1753 	}
       
  1754 
       
  1755 
       
  1756 
       
  1757 
       
  1758 RESOURCE AVKON_LIST_QUERY r_vei_titlescreen_background_list_query
       
  1759 	{
       
  1760 	items = 
       
  1761 		{
       
  1762 		AVKON_LIST_QUERY_DLG_LINE
       
  1763 			{
       
  1764 			control = AVKON_LIST_QUERY_CONTROL
       
  1765 				{
       
  1766 				listtype = EAknCtSinglePopupMenuListBox;
       
  1767 				heading = qtn_ved_smenu_editt_select_heading_background;
       
  1768 				listbox = AVKON_LIST_QUERY_LIST
       
  1769 					{
       
  1770 					array_id = r_vei_titlescreen_background_listbox_array;
       
  1771 					};
       
  1772 				};
       
  1773 			}
       
  1774 		};
       
  1775 	}
       
  1776 
       
  1777 // ============================== ANIMATION ===================================
       
  1778 RESOURCE BMPANIM_DATA r_vei_crossfade_animation
       
  1779 	{
       
  1780 	frameinterval = 50;
       
  1781 	playmode = EAknBitmapAnimationPlayModeCycle;
       
  1782 	flash = 0;
       
  1783 	bmpfile = vei_bitmap_file;
       
  1784 	frames = r_vei_crossfade_animation_array;
       
  1785 	}
       
  1786 
       
  1787 RESOURCE ARRAY r_vei_crossfade_animation_array
       
  1788 	{	
       
  1789 	items =
       
  1790 		{
       
  1791 		BMPANIM_FRAME
       
  1792 			{
       
  1793 			time = 500;
       
  1794 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_crossfade01;
       
  1795 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_crossfade01_mask;
       
  1796 			},
       
  1797 		BMPANIM_FRAME
       
  1798 			{
       
  1799 			time = 100;
       
  1800 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_crossfade02;
       
  1801 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_crossfade02_mask;
       
  1802 			},
       
  1803 		BMPANIM_FRAME
       
  1804 			{
       
  1805 			time = 100;
       
  1806 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_crossfade03;
       
  1807 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_crossfade03_mask;
       
  1808 			},
       
  1809 		BMPANIM_FRAME
       
  1810 			{
       
  1811 			time = 100;
       
  1812 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_crossfade04;
       
  1813 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_crossfade04_mask;
       
  1814 			},
       
  1815 		BMPANIM_FRAME
       
  1816 			{
       
  1817 			time = 100;
       
  1818 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_crossfade05;
       
  1819 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_crossfade05_mask;
       
  1820 			},
       
  1821 		BMPANIM_FRAME
       
  1822 			{
       
  1823 			time = 100;
       
  1824 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_crossfade06;
       
  1825 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_crossfade06_mask;
       
  1826 			},
       
  1827 		BMPANIM_FRAME
       
  1828 			{
       
  1829 			time = 100;
       
  1830 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_crossfade07;
       
  1831 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_crossfade07_mask;
       
  1832 			},
       
  1833 		BMPANIM_FRAME
       
  1834 			{
       
  1835 			time = 500;
       
  1836 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_crossfade08;
       
  1837 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_crossfade08_mask;
       
  1838 			}
       
  1839 		};
       
  1840 	}
       
  1841 
       
  1842 RESOURCE BMPANIM_DATA r_vei_fade_to_black_animation
       
  1843 	{
       
  1844 	frameinterval = 100;
       
  1845 	playmode = EAknBitmapAnimationPlayModeCycle;
       
  1846 	flash = 0;
       
  1847 	bmpfile = vei_bitmap_file;
       
  1848 	frames = r_vei_fade_to_black_animation_array;
       
  1849 	}
       
  1850 
       
  1851 RESOURCE ARRAY r_vei_fade_to_black_animation_array
       
  1852 	{	
       
  1853 	items =
       
  1854 		{
       
  1855 		BMPANIM_FRAME
       
  1856 			{
       
  1857 			time = 500;
       
  1858 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_fadetoblack1;
       
  1859 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_fadetoblack1_mask;
       
  1860 			},
       
  1861 		BMPANIM_FRAME
       
  1862 			{
       
  1863 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_fadetoblack2;
       
  1864 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_fadetoblack2_mask;
       
  1865 			},
       
  1866 		BMPANIM_FRAME
       
  1867 			{
       
  1868 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_fadetoblack3;
       
  1869 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_fadetoblack3_mask;
       
  1870 			},
       
  1871 		BMPANIM_FRAME
       
  1872 			{
       
  1873 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_fadetoblack4;
       
  1874 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_fadetoblack4_mask;
       
  1875 			},
       
  1876 		BMPANIM_FRAME
       
  1877 			{
       
  1878 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_fadetoblack5;
       
  1879 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_fadetoblack5_mask;
       
  1880 			},
       
  1881 		BMPANIM_FRAME
       
  1882 			{
       
  1883 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_fadetoblack6;
       
  1884 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_fadetoblack6_mask;
       
  1885 			},
       
  1886 		BMPANIM_FRAME
       
  1887 			{
       
  1888 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_fadetoblack7;
       
  1889 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_fadetoblack7_mask;
       
  1890 			},
       
  1891 		BMPANIM_FRAME
       
  1892 			{
       
  1893 			time = 500;
       
  1894 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_fadetoblack8;
       
  1895 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_fadetoblack8_mask;
       
  1896 			}
       
  1897 		};
       
  1898 	}
       
  1899 
       
  1900 RESOURCE BMPANIM_DATA r_vei_fade_from_black_animation
       
  1901 	{
       
  1902 	frameinterval = 100;
       
  1903 	playmode = EAknBitmapAnimationPlayModeCycle;
       
  1904 	flash = 0;
       
  1905 	bmpfile = vei_bitmap_file;
       
  1906 	frames = r_vei_fade_from_black_animation_array;
       
  1907 	}
       
  1908 
       
  1909 RESOURCE ARRAY r_vei_fade_from_black_animation_array
       
  1910 	{	
       
  1911 	items =
       
  1912 		{
       
  1913 		BMPANIM_FRAME
       
  1914 			{
       
  1915 			time = 500;
       
  1916 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_fadefromblack1;
       
  1917 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_fadefromblack1_mask;
       
  1918 			},
       
  1919 		BMPANIM_FRAME
       
  1920 			{
       
  1921 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_fadefromblack2;
       
  1922 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_fadefromblack2_mask;
       
  1923 			},
       
  1924 		BMPANIM_FRAME
       
  1925 			{
       
  1926 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_fadefromblack3;
       
  1927 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_fadefromblack3_mask;
       
  1928 			},
       
  1929 		BMPANIM_FRAME
       
  1930 			{
       
  1931 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_fadefromblack4;
       
  1932 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_fadefromblack4_mask;
       
  1933 			},
       
  1934 		BMPANIM_FRAME
       
  1935 			{
       
  1936 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_fadefromblack5;
       
  1937 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_fadefromblack5_mask;
       
  1938 			},
       
  1939 		BMPANIM_FRAME
       
  1940 			{
       
  1941 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_fadefromblack6;
       
  1942 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_fadefromblack6_mask;
       
  1943 			},
       
  1944 		BMPANIM_FRAME
       
  1945 			{
       
  1946 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_fadefromblack7;
       
  1947 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_fadefromblack7_mask;
       
  1948 			},
       
  1949 		BMPANIM_FRAME
       
  1950 			{
       
  1951 			time = 500;
       
  1952 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_fadefromblack8;
       
  1953 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_fadefromblack8_mask;
       
  1954 			}
       
  1955 		};
       
  1956 	}
       
  1957 
       
  1958 RESOURCE BMPANIM_DATA r_vei_fade_from_white_animation
       
  1959 	{
       
  1960 	frameinterval = 100;
       
  1961 	playmode = EAknBitmapAnimationPlayModeCycle;
       
  1962 	flash = 0;
       
  1963 	bmpfile = vei_bitmap_file;
       
  1964 	frames = r_vei_fade_from_white_animation_array;
       
  1965 	}
       
  1966 
       
  1967 RESOURCE ARRAY r_vei_fade_from_white_animation_array
       
  1968 	{	
       
  1969 	items =
       
  1970 		{
       
  1971 		BMPANIM_FRAME
       
  1972 			{
       
  1973 			time = 500;
       
  1974 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_fadefromwhite1;
       
  1975 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_fadefromwhite1_mask;
       
  1976 			},
       
  1977 		BMPANIM_FRAME
       
  1978 			{
       
  1979 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_fadefromwhite2;
       
  1980 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_fadefromwhite2_mask;
       
  1981 			},
       
  1982 		BMPANIM_FRAME
       
  1983 			{
       
  1984 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_fadefromwhite3;
       
  1985 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_fadefromwhite3_mask;
       
  1986 			},
       
  1987 		BMPANIM_FRAME
       
  1988 			{
       
  1989 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_fadefromwhite4;
       
  1990 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_fadefromwhite4_mask;
       
  1991 			},
       
  1992 		BMPANIM_FRAME
       
  1993 			{
       
  1994 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_fadefromwhite5;
       
  1995 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_fadefromwhite5_mask;
       
  1996 			},
       
  1997 		BMPANIM_FRAME
       
  1998 			{
       
  1999 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_fadefromwhite6;
       
  2000 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_fadefromwhite6_mask;
       
  2001 			},
       
  2002 		BMPANIM_FRAME
       
  2003 			{
       
  2004 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_fadefromwhite7;
       
  2005 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_fadefromwhite7_mask;
       
  2006 			},
       
  2007 		BMPANIM_FRAME
       
  2008 			{
       
  2009 			time = 500;
       
  2010 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_fadefromwhite8;
       
  2011 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_fadefromwhite8_mask;
       
  2012 			}
       
  2013 		};
       
  2014 	}
       
  2015 
       
  2016 
       
  2017 RESOURCE BMPANIM_DATA r_vei_fade_to_white_animation
       
  2018 	{
       
  2019 	frameinterval = 100;
       
  2020 	playmode = EAknBitmapAnimationPlayModeCycle;
       
  2021 	flash = 0;
       
  2022 	bmpfile = vei_bitmap_file;
       
  2023 	frames = r_vei_fade_to_white_animation_array;
       
  2024 	}
       
  2025 
       
  2026 RESOURCE ARRAY r_vei_fade_to_white_animation_array
       
  2027 	{	
       
  2028 	items =
       
  2029 		{
       
  2030 		BMPANIM_FRAME
       
  2031 			{
       
  2032 			time = 500;
       
  2033 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_fadetowhite1;
       
  2034 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_fadetowhite1_mask;
       
  2035 			},
       
  2036 		BMPANIM_FRAME
       
  2037 			{
       
  2038 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_fadetowhite2;
       
  2039 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_fadetowhite2_mask;
       
  2040 			},
       
  2041 		BMPANIM_FRAME
       
  2042 			{
       
  2043 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_fadetowhite3;
       
  2044 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_fadetowhite3_mask;
       
  2045 			},
       
  2046 		BMPANIM_FRAME
       
  2047 			{
       
  2048 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_fadetowhite4;
       
  2049 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_fadetowhite4_mask;
       
  2050 			},
       
  2051 		BMPANIM_FRAME
       
  2052 			{
       
  2053 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_fadetowhite5;
       
  2054 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_fadetowhite5_mask;
       
  2055 			},
       
  2056 		BMPANIM_FRAME
       
  2057 			{
       
  2058 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_fadetowhite6;
       
  2059 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_fadetowhite6_mask;
       
  2060 			},
       
  2061 		BMPANIM_FRAME
       
  2062 			{
       
  2063 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_fadetowhite7;
       
  2064 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_fadetowhite7_mask;
       
  2065 			},
       
  2066 		BMPANIM_FRAME
       
  2067 			{
       
  2068 			time = 500;
       
  2069 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_fadetowhite8;
       
  2070 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_fadetowhite8_mask;
       
  2071 			}
       
  2072 		};
       
  2073 	}
       
  2074 
       
  2075 RESOURCE BMPANIM_DATA r_vei_wipe_left_animation
       
  2076 	{
       
  2077 	frameinterval = 100;
       
  2078 	playmode = EAknBitmapAnimationPlayModeCycle;
       
  2079 	flash = 0;
       
  2080 	bmpfile = vei_bitmap_file;
       
  2081 	frames = r_vei_wipe_left_animation_array;
       
  2082 	}
       
  2083 
       
  2084 RESOURCE ARRAY r_vei_wipe_left_animation_array
       
  2085 	{	
       
  2086 	items =
       
  2087 		{
       
  2088 		BMPANIM_FRAME
       
  2089 			{
       
  2090 			time = 500;
       
  2091 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_wipeleft1;
       
  2092 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_wipeleft1_mask;
       
  2093 			},
       
  2094 		BMPANIM_FRAME
       
  2095 			{
       
  2096 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_wipeleft2;
       
  2097 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_wipeleft2_mask;
       
  2098 			},
       
  2099 		BMPANIM_FRAME
       
  2100 			{
       
  2101 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_wipeleft3;
       
  2102 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_wipeleft3_mask;
       
  2103 			},
       
  2104 		BMPANIM_FRAME
       
  2105 			{
       
  2106 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_wipeleft4;
       
  2107 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_wipeleft4_mask;
       
  2108 			},
       
  2109 		BMPANIM_FRAME
       
  2110 			{
       
  2111 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_wipeleft5;
       
  2112 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_wipeleft5_mask;
       
  2113 			},
       
  2114 		BMPANIM_FRAME
       
  2115 			{
       
  2116 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_wipeleft6;
       
  2117 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_wipeleft6_mask;
       
  2118 			},
       
  2119 		BMPANIM_FRAME
       
  2120 			{
       
  2121 			time = 500;
       
  2122 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_wipeleft7;
       
  2123 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_wipeleft7_mask;
       
  2124 			}
       
  2125 		};
       
  2126 	}
       
  2127 
       
  2128 
       
  2129 RESOURCE BMPANIM_DATA r_vei_wipe_right_animation
       
  2130 	{
       
  2131 	frameinterval = 100;
       
  2132 	playmode = EAknBitmapAnimationPlayModeCycle;
       
  2133 	flash = 0;
       
  2134 	bmpfile = vei_bitmap_file;
       
  2135 	frames = r_vei_wipe_right_animation_array;
       
  2136 	}
       
  2137 
       
  2138 RESOURCE ARRAY r_vei_wipe_right_animation_array
       
  2139 	{	
       
  2140 	items =
       
  2141 		{
       
  2142 		BMPANIM_FRAME
       
  2143 			{
       
  2144 			time = 500;
       
  2145 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_wiperight1;
       
  2146 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_wiperight1_mask;
       
  2147 			},
       
  2148 		BMPANIM_FRAME
       
  2149 			{
       
  2150 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_wiperight2;
       
  2151 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_wiperight2_mask;
       
  2152 			},
       
  2153 		BMPANIM_FRAME
       
  2154 			{
       
  2155 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_wiperight3;
       
  2156 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_wiperight3_mask;
       
  2157 			},
       
  2158 		BMPANIM_FRAME
       
  2159 			{
       
  2160 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_wiperight4;
       
  2161 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_wiperight4_mask;
       
  2162 			},
       
  2163 		BMPANIM_FRAME
       
  2164 			{
       
  2165 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_wiperight5;
       
  2166 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_wiperight5_mask;
       
  2167 			},
       
  2168 		BMPANIM_FRAME
       
  2169 			{
       
  2170 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_wiperight6;
       
  2171 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_wiperight6_mask;
       
  2172 			},
       
  2173 		BMPANIM_FRAME
       
  2174 			{
       
  2175 			time = 500;
       
  2176 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_wiperight7;
       
  2177 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_wiperight7_mask;
       
  2178 			}
       
  2179 		};
       
  2180 	}
       
  2181 
       
  2182 RESOURCE BMPANIM_DATA r_vei_wipe_bottom_to_top_animation
       
  2183 	{
       
  2184 	frameinterval = 100;
       
  2185 	playmode = EAknBitmapAnimationPlayModeCycle;
       
  2186 	flash = 0;
       
  2187 	bmpfile = vei_bitmap_file;
       
  2188 	frames = r_vei_wipe_bottom_to_top_animation_array;
       
  2189 	}
       
  2190 
       
  2191 RESOURCE ARRAY r_vei_wipe_bottom_to_top_animation_array
       
  2192 	{	
       
  2193 	items =
       
  2194 		{
       
  2195 		BMPANIM_FRAME
       
  2196 			{
       
  2197 			time = 500;
       
  2198 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_wipebototop1;
       
  2199 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_wipebototop1_mask;
       
  2200 			},
       
  2201 		BMPANIM_FRAME
       
  2202 			{
       
  2203 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_wipebototop2;
       
  2204 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_wipebototop2_mask;
       
  2205 			},
       
  2206 		BMPANIM_FRAME
       
  2207 			{
       
  2208 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_wipebototop3;
       
  2209 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_wipebototop3_mask;
       
  2210 			},
       
  2211 		BMPANIM_FRAME
       
  2212 			{
       
  2213 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_wipebototop4;
       
  2214 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_wipebototop4_mask;
       
  2215 			},
       
  2216 		BMPANIM_FRAME
       
  2217 			{
       
  2218 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_wipebototop5;
       
  2219 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_wipebototop5_mask;
       
  2220 			},
       
  2221 		BMPANIM_FRAME
       
  2222 			{
       
  2223 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_wipebototop6;
       
  2224 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_wipebototop6_mask;
       
  2225 			},
       
  2226 		BMPANIM_FRAME
       
  2227 			{
       
  2228 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_wipebototop7;
       
  2229 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_wipebototop7_mask;
       
  2230 			},
       
  2231 		BMPANIM_FRAME
       
  2232 			{
       
  2233 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_wipebototop8;
       
  2234 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_wipebototop8_mask;
       
  2235 			},
       
  2236 		BMPANIM_FRAME
       
  2237 			{
       
  2238 			time = 500;
       
  2239 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_wipebototop9;
       
  2240 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_wipebototop9_mask;
       
  2241 			}
       
  2242 		};
       
  2243 	}
       
  2244 
       
  2245 
       
  2246 RESOURCE BMPANIM_DATA r_vei_wipe_top_to_bottom_animation
       
  2247 	{
       
  2248 	frameinterval = 100;
       
  2249 	playmode = EAknBitmapAnimationPlayModeCycle;
       
  2250 	flash = 0;
       
  2251 	bmpfile = vei_bitmap_file;
       
  2252 	frames = r_vei_wipe_top_to_bottom_animation_array;
       
  2253 	}
       
  2254 
       
  2255 RESOURCE ARRAY r_vei_wipe_top_to_bottom_animation_array
       
  2256 	{	
       
  2257 	items =
       
  2258 		{
       
  2259 		BMPANIM_FRAME
       
  2260 			{
       
  2261 			time = 500;
       
  2262 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_wipetoptobo1;
       
  2263 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_wipetoptobo1_mask;
       
  2264 			},
       
  2265 		BMPANIM_FRAME
       
  2266 			{
       
  2267 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_wipetoptobo2;
       
  2268 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_wipetoptobo2_mask;
       
  2269 			},
       
  2270 		BMPANIM_FRAME
       
  2271 			{
       
  2272 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_wipetoptobo3;
       
  2273 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_wipetoptobo3_mask;
       
  2274 			},
       
  2275 		BMPANIM_FRAME
       
  2276 			{
       
  2277 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_wipetoptobo4;
       
  2278 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_wipetoptobo4_mask;
       
  2279 			},
       
  2280 		BMPANIM_FRAME
       
  2281 			{
       
  2282 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_wipetoptobo5;
       
  2283 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_wipetoptobo5_mask;
       
  2284 			},
       
  2285 		BMPANIM_FRAME
       
  2286 			{
       
  2287 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_wipetoptobo6;
       
  2288 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_wipetoptobo6_mask;
       
  2289 			},
       
  2290 		BMPANIM_FRAME
       
  2291 			{
       
  2292 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_wipetoptobo7;
       
  2293 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_wipetoptobo7_mask;
       
  2294 			},
       
  2295 		BMPANIM_FRAME
       
  2296 			{
       
  2297 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_wipetoptobo8;
       
  2298 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_wipetoptobo8_mask;
       
  2299 			},
       
  2300 		BMPANIM_FRAME
       
  2301 			{
       
  2302 			time = 500;
       
  2303 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_wipetoptobo9;
       
  2304 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_wipetoptobo9_mask;
       
  2305 			}
       
  2306 		};
       
  2307 	}
       
  2308 
       
  2309 RESOURCE BMPANIM_DATA r_vei_dip_to_black_animation
       
  2310 	{
       
  2311 	frameinterval = 100;
       
  2312 	playmode = EAknBitmapAnimationPlayModeCycle;
       
  2313 	flash = 0;
       
  2314 	bmpfile = vei_bitmap_file;
       
  2315 	frames = r_vei_dip_to_black_animation_array;
       
  2316 	}
       
  2317 
       
  2318 RESOURCE ARRAY r_vei_dip_to_black_animation_array
       
  2319 	{	
       
  2320 	items =
       
  2321 		{
       
  2322 		BMPANIM_FRAME
       
  2323 			{
       
  2324 			time = 500;
       
  2325 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_diptoblack01;
       
  2326 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_diptoblack01_mask;
       
  2327 			},
       
  2328 		BMPANIM_FRAME
       
  2329 			{
       
  2330 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_diptoblack02;
       
  2331 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_diptoblack02_mask;
       
  2332 			},
       
  2333 		BMPANIM_FRAME
       
  2334 			{
       
  2335 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_diptoblack03;
       
  2336 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_diptoblack03_mask;
       
  2337 			},
       
  2338 		BMPANIM_FRAME
       
  2339 			{
       
  2340 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_diptoblack04;
       
  2341 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_diptoblack04_mask;
       
  2342 			},
       
  2343 		BMPANIM_FRAME
       
  2344 			{
       
  2345 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_diptoblack05;
       
  2346 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_diptoblack05_mask;
       
  2347 			},
       
  2348 		BMPANIM_FRAME
       
  2349 			{
       
  2350 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_diptoblack06;
       
  2351 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_diptoblack06_mask;
       
  2352 			},
       
  2353 		BMPANIM_FRAME
       
  2354 			{
       
  2355 			time = 500;
       
  2356 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_diptoblack07;
       
  2357 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_diptoblack07_mask;
       
  2358 			},
       
  2359 		BMPANIM_FRAME
       
  2360 			{
       
  2361 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_diptoblack08;
       
  2362 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_diptoblack08_mask;
       
  2363 			},
       
  2364 		BMPANIM_FRAME
       
  2365 			{
       
  2366 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_diptoblack09;
       
  2367 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_diptoblack09_mask;
       
  2368 			},
       
  2369 		BMPANIM_FRAME
       
  2370 			{
       
  2371 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_diptoblack10;
       
  2372 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_diptoblack10_mask;
       
  2373 			},
       
  2374 		BMPANIM_FRAME
       
  2375 			{
       
  2376 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_diptoblack11;
       
  2377 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_diptoblack11_mask;
       
  2378 			},
       
  2379 		BMPANIM_FRAME
       
  2380 			{
       
  2381 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_diptoblack12;
       
  2382 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_diptoblack12_mask;
       
  2383 			},
       
  2384 		BMPANIM_FRAME
       
  2385 			{
       
  2386 			time = 500;
       
  2387 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_diptoblack13;
       
  2388 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_diptoblack13_mask;
       
  2389 			}
       
  2390 		};
       
  2391 	}
       
  2392 
       
  2393 RESOURCE BMPANIM_DATA r_vei_dip_to_white_animation
       
  2394 	{
       
  2395 	frameinterval = 100;
       
  2396 	playmode = EAknBitmapAnimationPlayModeCycle;
       
  2397 	flash = 0;
       
  2398 	bmpfile = vei_bitmap_file;
       
  2399 	frames = r_vei_dip_to_white_animation_array;
       
  2400 	}
       
  2401 
       
  2402 RESOURCE ARRAY r_vei_dip_to_white_animation_array
       
  2403 	{	
       
  2404 	items =
       
  2405 		{
       
  2406 		BMPANIM_FRAME
       
  2407 			{
       
  2408 			time = 500;
       
  2409 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_diptowhite01;
       
  2410 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_diptowhite01_mask;
       
  2411 			},
       
  2412 		BMPANIM_FRAME
       
  2413 			{
       
  2414 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_diptowhite02;
       
  2415 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_diptowhite02_mask;
       
  2416 			},
       
  2417 		BMPANIM_FRAME
       
  2418 			{
       
  2419 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_diptowhite03;
       
  2420 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_diptowhite03_mask;
       
  2421 			},
       
  2422 		BMPANIM_FRAME
       
  2423 			{
       
  2424 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_diptowhite04;
       
  2425 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_diptowhite04_mask;
       
  2426 			},
       
  2427 		BMPANIM_FRAME
       
  2428 			{
       
  2429 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_diptowhite05;
       
  2430 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_diptowhite05_mask;
       
  2431 			},
       
  2432 		BMPANIM_FRAME
       
  2433 			{
       
  2434 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_diptowhite06;
       
  2435 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_diptowhite06_mask;
       
  2436 			},
       
  2437 		BMPANIM_FRAME
       
  2438 			{
       
  2439 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_diptowhite07;
       
  2440 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_diptowhite07_mask;
       
  2441 			},
       
  2442 		BMPANIM_FRAME
       
  2443 			{
       
  2444 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_diptowhite08;
       
  2445 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_diptowhite08_mask;
       
  2446 			},
       
  2447 		BMPANIM_FRAME
       
  2448 			{
       
  2449 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_diptowhite09;
       
  2450 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_diptowhite09_mask;
       
  2451 			},
       
  2452 		BMPANIM_FRAME
       
  2453 			{
       
  2454 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_diptowhite10;
       
  2455 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_diptowhite10_mask;
       
  2456 			},
       
  2457 		BMPANIM_FRAME
       
  2458 			{
       
  2459 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_diptowhite11;
       
  2460 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_diptowhite11_mask;
       
  2461 			},
       
  2462 		BMPANIM_FRAME
       
  2463 			{
       
  2464 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_diptowhite12;
       
  2465 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_diptowhite12_mask;
       
  2466 			},
       
  2467 		BMPANIM_FRAME
       
  2468 			{
       
  2469 			time = 500;
       
  2470 			bmpid = EMbmManualvideoeditorQgn_graf_ve_trans_diptowhite13;
       
  2471 			maskid = EMbmManualvideoeditorQgn_graf_ve_trans_diptowhite13_mask;
       
  2472 			}
       
  2473 		};
       
  2474 	}
       
  2475 // ============================== NOTE STRINGS ================================
       
  2476 
       
  2477 //-----------------------------------------------------------------------------
       
  2478 //   
       
  2479 //    r_ved_mmc_not_inserted
       
  2480 //    Information note text, shown when memory card is not accessible.
       
  2481 //
       
  2482 //-----------------------------------------------------------------------------
       
  2483 //
       
  2484 RESOURCE TBUF r_ved_mmc_not_inserted
       
  2485     {
       
  2486     buf = qtn_ved_mmc_not_inserted;
       
  2487     }
       
  2488 
       
  2489 
       
  2490 //-----------------------------------------------------------------------------
       
  2491 //   
       
  2492 //    r_vei_illegal_filename
       
  2493 //    Warning note text, used when user has entered illegal file name, for
       
  2494 //    example in Settings view.
       
  2495 //
       
  2496 //-----------------------------------------------------------------------------
       
  2497 //
       
  2498 RESOURCE TBUF r_vei_illegal_filename
       
  2499     {
       
  2500     buf = qtn_fldr_illegal_characters;
       
  2501     }
       
  2502 
       
  2503 
       
  2504 //-----------------------------------------------------------------------------
       
  2505 //   
       
  2506 //    r_vei_unsuitable_filename
       
  2507 //    Warning note text, used when user has entered illegal file name, for
       
  2508 //    example in Settings view.
       
  2509 //
       
  2510 //-----------------------------------------------------------------------------
       
  2511 //
       
  2512 RESOURCE TBUF r_vei_unsuitable_filename
       
  2513     {
       
  2514     buf = qtn_fldr_bad_file_name;
       
  2515     }
       
  2516 
       
  2517 
       
  2518 //-----------------------------------------------------------------------------
       
  2519 //   
       
  2520 //    r_ved_mmc_not_inserted
       
  2521 //    Progress note text, used when the movie is processed for MMS composer.
       
  2522 //
       
  2523 //-----------------------------------------------------------------------------
       
  2524 //
       
  2525 RESOURCE TBUF r_ved_processing_for_mms
       
  2526     {
       
  2527     buf = qtn_ved_processing_for_mms;
       
  2528     }
       
  2529 
       
  2530 
       
  2531 // ============================ MAIN PANE STRINGS =============================
       
  2532 
       
  2533 //-----------------------------------------------------------------------------
       
  2534 //   
       
  2535 //    r_ved_thumbnail_start_text
       
  2536 //    Main pane text above the thumbnail which shows the starting point for MMS 
       
  2537 //    trimming. Used in 'Trim for MMS' view.
       
  2538 //
       
  2539 //-----------------------------------------------------------------------------
       
  2540 //
       
  2541 RESOURCE TBUF r_ved_thumbnail_start_text
       
  2542     {
       
  2543     buf = qtn_ved_trim_start;
       
  2544     }
       
  2545 
       
  2546 
       
  2547 //-----------------------------------------------------------------------------
       
  2548 //   
       
  2549 //    r_ved_thumbnail_end_text
       
  2550 //    Main pane text above the thumbnail which shows the ending point for MMS 
       
  2551 //    trimming. Used in 'Trim for MMS' view.
       
  2552 //
       
  2553 //-----------------------------------------------------------------------------
       
  2554 //
       
  2555 RESOURCE TBUF r_ved_thumbnail_end_text
       
  2556     {
       
  2557     buf = qtn_ved_trim_end;
       
  2558     }
       
  2559 
       
  2560 
       
  2561 // Time navi pane string (formats the shown time)
       
  2562 RESOURCE TBUF64  r_vei_navi_time									{ buf = qtn_time_prog_total_min_sec; }
       
  2563 RESOURCE TBUF256 r_vei_error_note									{ buf= qtn_err_eikon_general; }
       
  2564 
       
  2565 RESOURCE TBUF256 r_vei_move_video_navilabel							{ buf = qtn_vei_navilabel_move_video; }
       
  2566 RESOURCE TBUF64  r_vei_move_audio_navilabel							{ buf = qtn_vei_navilabel_move_audio; }
       
  2567 RESOURCE TBUF256 r_vei_confirm_exit_save							{ buf = qtn_vei_confirmation_note_quit_save; }
       
  2568 RESOURCE TBUF256 r_vei_confirm_overwrite							{ buf = qtn_fldr_overwrite_query; }
       
  2569 
       
  2570 //
       
  2571 // TRANSITION
       
  2572 //
       
  2573 RESOURCE TBUF64 r_vei_start_transition_effect_name_none				{ buf = qtn_vei_edit_video_main_tran_no; }
       
  2574 RESOURCE TBUF64 r_vei_start_transition_effect_name_fade_from_black	{ buf = qtn_vei_edit_video_main_tran_fade_from_black; }
       
  2575 RESOURCE TBUF64 r_vei_start_transition_effect_name_fade_from_white	{ buf = qtn_vei_edit_video_main_tran_fade_from_white; }
       
  2576 RESOURCE TBUF64 r_vei_middle_transition_effect_name_none			{ buf = qtn_vei_edit_video_main_tran_no; }
       
  2577 RESOURCE TBUF64 r_vei_middle_transition_effect_name_dip_to_black	{ buf = qtn_vei_edit_video_main_tran_dip_to_black; }
       
  2578 RESOURCE TBUF64 r_vei_middle_transition_effect_name_dip_to_white	{ buf = qtn_vei_edit_video_main_tran_dip_to_white; }
       
  2579 RESOURCE TBUF64 r_vei_middle_transition_effect_name_crossfade		{ buf = qtn_vei_edit_video_main_tran_crossfade; }
       
  2580 RESOURCE TBUF128 r_vei_middle_transition_effect_name_wipe_left		{ buf = qtn_vei_edit_video_main_tran_wipe_left; }
       
  2581 RESOURCE TBUF128 r_vei_middle_transition_effect_name_wipe_right		{ buf = qtn_vei_edit_video_main_tran_wipe_right; }
       
  2582 RESOURCE TBUF64 r_vei_middle_transition_effect_name_wipe_top		{ buf = qtn_vei_edit_video_main_tran_wipe_top; }
       
  2583 RESOURCE TBUF64 r_vei_middle_transition_effect_name_wipe_bottom		{ buf = qtn_vei_edit_video_main_tran_wipe_bottom; }
       
  2584 RESOURCE TBUF64 r_vei_end_transition_effect_name_none				{ buf = qtn_vei_edit_video_main_tran_no; }
       
  2585 RESOURCE TBUF64 r_vei_end_transition_effect_name_fade_to_black		{ buf = qtn_vei_edit_video_main_tran_fade_to_black; }
       
  2586 RESOURCE TBUF64 r_vei_end_transition_effect_name_fade_to_white		{ buf = qtn_vei_edit_video_main_tran_fade_to_white; }
       
  2587 
       
  2588 //
       
  2589 // NOTE
       
  2590 //
       
  2591 RESOURCE TBUF128 r_vei_note_video_saved								{ buf = qtn_vei_edit_video_note_saved; }
       
  2592 RESOURCE TBUF128 r_vei_note_snapshot_saved							{ buf = qtn_vei_note_snapshot_saved; }
       
  2593 RESOURCE TBUF128 r_vei_note_snapshot_taken_to_images					{ buf = qtn_vei_note_snapshot_taken_to_images; }
       
  2594 RESOURCE TBUF	r_vei_note_confirmation_query_cancel_textinsert			{ buf = qtn_vei_confirm_note_cancel_textinsert; }
       
  2595 
       
  2596 // 
       
  2597 // PROGRESS NOTE
       
  2598 //
       
  2599 RESOURCE TBUF64 r_vei_progress_note_saving							{ buf = qtn_gen_note_saving; }
       
  2600 RESOURCE TBUF64 r_vei_progress_note_cut								{ buf = qtn_vei_progress_note_preparing_to_cut; }
       
  2601 RESOURCE TBUF128 r_vei_progress_note_color_effect					{ buf = qtn_vei_progress_note_applying_color_effect; }
       
  2602 RESOURCE TBUF64 r_vei_progress_note_cutting_video					{ buf = qtn_vei_progress_note_cutting_video; }
       
  2603 RESOURCE TBUF128 r_vei_progress_note_saving_image					{ buf = qtn_ved_saving_snapshot; }      
       
  2604 RESOURCE TBUF128 r_vei_progress_note_inserting_audio					{ buf = qtn_ved_inserting_audio; } 
       
  2605 RESOURCE TBUF	r_vei_progress_note_inserting_media					{ buf = qtn_ved_inserting_mult_media; }
       
  2606 
       
  2607 RESOURCE TBUF128 r_vei_video_failed									{ buf = qtn_vei_video_failed; }
       
  2608 RESOURCE TBUF64 r_vei_progress_note_send							{ buf = qtn_vei_progress_note_preparing_to_send; }
       
  2609 RESOURCE TBUF64 r_vei_remove_clip_query								{ buf = qtn_query_common_conf_remove; }
       
  2610 
       
  2611 RESOURCE TBUF r_vei_popup_select_effect_title						{ buf = qtn_vei_list_query_select_effect; }
       
  2612 
       
  2613 RESOURCE TBUF128 r_vei_navi_pane_duration							{ buf = qtn_vei_navi_change_audio_duration; }
       
  2614 RESOURCE TBUF256 r_vei_recording_failed								{ buf = qtn_vei_recording_failed; }
       
  2615 
       
  2616 RESOURCE TBUF128 r_vei_not_enough_space								{ buf = qtn_memlo_not_enough_memory; }
       
  2617 RESOURCE TBUF128 r_vei_memory_running_out							{ buf = qtn_memlo_memory_running_out; } 
       
  2618 RESOURCE TBUF128 r_vei_progress_note_processing						{ buf = qtn_ved_processing_movie; }
       
  2619 
       
  2620 
       
  2621 //
       
  2622 //	Main pane - Text descriptive name
       
  2623 //
       
  2624 RESOURCE TBUF256 r_vei_edit_view_title_name				{ buf = qtn_vei_edit_video_main_text_t; }
       
  2625 RESOURCE TBUF256 r_vei_edit_view_title_fading_name		{ buf = qtn_vei_edit_video_main_text_tf; }
       
  2626 RESOURCE TBUF256 r_vei_edit_view_subtitle_name			{ buf = qtn_vei_edit_video_main_text_subt; }
       
  2627 RESOURCE TBUF256 r_vei_edit_view_subtitle_fading_name	{ buf = qtn_vei_edit_video_main_text_subtf; }
       
  2628 RESOURCE TBUF256 r_vei_edit_view_credits_name			{ buf = qtn_vei_edit_video_main_text_credit; }
       
  2629 
       
  2630 RESOURCE TBUF128 r_vei_edit_view_no_video				{ buf = qtn_ved_edit_video_no_video; }
       
  2631 RESOURCE TBUF128 r_vei_edit_view_no_audio				{ buf = qtn_ved_edit_video_no_audio; }
       
  2632 RESOURCE TBUF64  r_vei_query_file_name					{ buf = qtn_vei_data_query_set_file_name; }
       
  2633 
       
  2634 //
       
  2635 // POPUP Titles
       
  2636 //
       
  2637 RESOURCE TBUF	r_vei_popup_edit_image_title			{ buf = qtn_ved_menu_title_edit_image; }
       
  2638 RESOURCE TBUF	r_vei_popup_edit_text_title				{ buf = qtn_ved_menu_title_edit_text; }
       
  2639 RESOURCE TBUF	r_vei_popup_edit_video_title			{ buf = qtn_ved_menu_title_edit_video; }
       
  2640 RESOURCE TBUF	r_vei_popup_edit_audio_title			{ buf = qtn_ved_menu_title_edit_audio; }
       
  2641 RESOURCE TBUF	r_vei_popup_insert_audio_title			{ buf = qtn_vei_list_query_insert_sound_type; }
       
  2642 RESOURCE TBUF	r_vei_popup_insert_stuff_title			{ buf = qtn_ved_menu_title_insert_video; }
       
  2643 RESOURCE TBUF	r_vei_popup_select_text_style_title		{ buf = qtn_ved_smenu_heading_editt; }
       
  2644 RESOURCE TBUF64 r_vei_transtion_popup_title				{ buf = qtn_vei_list_query_select_tran_title; }
       
  2645 
       
  2646 // 
       
  2647 //	ERRORNOTES
       
  2648 // 
       
  2649 RESOURCE TBUF	r_vei_errornote_audio_inserting_failed	{ buf = qtn_ved_audio_insert_failed; }
       
  2650 RESOURCE TBUF	r_vei_errornote_image_inserting_failed	{ buf = qtn_ved_image_insert_failed; }
       
  2651 RESOURCE TBUF	r_vei_edit_view_new_audio				{ buf = qtn_vei_edit_video_main_new_audio; }
       
  2652 
       
  2653 RESOURCE TBUF	r_vei_warning_note_inserting_failed		{ buf = qtn_ved_inserting_failed_continue; }
       
  2654 
       
  2655 // SETTINGS
       
  2656 RESOURCE TBUF128 r_vei_settings_view_settings_item_value			{ buf = qtn_vei_settings_value1_movie; }
       
  2657 RESOURCE TBUF128 r_vei_settings_view_settings_item2_value			{ buf = qtn_vei_settings_value2_snapshot; }
       
  2658 
       
  2659 
       
  2660 // Layouts
       
  2661 /*
       
  2662 //-----------------------------------------------------------------------------
       
  2663 //   
       
  2664 //    r_ved_start_text_pane_portrait
       
  2665 //    Layout for 'Start:' text.
       
  2666 //
       
  2667 //-----------------------------------------------------------------------------
       
  2668 //
       
  2669 RESOURCE AVKON_LAYOUT_TEXT r_ved_start_text_pane_portrait
       
  2670     {
       
  2671 	font = EAknLogicalFontPrimaryFont;
       
  2672 	C = 215;
       
  2673 	l = 4;
       
  2674 	r = 178;
       
  2675 	B = 21;
       
  2676 	W = 170;
       
  2677 	J = ELayoutAlignLeft;    
       
  2678     }
       
  2679 
       
  2680 //-----------------------------------------------------------------------------
       
  2681 //   
       
  2682 //    r_ved_end_text_pane_portrait
       
  2683 //    Layout for 'End:' text.
       
  2684 //
       
  2685 //-----------------------------------------------------------------------------
       
  2686 //
       
  2687 RESOURCE AVKON_LAYOUT_TEXT r_ved_end_text_pane_portrait
       
  2688     {
       
  2689 	font = EAknLogicalFontPrimaryFont;
       
  2690 	C = 215;
       
  2691 	l = 178;
       
  2692 	r = 4;
       
  2693 	B = 21;
       
  2694 	W = 170;
       
  2695 	J = ELayoutAlignLeft;    
       
  2696     }
       
  2697 
       
  2698 
       
  2699 RESOURCE AVKON_LAYOUT_RECT r_ved_clip_thumbnail_start_pane_portrait
       
  2700 	{
       
  2701 	C = ELayoutEmpty;
       
  2702 	l = 4;
       
  2703 	t = 31;
       
  2704 	r = ELayoutEmpty;
       
  2705 	b = ELayoutEmpty;
       
  2706 	W = 170;
       
  2707 	H = 139;
       
  2708 	}
       
  2709 
       
  2710 RESOURCE AVKON_LAYOUT_RECT r_ved_clip_thumbnail_end_pane_portrait
       
  2711     {
       
  2712     C = ELayoutEmpty;
       
  2713     l = 178;
       
  2714     t = 31;
       
  2715     r = 4;
       
  2716     b = 115;
       
  2717     W = 170;
       
  2718     H = 139;
       
  2719     }
       
  2720 
       
  2721 RESOURCE AVKON_LAYOUT_RECT r_ved_trim_timeline_pane_g1_portrait
       
  2722     {
       
  2723     C = 215;
       
  2724     l = 4;
       
  2725     t = 220;
       
  2726     r = ELayoutEmpty;
       
  2727     b = ELayoutEmpty;
       
  2728     W = 24;
       
  2729     H = 24;
       
  2730     }
       
  2731 
       
  2732 RESOURCE AVKON_LAYOUT_RECT r_ved_trim_timeline_pane_portrait
       
  2733     {
       
  2734     C = ELayoutEmpty;
       
  2735     l = 38;
       
  2736     t = 215;
       
  2737     r = ELayoutEmpty;
       
  2738     b = ELayoutEmpty;
       
  2739     W = 306;
       
  2740     H = 34;
       
  2741     }
       
  2742 */
       
  2743 // End of File
       
  2744