home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / graflite.zip / GRAFLITE.TXT < prev    next >
Text File  |  1995-06-11  |  3KB  |  87 lines

  1. GRAFLITE Version 1.0
  2. May 1, 1995
  3. -----------
  4.  
  5.  
  6. What is GrafLight
  7. -----------------
  8. GrafLite is a Delphi component that serves as a graphic light indicator
  9. to provide feed back to the operator of a Delphi program.  GrafLight 
  10. is a descendent of a TImage component.  The color of a GrafLight may
  11. be set at design time or at runtime.
  12.  
  13. Use of GrafLight in a statusbar is about the same as using the hourglass
  14. cursor to let end users know that they should wait is the light is red,
  15. to proceed with caution if the light is yellow, or to proceed if the
  16. graflight is red.
  17.  
  18. Other uses of GrafLight could include displaying modem-like lights on
  19. a status line for programs that use modem communications components.
  20.  
  21.  
  22. Properties - at design time
  23. ----------
  24. GrafLight has the same image component properties with one simple
  25. additional property... ActiveLight.
  26.  
  27. The ActiveLight component can be set to the following in the Object
  28. Inspector Dialog at design time:
  29.  
  30. alNone - gray or inactive light
  31. alGreen - green or go active light
  32. alYellow - yellow or use caution light
  33. alRed - red or complete or warning light
  34. alBlue - blue active light
  35. alDarkRed - a dark red light
  36.  
  37. The graflight component may be sized to any size at design time, but 
  38. it looks the best at about 24 pixels square or smaller.  The actual
  39. picture size is 17x17 pixels.
  40.  
  41. The graflight may be place on a panel or statusline or on a form.
  42.  
  43.  
  44. Using Graflight - at run time
  45. ---------------
  46. The color of a graflight component may be changed at run time by setting
  47. the graflight components ActiveLight property to any of the following:
  48.  
  49. alNone - gray or inactive light
  50. alGreen - green or go active light
  51. alYellow - yellow or use caution light
  52. alRed - red or complete or warning light
  53. alBlue - blue active light
  54. alDarkRed - a dark red light
  55.  
  56.  
  57. Installing GrafLight in the Delphi Component Library
  58. ----------------------------------------------------
  59. GrafLight may be installed into the Delphi Component Library by:
  60.  
  61. 1. Selecting Options\Install Components.
  62. 2. Select GRAFLIGHT.PAS
  63.  
  64. After GRAFLIGHT has been installed it may be used just like any other 
  65. Delphi component.
  66.  
  67.  
  68. GrafLight Registeration
  69. -----------------------
  70. The source code is included in the shareware release.  The source code 
  71. may not be modified without permission of the author.
  72.  
  73. GRAFLIGHT is (c) 1995 copyright by Adirondack Software & Graphics
  74.  
  75. The author may be contacted on Compuserve Mail 2566,2387
  76.  
  77.  
  78. WARNING
  79. -------
  80. Although Graflight functions flawlessly on my computer systems the 
  81. author assumes no responsibility for the use or misuse of the component
  82. or source code.
  83.  
  84. Released June 11, 1995.
  85. Enjoy!
  86.  
  87.