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

  1. Window drawPop
  2.   fixedRect: (0 0 136 155) 
  3.   class: BasicToolBar
  4.   border: dialog
  5.   help: "select action"
  6.   Child open
  7.     class: BitButton
  8.     left: (f 0)
  9.     top: (f 0)
  10.     right: (self left f 30)
  11.     bottom: (self top f 30)
  12.     help: "open a file"
  13.   Child save
  14.     class: BitButton
  15.     left: (last left)
  16.     top: (last bottom f 2)
  17.     right: (self left f 30)
  18.     bottom: (self top f 30)
  19.     help: "save to file"
  20.   Child print
  21.     class: BitButton
  22.     left: (last left)
  23.     top: (last bottom f 2)
  24.     right: (self left f 30)
  25.     bottom: (self top f 30)
  26.     help: "print"
  27.    Child actualSize
  28.     class: BitButton
  29.     left: (open right f 2)
  30.     top: (f 0)
  31.     right: (self left f 30)
  32.     bottom: (self top f 30)
  33.     help: "actual size"
  34.   Child fitInWindow
  35.     class: BitButton
  36.     left: (last left)
  37.     top: (last bottom f 2)
  38.     right: (self left f 30)
  39.     bottom: (self top f 30)
  40.     help: "fit in window"
  41.   Child zoom
  42.     class: BitButton
  43.     left: (last left)
  44.     top: (last bottom f 2)
  45.     right: (self left f 30)
  46.     bottom: (self top f 30)
  47.     help: "zoom display"
  48.  
  49.   Child paste
  50.     class: BitButton
  51.     left: (actualSize right f 2 )
  52.     top: (actualSize top)
  53.     right: (self left f 30)
  54.     bottom: (self top f 30)
  55.     help: "paste clipboard contents"
  56.   Child chooser
  57.     class: BitButton
  58.     left: (last left)
  59.     top: (last bottom f 2)
  60.     right: (self left f 30)
  61.     bottom: (self top f 30)
  62.     help: "chooser tool"
  63.   Child line
  64.     class: BitButton
  65.     left: (last left)
  66.     top: (last last bottom f 2)
  67.     right: (self left f 30)
  68.     bottom: (self top f 30)
  69.     help: "line tool"
  70.   Child rectangle
  71.     class: BitButton
  72.     left: (last right f 2)
  73.     top: (f 0)
  74.     right: (self left f 30)
  75.     bottom: (self top f 30)
  76.     help: "rectangle tool"
  77.   Child roundRectangle
  78.     class: BitButton
  79.     left: (last left)
  80.     top: (last bottom f 2)
  81.     right: (self left f 30)
  82.     bottom: (self top f 30)
  83.     help: "round rectangle tool"
  84.   Child ellipse
  85.     class: BitButton
  86.     left: (last left )
  87.     top: (last bottom f 2)
  88.     right: (self left f 30)
  89.     bottom: (self top f 30)
  90.     help: "ellipse tool"
  91.   Child polygon
  92.     class: BitButton
  93.     left: (f 0)
  94.     top: (last bottom f 2)
  95.     right: (self left f 30)
  96.     bottom: (self top f 30)
  97.     help: "polygon tool"
  98.   Child polyline
  99.     class: BitButton
  100.     left: (last right f 2)
  101.     top: (last top)
  102.     right: (self left f 30)
  103.     bottom: (self top f 30)
  104.     help: "polyline tool"
  105.   Child curve
  106.     class: BitButton
  107.     left: (last right f 2)
  108.     top: (last top)
  109.     right: (self left f 30)
  110.     bottom: (self top f 30)
  111.     help: "curve tool"
  112.   Child text
  113.     class: BitButton
  114.     left: (last right f 2)
  115.     top: (last top)
  116.     right: (self left f 30)
  117.     bottom: (self top f 30)
  118.     help: "text tool"
  119.   Child helpLine
  120.     class: HelpBar
  121.     border: border
  122.     top: (text bottom)
  123.     left: (f 0)
  124.     right: (self left f 126)
  125.     bottom: (self top f 20)
  126.     font: Helv8
  127.     help: "explains choices"
  128.