object FormUnitMoves: TFormUnitMoves Left = 730 Height = 418 Top = 211 Width = 802 Caption = 'Unit moves' ClientHeight = 418 ClientWidth = 802 DesignTimePPI = 120 OnClose = FormClose OnShow = FormShow LCLVersion = '2.0.0.4' object ListView1: TListView Left = 0 Height = 418 Top = 0 Width = 802 Align = alClient Columns = < item Caption = 'From cell' Width = 150 end item Caption = 'To cell' Width = 150 end item Caption = 'Once count' Width = 150 end item Caption = 'Repeat count' Width = 332 end> OwnerData = True ParentFont = False ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnData = ListView1Data end end