object AboutBox: TAboutBox Left = 158 Top = 43 BorderIcons = [] BorderStyle = bsDialog Caption = 'About' ClientHeight = 313 ClientWidth = 277 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object ProgramIcon: TImage Left = 9 Top = 8 Width = 260 Height = 200 Picture.Data = {} Stretch = True IsControl = True end object ContactLabel: TLabel Left = 8 Top = 211 Width = 67 Height = 13 Caption = 'To contact:' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object SnailMailLabel: TLabel Left = 8 Top = 239 Width = 138 Height = 13 Caption = 'Address: Sharonov Oleg' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object EMailLabel: TLabel Left = 8 Top = 225 Width = 162 Height = 13 Caption = 'E-Mail: agorka@hotmail.com' FocusControl = OKButton Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label1: TLabel Left = 60 Top = 266 Width = 143 Height = 13 Caption = '109444, Moscow, Russia' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 60 Top = 252 Width = 198 Height = 13 Caption = 'Tashkentskaya str, 15/22, apt 277' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object OKButton: TButton Left = 103 Top = 284 Width = 75 Height = 25 Caption = 'OK' Default = True Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ModalResult = 1 ParentFont = False TabOrder = 0 OnClick = OKButtonClick end end