object Uvod: TUvod Left = 314 Top = 176 BorderStyle = bsNone Caption = 'Uvod' ClientHeight = 149 ClientWidth = 200 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = True Position = poScreenCenter Scaled = False Visible = True OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 200 Height = 149 Align = alClient Picture.Data = {} end object Timer1: TTimer Interval = 20000 OnTimer = Timer1Timer Left = 9 Top = 9 end end