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

  1. Window doublePop
  2.   class: BasicToolBar
  3.   border: dialog
  4.   help: "select action"
  5.   fixedRect: (0 0 130 125) 
  6.  
  7.   Child sendToBack
  8.     class: BitButton
  9.     left: ( f 0)
  10.     top: (f 0)
  11.     right: (self left f 30)
  12.     bottom: (self top f 30)
  13.     help: "sent to back"
  14.   Child bringToFront
  15.     class: BitButton
  16.     left: (last left)
  17.     top: (last bottom f 2)
  18.     right: (self left f 30)
  19.     bottom: (self top f 30)
  20.     help: "bring to front"
  21.   Child alignToGrid
  22.     class: BitButton
  23.     left: (last left)
  24.     top: (last bottom f 2)
  25.     right: (self left f 30)
  26.     bottom: (self top f 30)
  27.     help: "allign to grid"
  28.   Child cut
  29.     class: BitButton
  30.     left: (sendToBack right f 15)
  31.     top: (sendToBack top)
  32.     right: (self left f 30)
  33.     bottom: (self top f 30)
  34.     help: "cut selection"
  35.   Child clipboardCopy
  36.     class: BitButton
  37.     left: (last left)
  38.     top: (last bottom f 2)
  39.     right: (self left f 30)
  40.     bottom: (self top f 30)
  41.     help: "copy selection"
  42.   Child paste
  43.     class: BitButton
  44.     left: (last left)
  45.     top: (last bottom f 2)
  46.     right: (self left f 30)
  47.     bottom: (self top f 30)
  48.     help: "paste"
  49.   Child group
  50.     class: BitButton
  51.     left: (cut right f 15)
  52.     top: (sendToBack top)
  53.     right: (self left f 30)
  54.     bottom: (self top f 30)
  55.     help: "group selection"
  56.   Child ungroup
  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: "ungroup selection"
  63.    Child ok
  64.     class: Button
  65.     title: "Ok"
  66.     left: (last left)
  67.     top: (last bottom f 2)
  68.     right: (self left f 30)
  69.     bottom: (self top f 30)
  70.     help: "no action"
  71.  
  72.   Child helpLine
  73.     class: HelpBar
  74.     border: border
  75.     top: (paste bottom)
  76.     left: (f 0)
  77.     right: (self left f 136)
  78.     bottom: (self top f 20)
  79.     font: Helv8
  80.     help: "explains choices"
  81.