object frmAbout: TfrmAbout Left = 200 Top = 108 BorderStyle = bsDialog Caption = 'About TowerOfBabel 1.0' ClientHeight = 213 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 = 161 BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 0 object ProductName: TLabel Left = 88 Top = 16 Width = 68 Height = 13 Caption = 'TowerOfBabel' IsControl = True end object Version: TLabel Left = 88 Top = 40 Width = 56 Height = 13 Caption = 'Version 1.0 ' IsControl = True end object Copyright: TLabel Left = 8 Top = 80 Width = 194 Height = 13 Caption = 'Copyright John Penman, November 1997' IsControl = True end object Comments: TLabel Left = 8 Top = 104 Width = 241 Height = 33 Caption = 'A sample Winsock 2.0 application for Delphi Informant' WordWrap = True IsControl = True end object Image1: TImage Left = 8 Top = 16 Width = 33 Height = 33 AutoSize = True Picture.Data = {} end end object OKButton: TButton Left = 111 Top = 180 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end end