object Form1: TForm1 Left = 642 Top = 6 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsDialog Caption = 'CD Tach 1.65 for Windows 95/NT' ClientHeight = 239 ClientWidth = 359 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image2: TImage Left = 0 Top = 0 Width = 361 Height = 241 Picture.Data = {} Stretch = True end object w95r: TLabel Left = 15 Top = 10 Width = 195 Height = 16 Caption = 'Win95 CDFS read ahead is ' Font.Color = clWhite Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object w95c: TLabel Left = 15 Top = 27 Width = 185 Height = 16 Caption = 'Win95 CDFS cache size is ' Font.Color = clWhite Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object Image1: TImage Left = 47 Top = 170 Width = 141 Height = 37 AutoSize = True Picture.Data = {} end object Label1: TLabel Left = 15 Top = 49 Width = 283 Height = 13 Caption = '(See System Properties/Performance/File System/CD-ROM)' Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object Label2: TLabel Left = 15 Top = 216 Width = 251 Height = 13 Caption = 'Copyright (C) 1996-97 TestaCD Labs - (520)531-1880' Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object testbt: TButton Left = 29 Top = 107 Width = 75 Height = 25 Caption = 'Run Test' Default = True Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = testbtClick end object confbt: TButton Left = 136 Top = 107 Width = 75 Height = 25 Caption = 'Configure' TabOrder = 1 OnClick = confbtClick end object resultsbt: TButton Left = 243 Top = 107 Width = 75 Height = 25 Caption = 'View Results' Enabled = False TabOrder = 2 OnClick = resultsbtClick end end