The Turbo-Screen System, by THE CONNELLY BROTHERS, is a utility package that builds Screen Panels to support programs written with Borland's Turbo Pascal Versions 4.0 or 5.0. For more information concerning installation and use, please read the file called TSS.MAN which is The Turbo-Screen System Documentation and User's Manual. Turbo-Screen was conceived as a means to get programs running quickly while spending minimum time developing the screen panels for those programs. Turbo-Screen generates Pascal code that performs the Common User Access for your application code. Common User Access (CUA) is terminology used by the IBM Systems Application Architecture (SAA). Even though Pascal is not a language that is accepted within SAA, we have tried to keep our general terminolgy compatible with the concepts and terminology of SAA. The Turbo-Screen System (Hereinafter called TSS) was developed to allow the easy definition and implementation of screen panels. Implementation requires the TSS abilities to: 1. Locate and place messages, and Entry or Menu panel variables (fields to be editted or chosen) on the screen. 2. Control the editing of the panel fields through the positioning of a cursor with Cursor-Movement/Editing functions (called Key-Functions). 3. Pass the panel field values to variables within the main program. The TSS System contains a CODE GENERATING PROGRAM program that generates Pascal procedures that interface your Menu Design (through a Menu Design File that you build) into a main Pascal program. The Turbo-Screen System also produces sample test code as an example of menu inclusion in a main program. This test code allows the user to quickly test menu and entry panel ideas. ------------------ ----------------------------------------------------- FILE DESCRIPTION ------------------ ----------------------------------------------------- TSS.MAN The Turbo-Screen System Documentation and User's Manual. ENTRY.PAN Entry Panel Design Example File. ENTRY.PAS Entry Panel Example Program Source Code. MENU.PAN Menu Panel Design Example File. MENU.PAS Menu Panel Example Program Source Code. SPECKEYS.H Special Keys description file. SWAPTPU.BAT Swaps TPU libraries from Version 5.0 to 4.0 and vice versa. This batch file will rename files on the diskette. TSS.DEF TSS Definition File TSSINST.EXE The Turbo-Screen System Installation Program. This program helps the user to install The Turbo-Screen System. TSSINST.HLP Help File used by TSSINST.EXE. TSSLIB04.TPU Screen Panel Support Library-Turbo Pascal Vers 4.0. TSSLIB.TPU Screen Panel Support Library-Turbo Pascal Vers 5.0. TSS.EXE Code generating program. This program uses Panel Design files to create User Access Code for Pascal programs written using Borland's Turbo Pascal Compilers of Version 4.0.