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

  1. object Form4: TForm4
  2.   Left = 725
  3.   Top = 179
  4.   ActiveControl = Edit1
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Enter Information for Log File or Results Printout'
  8.   ClientHeight = 158
  9.   ClientWidth = 395
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 4
  19.     Top = 8
  20.     Width = 157
  21.     Height = 13
  22.     Caption = 'CD-ROM manufactuer and model'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 4
  26.     Top = 48
  27.     Width = 360
  28.     Height = 13
  29.     Caption = 
  30.       'CD-ROM controller manufactuer, model and bus (PCI, VLB, ISA, EIS' +
  31.       'A, MCA)'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 4
  35.     Top = 88
  36.     Width = 236
  37.     Height = 13
  38.     Caption = 'Computer manufactuer, CPU type and CPU speed'
  39.   end
  40.   object Edit1: TEdit
  41.     Left = 4
  42.     Top = 24
  43.     Width = 385
  44.     Height = 21
  45.     TabOrder = 0
  46.   end
  47.   object Edit2: TEdit
  48.     Left = 4
  49.     Top = 64
  50.     Width = 385
  51.     Height = 21
  52.     TabOrder = 1
  53.   end
  54.   object Edit3: TEdit
  55.     Left = 4
  56.     Top = 104
  57.     Width = 385
  58.     Height = 21
  59.     TabOrder = 2
  60.   end
  61.   object Button1: TButton
  62.     Left = 160
  63.     Top = 128
  64.     Width = 75
  65.     Height = 25
  66.     Caption = 'Ok'
  67.     Default = True
  68.     TabOrder = 3
  69.     OnClick = Button1Click
  70.   end
  71. end
  72.