                                  Org
		     written in Turbo Pascal for Windows
                                Org.TXT

Introduction
------------
Org is a Windows program written in Turbo Pascal for Windows that
illustrates the use of the ObjectWindows application framework
and the ObjectGraphics library to create an object-oriented
draw program.

This program was written by M. Zack Urlocker.  The Toolbar
unit was provided by Frank Zinghini of Applied Visions.
This program and its source code may be freely distributed for
non-commercial use.

The files include:

 ORG.EXE     - Executable Org program file
 *.PAS       - Turbo Pascal for Windows program source code
 ORG.RES     - Windows resource file
 *.ORG       - Various Org files stored to disk
 ORG.TXT     - This file

If you have received a ZIP file, you must unzip it first.


Using Org
-----------

This program requires Microsoft Windows 3.0 or later.  To start the
program start Windows and then use the File Run command to start
ORG.EXE.  Or run Org directly from the DOS C:> prompt by typing:

   WIN Org

Note: You must have a mouse to use ORG.

The program features:
  - Creation and printing of Organization Charts



NOTES
-----
Version 0.4
 -"beta" version only partially finished
 -printing has not been tested
 -various menu choices not complete


Turbo Pascal for Windows Users
------------------------------

This program illustrates some of the basic ideas common to many Windows
programs including mouse handling, graphics, resizing, rescaling,
fonts, colors, dialog boxes, collections, streams and file input and
output.  Feel free to experiment with the source code to learn how
to implement similar features in your own programs.

You can compile this program with the Windows IDE or the command line
compiler.  To compile with the command line compiler type the following
at the DOS C:> prompt:

    TPCW -b ORG.PAS


About Turbo Pascal for Windows
------------------------------

Turbo Pascal for Windows is a complete development system for creating
Windows applications.  It includes a Windows Integrated Development
Environment, ObjectWindows application framework, and Turbo Debugger for
Windows.  You do not need the Microsoft Windows Software Development Kit
(SDK) to use Turbo Pascal for Windows.


For more information contact:

	 Borland International
         1800 Green Hills Rd
         Scotts Valley, CA 95066
         USA

or your local distributor.
                                    * * *
