home *** CD-ROM | disk | FTP | other *** search
- object ReadErrorDlg: TReadErrorDlg
- Left = 336
- Top = 213
- ActiveControl = OkBtn
- BorderStyle = bsDialog
- Caption = 'Error Reading Form'
- ClientHeight = 148
- ClientWidth = 312
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 300
- Height = 100
- end
- object Label1: TLabel
- Left = 70
- Top = 20
- Width = 220
- Height = 75
- AutoSize = False
- Caption = '%s. Ignore the error and continue?'
- end
- object Image1: TImage
- Tag = 20
- Left = 10
- Top = 16
- Width = 48
- Height = 64
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- end
- object OkBtn: TBitBtn
- Left = 29
- Top = 114
- Width = 77
- Height = 27
- Caption = 'Ignore'
- Default = True
- ModalResult = 1
- TabOrder = 0
- NumGlyphs = 2
- Spacing = -1
- end
- object CancelBtn: TBitBtn
- Left = 117
- Top = 114
- Width = 77
- Height = 27
- TabOrder = 1
- Kind = bkCancel
- Margin = 4
- Spacing = -1
- end
- object IgnoreAll: TBitBtn
- Left = 205
- Top = 114
- Width = 77
- Height = 27
- Caption = 'Ignore all'
- TabOrder = 2
- OnClick = IgnoreAllClick
- Spacing = -1
- end
- end
-