home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ca100b3.zip / LMODULES / RANDOM / RANDOM.VRW (.txt) < prev    next >
VX-REXX Windows/Object Info  |  1995-09-09  |  2KB  |  42 lines

  1. VRX   OS/2 v2.13
  2. VRWindow
  3. CALL Window1_Create
  4. Modal
  5. CALL Window1_Close
  6. Random
  7. Bottom
  8. Window1
  9. VRDescriptiveText
  10. VREntryField
  11. Set the Min parameter.
  12. VRDescriptiveText
  13. VREntryField
  14. Set the Max parameter.
  15. VRDescriptiveText
  16. Seed:
  17. VREntryField
  18. Set the Seed parameter.
  19. VRPushButton
  20. NoPointerFocus
  21. CALL PB_1_Click
  22. Accept values.
  23. VRPushButton
  24. NoPointerFocus
  25. Cancel
  26. CALL PB_2_Click
  27. Cancel operation.
  28. VRPushButton
  29. NoPointerFocus
  30. CALL PB_3_Click
  31. Help for the Random function.
  32. VRCheckBox
  33. NoPointerFocus
  34. Quoted string
  35. VRCheckBox
  36. NoPointerFocus
  37. Quoted string
  38. VRCheckBox
  39. NoPointerFocus
  40. Quoted string
  41. Window1
  42.