home *** CD-ROM | disk | FTP | other *** search
- Window sqlsal
- class: Window
- title: "Change Salary"
- border: dialog
- captionBar: (sysMenu)
- rect: (10 35 148 130)
- focus: theEdit
- Child oldInfo
- title: "Old Salary: "
- class: Static
- rect: (9 7 120 19)
- Child newInfo
- title: "Enter New Salary:"
- class: Static
- rect: (9 25 120 34)
- Child theEdit
- class: Edit
- rect: (28 41 109 53)
- Child ok
- title: "&OK"
- class: Button
- rect: (29 65 61 77)
- style: (defPush)
- id: IDOK
- Child cancel
- title: "&Cancel"
- class: Button
- rect: (78 65 110 77)
- id: IDCANCEL
-