home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 March
/
Chip_1999-03_cd.bin
/
zkuste
/
delphi
/
INFO
/
DI9806BT.ZIP
/
fixtext
/
Fixtext.dpr
< prev
next >
Wrap
Text File
|
1994-12-17
|
166b
|
13 lines
program Fixtext;
uses
Forms,
Fixtextf in 'FIXTEXTF.PAS' {Form1};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.