home *** CD-ROM | disk | FTP | other *** search
-
- MathCtrl unit (ver 1.7) Copyright (c) 1996,1997 by Dimak █
- ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
-
- 1. Description
-
- MathCtrl unit contains following components:
-
- TMathGrid component is a direct descendent of TGraphicControl.
- It is used mainly to help mathematicans to display such objects as curves,
- lines, graphs, etc. TMathGrid represents a rectangular region of
- Des-Cartes' coordinate system.
-
- TMathCurve component is designed to help draw curves on a TMathGrid.
-
- TIntEdit component is an indirect descendent of TWinControl. Use a TIntEdit
- component to put integer-value-edit-box control on your form.
-
- TFloatEdit component is an indirect descendent of TWinControl. Use a
- TFloatEdit component to put extended-value-edit-box control on your form.
-
- See MathCtrl.hlp for details.
-
-
- 2. Installation
- For Delphi 1 & 2:
- Backup your 'complib.dcl' or 'cmplib32.dcl' file as a precaution.
- Select 'Options', 'Install Components' or 'Component', 'Install'.
- Select 'Add', 'Browse'.
- Select the directory containing the MathCtrl files.
- Select MATHREG.PAS and click OK on each box that appears.
- The components will be added to the 'Math' section of your
- component toolbar.
- If anything goes wrong, restore your backed-up *.dcl and try
- again after correcting any obvious problems.
-
- For Delphi 3:
- Select 'Options', 'Install packages'
- Select 'Add'
- Select the directory containing the MathCtl package files.
- Select MathCtl.dpl and click OK on each box that appears.
- The components will be added to the 'Math' section of your
- component toolbar.
-
- 3. Warranty
-
- Users must accept this disclaimer of warranty:
-
- THE SOFTWARE IS SUPPLIED AS IS. THE AUTHOR DISCLAIMS ALL WARRANTIES,
- EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, THE WARRANTIES OF
- MERCHANTABILITY AND OF FITNESS FOR ANY PURPOSE. THE AUTHOR ASSUMES NO
- LIABILITY FOR DAMAGES, DIRECT OR CONSEQUENTIAL, WHICH MAY RESULT FROM
- THE USE OF THIS SOFTWARE.
-
- If you have any questions, comments, suggestions, feel free to e-mail me
- dimak@uniyar.ac.ru
-
- 4. New versions always available at
- http://www.uniyar.ac.ru/~vlads/dpage.htm
-