DataSetBuilder.st
changeset 1262 2849b1a15ec8
parent 1261 247e8db2d0e7
child 1300 7514e12ff1b8
equal deleted inserted replaced
1261:247e8db2d0e7 1262:2849b1a15ec8
    86         canSelect
    86         canSelect
    87         choices
    87         choices
    88         editorType
    88         editorType
    89         formatString
    89         formatString
    90         labelIsImage
    90         labelIsImage
       
    91         labelButtonType
    91         translateLabel
    92         translateLabel
    92         size
    93         size
    93         type
    94         type
    94         width
    95         width
    95         minWidth
    96         minWidth
   108         writeSelector
   109         writeSelector
   109         rendererType
   110         rendererType
   110         showColSeparator
   111         showColSeparator
   111         showSelectionHighLighted
   112         showSelectionHighLighted
   112         showRowSeparator
   113         showRowSeparator
   113         labelIsButton
       
   114         backgroundColor
   114         backgroundColor
   115         foregroundColor
   115         foregroundColor
   116         labelForegroundColor
   116         labelForegroundColor
   117         labelBackgroundColor
   117         labelBackgroundColor
   118         labelFont
   118         labelFont
   326        #(#WindowSpec
   326        #(#WindowSpec
   327           #label: 'DataSet Basic'
   327           #label: 'DataSet Basic'
   328           #name: 'DataSet Basic'
   328           #name: 'DataSet Basic'
   329           #min: #(#Point 10 10)
   329           #min: #(#Point 10 10)
   330           #max: #(#Point 1280 1024)
   330           #max: #(#Point 1280 1024)
   331           #bounds: #(#Rectangle 12 22 401 348)
   331           #bounds: #(#Rectangle 640 340 1029 666)
   332         )
   332         )
   333         #component: 
   333         #component: 
   334        #(#SpecCollection
   334        #(#SpecCollection
   335           #collection: #(
   335           #collection: #(
   336            #(#FramedBoxSpec
   336            #(#FramedBoxSpec
   403                     #model: #labelIsImage
   403                     #model: #labelIsImage
   404                   )
   404                   )
   405                  #(#CheckBoxSpec
   405                  #(#CheckBoxSpec
   406                     #label: 'Translate Label'
   406                     #label: 'Translate Label'
   407                     #name: 'CheckBox2'
   407                     #name: 'CheckBox2'
   408                     #layout: #(#LayoutOrigin 142 0 122 0)
   408                     #layout: #(#LayoutOrigin 160 0 122 0)
   409                     #activeHelpKey: #basicsLabelTranslate
   409                     #activeHelpKey: #basicsLabelTranslate
   410                     #tabable: true
   410                     #tabable: true
   411                     #model: #translateLabel
   411                     #model: #translateLabel
   412                   )
   412                   )
   413                  #(#LabelSpec
   413                  #(#LabelSpec
   426                     #acceptOnLostFocus: false
   426                     #acceptOnLostFocus: false
   427                     #acceptChannel: #acceptChannel
   427                     #acceptChannel: #acceptChannel
   428                     #modifiedChannel: #modifiedChannel
   428                     #modifiedChannel: #modifiedChannel
   429                     #acceptOnPointerLeave: false
   429                     #acceptOnPointerLeave: false
   430                   )
   430                   )
   431                  #(#CheckBoxSpec
   431                  #(#LabelSpec
   432                     #label: 'Label Is Button'
   432                     #label: 'Type:'
   433                     #name: 'labelIsButton'
   433                     #name: 'Type'
   434                     #layout: #(#LayoutOrigin -3 0 93 0)
   434                     #layout: #(#AlignmentOrigin 52 0 105 0 1 0.5)
   435                     #activeHelpKey: #basicsLabelIsImage
   435                     #translateLabel: true
   436                     #tabable: true
   436                     #resizeForLabel: true
   437                     #model: #labelIsButton
   437                   )
       
   438                  #(#ComboListSpec
       
   439                     #name: 'labelButtonType'
       
   440                     #layout: #(#LayoutFrame 57 0 96 0 182 0 116 0)
       
   441                     #model: #labelButtonType
       
   442                     #comboList: 
       
   443                    #( #None #Button #Group
       
   444                     )
       
   445                     #useIndex: false
   438                   )
   446                   )
   439                  )
   447                  )
   440                
   448                
   441               )
   449               )
   442             )
   450             )