home *** CD-ROM | disk | FTP | other *** search
/ The Best of the Best / _.img / 01163 / sqladd.wdl < prev    next >
Text File  |  1993-02-23  |  2KB  |  79 lines

  1. Window sqlAdd
  2.   class: SQLAdd
  3.   border: dialog
  4.   captionBar: (sysMenu)
  5.   title: "Add an Employee"
  6.   rect: (7 35 261 198)
  7.   focus: lName
  8.   Child lNameS
  9.     title: "Last Name"
  10.     class: Static
  11.     rect: (14 14 51 23)
  12.   Child lName
  13.     class: Edit
  14.     rect: (54 12 119 24)
  15.     style: (autoHScroll)
  16.   Child fNameS
  17.     title: "First Name"
  18.     class: Static
  19.     rect: (128 14 167 23)
  20.   Child fName
  21.     class: Edit
  22.     rect: (168 12 236 24)
  23.     style: (autoHScroll)
  24.   Child empIDS
  25.     title: "Employee ID"
  26.     class: Static
  27.     rect: (8 37 51 46)
  28.   Child empID
  29.     class: Edit
  30.     rect: (54 35 93 47)
  31.     style: (autoHScroll)
  32.   Child hDateS
  33.     title: "Hire Date"
  34.     class: Static
  35.     rect: (132 36 165 45)
  36.   Child hDate
  37.     class: Edit
  38.     rect: (168 35 227 47)
  39.     style: (autoHScroll)
  40.   Child salaryS
  41.     title: "Salary"
  42.     class: Static
  43.     rect: (27 60 51 69)
  44.   Child salary
  45.     class: Edit
  46.     rect: (55 58 100 70)
  47.     style: (autoHScroll)
  48.   Child deptS
  49.     title: "Department"
  50.     class: Static
  51.     rect: (125 60 165 69)
  52.   Child dept
  53.     class: Edit
  54.     rect: (168 58 224 70)
  55.     style: (autoHScroll)
  56.   Child interestS
  57.     title: "Interests"
  58.     class: Static
  59.     rect: (19 81 50 90)
  60.   Child interest
  61.     class: Edit
  62.     rect: (55 78 126 115)
  63.     style: (autoHScroll multiLine vScroll)
  64.   Child exempt
  65.     title: "Exempt"
  66.     class: RadioButton
  67.     rect: (146 89 185 101)
  68.   Child ok
  69.     title: "&OK"
  70.     class: Button
  71.     rect: (68 128 102 140)
  72.     style: (defPush)
  73.     id: IDOK
  74.   Child cancel
  75.     title: "&Cancel"
  76.     class: Button
  77.     rect: (132 128 170 140)
  78.     id: IDCANCEL
  79.