home *** CD-ROM | disk | FTP | other *** search
/ The Best of the Best / _.img / 01163 / jurassic.wdl < prev    next >
Text File  |  1993-06-20  |  1KB  |  51 lines

  1. Window JurassicCad
  2.   class: JurassicCad
  3.   menuDef: "juraMenu"
  4.   title: "JurassicCad: (untitled)"
  5.   ownership: overlapped
  6.   captionBar: (sysMenu maxBox minBox)
  7.   border: thick
  8.   helpFile: "jurassic"
  9.   icon: "trex"
  10.   Child toolPalette
  11.     class: DinoPalette
  12.     border: border
  13.     right: (self left f 30)
  14.     help: "Select drawing tool"
  15.   Child vRuler
  16.     class: VertRuler
  17.     border: border
  18.     left: (last right)
  19.     top: (f 20)
  20.     right: (self left f 20)
  21.     bottom: (bottom -10)
  22.   Child hRuler
  23.     class: HorizRuler
  24.     left: (last right)
  25.     border: border
  26.     bottom: (self top f 20)
  27.   Child display
  28.     class: Draw
  29.     border: border
  30.     scrollBars: (hScroll vScroll)   
  31.     left: (last)
  32.     top: (last bottom) 
  33.     bottom: (bottom -10)
  34.     help: "Draw or select dinosaurs"
  35.   Child helpLine
  36.     class: HelpBar
  37.     top: (last bottom)
  38.     left: (toolPalette right)
  39.     border: border
  40.   Owned colorDlg
  41.     definition: "rgbdialo"
  42.   Owned sysColorDlg
  43.     definition: "syscolor"
  44.   Owned fileDlg
  45.   class: CDFileOpen
  46.     title: "Open File"
  47.     data: ("JurassicCad Files (*.jcf)", "*.jcf", "All Files (*.*)", "*.*")
  48.   Owned dimDlg
  49.     definition: "dimensio" 
  50.     
  51.