home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 16 / boot-disc-1997-12.iso / bootMark / CDTach / CDTACH95.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1997-05-07  |  2KB  |  120 lines

  1. object Form1: TForm1
  2.   Left = 642
  3.   Top = 6
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'CD Tach 1.65 for Windows 95/NT'
  7.   ClientHeight = 239
  8.   ClientWidth = 359
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Image2: TImage
  18.     Left = 0
  19.     Top = 0
  20.     Width = 361
  21.     Height = 241
  22.     Picture.Data = {<image000.bmp>}
  23.     Stretch = True
  24.   end
  25.   object w95r: TLabel
  26.     Left = 15
  27.     Top = 10
  28.     Width = 195
  29.     Height = 16
  30.     Caption = 'Win95 CDFS read ahead  is '
  31.     Font.Color = clWhite
  32.     Font.Height = -15
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = [fsBold]
  35.     ParentFont = False
  36.     Transparent = True
  37.   end
  38.   object w95c: TLabel
  39.     Left = 15
  40.     Top = 27
  41.     Width = 185
  42.     Height = 16
  43.     Caption = 'Win95 CDFS cache size is '
  44.     Font.Color = clWhite
  45.     Font.Height = -13
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = [fsBold]
  48.     ParentFont = False
  49.     Transparent = True
  50.   end
  51.   object Image1: TImage
  52.     Left = 47
  53.     Top = 170
  54.     Width = 141
  55.     Height = 37
  56.     AutoSize = True
  57.     Picture.Data = {<image001.bmp>}
  58.   end
  59.   object Label1: TLabel
  60.     Left = 15
  61.     Top = 49
  62.     Width = 283
  63.     Height = 13
  64.     Caption = '(See System Properties/Performance/File System/CD-ROM)'
  65.     Font.Color = clWhite
  66.     Font.Height = -11
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = []
  69.     ParentFont = False
  70.     Transparent = True
  71.   end
  72.   object Label2: TLabel
  73.     Left = 15
  74.     Top = 216
  75.     Width = 251
  76.     Height = 13
  77.     Caption = 'Copyright (C) 1996-97 TestaCD Labs - (520)531-1880'
  78.     Font.Color = clWhite
  79.     Font.Height = -11
  80.     Font.Name = 'MS Sans Serif'
  81.     Font.Style = []
  82.     ParentFont = False
  83.     Transparent = True
  84.   end
  85.   object testbt: TButton
  86.     Left = 29
  87.     Top = 107
  88.     Width = 75
  89.     Height = 25
  90.     Caption = 'Run Test'
  91.     Default = True
  92.     Font.Color = clNavy
  93.     Font.Height = -11
  94.     Font.Name = 'MS Sans Serif'
  95.     Font.Style = []
  96.     ParentFont = False
  97.     TabOrder = 0
  98.     OnClick = testbtClick
  99.   end
  100.   object confbt: TButton
  101.     Left = 136
  102.     Top = 107
  103.     Width = 75
  104.     Height = 25
  105.     Caption = 'Configure'
  106.     TabOrder = 1
  107.     OnClick = confbtClick
  108.   end
  109.   object resultsbt: TButton
  110.     Left = 243
  111.     Top = 107
  112.     Width = 75
  113.     Height = 25
  114.     Caption = 'View Results'
  115.     Enabled = False
  116.     TabOrder = 2
  117.     OnClick = resultsbtClick
  118.   end
  119. end
  120.