// 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 // © 2007, Geodelft // // 2007-09-19 wsl Changed all occurrences of 'afstands-' to 'meet-' //============================================================================= class HelpMenuNotebook extends HelpMenu; function InitComponent(GUIController MyController, GUIComponent MyOwner) { EN_HelpText ="With the notebook you can write down little notes. Writing notes can be done by typing the notes in the frame at the bottom of the screen and by pressing Take Note when you are finished. The note should then appear in the screen. ||"; EN_HelpText = EN_HelpText$" ||"; EN_HelpText = EN_HelpText$" ||"; NL_HelpText="In het notitieblok kan je kleine opmerkingen plaatsen. Het schrijven van notities kan door in de tekst onderin te typen en dan op de Plaats Notitie knop te klikken. Dan zou de notitie in beeld moeten verschijnen.||Het notitieboek is erg handig om metingen met de gele meetpiketten te onthouden als je een rapport moet invullen."; NL_HelpText = NL_HelpText$"||"; NL_HelpText = NL_HelpText$"||"; Super.InitComponent(MyController, MyOwner); } defaultproperties { PreviousMenuName="GeoSimulator.MenuNotebook" }