From 29b66097fafa3dd53d17fcb71ca2079c0c03696f Mon Sep 17 00:00:00 2001 From: rivers Date: Mon, 26 Sep 2011 23:18:51 +0000 Subject: [PATCH] Added All button to call commonPlugins.adl git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@13782 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- ADApp/op/adl/ADPlugins.adl | 124 +++++++++++++++++++++---------------- 1 file changed, 70 insertions(+), 54 deletions(-) diff --git a/ADApp/op/adl/ADPlugins.adl b/ADApp/op/adl/ADPlugins.adl index 5d4aa5f..bc1d238 100644 --- a/ADApp/op/adl/ADPlugins.adl +++ b/ADApp/op/adl/ADPlugins.adl @@ -107,54 +107,6 @@ composite { clr=14 } } - text { - object { - x=64 - y=30 - width=40 - height=20 - } - "basic attribute" { - clr=14 - } - textix="File" - } - text { - object { - x=204 - y=30 - width=30 - height=20 - } - "basic attribute" { - clr=14 - } - textix="ROI" - } - text { - object { - x=4 - y=55 - width=100 - height=20 - } - "basic attribute" { - clr=14 - } - textix="Statistics" - } - text { - object { - x=184 - y=55 - width=50 - height=20 - } - "basic attribute" { - clr=14 - } - textix="Other" - } rectangle { object { x=0 @@ -191,10 +143,58 @@ composite { textix="Plugins" align="horiz. centered" } + text { + object { + x=90 + y=29 + width=40 + height=20 + } + "basic attribute" { + clr=14 + } + textix="File" + } + text { + object { + x=230 + y=29 + width=30 + height=20 + } + "basic attribute" { + clr=14 + } + textix="ROI" + } + text { + object { + x=80 + y=55 + width=50 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Stats" + } + text { + object { + x=210 + y=55 + width=50 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Other" + } "related display" { object { - x=109 - y=30 + x=135 + y=29 width=64 height=20 } @@ -233,7 +233,7 @@ composite { } "related display" { object { - x=109 + x=135 y=55 width=64 height=20 @@ -273,8 +273,8 @@ composite { } "related display" { object { - x=239 - y=30 + x=265 + y=29 width=64 height=20 } @@ -308,7 +308,7 @@ composite { } "related display" { object { - x=239 + x=265 y=55 width=64 height=20 @@ -356,5 +356,21 @@ composite { clr=14 bclr=51 } + "related display" { + object { + x=10 + y=29 + width=64 + height=20 + } + display[0] { + label="Common plugins" + name="commonPlugins.adl" + args="P=$(P)" + } + clr=14 + bclr=51 + label="-All" + } } }