home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Power Pack / Visual_Basic4_Power_Pack.bin / vb4files / schedvbx / samples.z / EMPINFO.FRM (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1995-02-09  |  1.6 KB  |  44 lines

  1. EmpInfoForm
  2. Employee Information
  3. Form15
  4. EmpNum
  5. EmpNum
  6. CancelButton
  7. &Cancel
  8. OKButton
  9. EmpType
  10. EmpName
  11. Label2
  12. Employee Type:
  13. Label1
  14. Employee Name:
  15. OKButton_Click
  16. iResItem
  17. VacationForm
  18.     SchedVBX1
  19. ResMax
  20. iEmpNum
  21. EmpNum
  22. ResName
  23. EmpName=
  24. ResBarDefault
  25. EmpType
  26.     ListIndexd
  27. EmployeeForm
  28. EmpList
  29. CancelButton_Click
  30. Form_ActivateN
  31. ResLineHeight
  32. ResFontSizePercent
  33. EmpInfoForm
  34. CancelButton_Click
  35. Form_Activate
  36.  make sure first control on form gets focuss
  37. OKButton_Click
  38.  Get empty resource # from Schedule/VBX-
  39.  Get Resource Number (Employee #)l
  40.  Check to see if we need to increase the # of-
  41.  resources in Schedule/VBX
  42.  Get Employee name and type & set into Resource in Schedule/VBx-
  43.  If we added a new Employee, then add to list in EmpList formB
  44.