home *** CD-ROM | disk | FTP | other *** search
/ The Best of the Best / _.img / 01163 / jura1.exe / ATTRIBED.WDL < prev    next >
Text File  |  1993-02-23  |  883b  |  37 lines

  1. Window attribEd
  2.   menuDef: "AttrMenu"
  3.   class: AttribEdit
  4.   title: "Attribute Editor"
  5.   helpFile: "attrhelp"
  6.   icon: "AttriBrowser"
  7.   Child stmtList
  8.     class: ListBox
  9.     help: "Select a window or menu definition to insert"
  10.     style: (sorted)
  11.     right: (p 30)
  12.     bottom: (p 30)
  13.   Child keyList
  14.     class: ListBox
  15.     help: "Select an attribute keyword to insert"
  16.     left: (last right)
  17.     bottom: (last)
  18.     right: (p 55)
  19.   Child choiceList
  20.     class: ListBox
  21.     help: "Select an attribute value to insert"
  22.     style: (sorted)
  23.     left: (last right)
  24.     bottom: (last)
  25.   Child editor
  26.     class: FileWindow
  27.     definition: "filewind"
  28.     help: "Edit the current attribute definition"
  29.     top: (last bottom)
  30.     bottom: (-8)
  31.     ownership: child
  32.     border: border
  33.   Child helpLine
  34.     class: HelpBar
  35.     top: (last bottom)
  36.     border: border
  37.