object FormUnitMoves: TFormUnitMoves Left = 879 Height = 418 Top = 511 Width = 802 Caption = 'Unit moves' ClientHeight = 418 ClientWidth = 802 DesignTimePPI = 144 OnShow = FormShow LCLVersion = '3.4.0.0' object ListView1: TListView Left = 0 Height = 418 Top = 0 Width = 802 Align = alClient 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 end