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

  1. Window textPop
  2.   fixedRect: (0 0 148 180) 
  3.   class: TextPop
  4.   border: dialog
  5.   help: "select text attributes"
  6.   Child bold
  7.     class: BitButton
  8.     left: (f 0)
  9.     top: (f 0)
  10.     right: (self left f 27)
  11.     bottom: (self top f 30)
  12.     help: "bold text"
  13.   Child italic
  14.     class: BitButton
  15.     left: (last right f 1)
  16.     top: (last)
  17.     right: (self left f 27)
  18.     bottom: (self top f 30)
  19.     help: "itallic text"
  20.   Child underline
  21.     class: BitButton
  22.     left: (last right f 1)
  23.     top: (last)
  24.     right: (self left f 27)
  25.     bottom: (self top f 30)
  26.     help: "underlined text"
  27.   Child strikeout
  28.     class: BitButton
  29.     left: (last right f 1)
  30.     top: (last)
  31.     right: (self left f 27)
  32.     bottom: (self top f 30)
  33.     help: "strikeout text"
  34.   Child normal
  35.     class: BitButton
  36.     left: (last right f 1)
  37.     top: (last)
  38.     right: (self left f 27)
  39.     bottom: (self top f 30)
  40.     help: "normal text"
  41.   Child textHeight
  42.     class: TextScrollBar
  43.     top: (last bottom)
  44.     left: (f 0)
  45.     right: (self left f 136)
  46.     bottom: (self top f 9)
  47.     data: (1 288)
  48.     selection: 12
  49.     help: "Text Height 1<-->288"
  50.   Child fonts
  51.     class: ListBox
  52.     top: (last bottom f 2)
  53.     style: (sorted)
  54.     left: (f 0)
  55.     top: (last bottom f 2)
  56.     right: (self left f 140)
  57.     bottom: (self top f 70)
  58.     help: "select text font"
  59.   Child red
  60.     class: PopScrollBar
  61.     top: (last bottom f 1)
  62.     left: (f 0)
  63.     right: (self left f 140)
  64.     bottom: (self top f 9)
  65.     data: (0 255)
  66.     selection: 128
  67.     help: "Text red 0-255"
  68.   Child green
  69.     class: PopScrollBar
  70.     top: (last bottom)
  71.     left: (f 0)
  72.     right: (self left f 140)
  73.     bottom: (self top f 9)
  74.     data: (0 255)
  75.     selection: 128
  76.     help: "Text green 0-255"
  77.   Child blue
  78.     class: PopScrollBar
  79.     top: (last bottom)
  80.     left: (f 0)
  81.     right: (self left f 140)
  82.     bottom: (self top f 9)
  83.     data: (0 255)
  84.     selection: 128
  85.     help: "Text blue 0-255"
  86.   Child ok
  87.     title: "Ok"
  88.     class: Button
  89.     top: (last bottom)
  90.     left: (f 0)
  91.     right: (self left f 140)
  92.     bottom: (self top f 16)
  93.     help: "no action"
  94.   Child helpLine
  95.     class: HelpBar
  96.     border: border
  97.     top: (last bottom)
  98.     left: (f 0)
  99.     right: (self left f 140)
  100.     bottom: (self top f 20)
  101.     font: Helv8
  102.     help: "explains choices"
  103.