// September 2015 // Levee Patroller / Dijk Patrouille // This source file is (c) by Deltares. This source file is open source but only available to select users. Do not redistribute without written permission of Stichting Deltares, Delft, The Netherlands. // This header has been automatically generated. //============================================================================= // Menu that shows up for help // // PreviousMenuName -> File that this help is for // EN_HelpText -> Help text in english // NL_HelpText -> Help text in dutch // // ------------------------------------------------------------ // Created by Rui Guimaraes // © 2006, Geodelft // // 2007-09-19 wsl Changed all occurrences of 'afstands-' to 'meet-' // 2008-02-12 wsl Changed all occurrences of 'distance' to 'measurement' //============================================================================= class HelpMenuYellowMarker extends HelpMenu; function InitComponent(GUIController MyController, GUIComponent MyOwner) { EN_HelpText ="With a measurement marker you are able to measure the width, length and height of signals. After putting down a measurement marker the measurement menu will automatically pop-up. You can also access the measurement menu by getting close to a measurement marker and pressing the left mouse button when it says so in the top of the screen.||"; EN_HelpText = EN_HelpText$"The measurement menu has three options:||"; EN_HelpText = EN_HelpText$"1. Measure distance: to measure the width, the length and height.||"; EN_HelpText = EN_HelpText$"2. Move marker: to place the marker somewhere else.||"; EN_HelpText = EN_HelpText$"3. Delete: to erase the marker.||"; EN_HelpText = EN_HelpText$"After placing another measurement marker the measurement menu automatically pops-up again and will show the measurement results, the last and the previous results, if it has any. The measurement results consists of the distance, which could either be interpreted as the length or the width, and the height. For reporting, it is important that the smallest measurement should always be interpreted as the width.|"; NL_HelpText="Met een meetpiket ben je in staat om de breedte, lengte en hoogte van het schadebeeld te bepalen. Na het plaatsen van een meetpiket zal het meetmenu automatisch tevoorschijn komen. Je kan ook toegang tot het meetmenu krijgen door dichtbij een meetpiket te gaan staan en dan de linkermuisknop in te drukken als dit aan de bovenkant van het scherm wordt aangegeven.||"; NL_HelpText = NL_HelpText$"Het meetmenu heeft drie mogelijkheden:||"; NL_HelpText = NL_HelpText$"1. Meet afstand: om de breedte, de lengte en hoogte te meten||"; NL_HelpText = NL_HelpText$"2. Verplaats piket: voor als een schadebeeld is gegroeid||"; NL_HelpText = NL_HelpText$"3. Verwijder piket: voor als deze in de weg staat||"; NL_HelpText = NL_HelpText$"Na het plaatsen van een tweede meetpiket komt het meetmenu automatisch tevoorschijn en zal het meetresultaat worden getoond. Het meetresultaat bevat zowel de resultaten van de laatste meting als ook de resultaten van vorige meting indien die er zijn.||"; NL_HelpText = NL_HelpText$"De meetresultaten bevatten de afstand, die zowel als lengte of als breedte kan worden geïnterpreteerd, en de hoogte. Voor het rapporteren is het belangrijk dat de kleinste meting altijd als de breedte moet worden geïnterpreteerd.|"; Super.InitComponent(MyController, MyOwner); } defaultproperties { PreviousMenuName="GeoSimulator.MenuYellowMarker" // ********************************************************** // To fill help take coments from lines below and place text // ********************************************************** // EN_HelpText="Place your english text here." // NL_HelpText="Place your dutch text here." }