# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box) # - /tmpEED/creaTools/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/boxes/maxiToolsMenu.bbs # ---------------------------------- include std include itkvtk include wx include std define maxiToolsMenu creaMiniTools author "Author ??" description "Description ??" category "" new wx:CommandButton Box00 set Box00.Label "creaContoursApp" new std:ExecSystemCommand Box04 new wx:CommandButton Box11 set Box11.Label "Image Tool" new std:ExecSystemCommand Box12 new wx:LayoutLine Box10 new wx:CommandButton Box14 set Box14.Label "Compare 2 images" new std:ExecSystemCommand Box15 new wx:LayoutCenter Box16 set Box16.WinTitle "Tools" new std:StringSelect Box09 set Box09.In0 "creaContourApp &" set Box09.In1 "start /b creaContourApp &" new std:Configuration Box13 new std:StringSelect Box17 set Box17.In0 "bbi creaMiniTools/appli/ImageTool.bbs &" set Box17.In1 "start /b bbi creaMiniTools/appli/ImageTool.bbs &" new std:StringSelect Box18 set Box18.In0 "bbi creaMiniTools/appli/ImagesCompare.bbs &" set Box18.In1 "start /b bbi creaMiniTools/appli/ImagesCompare.bbs &" connect Box00.BoxChange Box04.BoxExecute connect Box11.BoxChange Box12.BoxExecute connect Box11.Widget Box10.Widget3 connect Box00.Widget Box10.Widget2 connect Box14.BoxChange Box15.BoxExecute connect Box14.Widget Box10.Widget4 connect Box10.Widget Box16.Widget2 connect Box09.Out Box04.In connect Box13.SystemType Box09.In connect Box13.SystemType Box18.In connect Box13.SystemType Box17.In connect Box17.Out Box12.In connect Box18.Out Box15.In # Complex input ports # Complex output ports output widget Box16.Widget " " endefine