home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / Runimage / Delphi50 / Demos / Db / Cachedup / errform.dfm / errform.txt
Encoding:
Text File  |  1999-08-11  |  1.9 KB  |  101 lines

  1. object UpdateErrorForm: TUpdateErrorForm
  2.   Left = 306
  3.   Top = 160
  4.   Width = 435
  5.   Height = 335
  6.   Caption = 'Update Error'
  7.   Font.Charset = ANSI_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 41
  18.     Top = 21
  19.     Width = 65
  20.     Height = 13
  21.     Caption = 'Update Type:'
  22.   end
  23.   object UpdateType: TLabel
  24.     Left = 111
  25.     Top = 22
  26.     Width = 49
  27.     Height = 13
  28.     Caption = 'Modified'
  29.     Font.Charset = ANSI_CHARSET
  30.     Font.Color = clBlack
  31.     Font.Height = -11
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = [fsBold]
  34.     ParentFont = False
  35.   end
  36.   object Label3: TLabel
  37.     Left = 33
  38.     Top = 41
  39.     Width = 71
  40.     Height = 13
  41.     Caption = 'Error Message:'
  42.   end
  43.   object ErrorText: TLabel
  44.     Left = 49
  45.     Top = 59
  46.     Width = 322
  47.     Height = 59
  48.     AutoSize = False
  49.     Caption = 'ErrorText'
  50.     Font.Charset = ANSI_CHARSET
  51.     Font.Color = clBlack
  52.     Font.Height = -11
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = [fsBold]
  55.     ParentFont = False
  56.     WordWrap = True
  57.   end
  58.   object UpdateData: TStringGrid
  59.     Left = 31
  60.     Top = 124
  61.     Width = 362
  62.     Height = 124
  63.     ColCount = 2
  64.     FixedCols = 0
  65.     RowCount = 4
  66.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
  67.     TabOrder = 0
  68.     OnSetEditText = UpdateDataSetEditText
  69.     ColWidths = (
  70.       166
  71.       169)
  72.   end
  73.   object RetryButton: TButton
  74.     Left = 65
  75.     Top = 267
  76.     Width = 75
  77.     Height = 25
  78.     Caption = '&Retry'
  79.     ModalResult = 4
  80.     TabOrder = 1
  81.   end
  82.   object SkipButton: TButton
  83.     Left = 177
  84.     Top = 267
  85.     Width = 75
  86.     Height = 25
  87.     Caption = '&Skip'
  88.     ModalResult = 5
  89.     TabOrder = 2
  90.   end
  91.   object AbortButton: TButton
  92.     Left = 284
  93.     Top = 267
  94.     Width = 75
  95.     Height = 25
  96.     Caption = '&Abort'
  97.     ModalResult = 3
  98.     TabOrder = 3
  99.   end
  100. end
  101.