DataSetBuilder.st
changeset 2382 f90f0f66793a
parent 2380 4dc5c818aa21
child 2385 b7dafe79bd7c
equal deleted inserted replaced
2381:5ff815f41813 2382:f90f0f66793a
  1038         )
  1038         )
  1039         component: 
  1039         component: 
  1040        (SpecCollection
  1040        (SpecCollection
  1041           collection: (
  1041           collection: (
  1042            (FramedBoxSpec
  1042            (FramedBoxSpec
  1043               label: 'Input Format'
  1043               label: 'Column Format'
  1044               name: 'framedBox1'
  1044               name: 'framedBox1'
  1045               layout: (LayoutFrame 0 0.0 3 0 0 1.0 149 0)
  1045               layout: (LayoutFrame 0 0.0 3 0 0 1.0 149 0)
  1046               labelPosition: topLeft
  1046               labelPosition: topLeft
  1047               translateLabel: true
  1047               translateLabel: true
  1048               component: 
  1048               component: 
  1049              (SpecCollection
  1049              (SpecCollection
  1050                 collection: (
  1050                 collection: (
  1051                  (LabelSpec
  1051                  (LabelSpec
  1052                     label: 'Input Type:'
  1052                     label: 'Type:'
  1053                     name: 'typeLabel'
  1053                     name: 'typeLabel'
  1054                     layout: (AlignmentOrigin 115 0 26 0 1 0.5)
  1054                     layout: (AlignmentOrigin 115 0 26 0 1 0.5)
  1055                     translateLabel: true
  1055                     translateLabel: true
  1056                     resizeForLabel: true
  1056                     resizeForLabel: true
  1057                   )
  1057                   )