home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / SCREDIT2.ZIP / README.TWO < prev    next >
Encoding:
Text File  |  1989-03-09  |  3.2 KB  |  63 lines

  1. ReadMe.Two
  2.  
  3. From ScrDisk2.Arc.
  4.  
  5. Turbo ScrEdit - evaluation version support files:
  6.  
  7. -  If you downloaded this file from a bulletin board system:
  8.  
  9.    This file contains the support files required by Turbo ScrEdit. You must
  10.    download ScrDisk1.Arc to get the screen editor. Below is a list of files
  11.    required to have the complete Turbo ScrEdit screen development system.
  12.  
  13.  
  14. -  Short Description:
  15.  
  16.    Turbo ScrEdit version 1.0 - A screen management system for building
  17.    menus, help screens, and data entry screens for Turbo Pascal 3.0,4.0,
  18.    5.0 and Turbo C 1.5, 2.0.  Extensive on-line help system. Design screens
  19.    using line and box drawing, copy or move lines or blocks of text, paint
  20.    blocks of text or type characters with full color control.  Monitor data
  21.    entry with comrehensive field validation language. Fields can be defined
  22.    as display only, required, or optional, and as integer, decimal,
  23.    alphanumeric, alpha only. Generates a skeleton file that can be compiled
  24.    and ran. Detect function keys, cursor keys, and almost any ALT or CTRL
  25.    key combination. Video I/O is memory mapped for snappy screens with
  26.    out flicker or snow. Simply too many features to describe in a short
  27.    description. (MicroSoft C modules under development.)
  28.  
  29.  
  30. Turbo ScrEdit - Program List. Archived using (PKARC).
  31.  
  32.    This diskette contains the files:
  33.    -----------------------------------------------------------------------
  34.    PrintMe.1st..........This file contains a introduction to Turbo ScrEdit,
  35.                         description of license terms and conditions,
  36.                         and installation and registration instructions.
  37.    ScrDisk1.Arc.........Archive file that contains the Turbo Screen Editor.
  38.                         ScrEdit.Com   - The system manual is integrated
  39.                      ScrEd001.Chn    into the editor as an on-line help
  40.                         ScrEd002.Chn    system. It can be printed from
  41.              ScrEd003.Chn    within the program.
  42.                ScrEd004.Chn
  43.                         ScrEdit.Scr
  44.  
  45.  
  46.    ScrDisk2.Arc.........Archived documentation and interface files.
  47.                  ScrEdit.C     - Turbo C 1.5, 2.0 interface.
  48.                         ScrEdit.H     - Header file with library instrutions.
  49.                         ScrEdit.Prj   - Example project file HUGE model.
  50.                      ScrEd30.Pas   - Turbo Pascal 3.0 interface.
  51.                         ScrEd40.Pas   - Turbo Pascal 4.0, 5.0 interface.
  52.                         ScrEd3&4.Pas  - Common Pascal procedures.
  53.                         Skeleton.P    - Pascal skeleton file used by editor.
  54.                      Skeleton.C    - "C" skeleton file used by editor.
  55.                     Skeleton.Doc  - User documentation for using the
  56.                         source code generated by Turbo ScrEdit.
  57.                         ScrDemo.P     - Pascal demonstration code.
  58.                         ScrDemo.C     - "C" demonstration code.
  59.                         ScrDemo.Scr   - Demonstration programs screen file.
  60.                         Tutor.Doc     - Step by step introduction to using
  61.                                         Turbo ScrEdit.
  62.                         Coming.Exe    - Description of enhancements planned
  63.                              or being developed for Turbo ScrEdit.