// 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 HelpMenuTrainingChooseSignal extends HelpMenu; function InitComponent(GUIController MyController, GUIComponent MyOwner) { EN_HelpText ="Choose the signal for which you would like to create a damage report. You can do this by clicking the appropriate select box with your left mouse button.||"; EN_HelpText = EN_HelpText$"If you observe multiple signals in one location, you will have to create multiple damage reports for each signal.||"; EN_HelpText = EN_HelpText$"When you have chosen a signal, press the arrow at the bottom right of the screen to continue.||"; NL_HelpText="Kies het schadebeeld waarvoor je een rapport wil maken door met de linker muisknop een vinkje te plaatsen bij een van de schadebeelden.||"; NL_HelpText = NL_HelpText$"Als je op één locatie meerdere schadebeelden ziet, dan dien je dit menu ook meerdere keren te doorlopen.||"; NL_HelpText = NL_HelpText$"Als je hebt gekozen kun je op de pijl rechtsonder klikken om verder te gaan.||"; Super.InitComponent(MyController, MyOwner); } defaultproperties { PreviousMenuName="GeoSimulator.MenuTrainingChooseSignal" bCloseMenuButStillInMenu = true; // ********************************************************** // 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." }