home *** CD-ROM | disk | FTP | other *** search
/ Powerdrive 1997 February / POWERDRIVE0297.ISO / share / win / anwend / kdraw_fw / kwikdraw.txt < prev    next >
Text File  |  1996-12-09  |  5KB  |  97 lines

  1. KwikDraw - An Object Oriented Drawing Program
  2. Freeware Version 3.01b
  3. Copyright 1991-1996 Paul Schimpf
  4.  
  5. Internet Address:   Paul_Schimpf@atk.com
  6.               or:   schimpf@icsl.ee.washington.edu
  7.  
  8. (it is possible that my address will change in the future but if you have
  9. access to the World Wibe Web, you should be able to find my home page by
  10. searching for "Paul Schimpf" or "KwikDraw")
  11.  
  12. This drawing program, unlike a paint program, is object oriented.  This
  13. means that after drawing objects (such as rectangles, ellipses, lines,
  14. text, curves, polygons, or splines), you have the ability to select and
  15. modify them as independent entities.  In a paint program an object, once
  16. it is drawn, loses it's identity as an independent entity.  Any editing
  17. capability in a paint program must thus treat all the objects as mere
  18. patterns of bits on the drawing surface.  Read the on-line Help for more
  19. information about how to use KwikDraw (including how to embed bitmaps
  20. if you prefer painting to drawing).
  21.  
  22. This is a Freeware version of KwikDraw.  IT IS FREE.  This Freeware
  23. version will limit the number of objects that you draw to 32.  This limit
  24. is high enough to make the program useful for simple drawings.  You are
  25. also allowed to fully manipulate the example drawings.  Feel free to use
  26. and distribute this version, on the condition that none of the included
  27. files is modified in any way.  You may also purchase a commercial version
  28. of KwikDraw by writing (use the handy order form in order.txt), calling,
  29. or sending a request via electronic mail (see below). The current price 
  30. is $39.95 plus $4.00 Shipping in the U.S. and Canada ($7.00 overseas), 
  31. and $3.00 for C.O.D. (prices subject to change).  Mastercard, Visa, or 
  32. personal checks are acceptable.  REGISTERED USERS WILL BE UPGRADED WITH
  33. BUG FIXES FREE OF CHARGE.  REGISTERED USERS ARE ALSO ENTITLED TO UPGRADES
  34. FOR $15.95, PLUS THE NORMAL SHIPPING AND HANDLING FEE.  Please note that
  35. the commercial version of KwikDraw is NOT Freeware, and may NOT be 
  36. distributed to others - it uses the executable filename "kwikdraw.exe", 
  37. whereas the Freeware version uses the filename "kdraw_fw.exe".
  38.  
  39.      The Human Interface
  40.      attn:  Paul Schimpf
  41.      902 94th St. S.E.
  42.      Everett, WA  98208
  43.      (206) 348-9043
  44.  
  45.      Internet Address:   Paul_Schimpf@atk.com
  46.                    or:   schimpf@icsl.ee.washington.edu
  47.  
  48. (it is possible that my address will change in the future but if you have
  49. access to the World Wibe Web, you should be able to find my home page by
  50. searching for "Paul Schimpf" or "KwikDraw")
  51.  
  52. You may make checks payable to "Paul Schimpf" or to "The Human Interface."
  53.  
  54. The following files are included in this distribution:
  55.  
  56.      INSTALL.TXT   -  Installation instructions for KwikDraw.
  57.      INSTALL.EXE   -  The installation program for KwikDraw.
  58.      ORDER.TXT     -  Handy form for ordering the commercial version.
  59.      KWIKDRAW.TXT  -  This file.
  60.      KDRAW_FW.EXE  -  Freeware version of KwikDraw.
  61.      KDRAW_FW.HLP  -  On-line Microsoft Windows Help file.
  62.      TRAIN.KWK     -  Sample Drawing - a choo choo train.
  63.      CAR.KWK       -  Sample Drawing - a hot rod.
  64.      FLOW.KWK      -  Sample Drawing - a process flow diagram. 
  65.      SSITTL.KWK    -  Sample Parts Library containing TTL logic diagrams
  66.      LANDSCAP.KWK  -  Sample Drawing - a landscape example.
  67.      SWLTAIL.KWK   -  Sample Drawing - a really nice butterfly.
  68.      MFCOLEUI.DLL  -  A Windows DLL that is used by KwikDraw
  69.      INSTALL.INS   -  A control file used by INSTALL.EXE (do NOT modify)
  70.  
  71. Features planned for future releases:
  72.    user-defineable fill patterns
  73.    fillable spline curves
  74.    sticky lines (rubber-banding)
  75.    hierarchical drawings
  76.    and more.
  77.  
  78. Revision History:
  79.  
  80. 3.00  11-10-96  The revision list is starting over because version 3.00
  81.                 is a complete rewrite since version 2.02. It is written
  82.                 in C++, and is OLE compatible as both a client or a server
  83.                 (this means you can embed other application objects into
  84.                 a KwikDraw drawing, or embed KwikDraw drawings into other
  85.                 applications). Some other features that are new since 2.02 
  86.                 are: a multiple document interface, rulers, triangular as
  87.                 well as rectangular grids, more control over the drawing
  88.                 size, drawing units in cm or in, print preview, aligned
  89.                 text, arrowheads on polygons and spline curves as well
  90.                 as line objects, and more.
  91. 3.01  12-07-96  The Constrain option (Arrange Menu) was not constraining 
  92.                 the line angle while drawing Polygons.  It was also not
  93.                 behaving correctly when resizing a Polygon (when the
  94.                 Edit Control Points mode was off).  This has been fixed.
  95.                 The Installation routine (INSTALL.EXE) was improved and
  96.                 MFCOLEUI.DLL is installed if not present on the machine.
  97.