home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / zkuste / delphi / D234 / AR_COMPS.ZIP / CCLabel.txt < prev    next >
Text File  |  1999-01-24  |  2KB  |  41 lines

  1. {##############################################################################
  2.  # Name:           TCCLabel - Cycle Color Label                               #
  3.  # Author:         Adrian Roberto Barbosa                                     #
  4.  # Created:        19/01/1999                                                 #
  5.  # UpDated:        20/01/1999                                                 #
  6.  # Version:        1.1 alphabetagamma...                                      #
  7.  # Description:    This is a simple component derivated from a TLabel that    #
  8.  #                 cycles their color using the RGB colors.                   #
  9.  #                 It has only two "new" properties: Active & Interval:       #
  10.  #                    Active initiate or stops cycle, and                     #
  11.  #                    Interval sets the speed of the cycle. It's all!         #
  12.  # Revisions:      1.0 beta                                 Date: 11/11/1998  #
  13.  #                 1.1                                      Date: 11/12/1998  #
  14.  #                 1.2                                      Date: 12/02/1998  #
  15.  # Delphi:         Delphi 2 (tested) or later (developed in Delphi 4)         #
  16.  # Copyright:      None!!! It's free, so comments are welcome...              #
  17.  # Contact:        adrianrb@netsite.com.br OR adrianrb@base.com.br            #
  18.  ##############################################################################}
  19.  
  20. >>>>> About this file
  21.  
  22. This header is the same that you find in the file CCLabel.pas, so,
  23. due to simplicity of this component, I think that there's no need
  24. to dispend more time to explain it... If you think that code is
  25. too dificult (!) or unexplained, well... I really don't like write
  26. comments...
  27.  
  28. >>>>> Disclaimer (argh!!!)
  29. Althouth this component is free, if you want make changes on it,
  30. please let know what changes you did, send me a simple e-mail...
  31. I liked so much of every comp. that I downloaded from DSP, and I'm
  32. so graceful to everyone that make it real...
  33.  
  34. >>>>> Finally, the usage!!! (Dahhh...)
  35. To use this component, simply unzip the files CCLabel.pas AND CCLabel.dcr.
  36. In delphi, click on Components -> Install and choose the path of these files.
  37. Rebuild library / package and... enjoy!!!
  38. Note: if you find erros in code, please notify me immediatally, so I
  39. can correct it.
  40.  
  41. >>>>> Contact me: adrianrb@netsite.com.br