home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 June
/
HDC50.iso
/
Runimage
/
Delphi50
/
Bin
/
CORIDE50.BPL
/
0
/
RCDATA
/
TREADERRORDLG
/
TREADERRORDLG.txt
Wrap
Text File
|
1999-08-11
|
1KB
|
60 lines
object ReadErrorDlg: TReadErrorDlg
Left = 336
Top = 213
BorderStyle = bsDialog
Caption = 'Error Reading Form'
ClientHeight = 128
ClientWidth = 312
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 300
Height = 81
end
object Label1: TLabel
Left = 14
Top = 12
Width = 283
Height = 76
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'
TabOrder = 2
OnClick = IgnoreAllClick
end
end