home *** CD-ROM | disk | FTP | other *** search
- Window JurassicCad
- class: JurassicCad
- menuDef: "juraMenu"
- title: "JurassicCad: (untitled)"
- ownership: overlapped
- captionBar: (sysMenu maxBox minBox)
- border: thick
- helpFile: "jurassic"
- icon: "trex"
- Child toolPalette
- class: DinoPalette
- border: border
- right: (self left f 30)
- help: "Select drawing tool"
- Child vRuler
- class: VertRuler
- border: border
- left: (last right)
- top: (f 20)
- right: (self left f 20)
- bottom: (bottom -10)
- Child hRuler
- class: HorizRuler
- left: (last right)
- border: border
- bottom: (self top f 20)
- Child display
- class: Draw
- border: border
- scrollBars: (hScroll vScroll)
- left: (last)
- top: (last bottom)
- bottom: (bottom -10)
- help: "Draw or select dinosaurs"
- Child helpLine
- class: HelpBar
- top: (last bottom)
- left: (toolPalette right)
- border: border
- Owned colorDlg
- definition: "rgbdialo"
- Owned sysColorDlg
- definition: "syscolor"
- Owned fileDlg
- class: CDFileOpen
- title: "Open File"
- data: ("JurassicCad Files (*.jcf)", "*.jcf", "All Files (*.*)", "*.*")
- Owned dimDlg
- definition: "dimensio"
-
-