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

  1. Window gotoDialog
  2.   class: GoToDialog
  3.   title: "Go to Class/Method"
  4.   resource: GOTODLG
  5.   Child selClass
  6.     class: ComboBox
  7.     resource: 101
  8.   Child selMethod
  9.     class: ComboBox
  10.     resource: 102
  11.   Child gotoButton
  12.     resource: IDOK
  13.     class: Button
  14.   Child cancelButton
  15.     resource: IDCANCEL
  16.     class: Button
  17.   Child insertButton
  18.     resource: 105
  19.     class: Button
  20.     selection: true
  21.   Child methodText
  22.     resource: 104
  23.     class: Static
  24.