// 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 HelpMenuTrainingMap extends HelpMenu; function InitComponent(GUIController MyController, GUIComponent MyOwner) { EN_HelpText ="The map is a tool that will give you an overview of the region that you need to inspect. You can see where the levees are and you can see where you are at the moment.||"; EN_HelpText = EN_HelpText$"You are the red icon in the map. You can also see little report markers, when you placed one or more of these.||"; EN_HelpText = EN_HelpText$"The walking to the report marker will not be shown; you have something better to do than admiring the beautiful Dutch polder landscape!||"; NL_HelpText="De kaart is een hulpmiddel waarmee je een overzicht krijgt van de regio die je dient te inspecteren. Je kunt zien waar de dijken zich bevinden en je kunt zien waar jij je op het moment bevindt.||"; NL_HelpText = NL_HelpText$"Door met de cursor over de rapport piketten te gaan verschijnt de tekst “Ga naar dit rapport piket”. Als je dan op de linkermuisknop drukt, loop je onmiddellijk naar dit rapport piket toe.||"; NL_HelpText = NL_HelpText$"Het lopen naar de rapportpiket wordt niet vertoond; je hebt namelijk wel iets veel beters te doen dan het mooie Nederlandse polderlandschap te bewonderen!||"; Super.InitComponent(MyController, MyOwner); } defaultproperties { PreviousMenuName="GeoSimulator.MenuTrainingMap" // ********************************************************** // 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." }