FileBrowserV2UISpecifications.st
changeset 15889 505a57097b5c
parent 15612 8c9467f951db
child 15894 e69292bfd33c
child 15952 f4008565bc21
--- a/FileBrowserV2UISpecifications.st	Tue Oct 06 22:33:31 2015 +0200
+++ b/FileBrowserV2UISpecifications.st	Wed Oct 07 01:09:22 2015 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2002 by eXept Software AG 
 	      All Rights Reserved
@@ -276,197 +274,203 @@
     <resource: #canvas>
 
     ^ 
-     #(FullSpec
-        name: detailsEditSpec
-        window: 
-       (WindowSpec
-          label: 'Panel Detail Spec'
-          name: 'Panel Detail Spec'
-          min: (Point 10 10)
-          bounds: (Rectangle 14 46 452 420)
-        )
-        component: 
-       (SpecCollection
-          collection: (
-           (UISubSpecification
-              name: 'SubSpecification1'
-              layout: (LayoutFrame 1 0 0 0.0 0 1.0 183 0)
-              majorKey: ViewSpec
-              minorKey: detailsEditSpec
-            )
-           (FramedBoxSpec
-              label: 'Handles'
-              name: 'FramedBox2'
-              layout: (LayoutFrame 0 0.0 169 0 0 1.0 284 0)
-              labelPosition: topLeft
-              translateLabel: true
-              component: 
-             (SpecCollection
-                collection: (
-                 (LabelSpec
-                    label: 'Bar Width:'
-                    name: 'BarWidthLabel'
-                    layout: (AlignmentOrigin 88 0 13 0 1 0.5)
-                    activeHelpKey: barWidth
-                    translateLabel: true
-                    resizeForLabel: true
-                    adjust: left
-                  )
-                 (InputFieldSpec
-                    name: 'BarWidthField'
-                    layout: (LayoutFrame 90 0 0 0 140 0 22 0)
-                    activeHelpKey: barWidth
-                    tabable: true
-                    model: barWidth
-                    acceptChannel: acceptChannel
-                    modifiedChannel: modifiedChannel
-                    acceptOnPointerLeave: false
-                  )
-                 (LabelSpec
-                    label: 'Bar Level:'
-                    name: 'BarLevelLabel'
-                    layout: (AlignmentOrigin 244 0 13 0 1 0.5)
-                    activeHelpKey: barLevel
-                    translateLabel: true
-                    resizeForLabel: true
-                    adjust: left
-                  )
-                 (InputFieldSpec
-                    name: 'BarLevelField'
-                    layout: (LayoutFrame 246 0 0 0 296 0 22 0)
-                    activeHelpKey: barLevel
-                    tabable: true
-                    model: barLevel
-                    acceptChannel: acceptChannel
-                    modifiedChannel: modifiedChannel
-                    acceptOnPointerLeave: false
-                  )
-                 (LabelSpec
-                    label: 'Show Handles:'
-                    name: 'ShowHandlesLabel'
-                    layout: (AlignmentOrigin 85 0 38 0 1 0.5)
-                    activeHelpKey: showHandle
-                    translateLabel: true
-                    resizeForLabel: true
-                    adjust: right
-                  )
-                 (PopUpListSpec
-                    label: 'Default'
-                    name: 'ShowHandlesPopUpList'
-                    layout: (AlignmentOrigin 90 0 38 0 0 0.5)
-                    activeHelpKey: showHandle
-                    resizeForLabel: true
-                    tabable: true
-                    model: showHandleIdx
-                    menu: showHandleList
-                    useIndex: true
-                  )
-                 (LabelSpec
-                    label: 'Snap Mode:'
-                    name: 'SnapLabel'
-                    layout: (LayoutFrame 0 0 54 0 86 0 76 0)
-                    activeHelpKey: snapMode
-                    translateLabel: true
-                    adjust: right
-                  )
-                 (PopUpListSpec
-                    label: 'none'
-                    name: 'SnapModePopUpList'
-                    layout: (LayoutFrame 90 0 54 0 236 0 75 0)
-                    activeHelpKey: snapMode
-                    adjust: center
-                    tabable: true
-                    model: snapModeIdx
-                    menu: snapModeList
-                    useIndex: true
-                  )
-                 (LabelSpec
-                    label: 'Position:'
-                    name: 'HandlePositionLabel'
-                    layout: (AlignmentOrigin 293 0 38 0 1 0.5)
-                    activeHelpKey: handlePosition
-                    translateLabel: true
-                    resizeForLabel: true
-                    adjust: right
-                  )
-                 (PopUpListSpec
-                    label: 'Default'
-                    name: 'HandlePositionPopUpList'
-                    layout: (AlignmentOrigin 298 0 38 0 0 0.5)
-                    activeHelpKey: handlePosition
-                    resizeForLabel: true
-                    tabable: true
-                    model: handlePositionIdx
-                    menu: handlePositionList
-                    useIndex: true
-                  )
+    #(FullSpec
+       name: detailsEditSpec
+       window: 
+      (WindowSpec
+         label: 'Panel Detail Spec'
+         name: 'Panel Detail Spec'
+         min: (Point 10 10)
+         bounds: (Rectangle 0 0 438 374)
+       )
+       component: 
+      (SpecCollection
+         collection: (
+          (UISubSpecification
+             name: 'SubSpecification1'
+             layout: (LayoutFrame 1 0 0 0.0 0 1.0 183 0)
+             majorKey: ViewSpec
+             minorKey: detailsEditSpec
+           )
+          (FramedBoxSpec
+             label: 'Handles'
+             name: 'FramedBox2'
+             layout: (LayoutFrame 0 0.0 169 0 0 1.0 284 0)
+             labelPosition: topLeft
+             translateLabel: true
+             component: 
+            (SpecCollection
+               collection: (
+                (LabelSpec
+                   label: 'Bar Width:'
+                   name: 'BarWidthLabel'
+                   layout: (AlignmentOrigin 88 0 13 0 1 0.5)
+                   activeHelpKey: barWidth
+                   translateLabel: true
+                   resizeForLabel: true
+                   adjust: left
+                 )
+                (InputFieldSpec
+                   name: 'BarWidthField'
+                   layout: (LayoutFrame 90 0 0 0 140 0 22 0)
+                   activeHelpKey: barWidth
+                   tabable: true
+                   model: barWidth
+                   acceptChannel: acceptChannel
+                   modifiedChannel: modifiedChannel
+                   acceptOnPointerLeave: false
+                 )
+                (LabelSpec
+                   label: 'Bar Level:'
+                   name: 'BarLevelLabel'
+                   layout: (AlignmentOrigin 244 0 13 0 1 0.5)
+                   activeHelpKey: barLevel
+                   translateLabel: true
+                   resizeForLabel: true
+                   adjust: left
+                 )
+                (InputFieldSpec
+                   name: 'BarLevelField'
+                   layout: (LayoutFrame 246 0 0 0 296 0 22 0)
+                   activeHelpKey: barLevel
+                   tabable: true
+                   model: barLevel
+                   acceptChannel: acceptChannel
+                   modifiedChannel: modifiedChannel
+                   acceptOnPointerLeave: false
+                 )
+                (LabelSpec
+                   label: 'Show Handles:'
+                   name: 'ShowHandlesLabel'
+                   layout: (LayoutFrame 0 0 28 0 105 0 47 0)
+                   activeHelpKey: showHandle
+                   translateLabel: true
+                   resizeForLabel: true
+                   adjust: right
+                 )
+                (PopUpListSpec
+                   label: 'Default'
+                   name: 'ShowHandlesPopUpList'
+                   layout: (LayoutFrame 107 0 28 0 225 0 47 0)
+                   activeHelpKey: showHandle
+                   translateLabel: true
+                   resizeForLabel: true
+                   tabable: true
+                   model: showHandleIdx
+                   menu: showHandleList
+                   useIndex: true
+                 )
+                (LabelSpec
+                   label: 'Snap Mode:'
+                   name: 'SnapLabel'
+                   layout: (LayoutFrame 0 0 54 0 105 0 76 0)
+                   activeHelpKey: snapMode
+                   translateLabel: true
+                   adjust: right
                  )
-               
-              )
-            )
-           (FramedBoxSpec
-              label: 'Visibility'
-              name: 'FramedBox1'
-              layout: (LayoutFrame 0 0.0 287 0 0 1.0 371 0)
-              labelPosition: topLeft
-              translateLabel: true
-              component: 
-             (SpecCollection
-                collection: (
-                 (LabelSpec
-                    label: 'orientation:'
-                    name: 'orientation'
-                    layout: (AlignmentOrigin 85 0 13 0 1 0.5)
-                    activeHelpKey: borderWidth
-                    resizeForLabel: true
-                    adjust: left
-                  )
-                 (ComboListSpec
-                    name: 'orientationList'
-                    layout: (LayoutFrame 85 0 2 0 194 0 24 0)
-                    model: orientation
-                    comboList: orientationList
-                    useIndex: false
-                  )
-                 (LabelSpec
-                    label: 'which:'
-                    name: 'visibilityOf'
-                    layout: (AlignmentOrigin 248 0 13 0 1 0.5)
-                    activeHelpKey: borderWidth
-                    resizeForLabel: true
-                    adjust: left
-                  )
-                 (ComboListSpec
-                    name: 'whichViewList'
-                    layout: (LayoutFrame 247 0 2 0 0 1.0 24 0)
-                    model: whichView
-                    comboList: whichViewList
-                    useIndex: false
-                  )
-                 (InputFieldSpec
-                    name: 'visibility'
-                    layout: (LayoutFrame 85 0 29 0 0 1.0 51 0)
-                    activeHelpKey: canvas
-                    model: visibility
-                    group: inputGroup
-                    acceptChannel: acceptChannel
-                    modifiedChannel: modifiedChannel
-                    acceptOnPointerLeave: false
-                  )
-                 (LabelSpec
-                    label: 'visibility:'
-                    name: 'visibilityLabel'
-                    layout: (AlignmentOrigin 85 0 40 0 1 0.5)
-                    resizeForLabel: true
-                  )
+                (PopUpListSpec
+                   label: 'none'
+                   name: 'SnapModePopUpList'
+                   layout: (LayoutFrame 107 0 54 0 225 0 75 0)
+                   activeHelpKey: snapMode
+                   translateLabel: true
+                   adjust: center
+                   tabable: true
+                   model: snapModeIdx
+                   menu: snapModeList
+                   useIndex: true
+                 )
+                (LabelSpec
+                   label: 'Position:'
+                   name: 'HandlePositionLabel'
+                   layout: (AlignmentOrigin 293 0 38 0 1 0.5)
+                   activeHelpKey: handlePosition
+                   translateLabel: true
+                   resizeForLabel: true
+                   adjust: right
+                 )
+                (PopUpListSpec
+                   label: 'Default'
+                   name: 'HandlePositionPopUpList'
+                   layout: (LayoutFrame 298 0 28 0 0 1 47 0)
+                   activeHelpKey: handlePosition
+                   translateLabel: true
+                   resizeForLabel: true
+                   tabable: true
+                   model: handlePositionIdx
+                   menu: handlePositionList
+                   useIndex: true
                  )
-               
-              )
-            )
+                )
+              
+             )
            )
-         
-        )
-      )
+          (FramedBoxSpec
+             label: 'Visibility'
+             name: 'FramedBox1'
+             layout: (LayoutFrame 0 0.0 287 0 0 1.0 371 0)
+             labelPosition: topLeft
+             translateLabel: true
+             component: 
+            (SpecCollection
+               collection: (
+                (LabelSpec
+                   label: 'orientation:'
+                   name: 'orientation'
+                   layout: (AlignmentOrigin 85 0 13 0 1 0.5)
+                   activeHelpKey: borderWidth
+                   translateLabel: true
+                   resizeForLabel: true
+                   adjust: left
+                 )
+                (ComboListSpec
+                   name: 'orientationList'
+                   layout: (LayoutFrame 85 0 2 0 194 0 24 0)
+                   model: orientation
+                   comboList: orientationList
+                   useIndex: false
+                 )
+                (LabelSpec
+                   label: 'which:'
+                   name: 'visibilityOf'
+                   layout: (AlignmentOrigin 248 0 13 0 1 0.5)
+                   activeHelpKey: borderWidth
+                   translateLabel: true
+                   resizeForLabel: true
+                   adjust: left
+                 )
+                (ComboListSpec
+                   name: 'whichViewList'
+                   layout: (LayoutFrame 247 0 2 0 0 1.0 24 0)
+                   model: whichView
+                   comboList: whichViewList
+                   useIndex: false
+                 )
+                (InputFieldSpec
+                   name: 'visibility'
+                   layout: (LayoutFrame 85 0 29 0 0 1.0 51 0)
+                   activeHelpKey: canvas
+                   model: visibility
+                   group: inputGroup
+                   acceptChannel: acceptChannel
+                   modifiedChannel: modifiedChannel
+                   acceptOnPointerLeave: false
+                 )
+                (LabelSpec
+                   label: 'visibility:'
+                   name: 'visibilityLabel'
+                   layout: (AlignmentOrigin 85 0 40 0 1 0.5)
+                   translateLabel: true
+                   resizeForLabel: true
+                 )
+                )
+              
+             )
+           )
+          )
+        
+       )
+     )
 ! !
 
 !FileBrowserV2UISpecifications::PanelSpec class methodsFor:'interface-painter'!
@@ -644,6 +648,6 @@
 !FileBrowserV2UISpecifications class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2UISpecifications.st,v 1.7 2015-05-05 11:06:23 cg Exp $'
+    ^ '$Header$'
 ! !