home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 March
/
Chip_1999-03_cd.bin
/
sharewar
/
EClean
/
EasyClean.exe
/
0
/
RCDATA
/
TERRORFRM
/
TERRORFRM.txt
Wrap
Text File
|
1998-01-15
|
1KB
|
80 lines
inherited ErrorFRM: TErrorFRM
Left = 401
Top = 223
BorderStyle = bsToolWindow
Caption = 'Error'
ClientHeight = 363
ClientWidth = 360
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 57
Top = 15
Width = 130
Height = 13
Caption = 'An error occurred'
end
object ErrorTypLBL: TLabel [1]
Left = 58
Top = 34
Width = 289
Height = 56
AutoSize = False
Caption = 'ErrorTypLBL'
WordWrap = True
end
object Image1: TImage [2]
Left = 13
Top = 16
Width = 32
Height = 32
end
object ErrTextMEMO: TMemo [3]
Left = 13
Top = 98
Width = 335
Height = 55
ParentColor = True
ReadOnly = True
TabOrder = 0
end
object OkBTN: TButton [4]
Left = 100
Top = 160
Width = 75
Height = 25
Caption = '&OK'
ModalResult = 1
TabOrder = 1
end
object DetailBTN: TButton [5]
Left = 191
Top = 160
Width = 75
Height = 25
Caption = '&Details'
TabOrder = 2
OnClick = DetailBTNClick
end
object DetailMEMO: TMemo [6]
Left = 13
Top = 207
Width = 335
Height = 145
ParentColor = True
ReadOnly = True
TabOrder = 3
end
inherited MinMax1: TMinMax
Left = 304
Top = 5
end
inherited MSOfficeCaption1: TMSOfficeCaption
CaptionText.Caption = 'Error'
Left = 331
Top = 1
end
end