// 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 HelpMenuActionCenter extends HelpMenu; function InitComponent(GUIController MyController, GUIComponent MyOwner) { EN_HelpText = "In this screen you are having a telephone conversation with the Action Center, for example to report your findings."; EN_HelpText = EN_HelpText @ "In the large frame the whole conversation is depicted."; EN_HelpText = EN_HelpText @ "By clicking on 'Next Reaction' (at the bottom of the screen) you can receive and send the conversation's subsequent messages.||"; EN_HelpText = EN_HelpText @ "When you have to answer a question asked by the Action Center, available answers will appear in the drop-down box next to it."; EN_HelpText = EN_HelpText @ "Select the right answer from it and then click 'Next Reaction' to answer the question.||"; EN_HelpText = EN_HelpText @ "When the conversation has ended, click 'Hang up' to hang up the phone and close the conversation window.||"; NL_HelpText = "In dit scherm bel je met het Actiecentrum, bijvoorbeeld om je bevindingen te rapporteren."; NL_HelpText = NL_HelpText @ "In het grote vak wordt het hele gesprek getoond."; NL_HelpText = NL_HelpText @ "Door op 'Volgende reactie' (onderaan het scherm) te klikken wordt telkens het volgende bericht van het gesprek getoond.||"; NL_HelpText = NL_HelpText @ "Wanneer het Actiecentrum je een vraag stelt, verschijnen de mogelijke antwoorden in de uitklaplijst daarnaast."; NL_HelpText = NL_HelpText @ "Kies het juiste antwoord uit de lijst en klik op 'Volgende reactie' om antwoord te geven.||"; NL_HelpText = NL_HelpText @ "Als het gesprek is afgelopen, kun je op 'Ophangen' klikken om de telefoon op te hangen en het scherm te sluiten.||"; Super.InitComponent(MyController, MyOwner); } defaultproperties { bCloseMenuButStillInMenu = true; PreviousMenuName="GeoSimulator.MenuActionCenter" // ********************************************************** // 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." }