home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk12 / lib.pak / FORMREAD.DFM / FORMREAD.txt next >
Encoding:
Text File  |  1995-08-24  |  1.3 KB  |  72 lines

  1. object ReadErrorDlg: TReadErrorDlg
  2.   Left = 336
  3.   Top = 213
  4.   ActiveControl = OkBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Error Reading Form'
  7.   ClientHeight = 148
  8.   ClientWidth = 312
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 300
  20.     Height = 100
  21.   end
  22.   object Label1: TLabel
  23.     Left = 70
  24.     Top = 20
  25.     Width = 220
  26.     Height = 75
  27.     AutoSize = False
  28.     Caption = '%s.  Ignore the error and continue?'
  29.   end
  30.   object Image1: TImage
  31.     Tag = 20
  32.     Left = 10
  33.     Top = 16
  34.     Width = 48
  35.     Height = 64
  36.     AutoSize = True
  37.     Picture.Data = {<image000.bmp>}
  38.   end
  39.   object OkBtn: TBitBtn
  40.     Left = 29
  41.     Top = 114
  42.     Width = 77
  43.     Height = 27
  44.     Caption = 'Ignore'
  45.     Default = True
  46.     ModalResult = 1
  47.     TabOrder = 0
  48.     NumGlyphs = 2
  49.     Spacing = -1
  50.   end
  51.   object CancelBtn: TBitBtn
  52.     Left = 117
  53.     Top = 114
  54.     Width = 77
  55.     Height = 27
  56.     TabOrder = 1
  57.     Kind = bkCancel
  58.     Margin = 4
  59.     Spacing = -1
  60.   end
  61.   object IgnoreAll: TBitBtn
  62.     Left = 205
  63.     Top = 114
  64.     Width = 77
  65.     Height = 27
  66.     Caption = 'Ignore all'
  67.     TabOrder = 2
  68.     OnClick = IgnoreAllClick
  69.     Spacing = -1
  70.   end
  71. end
  72.