Difference between revisions of "TGradButton"

From Lazarus wiki
Jump to navigationJump to search
Line 17: Line 17:
 
* [Added] Glyph-Support
 
* [Added] Glyph-Support
 
* [Added] Rotated Text+Glyph
 
* [Added] Rotated Text+Glyph
 +
* [Added] If Component is not Enabled the Color changes to clGray
  
 
Version 1.1:  
 
Version 1.1:  

Revision as of 23:14, 6 July 2008

About

TGradButton is a TCustomControl descendant that paints a cool looking gradient. You can choose the BaseColor, NormalBlendColor and the OverBlendColor. Or which Borders should be painted. This component is a good replacement for the TButton on Windows, cause with TGradButton you can change the Buttons-Color.

Current Version: 1.2

Features

  • Cool-Looking Gradient Background
  • Glyph-Support
  • Rotated Text+Glyph (only 90° to Left or Right)
  • Vertical and Horizontal Background

Autor

Eugen Bolz

History

Version 1.2:

  • [Added] Glyph-Support
  • [Added] Rotated Text+Glyph
  • [Added] If Component is not Enabled the Color changes to clGray

Version 1.1:

  • [Info] First Release

Screenshot

TGradbutton demo.jpg

Download

The Demo is included!

Download TGradButton

Thanks to

Jesus Reyes for solving the IDE-Bug :)