home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / 06_02.iso / software / tea / teasetup.exe / tea.exe / 0 / RCDATA / TREADERERRORDLG / TREADERERRORDLG.txt
Text File  |  2002-03-26  |  1KB  |  62 lines

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