object FormMemory: TFormMemory Left = 705 Height = 866 Top = 287 Width = 1150 Caption = 'Memory' ClientHeight = 866 ClientWidth = 1150 DesignTimePPI = 144 LCLVersion = '3.4.0.0' object Label6: TLabel Left = 6 Height = 26 Top = 6 Width = 1138 Align = alTop BorderSpacing.Around = 6 Caption = 'Memory:' ParentColor = False ParentFont = False end object ListViewMemory: TListView Left = 6 Height = 822 Top = 38 Width = 1138 Align = alClient BorderSpacing.Around = 6 Columns = < item Caption = 'Address' Width = 120 end item Caption = 'Data' Width = 495 end item Caption = 'Text' Width = 508 end> Font.Height = 20 Font.Name = 'Liberation Mono' Font.Pitch = fpFixed OwnerData = True ParentFont = False ReadOnly = True TabOrder = 0 ViewStyle = vsReport OnData = ListViewMemoryData end end