home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / Chip_1998-03_cd.bin / zkuste / matemat / Vyssi / MATHCTRL.ZIP / MATHCTRL.TXT < prev   
Encoding:
Text File  |  1997-11-02  |  2.2 KB  |  60 lines

  1.  
  2.   MathCtrl unit (ver 1.7) Copyright (c) 1996,1997 by Dimak █
  3.  ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  4.  
  5. 1. Description
  6.  
  7.  MathCtrl unit contains following components:
  8.  
  9.   TMathGrid component is a direct descendent of TGraphicControl.
  10.     It is used mainly to help mathematicans to display such objects as curves,
  11.     lines, graphs, etc. TMathGrid represents a rectangular region of
  12.     Des-Cartes' coordinate system.
  13.  
  14.   TMathCurve component is designed to help draw curves on a TMathGrid.
  15.  
  16.   TIntEdit component is an indirect descendent of TWinControl. Use a TIntEdit
  17.     component to put integer-value-edit-box control on your form.
  18.  
  19.   TFloatEdit component is an indirect descendent of TWinControl. Use a
  20.     TFloatEdit component to put extended-value-edit-box control on your form.
  21.  
  22.  See MathCtrl.hlp for details.
  23.  
  24.  
  25. 2. Installation
  26.   For Delphi 1 & 2:
  27.   Backup your 'complib.dcl' or 'cmplib32.dcl' file as a precaution.
  28.   Select 'Options', 'Install Components' or 'Component', 'Install'.
  29.   Select 'Add', 'Browse'.
  30.   Select the directory containing the MathCtrl files.
  31.   Select MATHREG.PAS and click OK on each box that appears.
  32.   The components will be added to the 'Math' section of your
  33.     component toolbar.
  34.   If anything goes wrong, restore your backed-up *.dcl and try
  35.     again after correcting any obvious problems.
  36.  
  37.   For Delphi 3:
  38.   Select 'Options', 'Install packages'
  39.   Select 'Add'
  40.   Select the directory containing the MathCtl package files.
  41.   Select MathCtl.dpl and click OK on each box that appears.
  42.   The components will be added to the 'Math' section of your
  43.     component toolbar.
  44.  
  45. 3. Warranty
  46.  
  47.     Users must accept this  disclaimer of warranty:
  48.  
  49.      THE SOFTWARE IS SUPPLIED AS IS. THE AUTHOR DISCLAIMS ALL WARRANTIES,
  50.  EXPRESSED OR IMPLIED,  INCLUDING,  WITHOUT LIMITATION, THE WARRANTIES OF
  51.  MERCHANTABILITY AND OF  FITNESS FOR  ANY PURPOSE.  THE AUTHOR ASSUMES NO
  52.  LIABILITY  FOR DAMAGES,  DIRECT OR CONSEQUENTIAL,  WHICH MAY RESULT FROM
  53.  THE USE OF THIS SOFTWARE.
  54.  
  55.  If you have any questions, comments, suggestions, feel free to e-mail me
  56.    dimak@uniyar.ac.ru
  57.  
  58. 4. New versions always available at
  59.    http://www.uniyar.ac.ru/~vlads/dpage.htm
  60.