home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 June
/
06_02.iso
/
software
/
tea
/
teasetup.exe
/
tea.exe
/
0
/
RCDATA
/
TREADERERRORDLG
/
TREADERERRORDLG.txt
Wrap
Text File
|
2002-03-26
|
1KB
|
62 lines
object ReaderErrorDlg: TReaderErrorDlg
Left = 336
Top = 213
BorderStyle = bsDialog
Caption = 'Error Reading Form'
ClientHeight = 128
ClientWidth = 312
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 300
Height = 81
end
object LerrMess: TLabel
Left = 14
Top = 12
Width = 283
Height = 61
AutoSize = False
Caption =
'%s. Ignore the error and continue? NOTE: Ignoring the error ma' +
'y cause components to be deleted or property values to be lost.'
WordWrap = True
end
object IgnoreButton: TButton
Left = 38
Top = 96
Width = 75
Height = 25
Caption = '&Ignore'
ModalResult = 1
TabOrder = 0
end
object CancelButton: TButton
Left = 119
Top = 96
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object IgnoreAllButton: TButton
Left = 199
Top = 96
Width = 75
Height = 25
Caption = 'Ignore &All'
ModalResult = 5
TabOrder = 2
end
end