object ReconcileDialogDetailsForm: TReconcileDialogDetailsForm Left = 358 Top = 218 Width = 500 Height = 299 BorderIcons = [biSystemMenu] Caption = 'Details for Change to '#39'%s'#39 Color = clBtnFace ParentFont = True OldCreateOrder = False Position = poOwnerFormCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object ScrollBox: TScrollBox Left = 0 Top = 49 Width = 484 Height = 179 Align = alClient BevelInner = bvNone BevelOuter = bvNone BorderStyle = bsNone TabOrder = 0 end object BottomPanel: TPanel Left = 0 Top = 228 Width = 484 Height = 35 Align = alBottom BevelOuter = bvNone TabOrder = 1 DesignSize = ( 484 35) object OkButton: TButton Left = 185 Top = 5 Width = 95 Height = 25 Anchors = [akLeft, akBottom] Caption = '&Skip Change' Default = True ModalResult = 1 TabOrder = 0 end object CloseButton: TButton Left = 385 Top = 5 Width = 95 Height = 25 Anchors = [akLeft, akBottom] Cancel = True Caption = 'Close' ModalResult = 7 TabOrder = 1 end object CancelButton: TButton Left = 285 Top = 5 Width = 95 Height = 25 Anchors = [akLeft, akBottom] Caption = '&Cancel Change' ModalResult = 2 TabOrder = 2 end end object TopPanel: TPanel Left = 0 Top = 0 Width = 484 Height = 49 Align = alTop BevelOuter = bvNone TabOrder = 2 DesignSize = ( 484 49) object memMessageError: TMemo Left = 0 Top = 0 Width = 484 Height = 49 Anchors = [akLeft, akTop, akRight, akBottom] BevelInner = bvNone BevelOuter = bvNone BorderStyle = bsNone Color = clBtnFace ScrollBars = ssVertical TabOrder = 0 end end end