home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / BIN / CORIDE40.BPL / 0 / RCDATA / TREADERRORDLG / TREADERRORDLG.txt
Text File  |  1998-06-16  |  1KB  |  58 lines

  1. object ReadErrorDlg: TReadErrorDlg
  2.   Left = 336
  3.   Top = 213
  4.   BorderStyle = bsDialog
  5.   Caption = 'Error Reading Form'
  6.   ClientHeight = 128
  7.   ClientWidth = 312
  8.   ParentFont = True
  9.   Position = poScreenCenter
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object Bevel1: TBevel
  13.     Left = 8
  14.     Top = 8
  15.     Width = 300
  16.     Height = 81
  17.   end
  18.   object Label1: TLabel
  19.     Left = 14
  20.     Top = 12
  21.     Width = 283
  22.     Height = 61
  23.     AutoSize = False
  24.     Caption = 
  25.       '%s.  Ignore the error and continue?  NOTE: Ignoring the error ma' +
  26.       'y cause components to be deleted or property values to be lost.'
  27.     WordWrap = True
  28.   end
  29.   object IgnoreButton: TButton
  30.     Left = 38
  31.     Top = 96
  32.     Width = 75
  33.     Height = 25
  34.     Caption = '&Ignore'
  35.     ModalResult = 1
  36.     TabOrder = 0
  37.   end
  38.   object CancelButton: TButton
  39.     Left = 119
  40.     Top = 96
  41.     Width = 75
  42.     Height = 25
  43.     Cancel = True
  44.     Caption = 'Cancel'
  45.     ModalResult = 2
  46.     TabOrder = 1
  47.   end
  48.   object IgnoreAllButton: TButton
  49.     Left = 199
  50.     Top = 96
  51.     Width = 75
  52.     Height = 25
  53.     Caption = 'Ignore &All'
  54.     TabOrder = 2
  55.     OnClick = IgnoreAllClick
  56.   end
  57. end
  58.