home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / ERRFORM.DFM / ERRFORM.txt
Text File  |  1997-01-16  |  2KB  |  99 lines

  1. object UpdateErrorForm: TUpdateErrorForm
  2.   Left = 235
  3.   Top = 110
  4.   Width = 435
  5.   Height = 335
  6.   Caption = 'Update Error'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  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.Color = clBlack
  30.     Font.Height = -11
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = [fsBold]
  33.     ParentFont = False
  34.   end
  35.   object Label3: TLabel
  36.     Left = 33
  37.     Top = 41
  38.     Width = 71
  39.     Height = 13
  40.     Caption = 'Error Message:'
  41.   end
  42.   object ErrorText: TLabel
  43.     Left = 49
  44.     Top = 59
  45.     Width = 322
  46.     Height = 59
  47.     AutoSize = False
  48.     Caption = 'ErrorText'
  49.     Font.Color = clBlack
  50.     Font.Height = -11
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = [fsBold]
  53.     ParentFont = False
  54.     WordWrap = True
  55.   end
  56.   object UpdateData: TStringGrid
  57.     Left = 31
  58.     Top = 124
  59.     Width = 362
  60.     Height = 124
  61.     ColCount = 2
  62.     FixedCols = 0
  63.     RowCount = 4
  64.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
  65.     TabOrder = 0
  66.     OnSetEditText = UpdateDataSetEditText
  67.     ColWidths = (
  68.       166
  69.       169)
  70.   end
  71.   object RetryButton: TButton
  72.     Left = 65
  73.     Top = 267
  74.     Width = 75
  75.     Height = 25
  76.     Caption = '&Retry'
  77.     ModalResult = 4
  78.     TabOrder = 1
  79.   end
  80.   object SkipButton: TButton
  81.     Left = 177
  82.     Top = 267
  83.     Width = 75
  84.     Height = 25
  85.     Caption = '&Skip'
  86.     ModalResult = 5
  87.     TabOrder = 2
  88.   end
  89.   object AbortButton: TButton
  90.     Left = 284
  91.     Top = 267
  92.     Width = 75
  93.     Height = 25
  94.     Caption = '&Abort'
  95.     ModalResult = 3
  96.     TabOrder = 3
  97.   end
  98. end
  99.