home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip_2000-11_cd2.bin / sharewar / 2020 / SETUP.EXE / %MAINDIR% / 2020.exe / 0 / RCDATA / TREADERERRORDLG / TREADERERRORDLG.txt
Encoding:
Text File  |  2000-09-13  |  1.2 KB  |  62 lines

  1. object ReaderErrorDlg: TReaderErrorDlg
  2.   Left = 336
  3.   Top = 213
  4.   BorderStyle = bsDialog
  5.   Caption = 'Error Reading Form'
  6.   ClientHeight = 158
  7.   ClientWidth = 384
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object Bevel1: TBevel
  17.     Left = 10
  18.     Top = 10
  19.     Width = 369
  20.     Height = 100
  21.   end
  22.   object LerrMess: TLabel
  23.     Left = 17
  24.     Top = 15
  25.     Width = 349
  26.     Height = 75
  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 = 47
  35.     Top = 118
  36.     Width = 92
  37.     Height = 31
  38.     Caption = '&Ignore'
  39.     ModalResult = 1
  40.     TabOrder = 0
  41.   end
  42.   object CancelButton: TButton
  43.     Left = 146
  44.     Top = 118
  45.     Width = 93
  46.     Height = 31
  47.     Cancel = True
  48.     Caption = 'Cancel'
  49.     ModalResult = 2
  50.     TabOrder = 1
  51.   end
  52.   object IgnoreAllButton: TButton
  53.     Left = 245
  54.     Top = 118
  55.     Width = 92
  56.     Height = 31
  57.     Caption = 'Ignore &All'
  58.     ModalResult = 5
  59.     TabOrder = 2
  60.   end
  61. end
  62.