]> Creatis software - creaMiniTools.git/blobdiff - bbtk_package_creaMiniTools/bbs/appli/PlaneViewer-MHD_menu.bbs
#2973 CreaMiniTools Feature New Normal - new PlaneViewer-MHD_menu.bbg application
[creaMiniTools.git] / bbtk_package_creaMiniTools / bbs / appli / PlaneViewer-MHD_menu.bbs
diff --git a/bbtk_package_creaMiniTools/bbs/appli/PlaneViewer-MHD_menu.bbs b/bbtk_package_creaMiniTools/bbs/appli/PlaneViewer-MHD_menu.bbs
new file mode 100644 (file)
index 0000000..80b8641
--- /dev/null
@@ -0,0 +1,61 @@
+# ----------------------------------
+# - 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 "<VOID>"
+
+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