# HG changeset patch # User tz # Date 886001062 -3600 # Node ID d9ed26eeafe9fcb040f52d02c34ef6bf61cd68ed # Parent 1ff52096d1d33fb463d3f44ac015ad50d7a2bc5e checkin from browser diff -r 1ff52096d1d3 -r d9ed26eeafe9 DataSetBuilder.st --- a/DataSetBuilder.st Wed Jan 28 16:13:44 1998 +0100 +++ b/DataSetBuilder.st Wed Jan 28 16:24:22 1998 +0100 @@ -213,11 +213,11 @@ #'window:' #(#WindowSpec #'name:' 'DataSet Misc' - #'layout:' #(#LayoutFrame 325 0 369 0 693 0 668 0) + #'layout:' #(#LayoutFrame 197 0 172 0 565 0 471 0) #'label:' 'DataSet Misc' #'min:' #(#Point 10 10) #'max:' #(#Point 1280 1024) - #'bounds:' #(#Rectangle 325 369 694 669) + #'bounds:' #(#Rectangle 197 172 566 472) #'usePreferredExtent:' false ) #'component:' @@ -231,6 +231,13 @@ #(#SpecCollection #'collection:' #( + #(#LabelSpec + #'name:' 'label1' + #'layout:' #(#AlignmentOrigin 107 0 27 0 1 0.5) + #'label:' 'Foreground:' + #'adjust:' #right + #'resizeForLabel:' true + ) #(#ColorMenuSpec #'name:' 'colorMenu1' #'layout:' #(#LayoutFrame 110 0 15 0 12 1.0 37 0) @@ -239,13 +246,6 @@ #'labelsAreColored:' true ) #(#LabelSpec - #'name:' 'label1' - #'layout:' #(#AlignmentOrigin 107 0 27 0 1 0.5) - #'label:' 'Foreground:' - #'adjust:' #right - #'resizeForLabel:' true - ) - #(#LabelSpec #'name:' 'label2' #'layout:' #(#AlignmentOrigin 107 0 55 0 1 0.5) #'label:' 'Background:' @@ -257,7 +257,6 @@ #'layout:' #(#LayoutFrame 110 0 43 0 12 1.0 65 0) #'activeHelpKey:' #backgroundColor #'model:' #labelBackgroundColor - #'labelsAreColored:' true ) ) ) @@ -271,13 +270,6 @@ #(#SpecCollection #'collection:' #( - #(#ColorMenuSpec - #'name:' 'fgMenu' - #'layout:' #(#LayoutFrame 110 0 15 0 12 1.0 37 0) - #'activeHelpKey:' #foregroundColor - #'model:' #foregroundColor - #'labelsAreColored:' false - ) #(#LabelSpec #'name:' 'fgLabel' #'layout:' #(#AlignmentOrigin 107 0 27 0 1 0.5) @@ -285,6 +277,13 @@ #'adjust:' #right #'resizeForLabel:' true ) + #(#ColorMenuSpec + #'name:' 'fgMenu' + #'layout:' #(#LayoutFrame 110 0 15 0 12 1.0 37 0) + #'activeHelpKey:' #foregroundColor + #'model:' #foregroundColor + #'labelsAreColored:' true + ) #(#LabelSpec #'name:' 'bgLabel' #'layout:' #(#AlignmentOrigin 107 0 55 0 1 0.5) @@ -297,7 +296,6 @@ #'layout:' #(#LayoutFrame 110 0 43 0 12 1.0 65 0) #'activeHelpKey:' #backgroundColor #'model:' #backgroundColor - #'labelsAreColored:' false ) #(#LabelSpec #'name:' 'fgSelLabel' @@ -306,13 +304,6 @@ #'adjust:' #right #'resizeForLabel:' true ) - #(#LabelSpec - #'name:' 'bgSelLabel' - #'layout:' #(#AlignmentOrigin 107 0 114 0 1 0.5) - #'label:' 'BG-Selector:' - #'adjust:' #right - #'resizeForLabel:' true - ) #(#InputFieldSpec #'name:' 'fgSelField' #'layout:' #(#LayoutFrame 110 0 78 0 15 1.0 100 0) @@ -321,6 +312,13 @@ #'model:' #foregroundSelector #'type:' #symbolOrNil ) + #(#LabelSpec + #'name:' 'bgSelLabel' + #'layout:' #(#AlignmentOrigin 107 0 114 0 1 0.5) + #'label:' 'BG-Selector:' + #'adjust:' #right + #'resizeForLabel:' true + ) #(#InputFieldSpec #'name:' 'bgSelField' #'layout:' #(#LayoutFrame 110 0 103 0 15 1.0 125 0) @@ -1143,11 +1141,11 @@ #'label:' '-' ) #(#MenuItem - #'label:' 'Define Class...' + #'label:' 'Define DataSet Class...' #'value:' #doDefineClass ) #(#MenuItem - #'label:' 'Browse Class' + #'label:' 'Browse DataSet Class' #'value:' #doBrowseClass ) #(#MenuItem