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

  1. Window demoWind
  2.   class: DemoWindow
  3.   title: "Demo List"
  4.   keyboard: true
  5.   ownership: overlapped
  6.   border: border
  7.   captionBar: (sysMenu minBox)
  8.   rect: (38 38 166 115)
  9.   data: (("graphfun.lod" GraphFunction) ("chart.lod" ChartWindow) ("fractal.lod" FractalWindow) ("turtle.lod" TurtleArea) ("track.lod" TrackWindow))
  10.   focus: demoList
  11.   Child demoList
  12.     class: ListBox
  13.     data: ("MathView" "Business Charts" "Fractal Surfaces" "Turtle Graphics" "Mouse Tracker")
  14.     selection: 0
  15.     left: (4)
  16.     top: (4)
  17.     right: (-36)
  18.     bottom: (-4)
  19.   Child run
  20.     class: Button
  21.     title: "&Run"
  22.     style:(defPush)
  23.     id: IDOK
  24.     left: (last right 4)
  25.     top: (4)
  26.     right: (-4)
  27.     bottom: (self top 10)
  28.   Child cancel
  29.     class: Button
  30.     title: "&Cancel"
  31.     id: IDCANCEL
  32.     left: (last)
  33.     top: (last bottom 4)
  34.     right: (last)
  35.     bottom: (self top 10)
  36.   Child actorIcon
  37.     class: Static
  38.     data: "work"
  39.     style: (icon)
  40.     left: (demoList right 11)
  41.     top: (last bottom 7)
  42.     right: (self left 20)
  43.     bottom: (self top 32)
  44.