home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / sharewar / EClean / EasyClean.exe / 0 / RCDATA / TERRORFRM / TERRORFRM.txt
Text File  |  1998-01-15  |  1KB  |  80 lines

  1. inherited ErrorFRM: TErrorFRM
  2.   Left = 401
  3.   Top = 223
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Error'
  6.   ClientHeight = 363
  7.   ClientWidth = 360
  8.   Position = poScreenCenter
  9.   OnCreate = FormCreate
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object Label1: TLabel
  13.     Left = 57
  14.     Top = 15
  15.     Width = 130
  16.     Height = 13
  17.     Caption = 'An error occurred'
  18.   end
  19.   object ErrorTypLBL: TLabel [1]
  20.     Left = 58
  21.     Top = 34
  22.     Width = 289
  23.     Height = 56
  24.     AutoSize = False
  25.     Caption = 'ErrorTypLBL'
  26.     WordWrap = True
  27.   end
  28.   object Image1: TImage [2]
  29.     Left = 13
  30.     Top = 16
  31.     Width = 32
  32.     Height = 32
  33.   end
  34.   object ErrTextMEMO: TMemo [3]
  35.     Left = 13
  36.     Top = 98
  37.     Width = 335
  38.     Height = 55
  39.     ParentColor = True
  40.     ReadOnly = True
  41.     TabOrder = 0
  42.   end
  43.   object OkBTN: TButton [4]
  44.     Left = 100
  45.     Top = 160
  46.     Width = 75
  47.     Height = 25
  48.     Caption = '&OK'
  49.     ModalResult = 1
  50.     TabOrder = 1
  51.   end
  52.   object DetailBTN: TButton [5]
  53.     Left = 191
  54.     Top = 160
  55.     Width = 75
  56.     Height = 25
  57.     Caption = '&Details'
  58.     TabOrder = 2
  59.     OnClick = DetailBTNClick
  60.   end
  61.   object DetailMEMO: TMemo [6]
  62.     Left = 13
  63.     Top = 207
  64.     Width = 335
  65.     Height = 145
  66.     ParentColor = True
  67.     ReadOnly = True
  68.     TabOrder = 3
  69.   end
  70.   inherited MinMax1: TMinMax
  71.     Left = 304
  72.     Top = 5
  73.   end
  74.   inherited MSOfficeCaption1: TMSOfficeCaption
  75.     CaptionText.Caption = 'Error'
  76.     Left = 331
  77.     Top = 1
  78.   end
  79. end
  80.