// Copyright 1996, 1997, CERN, Switzerland. All rights reserved. /** * RalKiosk configuration for Wired * * @author M.Donszelmann (duns@www.cern.ch) * @version 0.1 */ RalKiosk = Panel() { border(2,2) // title (was "The DELPHI Experiment"), initial zoom factor (0.75 is roughly equivalent to 0.8 in ralwired98). Center = KioskTouchView("", 0.75) East = Panel() { col() // text to display KioskText("Move the mouse\npointer across the\nimage to rotate.") // title, zoom factors (-10..10) KioskZoom("", "2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0") // KioskZoom("", "1.77, 1.77, 1.77, 1.77, 1.77, 1.77, 1.77, 1.77, 1.77, 1.77, 1.77, 1.77, 1.77, 1.77, 1.77, 1.77, 1.77, 1.77") // KioskZoom("", "1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5") // title, buttonText, explanation KioskReset("", "Reset", "Restore Initial View") // WiredEventSelector() // KioskEventSelector() } }