program Project1;

uses
  Forms,
  OSCHILOGRAF in 'OSCHILOGRAF.pas' {Form2},
  SoundTemp in 'SoundTemp.pas';//,

{$R *.res}

begin
  Application.Initialize;
  Application.Title := 'няжхкнцпют';
  Application.CreateForm(TForm2, Form2);
  Application.Run;
end.
