object ReconcileDialogDetailsForm: TReconcileDialogDetailsForm Left = 383 Height = 300 Top = 266 Width = 500 ActiveControl = OkButton BorderIcons = [biSystemMenu] Caption = 'Details for Change ''%s''' ClientHeight = 300 ClientWidth = 500 Font.Height = -11 Font.Name = 'Tahoma' OnCreate = FormCreate Position = poOwnerFormCenter LCLVersion = '0.9.29' object ScrollBox: TScrollBox Left = 0 Height = 216 Top = 49 Width = 500 Align = alClient TabOrder = 0 end object BottomPanel: TPanel Left = 0 Height = 35 Top = 265 Width = 500 Align = alBottom BevelOuter = bvNone ClientHeight = 35 ClientWidth = 500 TabOrder = 1 object OkButton: TButton Left = 240 Height = 25 Top = 5 Width = 75 Anchors = [akRight, akBottom] BorderSpacing.InnerBorder = 4 Caption = '&Ok' Default = True ModalResult = 1 TabOrder = 0 end object CloseButton: TButton Left = 420 Height = 25 Top = 5 Width = 75 Anchors = [akRight, akBottom] BorderSpacing.InnerBorder = 4 Cancel = True Caption = 'Close' ModalResult = 7 TabOrder = 1 end object CancelButton: TButton Left = 320 Height = 25 Top = 5 Width = 95 Anchors = [akRight, akBottom] BorderSpacing.InnerBorder = 4 Caption = '&Cancel Change' ModalResult = 2 TabOrder = 2 end end object TopPanel: TPanel Left = 0 Height = 49 Top = 0 Width = 500 Align = alTop BevelOuter = bvNone ClientHeight = 49 ClientWidth = 500 TabOrder = 2 object memMessageError: TMemo Left = 0 Height = 42 Top = 1 Width = 498 Color = clBtnFace ReadOnly = True ScrollBars = ssAutoVertical TabOrder = 0 TabStop = False end end end