home *** CD-ROM | disk | FTP | other *** search
/ The Best of the Best / _.img / 01163 / fontsdia.wdl < prev    next >
Text File  |  1993-02-23  |  1KB  |  66 lines

  1. Window fontsDialog
  2.   class: FontsDialog
  3.   border: dialog
  4.   captionBar: (sysMenu)
  5.   title: "Symbolic Fonts"
  6.   rect: (20 20 175 125)
  7.   focus: fontName
  8.   Child ctl1
  9.     class: Static
  10.     left: 5
  11.     top: 5
  12.     right: (self left 60)
  13.     bottom: (self top 8)
  14.     title: "Symbolic Name"
  15.   Child fontName
  16.     class: Edit
  17.     left: 5
  18.     top: (last bottom 1)
  19.     right: (self left 80)
  20.     bottom: (self top 12)
  21.   Child ctl2
  22.     class: Static
  23.     left: 5
  24.     top: (last bottom 3)
  25.     right: (self left 60)
  26.     bottom: (self top 8)
  27.     title: "Defined Fonts"
  28.   Child fontList
  29.     class: ListBox
  30.     style: (variableHeight)
  31.     left: 5
  32.     top: (last bottom 1)
  33.     right: (self left 80)
  34.     bottom: -5
  35.   Child new
  36.     class: Button
  37.     title: "&New..."
  38.     left: (parent left 100)
  39.     top: 5
  40.     right: (self left 45)
  41.     bottom: (self top 12)
  42.   Child edit
  43.     class: Button
  44.     title: "&Edit..."
  45.     left: last
  46.     top: (last bottom 4)
  47.     right: last
  48.     bottom: (self top 12)
  49.     style: (disabled)
  50.   Child remove
  51.     class: Button
  52.     title: "&Remove..."
  53.     left: last
  54.     top: (last bottom 4)
  55.     right: last
  56.     bottom: (self top 12)
  57.     style: (disabled)
  58.   Child done
  59.     class: Button
  60.     title: "&Done"
  61.     id: IDOK
  62.     left: last
  63.     top: (bottom -17)
  64.     right: last
  65.     bottom: (self top 12)
  66.