object FormMemory: TFormMemory Left = 565 Height = 388 Top = 182 Width = 586 Caption = 'Memory' ClientHeight = 388 ClientWidth = 586 DesignTimePPI = 144 LCLVersion = '2.0.2.0' object Label6: TLabel Left = 6 Height = 26 Top = 6 Width = 574 Align = alTop BorderSpacing.Around = 6 Caption = 'Memory:' ParentColor = False ParentFont = False end object ListViewMemory: TListView Left = 6 Height = 344 Top = 38 Width = 574 Align = alClient BorderSpacing.Around = 6 Columns = < item Caption = 'Address' Width = 120 end item Caption = 'Data' Width = 495 end> Font.Height = -18 Font.Name = 'Courier New' OwnerData = True ParentFont = False ReadOnly = True TabOrder = 0 ViewStyle = vsReport OnData = ListViewMemoryData end end