home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9COM / MDRW9510.ZIP / _SETUP.1 / MDRW95.exe / 0 / RCDATA / TREPORT / TREPORT.txt < prev   
Text File  |  1998-05-16  |  1KB  |  61 lines

  1. object Report: TReport
  2.   Left = 148
  3.   Top = 124
  4.   BorderStyle = bsDialog
  5.   Caption = 'Installed System Hardware'
  6.   ClientHeight = 424
  7.   ClientWidth = 597
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnActivate = SetupWindow
  16.   OnClick = ChangeFocus
  17.   OnClose = CanClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object ReportBox: TMemo
  21.     Left = 8
  22.     Top = 8
  23.     Width = 577
  24.     Height = 361
  25.     Font.Charset = ANSI_CHARSET
  26.     Font.Color = clBlack
  27.     Font.Height = -11
  28.     Font.Name = 'Fixedsys'
  29.     Font.Style = []
  30.     ParentFont = False
  31.     ReadOnly = True
  32.     ScrollBars = ssBoth
  33.     TabOrder = 0
  34.     OnClick = ChangeFocus
  35.   end
  36.   object IdOk: TBitBtn
  37.     Left = 224
  38.     Top = 384
  39.     Width = 73
  40.     Height = 33
  41.     TabOrder = 1
  42.     Kind = bkOK
  43.   end
  44.   object Help: TBitBtn
  45.     Left = 312
  46.     Top = 383
  47.     Width = 73
  48.     Height = 33
  49.     TabOrder = 2
  50.     OnClick = HelpClicked
  51.     Kind = bkHelp
  52.   end
  53.   object StartIt: TTimer
  54.     Enabled = False
  55.     Interval = 100
  56.     OnTimer = StartTimer
  57.     Left = 48
  58.     Top = 392
  59.   end
  60. end
  61.