home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / colordlg.zip / ColorDlg.VRY (.txt) < prev   
VX-REXX Windows/Object Info  |  1995-10-05  |  2KB  |  56 lines

  1. VRX   OS/2 v2.13
  2. VRWindow
  3. CALL ColorDlg_Create
  4. dialog
  5. Modal
  6. CALL ColorDlg_Close
  7. Color Selection Dialog
  8. ColorDlg
  9. VRValueSet
  10. ItemBorder
  11. Columns
  12. ItemType
  13. ColorIndex
  14. ;Black;Blue;Brown;Cyan;DarkBlue;DarkCyan;DarkGray;DarkGreen;DarkPink;DarkRed;Green;PaleGray;Pink;Red;White;Yellow;
  15. Black
  16. HiliteColor
  17. CALL Color_VS_Click
  18. Black
  19. Color_VS
  20. VRDescriptiveText
  21. Select a color by clicking on the appropriate box
  22. SelectColor_DT
  23. VRGroupBox
  24. Raised
  25. <default>
  26. <default>
  27. Type_GB
  28. VRRadioButton
  29. NoPointerFocus
  30. Foreground
  31. CALL Foreground_RB_Click
  32. Foreground_RB
  33. VRRadioButton
  34. NoPointerFocus
  35. Background
  36. CALL Background_RB_Click
  37. Background_RB
  38. VRDescriptiveText
  39. Center
  40. Center
  41. Sample
  42. 24.Helv Bold Italic
  43. White
  44. Black
  45. Sample_DT
  46. VRPushButton
  47. NoPointerFocus
  48. CALL Ok_PB_Click
  49. Ok_PB
  50. VRPushButton
  51. NoPointerFocus
  52. ~Cancel
  53. CALL Cancel_PB_Click
  54. Cancel_PB
  55. ColorDlg
  56.