// 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 //============================================================================= class HelpMenuRedMarkerLocation extends HelpMenu; function InitComponent(GUIController MyController, GUIComponent MyOwner) { EN_HelpText ="In this item you have to determine the location. This can be done by moving the cursor to which a red cross is attached over the map.||"; EN_HelpText = EN_HelpText$"When you think you found the location you can press the left mouse button. The red cross will then be placed on the map. If you changed your mind, you can move the red cross again by pressing the left mouse button.||"; EN_HelpText = EN_HelpText$"If you think you are done, you can press “OK”. You can keep changing the location until you have called the Action Center.||"; NL_HelpText="Hier moet de locatie bepaald worden. Dit kan worden gedaan door met de cursor naar een rood kruis te gaan die aan de kaart is toegevoegd.||"; NL_HelpText = NL_HelpText$"Wanneer je denkt de locatie gevonden te hebben druk je op de linkermuisknop. Het rode kruis zal dan in de kaart worden geplaatst. Als je van mening verandert, kun je het rode kruis opnieuw verplaatsen door weer op de linkermuisknop te drukken.||"; NL_HelpText = NL_HelpText$"Als je van mening bent dat je klaar bent, druk dan op “OK”. Er kan van locatie veranderd worden totdat het Actiecentrum is gebeld.||"; Super.InitComponent(MyController, MyOwner); } defaultproperties { PreviousMenuName="GeoSimulator.MenuRedMarkerLocation" // ********************************************************** // 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." }