]> Creatis software - creaMiniTools.git/blobdiff - bbtk_package_creaMiniTools/bbs/boxes/maxiToolsMenu.bbs
Feature #1769 Add licence terms for all files.
[creaMiniTools.git] / bbtk_package_creaMiniTools / bbs / boxes / maxiToolsMenu.bbs
index 63d13c637b167407fbde0ae2a5b38af668ab08e3..677e9c3675386ea43c514b772da6afa7f3090948 100644 (file)
@@ -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/maxiToolsMenu.bbs
+# - /Users/davila/Creatis/All5/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/boxes/maxiToolsMenu.bbs
 # ----------------------------------
 
 include std
@@ -18,10 +43,6 @@ category "<VOID>"
 new CommandButton Box00
   set Box00.Label "creaContoursApp"
 
-new LayoutLine Box03
-  set Box03.Orientation H
-  set Box03.WinTitle "maxiTools"
-
 new ExecSystemCommand Box04
   set Box04.In "creaContourApp &"
 
@@ -31,26 +52,30 @@ new CommandButton Box11
 new ExecSystemCommand Box12
   set Box12.In "bbi creaMiniTools/appli/ImageTool.bbs &"
 
-new LayoutLine Box09
-
 new LayoutLine Box10
 
-new LayoutLine Box13
+new CommandButton Box14
+  set Box14.Label "Compare 2 images"
+
+new ExecSystemCommand Box15
+  set Box15.In "bbi creaMiniTools/appli/ImagesCompare.bbs &"
+
+new LayoutCenter Box16
+  set Box16.WinTitle "Tools"
 
 
 connect Box00.BoxChange Box04.BoxExecute
 connect Box11.BoxChange Box12.BoxExecute
-connect Box09.Widget Box03.Widget1
-connect Box10.Widget Box03.Widget2
-connect Box13.Widget Box03.Widget3
 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
 
-exec Box03
 
 # Complex input ports
 
 # Complex output ports
-output widget Box03.Widget " "
+output widget Box16.Widget " "
 
 endefine