# HG changeset patch # User tz # Date 885408408 -3600 # Node ID 77009b480ba9f872ea40931a4f5432d0491926be # Parent b16598618359fd08e99872a6594ea9f9b8700552 rearranges in layout diff -r b16598618359 -r 77009b480ba9 DataSetBuilder.st --- a/DataSetBuilder.st Wed Jan 21 14:58:08 1998 +0100 +++ b/DataSetBuilder.st Wed Jan 21 19:46:48 1998 +0100 @@ -79,11 +79,11 @@ #'window:' #(#WindowSpec #'name:' 'DataSet Basic' - #'layout:' #(#LayoutFrame 143 0 445 0 431 0 700 0) + #'layout:' #(#LayoutFrame 85 0 195 0 373 0 450 0) #'label:' 'DataSet Basic' #'min:' #(#Point 10 10) #'max:' #(#Point 1280 1024) - #'bounds:' #(#Rectangle 143 445 432 701) + #'bounds:' #(#Rectangle 85 195 374 451) #'usePreferredExtent:' false ) #'component:' @@ -92,7 +92,7 @@ #( #(#FramedBoxSpec #'name:' 'framedBox1' - #'layout:' #(#LayoutFrame 0 0.0 3 0 0 1.0 118 0) + #'layout:' #(#LayoutFrame 0 0.0 3 0 0 1.0 145 0) #'component:' #(#SpecCollection #'collection:' @@ -111,7 +111,7 @@ ) #(#CheckBoxSpec #'name:' 'labelIsImage' - #'layout:' #(#LayoutOrigin 107 0 76 0) + #'layout:' #(#LayoutOrigin 107 0 103 0) #'activeHelpKey:' #labelIsImage #'model:' #labelIsImage #'label:' 'Label Is Image' @@ -121,6 +121,24 @@ #'layout:' #(#LayoutFrame 60 0.0 47 0 15 1.0 72 0) #'minorKey:' #fontSpec ) + #(#PopUpListSpec + #'name:' 'Alignment' + #'layout:' #(#LayoutFrame 110 0 78 0 15 1.0 100 0) + #'label:' 'Alignment' + #'model:' #labelAlignment + #'menu:' + #(#left + #right #center + ) + #'useIndex:' false + ) + #(#LabelSpec + #'name:' 'JustificationLabel' + #'layout:' #(#AlignmentOrigin 107 0 89 0 1 0.5) + #'label:' 'Justification:' + #'adjust:' #left + #'resizeForLabel:' true + ) ) ) #'label:' 'Header:' @@ -128,7 +146,7 @@ ) #(#FramedBoxSpec #'name:' 'typesFrame' - #'layout:' #(#LayoutFrame 0 0.0 118 0 0 1.0 200 0) + #'layout:' #(#LayoutFrame 0 0.0 145 0 0 1.0 227 0) #'component:' #(#SpecCollection #'collection:' @@ -332,11 +350,11 @@ #'window:' #(#WindowSpec #'name:' 'DataSet Details' - #'layout:' #(#LayoutFrame 121 0 280 0 508 0 571 0) + #'layout:' #(#LayoutFrame 429 0 280 0 816 0 571 0) #'label:' 'DataSet Details' #'min:' #(#Point 10 10) #'max:' #(#Point 1280 1024) - #'bounds:' #(#Rectangle 121 280 509 572) + #'bounds:' #(#Rectangle 429 280 817 572) #'usePreferredExtent:' false ) #'component:' @@ -398,36 +416,6 @@ #'label:' 'Input Format' #'labelPosition:' #topLeft ) - #(#FramedBoxSpec - #'name:' 'framedBox2' - #'layout:' #(#LayoutFrame 0 0.0 114 0 0 1.0 174 0) - #'component:' - #(#SpecCollection - #'collection:' - #( - #(#LabelSpec - #'name:' 'JustificationLabel' - #'layout:' #(#AlignmentOrigin 107 0 30 0 1 0.5) - #'label:' 'Justification:' - #'adjust:' #left - #'resizeForLabel:' true - ) - #(#PopUpListSpec - #'name:' 'Alignment' - #'layout:' #(#LayoutFrame 110 0 19 0 15 1.0 41 0) - #'label:' 'Alignment' - #'model:' #labelAlignment - #'menu:' - #(#left - #right #center - ) - #'useIndex:' false - ) - ) - ) - #'label:' 'Output Format' - #'labelPosition:' #topLeft - ) ) ) )