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

  1. Window chtCount
  2.   class: Window
  3.   title: "Chart"
  4.   resource: INPUT_BOX
  5.   value: input
  6.   focus: input
  7.   Child prompt
  8.     class: Edit
  9.     resource: 500
  10.     data: "Enter number of points:"
  11.   Child input
  12.     class: Edit
  13.     resource: 502
  14.     data: "4"
  15.   Child ok
  16.     class: Button
  17.     resource: IDOK
  18.   Child cancel
  19.     class: Button
  20.     resource: IDCANCEL
  21.