home *** CD-ROM | disk | FTP | other *** search
- object ReaderErrorDlg: TReaderErrorDlg
- Left = 336
- Top = 213
- BorderStyle = bsDialog
- Caption = 'Error Reading Form'
- ClientHeight = 158
- ClientWidth = 384
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 120
- TextHeight = 16
- object Bevel1: TBevel
- Left = 10
- Top = 10
- Width = 369
- Height = 100
- end
- object LerrMess: TLabel
- Left = 17
- Top = 15
- Width = 349
- Height = 75
- 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 = 47
- Top = 118
- Width = 92
- Height = 31
- Caption = '&Ignore'
- ModalResult = 1
- TabOrder = 0
- end
- object CancelButton: TButton
- Left = 146
- Top = 118
- Width = 93
- Height = 31
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object IgnoreAllButton: TButton
- Left = 245
- Top = 118
- Width = 92
- Height = 31
- Caption = 'Ignore &All'
- ModalResult = 5
- TabOrder = 2
- end
- end
-