object AboutForm: TAboutForm Left = 180 Top = 374 BorderStyle = bsNone Caption = 'O programu' ClientHeight = 236 ClientWidth = 350 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 350 Height = 236 Picture.Data = {} end object CloseSpeed: TSpeedButton Left = 306 Top = 22 Width = 21 Height = 21 Cursor = crHandPoint Hint = 'Zav��t' Flat = True ParentShowHint = False ShowHint = True OnClick = CloseSpeedClick end object OkSpeed: TSpeedButton Left = 237 Top = 197 Width = 73 Height = 22 Cursor = crHandPoint Caption = 'OK' Flat = True Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False OnClick = OkSpeedClick end end