object AboutBox: TAboutBox Left = 1177 Top = 394 BorderStyle = bsDialog Caption = 'About' ClientHeight = 159 ClientWidth = 243 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnClick = FormClick PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 8 Top = 8 Width = 33 Height = 33 Picture.Data = {} end object Label2: TLabel Left = 72 Top = 56 Width = 54 Height = 13 Caption = 'Created by:' OnClick = Label2Click end object Label3: TLabel Left = 72 Top = 72 Width = 130 Height = 13 Caption = 'Ing. Tomas Dolansky, 2003' OnClick = Label3Click end object Label4: TLabel Left = 72 Top = 132 Width = 159 Height = 13 Cursor = crHandPoint Caption = 'http://tomasdolansky.webpark.cz' Color = clActiveBorder Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False Transparent = False OnClick = Label4Click end object Memo1: TMemo Left = 72 Top = 8 Width = 121 Height = 33 Alignment = taCenter BorderStyle = bsNone Color = clBtnFace Lines.Strings = ( 'Distortion Elimination with ' 'Photomodeler Parameters') ReadOnly = True TabOrder = 0 WordWrap = False OnClick = Memo1Click OnMouseDown = Memo1MouseDown end object ActionManager1: TActionManager Left = 4 Top = 124 StyleName = 'XP Style' object BrowseURL1: TBrowseURL Category = 'Internet' Caption = '&Browse URL' Hint = 'Browse URL' URL = 'http://tomasdolansky.webpark.cz' end end end