object Stats: TStats Left = 206 Top = 99 BorderStyle = bsDialog Caption = 'Modem Doctor for Windows 95 Statistics' ClientHeight = 354 ClientWidth = 468 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = SetupWindow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 32 Top = 120 Width = 385 Height = 97 end object Bevel2: TBevel Left = 32 Top = 272 Width = 385 Height = 9 Shape = bsTopLine end object MoreStats: TButton Left = 128 Top = 288 Width = 217 Height = 41 Caption = 'Press for More Statistics' TabOrder = 10 OnClick = MoreClicked end object StatStatic: TMemo Left = 40 Top = 16 Width = 385 Height = 33 Alignment = taCenter Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Lines.Strings = ( 'Modem Doctor for Windows 95 (c) 1997 Hank Volpe' 'Diagnostics were run on your modem with the following results;') ParentFont = False ReadOnly = True TabOrder = 0 OnClick = SpeedFocus end object StatPanel: TPanel Left = 32 Top = 88 Width = 385 Height = 25 Alignment = taLeftJustify Caption = ' Test Name # of Tests # Chars Sent # of Er' + 'rors' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 end object TestNames: TMemo Left = 40 Top = 128 Width = 105 Height = 81 BorderStyle = bsNone Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Lines.Strings = ( 'Carrier Originate' 'Carrier Answer' 'Digital Loop' 'Microprocessor' 'Register Tests' 'Handshake Tests') ParentFont = False ReadOnly = True TabOrder = 2 OnClick = SpeedFocus end object TestNumbers: TMemo Left = 152 Top = 128 Width = 49 Height = 81 Alignment = taRightJustify BorderStyle = bsNone Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Lines.Strings = ( '000' '000' '000' '000' '000' '000') ParentFont = False ReadOnly = True TabOrder = 3 OnClick = SpeedFocus end object CharsSent: TMemo Left = 240 Top = 128 Width = 49 Height = 81 Alignment = taRightJustify BorderStyle = bsNone Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Lines.Strings = ( '000' '000' '000' '000' '000' '000') ParentFont = False ReadOnly = True TabOrder = 4 OnClick = SpeedFocus end object Errors: TMemo Left = 328 Top = 128 Width = 49 Height = 81 Alignment = taRightJustify BorderStyle = bsNone Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Lines.Strings = ( '000' '000' '000' '000' '000' '000') ParentFont = False ReadOnly = True TabOrder = 5 OnClick = SpeedFocus end object Speeds: TMemo Left = 32 Top = 232 Width = 385 Height = 25 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Lines.Strings = ( 'Tested Baud Rate(s) ') ParentFont = False TabOrder = 6 OnClick = SpeedFocus end object TestedPorts: TMemo Left = 112 Top = 56 Width = 233 Height = 25 Alignment = taCenter Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Lines.Strings = ( 'Results of Com2 Testing') ParentFont = False TabOrder = 7 OnClick = SpeedFocus end object OkButton: TBitBtn Left = 152 Top = 288 Width = 75 Height = 41 TabOrder = 8 Kind = bkOK end object HelpButton: TBitBtn Left = 240 Top = 288 Width = 75 Height = 41 TabOrder = 9 OnClick = HelpClicked Kind = bkHelp end end