object about: Tabout Left = 252 Top = 232 BorderIcons = [biSystemMenu] BorderStyle = bsToolWindow Caption = 'about' ClientHeight = 149 ClientWidth = 280 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 3 Top = 2 Width = 274 Height = 116 end object Label1: TLabel Left = 7 Top = 9 Width = 262 Height = 82 AutoSize = False Caption = 'Label1' end object Label2: TLabel Left = 65 Top = 99 Width = 148 Height = 13 Caption = 'http://www.bsoft.ic24.net' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False OnClick = Label2Click OnMouseMove = Label2MouseMove end object Button1: TButton Left = 103 Top = 121 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end end