object AboutBox: TAboutBox Left = 302 Top = 224 BorderStyle = bsDialog Caption = 'About' ClientHeight = 232 ClientWidth = 299 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 OnClick = SpeedFocus object Bevel1: TBevel Left = 5 Top = 5 Width = 71 Height = 63 end object ProgramIcon: TImage Left = 8 Top = 8 Width = 65 Height = 57 Picture.Data = {} Stretch = True OnClick = ShowOrderInfo IsControl = True end object ProductName: TLabel Left = 88 Top = 16 Width = 119 Height = 13 Caption = 'Modem Doctor for Win95' OnDblClick = SpeedFocus IsControl = True end object Version: TLabel Left = 88 Top = 32 Width = 53 Height = 13 Caption = 'Version 1.0' OnDblClick = SpeedFocus IsControl = True end object Copyright: TLabel Left = 88 Top = 48 Width = 133 Height = 13 Caption = 'Copyright 1998, Hank Volpe' OnDblClick = SpeedFocus IsControl = True end object Comments: TLabel Left = 32 Top = 72 Width = 217 Height = 25 Caption = 'Shareware Version, can be freely distributed' WordWrap = True OnDblClick = SpeedFocus IsControl = True end object Stateit: TMemo Left = 24 Top = 112 Width = 241 Height = 17 Alignment = taCenter BorderStyle = bsNone Color = clBtnFace Lines.Strings = ( 'If you find this program useful, Please register!') ReadOnly = True TabOrder = 0 OnDblClick = SpeedFocus end end object OkButton: TBitBtn Left = 112 Top = 184 Width = 75 Height = 33 TabOrder = 1 Kind = bkOK end end