object FormMemory: TFormMemory Left = 256 Height = 259 Top = 32 Width = 391 Caption = 'Memory' ClientHeight = 259 ClientWidth = 391 LCLVersion = '0.9.31' object Label6: TLabel Left = 8 Height = 18 Top = 8 Width = 57 Caption = 'Memory:' ParentColor = False end object ListViewMemory: TListView Left = 8 Height = 231 Top = 24 Width = 374 Anchors = [akTop, akLeft, akRight, akBottom] Columns = < item Caption = 'Address' Width = 80 end item Caption = 'Data' Width = 330 end> Font.Height = -11 Font.Name = 'Courier New' OwnerData = True ParentFont = False ReadOnly = True TabOrder = 0 ViewStyle = vsReport OnData = ListViewMemoryData end end