basiclocationinfodisplay/blid/ui/data/Blid.rss
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     1 /*
       
     2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Contains all the resources for the blid.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <appinfo.rh>
       
    19 #include <data_caging_paths_strings.hrh>
       
    20 #include <bldvariant.hrh>
       
    21 
       
    22 //  RESOURCE IDENTIFIER
       
    23 NAME    BLID // 4 letter ID
       
    24 
       
    25 //  INCLUDES
       
    26 #include <eikon.rh>
       
    27 #include "Blid.hrh"
       
    28 #include <blid.loc>
       
    29 #include <avkon.rh>
       
    30 #include <avkon.rsg>
       
    31 #include <avkon.hrh>
       
    32 #include <avkon.loc>
       
    33 #include <avkon.mbg>
       
    34 #include <uikon.hrh>
       
    35 #include <eikctl.rsg>
       
    36 
       
    37 
       
    38 //  CONSTANTS  
       
    39 #define BLID_QUERY_EDWIN_WIDTH 5
       
    40 #define BLID_QUERY_EDWIN_LINES 5
       
    41 #define BLID_QUERY_EDWIN_MAXLENGTH 35
       
    42 
       
    43 //  RESOURCE DEFINITIONS 
       
    44 
       
    45 RESOURCE RSS_SIGNATURE { }
       
    46 
       
    47 RESOURCE TBUF { buf="\\private\\101F85A0\\BLID.ini"; }
       
    48 
       
    49 RESOURCE EIK_APP_INFO
       
    50     {    
       
    51     }
       
    52 
       
    53 //----------------------------------------------------
       
    54 //   
       
    55 //    r_blid_hotkeys
       
    56 //    ?description
       
    57 //
       
    58 //----------------------------------------------------
       
    59 //
       
    60 RESOURCE HOTKEYS r_blid_hotkeys
       
    61     {
       
    62     control=
       
    63         {
       
    64 		//None
       
    65         };
       
    66     }
       
    67 
       
    68 //----------------------------------------------------
       
    69 //   
       
    70 //    r_blid_home_view
       
    71 //    Home view
       
    72 //
       
    73 //----------------------------------------------------
       
    74 //
       
    75 RESOURCE AVKON_VIEW r_blid_main_view
       
    76     {    
       
    77     cba=R_AVKON_SOFTKEYS_EXIT;    
       
    78     }
       
    79 
       
    80 //----------------------------------------------------
       
    81 //   
       
    82 //    r_blid_navigation_view
       
    83 //    Home view
       
    84 //
       
    85 //----------------------------------------------------
       
    86 //
       
    87 RESOURCE AVKON_VIEW r_blid_navigation_view
       
    88     {    
       
    89     menubar=r_blid_view_menubar; 
       
    90     cba=r_blid_softkeys_options_exit__contextoptions;    
       
    91     }
       
    92 
       
    93 //----------------------------------------------------
       
    94 //   
       
    95 //    r_blid_mainsat_view
       
    96 //    Home view
       
    97 //
       
    98 //----------------------------------------------------
       
    99 //
       
   100 RESOURCE AVKON_VIEW r_blid_mainsat_view
       
   101     {    
       
   102     cba=R_AVKON_SOFTKEYS_EXIT;    
       
   103     }
       
   104 
       
   105 //----------------------------------------------------
       
   106 //   
       
   107 //    r_blid_tripmeter_view
       
   108 //    Trip Meter view
       
   109 //
       
   110 //----------------------------------------------------
       
   111 //
       
   112 RESOURCE AVKON_VIEW r_blid_tripmeter_view
       
   113     {    
       
   114     menubar=r_blid_tripmeter_menubar;  
       
   115     cba=r_blid_softkeys_options_exit__contextoptions;    
       
   116     }
       
   117 
       
   118 //----------------------------------------------------
       
   119 //   
       
   120 //    r_blid_settings_view
       
   121 //    Settings view
       
   122 //
       
   123 //----------------------------------------------------
       
   124 //
       
   125 RESOURCE AVKON_VIEW r_blid_settings_view
       
   126     {    
       
   127     menubar=r_blid_settings_menubar; 
       
   128     cba=R_AVKON_SOFTKEYS_OPTIONS_BACK;    
       
   129     }
       
   130 //----------------------------------------------------
       
   131 //   
       
   132 //    r_blid_settings_view
       
   133 //    Settings view
       
   134 //
       
   135 //----------------------------------------------------
       
   136 //
       
   137 RESOURCE AVKON_VIEW r_blid_savedwaypts_view
       
   138     {    
       
   139     menubar=r_blid_savedwaypts_menubar; 
       
   140     cba=r_blid_softkeys_options_back__contextoptions;    
       
   141     }
       
   142 
       
   143 //----------------------------------------------------
       
   144 //   
       
   145 //    r_blid_localisable_app_info
       
   146 // Add a new resource definition
       
   147 //
       
   148 //----------------------------------------------------
       
   149 //
       
   150 RESOURCE LOCALISABLE_APP_INFO r_blid_localisable_app_info
       
   151     {
       
   152     short_caption = qtn_blid_short_caption_string;
       
   153     caption_and_icon = 
       
   154     CAPTION_AND_ICON_INFO
       
   155         {
       
   156         caption = qtn_blid_caption_string;
       
   157         number_of_icons = 1; 
       
   158         icon_file = APP_BITMAP_DIR"\\blid_aif.mif";
       
   159         };
       
   160     }
       
   161 //
       
   162 //----------------------------------------------------
       
   163 //
       
   164 RESOURCE MENU_BAR r_blid_main_menubar
       
   165     {
       
   166     titles=
       
   167         {
       
   168         MENU_TITLE { menu_pane=r_blid_main_menu; txt="File"; },
       
   169 		MENU_TITLE { menu_pane=r_blid_main_menu2; txt="File"; }
       
   170         };
       
   171     }
       
   172 
       
   173 //----------------------------------------------------
       
   174 //   
       
   175 //    r_blid_view_menubar
       
   176 //
       
   177 //----------------------------------------------------
       
   178 //
       
   179 RESOURCE MENU_BAR r_blid_view_menubar
       
   180     {
       
   181     titles=
       
   182         {
       
   183         MENU_TITLE { menu_pane=r_blid_main_menu; txt="File"; },
       
   184 		MENU_TITLE { menu_pane=r_blid_main_menu2; txt="File"; },
       
   185 		MENU_TITLE { menu_pane=r_blid_view_menu; txt="File"; }
       
   186         };
       
   187     }
       
   188     
       
   189 //----------------------------------------------------
       
   190 //   
       
   191 //    r_blid_ownpos_view_menubar
       
   192 //
       
   193 //----------------------------------------------------
       
   194 //
       
   195 RESOURCE MENU_BAR r_blid_ownpos_view_menubar
       
   196     {
       
   197     titles=
       
   198         {
       
   199         MENU_TITLE { menu_pane=r_blid_main_menu; txt="File"; },
       
   200 		MENU_TITLE { menu_pane=r_blid_ownpos_view_menu; txt="File"; }
       
   201         };
       
   202     }
       
   203 
       
   204 //----------------------------------------------------
       
   205 //   
       
   206 //    r_blid_view_ok_menubar
       
   207 //    ?description
       
   208 //
       
   209 //----------------------------------------------------
       
   210 //
       
   211 RESOURCE MENU_BAR r_blid_view_ok_menubar
       
   212     {
       
   213     titles=
       
   214         {
       
   215 		MENU_TITLE { menu_pane=r_blid_view_ok_menu; txt="File"; }
       
   216         };
       
   217     }
       
   218 
       
   219 //----------------------------------------------------
       
   220 //   
       
   221 //    r_blid_settings_menubar
       
   222 //    ?description
       
   223 //
       
   224 //----------------------------------------------------
       
   225 //
       
   226 RESOURCE MENU_BAR r_blid_settings_menubar
       
   227     {
       
   228     titles=
       
   229         {
       
   230         MENU_TITLE { menu_pane=r_blid_main_menu; txt="File"; },
       
   231 		MENU_TITLE { menu_pane=r_blid_settings_menu; txt="File"; }
       
   232         };
       
   233     }
       
   234  
       
   235 //----------------------------------------------------
       
   236 //   
       
   237 //    r_blid_savedwaypts_menubar
       
   238 //    ?description
       
   239 //
       
   240 //----------------------------------------------------
       
   241 //
       
   242 RESOURCE MENU_BAR r_blid_savedwaypts_menubar
       
   243     {
       
   244     titles=
       
   245         {
       
   246         MENU_TITLE { menu_pane=r_blid_main_menu; txt="File"; },        
       
   247         MENU_TITLE { menu_pane=R_AVKON_MENUPANE_MARKABLE_LIST; txt=qtn_options_list;},        
       
   248 		MENU_TITLE { menu_pane=r_blid_savedwaypts_menu; txt="File"; }		
       
   249 		};
       
   250     }
       
   251  
       
   252 //----------------------------------------------------
       
   253 //   
       
   254 //    r_blid_tripmeter_menubar
       
   255 //    ?description
       
   256 //
       
   257 //----------------------------------------------------
       
   258 //
       
   259 RESOURCE MENU_BAR r_blid_tripmeter_menubar
       
   260     {
       
   261     titles=
       
   262         {
       
   263         MENU_TITLE { menu_pane=r_blid_main_menu; txt="File"; },
       
   264         MENU_TITLE { menu_pane=r_blid_main_menu2; txt="File"; },
       
   265         MENU_TITLE { menu_pane=r_blid_trip_view_menu; txt="File"; },
       
   266 		MENU_TITLE { menu_pane=r_blid_tripmeter_menu; txt="File"; }
       
   267 		};
       
   268     }
       
   269 
       
   270 
       
   271 //----------------------------------------------------
       
   272 //   
       
   273 //    r_blid_main_menu
       
   274 //    ?description
       
   275 //
       
   276 //----------------------------------------------------
       
   277 //
       
   278 RESOURCE MENU_PANE r_blid_main_menu
       
   279     {
       
   280     items=
       
   281         {		
       
   282 		MENU_ITEM { command=EAknCmdHelp; txt=qtn_options_help; },
       
   283 		MENU_ITEM { command=EAknCmdExit; txt=qtn_options_exit; }
       
   284         };
       
   285     }
       
   286 
       
   287 //----------------------------------------------------
       
   288 //   
       
   289 //    r_blid_main_menu2
       
   290 //    ?description
       
   291 //
       
   292 //----------------------------------------------------
       
   293 //
       
   294 RESOURCE MENU_PANE r_blid_main_menu2
       
   295     {
       
   296     items=
       
   297         {
       
   298 		MENU_ITEM { command=EBlidCmdLaunchPositionSettings; txt=qtn_loc_options_pos_settings; },		
       
   299 		MENU_ITEM { command=EBlidCmdSettings; txt=qtn_blid_opt_settings; }
       
   300         };
       
   301     }
       
   302 
       
   303 //----------------------------------------------------
       
   304 //   
       
   305 //    r_blid_set_destination_menu
       
   306 //    ?description
       
   307 //
       
   308 //----------------------------------------------------
       
   309 //
       
   310 RESOURCE MENU_PANE r_blid_set_destination_menu
       
   311     {
       
   312     items=
       
   313         {
       
   314 		MENU_ITEM { command=EBlidCmdWaypoint; txt=qtn_blid_opt_set_waypoint; },
       
   315 		MENU_ITEM { command=EBlidCmdLmk; txt=qtn_blid_opt_set_landmark; },
       
   316 		MENU_ITEM { command=EBlidCmdManualWaypoint; txt=qtn_blid_opt_set_coordinates; }
       
   317         };
       
   318     }
       
   319 
       
   320 
       
   321 //----------------------------------------------------
       
   322 //   
       
   323 //    r_blid_view_menu
       
   324 //    ?description
       
   325 //
       
   326 //----------------------------------------------------
       
   327 //
       
   328 RESOURCE MENU_PANE r_blid_view_menu
       
   329     {
       
   330     items=
       
   331         {
       
   332 		MENU_ITEM { command=EBlidCmdNavigate; 
       
   333 					txt=qtn_blid_opt_set_destination;
       
   334 					cascade = r_blid_set_destination_menu; 
       
   335 				  },
       
   336 		MENU_ITEM { command=EBlidCmdStopNavigation; 
       
   337 					txt=qtn_blid_opt_clear_destination; 
       
   338 				  },
       
   339 	    MENU_ITEM { command=EBlidCmdCurrentLocation;
       
   340 					txt=qtn_blid_opt_current_location;
       
   341 					cascade = r_blid_save_current_location_menu;
       
   342 				  },
       
   343 		MENU_ITEM { command=EBlidCmdSatelliteStatus;
       
   344 					txt=qtn_blid_opt_satellite_signals; 
       
   345 				  },
       
   346 		MENU_ITEM { command=EBlidCmdSavedWaypoints;
       
   347 					txt=qtn_blid_opt_saved_waypoints; 
       
   348 				  }
       
   349         };
       
   350     }
       
   351     
       
   352 //----------------------------------------------------
       
   353 //   
       
   354 //    r_blid_ownpos_view_menu
       
   355 //    ?description
       
   356 //
       
   357 //----------------------------------------------------
       
   358 //
       
   359 RESOURCE MENU_PANE r_blid_ownpos_view_menu
       
   360     {
       
   361     items=
       
   362         {
       
   363 	    MENU_ITEM { command=EBlidCmdSaveLocation;
       
   364 					txt=qtn_blid_opt_current_location;					
       
   365 				  },
       
   366 		MENU_ITEM { command=EBlidCmdSatelliteStatus;
       
   367 					txt=qtn_blid_opt_satellite_signals; 
       
   368 				  },
       
   369 		MENU_ITEM { command=EBlidCmdSavedWaypoints;
       
   370 					txt=qtn_blid_opt_saved_waypoints; 
       
   371 				  }		
       
   372         };
       
   373     }
       
   374  
       
   375 //----------------------------------------------------
       
   376 //   
       
   377 //    r_blid_trip_view_menu
       
   378 //    ?description
       
   379 //
       
   380 //----------------------------------------------------
       
   381 //
       
   382 RESOURCE MENU_PANE r_blid_trip_view_menu
       
   383     {
       
   384     items=
       
   385         {
       
   386 	    MENU_ITEM { command=EBlidCmdCurrentLocation;
       
   387 					txt=qtn_blid_opt_current_location;
       
   388 					cascade = r_blid_save_current_location_menu;
       
   389 				  },
       
   390 		MENU_ITEM { command=EBlidCmdSatelliteStatus;
       
   391 					txt=qtn_blid_opt_satellite_signals; 
       
   392 				  },
       
   393 		MENU_ITEM { command=EBlidCmdSavedWaypoints;
       
   394 					txt=qtn_blid_opt_saved_waypoints; 
       
   395 				  }
       
   396         };
       
   397     }
       
   398 
       
   399 //----------------------------------------------------
       
   400 //   
       
   401 //    r_blid_view_ok_menu
       
   402 //    ?description
       
   403 //
       
   404 //----------------------------------------------------
       
   405 //
       
   406 RESOURCE MENU_PANE r_blid_view_ok_menu
       
   407     {
       
   408     items=
       
   409         {
       
   410 		MENU_ITEM { command=EBlidCmdNavigate; 
       
   411 					txt=qtn_blid_opt_set_destination;
       
   412 					cascade = r_blid_set_destination_menu; 
       
   413 				  },
       
   414 		MENU_ITEM { command=EBlidCmdStopNavigation;
       
   415 					txt=qtn_blid_opt_clear_destination; 
       
   416 				  }
       
   417         };
       
   418     }
       
   419 
       
   420 //----------------------------------------------------
       
   421 //   
       
   422 //    r_blid_settings_menu
       
   423 //    ?description
       
   424 //
       
   425 //----------------------------------------------------
       
   426 //
       
   427 RESOURCE MENU_PANE r_blid_settings_menu
       
   428     {
       
   429     items=
       
   430         {
       
   431 		MENU_ITEM 
       
   432 			{ 
       
   433 			command=EBlidCmdChangeSetting; 
       
   434 			txt=qtn_options_change; 
       
   435 			flags = EEikMenuItemAction;
       
   436 			},
       
   437 		MENU_ITEM 
       
   438 			{ 
       
   439 			command=EBlidCmdResetSetting; 
       
   440 			txt=qtn_options_reset; 
       
   441 			flags = EEikMenuItemAction;
       
   442 			}			
       
   443         };
       
   444     }
       
   445  
       
   446 //----------------------------------------------------
       
   447 //   
       
   448 //    r_blid_savedwaypts_menu
       
   449 //    ?description
       
   450 //
       
   451 //----------------------------------------------------
       
   452 //
       
   453 RESOURCE MENU_PANE r_blid_savedwaypts_menu
       
   454     {
       
   455     items=
       
   456         {
       
   457 		MENU_ITEM 
       
   458 			{ 
       
   459 			command=EBlidCmdRenameWaypt; 
       
   460 			txt=qtn_blid_opt_rename_waypoint; 
       
   461 			},
       
   462 		MENU_ITEM 
       
   463 			{ 
       
   464 			command=EBlidCmdDeleteWaypt; 
       
   465 			txt=qtn_blid_opt_delete_waypoint; 
       
   466 			}		
       
   467 		};
       
   468     }
       
   469     
       
   470 //----------------------------------------------------
       
   471 //   
       
   472 //    r_blid_tripmeter_menu
       
   473 //    ?description
       
   474 //
       
   475 //----------------------------------------------------
       
   476 //
       
   477 RESOURCE MENU_PANE r_blid_tripmeter_menu
       
   478     {
       
   479     items=
       
   480         {
       
   481 		MENU_ITEM 
       
   482 			{ 
       
   483 			command=EBlidCmdTripStart; 
       
   484 			txt=qtn_blid_tripmeter_opt_start; 
       
   485 			},
       
   486 		MENU_ITEM 
       
   487 			{ 
       
   488 			command=EBlidCmdTripStop; 
       
   489 			txt=qtn_blid_tripmeter_opt_stop; 
       
   490 			},
       
   491 		MENU_ITEM 
       
   492 			{ 
       
   493 			command=EBlidCmdTripResume; 
       
   494 			txt=qtn_blid_tripmeter_opt_resume; 
       
   495 			},
       
   496 		MENU_ITEM 
       
   497 			{ 
       
   498 			command=EBlidCmdTripReset; 
       
   499 			txt=qtn_blid_tripmeter_opt_reset; 
       
   500 			},
       
   501 		MENU_ITEM 
       
   502 			{ 
       
   503 			command=EBlidCmdTripClear; 
       
   504 			txt=qtn_blid_tripmeter_opt_clear; 
       
   505 			}
       
   506 		
       
   507 		};
       
   508     }
       
   509 
       
   510 //----------------------------------------------------
       
   511 //   
       
   512 //    r_blid_main_title
       
   513 //    Title for application's main view
       
   514 //
       
   515 //----------------------------------------------------
       
   516 //
       
   517 RESOURCE TBUF r_blid_title_main
       
   518     {
       
   519     buf = qtn_blid_title_gps_data;
       
   520     }
       
   521 
       
   522 //----------------------------------------------------
       
   523 //   
       
   524 //    r_blid_title_navigation
       
   525 //    Title for application's navigation view
       
   526 //
       
   527 //----------------------------------------------------
       
   528 //
       
   529 RESOURCE TBUF r_blid_title_navigation
       
   530     {
       
   531     buf = qtn_blid_title_navigation;
       
   532     }
       
   533 
       
   534 //----------------------------------------------------
       
   535 //   
       
   536 //    r_blid_title_position
       
   537 //    Title for application's ownpos view
       
   538 //
       
   539 //----------------------------------------------------
       
   540 //
       
   541 RESOURCE TBUF r_blid_title_position
       
   542     {
       
   543     buf = qtn_blid_location_details_header;
       
   544     }
       
   545 
       
   546 //----------------------------------------------------
       
   547 //   
       
   548 //    r_blid_title_tripmeter
       
   549 //    Title for application's tripmeter view
       
   550 //
       
   551 //----------------------------------------------------
       
   552 //
       
   553 RESOURCE TBUF r_blid_title_tripmeter
       
   554     {
       
   555     buf = qtn_blid_title_tripmeter;
       
   556     }
       
   557 //----------------------------------------------------
       
   558 //   
       
   559 //    r_blid_title_waypoints
       
   560 //    Title for application's savedwaypts view
       
   561 //
       
   562 //----------------------------------------------------
       
   563 //
       
   564 RESOURCE TBUF r_blid_title_waypoints
       
   565     {
       
   566     buf = qtn_blid_title_waypoints;
       
   567     }
       
   568 /*
       
   569 //----------------------------------------------------
       
   570 //   
       
   571 //    r_blid_tripmeter_title
       
   572 //    List item for application's main view
       
   573 //
       
   574 //----------------------------------------------------
       
   575 //
       
   576 RESOURCE TBUF r_blid_tripmeter_title
       
   577     {
       
   578     buf = qtn_blid_title_tripmeter;
       
   579     }
       
   580 */
       
   581 //----------------------------------------------------
       
   582 //   
       
   583 //    r_blid_title_settings
       
   584 //    Title for application's settings view
       
   585 //
       
   586 //----------------------------------------------------
       
   587 //
       
   588 RESOURCE TBUF r_blid_title_settings
       
   589     {
       
   590     buf = qtn_blid_title_settings;
       
   591     }
       
   592 
       
   593 //----------------------------------------------------
       
   594 //   
       
   595 //    r_blid_position_latitude
       
   596 //    Title for ownposview's list pane
       
   597 //
       
   598 //----------------------------------------------------
       
   599 //
       
   600 RESOURCE TBUF r_blid_position_latitude
       
   601     {
       
   602     buf = qtn_blid_location_details_latitude;
       
   603     }
       
   604 
       
   605 //----------------------------------------------------
       
   606 //   
       
   607 //    r_blid_position_longitude	
       
   608 //    Title for ownposview's list pane
       
   609 //
       
   610 //----------------------------------------------------
       
   611 //
       
   612 RESOURCE TBUF r_blid_position_longitude
       
   613     {
       
   614     buf = qtn_blid_location_details_longitude;
       
   615     }
       
   616 
       
   617 //----------------------------------------------------
       
   618 //   
       
   619 //    r_blid_position_altitude
       
   620 //    Title for ownposview's list pane
       
   621 //
       
   622 //----------------------------------------------------
       
   623 //
       
   624 RESOURCE TBUF r_blid_position_altitude
       
   625     {
       
   626     buf = qtn_blid_location_details_altitude;
       
   627     }
       
   628 
       
   629 //----------------------------------------------------
       
   630 //   
       
   631 //    r_blid_position_accuracy
       
   632 //    Title for ownposview's list pane
       
   633 //
       
   634 //----------------------------------------------------
       
   635 //
       
   636 RESOURCE TBUF r_blid_position_accuracy
       
   637     {
       
   638     buf = qtn_blid_location_details_accuracy;
       
   639     }
       
   640 
       
   641 //----------------------------------------------------
       
   642 //   
       
   643 //    r_blid_position_altitude_accuracy
       
   644 //    Title for ownposview's list pane
       
   645 //
       
   646 //----------------------------------------------------
       
   647 //
       
   648 RESOURCE TBUF r_blid_position_altitude_accuracy
       
   649     {
       
   650     buf = qtn_blid_location_details_altitude_accuracy;
       
   651     }
       
   652 
       
   653 //----------------------------------------------------
       
   654 //   
       
   655 //    r_blid_navidata_duration_title
       
   656 //    Title for ownposview's list pane
       
   657 //
       
   658 //----------------------------------------------------
       
   659 //
       
   660 RESOURCE TBUF r_blid_navidata_duration_title
       
   661     {
       
   662     buf = qtn_blid_label_duration;
       
   663     }
       
   664 
       
   665 //----------------------------------------------------
       
   666 //   
       
   667 //    r_blid_altitude_calibration
       
   668 //    Title for settingview's list pane
       
   669 //
       
   670 //----------------------------------------------------
       
   671 //
       
   672 RESOURCE TBUF r_blid_altitude_calibration
       
   673     {
       
   674     buf = qtn_blid_altitude_calibration;
       
   675     }
       
   676 
       
   677 //----------------------------------------------------
       
   678 //   
       
   679 //    r_blid_altitude_calibration_settings_page
       
   680 //    Interger settings page to altitude calibration
       
   681 //
       
   682 //----------------------------------------------------
       
   683 //
       
   684 RESOURCE AVKON_SETTING_PAGE r_blid_altitude_calibration_metric_settings_page
       
   685     { 
       
   686     label = qtn_blid_altitude_calibration;
       
   687     softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL;
       
   688     type = EAknCtIntegerEdwin;
       
   689     editor_resource_id = r_blid_settings_metric_edwin;
       
   690     }
       
   691 
       
   692 //----------------------------------------------------
       
   693 //   
       
   694 //    r_blid_altitude_calibration_settings_page
       
   695 //    Interger settings page to altitude calibration
       
   696 //
       
   697 //----------------------------------------------------
       
   698 //
       
   699 RESOURCE AVKON_SETTING_PAGE r_blid_altitude_calibration_imperial_settings_page
       
   700     { 
       
   701     label = qtn_blid_altitude_calibration;
       
   702     softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL;
       
   703     type = EAknCtIntegerEdwin;
       
   704     editor_resource_id = r_blid_settings_imperial_edwin;
       
   705     }
       
   706 
       
   707 //----------------------------------------------------
       
   708 //   
       
   709 //    r_blid_settings_integer_imperial_edwin
       
   710 //    Interger edwin
       
   711 //
       
   712 //----------------------------------------------------
       
   713 //
       
   714 RESOURCE AVKON_INTEGER_EDWIN r_blid_settings_imperial_edwin
       
   715     {
       
   716     min = -1640;
       
   717     max = 1640;
       
   718     }
       
   719 
       
   720 //----------------------------------------------------
       
   721 //   
       
   722 //    r_blid_settings_integer_metric_edwin
       
   723 //    Interger edwin
       
   724 //
       
   725 //----------------------------------------------------
       
   726 //
       
   727 RESOURCE AVKON_INTEGER_EDWIN r_blid_settings_metric_edwin
       
   728     {
       
   729     min = -500;
       
   730     max = 500;
       
   731     }
       
   732 
       
   733 //----------------------------------------------------
       
   734 //   
       
   735 //    r_blid_metric_meter
       
   736 //    List item's format
       
   737 //
       
   738 //----------------------------------------------------
       
   739 //
       
   740 RESOURCE TBUF r_blid_metric_meter
       
   741     {
       
   742     buf = qtn_blid_metric_meter;
       
   743     }
       
   744 
       
   745 //----------------------------------------------------
       
   746 //   
       
   747 //    r_blid_imperial_foot
       
   748 //    List item's format
       
   749 //
       
   750 //----------------------------------------------------
       
   751 //
       
   752 RESOURCE TBUF r_blid_imperial_foot
       
   753     {
       
   754     buf = qtn_blid_imperial_foot;
       
   755     }
       
   756 
       
   757 //----------------------------------------------------
       
   758 //   
       
   759 //    r_blid_longitude_format_east
       
   760 //    List item's format
       
   761 //
       
   762 //----------------------------------------------------
       
   763 //
       
   764 RESOURCE TBUF r_blid_longitude_format_east
       
   765     {
       
   766     buf = qtn_blid_longitude_format_east;
       
   767     }
       
   768 
       
   769 //----------------------------------------------------
       
   770 //   
       
   771 //    r_blid_metric_speed
       
   772 //    List item's format
       
   773 //
       
   774 //----------------------------------------------------
       
   775 //
       
   776 RESOURCE TBUF r_blid_metric_speed
       
   777     {
       
   778     buf = qtn_blid_metric_speed;
       
   779     }
       
   780 
       
   781 //----------------------------------------------------
       
   782 //   
       
   783 //    r_blid_imperial_speed	
       
   784 //    List item's format
       
   785 //
       
   786 //----------------------------------------------------
       
   787 //
       
   788 RESOURCE TBUF r_blid_imperial_speed
       
   789     {
       
   790     buf = qtn_blid_imperial_speed;
       
   791     }
       
   792 
       
   793 //----------------------------------------------------
       
   794 //   
       
   795 //    r_blid_waypoint_query
       
   796 //    Waypoint name query
       
   797 //
       
   798 //----------------------------------------------------
       
   799 //
       
   800 RESOURCE DIALOG r_blid_waypoint_query
       
   801   {
       
   802   flags = EGeneralQueryFlags;
       
   803   buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
       
   804   items =
       
   805     {
       
   806     DLG_LINE
       
   807       {
       
   808       type = EAknCtQuery;
       
   809       id = EGeneralQuery;
       
   810       control = AVKON_DATA_QUERY
       
   811         {
       
   812         label = qtn_blid_query_waypoint_name;
       
   813 		layout = EDataLayout;
       
   814         control = EDWIN
       
   815           {
       
   816           flags = EEikEdwinNoHorizScrolling | EEikEdwinResizable;
       
   817           width = BLID_QUERY_EDWIN_WIDTH;
       
   818           lines = BLID_QUERY_EDWIN_LINES;
       
   819           maxlength = BLID_QUERY_EDWIN_MAXLENGTH;
       
   820           };
       
   821         };
       
   822       }
       
   823     };
       
   824   }
       
   825 
       
   826 //----------------------------------------------------
       
   827 //   
       
   828 //    r_blid_query_waypoint
       
   829 //    Select waypoint's title
       
   830 //
       
   831 //----------------------------------------------------
       
   832 //
       
   833 RESOURCE TBUF r_blid_query_waypoint
       
   834     {
       
   835     buf = qtn_blid_query_waypoint;
       
   836     }
       
   837 
       
   838 //----------------------------------------------------
       
   839 //   
       
   840 //    r_blid_waypoint_name
       
   841 //    Default waypoint name
       
   842 //
       
   843 //----------------------------------------------------
       
   844 //
       
   845 RESOURCE TBUF r_blid_waypoint_name
       
   846     {
       
   847     buf = qtn_blid_waypoint_name;
       
   848     }
       
   849 
       
   850 //----------------------------------------------------
       
   851 //   
       
   852 //    r_blid_service_rule_name
       
   853 //    Logical service rule name
       
   854 //
       
   855 //----------------------------------------------------
       
   856 //
       
   857 RESOURCE TBUF r_blid_service_rule_name
       
   858     {
       
   859     buf = qtn_blid_logical_rule_name;
       
   860     }
       
   861 
       
   862 //----------------------------------------------------
       
   863 //   
       
   864 //    r_blid_error_max_waypoints
       
   865 //    Max waypoint note when all slots are used.
       
   866 //
       
   867 //----------------------------------------------------
       
   868 //
       
   869 RESOURCE TBUF r_blid_error_max_waypoints  
       
   870     {
       
   871     buf = qtn_blid_error_max_waypoints;
       
   872     }
       
   873 
       
   874 
       
   875 //----------------------------------------------------
       
   876 //   
       
   877 //    r_blid_calculating_list
       
   878 //    Calculating data indicator
       
   879 //
       
   880 //----------------------------------------------------
       
   881 //
       
   882 RESOURCE TBUF r_blid_calculating_list
       
   883     {
       
   884     buf = qtn_blid_calculating_list;
       
   885     }
       
   886 
       
   887 
       
   888 //----------------------------------------------------
       
   889 //   
       
   890 //    r_blid_blank
       
   891 //    Null string
       
   892 //
       
   893 //----------------------------------------------------
       
   894 //
       
   895 RESOURCE TBUF r_blid_blank
       
   896     {
       
   897     buf = qtn_blid_blank;
       
   898     }
       
   899     
       
   900 //------------------------------------------------------------------------------
       
   901 //   
       
   902 //    r_blid_opt_set_destination
       
   903 //    Set destination text
       
   904 //
       
   905 //------------------------------------------------------------------------------
       
   906 //
       
   907 RESOURCE TBUF r_blid_opt_set_destination
       
   908     {
       
   909     buf = qtn_blid_opt_set_destination;
       
   910     }
       
   911     
       
   912 //------------------------------------------------------------------------------
       
   913 //   
       
   914 //    r_blid_settings_sysmeasurement_page
       
   915 //    Set sysmeasurement text
       
   916 //
       
   917 //------------------------------------------------------------------------------
       
   918 //
       
   919 RESOURCE AVKON_SETTING_PAGE r_blid_settings_sysmeasurement_page
       
   920     { 
       
   921     label = qtn_blid_system_measurement;
       
   922     softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL;
       
   923     type = EAknSetListBox;
       
   924     editor_resource_id = r_blid_settings_listbox;
       
   925     }
       
   926 //------------------------------------------------------------------------------
       
   927 //   
       
   928 //    r_blid_settings_listbox 
       
   929 //    Set Settings text
       
   930 //
       
   931 //------------------------------------------------------------------------------
       
   932 //
       
   933 RESOURCE LISTBOX r_blid_settings_listbox 
       
   934     {
       
   935     flags = EEikListBoxMultipleSelection;
       
   936     }
       
   937 
       
   938 //------------------------------------------------------------------------------
       
   939 //   
       
   940 //    r_blid_connect_gps
       
   941 //    Connect gps text
       
   942 //
       
   943 //------------------------------------------------------------------------------
       
   944 //
       
   945 RESOURCE TBUF r_blid_connect_gps
       
   946     {
       
   947     buf=qtn_blid_connect_gps;
       
   948     }
       
   949   
       
   950 //----------------------------------------------------
       
   951 //   
       
   952 //    r_blid_navigation_speed
       
   953 //    Speed string
       
   954 //
       
   955 //----------------------------------------------------
       
   956 //
       
   957 RESOURCE TBUF r_blid_navigation_speed
       
   958     {
       
   959     buf = qtn_blid_navigation_speed;
       
   960     }
       
   961     
       
   962 //----------------------------------------------------
       
   963 //   
       
   964 //    r_blid_query_waypoint_name_exists
       
   965 //    Waypoint confirmation
       
   966 //
       
   967 //----------------------------------------------------
       
   968 //
       
   969 RESOURCE TBUF r_blid_query_waypoint_name_exists
       
   970     { 
       
   971     buf = qtn_blid_query_waypoint_name_exists;
       
   972     }
       
   973     
       
   974 //----------------------------------------------------
       
   975 //   
       
   976 //    r_blid_confirmation_query
       
   977 //    Waypoint confirmation
       
   978 //
       
   979 //----------------------------------------------------
       
   980 //
       
   981 RESOURCE DIALOG r_blid_confirmation_query
       
   982     {
       
   983     flags = EGeneralQueryFlags;
       
   984     buttons = R_AVKON_SOFTKEYS_YES_NO;
       
   985     items = 
       
   986         {
       
   987         DLG_LINE {
       
   988             type = EAknCtQuery;
       
   989             id = EGeneralQuery;
       
   990             control = AVKON_CONFIRMATION_QUERY {
       
   991                 layout = EConfirmationQueryLayout;                
       
   992                 };
       
   993             }
       
   994         };
       
   995     }
       
   996 
       
   997 //----------------------------------------------------
       
   998 //   
       
   999 //    r_blid_query_delete_waypoint
       
  1000 //    Waypoint confirmation
       
  1001 //
       
  1002 //----------------------------------------------------
       
  1003 //
       
  1004 RESOURCE TBUF r_blid_query_delete_waypoint
       
  1005     { 
       
  1006     buf = qtn_blid_query_delete_waypoint;
       
  1007     }
       
  1008 
       
  1009 //----------------------------------------------------
       
  1010 //   
       
  1011 //    r_blid_trip_meter_view_ok_menubar
       
  1012 //    ?description
       
  1013 //
       
  1014 //----------------------------------------------------
       
  1015 //
       
  1016 RESOURCE MENU_BAR r_blid_trip_meter_view_ok_menubar
       
  1017     {
       
  1018     titles=
       
  1019         {
       
  1020 		MENU_TITLE { menu_pane=r_blid_trip_meter_view_ok_menu; txt="File"; }
       
  1021         };
       
  1022     }
       
  1023 
       
  1024 //----------------------------------------------------
       
  1025 //   
       
  1026 //    r_blid_trip_meter_view_ok_menu
       
  1027 //    ?description
       
  1028 //
       
  1029 //----------------------------------------------------
       
  1030 //
       
  1031 RESOURCE MENU_PANE r_blid_trip_meter_view_ok_menu
       
  1032     {
       
  1033     items=
       
  1034         {
       
  1035 		MENU_ITEM 
       
  1036 			{ 
       
  1037 			command=EBlidCmdTripStart; 
       
  1038 			txt=qtn_blid_tripmeter_opt_start; 
       
  1039 			},
       
  1040 		MENU_ITEM 
       
  1041 			{ 
       
  1042 			command=EBlidCmdTripStop; 
       
  1043 			txt=qtn_blid_tripmeter_opt_stop; 
       
  1044 			},
       
  1045 		MENU_ITEM 
       
  1046 			{ 
       
  1047 			command=EBlidCmdTripResume; 
       
  1048 			txt=qtn_blid_tripmeter_opt_resume; 
       
  1049 			},
       
  1050 		MENU_ITEM 
       
  1051 			{ 
       
  1052 			command=EBlidCmdTripReset; 
       
  1053 			txt=qtn_blid_tripmeter_opt_reset; 
       
  1054 			}
       
  1055         };
       
  1056     }
       
  1057     
       
  1058 //----------------------------------------------------
       
  1059 //   
       
  1060 //    r_blid_own_pos_view_ok_menubar
       
  1061 //    ?description
       
  1062 //
       
  1063 //----------------------------------------------------
       
  1064 //
       
  1065 RESOURCE MENU_BAR r_blid_own_pos_view_ok_menubar
       
  1066     {
       
  1067     titles=
       
  1068         {
       
  1069 		MENU_TITLE { menu_pane=r_blid_own_pos_view_ok_menu; txt="File"; }
       
  1070         };
       
  1071     }
       
  1072 
       
  1073 //----------------------------------------------------
       
  1074 //   
       
  1075 //    r_blid_own_pos_view_ok_menu
       
  1076 //    ?description
       
  1077 //
       
  1078 //----------------------------------------------------
       
  1079 //
       
  1080 RESOURCE MENU_PANE r_blid_own_pos_view_ok_menu
       
  1081     {
       
  1082     items=
       
  1083         {
       
  1084 	    MENU_ITEM { command=EBlidCmdSaveLocation;
       
  1085 					txt=qtn_blid_opt_current_location;					
       
  1086 				  }
       
  1087         };
       
  1088     }
       
  1089 
       
  1090 //----------------------------------------------------
       
  1091 //   
       
  1092 //    r_blid_savedwaypts_view_ok_menubar
       
  1093 //    ?description
       
  1094 //
       
  1095 //----------------------------------------------------
       
  1096 //
       
  1097 RESOURCE MENU_BAR r_blid_savedwaypts_view_ok_menubar
       
  1098     {
       
  1099     titles=
       
  1100         {
       
  1101 		MENU_TITLE { menu_pane=R_AVKON_MENUPANE_MARKABLE_LIST; txt=qtn_options_list;},
       
  1102 		MENU_TITLE { menu_pane=r_blid_savedwaypts_view_ok_menu; txt="File"; }
       
  1103         };
       
  1104     }
       
  1105 
       
  1106 //----------------------------------------------------
       
  1107 //   
       
  1108 //    r_blid_savedwaypts_view_ok_menu
       
  1109 //    ?description
       
  1110 //
       
  1111 //----------------------------------------------------
       
  1112 //
       
  1113 RESOURCE MENU_PANE r_blid_savedwaypts_view_ok_menu
       
  1114     {
       
  1115     items=
       
  1116         {
       
  1117 		MENU_ITEM 
       
  1118 			{ 
       
  1119 			command=EBlidCmdRenameWaypt; 
       
  1120 			txt=qtn_blid_opt_rename_waypoint; 
       
  1121 			},
       
  1122 		MENU_ITEM 
       
  1123 			{ 
       
  1124 			command=EBlidCmdDeleteWaypt; 
       
  1125 			txt=qtn_blid_opt_delete_waypoint; 
       
  1126 			}
       
  1127         };
       
  1128     }
       
  1129 
       
  1130 //----------------------------------------------------
       
  1131 //   
       
  1132 //    r_blid_query_delete_waypoints
       
  1133 //    Waypoint confirmation
       
  1134 //
       
  1135 //----------------------------------------------------
       
  1136 //
       
  1137 RESOURCE TBUF r_blid_query_delete_waypoints
       
  1138     { 
       
  1139     buf = qtn_blid_query_delete_waypoints;
       
  1140     }
       
  1141 
       
  1142 //----------------------------------------------------
       
  1143 //   
       
  1144 //    r_blid_gps_timeout_note
       
  1145 //    Poor GPS Data note
       
  1146 //
       
  1147 //----------------------------------------------------
       
  1148 //
       
  1149 RESOURCE TBUF r_blid_gps_timeout_note
       
  1150     {
       
  1151     buf = qtn_blid_infonote_poor_gps;
       
  1152     }
       
  1153 
       
  1154 //----------------------------------------------------
       
  1155 //   
       
  1156 //    r_blid_not_available
       
  1157 //    Not available indicator
       
  1158 //
       
  1159 //----------------------------------------------------
       
  1160 //
       
  1161 RESOURCE TBUF r_blid_not_available
       
  1162     {
       
  1163     buf = qtn_blid_not_available;
       
  1164     }
       
  1165 
       
  1166 //------------------------------------------------------------------------------
       
  1167 //   
       
  1168 //    r_blid_manual_location_query_dialog
       
  1169 //    For Giving the Manual waypoint
       
  1170 //
       
  1171 //------------------------------------------------------------------------------
       
  1172 //
       
  1173 RESOURCE DIALOG r_blid_manual_location_query_dialog
       
  1174     {
       
  1175     flags=EGeneralQueryFlags;
       
  1176     buttons=R_AVKON_SOFTKEYS_OK_CANCEL;
       
  1177     items=
       
  1178         {
       
  1179         DLG_LINE
       
  1180             {
       
  1181             type=EAknCtMultilineQuery;
       
  1182             id=EMultilineFirstLine;
       
  1183             control = AVKON_DATA_QUERY
       
  1184                 {
       
  1185                     layout = EMultiDataFirstLocationEd;
       
  1186                     label = qtn_blid_coordinate_latitude;
       
  1187                     control = LATITUDE_EDITOR
       
  1188                         {
       
  1189 						flags = ELocationEdFlagLatitude;
       
  1190 						latlongresourceid = R_EIK_LATITUDE_AND_LONGITUDE;
       
  1191                         };
       
  1192                 };
       
  1193             },
       
  1194         DLG_LINE
       
  1195             {
       
  1196             type=EAknCtMultilineQuery;
       
  1197             id=EMultilineSecondLine;
       
  1198             control= AVKON_DATA_QUERY
       
  1199                 {
       
  1200                     layout = EMultiDataSecondLocationEd;
       
  1201                     label = qtn_blid_coordinate_longitude;
       
  1202                     control = LONGITUDE_EDITOR
       
  1203                     {
       
  1204 					flags = ELocationEdFlagLongitude;
       
  1205 					latlongresourceid = R_EIK_LATITUDE_AND_LONGITUDE;
       
  1206                     };
       
  1207                 };
       
  1208             }
       
  1209         };
       
  1210     }
       
  1211       
       
  1212 //----------------------------------------------------
       
  1213 //   
       
  1214 //    r_blid_cardinal_point_n
       
  1215 //    Editor's cardinal point 
       
  1216 //
       
  1217 //----------------------------------------------------
       
  1218 //
       
  1219 RESOURCE TBUF r_blid_cardinal_point_n
       
  1220     {
       
  1221     buf = qtn_blid_coordinate_editor_cardinal_point_n;
       
  1222     }
       
  1223 
       
  1224 //----------------------------------------------------
       
  1225 //   
       
  1226 //    r_blid_cardinal_point_s
       
  1227 //    Editor's cardinal point 
       
  1228 //
       
  1229 //----------------------------------------------------
       
  1230 //
       
  1231 RESOURCE TBUF r_blid_cardinal_point_s
       
  1232     {
       
  1233     buf = qtn_blid_coordinate_editor_cardinal_point_s;
       
  1234     }
       
  1235 
       
  1236 //----------------------------------------------------
       
  1237 //   
       
  1238 //    r_blid_cardinal_point_w
       
  1239 //    Editor's cardinal point 
       
  1240 //
       
  1241 //----------------------------------------------------
       
  1242 //
       
  1243 RESOURCE TBUF r_blid_cardinal_point_w
       
  1244     {
       
  1245     buf = qtn_blid_coordinate_editor_cardinal_point_w;
       
  1246     }
       
  1247 
       
  1248 //----------------------------------------------------
       
  1249 //   
       
  1250 //    r_blid_cardinal_point_e
       
  1251 //    Editor's cardinal point 
       
  1252 //
       
  1253 //----------------------------------------------------
       
  1254 //
       
  1255 RESOURCE TBUF r_blid_cardinal_point_e
       
  1256     {
       
  1257     buf = qtn_blid_coordinate_editor_cardinal_point_e;
       
  1258     }
       
  1259 
       
  1260 //----------------------------------------------------
       
  1261 //   
       
  1262 //    r_blid_destination_coordinates
       
  1263 //    Default wanual waypoint name
       
  1264 //
       
  1265 //----------------------------------------------------
       
  1266 //
       
  1267 RESOURCE TBUF r_blid_destination_coordinates
       
  1268     {
       
  1269     buf = qtn_blid_destination_coordinates;
       
  1270     }
       
  1271 
       
  1272 //----------------------------------------------------
       
  1273 //   
       
  1274 //    r_blid_no_waypoints
       
  1275 //    Default wanual waypoint name
       
  1276 //
       
  1277 //----------------------------------------------------
       
  1278 //
       
  1279 RESOURCE TBUF r_blid_no_waypoints
       
  1280     {
       
  1281     buf = qtn_blid_no_waypoints;
       
  1282     }
       
  1283 
       
  1284 //----------------------------------------------------
       
  1285 //   
       
  1286 //    r_blid_error_no_psy
       
  1287 //    Default wanual waypoint name
       
  1288 //
       
  1289 //----------------------------------------------------
       
  1290 //
       
  1291 RESOURCE TBUF r_blid_error_no_psy
       
  1292     {
       
  1293     buf = qtn_blid_msgquery_no_method_enabled;
       
  1294     }
       
  1295 
       
  1296  //----------------------------------------------------
       
  1297 //   
       
  1298 //    r_blid_waitnote_searching_gps_satellites
       
  1299 //    Searching GPS note
       
  1300 //
       
  1301 //----------------------------------------------------
       
  1302 //
       
  1303 RESOURCE TBUF r_blid_waitnote_searching_gps_satellites
       
  1304     {
       
  1305     buf = qtn_blid_waitnote_searching_gps_satellites;
       
  1306     }
       
  1307  
       
  1308  //----------------------------------------------------
       
  1309 //   
       
  1310 //    r_blid_startup_navitext_searching_gps_satellites
       
  1311 //    Searching GPS note
       
  1312 //
       
  1313 //----------------------------------------------------
       
  1314 //
       
  1315 RESOURCE TBUF r_blid_startup_navitext_searching_gps_satellites
       
  1316     {
       
  1317     buf = qtn_blid_startup_navitext_searching_gps_satellites;
       
  1318     }
       
  1319  
       
  1320 //----------------------------------------------------
       
  1321 //   
       
  1322 //    r_blid_note_gps_data
       
  1323 //    GPS data note
       
  1324 //
       
  1325 //----------------------------------------------------
       
  1326 //
       
  1327 RESOURCE TBUF r_blid_note_gps_data
       
  1328     {
       
  1329     buf = qtn_blid_note_gps_data;
       
  1330     }
       
  1331 
       
  1332 //----------------------------------------------------
       
  1333 //   
       
  1334 //    r_blid_nav_distance_m
       
  1335 //    GPS data note
       
  1336 //
       
  1337 //----------------------------------------------------
       
  1338 //
       
  1339 RESOURCE TBUF r_blid_nav_distance_m
       
  1340     {
       
  1341     buf = qtn_blid_nav_distance_m;
       
  1342     }
       
  1343 
       
  1344 //----------------------------------------------------
       
  1345 //   
       
  1346 //    r_blid_nav_distance_km
       
  1347 //    GPS data note
       
  1348 //
       
  1349 //----------------------------------------------------
       
  1350 //
       
  1351 RESOURCE TBUF r_blid_nav_distance_km
       
  1352     {
       
  1353     buf = qtn_blid_nav_distance_km;
       
  1354     }
       
  1355 
       
  1356 //----------------------------------------------------
       
  1357 //   
       
  1358 //    r_blid_nav_distance_mi
       
  1359 //    GPS data note
       
  1360 //
       
  1361 //----------------------------------------------------
       
  1362 //
       
  1363 RESOURCE TBUF r_blid_nav_distance_mi
       
  1364     {
       
  1365     buf = qtn_blid_nav_distance_mi;
       
  1366     }
       
  1367 
       
  1368 //----------------------------------------------------
       
  1369 //   
       
  1370 //    r_blid_nav_distance_ft
       
  1371 //    GPS data note
       
  1372 //
       
  1373 //----------------------------------------------------
       
  1374 //
       
  1375 RESOURCE TBUF r_blid_nav_distance_ft
       
  1376     {
       
  1377     buf = qtn_blid_nav_distance_ft;
       
  1378     }
       
  1379 
       
  1380 //----------------------------------------------------
       
  1381 //   
       
  1382 //    r_blid_error_no_gps_device
       
  1383 //    GPS not available note
       
  1384 //
       
  1385 //----------------------------------------------------
       
  1386 //
       
  1387 RESOURCE TBUF r_blid_error_no_gps_device
       
  1388     {
       
  1389     buf = qtn_blid_gps_device_unavailable_note;
       
  1390     }
       
  1391 
       
  1392 //----------------------------------------------------
       
  1393 //   
       
  1394 //    r_blid_empty_landmark_destination
       
  1395 //    Empty landmark coordinate note
       
  1396 //
       
  1397 //----------------------------------------------------
       
  1398 //
       
  1399 RESOURCE TBUF r_blid_empty_landmark_destination
       
  1400     {
       
  1401     buf = qtn_blid_empty_landmark_destination;
       
  1402     }
       
  1403 
       
  1404 //----------------------------------------------------
       
  1405 //   
       
  1406 //    r_blid_set_destination
       
  1407 //    Set Destination string for Navigation view
       
  1408 //
       
  1409 //----------------------------------------------------
       
  1410 //
       
  1411 RESOURCE TBUF r_blid_set_destination
       
  1412     {
       
  1413     buf = qtn_blid_set_destination;
       
  1414     }
       
  1415 
       
  1416 //----------------------------------------------------
       
  1417 //   
       
  1418 //    r_memlo_not_enough_memory
       
  1419 //    Out of memory note
       
  1420 //
       
  1421 //----------------------------------------------------
       
  1422 //
       
  1423 RESOURCE TBUF r_memlo_not_enough_memory
       
  1424 	{
       
  1425 	buf = qtn_memlo_not_enough_memory;
       
  1426 	}
       
  1427 
       
  1428 //----------------------------------------------------
       
  1429 //   
       
  1430 //    r_blid_conf_dest_inaccurate
       
  1431 //    Landmark accuracy poor string
       
  1432 //
       
  1433 //----------------------------------------------------
       
  1434 //
       
  1435 RESOURCE TBUF r_blid_conf_dest_inaccurate
       
  1436 	{
       
  1437 	buf = qtn_blid_conf_dest_inaccurate;
       
  1438 	}
       
  1439 	
       
  1440 
       
  1441 //----------------------------------------------------
       
  1442 //   
       
  1443 //    r_trip_resume_confirmation_note
       
  1444 //    Out of memory note
       
  1445 //
       
  1446 //----------------------------------------------------
       
  1447 //
       
  1448 RESOURCE DIALOG r_trip_resume_confirmation_note
       
  1449     {
       
  1450     flags = EAknGeneralQueryFlags;
       
  1451     buttons=R_AVKON_SOFTKEYS_OK_EMPTY;
       
  1452     items=
       
  1453         {
       
  1454         DLG_LINE
       
  1455             {
       
  1456             type=EAknCtNote;  
       
  1457             id = EBlidLat;
       
  1458             control= AVKON_NOTE
       
  1459                 {
       
  1460                 layout = EGeneralLayout;
       
  1461                 singular_label = qtn_blid_note_trip_resume;                    
       
  1462                 animation = R_QGN_NOTE_INFO_ANIM;
       
  1463                 };
       
  1464             }
       
  1465         };
       
  1466     }
       
  1467 	
       
  1468 //--------------------------------------------------------
       
  1469 //   
       
  1470 //    r_blid_waiting_gps_list
       
  1471 //    Trip meter's and My position views string
       
  1472 //
       
  1473 //--------------------------------------------------------
       
  1474 //
       
  1475 RESOURCE TBUF r_blid_waiting_gps_list
       
  1476 	{
       
  1477 	buf = qtn_blid_view_indicator_waiting;
       
  1478 	}
       
  1479 
       
  1480 //------------------------------------------------------------------------------
       
  1481 //   
       
  1482 //    r_blid_msk_open
       
  1483 //    Main view MSK label "Open" text
       
  1484 //
       
  1485 //------------------------------------------------------------------------------
       
  1486 //
       
  1487 RESOURCE TBUF r_blid_msk_open
       
  1488     {
       
  1489     buf = qtn_msk_open;
       
  1490     }
       
  1491     
       
  1492 //------------------------------------------------------------------------------
       
  1493 //   
       
  1494 //    r_blid_msk_change
       
  1495 //    Settings view MSK label "Change" text
       
  1496 //
       
  1497 //------------------------------------------------------------------------------
       
  1498 //
       
  1499 RESOURCE TBUF r_blid_msk_change
       
  1500     {
       
  1501     buf = qtn_msk_change;
       
  1502     }
       
  1503 
       
  1504 //----------------------------------------------------
       
  1505 //   
       
  1506 //    r_blid_softkeys_options_back__contextoptions
       
  1507 //    Navigation and Trip meter View's default CBA options  
       
  1508 //
       
  1509 //----------------------------------------------------
       
  1510 //
       
  1511 RESOURCE CBA r_blid_softkeys_options_back__contextoptions
       
  1512     {
       
  1513     buttons =
       
  1514         {
       
  1515         CBA_BUTTON 
       
  1516             {
       
  1517             id=EAknSoftkeyOptions;
       
  1518             txt = text_softkey_option;
       
  1519             },
       
  1520         CBA_BUTTON 
       
  1521             {
       
  1522             id=EAknSoftkeyBack; 
       
  1523             txt = text_softkey_back; 
       
  1524             },
       
  1525         CBA_BUTTON 
       
  1526             {
       
  1527             id=EAknSoftkeyContextOptions; 
       
  1528             txt = text_softkey_option;
       
  1529             }
       
  1530         };
       
  1531     }
       
  1532 //----------------------------------------------------
       
  1533 //   
       
  1534 //    r_blid_softkeys_options_exit__contextoptions
       
  1535 //    All Saved waypoints View's default CBA options  
       
  1536 //
       
  1537 //----------------------------------------------------
       
  1538 //
       
  1539 RESOURCE CBA r_blid_softkeys_options_exit__contextoptions
       
  1540     {
       
  1541     buttons =
       
  1542         {
       
  1543         CBA_BUTTON 
       
  1544             {
       
  1545             id=EAknSoftkeyOptions;
       
  1546             txt = text_softkey_option;
       
  1547             },
       
  1548         CBA_BUTTON 
       
  1549             {
       
  1550             id=EAknSoftkeyExit; 
       
  1551             txt = text_softkey_exit; 
       
  1552             },
       
  1553         CBA_BUTTON 
       
  1554             {
       
  1555             id=EAknSoftkeyContextOptions; 
       
  1556             txt = text_softkey_option;
       
  1557             }
       
  1558         };
       
  1559     }
       
  1560 //------------------------------------------------------------------------------
       
  1561 //   
       
  1562 //    r_blid_backlight_normal
       
  1563 //    Settings view Backlight settings selection text
       
  1564 //
       
  1565 //------------------------------------------------------------------------------
       
  1566 //
       
  1567 RESOURCE TBUF r_blid_backlight_normal
       
  1568     {
       
  1569     buf = qtn_blid_backlight_normal;
       
  1570     }
       
  1571 
       
  1572 
       
  1573 //------------------------------------------------------------------------------
       
  1574 //   
       
  1575 //    r_blid_backlight_on
       
  1576 //    Settings view Backlight settings selection text
       
  1577 //
       
  1578 //------------------------------------------------------------------------------
       
  1579 //
       
  1580 RESOURCE TBUF r_blid_backlight_on
       
  1581     {
       
  1582     buf = qtn_blid_backlight_always_on;
       
  1583     }
       
  1584 
       
  1585 //------------------------------------------------------------------------------
       
  1586 //   
       
  1587 //    r_blid_settings_backlight_page
       
  1588 //    Set backlight text
       
  1589 //
       
  1590 //------------------------------------------------------------------------------
       
  1591 //
       
  1592 RESOURCE AVKON_SETTING_PAGE r_blid_settings_backlight_page
       
  1593     { 
       
  1594     label = qtn_blid_backlight;
       
  1595     softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL;
       
  1596     type = EAknSetListBox;
       
  1597     editor_resource_id = r_blid_backlight_settings_listbox;
       
  1598     }
       
  1599 //------------------------------------------------------------------------------
       
  1600 //   
       
  1601 //    r_blid_backlight_settings_listbox 
       
  1602 //    Set Settings text
       
  1603 //
       
  1604 //------------------------------------------------------------------------------
       
  1605 //
       
  1606 RESOURCE LISTBOX r_blid_backlight_settings_listbox 
       
  1607     {
       
  1608     flags = EEikListBoxMultipleSelection;
       
  1609     }
       
  1610 
       
  1611 //------------------------------------------------------------------------------
       
  1612 //   
       
  1613 //    r_blid_backlight
       
  1614 //    Settings view Backlight text
       
  1615 //
       
  1616 //------------------------------------------------------------------------------
       
  1617 //
       
  1618 RESOURCE TBUF r_blid_backlight
       
  1619     {
       
  1620     buf = qtn_blid_backlight;
       
  1621     }
       
  1622 
       
  1623 // ---------------------------------------------------------
       
  1624 //   
       
  1625 //   r_blid_destination_stylus_menu
       
  1626 //   Stylus popup menu
       
  1627 //
       
  1628 // ---------------------------------------------------------
       
  1629 //
       
  1630 RESOURCE STYLUS_POPUP_MENU r_blid_destination_stylus_menu
       
  1631     {
       
  1632     items =
       
  1633         {
       
  1634         STYLUS_POPUP_MENU_ITEM { command = EBlidCmdStopNavigation; txt = qtn_blid_stylus_clear; },
       
  1635 				STYLUS_POPUP_MENU_ITEM { command = EBlidCmdWaypoint; txt=qtn_blid_stylus_waypoint; },
       
  1636 				STYLUS_POPUP_MENU_ITEM { command = EBlidCmdLmk; txt=qtn_blid_stylus_landmark; },
       
  1637 				STYLUS_POPUP_MENU_ITEM { command = EBlidCmdManualWaypoint; txt=qtn_blid_stylus_coordinates; }
       
  1638         };
       
  1639     }
       
  1640 
       
  1641 //------------------------------------------------------------------------------
       
  1642 //   
       
  1643 //    r_blid_connect_gps_list
       
  1644 //    Connect gps text
       
  1645 //
       
  1646 //------------------------------------------------------------------------------
       
  1647 //
       
  1648 RESOURCE TBUF r_blid_connect_gps_list
       
  1649     {
       
  1650     buf=qtn_blid_view_indicator_not_found;
       
  1651     }     
       
  1652     
       
  1653 //----------------------------------------------------
       
  1654 //   Added for Taco
       
  1655 //    r_blid_main_embeded_view
       
  1656 //    Home view
       
  1657 //
       
  1658 //----------------------------------------------------
       
  1659 //
       
  1660 RESOURCE AVKON_VIEW r_blid_main_embeded_view
       
  1661     {    
       
  1662     menubar=r_blid_main_menubar;  
       
  1663     cba=R_AVKON_SOFTKEYS_OPTIONS_BACK;    
       
  1664     }
       
  1665 
       
  1666 // Adition for taco
       
  1667 //----------------------------------------------------
       
  1668 //   
       
  1669 //    r_blid_save_current_location_menu
       
  1670 //    ?description
       
  1671 //
       
  1672 //----------------------------------------------------
       
  1673 //
       
  1674 RESOURCE MENU_PANE r_blid_save_current_location_menu
       
  1675     {
       
  1676     items=
       
  1677         {
       
  1678 		MENU_ITEM { command=EBlidCmdShowDetails; txt=qtn_blid_opt_current_location_details; },
       
  1679 		MENU_ITEM { command=EBlidCmdSaveLocation; txt=qtn_blid_opt_current_location_save; }
       
  1680         };
       
  1681     }
       
  1682 
       
  1683 //----------------------------------------------------
       
  1684 //   
       
  1685 //    r_blid_currentlocation_softkeys_save__exit
       
  1686 //    Current location softkey options  
       
  1687 //
       
  1688 //----------------------------------------------------
       
  1689 //
       
  1690 RESOURCE CBA r_blid_currentlocation_softkeys_save__exit
       
  1691     {
       
  1692     buttons =
       
  1693         {
       
  1694         CBA_BUTTON 
       
  1695             {
       
  1696             id=EAknSoftkeySave;
       
  1697             txt = text_softkey_save;
       
  1698             },
       
  1699         CBA_BUTTON 
       
  1700             {
       
  1701             id=EAknSoftkeyExit; 
       
  1702             txt = text_softkey_exit; 
       
  1703             }
       
  1704         };
       
  1705     }
       
  1706 
       
  1707 //----------------------------------------------------
       
  1708 //   
       
  1709 //    r_blid_metric_speed_format
       
  1710 //    List item's format
       
  1711 //
       
  1712 //----------------------------------------------------
       
  1713 //
       
  1714 RESOURCE TBUF r_blid_metric_speed_format
       
  1715     {
       
  1716     buf = qtn_blid_navigation_speed_kmph;
       
  1717     }
       
  1718 
       
  1719 //----------------------------------------------------
       
  1720 //   
       
  1721 //    r_blid_imperial_speed_format	
       
  1722 //    List item's format
       
  1723 //
       
  1724 //----------------------------------------------------
       
  1725 //
       
  1726 RESOURCE TBUF r_blid_imperial_speed_format
       
  1727     {
       
  1728     buf = qtn_blid_navigation_speed_mph;
       
  1729     }
       
  1730 
       
  1731 //----------------------------------------------------
       
  1732 //   
       
  1733 //    r_blid_message_query_dialog
       
  1734 //
       
  1735 //
       
  1736 //----------------------------------------------------
       
  1737 //
       
  1738 RESOURCE DIALOG r_blid_message_query_dialog
       
  1739     {
       
  1740     flags = EGeneralQueryFlags | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow;
       
  1741     //buttons = R_AVKON_SOFTKEYS_EXIT;
       
  1742     items=
       
  1743         {
       
  1744         DLG_LINE
       
  1745             {
       
  1746             type = EAknCtPopupHeadingPane;
       
  1747             id = EAknMessageQueryHeaderId;
       
  1748             control = AVKON_HEADING
       
  1749                 {
       
  1750                 headinglayout = R_AVKON_WML_SIGN_QUERY_HEADING_PANE;
       
  1751                 };
       
  1752             },
       
  1753         DLG_LINE
       
  1754             {
       
  1755             type = EAknCtMessageQuery;
       
  1756             id = EAknMessageQueryContentId;
       
  1757             control = AVKON_MESSAGE_QUERY
       
  1758                 {
       
  1759                 };
       
  1760             }
       
  1761         };
       
  1762     }
       
  1763 
       
  1764 //----------------------------------------------------
       
  1765 //   
       
  1766 //    r_blid_nogps_found	
       
  1767 //    Infopopup header format
       
  1768 //
       
  1769 //----------------------------------------------------
       
  1770 //
       
  1771 RESOURCE TBUF r_blid_nogps_found
       
  1772     {
       
  1773     buf = qtn_blid_msgquery_header_nogpsdevice;
       
  1774     } 
       
  1775 
       
  1776 //----------------------------------------------------
       
  1777 //   
       
  1778 //    r_blid_nopsy_enabled	
       
  1779 //    Infopopup header format
       
  1780 //
       
  1781 //----------------------------------------------------
       
  1782 //
       
  1783 RESOURCE TBUF r_blid_nopsy_enabled
       
  1784     {
       
  1785     buf = qtn_blid_msgquery_no_satellite_methods;
       
  1786     }
       
  1787         
       
  1788 //----------------------------------------------------
       
  1789 //   
       
  1790 //    r_blid_nogps_found_text	
       
  1791 //    infopop up note text
       
  1792 //
       
  1793 //----------------------------------------------------
       
  1794 //
       
  1795 RESOURCE TBUF r_blid_nogps_found_text
       
  1796     {
       
  1797     buf = qtn_blid_msgquery_check_positioning_settings;
       
  1798     }
       
  1799     
       
  1800 //----------------------------------------------------
       
  1801 //   
       
  1802 //    r_blid_nogps_available_text	
       
  1803 //    infopop up note text
       
  1804 //
       
  1805 //----------------------------------------------------
       
  1806 //
       
  1807 RESOURCE TBUF r_blid_nogps_available_text
       
  1808     {
       
  1809     buf = qtn_blid_msgquery_accessory_device_needed;
       
  1810     }  
       
  1811     
       
  1812 //----------------------------------------------------
       
  1813 //   
       
  1814 //    r_blid_select_positioning_method	
       
  1815 //    infopop up note text
       
  1816 //
       
  1817 //----------------------------------------------------
       
  1818 //
       
  1819 RESOURCE TBUF r_blid_select_positioning_method
       
  1820     {
       
  1821     buf = qtn_blid_msgquery_link_positioning_settings;
       
  1822     }  
       
  1823     
       
  1824 //----------------------------------------------------
       
  1825 //   
       
  1826 //    r_blid_softkeys_info_exit
       
  1827 //    All View's default CBA options  
       
  1828 //
       
  1829 //----------------------------------------------------
       
  1830 //
       
  1831 RESOURCE CBA r_blid_softkeys_info_exit
       
  1832     {
       
  1833     buttons =
       
  1834         {
       
  1835         CBA_BUTTON 
       
  1836             {
       
  1837             id=EBlidSoftkeyInfo;
       
  1838             txt = text_softkey_info;
       
  1839             },
       
  1840         CBA_BUTTON 
       
  1841             {
       
  1842             id=EAknSoftkeyExit; 
       
  1843             txt = text_softkey_exit; 
       
  1844             }
       
  1845         };
       
  1846     }
       
  1847 
       
  1848 //----------------------------------------------------
       
  1849 //   
       
  1850 //    r_blid_note_searching_animation	
       
  1851 //    Start up view searching animation text
       
  1852 //
       
  1853 //----------------------------------------------------
       
  1854 //
       
  1855 RESOURCE TBUF r_blid_note_searching_animation
       
  1856     {
       
  1857     buf = qtn_blid_startup_navitext_searching_gps_device;
       
  1858     } 
       
  1859     
       
  1860 //----------------------------------------------------
       
  1861 //   
       
  1862 //    r_blid_infopopup_softkeys_retry__exit
       
  1863 //    Current location softkey options  
       
  1864 //
       
  1865 //----------------------------------------------------
       
  1866 //
       
  1867 RESOURCE CBA r_blid_infopopup_softkeys_retry__exit
       
  1868     {
       
  1869     buttons =
       
  1870         {
       
  1871         CBA_BUTTON 
       
  1872             {
       
  1873             id=EBlidSoftkeyRetry;
       
  1874             txt = text_softkey_retry;
       
  1875             },
       
  1876         CBA_BUTTON 
       
  1877             {
       
  1878             id=EAknSoftkeyOk; 
       
  1879             txt = text_softkey_exit; 
       
  1880             }
       
  1881         };
       
  1882     }
       
  1883 
       
  1884 //------------------------------------------------------------------------------
       
  1885 //   
       
  1886 //    r_blid_arrival_ringing_tone
       
  1887 //    Settings view arrival tone
       
  1888 //
       
  1889 //------------------------------------------------------------------------------
       
  1890 //
       
  1891 RESOURCE TBUF r_blid_arrival_ringing_tone
       
  1892     {
       
  1893     buf = qtn_blid_arrival_tone;
       
  1894     }
       
  1895     
       
  1896 //------------------------------------------------------------------------------
       
  1897 //   
       
  1898 //    r_blid_reset_odometer
       
  1899 //    Settings view reset odometer
       
  1900 //
       
  1901 //------------------------------------------------------------------------------
       
  1902 //
       
  1903 RESOURCE TBUF r_blid_reset_odometer
       
  1904     {
       
  1905     buf = qtn_blid_reset_odometer;
       
  1906     }
       
  1907     
       
  1908 //------------------------------------------------------------------------------
       
  1909 //   
       
  1910 //    r_blid_arrival_tone_off
       
  1911 //    Settings view arrival tone option
       
  1912 //
       
  1913 //------------------------------------------------------------------------------
       
  1914 //
       
  1915 RESOURCE TBUF r_blid_arrival_tone_off
       
  1916     {
       
  1917     buf = qtn_blid_arrival_tone_off;
       
  1918     }
       
  1919     
       
  1920 //----------------------------------------------------
       
  1921 //   
       
  1922 //    r_settings_odometer_reset_confirmation_note
       
  1923 //    Confirmation note for reseting odometer.
       
  1924 //
       
  1925 //----------------------------------------------------
       
  1926 //
       
  1927 RESOURCE DIALOG r_settings_odometer_reset_confirmation_note
       
  1928     {
       
  1929     flags = EAknGeneralQueryFlags;
       
  1930     buttons=R_AVKON_SOFTKEYS_YES_NO;
       
  1931     items=
       
  1932         {
       
  1933         DLG_LINE
       
  1934             {
       
  1935             type=EAknCtNote;  
       
  1936             id = EBlidResetOdo;
       
  1937             control= AVKON_NOTE
       
  1938                 {
       
  1939                 layout = EGeneralLayout;
       
  1940                 singular_label = qtn_blid_reset_odometer_query;                    
       
  1941                 animation = R_QGN_NOTE_INFO_ANIM;
       
  1942                 };
       
  1943             }
       
  1944         };
       
  1945     }
       
  1946 
       
  1947 
       
  1948 //----------------------------------------------------
       
  1949 //   
       
  1950 //    r_blid_infopopup_softkeys_ok__exit
       
  1951 //    Current location softkey options  
       
  1952 //
       
  1953 //----------------------------------------------------
       
  1954 //
       
  1955 RESOURCE CBA r_blid_infopopup_softkeys_ok__exit
       
  1956     {
       
  1957     buttons =
       
  1958         {
       
  1959         CBA_BUTTON 
       
  1960             {
       
  1961             id=EAknSoftkeyOk;
       
  1962             txt = text_softkey_ok;
       
  1963             },
       
  1964         CBA_BUTTON 
       
  1965             {
       
  1966             id=EAknSoftkeyExit; 
       
  1967             txt = text_softkey_exit; 
       
  1968             }
       
  1969         };
       
  1970     }
       
  1971 
       
  1972 //----------------------------------------------------
       
  1973 //   
       
  1974 //    r_blid_infopopup_softkeys__exit
       
  1975 //    Accessory Required
       
  1976 //
       
  1977 //----------------------------------------------------
       
  1978 //
       
  1979 RESOURCE CBA r_blid_infopopup_softkeys_exit
       
  1980     {
       
  1981     buttons =
       
  1982         {
       
  1983         CBA_BUTTON 
       
  1984             {
       
  1985 
       
  1986             },
       
  1987         CBA_BUTTON 
       
  1988             {
       
  1989             id=EAknSoftkeyExit; 
       
  1990             txt = text_softkey_exit; 
       
  1991             }
       
  1992         };
       
  1993     }
       
  1994     
       
  1995         
       
  1996 //----------------------------------------------------
       
  1997 //   
       
  1998 //    r_info_popup_msg_query
       
  1999 //    Information message.
       
  2000 //
       
  2001 //----------------------------------------------------
       
  2002 //
       
  2003 RESOURCE DIALOG r_info_popup_msg_query
       
  2004     {
       
  2005     flags = EAknGeneralQueryFlags;
       
  2006     buttons=r_blid_infopopup_softkeys_ok__exit;
       
  2007     items=
       
  2008         {
       
  2009         DLG_LINE
       
  2010             {
       
  2011             type=EAknCtNote;  
       
  2012             id = EBlidResetOdo;
       
  2013             control= AVKON_NOTE
       
  2014                 {
       
  2015                 layout = EGeneralLayout;
       
  2016                 singular_label = qtn_blid_msgquery_device_connection_lost;                    
       
  2017                 animation = R_QGN_NOTE_INFO_ANIM;
       
  2018                 };
       
  2019             }
       
  2020         };
       
  2021     }
       
  2022     
       
  2023 //----------------------------------------------------
       
  2024 //   
       
  2025 //    r_blid_softkeys_options_stop
       
  2026 //    View's CBA options  
       
  2027 //
       
  2028 //----------------------------------------------------
       
  2029 //
       
  2030 RESOURCE CBA r_blid_softkeys_options_stop
       
  2031     {
       
  2032     buttons =
       
  2033         {
       
  2034         CBA_BUTTON 
       
  2035             {
       
  2036             id=EAknSoftkeyOptions;
       
  2037             txt = text_softkey_option;
       
  2038             },
       
  2039         CBA_BUTTON 
       
  2040             {
       
  2041             id=EBlidSoftKeyStop; 
       
  2042             txt = text_softkey_stop;
       
  2043             },
       
  2044         CBA_BUTTON 
       
  2045             {
       
  2046             id=EAknSoftkeyContextOptions; 
       
  2047             txt = text_softkey_option;
       
  2048             }            
       
  2049         };
       
  2050     }
       
  2051 
       
  2052 //------------------------------------------------------------------------------
       
  2053 //   
       
  2054 //    r_blid_msk_reset
       
  2055 //    Settings view MSK label "Reset" text
       
  2056 //
       
  2057 //------------------------------------------------------------------------------
       
  2058 //
       
  2059 RESOURCE TBUF r_blid_msk_reset
       
  2060     {
       
  2061     buf = qtn_msk_reset;
       
  2062     }
       
  2063 
       
  2064 //----------------------------------------------------
       
  2065 //   
       
  2066 //    r_blid_note_gps_positioning_available
       
  2067 //    GPS positioning available note
       
  2068 //
       
  2069 //----------------------------------------------------
       
  2070 //
       
  2071 RESOURCE TBUF r_blid_note_gps_positioning_available
       
  2072     {
       
  2073     buf = qtn_blid_startup_navitext_gps_pos_available;
       
  2074     }
       
  2075             
       
  2076 //----------------------------------------------------
       
  2077 //   
       
  2078 //    R_BLID_OPTION_INFO_EXIT
       
  2079 //    All View's default CBA options  
       
  2080 //
       
  2081 //----------------------------------------------------
       
  2082 //
       
  2083 RESOURCE CBA r_blid_option_info_exit
       
  2084     {
       
  2085     buttons =
       
  2086         {
       
  2087         CBA_BUTTON 
       
  2088             {
       
  2089             id=EAknSoftkeyOptions;
       
  2090             txt = text_softkey_option;
       
  2091             },
       
  2092         CBA_BUTTON 
       
  2093             {
       
  2094             id=EAknSoftkeyExit; 
       
  2095             txt = text_softkey_exit; 
       
  2096             },
       
  2097         CBA_BUTTON 
       
  2098             {
       
  2099             id=EBlidNavigationMskInfo; 
       
  2100             txt = text_softkey_info;
       
  2101             }
       
  2102         };
       
  2103     }                            
       
  2104 // End of File
       
  2105