home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR5 / TRIBALDR.ZIP / RES.ZIP / TRIBALDR.WDL < prev    next >
Text File  |  1993-10-10  |  2KB  |  101 lines

  1. Window TribalDraw
  2.   class: TribalDraw
  3.   menuDef: "tribMenu"
  4.   title: "TribalDraw 2.1: (untitled)"
  5.   ownership: overlapped
  6.   captionBar: (sysMenu maxBox minBox)
  7.   border: thick
  8.   helpFile: "tribal"
  9.   icon: "trex"
  10.   Child toolPalette
  11.     class: DrawPalette
  12.     left: 0
  13.     border: border
  14.     bottom: (self top f 60)
  15.     help: "Select action or 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, select graphics(left mouse button),edit selected graphic(right mouse button),right doubleclick"
  37.   Child helpLine
  38.     class: HelpBar
  39.     top: (last bottom)
  40.     left: (vRuler right)
  41.     border: border
  42.   Owned textPop
  43.     class: TextPop
  44.     top: (last bottom)
  45.     left: (vRuler right)
  46.     definition: "textPop"
  47.     help: "Edit text attributes"
  48.   Owned drawPop
  49.     class: BasicToolBar
  50.     top: (last bottom)
  51.     left: (vRuler right)
  52.     help: "Select a tool or action"
  53.     definition: "drawPop"
  54.   Owned penPop
  55.     class: PenPop
  56.     top: (last bottom)
  57.     left: (vRuler right)
  58.     definition: "penPop"
  59.   Owned brushPop
  60.     class: BrushPop
  61.     top: (last bottom)
  62.     left: (vRuler right)
  63.     definition: "brushPop"
  64.   Owned doublePop
  65.     class: BasicToolBar
  66.     top: (last bottom)
  67.     left: (vRuler right)
  68.     definition: "doublepo"
  69.   Owned init
  70.     class: Window
  71.     top: (last bottom)
  72.     left: (vRuler right)
  73.     definition: "init"
  74.   Owned init1
  75.     class: Window
  76.     top: (last bottom)
  77.     left: (vRuler right)
  78.     definition: "init1"
  79.   Owned init2
  80.     class: Window
  81.     top: (last bottom)
  82.     left: (vRuler right)
  83.     definition: "init2"
  84.   Owned init3
  85.     class: Window
  86.     top: (last bottom)
  87.     left: (vRuler right)
  88.     definition: "init3"
  89.   Owned colorDlg
  90.     definition: "rgbdialo"
  91.   Owned sysColorDlg
  92.     definition: "syscolor"
  93.   Owned fileDlg
  94.   class: CDFileOpen
  95.     title: "Open File"
  96.     data: ("TribalDraw Files (*.tdf)", "*.tdf", "All Files (*.*)", "*.*")
  97.   Owned dimDlg
  98.     definition: "dimensio" 
  99.  
  100.     
  101.