home *** CD-ROM | disk | FTP | other *** search
- Window demoWind
- class: DemoWindow
- title: "Demo List"
- keyboard: true
- ownership: overlapped
- border: border
- captionBar: (sysMenu minBox)
- rect: (38 38 166 115)
- data: (("graphfun.lod" GraphFunction) ("chart.lod" ChartWindow) ("fractal.lod" FractalWindow) ("turtle.lod" TurtleArea) ("track.lod" TrackWindow))
- focus: demoList
- Child demoList
- class: ListBox
- data: ("MathView" "Business Charts" "Fractal Surfaces" "Turtle Graphics" "Mouse Tracker")
- selection: 0
- left: (4)
- top: (4)
- right: (-36)
- bottom: (-4)
- Child run
- class: Button
- title: "&Run"
- style:(defPush)
- id: IDOK
- left: (last right 4)
- top: (4)
- right: (-4)
- bottom: (self top 10)
- Child cancel
- class: Button
- title: "&Cancel"
- id: IDCANCEL
- left: (last)
- top: (last bottom 4)
- right: (last)
- bottom: (self top 10)
- Child actorIcon
- class: Static
- data: "work"
- style: (icon)
- left: (demoList right 11)
- top: (last bottom 7)
- right: (self left 20)
- bottom: (self top 32)
-