// 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 HelpMenuSignalLocation extends HelpMenu; function InitComponent(GUIController MyController, GUIComponent MyOwner) { EN_HelpText ="Click the left mousebutton in the area where the signal was observed.||"; EN_HelpText = EN_HelpText$"Next, click on the arrow pointing right in the bottom right corner of the screen.||"; NL_HelpText="Klik met de linker muisknop het gebied aan waar het schadebeeld is gevonden.||"; NL_HelpText = NL_HelpText$"Klik daarna op de pijl naar rechts, rechtsonder in het scherm.||"; Super.InitComponent(MyController, MyOwner); } defaultproperties { bCloseMenuButStillInMenu = true; PreviousMenuName="GeoSimulator.MenuSignalLocation" // ********************************************************** // 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." }