Difference between revisions of "TGradButton/de"

From Lazarus wiki
Jump to navigationJump to search
Line 46: Line 46:
  
 
==Download from SVN==
 
==Download from SVN==
You can also use the current SVN-Version of TGradButton
+
Die aktuelle Version kann man von dem CCR-SVN laden
 
   svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/gradcontrols/ gradcontrols
 
   svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/gradcontrols/ gradcontrols

Revision as of 18:34, 13 October 2008

Template:Translate

About

Gehört zu den GradControls. TGradButton ist abgeleitet von TCustomControl. Die Komponente zeichnet sich mit einem Coolen Hintergrund. Man kann die GrundFarbe, die BlendFarbe im Normalen zustand als die Farbe beim drüber gehen mit der Maus. Die Border kann separat abstellen. Diese Komponente soll als Ersatz für TButton dienen, weil unter Windows kann bei diesem Button keine Farbe ändern.

Aktuelle Version: 1.4

Features

  • Cool-Looking Gradient Background
  • Glyph-Support
  • Rotated Text+Glyph (only 90° to Left or Right)
  • Vertical and Horizontal Background
  • GlyphPositions (Over/Under/Left to/Right to the Caption )

Autor

Eugen Bolz

History

Version 1.4:

  • [+] Caching Background, Rotated Text+Glyphs
  • [+] Using TButtonGlyph
  • [*] Using TRotateDirection instead of TRotatedText
  • [*] using TButtonLayout to set the Glyph Position
  • [~] Linux-Bugs

Version 1.3:

  • [+] ClickColor
  • [+] NotEnabledColor
  • [+] Text Alignment
  • [+] GlyphPosition

Version 1.2:

  • [+] Glyph-Support
  • [+] Rotated Text+Glyph

Version 1.1:

  • [i] First Release

Screenshot

TGradbutton demo.jpg

Download

The Demo is included!

Download from Lazarusforum

Download from SVN

Die aktuelle Version kann man von dem CCR-SVN laden

 svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/gradcontrols/ gradcontrols