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

  1. VRX   OS/2 v2.13
  2. VRWindow
  3. dialog
  4. Modal
  5. CALL dlg_Close
  6. Bottom
  7. VRPushButton
  8. NoPointerFocus
  9. CALL PB_accept_Click
  10. PB_accept
  11. Accept the input
  12. VRPushButton
  13. NoPointerFocus
  14. ~Cancel
  15. CALL PB_Cancel_Click
  16. PB_Cancel
  17. Cancel the operation
  18. VREntryField
  19. EF_File
  20. Name of the file to print
  21. VRCheckBox
  22. NoPointerFocus
  23. Quoted String
  24. VRDescriptiveText
  25. Center
  26. VREntryField
  27. Courier
  28. EF_Font
  29. Name of the font face
  30. VRCheckBox
  31. NoPointerFocus
  32. Quoted String
  33. VRDescriptiveText
  34. Center
  35. Points
  36. VRSpinButton
  37. Right
  38. <6 to 48 by 2>
  39.     BoundPart
  40. EntryField
  41. SPIN_Pts
  42. Point size for the font
  43. VRDescriptiveText
  44. Center
  45. VRDropDownComboBox
  46. ;Left;Right;Centered;Justified
  47.     BoundPart
  48. EntryField
  49. MoveDBCursor
  50. DDCB_Style
  51. Alignment style for printing
  52. VRDescriptiveText
  53. Right
  54. Center
  55. Style
  56. VRPushButton
  57. NoPointerFocus
  58. Pick ~file...
  59. CALL PB_File_Click
  60. PB_File
  61. Choose the file
  62.