// // CPT operator / SondeerGame // This source file is (c) by Deltares. // - October 2014 // class GeoFrameFullScreen extends GUIButton; function SwitchToGeoMil() { Style = Controller.GetStyle("DialogBackgroundFullScreenGeomil"); } function SwitchFugro(bool fugro) { if(fugro) { Style = Controller.GetStyle("DialogBackgroundFullScreenFugro"); } else { Style = Controller.GetStyle("DialogBackgroundFullScreen"); } } defaultproperties { WinWidth=1.0 WinHeight=1.0 WinLeft=0.0 WinTop=0.0 bAcceptsInput=false bNeverFocus=true StyleName="DialogBackgroundFullScreen" RenderWeight=0.1 }