home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9COM / MDRW9510.ZIP / _SETUP.1 / MDRW95.exe / 0 / RCDATA / TSTATS / TSTATS.txt
Text File  |  1998-05-16  |  5KB  |  228 lines

  1. object Stats: TStats
  2.   Left = 206
  3.   Top = 99
  4.   BorderStyle = bsDialog
  5.   Caption = 'Modem Doctor for Windows 95 Statistics'
  6.   ClientHeight = 354
  7.   ClientWidth = 468
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = SetupWindow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 32
  19.     Top = 120
  20.     Width = 385
  21.     Height = 97
  22.   end
  23.   object Bevel2: TBevel
  24.     Left = 32
  25.     Top = 272
  26.     Width = 385
  27.     Height = 9
  28.     Shape = bsTopLine
  29.   end
  30.   object MoreStats: TButton
  31.     Left = 128
  32.     Top = 288
  33.     Width = 217
  34.     Height = 41
  35.     Caption = 'Press for More Statistics'
  36.     TabOrder = 10
  37.     OnClick = MoreClicked
  38.   end
  39.   object StatStatic: TMemo
  40.     Left = 40
  41.     Top = 16
  42.     Width = 385
  43.     Height = 33
  44.     Alignment = taCenter
  45.     Color = clBtnFace
  46.     Font.Charset = ANSI_CHARSET
  47.     Font.Color = clBlack
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = [fsBold]
  51.     Lines.Strings = (
  52.       'Modem Doctor for Windows 95 (c) 1997 Hank Volpe'
  53.       'Diagnostics were run on your modem with the following results;')
  54.     ParentFont = False
  55.     ReadOnly = True
  56.     TabOrder = 0
  57.     OnClick = SpeedFocus
  58.   end
  59.   object StatPanel: TPanel
  60.     Left = 32
  61.     Top = 88
  62.     Width = 385
  63.     Height = 25
  64.     Alignment = taLeftJustify
  65.     Caption = 
  66.       '   Test Name            # of Tests     # Chars Sent      # of Er' +
  67.       'rors'
  68.     Font.Charset = ANSI_CHARSET
  69.     Font.Color = clBlack
  70.     Font.Height = -11
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = [fsBold]
  73.     ParentFont = False
  74.     TabOrder = 1
  75.   end
  76.   object TestNames: TMemo
  77.     Left = 40
  78.     Top = 128
  79.     Width = 105
  80.     Height = 81
  81.     BorderStyle = bsNone
  82.     Color = clBtnFace
  83.     Font.Charset = ANSI_CHARSET
  84.     Font.Color = clBlack
  85.     Font.Height = -11
  86.     Font.Name = 'MS Sans Serif'
  87.     Font.Style = [fsBold]
  88.     Lines.Strings = (
  89.       'Carrier Originate'
  90.       'Carrier Answer'
  91.       'Digital Loop'
  92.       'Microprocessor'
  93.       'Register Tests'
  94.       'Handshake Tests')
  95.     ParentFont = False
  96.     ReadOnly = True
  97.     TabOrder = 2
  98.     OnClick = SpeedFocus
  99.   end
  100.   object TestNumbers: TMemo
  101.     Left = 152
  102.     Top = 128
  103.     Width = 49
  104.     Height = 81
  105.     Alignment = taRightJustify
  106.     BorderStyle = bsNone
  107.     Color = clBtnFace
  108.     Font.Charset = ANSI_CHARSET
  109.     Font.Color = clBlack
  110.     Font.Height = -11
  111.     Font.Name = 'MS Sans Serif'
  112.     Font.Style = [fsBold]
  113.     Lines.Strings = (
  114.       '000'
  115.       '000'
  116.       '000'
  117.       '000'
  118.       '000'
  119.       '000')
  120.     ParentFont = False
  121.     ReadOnly = True
  122.     TabOrder = 3
  123.     OnClick = SpeedFocus
  124.   end
  125.   object CharsSent: TMemo
  126.     Left = 240
  127.     Top = 128
  128.     Width = 49
  129.     Height = 81
  130.     Alignment = taRightJustify
  131.     BorderStyle = bsNone
  132.     Color = clBtnFace
  133.     Font.Charset = ANSI_CHARSET
  134.     Font.Color = clBlack
  135.     Font.Height = -11
  136.     Font.Name = 'MS Sans Serif'
  137.     Font.Style = [fsBold]
  138.     Lines.Strings = (
  139.       '000'
  140.       '000'
  141.       '000'
  142.       '000'
  143.       '000'
  144.       '000')
  145.     ParentFont = False
  146.     ReadOnly = True
  147.     TabOrder = 4
  148.     OnClick = SpeedFocus
  149.   end
  150.   object Errors: TMemo
  151.     Left = 328
  152.     Top = 128
  153.     Width = 49
  154.     Height = 81
  155.     Alignment = taRightJustify
  156.     BorderStyle = bsNone
  157.     Color = clBtnFace
  158.     Font.Charset = ANSI_CHARSET
  159.     Font.Color = clBlack
  160.     Font.Height = -11
  161.     Font.Name = 'MS Sans Serif'
  162.     Font.Style = [fsBold]
  163.     Lines.Strings = (
  164.       '000'
  165.       '000'
  166.       '000'
  167.       '000'
  168.       '000'
  169.       '000')
  170.     ParentFont = False
  171.     ReadOnly = True
  172.     TabOrder = 5
  173.     OnClick = SpeedFocus
  174.   end
  175.   object Speeds: TMemo
  176.     Left = 32
  177.     Top = 232
  178.     Width = 385
  179.     Height = 25
  180.     Color = clBtnFace
  181.     Font.Charset = ANSI_CHARSET
  182.     Font.Color = clBlack
  183.     Font.Height = -11
  184.     Font.Name = 'MS Sans Serif'
  185.     Font.Style = [fsBold]
  186.     Lines.Strings = (
  187.       'Tested Baud Rate(s) ')
  188.     ParentFont = False
  189.     TabOrder = 6
  190.     OnClick = SpeedFocus
  191.   end
  192.   object TestedPorts: TMemo
  193.     Left = 112
  194.     Top = 56
  195.     Width = 233
  196.     Height = 25
  197.     Alignment = taCenter
  198.     Color = clBtnFace
  199.     Font.Charset = ANSI_CHARSET
  200.     Font.Color = clBlack
  201.     Font.Height = -11
  202.     Font.Name = 'MS Sans Serif'
  203.     Font.Style = [fsBold]
  204.     Lines.Strings = (
  205.       'Results of Com2 Testing')
  206.     ParentFont = False
  207.     TabOrder = 7
  208.     OnClick = SpeedFocus
  209.   end
  210.   object OkButton: TBitBtn
  211.     Left = 152
  212.     Top = 288
  213.     Width = 75
  214.     Height = 41
  215.     TabOrder = 8
  216.     Kind = bkOK
  217.   end
  218.   object HelpButton: TBitBtn
  219.     Left = 240
  220.     Top = 288
  221.     Width = 75
  222.     Height = 41
  223.     TabOrder = 9
  224.     OnClick = HelpClicked
  225.     Kind = bkHelp
  226.   end
  227. end
  228.