home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Objrepos / recerror.dfm / recerror.txt < prev   
Text File  |  1999-08-11  |  2KB  |  122 lines

  1. object ReconcileErrorForm: TReconcileErrorForm
  2.   Left = 282
  3.   Top = 151
  4.   BorderStyle = bsDialog
  5.   Caption = 'Update Error'
  6.   ClientHeight = 311
  7.   ClientWidth = 527
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = False
  11.   Position = poScreenCenter
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   OnShow = DisplayFieldValues
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 57
  19.     Top = 13
  20.     Width = 65
  21.     Height = 13
  22.     Caption = 'Update Type:'
  23.   end
  24.   object UpdateType: TLabel
  25.     Left = 134
  26.     Top = 13
  27.     Width = 49
  28.     Height = 13
  29.     Caption = 'Modified'
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clBlack
  32.     Font.Height = -11
  33.     Font.Name = 'Default'
  34.     Font.Style = [fsBold]
  35.     ParentFont = False
  36.   end
  37.   object Label3: TLabel
  38.     Left = 57
  39.     Top = 33
  40.     Width = 71
  41.     Height = 13
  42.     Caption = 'Error Message:'
  43.   end
  44.   object IconImage: TImage
  45.     Left = 12
  46.     Top = 12
  47.     Width = 34
  48.     Height = 34
  49.     Picture.Data = {<image000.ico>}
  50.   end
  51.   object UpdateData: TStringGrid
  52.     Left = 9
  53.     Top = 140
  54.     Width = 504
  55.     Height = 131
  56.     ColCount = 4
  57.     DefaultColWidth = 119
  58.     RowCount = 2
  59.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goThumbTracking]
  60.     TabOrder = 1
  61.     OnSelectCell = UpdateDataSelectCell
  62.     OnSetEditText = UpdateDataSetEditText
  63.   end
  64.   object ActionGroup: TRadioGroup
  65.     Left = 410
  66.     Top = 10
  67.     Width = 102
  68.     Height = 113
  69.     Caption = ' Reconcile Action '
  70.     TabOrder = 0
  71.     OnClick = DisplayFieldValues
  72.   end
  73.   object CancelBtn: TButton
  74.     Left = 438
  75.     Top = 281
  76.     Width = 75
  77.     Height = 25
  78.     Cancel = True
  79.     Caption = 'Cancel'
  80.     ModalResult = 2
  81.     TabOrder = 5
  82.   end
  83.   object OKBtn: TButton
  84.     Left = 350
  85.     Top = 281
  86.     Width = 75
  87.     Height = 25
  88.     Caption = 'OK'
  89.     Default = True
  90.     ModalResult = 1
  91.     TabOrder = 4
  92.   end
  93.   object ConflictsOnly: TCheckBox
  94.     Left = 11
  95.     Top = 282
  96.     Width = 153
  97.     Height = 17
  98.     Caption = 'Show conflicting fields only'
  99.     TabOrder = 2
  100.     OnClick = DisplayFieldValues
  101.   end
  102.   object ErrorMsg: TMemo
  103.     Left = 56
  104.     Top = 52
  105.     Width = 342
  106.     Height = 71
  107.     TabStop = False
  108.     Color = clBtnFace
  109.     ReadOnly = True
  110.     TabOrder = 6
  111.   end
  112.   object ChangedOnly: TCheckBox
  113.     Left = 185
  114.     Top = 282
  115.     Width = 141
  116.     Height = 17
  117.     Caption = 'Show changed fields only'
  118.     TabOrder = 3
  119.     OnClick = DisplayFieldValues
  120.   end
  121. end
  122.