home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR5 / TRIBALDR.ZIP / RES.ZIP / TYPETB.WDL < prev   
Text File  |  1993-09-07  |  818b  |  36 lines

  1. Window MDIToolBar
  2.   class: BasicToolBar
  3.   Child access
  4.     class: Button
  5.     left: (f 4)
  6.     top: (f 4)
  7.     right: (self left f 50)
  8.     bottom: (self top f 41)
  9.     title: "Access"
  10.     font: Helv8
  11.     data: "Type fred is access"
  12.     help: "Anything different is good"
  13.   Child constrainedarray
  14.     class: Button
  15.     left: (last right f 2)
  16.     top: last
  17.     right: (self left f 130)
  18.     bottom: (self top f 20)
  19.     title: "Constrained Array"
  20.     font: Helv8
  21.   Child unconstrainedarray
  22.     class: Button
  23.     left: (last left)
  24.     top: (last bottom 1)
  25.     right: (self left f 130)
  26.     title: "Unconstrained Array"
  27.     font: Helv8
  28.  
  29.   Child ctlWind
  30.     class: ListBox
  31.     top: (last)
  32.     left: (last right 2)
  33.     right: (self left 40)
  34.     style: (sorted )
  35.     data: "fred was a flintstone"
  36.