home *** CD-ROM | disk | FTP | other *** search
- Window sqlAdd
- class: SQLAdd
- border: dialog
- captionBar: (sysMenu)
- title: "Add an Employee"
- rect: (7 35 261 198)
- focus: lName
- Child lNameS
- title: "Last Name"
- class: Static
- rect: (14 14 51 23)
- Child lName
- class: Edit
- rect: (54 12 119 24)
- style: (autoHScroll)
- Child fNameS
- title: "First Name"
- class: Static
- rect: (128 14 167 23)
- Child fName
- class: Edit
- rect: (168 12 236 24)
- style: (autoHScroll)
- Child empIDS
- title: "Employee ID"
- class: Static
- rect: (8 37 51 46)
- Child empID
- class: Edit
- rect: (54 35 93 47)
- style: (autoHScroll)
- Child hDateS
- title: "Hire Date"
- class: Static
- rect: (132 36 165 45)
- Child hDate
- class: Edit
- rect: (168 35 227 47)
- style: (autoHScroll)
- Child salaryS
- title: "Salary"
- class: Static
- rect: (27 60 51 69)
- Child salary
- class: Edit
- rect: (55 58 100 70)
- style: (autoHScroll)
- Child deptS
- title: "Department"
- class: Static
- rect: (125 60 165 69)
- Child dept
- class: Edit
- rect: (168 58 224 70)
- style: (autoHScroll)
- Child interestS
- title: "Interests"
- class: Static
- rect: (19 81 50 90)
- Child interest
- class: Edit
- rect: (55 78 126 115)
- style: (autoHScroll multiLine vScroll)
- Child exempt
- title: "Exempt"
- class: RadioButton
- rect: (146 89 185 101)
- Child ok
- title: "&OK"
- class: Button
- rect: (68 128 102 140)
- style: (defPush)
- id: IDOK
- Child cancel
- title: "&Cancel"
- class: Button
- rect: (132 128 170 140)
- id: IDCANCEL
-