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

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