procedure TForm1.Timer1Timer(Sender: TObject); begin Timer1.Enabled:=True; RichEdit1.Lines.LoadFromFile('C:\табло\окно1.txt'); end;