Difference between revisions of "SMNetGradient/es"

From Lazarus wiki
Jump to navigationJump to search
(New page: {{SMNetGradient}} === 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-...)
 
Line 1: Line 1:
 
{{SMNetGradient}}
 
{{SMNetGradient}}
  
=== About ===
+
=== Acerca de ===
 
A gradient fill like in the new Netscape Communicator Options Box.
 
A gradient fill like in the new Netscape Communicator Options Box.
  
* The begin and end colors can be any colors.
+
* Los colores de comienzo y final pueden ser cualquiera de los posibles.
* The fill direction can be set to Right-To-Left or Left-To-Right.
+
* La dirección de relleno puede definirse de derecha a izquierda o de izquierda a derecha.
* The number of colors, between 1 and 255 can be set for the fill.
+
* Se pueden establecer valores para el color de relleno entre 1 y 255.
 
* The Caption can be anything and anywhere on TNetGradient.
 
* The Caption can be anything and anywhere on TNetGradient.
  
=== Screenshot ===
+
=== Pantallazos ===
 +
 
 
* [[Image:Netgradient2.png]]
 
* [[Image:Netgradient2.png]]
  
Line 19: Line 20:
 
[[Image:Example.jpg]]
 
[[Image:Example.jpg]]
  
=== Authors ===
+
=== Autores ===
 
*1995, Curtis White
 
*1995, Curtis White
 
*1997, Heiko Webers
 
*1997, Heiko Webers
Line 25: Line 26:
 
*2008, Vincenzo Scozzaro (Upgrade 2.02)
 
*2008, Vincenzo Scozzaro (Upgrade 2.02)
  
=== License ===
+
=== Licencia ===
This component can be freely used and distributed in commercial and private environments. (look in source)
+
 
 +
Este componente puede ser libremente utilizado y distribuido tanto para propósito particular como comercial. (ver los ficheros fuente para más información).
 +
 
 +
=== Descarga ===
  
=== Download ===
+
La última versión estable se puede encontrar en [http://sourceforge.net/project/showfiles.php?group_id=92177&package_id=179563 Lazarus CCR Files page].
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].
 
  
Last Version 2.03 [http://www.lazarus.freepascal.org/index.php?action=dlattach;topic=7353.0;attach=318 Lazarus Forum]
+
Última versión 2.03 [http://www.lazarus.freepascal.org/index.php?action=dlattach;topic=7353.0;attach=318 Lazarus Forum]
  
===Change Log===
+
=== Registro de cambios ===
 
* 1.00:  Initial release
 
* 1.00:  Initial release
 
* 1.00:  Changed to TNetGradient
 
* 1.00:  Changed to TNetGradient
 
* 1.00: 14.02.2006 port to lazarus
 
* 1.00: 14.02.2006 port to lazarus
 
* 2.02: 29.08.2009 Added Alignment, Caption, SubCaption, Font SubCaption, DataField, etc...
 
* 2.02: 29.08.2009 Added Alignment, Caption, SubCaption, Font SubCaption, DataField, etc...
* 2.03: 30.08.2009 Fix Bug
+
* 2.03: 30.08.2009 Corrección de errores
  
===Dependencies / System Requirements===
+
=== Dependencias / Requerimientos del sistema ===
  
 
Tested on Windows and Linux.
 
Tested on Windows and Linux.
  
===Installation===
+
=== Instalación ===
 
* In Components/Open Package File, open smnetgradientlaz.lpk.
 
* In Components/Open Package File, open smnetgradientlaz.lpk.
 
* Compile the component to verify that everything is ok.
 
* Compile the component to verify that everything is ok.
 
* Install and let Lazarus rebuild.
 
* Install and let Lazarus rebuild.

Revision as of 23:42, 30 August 2009

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

Acerca de

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

  • Los colores de comienzo y final pueden ser cualquiera de los posibles.
  • La dirección de relleno puede definirse de derecha a izquierda o de izquierda a derecha.
  • Se pueden establecer valores para el color de relleno entre 1 y 255.
  • The Caption can be anything and anywhere on TNetGradient.

Pantallazos

  • Netgradient2.png
  • Netgradient.png
  • Smace202.JPG
  • smnetgradient203.png

Example.jpg

Autores

  • 1995, Curtis White
  • 1997, Heiko Webers
  • 2006, barko (port to lazarus)
  • 2008, Vincenzo Scozzaro (Upgrade 2.02)

Licencia

Este componente puede ser libremente utilizado y distribuido tanto para propósito particular como comercial. (ver los ficheros fuente para más información).

Descarga

La última versión estable se puede encontrar en Lazarus CCR Files page.

Última versión 2.03 Lazarus Forum

Registro de cambios

  • 1.00: Initial release
  • 1.00: Changed to TNetGradient
  • 1.00: 14.02.2006 port to lazarus
  • 2.02: 29.08.2009 Added Alignment, Caption, SubCaption, Font SubCaption, DataField, etc...
  • 2.03: 30.08.2009 Corrección de errores

Dependencias / Requerimientos del sistema

Tested on Windows and Linux.

Instalación

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