home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 January
/
Pcwk0198.iso
/
Dcomplib
/
ALPHAPNL.LZH
/
AP_TEST.DPR
< prev
next >
Wrap
Text File
|
1995-05-22
|
219b
|
14 lines
program Ap_test;
uses
Forms,
Ap_testm in 'AP_TESTM.PAS' {Mainform};
{$R *.RES}
begin
Application.Title := 'TAlphaPanel Demo';
Application.CreateForm(TMainform, Mainform);
Application.Run;
end.