object AboutBox: TAboutBox Left = 213 Top = 448 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsDialog Caption = 'About' ClientHeight = 213 ClientWidth = 298 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 298 Height = 213 Align = alClient BevelInner = bvLowered BevelOuter = bvNone BevelWidth = 2 ParentColor = True TabOrder = 0 object ProgramIcon: TImage Left = 18 Top = 18 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Stretch = True IsControl = True end object VersionLabel: TLabel Left = 84 Top = 19 Width = 130 Height = 20 Alignment = taCenter AutoSize = False Caption = 'Version No' Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object Copyright: TLabel Left = 73 Top = 49 Width = 151 Height = 13 Caption = 'Copyright Mike Sutherland 1997' IsControl = True end object Comments: TLabel Left = 28 Top = 119 Width = 235 Height = 52 Alignment = taCenter Caption = 'This product is freeware. However, please do not dis-assemble or' + ' otherwise hack the executable. Please see the mtuspeed.txt file' + ' that accompanies this program.' WordWrap = True IsControl = True end object Label1: TLabel Left = 100 Top = 72 Width = 98 Height = 13 Caption = 'mike@mjs.u-net.com' end object Image1: TImage Left = 248 Top = 18 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Stretch = True IsControl = True end object Label2: TLabel Left = 85 Top = 95 Width = 128 Height = 13 Alignment = taCenter Caption = 'http://www.mjs.u-net.com/' end end object OKButton: TButton Left = 111 Top = 180 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end end