UIPainter.st
changeset 939 6e2448fa0ba3
parent 938 6474ca79b6ad
child 950 3e227dc788be
equal deleted inserted replaced
938:6474ca79b6ad 939:6e2448fa0ba3
   520                            #(#InputFieldSpec
   520                            #(#InputFieldSpec
   521                               #name: 'methodNameField'
   521                               #name: 'methodNameField'
   522                               #layout: #(#LayoutFrame 80 0.11 28 0 14 1.0 50 0)
   522                               #layout: #(#LayoutFrame 80 0.11 28 0 14 1.0 50 0)
   523                               #tabable: true
   523                               #tabable: true
   524                               #model: #methodNameChannel
   524                               #model: #methodNameChannel
       
   525                               #group: #inputGroup
   525                           )
   526                           )
   526                            #(#LabelSpec
   527                            #(#LabelSpec
   527                               #name: 'classLabel'
   528                               #name: 'classLabel'
   528                               #layout: #(#AlignmentOrigin 77 0.11 64 0 1 0.5)
   529                               #layout: #(#AlignmentOrigin 77 0.11 64 0 1 0.5)
   529                               #label: 'Class:'
   530                               #label: 'Class:'
   534                            #(#InputFieldSpec
   535                            #(#InputFieldSpec
   535                               #name: 'classNameField'
   536                               #name: 'classNameField'
   536                               #layout: #(#LayoutFrame 80 0.11 53 0 14 1.0 75 0)
   537                               #layout: #(#LayoutFrame 80 0.11 53 0 14 1.0 75 0)
   537                               #tabable: true
   538                               #tabable: true
   538                               #model: #classNameChannel
   539                               #model: #classNameChannel
       
   540                               #group: #inputGroup
   539                           )
   541                           )
   540                            #(#LabelSpec
   542                            #(#LabelSpec
   541                               #name: 'superClassLabel'
   543                               #name: 'superClassLabel'
   542                               #layout: #(#AlignmentOrigin 77 0.11 89 0 1 0.5)
   544                               #layout: #(#AlignmentOrigin 77 0.11 89 0 1 0.5)
   543                               #label: 'Superclass:'
   545                               #label: 'Superclass:'
   566                 )
   568                 )
   567               )
   569               )
   568           )
   570           )
   569       )
   571       )
   570 
   572 
   571     "Modified: / 20.5.1998 / 02:18:19 / cg"
   573     "Modified: / 4.8.1998 / 02:40:45 / cg"
   572 !
   574 !
   573 
   575 
   574 dialogSpecForDefiningGridParameters
   576 dialogSpecForDefiningGridParameters
   575     "This resource specification was automatically generated
   577     "This resource specification was automatically generated
   576      by the UIPainter of ST/X."
   578      by the UIPainter of ST/X."
   632                            #(#InputFieldSpec
   634                            #(#InputFieldSpec
   633                               #name: 'HorizontalPixelsField'
   635                               #name: 'HorizontalPixelsField'
   634                               #layout: #(#LayoutFrame 154 0 87 0 207 0 109 0)
   636                               #layout: #(#LayoutFrame 154 0 87 0 207 0 109 0)
   635                               #model: #hspace
   637                               #model: #hspace
   636                               #type: #numberOrNil
   638                               #type: #numberOrNil
       
   639                               #group: #inputGroup
   637                           )
   640                           )
   638                            #(#LabelSpec
   641                            #(#LabelSpec
   639                               #name: 'VerticalPixelsLabel'
   642                               #name: 'VerticalPixelsLabel'
   640                               #layout: #(#AlignmentOrigin 149 0 124 0 1 0.5)
   643                               #layout: #(#AlignmentOrigin 149 0 124 0 1 0.5)
   641                               #label: 'Vertical Pixels:'
   644                               #label: 'Vertical Pixels:'
   646                            #(#InputFieldSpec
   649                            #(#InputFieldSpec
   647                               #name: 'VerticalPixelsField'
   650                               #name: 'VerticalPixelsField'
   648                               #layout: #(#LayoutFrame 154 0 112 0 207 0 134 0)
   651                               #layout: #(#LayoutFrame 154 0 112 0 207 0 134 0)
   649                               #model: #vspace
   652                               #model: #vspace
   650                               #type: #numberOrNil
   653                               #type: #numberOrNil
       
   654                               #group: #inputGroup
   651                           )
   655                           )
   652                         )
   656                         )
   653                     )
   657                     )
   654                     #label: 'Grid Parameter'
   658                     #label: 'Grid Parameter'
   655                     #translateLabel: true
   659                     #translateLabel: true
   663                 )
   667                 )
   664               )
   668               )
   665           )
   669           )
   666       )
   670       )
   667 
   671 
   668     "Modified: / 20.5.1998 / 02:12:26 / cg"
   672     "Modified: / 4.8.1998 / 02:40:54 / cg"
   669 !
   673 !
   670 
   674 
   671 windowSpec
   675 windowSpec
   672     "This resource specification was automatically generated
   676     "This resource specification was automatically generated
   673      by the UIPainter of ST/X."
   677      by the UIPainter of ST/X."