home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 November
/
pcwk_11_98a.iso
/
Wtestowe
/
SOFTSRC
/
vtrial15.exe
/
DATA.1
/
ATTRIBS.DPR
< prev
next >
Wrap
Text File
|
1997-04-01
|
209b
|
14 lines
program Attribs;
uses
Forms,
Main in 'Main.pas' {frmAttributes};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TfrmAttributes, frmAttributes);
Application.Run;
end.