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.
program Project1;
uses
Forms,
Unit1 in '..\pokus1\Unit1.pas' {Teplomer};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TTeplomer, Teplomer);
Application.Run;
end.