object About: TAbout Left = 377 Top = 220 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'About' ClientHeight = 192 ClientWidth = 234 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 8 Top = 6 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object Label1: TLabel Left = 48 Top = 8 Width = 123 Height = 13 Caption = 'Connection Manager v1.1' end object Label2: TLabel Left = 48 Top = 24 Width = 157 Height = 13 Caption = 'Copyright 1996, J�r�me Tremblay' end object Label3: TLabel Left = 58 Top = 120 Width = 117 Height = 13 Caption = 'Get the lastest version at' end object Label4: TLabel Left = 11 Top = 136 Width = 212 Height = 13 Caption = 'http://www.infose.com/jerome/software.html' Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False OnMouseDown = Label4MouseDown OnMouseUp = Label4MouseUp end object Label6: TLabel Left = 26 Top = 88 Width = 181 Height = 13 Caption = 'You can join me a jerome@infose.com' end object Label5: TLabel Left = 82 Top = 56 Width = 70 Height = 13 Caption = 'FREEWARE' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Button1: TButton Left = 80 Top = 160 Width = 75 Height = 25 Caption = 'Ok' TabOrder = 0 OnClick = Button1Click end end