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

  1. Window protoBro
  2.   class: ProtoBrowser
  3.   menuDef: "ProtoMen"
  4.   title: "Protocol Browser:(none)"
  5.   icon: "ProtoBrowser"
  6.   min: (184 140)
  7.   Child subscriberList
  8.     class: ComboBox
  9.     left: (56)
  10.     help: "View subscribers and select one as current"
  11.     top: (2)
  12.     right: (p 60)
  13.     bottom: (-20)
  14.     style: (dropDownList)
  15.   Child varBox
  16.     class: VarBox
  17.     help: "View variables and insert them into the current selection"
  18.     left: (last right 2)
  19.     top: (last)
  20.     right: (-2)
  21.     bottom: (-20)
  22.     style: (dropDownList)
  23.   Child browseButton
  24.     class: Button
  25.     title: "Browse"
  26.     help: "Browse the selected subscriber class"
  27.     left: 2
  28.     top: 2
  29.     right: (left 30)
  30.     bottom: (last)
  31.   Child deleteButton
  32.     class: Button
  33.     title: "-"
  34.     help: "Remove the selected class from the subscriber list"
  35.     left: (last right 2)
  36.     top: (last)
  37.     right: (self left 10)
  38.     bottom: (last)
  39.   Child addButton
  40.     class: Button
  41.     title: "+"
  42.     help: "Add a new class to the subscriber list"
  43.     left: (last right 2)
  44.     top: (last)
  45.     right: (self left 10)
  46.     bottom: (last)
  47.   Child classList
  48.     class: ClassList
  49.     help: "View protocols and select one to view its methods"
  50.     top: (varBox bottom 2)
  51.     right: (p 30)
  52.     bottom: (p 40)
  53.     min: (40 50)
  54.     max: (70 70)
  55.   Child sendsList
  56.     class: MethodList
  57.     help: "View messages to self in this protocol's methods"
  58.     min: (30 50)
  59.     top: (last)
  60.     left: (last right)
  61.     right: (p 60)
  62.     bottom: (last)
  63.   Child methodList
  64.     class: MethodList
  65.     help: "Select a protocol method to view/edit"
  66.     left: (last right)
  67.     top: (last)
  68.     bottom: (last)
  69.   Child ew
  70.     definition: "editwind"
  71.     class: BrowEdit
  72.     help: "Edit the selected protocol method"
  73.     top: (last bottom)
  74.     bottom: (-8)
  75.   Child helpLine
  76.     class: HelpBar
  77.     top: (last bottom)
  78.     border: border
  79.   Owned acceptDlg
  80.     definition: "acceptDl"
  81.     caption: sysMenu
  82.     title: "Protocol Browser Message"
  83.