home *** CD-ROM | disk | FTP | other *** search
/ Power CD-ROM!! 7 / POWERCD7.ISO / os2 / etelr212 / etprerec.vrw (.txt) < prev    next >
VX-REXX Windows/Object Info  |  1994-09-13  |  2KB  |  53 lines

  1. VRX   OS/2 v2.10
  2. VRWindow
  3. CALL Window1_Create
  4. dialog
  5. Modal
  6. CALL Window1_Close
  7. Reconciliation Data
  8. CALL Window1_Help
  9. Window1
  10. VRDescriptiveText
  11. Balance forward:
  12. VRDescriptiveText
  13. Right
  14. Center
  15. Black
  16. (255,255,208)
  17. DTForward
  18. VRDescriptiveText
  19. ~New balance:
  20. VREntryField
  21. Right
  22. CALL EFEnding_GotFocus
  23. CALL EFEnding_LostFocus
  24. EFEnding
  25. VRDescriptiveText
  26. ~Interest
  27. VREntryField
  28. Right
  29. CALL EFInterest_GotFocus
  30. CALL EFInterest_LostFocus
  31. EFInterest
  32. VRDescriptiveText
  33. ~Service charges:
  34. VREntryField
  35. Right
  36. CALL EFFees_GotFocus
  37. CALL EFFees_LostFocus
  38. EFFees
  39. VRPushButton
  40. NoPointerFocus
  41. CALL PBOK_Click
  42. VRPushButton
  43. NoPointerFocus
  44. ~Cancel
  45. CALL PBCancel_Click
  46. PBCancel
  47. VRPushButton
  48. NoPointerFocus
  49. ~Help
  50. CALL PBHelp_Click
  51. PBHelp
  52. Window1
  53.