home *** CD-ROM | disk | FTP | other *** search
/ The Best of the Best / _.img / 01163 / eventdlg.wdl < prev    next >
Text File  |  1993-02-23  |  566b  |  29 lines

  1. Window eventDlg
  2.   class: EventDlg
  3.   title: "Target and Event Browser"
  4.   resource: GOTODLG
  5.   focus: selChild
  6.   Child selChild
  7.     class: ComboBox
  8.     resource: 101
  9.   Child selEvent
  10.     class: ComboBox
  11.     resource: 102
  12.   Child gotoButton
  13.     resource: IDOK
  14.     class: Button
  15.     title: "Goto"
  16.   Child cancel
  17.     resource: IDCANCEL
  18.     class: Button
  19.   Child insertButton
  20.     resource: 105
  21.     class: Button
  22.   Child newButton
  23.     class: Button
  24.     title: "Action"
  25.     left: 56
  26.     top: 96
  27.     right: (self left 39)
  28.     bottom: (self top 14)
  29.