object About_Box: TAbout_Box Left = 394 Top = 202 BorderStyle = bsDialog Caption = 'About HTML Charset Converter' ClientHeight = 172 ClientWidth = 298 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 281 Height = 121 BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 0 object ProductName: TLabel Left = 104 Top = 16 Width = 170 Height = 16 Caption = 'HTML Charset Converter' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Copyright: TLabel Left = 64 Top = 56 Width = 147 Height = 13 Caption = '(c) 1999 DINAMIT Web design' IsControl = True end object author: TLabel Left = 80 Top = 80 Width = 121 Height = 13 Alignment = taCenter Caption = 'Code && design by DuDDo' Layout = tlCenter WordWrap = True IsControl = True end object CompanyLogo: TImage Left = 8 Top = 8 Width = 89 Height = 33 Picture.Data = {} end object e_mail: TLabel Left = 152 Top = 104 Width = 126 Height = 13 Caption = 'E-mail to: duddo@atlas.cz' end end object OKButton: TButton Left = 111 Top = 140 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end end