home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Expert 29
/
Pce29cd.iso
/
RUNIMAGE
/
DELPHI40
/
BIN
/
CORIDE40.BPL
/
0
/
RCDATA
/
TREADERRORDLG
/
TREADERRORDLG.txt
Wrap
Text File
|
1998-06-16
|
1KB
|
58 lines
object ReadErrorDlg: TReadErrorDlg
Left = 336
Top = 213
BorderStyle = bsDialog
Caption = 'Error Reading Form'
ClientHeight = 128
ClientWidth = 312
ParentFont = 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 = 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'
TabOrder = 2
OnClick = IgnoreAllClick
end
end