Difference between revisions of "TGradButton/de"

From Free Pascal wiki
Jump to navigationJump to search
m
Line 1: Line 1:
 
{{Translate}}
 
{{Translate}}
  
===About===
+
=== 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.
 
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'''
 
Aktuelle Version: '''1.4'''
  
===Features===
+
=== Features ===
 
* Cool-Looking Gradient Background
 
* Cool-Looking Gradient Background
* Glyph-Support
+
* Glyph-Unterstützung
 
* Rotated Text+Glyph (only 90° to Left or Right)
 
* Rotated Text+Glyph (only 90° to Left or Right)
 
* Vertical and Horizontal Background
 
* Vertical and Horizontal Background
 
* GlyphPositions (Over/Under/Left to/Right to the Caption )
 
* GlyphPositions (Over/Under/Left to/Right to the Caption )
  
===Autor===
+
=== Autor ===
 
'''[[User:EugenE|Eugen Bolz]]'''
 
'''[[User:EugenE|Eugen Bolz]]'''
  
===History===
+
=== History ===
 
Version 1.4:
 
Version 1.4:
 
* [+] Caching Background, Rotated Text+Glyphs
 
* [+] Caching Background, Rotated Text+Glyphs
* [+] Using TButtonGlyph
+
* [+] Verwendung von TButtonGlyph
* [*] Using TRotateDirection instead of TRotatedText
+
* [*] Verwendung von TRotateDirection anstatt TRotatedText
 
* [*] using TButtonLayout to set the Glyph Position
 
* [*] using TButtonLayout to set the Glyph Position
* [~] Linux-Bugs
+
* [~] Linux-Bugs beseitigt
  
 
Version 1.3:
 
Version 1.3:
Line 35: Line 35:
  
 
Version 1.1:
 
Version 1.1:
* [i] First Release
+
* [i] Erstes Release
  
===Screenshot===
+
=== Screenshot ===
 
[[Image:TGradbutton_demo.jpg]]
 
[[Image:TGradbutton_demo.jpg]]
  
==Download==
+
== Download ==
The Demo is included!
+
Eine Demo ist enthalten!
  
 
[http://www.lazarusforum.de/downloads.php?view=detail&id=21 Download from Lazarusforum]
 
[http://www.lazarusforum.de/downloads.php?view=detail&id=21 Download from Lazarusforum]
  
==Download from SVN==
+
== Download mittels SVN ==
 
Die aktuelle Version kann man von dem CCR-SVN laden
 
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 22:14, 4 May 2009

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-Unterstützung
  • 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
  • [+] Verwendung von TButtonGlyph
  • [*] Verwendung von TRotateDirection anstatt TRotatedText
  • [*] using TButtonLayout to set the Glyph Position
  • [~] Linux-Bugs beseitigt

Version 1.3:

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

Version 1.2:

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

Version 1.1:

  • [i] Erstes Release

Screenshot

TGradbutton demo.jpg

Download

Eine Demo ist enthalten!

Download from Lazarusforum

Download mittels 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