home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1997 August
/
VPR9708A.ISO
/
D3TRIAL
/
INSTALL
/
DATA.Z
/
AUTOCTRL.DPR
< prev
next >
Wrap
Text File
|
1997-04-24
|
165b
|
13 lines
program AutoCtrl;
uses
Forms,
AutoCtl in 'AutoCtl.pas' {Form1};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.