]> Creatis software - creaMiniTools.git/blob - 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
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script
3 # - PlaneViewer-MHD_menu.bbs
4 # ----------------------------------
5
6 # BBTK GEditor Script
7 # ----------------------
8
9 include std
10 include itkvtk
11 include wx
12
13 author "Author ??"
14 description "Description ??"
15 category "<VOID>"
16
17 new wx:CommandButton Box00
18   set Box00.Label "Viewer by Plane XY"
19
20 new wx:CommandButton Box01
21   set Box01.Label "Viewer by Planes MPR (not big files)"
22
23 new wx:LayoutTab Box02
24   set Box02.WinHeight "250"
25   set Box02.WinTitle "MHD Viewer"
26   set Box02.WinWidth "450"
27
28 new wx:LayoutLine Box03
29   set Box03.WinTitle "Normal file"
30
31 new wx:CommandButton Box04
32   set Box04.Label "Create new MHD files (YZ XZ)"
33
34 new wx:CommandButton Box05
35   set Box05.Label "Viewer by Planes MPR"
36
37 new wx:LayoutLine Box06
38   set Box06.WinTitle "Big Data"
39
40 new wx:OutputText Box07
41   set Box07.In "Special for Big Data"
42
43
44 connect Box00.Widget Box03.Widget1
45
46 connect Box01.Widget Box03.Widget2
47
48 connect Box03.Widget Box02.Widget1
49
50 connect Box06.Widget Box02.Widget2
51
52 connect Box07.Widget Box06.Widget1
53
54 connect Box04.Widget Box06.Widget2
55
56 connect Box05.Widget Box06.Widget3
57
58
59
60 # Complex input ports
61 exec Box02