home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
delphi
/
tenpack.lzh
/
DEMOKS.DPR
< prev
next >
Wrap
Text File
|
1995-05-13
|
226b
|
14 lines
program Demoks;
uses
Forms,
keydemo in 'KEYDEMO.PAS' {DemoKeystate};
{$R *.RES}
begin
Application.Title := 'Key State Demo';
Application.CreateForm(TDemoKeystate, DemoKeystate);
Application.Run;
end.