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

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