home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Pascal / TP.7_1 / TP / EXAMPLES / TVDEMO / DEMOHELP.TXT < prev    next >
Encoding:
Text File  |  1992-10-05  |  18.0 KB  |  592 lines

  1. ;
  2. ; Turbo Vision Demo Help Text
  3. ;
  4. ; Note:  This file must be compiled with the new version (1.1) of
  5. ;        TVHC.EXE.
  6. ;
  7.  
  8. .topic NoContext=0
  9.  Turbo Vision demonstration ▄
  10.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  11. Welcome to Turbo Vision.  This is a demonstration program that allows
  12. you to view some of the capablilities of Turbo Vision.  The ≡ menu is
  13. accessed by pressing Alt-Space.  All the other menus are accessed by
  14. pressing Alt-Z, where Z is the first letter of the menu.  For example,
  15. the "File" menu is pulled down by Alt-F.
  16.  
  17. Press ESC to put this help screen away.
  18.  
  19. .topic Viewer=2
  20.  File viewer ▄
  21.   ▀▀▀▀▀▀▀▀▀▀▀▀
  22. A file viewer views the contents of a text file. You can use the
  23. arrow keys to move about in the file. A file is loaded via the
  24. {File│Open:Open} menu item.
  25.  
  26.   Up         Move up one line
  27.   Down       Move down one line
  28.   Right      Move right one column
  29.   Left       Move left one column
  30.   PgUp       Move one page up
  31.   PgDn       Move one page down
  32.   Home       View right most column of the file
  33.   End        View left most column of the file
  34.   Ctrl-PgUp  View top of file
  35.   Ctrl-PgDn  View bottom of file.
  36.  
  37. File viewers can be resized and moved using the {Windows} menu.
  38.  
  39. .topic Puzzle
  40.  Puzzle ▄
  41.   ▀▀▀▀▀▀▀
  42. The puzzle window is a small game.  The object is to get the characters
  43. to form the following pattern:
  44.  
  45.     A  B  C  D
  46.     E  F  G  H
  47.     I  J  K  L
  48.     M  N  O
  49.  
  50. Clicking the mouse on a tile next to the empty space moves the tile
  51. into the space.  Pressing one of the cursor keys (up, down, left, or
  52. right arrow) moves a tile into the empty space in the direction
  53. indicated by the cursor key. The move counter is updated every time
  54. a tile is moved.
  55.  
  56. .topic Calculator
  57.  Calculator ▄
  58.   ▀▀▀▀▀▀▀▀▀▀▀
  59. The calculator is a simple four-function calculator with add, subtract,
  60. multiply, and divide.  To operate the calculator you can either use the
  61. keyboard or press the buttons on the calculator with the mouse.  The 'C'
  62. key clears the calculator, the '' key will erases the last character
  63. typed, and the '±' key toggles the value from positive to negative (the
  64. keyboard equivalent of '±' is '_').
  65.  
  66. .topic Calendar
  67.  Calendar ▄
  68.   ▀▀▀▀▀▀▀▀▀
  69. The calendar displays the current month, highlighting todays date. The
  70. next and previous months can be viewed using the '+' or '-' keys
  71. respectivly.  The mouse can also be used to change the month by pressing
  72. the  or  icons.
  73.  
  74. .topic AsciiTable
  75.  ASCII Table ▄
  76.   ▀▀▀▀▀▀▀▀▀▀▀▀
  77. The ASCII table displays the entire IBM PC character set.  The current
  78. character is marked by a blinking block cursor, and the hexadecimal and
  79. decimal ASCII values of the character are displayed below the chart. A
  80. new character is selected by pressing it on the keyboard, by clicking
  81. the mouse on it in the chart, or by moving the cursor using the cursor
  82. keys.
  83.  
  84. .topic System
  85.  ≡ (System) menu ▄    (Alt-Spacebar)
  86.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  87. The System menu appears on the far left of the menu bar and is
  88. represented by the ≡ symbol.
  89.  
  90. When you pull down the ≡ menu, you see
  91.  
  92.   {About:SAbout}         {Puzzle:SPuzzle}
  93.   {Calendar:SCalendar}      {Ascii Table:SAsciiTable}
  94.   {Calculator:SCalculator}
  95.  
  96. .topic SAbout
  97.  ≡│About ▄
  98.   ▀▀▀▀▀▀▀▀
  99. When you choose the About command from the ≡ (System) menu, a
  100. dialog box appears, showing copyright and version information.
  101.  
  102. To close the box, press Esc, Space, or Enter, or click the OK
  103. button.
  104.  
  105. .topic SPuzzle
  106.  ≡│Puzzle ▄
  107.   ▀▀▀▀▀▀▀▀▀
  108. The Puzzle menu item opens a small {puzzle} game.
  109.  
  110. .topic SCalendar
  111.  ≡│Calendar ▄
  112.   ▀▀▀▀▀▀▀▀▀▀▀
  113. The Calendar menu item opens a small {calendar} which displays
  114. the current month. It also allows you to view other months.
  115.  
  116. .topic SAsciiTable
  117.  ≡│ASCII table ▄
  118.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  119. The ASCII menu items opens an {ASCII Table:AsciiTable} that
  120. displays the IBM PC character set.
  121.  
  122. .topic SCalculator
  123.  ≡│Calculator ▄
  124.   ▀▀▀▀▀▀▀▀▀▀▀▀▀
  125. When you choose Calculator, a four-function {calculator} is
  126. opened on the desktop.
  127.  
  128. .topic File
  129.  File  (Alt-F) ▄
  130.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  131. The File menu offers choices for opening files, changing
  132. directories, and exiting the program.
  133.  
  134.  {Open}          {Change Dir:ChangeDir}    {Exit}
  135.  
  136. .topic Open
  137.  File│Open  (F3) ▄
  138.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  139. The Open command displays the Open a File dialog box. In this
  140. dialog box you select the text file you want browse in a
  141. {file viewer:Viewer}.
  142.  
  143. The {Open a File:FOFileOpenDBox} dialog box contains:
  144.  
  145.  ■ an {input box:FOName} with a history list
  146.  ■ a {list box:FOFiles} to browse the directory
  147.  ■ the standard {Cancel:CancelBtn} button
  148.  ■ {Open:FOOpenBtn} action button
  149.  ■ an information panel that describes the
  150.    selected file
  151.  
  152. .topic New
  153.  File│New ▄
  154.   ▀▀▀▀▀▀▀▀▀
  155. The New command creates a new editor window.  The window's name is
  156. "Untitled", and is empty.
  157.  
  158. .topic Save
  159.  File│Save ▄
  160.   ▀▀▀▀▀▀▀▀▀▀
  161. The Save command allows you to save the current editor window to a disk
  162. file.  If the window already has a name, the file will be saved under
  163. this same name.  If you wish to save the file under a new name, select
  164. the {File|Save As:SaveAs} command instead.
  165.  
  166. .topic SaveAs
  167.  File│Save As ▄
  168.   ▀▀▀▀▀▀▀▀▀▀▀▀▀
  169. The Save As command allows you to save the current editor window to a
  170. new file name.  Note that if an editor window does not have a name (it
  171. is called "Untitled") selecting {File|Save:Save} will execute the
  172. Save As dialog box.
  173.  
  174. .topic ChangeDir
  175.  File│Change Dir...▄
  176.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  177. File│Change Dir brings up the {Change Directory:FCChDirDBox}
  178. dialog box, in which you can change the current directory.
  179.  
  180. .topic DosShell
  181.  File│DOS Shell ▄
  182.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  183. With the DOS Shell command, you can leave the program temporarily
  184. to perform a DOS command or run another program.
  185.  
  186. To return to this program, type EXIT at the DOS prompt.
  187.  
  188. .topic Exit
  189.  File│Exit ▄     (Alt-X)
  190.   ▀▀▀▀▀▀▀▀▀▀
  191. The Exit command terminates this program.
  192.  
  193. .topic Undo
  194.  Edit│Undo ▄
  195.   ▀▀▀▀▀▀▀▀▀▀
  196. The Undo command allows you to "take back" the last editor action you
  197. performed.  For example, if the line:
  198.  
  199.   This is an editor test
  200.  
  201. is changed to:
  202.  
  203.   This was an editor test
  204.  
  205. the Undo command will become active.  Executing the Undo command will
  206. cause the line to revert back to its original version.  Note that
  207. changes which can be undone are grouped into similar actions, such as
  208. typing, or deleting characters.  Any action type you perform that is
  209. different than the last action type will cause the Undo information to
  210. be lost.
  211.  
  212. .topic Cut
  213.  Edit│Cut ▄
  214.   ▀▀▀▀▀▀▀▀▀
  215. The Cut command removes the selected text and places it on the
  216. Clipboard.  Any information previously on the clipboard is lost.  Text
  217. cut from the editor may be immediately replaced by selecting the
  218. {Undo} command before moving the cursor.
  219.  
  220. .topic Copy
  221.  Edit│Copy ▄
  222.   ▀▀▀▀▀▀▀▀▀▀
  223. The Copy command places a copy of the selected text on the
  224. Clipboard.  The selected information is left unchanged, but any
  225. information previously on the clipboard is lost.
  226.  
  227. .topic Paste
  228.  Edit│Paste ▄
  229.   ▀▀▀▀▀▀▀▀▀▀▀
  230. The Paste command inserts a the contents of the clipboard into the
  231. current editor window at the cursor position.  The contents of the
  232. clipboard remain unchanged.  If any text is selected in the current
  233. editor window, the highlighted text is replaced by the text coming from
  234. the clipboard.  Information pasted into an editor may be removed
  235. immediately by using the {Undo} command before moving the cursor.
  236.  
  237. .topic ShowClip
  238.  Edit│Show Clipboard ▄
  239.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  240. The Show Clipboard command will display the Clipboard contents is an
  241. ordinary editor window.  Note that {Cut} and {Paste} commands are not
  242. enabled while the clipboard is the focused window.
  243.  
  244. .topic Clear
  245.  Edit│Clear ▄
  246.   ▀▀▀▀▀▀▀▀▀▀▀
  247. The Clear command removes any selected text from the current editor
  248. without placing a copy of the text on the clipboard.  The effects of
  249. this command may be reversed by selecting {Undo} before moving the cursor.
  250.  
  251. .topic Windows
  252.  Window ▄    (Alt-W)
  253.   ▀▀▀▀▀▀▀
  254. The Window menu contains commands to close, move and perform
  255. other window-management commands.
  256.  
  257. Most of the windows in this program have all the standard window
  258. elements, including scroll bars, a close box, and zoom icons.
  259.  
  260. For more about windows and their elements, refer to windows.
  261.  
  262.  
  263.  Window-management commands
  264.  ══════════════════════════
  265.  
  266.  {Resize}           {Zoom}
  267.  {Tile}             {Cascade}
  268.  {Next}             {Previous}
  269.  {Close}
  270.  
  271. .topic Resize
  272.  Window│Resize ▄     (Ctrl-F5)
  273.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  274. Choose this command to change the size or position of the active
  275. window.
  276.  
  277.  ▄▄▄▄▄▄
  278.   Size
  279.  ▀▀▀▀▀▀
  280. If you press Shift while you use the arrow keys, you can change
  281. the size of the active window. Once you've adjusted its size or
  282. position, press Enter.
  283.  
  284. If a window has a Resize corner, you can drag that corner to
  285. resize the window.
  286.  
  287.  ▄▄▄▄▄▄
  288.   Move
  289.  ▀▀▀▀▀▀
  290. When you choose Window│Resize, the active window moves in
  291. response to the arrow keys. Once you've moved the window to where
  292. you want it, press Enter.
  293.  
  294. You can also move a window by dragging its title bar with the
  295. mouse.
  296.  
  297. .topic Zoom
  298.  Window│Zoom ▄   (F5)
  299.   ▀▀▀▀▀▀▀▀▀▀▀▀
  300. Choose Zoom to resize the active window to the maximum size. If
  301. the window is already zoomed, you can choose this command to
  302. restore it to its previous size.
  303.  
  304. You can also double-click anywhere on the window's title bar
  305. (except where an icon appears) to zoom or unzoom the window.
  306.  
  307. .topic Tile
  308.  Window│Tile ▄
  309.   ▀▀▀▀▀▀▀▀▀▀▀▀
  310. Choose Window│Tile to tile all file viewers on the desktop.
  311.  
  312.  ┌────────────────────────────────────┐
  313.  │ ╔════════════1══╗┌────────────2──┐ │
  314.  │ ║               ║│               │ │
  315.  │ ║               ║│               │ │
  316.  │ ║               ║│               │ │
  317.  │ ║               ║│               │ │
  318.  │ ╚═══════════════╝└───────────────┘ │
  319.  │ ┌────────────3──┐┌────────────4──┐ │
  320.  │ │               ││               │ │
  321.  │ │               ││               │ │
  322.  │ │               ││               │ │
  323.  │ │               ││               │ │
  324.  │ └───────────────┘└───────────────┘ │
  325.  └────────────────────────────────────┘
  326.              Tiled Windows
  327.  
  328. .topic Cascade
  329.  Window│Cascade ▄
  330.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  331. Choose Window│Cascade to stack all file viewers on the desktop.
  332.  
  333.  ┌──────────────────────────1─┐
  334.  │┌─────────────────────────2─┐
  335.  ││┌────────────────────────3─┐
  336.  │││╔═══════════════════════4═╗
  337.  │││║                         ║
  338.  │││║                         ║
  339.  │││║                         ║
  340.  │││║                         ║
  341.  │││║                         ║
  342.  └└└╚═════════════════════════╝
  343.  
  344.         Cascaded Windows
  345.  
  346. .topic Next
  347.  Window│Next ▄
  348.   ▀▀▀▀▀▀▀▀▀▀▀▀
  349. Choose Next to cycle forwards through the windows on the desktop.
  350.  
  351. .topic Previous
  352.  Window│Previous ▄
  353.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  354. Choose Previous to cycle backwards through the windows on the desktop.
  355.  
  356. .topic Close
  357.  Window│Close ▄    (Alt-F3)
  358.   ▀▀▀▀▀▀▀▀▀▀▀▀▀
  359. Choose Close to close the active window.
  360.  
  361. You can also click the Close box in the upper right corner to
  362. close a window.
  363.  
  364. .topic Options
  365.  Options  (Alt-O) ▄
  366.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  367. The Options menu contains commands that let
  368. you change {color:OColors} and {mouse:OMouse} default settings.
  369.  
  370. .topic OMouse
  371.  Options│Mouse... ▄
  372.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  373. The Mouse command brings up the {Mouse Options:OMMouseDBox}
  374. dialog box, where you can set various options that control how your
  375. mouse works, including:
  376.  
  377.  ■ how fast a double-click is
  378.  ■ which mouse button (right or left) is
  379.    active
  380.  
  381. .topic OColors
  382.  Options│Colors... ▄
  383.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  384. The Colors item brings up the {Colors dialog:OCColorsDBox} box,
  385. where you can customize the colors of the display.
  386.  
  387. .topic OSaveDesktop
  388.  Options│Save Desktop ▄
  389.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  390. Saves the state of all open windows to a file call TVDEMO.DSK. This
  391. file can be reloaded by selecting {Options│Restore Desktop:ORestoreDesktop}.
  392.  
  393. .topic ORestoreDesktop
  394.  Options│Restore Desktop ▄
  395.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  396. Restore a previously-saved state of all open windows from a file
  397. call TVDEMO.DSK. This file is saved via the
  398. {Options│Save Desktop:OSaveDesktop} menu command.
  399.  
  400. .topic FOFileOpenDBox
  401.  Help on Open a File Dialog Box ▄
  402.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  403. The Open a File dialog box contains an input box, a {file list:FOFiles},
  404. a file information panel, the standard button {Cancel:CancelBtn},
  405. one other action button ({Open:FOOpenBtn}), plus a history list
  406. that's attached to the {Name inputbox:FOName}.
  407.  
  408. .topic FOName
  409.  ┌─ Name ──────────────────────────┐
  410.  │                                 │
  411.  └─────────────────────────────────┘
  412. The Name input box is where you enter the name of the file to
  413. load, or the file-name mask to use as a filter for the Files list
  414. box (for example, *.*).
  415.  
  416. .topic FOFiles
  417.  ┌ Files ──────────────────────────┐
  418.  │                                 │
  419.  │  FILENM01.PAS  │  FILENM09.PAS  │
  420.  │  FILENM02.PAS  │  FILENM10.PAS  │
  421.  │  FILENM03.PAS  │  FILENM11.PAS  │
  422.  │  FILENM04.PAS  │  FILENM12.PAS  │
  423.  │  FILENM05.PAS  │  ..            │
  424.  │  FILENM06.PAS  │  \MOREXAMP     │
  425.  │  FILENM07.PAS  │  \TOURS        │
  426.  │  FILENM08.PAS  │  \ANSWERS.DIR  │
  427.  │  ▒▒▒■▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒   │
  428.  └─────────────────────────────────┘
  429. The Files list box lists the names of files in the current
  430. directory that match the file-name mask in the Name input box,
  431. plus the parent directory and all subdirectories.
  432.  
  433.  ┌──────────────────────────────────────────┐
  434.  │ C:\TP\EXAMPLES\*.PAS                     │
  435.  │ HELLO.PAS       52  Jul 14,1990  12:00pm │
  436.  └──────────────────────────────────────────┘
  437. The File information panel shows the path name, file name, date,
  438. time, and size of the selected file.
  439.  
  440. None of the items on this information panel are selectable.
  441.  
  442. .topic FOOpenBtn
  443.  ┌──────────┐
  444.  │ [ Open ] │
  445.  └──────────┘
  446. The Open button opens a new Viewer window and places the selected
  447. file in that window.
  448.  
  449. .topic CancelBtn
  450.  ┌────────────┐
  451.  │ [ Cancel ] │
  452.  └────────────┘
  453.  
  454. If you choose Cancel, nothing changes and no action occurs, and
  455. the dialog box is put away.
  456.  
  457. (Esc always cancels a dialog box, even if a Cancel button does
  458. not appear.)
  459.  
  460. .topic OpenBtn
  461.  ┌──────────┐
  462.  │ [ Open ] │
  463.  └──────────┘
  464.  
  465. In the Open a File dialog box, if you choose the Open button
  466. TVDEMO opens a new {file viewer:Viewer} and places the selected
  467. file in that window.
  468.  
  469. .topic FCChDirDBox
  470.  Help on the Change Directory dialog box ▄
  471.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  472. The Change Directory dialog box consists of an input box, a list
  473. box, the standard OK and Help buttons, and two other buttons
  474. (Chdir and Revert).
  475.  
  476.  ┌ Directory Name ─────────────────────┐
  477.  │                                     │
  478.  └─────────────────────────────────────┘
  479. The Directory Name input box is where you type in the path of the
  480. new directory.
  481.  
  482.  ┌ Directory Tree ─────────────────────┐
  483.  │   Drives                            │
  484.  │   └─┬C:\                            │
  485.  │     └─┬TP                           │
  486.  │       └──TVISION                    │
  487.  └─────────────────────────────────────┘
  488. The Directory Tree list box enables you to navigate directories
  489. by using the selecting bar and pressing Enter.
  490.  
  491. If you're using the keyboard, press Enter to make the selected
  492. directory be the current directory, then choose OK or press Esc
  493. to exit the dialog box.
  494.  
  495.  ┌──────────┐
  496.  │ [Chdir ] │
  497.  └──────────┘
  498. The Chdir button changes the current directory once you've
  499. selected or typed in a directory name.
  500.  
  501.  ┌──────────┐
  502.  │ [Revert] │
  503.  └──────────┘
  504. The Revert button goes back to the previous directory, as long as
  505. you haven't yet exited the dialog box.
  506.  
  507. .topic OMMouseDBox
  508.  Help on the Mouse Options dialog box ▄
  509.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  510. This dialog box consists of one check box, one slider bar, and
  511. the standard buttons OK and Cancel.
  512.  
  513.  ┌──────────────────────────┐
  514.  │ Mouse Double Click       │
  515.  │ Slow     Medium     Fast │
  516.  │ ▒▒▒▒▒▒▒▒▒▒▒■▒▒▒▒▒▒▒▒▒▒ │
  517.  └──────────────────────────┘
  518. The Mouse Double Click slider bar adjusts the double-click speed of
  519. your mouse.
  520.  
  521.  ┌───────────────────────────┐
  522.  │ [X] Reverse Mouse Buttons │
  523.  └───────────────────────────┘
  524. Reverse Mouse Buttons makes the right mouse button take on the
  525. normal functions of the left--and vice versa.
  526.  
  527.  See also:
  528.  ═════════
  529.  {Options│Mouse... menu command:OMouse}
  530.  
  531. .topic OCColorsDBox
  532.  Help on the Colors dialog box ▄
  533.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  534. The Colors dialog box consists of two list boxes, a text display
  535. area, the standard OK, Cancel, and Help buttons, and one of the
  536. following:
  537.  
  538.  ■ On color and black-and-white systems, it
  539.    also contains two color palettes.
  540.  ■ On monochrome systems, it contains a set
  541.    of radio buttons instead of the palettes.
  542.  
  543. This dialog box is where you can change the colors of different
  544. parts of this program.
  545.  
  546.  ┌─ Group ─────────────┐
  547.  │   Desktop          │
  548.  │   Menus            ■│
  549.  │   Dialogs/Calc     ▒│
  550.  │   Puzzle           ▒│
  551.  │   Calendar         ▒│
  552.  │   Ascii table      ▒│
  553.  │                    │
  554.  └─────────────────────┘
  555. The Group list box contains the names of the different regions of
  556. the program that you can customize.
  557.  
  558.  ┌─ Item ──────────────┐
  559.  │   Color            │
  560.  │                    ■│
  561.  
  562. When you select a group from the Group list, the Item list box
  563. displays the names of the different views in that region.
  564.  
  565.  ┌ Foreground ┐   ┌ Background ┐
  566.  │ ░▒▓░▒▓░▒▓░ │   │ ▓░▒▓░▒▓░▒▓ │
  567.  │ ▓░▒▓░▒▓░▒▓ │   │ ░▒▓░▒▓░▒▓░ │
  568.  │ ▒▓░▒▓░▒▓░▒ │   └────────────┘
  569.  └────────────┘
  570. On color and black-and-white systems, you use the Foreground and
  571. Background palettes to modify colors.
  572.  
  573.  ┌ Colors ──────────────┐
  574.  │  (∙) Mono low        │
  575.  │  ( ) Mono high       │
  576.  │  ( ) Mono underscore │
  577.  │  ( ) Mono inverse    │
  578.  └──────────────────────┘
  579.  
  580. On monochrome systems, you use the Colors set of radio buttons
  581. systems to modify the character attributes.
  582.  
  583.  ┌────────────────┐
  584.  │ Text Text Text │
  585.  │ Text Text Text │
  586.  └────────────────┘
  587. On all systems, the display text (above the Help button) shows
  588. the current color or attribute settings.
  589.  
  590. Changes do not take effect on the desktop until you close the
  591. Colors dialog box by choosing OK.
  592.