Delphi 4.0x freeware
Labels

[ freelabels.zip ] [ 251,368 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 | D6 ]
Delphi Freeware Label Components.

Hot Label (TOHHotLabel)
Useful when you want to be informative like the standard label but also be seen to react to mouse clicks.

URL Label (TOHURLLabel)
A label that behaves like a link in HTML.

Symbol Label (TOHSymbLabel)
This is the Symbol Label. It is intended for scientific and mathematical programs. Without it you either have to hope that the user understands x2 means x-squared or use several separate TLabels.

Readout Label (TOHReadoutLabel)
The Readout Label is intended for scientific and mathematical programs. It simplifies the display of derived values along with a caption and their units. So the label is divided into three parts displayed left to right - the original caption, a value (usually numeric but provided as a string) and the value's units.

List Label (TOHListLabel)
The List Label simplifies the display of a static list or grid of values.


Added: 17-10-2001   |  Version: 1.0   |  Downloads: 3334/3334/15
Author:Orchard House   [Homepage]   [DSP files]

[ hilabel.zip ] [ 1,661 bytes ] [ Freeware ] [ No Source ]
[ D2 | D3 | D4 | D5 ]
HiLabel - simple but useful TLabel component with OnMouseOver and OnMouseOut events. [more]
Added: 24-06-2002   |  Version: 1.0   |  Downloads: 0/0/0
Author:Stajnia Augiasza   [Homepage]   [DSP files]

[ JvLinkLabel.zip ] [ 75,906 bytes ] [ Freeware ] [ With Source ]
[ D4 | D5 | D6 ]
Have you ever wanted to include formatted text and link that flow with the rest of the text in your applications? TJvLinkLabel is a fast, light-weight replacement for Delphi's TLabel, that handles all this. It's easy to input text, even formatted text with links. Simply use the Caption property, just as you usually do with TLabel. To input formatted text and links, you must use "tags", reminiscent of HTML/SGML.
TJvLinkLabel is licensed under the MPL open-source license, and will hopefully be part of the JEDI VCL in the future.
Added: 18-03-2002   |  Version: 2.0   |  Downloads: 1570/1570/9
Author:David Polberger   [DSP files]

[ PBLabels.zip ] [ 179,891 bytes ] [ Freeware ] [ With Source ]
[ D4 | D5 ]
Two useful components:
TEmailLabel: Use this component to open the default Email client when clicked. All you need to do is enter the recipients email address and enter an optional subject that will appear at the top of the Email.
TUrlLabel: Use this component to launch the default Internet browser when clicked. All you need do is enter the Target URL. These two components could be used within an Abou box of one of your Applications.
(corrected author)
Added: 25-06-2000/27-06-2000   |  Version: 1.0   |  Downloads: 3097/3097/1
Author:Philip Bairstow   Philip Bairstow   [Homepage]   [DSP files]

[ PDJ_Labels.zip ] [ 8,746 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 ]
Five components: TFLabel, TRunLabel, TURLLabel, TEmailLabel, TTriDLabel (Label component)
  • TFLabel: Flashing label
  • TRunLabel: Scrolling label caption
  • TURLLabel: Activate programs for browsing of internet
  • TEmailLabel: Activate programs for send E-mail
  • TTriDLabel: Labels with 3D frame like bevel

Added: 17-04-2001   |  Version: 1.0   |  Downloads: 3753/3753/3
Author:Peric DJordje   PDJTools   [Homepage]   [DSP files]

[ PDJ_RotoLabel.zip ] [ 209,003 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 | D6 ]
Rotation text from 0 to 360 Degrees
  • property Text3D draw text with 3D Effect
  • property Transparent
  • property Align
Component work only with True Type font
Added: 25-05-2001/9-09-2001   |  Version: 1.10   |  Downloads: 3855/3777/14
Author:Peric DJordje   PDJTools   [Homepage]   [DSP files]

[ PDJ_SillyLabel.zip ] [ 4,531 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 | D6 ]
Enchanced label with ability to draw various kinds of gradient while Mouse cursor is over it.
Added: 3-06-2001/9-09-2001   |  Version: 2.00   |  Downloads: 4430/4358/7
Author:Peric DJordje   PDJTools   [Homepage]   [DSP files]

[ pjhotlbl.zip ] [ 23,443 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 | D6 | D7 ]

TPJHotLabel descends from TLabel. It provides a clickable label that can start the default browser or email client to access a specific URL. Key features of the component are:

  • The URL property is used for storing the URL to be accessed when the label is clicked.
  • The Caption property can either store descriptive text or can automatically reflect the URL.
  • The label can be highlighted using a user-defined font when the mouse passes over it.
  • The label displays the "hand point" cursor by default. For versions of Delphi that do not support provide the crHandPoint cursor, a custom cursor is linked in to the program by the component.
  • The component's pop-up hints can be customised to:
    • display the normal Hint text;
    • automatically display the URL, ignoring the Hint property.
    • display custom hints set each time the hint is displayed using an event handler.

A help file is provided that can inegrate with the IDE of Delphi 3 to 7.

This v2 release is backwards compatible with v1 of the component.

 [more]
Added: 7-11-1999/17-11-2003   |  Version: 2.0   |  Downloads: 3006/2992/11
Author:Peter D Johnson   [Homepage]   [DSP files]

[ Versionlabel.zip ] [ 2,276 bytes ] [ Freeware ] [ With Source ]
[ D4 ]
A simple visual component for showing the version of your program. A descendant of TCustomLabel shows on runtime the version of the program, if it is switched on through 'Project, Project options, Version info'. You can put this label anywhere on your form or other VCL component where your put a normal Label. No code necessary. You can install the component by 'Component, Install component' in a new or existing package. Full source is included. Tested with Delphi 4, but works probably on any version.
Added: 18-11-2002   |  Version: 1.0   |  Downloads: 528/528/1
Author:P. Keus   [Homepage]   [DSP files]

[ vvm_lbl.zip ] [ 2,481 bytes ] [ Freeware ] [ With Source ]
[ D4 | D5 ]
Component TVVMColorLabel allows you to draw multicolor text with various styles using one label. To use this functionality of new label you have to know how to make the label draw text in many colors and you`ll be able to paint every letter in Caption with its own color and style.
Added: 18-02-2001   |  Version: 1.0   |  Downloads: 2393/2393/0
Author:Vladimir Markelov   [DSP files]

© 1995-2006 Robert M. Czerwinski ( The Delphi Super Page a.k.a. DSP ).
All rights reserved.