object Form4: TForm4 Left = 725 Top = 179 ActiveControl = Edit1 BorderIcons = [] BorderStyle = bsDialog Caption = 'Enter Information for Log File or Results Printout' ClientHeight = 158 ClientWidth = 395 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 4 Top = 8 Width = 157 Height = 13 Caption = 'CD-ROM manufactuer and model' end object Label2: TLabel Left = 4 Top = 48 Width = 360 Height = 13 Caption = 'CD-ROM controller manufactuer, model and bus (PCI, VLB, ISA, EIS' + 'A, MCA)' end object Label3: TLabel Left = 4 Top = 88 Width = 236 Height = 13 Caption = 'Computer manufactuer, CPU type and CPU speed' end object Edit1: TEdit Left = 4 Top = 24 Width = 385 Height = 21 TabOrder = 0 end object Edit2: TEdit Left = 4 Top = 64 Width = 385 Height = 21 TabOrder = 1 end object Edit3: TEdit Left = 4 Top = 104 Width = 385 Height = 21 TabOrder = 2 end object Button1: TButton Left = 160 Top = 128 Width = 75 Height = 25 Caption = 'Ok' Default = True TabOrder = 3 OnClick = Button1Click end end