home *** CD-ROM | disk | FTP | other *** search
/ The Best of the Best / _.img / 01163 / aboutwin.wdl < prev    next >
Text File  |  1993-02-23  |  746b  |  34 lines

  1. Window aboutBox
  2.   class: AboutWindow
  3.   ownership: popup
  4.   border: dialog
  5.   keyboard: true
  6.   focus: ok
  7.   Child actButton
  8.     class: BitButton
  9.     left: (parent left f 5)
  10.     right: (self left f 50)
  11.     top: (parent top f 5)
  12.     bottom: (self top f 50)
  13.   Child wrtButton
  14.     class: BitButton
  15.     left: (last left)
  16.     right: (last right)
  17.     top: (last bottom f 10)
  18.     bottom: (self top f 50)
  19.   Child copyrButton
  20.     class: BitButton
  21.     left: (last left)
  22.     right: (last right)
  23.     top: (last bottom f 10)
  24.     bottom: (self top f 50)
  25.   Child ok
  26.     class: Button
  27.     title: "OK"
  28.     id: 1
  29.     style: (defPush)
  30.     left: (last left)
  31.     right: (last right)
  32.     top: (last bottom f 10)
  33.     bottom: (self top f 50)
  34.