home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Plus SuperCD 24
/
PCPLUS115.iso
/
pcplus
/
delphi
/
editor1
/
editor.dpr
< 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
Text File
|
1996-01-03
|
157 b
|
13 lines
program Editor;
uses
Forms,
Edit in 'EDIT.PAS' {Form1};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.