home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / vrpmac21.zip / VRPrHdr.VRW (.txt) < prev    next >
VX-REXX Windows/Object Info  |  1995-10-15  |  3KB  |  75 lines

  1. VRX   OS/2 v2.13
  2. VRWindow
  3. dialog
  4. Modal
  5. CALL dlg_Close
  6. Bottom
  7. CALL dlg_Help
  8. VRPushButton
  9. NoPointerFocus
  10. CALL PB_accept_Click
  11. PB_accept
  12. Accept the input
  13. VRPushButton
  14. NoPointerFocus
  15. ~Cancel
  16. CALL PB_Cancel_Click
  17. PB_Cancel
  18. Cancel the operation
  19. VRDescriptiveText
  20. Center
  21. Line 1
  22. VREntryField
  23. EF_Value1
  24. First line of header
  25. VRCheckBox
  26. NoPointerFocus
  27. Quoted String
  28. VRCheckBox
  29. NoPointerFocus
  30. Quoted String
  31. VRDescriptiveText
  32. Center
  33. Line 2
  34. VREntryField
  35. EF_Value2
  36. Second line of header
  37. VRCheckBox
  38. NoPointerFocus
  39. Quoted String
  40. VRDescriptiveText
  41. Center
  42. Line 3
  43. VREntryField
  44. EF_Value3
  45. Third line of header
  46. VRCheckBox
  47. NoPointerFocus
  48. Quoted String
  49. VRDescriptiveText
  50. Center
  51. Line 4
  52. VREntryField
  53. EF_Value4
  54. Fourth line of header
  55. VRCheckBox
  56. NoPointerFocus
  57. Quoted String
  58. VRDescriptiveText
  59. Center
  60. Line 5
  61. VREntryField
  62. EF_Value5
  63. Fifth line of header
  64. VRDescriptiveText
  65. Center
  66. Number lines
  67. VRSpinButton
  68. Right
  69. <1 to 5>
  70. CALL SPIN_1_Change
  71.     BoundPart
  72. EntryField
  73. SPIN_1
  74. Number of lines in the header (0..5)
  75.