home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual Thematic 25: Programming
/
pc_actual_25.iso
/
Delphi
/
TeeChartPro
/
TeeChart5Delphi5Eval.exe
/
%MAINDIR%
/
Examples
/
Features
/
Base_CustomPos.pas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
2001-09-10
|
482 b
|
27 lines
unit Base_CustomPos;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Base, ComCtrls, StdCtrls, ExtCtrls, TeeProcs, TeEngine, Chart;
type
TBaseCustomPos = class(TBaseForm)
CheckBox1: TCheckBox;
Label1: TLabel;
TrackBar1: TTrackBar;
TrackBar2: TTrackBar;
Label2: TLabel;
private
{ Private declarations }
public
{ Public declarations }
end;
implementation
{$R *.DFM}
end.