home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / FORMREAD.DFM / FORMREAD.txt
Text File  |  1997-02-28  |  1KB  |  57 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.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  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 = 61
  25.     AutoSize = False
  26.     Caption = '%s.  Ignore the error and continue?'
  27.   end
  28.   object IgnoreButton: TButton
  29.     Left = 38
  30.     Top = 96
  31.     Width = 75
  32.     Height = 25
  33.     Caption = '&Ignore'
  34.     ModalResult = 1
  35.     TabOrder = 0
  36.   end
  37.   object CancelButton: TButton
  38.     Left = 119
  39.     Top = 96
  40.     Width = 75
  41.     Height = 25
  42.     Cancel = True
  43.     Caption = 'Cancel'
  44.     ModalResult = 2
  45.     TabOrder = 1
  46.   end
  47.   object IgnoreAllButton: TButton
  48.     Left = 199
  49.     Top = 96
  50.     Width = 75
  51.     Height = 25
  52.     Caption = 'Ignore &All'
  53.     TabOrder = 2
  54.     OnClick = IgnoreAllClick
  55.   end
  56. end
  57.