landmarksui/uicontrols/data/LmkEditor.rss
branchRCL_3
changeset 9 4721bd00d3da
parent 0 522cd55cc3d7
child 16 8173571d354e
equal deleted inserted replaced
8:3a25f69541ff 9:4721bd00d3da
   874 	flags = ELocationEdFlagLongitude;
   874 	flags = ELocationEdFlagLongitude;
   875 	latlongresourceid = R_EIK_LATITUDE_AND_LONGITUDE;
   875 	latlongresourceid = R_EIK_LATITUDE_AND_LONGITUDE;
   876 	}
   876 	}
   877 //----------------------------------------------------
   877 //----------------------------------------------------
   878 //   
   878 //   
   879 //    r_lmk_unit_editor
   879 //    r_lmk_unit_editor_metric
   880 //    Avkon's distance editor
   880 //    Avkon's distance editor using metric units
   881 //
   881 //
   882 //----------------------------------------------------
   882 //----------------------------------------------------
   883 //     
   883 //     
   884 RESOURCE AVKON_UNIT_EDITOR r_lmk_unit_editor
   884 RESOURCE AVKON_UNIT_EDITOR r_lmk_unit_editor_metric
   885     {
   885     {
   886     min = 0;
   886     min = 0;
   887     max = 99999;
   887     max = 20000;	// KMaxAccuracy
   888     maxfractionaldigits = 2;
   888     maxfractionaldigits = 2;
   889     flags = EAknUnitEditorAllowUninitialized;
   889     flags = EAknUnitEditorAllowUninitialized;
   890     }
   890     }
       
   891 //----------------------------------------------------
       
   892 //   
       
   893 //    r_lmk_unit_editor_imperial
       
   894 //    Avkon's distance editor using imperial units
       
   895 //
       
   896 //----------------------------------------------------
       
   897 //     
       
   898 RESOURCE AVKON_UNIT_EDITOR r_lmk_unit_editor_imperial
       
   899     {
       
   900     min = 0;
       
   901     max = 6099;		// KMaxAccuracy/KMetreToFoot
       
   902     maxfractionaldigits = 2;
       
   903     flags = EAknUnitEditorAllowUninitialized;
       
   904     }
   891 // End of File
   905 // End of File