home *** CD-ROM | disk | FTP | other *** search
- Window fontsDialog
- class: FontsDialog
- border: dialog
- captionBar: (sysMenu)
- title: "Symbolic Fonts"
- rect: (20 20 175 125)
- focus: fontName
- Child ctl1
- class: Static
- left: 5
- top: 5
- right: (self left 60)
- bottom: (self top 8)
- title: "Symbolic Name"
- Child fontName
- class: Edit
- left: 5
- top: (last bottom 1)
- right: (self left 80)
- bottom: (self top 12)
- Child ctl2
- class: Static
- left: 5
- top: (last bottom 3)
- right: (self left 60)
- bottom: (self top 8)
- title: "Defined Fonts"
- Child fontList
- class: ListBox
- style: (variableHeight)
- left: 5
- top: (last bottom 1)
- right: (self left 80)
- bottom: -5
- Child new
- class: Button
- title: "&New..."
- left: (parent left 100)
- top: 5
- right: (self left 45)
- bottom: (self top 12)
- Child edit
- class: Button
- title: "&Edit..."
- left: last
- top: (last bottom 4)
- right: last
- bottom: (self top 12)
- style: (disabled)
- Child remove
- class: Button
- title: "&Remove..."
- left: last
- top: (last bottom 4)
- right: last
- bottom: (self top 12)
- style: (disabled)
- Child done
- class: Button
- title: "&Done"
- id: IDOK
- left: last
- top: (bottom -17)
- right: last
- bottom: (self top 12)
-