// 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 HelpMenuHandBook extends HelpMenu; defaultproperties { PreviousMenuName="GeoSimulator.MenuHandbook" bCloseMenuButStillInMenu = true; // ********************************************************** // To fill help take coments from lines below and place text // ********************************************************** EN_HelpText="With the handbook you can look up information about procedures, failure mechanisms and signals. By pressing the tabs General, Failures and Signals you get directed to the type of information you want to read. " NL_HelpText="Met het handboek kan je informatie opzoeken over procedures, faalmechanismen en schadebeelden. Door op de knoppen Algemeen, Faalmechanismen en Signalen te klikken ga je naar menu's waar meer informatie te vinden over de drie genoemde onderwerpen." }