home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 7
/
Freelog007.iso
/
BAS
/
Fichiers
/
Renovator
/
ReNovator.exe
/
0
/
RCDATA
/
TERRFORM
/
TERRFORM.txt
Wrap
Text File
|
1998-01-26
|
1KB
|
78 lines
object ErrForm: TErrForm
Left = 200
Top = 110
Width = 280
Height = 282
Caption = 'Errors'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
OnHide = FormHide
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 272
Height = 25
Align = alTop
Alignment = taLeftJustify
BevelOuter = bvNone
Caption = ' The following errors occured:'
TabOrder = 0
end
object MemoError: TMemo
Left = 0
Top = 25
Width = 272
Height = 196
Align = alClient
Lines.Strings = (
'MemoError')
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 1
end
object Panel2: TPanel
Left = 0
Top = 221
Width = 272
Height = 34
Align = alBottom
BevelOuter = bvNone
TabOrder = 2
object Panel3: TPanel
Left = 136
Top = 0
Width = 136
Height = 34
Align = alRight
BevelOuter = bvNone
TabOrder = 0
object BClose: TButton
Left = 8
Top = 6
Width = 65
Height = 25
Caption = 'Close'
Default = True
ModalResult = 1
TabOrder = 0
end
object BHelp: TButton
Left = 80
Top = 6
Width = 49
Height = 25
Caption = 'Help'
TabOrder = 1
OnClick = BHelpClick
end
end
end
end