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
Text File  |  1999-08-11  |  1KB  |  60 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.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Bevel1: TBevel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 300
  18.     Height = 81
  19.   end
  20.   object Label1: TLabel
  21.     Left = 14
  22.     Top = 12
  23.     Width = 283
  24.     Height = 76
  25.     AutoSize = False
  26.     Caption = 
  27.       '%s.  Ignore the error and continue?  NOTE: Ignoring the error ma' +
  28.       'y cause components to be deleted or property values to be lost.'
  29.     WordWrap = True
  30.   end
  31.   object IgnoreButton: TButton
  32.     Left = 38
  33.     Top = 96
  34.     Width = 75
  35.     Height = 25
  36.     Caption = '&Ignore'
  37.     ModalResult = 1
  38.     TabOrder = 0
  39.   end
  40.   object CancelButton: TButton
  41.     Left = 119
  42.     Top = 96
  43.     Width = 75
  44.     Height = 25
  45.     Cancel = True
  46.     Caption = 'Cancel'
  47.     ModalResult = 2
  48.     TabOrder = 1
  49.   end
  50.   object IgnoreAllButton: TButton
  51.     Left = 199
  52.     Top = 96
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'Ignore &All'
  56.     TabOrder = 2
  57.     OnClick = IgnoreAllClick
  58.   end
  59. end
  60.