home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / D1 / GGRAD.ZIP / readme.txt < prev   
Text File  |  1997-06-01  |  4KB  |  119 lines

  1. TGradient
  2. =========
  3.  
  4. Version 1.0 (13 September 1996)
  5. Freeware for Delphi 1.0 and 2.0
  6. Copyright (c) 1996 Greg Lief
  7.  
  8. ----------------------------------------------------------------------------
  9.  
  10. 1.  Description
  11. 2.  Installation
  12. 3.  New Properties
  13. 4.  Copyright Notice
  14. 5.  Disclaimer
  15. 6.  Technical Support
  16. 7.  Revision History
  17. 8.  Comments
  18. 9.  Purchasing Source Code
  19.  
  20. ---------------------------------------------------------------------------
  21.  
  22. 1. Description
  23. ==============
  24.  
  25. TGradient is a gradient fill component which will occupy an entire form.
  26. It's hardly revolutionary, but it does make a pretty background for
  27. splash screens and the like.  You can choose from a variety of colors,
  28. and set the fill direction to either up or down.
  29.  
  30.  
  31. 2. Installation
  32. ===============
  33.  
  34. A. Choose the Component | Install menu option (or if you are using
  35.    Delphi 1.0, the Options | Install Components menu option).
  36.  
  37. B. Click upon the Add Button, and select either GGRAD16.DCU (Delphi 1)
  38. or GGRAD32.DCU (Delphi 2).
  39.  
  40. C. Press OK twice.
  41.  
  42. D. After your component library is recompiled, you will find a new
  43.    tab entitled "Greg Lief", with the TGradient icon upon it.
  44.  
  45.  
  46. 3. New Properties
  47. =================
  48.  
  49. Except as noted, all properties are available at design-time.
  50.  
  51. BackColor -- This is the background color to be used.  You can select
  52. from any of the following constants: clAqua, clBlue, clGreen, clPurple
  53. (my personal favorite), clRed, clWhite, or clYellow.
  54.  
  55. Direction -- This can be either up (gdUp) or down (gdDown).
  56.  
  57.  
  58. 4. Copyright Notice
  59. ===================
  60.  
  61. This component is fully functional.  My copyright notice will appear
  62. when you drop it upon a form at design-time, but that will not occur at
  63. run-time.  You can remove the copyright notice by purchasing the source
  64. code (see item #9 below).
  65.  
  66.  
  67. 5. Disclaimer
  68. =============
  69.  
  70. It is unfortunate that we live in a litigous society in which the
  71. lawyers are generally the only winners.  However, that makes the
  72. following verbiage necessary:
  73.  
  74. "THE CODE FOR THIS COMPONENT IS PROVIDED TO YOU AS IS BY ITS AUTHOR,
  75. GREG LIEF. THE AUTHOR HAS TESTED THE COMPONENT AND FEELS THAT IT WORKS
  76. AS BILLED, BUT MAKES ABSOLUTELY NO GUARANTEES OR WARRANTEES OF ANY KIND.
  77. IN OTHER WORDS, YOU ARE USING THIS ENTIRELY AT YOUR OWN RISK.  NEITHER
  78. THE AUTHOR NOR ANY OTHER ORGANIZATION WILL BE HELD RESPONSIBLE FOR ANY
  79. DIRECT OR INDIRECT DAMAGE RESULTING FROM THE USE OF EITHER THIS
  80. COMPONENT OR ANY DERIVATIVES THEREOF."
  81.  
  82.  
  83. 6. Technical Support
  84. ====================
  85.  
  86. The reason I am making this component available as freeware because I
  87. feel that it will be of use to other Delphi developers. However, always
  88. remember the old maxim "you get what you pay for".  In other words, do
  89. not get carried away by expecting technical support, because you will be
  90. sadly disappointed.
  91.  
  92.  
  93. 7. Revision History
  94. ===================
  95.  
  96. September 13, 1996 - initial public release
  97.  
  98.  
  99. 8. Comments
  100. ===========
  101.  
  102. If you find this component useful, I would appreciate hearing from you
  103. via e-mail (greglief@teleport.com).
  104.  
  105. I would also greatly appreciate your taking the time to evaluate the
  106. Delphi Object Lessons technical journal, for which I serve as Executive
  107. Editor.  More information and a sample issue are available at URL
  108. http://www.teleport.com/~ol/djournal.shtml.
  109.  
  110. The most updated version of this component can always be found at my
  111. personal web site (http://www.teleport.com/~greglief).
  112.  
  113.  
  114. 9. Purchasing Source Code
  115. =========================
  116.  
  117. The TGradient source code is available for $5 US. See the ORDER.TXT
  118. (included in this package) for more details.
  119.