TSevenSegment Component
Version 2.02
� 1998, 2001 ADC-Soft
(
http://www.adcsoft.com)
=========================================
TSevenSegment is a Delphi component used to draw seven segment
display on your form. You can display both numeric values (such
as "1", "123", "123.45", ...) and alphanumeric values (such as
"Error", "1E-20", ...).
As a bonus, I also included another component in this package,
called TSevenSegmentTime. This component may be used to draw time
value (such as 12:00:00, 10:30:00 PM, ...) on a seven segment
display.
The trial version of TSevenSegment component is fully functional
but will display a "nag" screen.
Installation
============
TSevenSegment component can be used in Delphi 1, 2, 3, 4, 5, or 6.
If you want to use it in C++Builder, please register it to get
the full source code of this component.
Delphi 6
--------
To install in Delphi 6, follow these instructions:
- Copy all files in \Delphi6 to your library directory
(e.g. Delphi6\Lib).
- Open seven20.dpk by selecting File | Open menu.
- On the package dialog editor, click Compile and then
click Install.
Delphi 5
--------
To install in Delphi 5, follow these instructions:
- Copy all files in \Delphi5 to your library directory
(e.g. Delphi5\Lib).
- Open seven20.dpk by selecting File | Open menu.
- On the package dialog editor, click Compile and then
click Install.
Delphi 4
--------
To install in Delphi 4, follow these instructions:
- Copy all files in \Delphi4 to your library directory
(e.g. Delphi4\Lib).
- Select Component | Install Packages from Delphi IDE.
- Select the packages in which you want to install TSevenSegment
component (e.g. Delphi User's Components or Borland User
package).
- Click Edit button and Delphi will open package editor.
- Click Add button and then Browse button.
- Select seven.dcu and OK button twice.
- Click Compile button of package editor.
Delphi 3
--------
To install in Delphi 3, follow these instructions:
- Copy all files in \Delphi3 to your library directory
(e.g. Delphi3\Lib).
- Select Component | Install Packages from Delphi IDE.
- Select the packages in which you want to install TSevenSegment
component (e.g. Delphi User's Components or Borland User
package).
- Click Edit button and Delphi will open package editor.
- Click Add button and then Browse button.
- Select seven.dcu and OK button twice.
- Click Compile button of package editor.
Delphi 2
--------
To install in Delphi 2, follow these instructions:
- Copy all files in \Delphi2 to your library directory
(e.g. Delphi2\Lib).
- Select Options | Install Components or
Component | Install from Delphi IDE.
- Click Browse button and select Seven.dcu.
- Click OK button twice and you're ready to go.
Delphi 1
--------
To install in Delphi 1, follow these instructions:
- Copy all files in \Delphi1 to your library directory
(e.g. Delphi\Lib).
- Select Options | Install Components or
Component | Install from Delphi IDE.
- Click Browse button and select Seven.dcu.
- Click OK button twice and you're ready to go.
Properties and Event Handlers
=============================
Please run Example\example.dpr to find out all properties of
TSevenSegment component. Alternatively, you can register this
component and get the complete online help.
Registration
============
You are hereby granted the permission to use TSevenSegment component
for 30 days for evaluation purposes. If you use this component after
that, you are required to register.
The registration fee of this component if US $20.00. Please note that
registration fee will license one copy for use on one computer.
What will you get by registering TSevenSegment component?
- Full source code of TSevenSegment component.
- Complete online help.
- Free update to ALL future versions of TSevenSegment component
(via e-mail).
How to Register?
================
Please visit TSevenSegment's home page at:
http://www.adcsoft.com/sevensegment.html
to register it. If you have any troubles with registering, please
notify
[email protected].
Comments
========
If you have any comments or suggestions please send them to the
following e-mail address:
[email protected].
Disclaimer
==========
TSevenSegment component is distributed without warranty, either expressed
or implied. No responsibility is assumed for any consequential loss or
damages arising from its use.
USE IT AT YOUR OWN RISK.