object FormMemory: TFormMemory Left = 565 Height = 259 Top = 182 Width = 391 Caption = 'Memory' ClientHeight = 259 ClientWidth = 391 LCLVersion = '1.3' object Label6: TLabel Left = 4 Height = 25 Top = 4 Width = 383 Align = alTop BorderSpacing.Around = 4 Caption = 'Memory:' ParentColor = False end object ListViewMemory: TListView Left = 4 Height = 222 Top = 33 Width = 383 Align = alClient BorderSpacing.Around = 4 Columns = < item Caption = 'Address' Width = 80 end item Caption = 'Data' Width = 330 end> Font.Height = -12 Font.Name = 'Courier New' OwnerData = True ParentFont = False ReadOnly = True TabOrder = 0 ViewStyle = vsReport OnData = ListViewMemoryData end end