]> Creatis software - creaMiniTools.git/blobdiff - bbtk_package_creaMiniTools/bbs/boxes/commandMenu.bbs
Feature #1769 Add licence terms for all files.
[creaMiniTools.git] / bbtk_package_creaMiniTools / bbs / boxes / commandMenu.bbs
index b6bfa2fefa599bb70bc1d4ee1bdfeacf07a6fe11..aff95ee17c14672d18410d432449cde2627e0a4c 100755 (executable)
@@ -1,6 +1,31 @@
+# ---------------------------------------------------------------------
+#
+# Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image
+#                        pour la Sant�)
+# Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
+# Previous Authors : Laurent Guigues, Jean-Pierre Roux
+# CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil
+#
+#  This software is governed by the CeCILL-B license under French law and
+#  abiding by the rules of distribution of free software. You can  use,
+#  modify and/ or redistribute the software under the terms of the CeCILL-B
+#  license as circulated by CEA, CNRS and INRIA at the following URL
+#  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
+#  or in the file LICENSE.txt.
+#
+#  As a counterpart to the access to the source code and  rights to copy,
+#  modify and redistribute granted by the license, users are provided only
+#  with a limited warranty  and the software's author,  the holder of the
+#  economic rights,  and the successive licensors  have only  limited
+#  liability.
+#
+#  The fact that you are presently reading this means that you have had
+#  knowledge of the CeCILL-B license and that you accept its terms.
+# ------------------------------------------------------------------------ */
+
 # ----------------------------------
-# - BBTKGEditor v 1.2 BBS BlackBox Script (Complex Box)
-# - /Users/davila/Creatis/All3/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/boxes/commandMenu.bbs
+# - BBTKGEditor v 1.3 BBS BlackBox Script (Complex Box)
+# - /home/daniel/creatis/All/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/boxes/commandMenu.bbs
 # ----------------------------------
 
 include std
@@ -44,7 +69,6 @@ new LayoutLine Box09
   set Box09.WinTitle "bbg/bbs"
 
 new LayoutTab Box10
-  set Box10.WinTitle "DevelTools"
 
 new LayoutLine Box11
   set Box11.Orientation H
@@ -74,32 +98,44 @@ new LayoutLine Box20
 
 new LayoutLine Box21
 
+new LayoutLine Box22
+  set Box22.Orientation H
+  set Box22.WinTitle "DevelTools"
+
+new LayoutTab Box23
+
+new CommandButton Box24
+  set Box24.Label "Plug Package"
+
+new ExecSystemCommand Box25
+  set Box25.In "bbi toolsbbtk/appli/GUIPlugPackage.bbs &"
+
 
 connect Box01.BoxChange Box05.BoxExecute
 connect Box03.BoxChange Box04.BoxExecute
 connect Box02.BoxChange Box06.BoxExecute
 connect Box00.BoxChange Box07.BoxExecute
 connect Box09.Widget Box10.Widget1
-connect Box11.Widget Box10.Widget2
 connect Box12.BoxChange Box14.BoxExecute
 connect Box13.BoxChange Box15.BoxExecute
 connect Box01.Widget Box17.Widget3
 connect Box02.Widget Box17.Widget2
 connect Box00.Widget Box17.Widget1
-connect Box18.Widget Box09.Widget3
 connect Box17.Widget Box09.Widget2
-connect Box16.Widget Box09.Widget1
-connect Box20.Widget Box11.Widget1
 connect Box21.Widget Box11.Widget2
-connect Box19.Widget Box11.Widget3
 connect Box13.Widget Box21.Widget3
 connect Box12.Widget Box21.Widget2
 connect Box03.Widget Box21.Widget1
+connect Box11.Widget Box23.Widget1
+connect Box10.Widget Box22.Widget1
+connect Box23.Widget Box22.Widget2
+connect Box24.Widget Box21.Widget4
+connect Box24.BoxChange Box25.BoxExecute
 
 
 # Complex input ports
 
 # Complex output ports
-output CommandMenu Box10.Widget " "
+output CommandMenu Box22.Widget " "
 
 endefine