Difference between revisions of "SMNetGradient"

From Lazarus wiki
Jump to navigationJump to search
Line 1: Line 1:
 
{{SMNetGradient}}
 
{{SMNetGradient}}
  
=== A propos ===
+
=== About ===
Un remplissage en gradient comme dans la nouvelle boîte d'options de Netscape Communicator .
+
A gradient fill like in the new Netscape Communicator Options Box.
  
* Les couleurs de début et de fin peuvent être de toutes les couleurs .
+
* The begin and end colors can be any colors.
* La direction de remplissage peut être paramétrée à Droite-à-Gauche ou bien Gauche-à-Droite.
+
* The fill direction can be set to Right-To-Left or Left-To-Right.
* Le nombre de couleurs , entre  1 et 255 peut être fixé pour le remplissage.
+
* The number of colors, between 1 and 255 can be set for the fill.
* Caption peut être n'importe quoi et n'importe où sur TNetGradient.
+
* The Caption can be anything and anywhere on TNetGradient.
  
===Capture d'écran===
+
===Screenshot===
 
* [[Image:Netgradient2.png]]
 
* [[Image:Netgradient2.png]]
  
 
* [[Image:Netgradient.png]]
 
* [[Image:Netgradient.png]]
  
=== Auteurs  ===
+
=== Authors ===
 
*1995, Curtis White
 
*1995, Curtis White
 
*1997, Heiko Webers
 
*1997, Heiko Webers
 
*2006, barko (port to lazarus)
 
*2006, barko (port to lazarus)
  
===Licence===
+
===License===
Ce composant peut être librement utilisé et distribué dans des environnements commerciaux et privés. (regarder dans les sources)
+
This component can be freely used and distributed in commercial and private environments. (look in source)
  
===Téléchargement ===
+
===Download===
La dernière release stable peut être trouvé sur la [http://sourceforge.net/project/showfiles.php?group_id=92177&package_id=179563 page des fichiers de Lazarus CCR].
+
The latest stable release can be found on the [http://sourceforge.net/project/showfiles.php?group_id=92177&package_id=179563 Lazarus CCR Files page].
  
===Journal des modifications===
+
===Change Log===
* 1.00:  réalisation initial
+
* 1.00:  Initial release
* 1.00:  Changé en TNetGradient
+
* 1.00:  Changed to TNetGradient
* 1.00: 14.02.2006 portage vers lazarus
+
* 1.00: 14.02.2006 port to lazarus
  
===Dépendances  / Exigences du système===
+
===Dependencies / System Requirements===
  
Testé sous Windows et Linux.
+
Tested on Windows and Linux.
  
 
===Installation===
 
===Installation===
* Dans Composants /Ouvrir un fichier paquet(.lpk)... , ouvrir smnetgradientlaz.lpk.
+
* In Components/Open Package File, open smnetgradientlaz.lpk.
* Compiler le composant pour vérifier que tout est correct .
+
* Compile the component to verify that everything is ok.
* Installer le laisser Lazarus se reconstruire.
+
* Install and let Lazarus rebuild.

Revision as of 11:05, 30 June 2007

English (en) español (es) français (fr)

About

A gradient fill like in the new Netscape Communicator Options Box.

  • The begin and end colors can be any colors.
  • The fill direction can be set to Right-To-Left or Left-To-Right.
  • The number of colors, between 1 and 255 can be set for the fill.
  • The Caption can be anything and anywhere on TNetGradient.

Screenshot

  • Netgradient2.png
  • Netgradient.png

Authors

  • 1995, Curtis White
  • 1997, Heiko Webers
  • 2006, barko (port to lazarus)

License

This component can be freely used and distributed in commercial and private environments. (look in source)

Download

The latest stable release can be found on the Lazarus CCR Files page.

Change Log

  • 1.00: Initial release
  • 1.00: Changed to TNetGradient
  • 1.00: 14.02.2006 port to lazarus

Dependencies / System Requirements

Tested on Windows and Linux.

Installation

  • In Components/Open Package File, open smnetgradientlaz.lpk.
  • Compile the component to verify that everything is ok.
  • Install and let Lazarus rebuild.