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

  1. VRX   OS/2 v2.13
  2. VRWindow
  3. dialog
  4. Modal
  5. CALL VRPrTbl2_Close
  6. Bottom
  7. VRPrTbl2
  8. VRDescriptiveText
  9. Center
  10. Left edge
  11. VRDescriptiveText
  12. Center
  13. VRSpinButton
  14. Right
  15. <0 to 100>
  16.     BoundPart
  17. EntryField
  18. SPIN_left
  19. left edge of the table from left margin
  20. VRDescriptiveText
  21. Center
  22. Columns
  23. VRSpinButton
  24. Right
  25. <0 to 100>
  26.     BoundPart
  27. EntryField
  28. SPIN_cols
  29. Number of columns in the table
  30. VRPushButton
  31. NoPointerFocus
  32. ~Cancel
  33. CALL PB_Cancel_Click
  34. PB_Cancel
  35. Cancel the operation
  36. VRPushButton
  37. NoPointerFocus
  38. CALL PB_accept_Click
  39. PB_accept
  40. Accept the input
  41. VRDescriptiveText
  42. Center
  43. Column widths
  44. DT_12
  45. VREntryField
  46. EF_widths
  47. Widths of cells ( 25, 45, 60)
  48. VREntryField
  49. EF_headers
  50. Headers for columns ( "Column 1", "Column 2", "Column 3")
  51. VRDescriptiveText
  52. Center
  53. Column headers
  54. DT_13
  55. VRGroupBox
  56. Captioned
  57. Table cells
  58. <default>
  59. <default>
  60. VRDescriptiveText
  61. Right
  62. Center
  63. VRSpinButton
  64. Right
  65. <0 to 15>
  66.     BoundPart
  67. EntryField
  68. SPIN_fill
  69. Fill style for cells
  70. VRDescriptiveText
  71. Right
  72. Center
  73. DT_10
  74. VRSpinButton
  75. Right
  76. <0 to 224>
  77.     BoundPart
  78. EntryField
  79. SPIN_line
  80. Line thickness for cells (56 TWIPS = 1mm)
  81. VRDescriptiveText
  82. Right
  83. Center
  84. Text color
  85. DT_11
  86. VRDropDownComboBox
  87. ;White;Black;Blue;Red;Pink;Green;Cyan;Yellow;Darkgray;Darkblue;Darkred;Darkpink;Darkgreen;Darkcyan;Brown;Palegray;<default>
  88. <default>
  89.     BoundPart
  90. EntryField
  91. MoveDBCursor
  92. DDCB_tc
  93. Type a var name or pick a color
  94. VRDropDownComboBox
  95. ;White;Black;Blue;Red;Pink;Green;Cyan;Yellow;Darkgray;Darkblue;Darkred;Darkpink;Darkgreen;Darkcyan;Brown;Palegray;<default>
  96. <default>
  97.     BoundPart
  98. EntryField
  99. MoveDBCursor
  100. DDCB_lc
  101. Type a var name or pick a color
  102. VRDropDownComboBox
  103. ;White;Black;Blue;Red;Pink;Green;Cyan;Yellow;Darkgray;Darkblue;Darkred;Darkpink;Darkgreen;Darkcyan;Brown;Palegray;<default>
  104. <default>
  105.     BoundPart
  106. EntryField
  107. MoveDBCursor
  108. DDCB_fc
  109. Type a var name or pick a color
  110. VRGroupBox
  111. Captioned
  112. Table headers
  113. <default>
  114. <default>
  115. VRDescriptiveText
  116. Right
  117. Center
  118. DT_14
  119. VRSpinButton
  120. Right
  121. <0 to 15>
  122.     BoundPart
  123. EntryField
  124. SPIN_fill1
  125. Fill style for headers
  126. VRDescriptiveText
  127. Right
  128. Center
  129. DT_15
  130. VRSpinButton
  131. Right
  132. <0 to 224>
  133.     BoundPart
  134. EntryField
  135. SPIN_line1
  136. Line thickness for headers (56 TWIPS = 1mm)
  137. VRDescriptiveText
  138. Right
  139. Center
  140. Text color
  141. DT_16
  142. VRDropDownComboBox
  143. ;White;Black;Blue;Red;Pink;Green;Cyan;Yellow;Darkgray;Darkblue;Darkred;Darkpink;Darkgreen;Darkcyan;Brown;Palegray;<default>
  144. <default>
  145.     BoundPart
  146. EntryField
  147. MoveDBCursor
  148. DDCB_tc1
  149. Type a var name or pick a color
  150. VRDropDownComboBox
  151. ;White;Black;Blue;Red;Pink;Green;Cyan;Yellow;Darkgray;Darkblue;Darkred;Darkpink;Darkgreen;Darkcyan;Brown;Palegray;<default>
  152. <default>
  153.     BoundPart
  154. EntryField
  155. MoveDBCursor
  156. DDCB_lc1
  157. Type a var name or pick a color
  158. VRDropDownComboBox
  159. ;White;Black;Blue;Red;Pink;Green;Cyan;Yellow;Darkgray;Darkblue;Darkred;Darkpink;Darkgreen;Darkcyan;Brown;Palegray;<default>
  160. <default>
  161.     BoundPart
  162. EntryField
  163. MoveDBCursor
  164. DDCB_fc1
  165. Type a var name or pick a color
  166. VRCheckBox
  167. NoPointerFocus
  168. All pages
  169. Print running headers on each page for the table
  170. VRCheckBox
  171. NoPointerFocus
  172. Print column headers
  173. CALL CB_2_Click
  174. Print column headers for the table
  175. VRCheckBox
  176. NoPointerFocus
  177. Use Color
  178. CALL CB_3_Click
  179. Use colour support
  180. VRCheckBox
  181. NoPointerFocus
  182. Quoted String
  183. Font is a quoted string
  184. VRDescriptiveText
  185. Center
  186. VREntryField
  187. Helvetica
  188. EF_Font
  189. Name of the font face for printing the table headers
  190. VRSpinButton
  191. Right
  192. <6 to 48 by 2>
  193.     BoundPart
  194. EntryField
  195. SPIN_Pts
  196. Point size for the font
  197. VRDescriptiveText
  198. Center
  199. Points
  200. VRPrTbl2
  201.