home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR5 / TRIBALDR.ZIP / RES.ZIP / JURASSIC.WDL < prev    next >
Text File  |  1993-07-11  |  1KB  |  53 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.     left: 0
  13.     border: border
  14.     bottom: (self top f 60)
  15.     help: "Select drawing tool"
  16.   Child vRuler
  17.     class: VertRuler
  18.     border: border
  19.     left: 0
  20.     top: (last bottom 10)
  21.     right: (self left f 20)
  22.     bottom: (bottom -10)
  23.   Child hRuler
  24.     class: HorizRuler
  25.     left: (last right)
  26.     top: 30
  27.     border: border
  28.     bottom: (self top f 20)
  29.   Child display
  30.     class: Draw
  31.     border: border
  32.     scrollBars: (hScroll vScroll)   
  33.     left: (last)
  34.     top: (last bottom) 
  35.     bottom: (bottom -10)
  36.     help: "Draw or select dinosaurs"
  37.   Child helpLine
  38.     class: HelpBar
  39.     top: (last bottom)
  40.     left: (vRuler right)
  41.     border: border
  42.   Owned colorDlg
  43.     definition: "rgbdialo"
  44.   Owned sysColorDlg
  45.     definition: "syscolor"
  46.   Owned fileDlg
  47.   class: CDFileOpen
  48.     title: "Open File"
  49.     data: ("JurassicCad Files (*.jcf)", "*.jcf", "All Files (*.*)", "*.*")
  50.   Owned dimDlg
  51.     definition: "dimensio" 
  52.     
  53.