home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Dcomplib / BONANZA.LZH / ENGLISH.TXT < prev   
Text File  |  1995-10-17  |  2KB  |  76 lines

  1. TBonanza
  2. --------
  3.  
  4. Live long and prosper...
  5. First: Excuse my bad english, but it's now 3.16am and I 
  6.        am very tired...
  7.  
  8.  
  9. Description:
  10.  
  11. TBonanza is a new Delphi-Component I missed a long time.
  12. It allows you to manipulate two sliders, which react as
  13. "minimum" - "maximum" - range sliders.
  14. TBonanza is my first graphical Delphi Component. It is absolutely
  15. released to the public domain and so, has absolutely no copyrights.
  16. If you want to use or modify it, please do so, but please mention
  17. my name as the original author, that's all I want.
  18. Feel free to copy or modify this little stuff. It was just a very
  19. good lesson in component writing for me and helped me through a problem
  20. I had with my studies.
  21.  
  22.  
  23. Information:
  24.  
  25. Author:        Sir Roger McMisteli
  26. Version:    1.00
  27. Date:        17. October 1995
  28. Copyrights:    Public Domain
  29. EMail:        archie@ezinfo.vmsmail.ethz.ch
  30.  
  31.         ****************************************************
  32.         * DO NOT TRY TO REACH ME AT COMPUSERVE. THIS ID IS *
  33.         * NO LONGER VALID (It was my business ID, but I    *
  34.                 * changed my job!)                      *    
  35.         * DO NOT TRY TO REACH ME AT COMPUSERVE !!!!!!!!!!! *
  36.         ****************************************************
  37.  
  38.  
  39. Events:
  40.  
  41. It reacts for the following events:
  42.  
  43. OnChanging:       occurs when one of the two sliders moves.
  44. OnChange:         occurs when one of the sliders stops moving, so when
  45.               a user releases the mousebutton.
  46. OnMinChanged:     occurs when the minimum slider stopped moving, so when
  47.               the user released the mousebutton
  48. OnMaxChanged:     same for the maximum slider
  49. The TSlider Type consists of 
  50.   TSlider = (esNoChange, esMaximumSlider, esMinimumSlider);
  51. and represents the slider that has moved (or esNoChange if none)
  52.  
  53.  
  54. Properties:
  55.  
  56. TBonanza has the following mainproperties:
  57.  
  58. Units:              how many lines do you want to have drawn. This means just
  59.               the graphical lines to be drawn.
  60. SliderWidth,
  61. SliderHeight:     the dimensions of the sliders
  62. MinColor,
  63. MaxColor:         the colors of the sliders
  64. MinValue,
  65. MaxValue:         the minimum and maximum value of the sliders
  66. MinPos,
  67. MaxPos:              the positions of the sliders
  68.  
  69. AutoSlider:       automatically calculates the dimension of the sliders and
  70.                   updates them at resizing
  71. ShowUnits:        draws vertival lines, if True
  72. ShowText:         draws text representing the position of the vertical lines
  73.               under the lines
  74.  
  75.  
  76. Thanks and good bye...