object frmAbout: TfrmAbout Left = 0 Top = 0 BorderStyle = bsDialog Caption = 'About ...' ClientHeight = 184 ClientWidth = 409 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 0 Top = 97 Width = 409 Height = 2 Align = alTop ExplicitTop = 89 end object lblCopyright: TTntLabel Left = 126 Top = 111 Width = 157 Height = 13 Cursor = crHandPoint Caption = 'Copyright '#169' 2013, Avant Force.' OnClick = lblCopyrightClick end object pnlInfo: TPanel Left = 0 Top = 0 Width = 409 Height = 97 Align = alTop BevelOuter = bvNone Color = clWhite ParentBackground = False TabOrder = 0 object imgLogo: TImage Left = 344 Top = 27 Width = 48 Height = 48 AutoSize = True Picture.Data = {} end object lblName: TTntLabel Left = 16 Top = 31 Width = 89 Height = 13 Caption = 'Avant Downloader' end object lblVer: TTntLabel Left = 16 Top = 58 Width = 39 Height = 13 Caption = 'Version:' end end object btnOK: TTntButton Left = 168 Top = 141 Width = 75 Height = 25 Caption = 'OK' ModalResult = 1 TabOrder = 1 end end