Go to most recent revision | Blame | Last modification | View Log | Download
program Project1;
uses
Forms,
Unit1 in '..\pokus1\Unit1.pas' {Teplomer};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TTeplomer, Teplomer);
Application.Run;
end.