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

  1. Window sqlsal
  2.   class: Window
  3.   title: "Change Salary"
  4.   border: dialog
  5.   captionBar: (sysMenu)
  6.   rect: (10 35 148 130)
  7.   focus: theEdit
  8.   Child oldInfo
  9.     title: "Old Salary: "
  10.     class: Static
  11.     rect: (9 7 120 19)
  12.   Child newInfo
  13.     title: "Enter New Salary:"
  14.     class: Static
  15.     rect: (9 25 120 34)
  16.   Child theEdit
  17.     class: Edit
  18.     rect: (28 41 109 53)
  19.   Child ok
  20.     title: "&OK"
  21.     class: Button
  22.     rect: (29 65 61 77)
  23.     style: (defPush)
  24.     id: IDOK
  25.   Child cancel
  26.     title: "&Cancel"
  27.     class: Button
  28.     rect: (78 65 110 77)
  29.     id: IDCANCEL
  30.