object FormMemory: TFormMemory Left = 565 Height = 401 Top = 168 Width = 1039 Caption = 'Memory' ClientHeight = 401 ClientWidth = 1039 DesignTimePPI = 144 OnCreate = FormCreate LCLVersion = '2.2.6.0' object Label6: TLabel Left = 6 Height = 26 Top = 6 Width = 1027 Align = alTop BorderSpacing.Around = 6 Caption = 'Memory:' ParentColor = False ParentFont = False end object ListViewMemory: TListView Left = 6 Height = 357 Top = 38 Width = 1027 Align = alClient BorderSpacing.Around = 6 Columns = < item Caption = 'Address' Width = 120 end item Caption = 'Data' Width = 495 end item Caption = 'Text' Width = 397 end> Font.Height = -18 Font.Name = 'Courier New' OwnerData = True ParentFont = False ReadOnly = True TabOrder = 0 ViewStyle = vsReport OnData = ListViewMemoryData end end