home *** CD-ROM | disk | FTP | other *** search
- Window ObjectDraw
- class: ObjectDraw
- menuDef: "drawMenu"
- title: "ObjectDraw: (untitled)"
- ownership: overlapped
- captionBar: (sysMenu maxBox minBox)
- border: thick
- helpFile: "objdraw"
- icon: "dividers"
- Child toolPalette
- class: ToolPalette
- 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 graphics"
- 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: ("ObjectGraphics Files (*.ogl)", "*.ogl", "All Files (*.*)", "*.*")
- Owned dimDlg
- definition: "dimensio"
-
-