diff -r 247e8db2d0e7 -r 2849b1a15ec8 DataSetBuilder.st --- a/DataSetBuilder.st Tue Oct 26 17:31:42 1999 +0200 +++ b/DataSetBuilder.st Wed Oct 27 14:23:07 1999 +0200 @@ -88,6 +88,7 @@ editorType formatString labelIsImage + labelButtonType translateLabel size type @@ -110,7 +111,6 @@ showColSeparator showSelectionHighLighted showRowSeparator - labelIsButton backgroundColor foregroundColor labelForegroundColor @@ -328,7 +328,7 @@ #name: 'DataSet Basic' #min: #(#Point 10 10) #max: #(#Point 1280 1024) - #bounds: #(#Rectangle 12 22 401 348) + #bounds: #(#Rectangle 640 340 1029 666) ) #component: #(#SpecCollection @@ -405,7 +405,7 @@ #(#CheckBoxSpec #label: 'Translate Label' #name: 'CheckBox2' - #layout: #(#LayoutOrigin 142 0 122 0) + #layout: #(#LayoutOrigin 160 0 122 0) #activeHelpKey: #basicsLabelTranslate #tabable: true #model: #translateLabel @@ -428,13 +428,21 @@ #modifiedChannel: #modifiedChannel #acceptOnPointerLeave: false ) - #(#CheckBoxSpec - #label: 'Label Is Button' - #name: 'labelIsButton' - #layout: #(#LayoutOrigin -3 0 93 0) - #activeHelpKey: #basicsLabelIsImage - #tabable: true - #model: #labelIsButton + #(#LabelSpec + #label: 'Type:' + #name: 'Type' + #layout: #(#AlignmentOrigin 52 0 105 0 1 0.5) + #translateLabel: true + #resizeForLabel: true + ) + #(#ComboListSpec + #name: 'labelButtonType' + #layout: #(#LayoutFrame 57 0 96 0 182 0 116 0) + #model: #labelButtonType + #comboList: + #( #None #Button #Group + ) + #useIndex: false ) )