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

  1. Window classDialog
  2.   resource: CLASS_BOX
  3.   class: ClassDialog
  4.   title: "About Class"
  5.   Child className
  6.     class: Edit
  7.     resource: CLASS_NAME
  8.   Child ancestorName
  9.     class: Edit
  10.     resource: CLASS_ANCEST
  11.   Child variables
  12.     class: Edit
  13.     resource: CLASS_VARS
  14.   Child comment
  15.     class: Edit
  16.     resource: CLASS_COM
  17.     data: "/* Class Comment */"
  18.     selection: all
  19.   Child acceptButton
  20.     class: Button
  21.     resource: IDOK
  22.   Child cancelButton
  23.     class: Button
  24.     resource: IDCANCEL
  25.