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

  1. Window sqlDemo
  2.   class: SQLDemo
  3.   title: "dBase SQL Demo"
  4.   rect: (20 20 260 200)
  5. Menu sqlmenu
  6.     Popup employee  text: "&Employee" style: (grayed)
  7.         Item add  text: "&Add"
  8.         Item salary  text: "Change &Salary"
  9.         Item department  text: "&Change Department"
  10.         Item edit  text: "&Edit"
  11.         Item delete  text: "&Delete"
  12.     End
  13.     Item import  text: "&Import From Excel!"
  14. End
  15.   Child s0
  16.      class: Static
  17.      title: "Employee Name"
  18.      rect: (86 5 143 15)
  19.   Child nameList
  20.      class: ListBox
  21.      rect: (77 20 162 90)
  22.   Child s1
  23.      class: Static
  24.      rect: (29 100 55 110)
  25.      title: "Name:"
  26.   Child name
  27.      class: Static
  28.      rect: (57 100 135 110)
  29.   Child s2
  30.      class: Static
  31.      rect: (151 100 185 110)
  32.      title: "Emp ID:" 
  33.   Child empID
  34.      class: Static
  35.      rect: (187 100 220 110)    
  36.   Child s3
  37.      class: Static
  38.      rect: (17 120 55 130)
  39.      title: "Hire Date:" 
  40.   Child hDate
  41.      class: Static
  42.      rect: (57 120 125 130)    
  43.   Child s4
  44.      class: Static
  45.      rect: (153 120 185 130)
  46.      title: "Salary:" 
  47.   Child salary
  48.      class: Static
  49.      rect: (187 120 225 130)    
  50.   Child s5
  51.      class: Static
  52.      rect: (10 140 55 150)
  53.      title: "Department:" 
  54.   Child dept
  55.      class: Static
  56.      rect: (57 140 125 150)    
  57.   Child s6
  58.      class: Static
  59.      rect: (150 140 185 150)
  60.      title: "Exempt:" 
  61.   Child exempt
  62.      class: Static
  63.      rect: (187 140 220 150)    
  64.