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

  1. {##############################################################################
  2.  # Name:           TWatchLabel - A label that displays the time and/or date   #
  3.  # Author:         Adrian Roberto Barbosa                                     #
  4.  # Created:        19/01/1999                                                 #
  5.  # UpDated:        23/01/1999                                                 #
  6.  # Version:        1.0                                                        #
  7.  # Description:    A TLabel object that displays the system's date and/or     #
  8.  #                 time. It uses a Timer inside to provide functionality.     #
  9.  #                 You can choose which to display.                           #
  10.  # Revisions:      1.0 beta                                 Date: 23/01/1999  #
  11.  # Delphi:         Delphi 2 (tested) or later (developed in Delphi 4)         #
  12.  # Copyright:      None!!! It's free, so comments are welcome...              #
  13.  # Contact:        adrianrb@netsite.com.br OR adrianrb@base.com.br            #
  14.  ##############################################################################}
  15.  
  16. >>>>> About this file
  17.  
  18. This header is the same that you find in the file WLabel.pas, so,
  19. due to simplicity of this component, I think that there's no need
  20. to dispend more time to explain it... If you think that code is
  21. too dificult (!) or unexplained, well... I really don't like write
  22. comments...
  23.  
  24. >>>>> Disclaimer (argh!!!)
  25. Althouth this component is free, if you want make changes on it,
  26. please let know what changes you did, send me a simple e-mail...
  27. I liked so much of every comp. that I downloaded from DSP, and I'm
  28. so graceful to everyone that make it real...
  29.  
  30. >>>>> Finally, the usage!!! (Dahhh...)
  31. To use this component, simply unzip the files WLabel.pas AND WLabel.dcr.
  32. In delphi, click on Components -> Install and choose the path of these files.
  33. Rebuild library / package and... enjoy!!!
  34. Note: if you find erros in code, please notify me immediatally, so I
  35. can correct it.
  36.  
  37. >>>>> Contact me: adrianrb@netsite.com.br