object FormUnitMoves: TFormUnitMoves Left = 879 Height = 319 Top = 511 Width = 748 Caption = 'Unit moves' ClientHeight = 319 ClientWidth = 748 Constraints.MinHeight = 120 Constraints.MinWidth = 120 DesignTimePPI = 144 OnShow = FormShow LCLVersion = '3.6.0.0' object ListView1: TListView Left = 10 Height = 254 Top = 10 Width = 728 Align = alTop Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Around = 10 Columns = < item Caption = 'From cell' Width = 180 end item Caption = 'To cell' Width = 180 end item Caption = 'Once count' Width = 180 end item Caption = 'Repeat count' Width = 398 end> OwnerData = True ParentFont = False ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnData = ListView1Data end object ButtonClose: TButton Left = 625 Height = 37 Top = 272 Width = 113 Anchors = [akRight, akBottom] Caption = 'Close' ModalResult = 11 TabOrder = 1 OnClick = ButtonCloseClick end end