home *** CD-ROM | disk | FTP | other *** search
- object Report: TReport
- Left = 148
- Top = 124
- BorderStyle = bsDialog
- Caption = 'Installed System Hardware'
- ClientHeight = 424
- ClientWidth = 597
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnActivate = SetupWindow
- OnClick = ChangeFocus
- OnClose = CanClose
- PixelsPerInch = 96
- TextHeight = 13
- object ReportBox: TMemo
- Left = 8
- Top = 8
- Width = 577
- Height = 361
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Fixedsys'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssBoth
- TabOrder = 0
- OnClick = ChangeFocus
- end
- object IdOk: TBitBtn
- Left = 224
- Top = 384
- Width = 73
- Height = 33
- TabOrder = 1
- Kind = bkOK
- end
- object Help: TBitBtn
- Left = 312
- Top = 383
- Width = 73
- Height = 33
- TabOrder = 2
- OnClick = HelpClicked
- Kind = bkHelp
- end
- object StartIt: TTimer
- Enabled = False
- Interval = 100
- OnTimer = StartTimer
- Left = 48
- Top = 392
- end
- end
-