home *** CD-ROM | disk | FTP | other *** search
/ The Best of the Best / _.img / 01163 / acceptdl.wdl < prev    next >
Text File  |  1993-02-23  |  1KB  |  57 lines

  1. Window windName
  2.   class: Window
  3.   rect: (40 40 260 120)
  4.   border: dialog
  5.   captionBar: (sysMenu)
  6.   title: "Browser Message"
  7.   focus: cancel
  8.   Child ancestor
  9.     class: Button
  10.     title: "&Ancestor"
  11.     font: Helv8
  12.     left: (6)
  13.     top: (10)
  14.     right: (self left 46)
  15.     bottom: (self top 12)
  16.   Child descendant
  17.     class: Button
  18.     title: "&Descendant"
  19.     font: Helv8
  20.     left: (last)
  21.     top: (last bottom 6)
  22.     right: (last)
  23.     bottom: (self top 12)
  24.   Child cancel
  25.     class: Button
  26.     font: Helv8
  27.     id: IDCANCEL
  28.     title: "&Cancel"
  29.     left: (last)
  30.     top: (last bottom 6)
  31.     right: (last)
  32.     bottom: (self top 12)
  33.   Child ancPrompt
  34.     class: Static
  35.     title: "Compile in ancestor class"
  36.     font: Helv8
  37.     left: (ancestor right 4)
  38.     top: (ancestor)
  39.     bottom: (ancestor)
  40.     right: (-10)
  41.   Child descPrompt
  42.     class: Static
  43.     font: Helv8
  44.     title: "Compile in descendant class"
  45.     left: (descendant right 4)
  46.     top: (descendant)
  47.     bottom: (descendant)
  48.     right: (-10)
  49.   Child cancelPrompt
  50.     class: Static
  51.     title: "Don't compile -- return to browser"
  52.     font: Helv8
  53.     left: (cancel right 4)
  54.     top: (cancel)
  55.     bottom: (cancel)
  56.     right: (-10)
  57.