// 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 HelpMenuSignalQuestions extends HelpMenu; function InitComponent(GUIController MyController, GUIComponent MyOwner) { log("hij is in helpmenusignalquestions"); EN_HelpText ="Here you should report the details for the observed signal. Read the questions carefully, because without the right information the Action Center is not able to reach the proper conclusions!||"; EN_HelpText = EN_HelpText$"When you are done, you can click on 'Make observation report'.||"; EN_HelpText = EN_HelpText$"If you forgot to investigate or measure something, you can still click [Make observation report]. The reports can be changed later, up to the moment when you decide to call the Action Center.||"; NL_HelpText="In dit scherm dien je de details van het schadebeeld in te vullen. Lees de vragen zorgvuldig, want als er verkeerde antwoorden gegeven worden dan kan het Actiecentrum de situatie niet goed beoordelen!||"; NL_HelpText = NL_HelpText$"Wanneer je alles hebt ingevuld kun je op 'Maak observatierapport' klikken.||"; NL_HelpText = NL_HelpText$"Als je iets bent vergeten te bekijken of op te meten, kun je toch op 'Maak observatierapport' klikken. De rapporten zijn namelijk te wijzigen tot je met het Actiecentrum belt.||"; Super.InitComponent(MyController, MyOwner); } defaultproperties { PreviousMenuName="GeoSimulator.MenuSignalQuestions" 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." }