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

  1. Window penPop
  2.   class: PenPop
  3.   title: "Attribute Editor"
  4.   border: dialog
  5.   help: "set shape attributes"
  6.   fixedRect: (0 0 144 134) 
  7.   Child solid
  8.     class: BitButton
  9.     left: (f 0)
  10.     top: (f 0)
  11.     right: (self left f 43)
  12.     bottom: (self top f 10)
  13.     help: "solid line"
  14.   Child dash
  15.     class: BitButton
  16.     left: (f 0)
  17.     top: (last bottom f 1)
  18.     right: (self left f 43)
  19.     bottom: (self top f 10)
  20.     help: "dashed line"
  21.   Child dot
  22.     class: BitButton
  23.     left: (f 0)
  24.     top: (last bottom f 1)
  25.     right: (self left f 43)
  26.     bottom: (self top f 10)
  27.     help: "dotted line"
  28.    Child dashDot
  29.     class: BitButton
  30.     left: (solid right f 1)
  31.     top: (f 0)
  32.     right: (self left f 43)
  33.     bottom: (self top f 10)
  34.     help: "dash-dot line"
  35.    Child dashDotDot
  36.     class: BitButton
  37.     left: (last)
  38.     top: (last bottom f 1)
  39.     right: (self left f 43)
  40.     bottom: (self top f 10)
  41.     help: "dash-dot-dot line"
  42.    Child invisible
  43.     class: BitButton
  44.     left: (last)
  45.     top: (last bottom f 1)
  46.     right: (self left f 43)
  47.     bottom: (self top f 10)
  48.     help: "invisible line"
  49.   Child onepoint
  50.     class: BitButton
  51.     left: (dashDot right f 3)
  52.     top: (f 1)
  53.     right: (self left f 10)
  54.     bottom: (self top f 30)
  55.     help: "select 1 unit wide"
  56.   Child twopoints
  57.     class: BitButton
  58.     left: (last right f 1)
  59.     top: last
  60.     right: (self left f 10)
  61.     bottom: (self top f 30)
  62.     help: "select 2 units wide"
  63.   Child threepoints
  64.     class: BitButton
  65.     left: (last right f 1)
  66.     top: last
  67.     right: (self left f 10)
  68.     bottom: (self top f 30)
  69.     help: "select 3 units wide"
  70.   Child fourpoints
  71.     class: BitButton
  72.     left: (last right f 1)
  73.     top: last
  74.     right: (self left f 10)
  75.     bottom: (self top f 30)
  76.     help: "select 4 units wide"
  77.   Child lineWidth
  78.     class: LineScrollBar
  79.     top: (last bottom)
  80.     left: (f 0)
  81.     right: (self left f 136)
  82.     bottom: (self top f 9)
  83.     data: (0 50)
  84.     selection: 1
  85.     help: "line width 0<-->50"
  86.   Child blackpen
  87.     class: BitButton
  88.     left: (f 0)
  89.     top: (lineWidth bottom f 2)
  90.     right: (self left f 17)
  91.     bottom: (self top f 17)
  92.     help: "select black line"
  93.   Child whitepen
  94.     class: BitButton
  95.     left: (last right f 0)
  96.     top: last
  97.     right: (self left f 17)
  98.     bottom: (self top f 17)
  99.     help: "select white line"
  100.    Child bluepen
  101.     class: BitButton
  102.     left: (last right f 0)
  103.     top: last
  104.     right: (self left f 17)
  105.     bottom: (self top f 17)
  106.     help: "select blue line"
  107.    Child magentapen
  108.     class: BitButton
  109.     left: (last right f 0)
  110.     top: last
  111.     right: (self left f 17)
  112.     bottom: (self top f 17)
  113.     help: "select magenta line"
  114.    Child cyanpen
  115.     class: BitButton
  116.     left: (last right f 0)
  117.     top: last
  118.     right: (self left f 17)
  119.     bottom: (self top f 17)
  120.     help: "select cyan line"
  121.   Child greenpen
  122.     class: BitButton
  123.     left: (last right f 0)
  124.     top: last
  125.     right: (self left f 17)
  126.     bottom: (self top f 17)
  127.     help: "select green line"
  128.   Child redpen
  129.     class: BitButton
  130.     left: (last right f 0)
  131.     top: last
  132.     right: (self left f 17)
  133.     bottom: (self top f 17)
  134.     help: "select red line"
  135.   Child yellowpen
  136.     class: BitButton
  137.     left: (last right f 0)
  138.     top: last
  139.     right: (self left f 17)
  140.     bottom: (self top f 17)
  141.     help: "select yellow line"
  142.  
  143.   Child red
  144.     class: PopScrollBar
  145.     top: (last bottom f 1)
  146.     left: (f 0)
  147.     right: (self left f 136)
  148.     bottom: (self top f 9)
  149.     data: (0 255)
  150.     selection: 128
  151.     help: "select red 0-255"
  152.   Child green
  153.     class: PopScrollBar
  154.     top: (last bottom)
  155.     left: (f 0)
  156.     right: (self left f 136)
  157.     bottom: (self top f 9)
  158.     data: (0 255)
  159.     selection: 128
  160.     help: "select green 0-255"
  161.   Child blue
  162.     class: PopScrollBar
  163.     top: (last bottom)
  164.     left: (f 0)
  165.     right: (self left f 136)
  166.     bottom: (self top f 9)
  167.     data: (0 255)
  168.     selection: 128
  169.     help: "select blue 0-255"
  170.    Child ok
  171.     class: Button
  172.     title: "OK"
  173.     left: (f 0)
  174.     top: (last bottom )
  175.     right: (self left f 136)
  176.     bottom: (self top f 18) 
  177.   Child helpLine
  178.     class: HelpBar
  179.     border: border
  180.     top: (last bottom)
  181.     left: (f 0)
  182.     right: (self left f 136)
  183.     bottom: (self top f 20)
  184.     font: Helv8
  185.     help: "explains choices"
  186.  
  187.