home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 23 / boot-disc-1998-07.iso / bootMark / CDTach / CDTACH95.EXE / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  1997-05-07  |  6KB  |  266 lines

  1. object Form2: TForm2
  2.   Left = 636
  3.   Top = 418
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'CD Tach Configuration'
  7.   ClientHeight = 272
  8.   ClientWidth = 376
  9.   Font.Color = clWindowText
  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 Label2: TLabel
  18.     Left = 4
  19.     Top = 91
  20.     Width = 37
  21.     Height = 13
  22.     Caption = 'Log File'
  23.   end
  24.   object Label3: TLabel
  25.     Left = 4
  26.     Top = 121
  27.     Width = 58
  28.     Height = 13
  29.     Caption = 'Test Passes'
  30.   end
  31.   object GroupBox1: TGroupBox
  32.     Left = 4
  33.     Top = 9
  34.     Width = 81
  35.     Height = 57
  36.     Caption = 'Read Tests'
  37.     TabOrder = 0
  38.     object read16: TCheckBox
  39.       Left = 8
  40.       Top = 16
  41.       Width = 69
  42.       Height = 17
  43.       Caption = '16k block'
  44.       TabOrder = 0
  45.       OnClick = read16Click
  46.     end
  47.     object read2: TCheckBox
  48.       Left = 8
  49.       Top = 32
  50.       Width = 61
  51.       Height = 17
  52.       Caption = '2k block'
  53.       TabOrder = 1
  54.     end
  55.   end
  56.   object GroupBox2: TGroupBox
  57.     Left = 100
  58.     Top = 9
  59.     Width = 121
  60.     Height = 57
  61.     Caption = 'Seek/Read Tests'
  62.     TabOrder = 1
  63.     object seekfull: TCheckBox
  64.       Left = 8
  65.       Top = 16
  66.       Width = 77
  67.       Height = 17
  68.       Caption = 'Full Stroke'
  69.       TabOrder = 0
  70.     end
  71.     object seekrand: TCheckBox
  72.       Left = 8
  73.       Top = 32
  74.       Width = 105
  75.       Height = 17
  76.       Caption = 'Random Access'
  77.       TabOrder = 1
  78.     end
  79.   end
  80.   object GroupBox3: TGroupBox
  81.     Left = 232
  82.     Top = 9
  83.     Width = 141
  84.     Height = 124
  85.     Caption = 'CPU Tests'
  86.     TabOrder = 2
  87.     object Label1: TLabel
  88.       Left = 116
  89.       Top = 100
  90.       Width = 17
  91.       Height = 13
  92.       Caption = 'kps'
  93.     end
  94.     object cpu2x: TCheckBox
  95.       Left = 8
  96.       Top = 16
  97.       Width = 77
  98.       Height = 17
  99.       Caption = '2X 300kps'
  100.       TabOrder = 0
  101.     end
  102.     object cpu4x: TCheckBox
  103.       Left = 8
  104.       Top = 32
  105.       Width = 77
  106.       Height = 17
  107.       Caption = '4X 600kps'
  108.       TabOrder = 1
  109.     end
  110.     object cpu6x: TCheckBox
  111.       Left = 8
  112.       Top = 48
  113.       Width = 77
  114.       Height = 17
  115.       Caption = '6X 900kps'
  116.       TabOrder = 2
  117.     end
  118.     object cpu8x: TCheckBox
  119.       Left = 8
  120.       Top = 64
  121.       Width = 77
  122.       Height = 17
  123.       Caption = '8X 1200kps'
  124.       TabOrder = 3
  125.     end
  126.     object userval: TEdit
  127.       Left = 58
  128.       Top = 97
  129.       Width = 53
  130.       Height = 21
  131.       TabOrder = 4
  132.     end
  133.     object cpuuser: TCheckBox
  134.       Left = 8
  135.       Top = 99
  136.       Width = 49
  137.       Height = 17
  138.       Caption = 'User'
  139.       TabOrder = 5
  140.     end
  141.     object cpu12x: TCheckBox
  142.       Left = 8
  143.       Top = 80
  144.       Width = 77
  145.       Height = 17
  146.       Caption = '12X 1800kps'
  147.       TabOrder = 6
  148.     end
  149.   end
  150.   object Button1: TButton
  151.     Left = 312
  152.     Top = 239
  153.     Width = 61
  154.     Height = 25
  155.     Caption = 'Reset'
  156.     TabOrder = 3
  157.     OnClick = Button1Click
  158.   end
  159.   object Button2: TButton
  160.     Left = 232
  161.     Top = 239
  162.     Width = 55
  163.     Height = 25
  164.     Caption = 'Ok'
  165.     Default = True
  166.     TabOrder = 4
  167.     OnClick = Button2Click
  168.   end
  169.   object Memo1: TMemo
  170.     Left = 4
  171.     Top = 166
  172.     Width = 217
  173.     Height = 101
  174.     TabStop = False
  175.     Lines.Strings = (
  176.       'CPU testing can not be performed unless the '
  177.       'read 16k block test is selected.  CPU tests '
  178.       'that are beyond the capabilities of the drive '
  179.       'will not be performed.  User defined CPU test '
  180.       'speeds must be an even number, as the '
  181.       'actual testing is done in sectors per second, '
  182.       'not kilobytes per second.')
  183.     ReadOnly = True
  184.     TabOrder = 5
  185.     WantReturns = False
  186.   end
  187.   object GroupBox4: TGroupBox
  188.     Left = 232
  189.     Top = 143
  190.     Width = 141
  191.     Height = 73
  192.     Caption = 'Buffer Tests'
  193.     TabOrder = 6
  194.     object burst2k: TCheckBox
  195.       Left = 8
  196.       Top = 16
  197.       Width = 65
  198.       Height = 17
  199.       Caption = '2k burst'
  200.       TabOrder = 0
  201.     end
  202.     object burst8k: TCheckBox
  203.       Left = 8
  204.       Top = 32
  205.       Width = 69
  206.       Height = 17
  207.       Caption = '8k burst'
  208.       TabOrder = 1
  209.     end
  210.     object burst16k: TCheckBox
  211.       Left = 8
  212.       Top = 48
  213.       Width = 73
  214.       Height = 17
  215.       Caption = '16k burst'
  216.       TabOrder = 2
  217.     end
  218.   end
  219.   object LogEdit: TEdit
  220.     Left = 48
  221.     Top = 87
  222.     Width = 137
  223.     Height = 21
  224.     TabOrder = 7
  225.   end
  226.   object BitBtn1: TBitBtn
  227.     Left = 196
  228.     Top = 85
  229.     Width = 25
  230.     Height = 25
  231.     TabOrder = 8
  232.     OnClick = BitBtn1Click
  233.     Glyph.Data = {
  234.       76010000424D7601000000000000760000002800000020000000100000000100
  235.       04000000000000010000130B0000130B00000000000000000000000000000000
  236.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  237.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333333B333
  238.       333B33FF33337F3333F73BB3777BB7777BB3377FFFF77FFFF77333B000000000
  239.       0B3333777777777777333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  240.       07333337F33333337F333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  241.       07333FF7F33333337FFFBBB0FFFFFFFF0BB37777F3333333777F3BB0FFFFFFFF
  242.       0BBB3777F3333FFF77773330FFFF000003333337F333777773333330FFFF0FF0
  243.       33333337F3337F37F3333330FFFF0F0B33333337F3337F77FF333330FFFF003B
  244.       B3333337FFFF77377FF333B000000333BB33337777777F3377FF3BB3333BB333
  245.       3BB33773333773333773B333333B3333333B7333333733333337}
  246.     NumGlyphs = 2
  247.   end
  248.   object PassEdit: TEdit
  249.     Left = 68
  250.     Top = 117
  251.     Width = 37
  252.     Height = 21
  253.     TabOrder = 9
  254.     Text = '1'
  255.   end
  256.   object SaveDialog1: TSaveDialog
  257.     DefaultExt = 'log'
  258.     FileEditStyle = fsEdit
  259.     FileName = 'cdtach'
  260.     Options = [ofPathMustExist]
  261.     Title = 'Save Log File As'
  262.     Left = 148
  263.     Top = 113
  264.   end
  265. end
  266.