# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script # - PlaneViewer-MHD_menu.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include wx author "Author ??" description "Description ??" category "" new wx:CommandButton Box00 set Box00.Label "Viewer by Plane XY" new wx:CommandButton Box01 set Box01.Label "Viewer by Planes MPR (not big files)" new wx:LayoutTab Box02 set Box02.WinHeight "250" set Box02.WinTitle "MHD Viewer" set Box02.WinWidth "450" new wx:LayoutLine Box03 set Box03.WinTitle "Normal file" new wx:CommandButton Box04 set Box04.Label "Create new MHD files (YZ XZ)" new wx:CommandButton Box05 set Box05.Label "Viewer by Planes MPR" new wx:LayoutLine Box06 set Box06.WinTitle "Big Data" new wx:OutputText Box07 set Box07.In "Special for Big Data" connect Box00.Widget Box03.Widget1 connect Box01.Widget Box03.Widget2 connect Box03.Widget Box02.Widget1 connect Box06.Widget Box02.Widget2 connect Box07.Widget Box06.Widget1 connect Box04.Widget Box06.Widget2 connect Box05.Widget Box06.Widget3 # Complex input ports exec Box02